Skip to content

Instantly share code, notes, and snippets.

@Whateverable
Created August 27, 2017 20:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Whateverable/56c24fbbc311ccddfa60ebac370ed576 to your computer and use it in GitHub Desktop.
Save Whateverable/56c24fbbc311ccddfa60ebac370ed576 to your computer and use it in GitHub Desktop.
greppable6
File Code
MARTIMM/mongo-perl6-driver
…/CHANGES.md :198:
* A few variables are set from the ismaster request. Requests must be checked against these values. max-bson-object-size is the max size of a reque…
MARTIMM/mongo-perl6-driver
…/ismaster-results.txt :9:
maxWriteBatchSize => 1000,
MARTIMM/mongo-perl6-driver
…/ismaster-results.txt :25:
maxWriteBatchSize => 1000,
MARTIMM/mongo-perl6-driver
…/ismaster-results.txt :60:
maxWriteBatchSize => 1000,
MARTIMM/mongo-perl6-driver
…/ismaster-results.txt :86:
maxWriteBatchSize => 1000,
MARTIMM/mongo-perl6-driver
…/ismaster-results.txt :111:
maxWriteBatchSize => 1000,
MARTIMM/mongo-perl6-driver
…/Cursor.pm6 :21:
# Batch of documents in last response
MARTIMM/mongo-perl6-driver
…/Cursor.pm6 :39:
# batches left on the server to retrieve. Documents may be present in
MARTIMM/mongo-perl6-driver
…/Cursor.pm6 :71:
# batches left on the server to retrieve. Documents may be present in
MARTIMM/mongo-perl6-driver
…/Cursor.pm6 :84:
@!documents = @($cursor-doc<firstBatch>);
MARTIMM/mongo-perl6-driver
…/Cursor.pm6 :113:
# If there are no more documents in last response batch but there is
MARTIMM/mongo-perl6-driver
…/Cursor.pm6 :114:
# still a next batch(sum of id bytes not 0) to fetch from database.
MARTIMM/mongo-perl6-driver
…/Cursor.pm6 :118:
# Request next batch of documents
MARTIMM/mongo-perl6-driver
…/Header.pm6 :128:
# in the first OP-REPLY batch
azawawi/farabi6
…/codemirror.js :2876:
// error-prone). Instead, display updates are batched and then all
azawawi/farabi6
…/codemirror.js :2940:
// The DOM updates done when an operation finishes are batched so
azawawi/farabi6
…/sql.js :330:
keywords: set("use select from using consistency where limit first reversed first and in insert into values using consistency ttl update set dele…
azawawi/perl6-electron
…/rpcserver.js :173:
if (reply) res.rpc.batch.push(reply);
azawawi/perl6-electron
…/rpcserver.js :182:
res.rpc.batch.push(setReply(null, error, r.id));
azawawi/perl6-electron
…/rpcserver.js :187:
if (res.rpc.batch.length > 0)
azawawi/perl6-electron
…/rpcserver.js :188:
if(res.rpc.isBatch)
azawawi/perl6-electron
…/rpcserver.js :189:
res.end(JSON.stringify(res.rpc.batch));
azawawi/perl6-electron
…/rpcserver.js :191:
res.end(JSON.stringify(res.rpc.batch[0]));
azawawi/perl6-electron
…/rpcserver.js :204:
batch: [],
azawawi/perl6-electron
…/rpcserver.js :205:
isBatch: false
azawawi/perl6-electron
…/rpcserver.js :221:
res.rpc.isBatch = true;
azawawi/perl6-electron
…/rpcserver.js :223:
res.rpc.isBatch = false;
azawawi/perl6-electron
…/rpc.js :9:
* Test Batch
azawawi/perl6-electron
…/rpc.js :11:
var testBatch = function (s, c, id, debug, finaly) {
azawawi/perl6-electron
…/rpc.js :366:
* Batch call - invalid empty
azawawi/perl6-electron
…/rpc.js :373:
console.log('=> Running Test Validation. (Test 10; batch call - invalid empty)');
azawawi/perl6-electron
…/rpc.js :395:
* Batch call - invalid not empty
azawawi/perl6-electron
…/rpc.js :402:
console.log('=> Running Test Validation. (Test 11; batch call - invalid not empty)');
azawawi/perl6-electron
…/rpc.js :424:
* Batch call - invalid not empty++
azawawi/perl6-electron
…/rpc.js :431:
console.log('=> Running Test Validation. (Test 12; batch call - invalid not empty++)');
azawawi/perl6-electron
…/rpc.js :455:
* Batch call - Valid method
azawawi/perl6-electron
…/rpc.js :465:
console.log('=> Running Test Validation. (Test 13; batch call - valid method)');
azawawi/perl6-electron
…/rpc.js :499:
* Batch call - valid notify
azawawi/perl6-electron
…/rpc.js :509:
console.log('=> Running Test Validation. (Test 14; batch call - valid notify)');
azawawi/perl6-electron
…/rpc.js :523:
* Batch call - mix
azawawi/perl6-electron
…/rpc.js :536:
console.log('=> Running Test Validation. (Test 15; batch call - mix)');
azawawi/perl6-electron
…/rpc.js :613:
testBatch(s81, c81, '(s81)', d81, function() {
azawawi/perl6-electron
…/rpc.js :638:
testBatch(s82, c82, '(s82)', d82, function() {
azawawi/perl6-gtk-scintilla
…/project.pbxproj :210:
28B6470C1B54C0720009DC49 /* LexBatch.cxx in Sources */ = {isa = PBXBuildFile; fileRef = 28B647061B54C0720009DC49 /* LexBatch.cxx */; };
azawawi/perl6-gtk-scintilla
…/project.pbxproj :433:
28B647061B54C0720009DC49 /* LexBatch.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = LexBatch.cxx; path = ../../lexers/LexBatch.cxx; sourceTree = "<group>"; };
azawawi/perl6-gtk-scintilla
…/project.pbxproj :560:
28B647061B54C0720009DC49 /* LexBatch.cxx */,
azawawi/perl6-gtk-scintilla
…/project.pbxproj :956:
28B6470C1B54C0720009DC49 /* LexBatch.cxx in Sources */,
azawawi/perl6-gtk-scintilla
…/cppcheck.suppress :24:
variableScope:scintilla/lexers/LexBatch.cxx
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :1394:
LexOthers.cxx file split into one file per lexer: LexBatch, LexDiff,
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :3110:
Fixed SciTE on Windows failure to run a batch file with a name containing a space by
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :4409:
Batch file lexer allows braces '(' or ')' inside variable names.
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :5601:
Batch file lexer understands variables surrounded by '!'.
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :5847:
Windows Batch file lexer handles %~ and %*.
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :6411:
Crash fixed with "%%" at end of batch file.
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :6622:
Batch file lexer improved.
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :6935:
Batch file lexer understands more of the syntax and the behaviour of built in commands.
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :10050:
Bug fixed in Batch lexer where comments were not recognised.
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :10109:
DOS Batch file lexer has states for '@', external commands, variables and
azawawi/perl6-gtk-scintilla
…/ScintillaHistory.html :10233:
Undo batching changed so that a paste followed by typing creates two undo actions..
azawawi/perl6-gtk-scintilla
…/ScintillaRelated.html :248:
is a commercial graphical and batch diff / merge tool for Windows, Linux and Solaris
azawawi/perl6-gtk-scintilla
…/deps.mak :250:
LexBatch.o: ../lexers/LexBatch.cxx ../include/ILexer.h \
azawawi/perl6-gtk-scintilla
…/SciLexer.h :29:
#define SCLEX_BATCH 12
azawawi/perl6-gtk-scintilla
…/Scintilla.iface :2786:
val SCLEX_BATCH=12
azawawi/perl6-gtk-scintilla
…/Scintilla.iface :3332:
# Lexical states for SCLEX_BATCH
azawawi/perl6-gtk-scintilla
…/Scintilla.iface :3333:
lex Batch=SCLEX_BATCH SCE_BAT_
azawawi/perl6-gtk-scintilla
…/LexBatch.cxx :2:
/** @file LexBatch.cxx
azawawi/perl6-gtk-scintilla
…/LexBatch.cxx :3:
** Lexer for batch files.
azawawi/perl6-gtk-scintilla
…/LexBatch.cxx :43:
// Tests for BATCH Operators
azawawi/perl6-gtk-scintilla
…/LexBatch.cxx :49:
// Tests for BATCH Separators
azawawi/perl6-gtk-scintilla
…/LexBatch.cxx :55:
static void ColouriseBatchLine(
azawawi/perl6-gtk-scintilla
…/LexBatch.cxx :464:
static void ColouriseBatchDoc(
azawawi/perl6-gtk-scintilla
…/LexBatch.cxx :482:
ColouriseBatchLine(lineBuffer, linePos, startLine, i, keywordlists, styler);
azawawi/perl6-gtk-scintilla
…/LexBatch.cxx :489:
ColouriseBatchLine(lineBuffer, linePos, startLine, startPos + length - 1,
azawawi/perl6-gtk-scintilla
…/LexBatch.cxx :494:
static const char *const batchWordListDesc[] = {
azawawi/perl6-gtk-scintilla
…/LexBatch.cxx :500:
LexerModule lmBatch(SCLEX_BATCH, ColouriseBatchDoc, "batch", 0, batchWordListDesc);
azawawi/perl6-gtk-scintilla
…/LexRuby.cxx :534:
// Skip next batch of white-space
azawawi/perl6-gtk-scintilla
…/LexRuby.cxx :543:
// Skip next batch of white-space
azawawi/perl6-gtk-scintilla
…/LexTCMD.cxx :3:
** Lexer for Take Command / TCC batch scripts (.bat, .btm, .cmd).
azawawi/perl6-gtk-scintilla
…/LexTCMD.cxx :40:
// Tests for BATCH Operators
azawawi/perl6-gtk-scintilla
…/LexTCMD.cxx :45:
// Tests for BATCH Separators
azawawi/perl6-gtk-scintilla
…/LexTCMD.cxx :51:
static unsigned int GetBatchVarLen( char *wordBuffer )
azawawi/perl6-gtk-scintilla
…/LexTCMD.cxx :311:
} else if ((varlen = GetBatchVarLen(wordBuffer)) != 0) {
azawawi/perl6-gtk-scintilla
…/Catalogue.cxx :93:
LINK_LEXER(lmBatch);
azawawi/perl6-gtk-scintilla
…/deps.mak :232:
LexBatch.o: ../lexers/LexBatch.cxx ../include/ILexer.h \
azawawi/perl6-gtk-scintilla
…/scintilla.mak :121:
$(DIR_O)\LexBatch.obj \
azawawi/perl6-gtk-scintilla
…/scintilla.mak :527:
$(DIR_O)\LexBatch.obj: ..\lexers\LexBatch.cxx $(LEX_HEADERS)
bbkr/jsonrpc
…/README.md :68:
* 1.0 - Not implemented. Does not support named params, error objects or batch requests and has d…
bbkr/jsonrpc
…/README.md :157:
Your transport will be given extra param `get_response` which informs if response is expected from the server or not (for example in case of Notification or Batch of Notifications).
bbkr/jsonrpc
…/README.md :170:
It is possible that request is a Notification or Batch of Notifications and `$response` is not returned from the server.
bbkr/jsonrpc
…/README.md :174:
When request is a Notification or Batch of Notifications then client is not expecting response and server should not return one. That is not always possible due to specification of used protocol or assumptions in framework used. In this case try to use most undefined response possible.
bbkr/jsonrpc
…/README.md :278:
### How to make Batch call?
bbkr/jsonrpc
…/README.md :280:
Method `'rpc.batch'( )` puts client in batch context while method `'rpc.flush'( )` sends Requests.
bbkr/jsonrpc
…/README.md :284:
$client.'rpc.batch'( ).add( 2, 2 );
bbkr/jsonrpc
…/README.md :285:
$client.'rpc.batch'( ).'rpc.notification'( ).heartbeat( );
bbkr/jsonrpc
…/README.md :286:
$client.'rpc.batch'( ).suicide( );
bbkr/jsonrpc
…/README.md :306:
* Server may process methods in Batch in any order and with any width of parallelism.
bbkr/jsonrpc
…/README.md :309:
* Batch containing only Notifications will return Nil on flush.
bbkr/jsonrpc
…/README.md :310:
* Attempt to flush empty Batch will result in `X::JSON::RPC::InvalidRequest` exception.
bbkr/jsonrpc
…/README.md :316:
my $b = $client.'rpc.batch'( );
bbkr/jsonrpc
…/Client.pm6 :10:
has Bool $.is_batch = False;
bbkr/jsonrpc
…/Client.pm6 :110:
# Requests in Batch are not processed until rpc.flush method is called.
bbkr/jsonrpc
…/Client.pm6 :111:
if $.is_batch {
bbkr/jsonrpc
…/Client.pm6 :148:
method ::('rpc.batch') {
bbkr/jsonrpc
…/Client.pm6 :149:
return self.clone( :is_batch );
bbkr/jsonrpc
…/Client.pm6 :162:
# after all of the batch Request objects have been processed.
bbkr/jsonrpc
…/Client.pm6 :168:
# SPEC: If the batch rpc call itself fails to be recognized (...)
bbkr/jsonrpc
…/Client.pm6 :186:
# throw Exception if Server was unable to process Batch
bbkr/jsonrpc
…/Client.pm6 :204:
# SPEC: The Response objects being returned from a batch call
bbkr/jsonrpc
…/Client.pm6 :210:
# and the same Response position in Batch should usually match on the first try
bbkr/jsonrpc
…/Client.pm6 :246:
message => 'Cannot match context between Requests and Responses in Batch',
bbkr/jsonrpc
…/Client.pm6 :252:
message => 'Amount of Responses in Batch higher than expected',
bbkr/jsonrpc
…/Server.pm6 :100:
# including those that are within a batch request.
bbkr/jsonrpc
…/Server.pm6 :140:
# SPEC: If the batch rpc call itself fails to be recognized as an valid JSON
bbkr/jsonrpc
…/00-client.t :87:
'rpc call Batch, invalid JSON',
bbkr/jsonrpc
…/00-client.t :96:
$rpc.'rpc.batch'( ).dummy( );
bbkr/jsonrpc
…/00-client.t :110:
'rpc call with an invalid Batch (but not empty)',
bbkr/jsonrpc
…/00-client.t :118:
$rpc.'rpc.batch'( ).dummy( );
bbkr/jsonrpc
…/00-client.t :125:
'rpc call with invalid Batch',
bbkr/jsonrpc
…/00-client.t :135:
$rpc.'rpc.batch'( ).dummy( );
bbkr/jsonrpc
…/00-client.t :136:
$rpc.'rpc.batch'( ).dummy( );
bbkr/jsonrpc
…/00-client.t :137:
$rpc.'rpc.batch'( ).dummy( );
bbkr/jsonrpc
…/00-client.t :148:
'rpc call Batch',
bbkr/jsonrpc
…/00-client.t :167:
$rpc.'rpc.batch'( ).addition( 1, 2, 4 );
bbkr/jsonrpc
…/00-client.t :168:
$rpc.'rpc.batch'( ).'rpc.notification'( ).notify_hello( 7 );
bbkr/jsonrpc
…/00-client.t :169:
$rpc.'rpc.batch'( ).subtract( 42, 23 );
bbkr/jsonrpc
…/00-client.t :170:
$rpc.'rpc.batch'( ).dummy( );
bbkr/jsonrpc
…/00-client.t :171:
$rpc.'rpc.batch'( ).'foo.get'( name => 'myself' );
bbkr/jsonrpc
…/00-client.t :172:
$rpc.'rpc.batch'( ).get_data( );
bbkr/jsonrpc
…/00-client.t :184:
'rpc call Batch (all notifications)',
bbkr/jsonrpc
…/00-client.t :189:
Nil # Nothing is returned for all notification batches
bbkr/jsonrpc
…/00-client.t :192:
$rpc.'rpc.batch'( ).'rpc.notification'( ).notify_sum( 1, 2, 4 );
bbkr/jsonrpc
…/00-client.t :193:
$rpc.'rpc.batch'( ).'rpc.notification'( ).notify_hello( 7 );
bbkr/jsonrpc
…/00-client.t :228:
'not ordered Batch',
bbkr/jsonrpc
…/00-client.t :239:
$rpc.'rpc.batch'( ).ping( );
bbkr/jsonrpc
…/00-client.t :240:
$rpc.'rpc.batch'( ).pong( );
bbkr/jsonrpc
…/00-client.t :247:
'duplicated id in Batch',
bbkr/jsonrpc
…/00-client.t :259:
$rpc.'rpc.batch'( ).ping( );
bbkr/jsonrpc
…/00-client.t :260:
$rpc.'rpc.batch'( ).pong( );
bbkr/jsonrpc
…/00-client.t :267:
'amount of Responses in Batch different than expected',
bbkr/jsonrpc
…/00-client.t :280:
$rpc.'rpc.batch'( ).ping( );
bbkr/jsonrpc
…/00-client.t :281:
$rpc.'rpc.batch'( ).pong( );
bbkr/jsonrpc
…/01-server.t :95:
'rpc call Batch, invalid JSON',
bbkr/jsonrpc
…/01-server.t :110:
'rpc call with an invalid Batch (but not empty)',
bbkr/jsonrpc
…/01-server.t :118:
'rpc call with invalid Batch',
bbkr/jsonrpc
…/01-server.t :128:
'rpc call Batch',
bbkr/jsonrpc
…/01-server.t :147:
'rpc call Batch (all notifications)',
bbkr/jsonrpc
…/01-server.t :152:
Nil # Nothing is returned for all notification batches
bbkr/jsonrpc
…/01-server.t :205:
'batch recursion forbidden',
cbk/WebService-GoogleDyDNS
…/ipUpdater.p6 :13:
## Start up in batch mode.
cbk/WebService-GoogleDyDNS
…/ipUpdater.p6 :27:
my @results = $updater.batchMode(@data);
cbk/WebService-GoogleDyDNS
…/GoogleDyDNS.pm6 :39:
method batchMode( @dataSet ) {
croservices/cro
…/app.js :22512:
// Batching is necessary here in order to ensure that all event handlers run
croservices/cro
…/app.js :22518:
ReactUpdates.batchedUpdates(runEventInBatch, event);
croservices/cro
…/app.js :22521:
function runEventInBatch(event) {
croservices/cro
…/app.js :25970:
this._updateBatchNumber = null;
croservices/cro
…/app.js :26396:
this._updateBatchNumber = null;
croservices/cro
…/app.js :26440:
// immediately reconciled instead of waiting for the next batch.
croservices/cro
…/app.js :26474:
this._updateBatchNumber = null;
croservices/cro
…/app.js :26772:
unstable_batchedUpdates: ReactUpdates.batchedUpdates,
croservices/cro
…/app.js :30150:
var RESET_BATCHED_UPDATES = {
croservices/cro
…/app.js :30153:
ReactDefaultBatchingStrategy.isBatchingUpdates = false;
croservices/cro
…/app.js :30157:
var FLUSH_BATCHED_UPDATES = {
croservices/cro
…/app.js :30159:
close: ReactUpdates.flushBatchedUpdates.bind(ReactUpdates)
croservices/cro
…/app.js :30162:
var TRANSACTION_WRAPPERS = [FLUSH_BATCHED_UPDATES, RESET_BATCHED_UPDATES];
croservices/cro
…/app.js :30164:
function ReactDefaultBatchingStrategyTransaction() {
croservices/cro
…/app.js :30168:
_assign(ReactDefaultBatchingStrategyTransaction.prototype, Transaction, {
croservices/cro
…/app.js :30174:
var transaction = new ReactDefaultBatchingStrategyTransaction();
croservices/cro
…/app.js :30176:
var ReactDefaultBatchingStrategy = {
croservices/cro
…/app.js :30177:
isBatchingUpdates: false,
croservices/cro
…/app.js :30181:
* and friends are batched such that components aren't updated unnecessarily.
croservices/cro
…/app.js :30183:
batchedUpdates: function (callback, a, b, c, d, e) {
croservices/cro
…/app.js :30184:
var alreadyBatchingUpdates = ReactDefaultBatchingStrategy.isBatchingUpdates;
croservices/cro
…/app.js :30186:
ReactDefaultBatchingStrategy.isBatchingUpdates = true;
croservices/cro
…/app.js :30189:
if (alreadyBatchingUpdates) {
croservices/cro
…/app.js :30197:
module.exports = ReactDefaultBatchingStrategy;
croservices/cro
…/app.js :30223:
var ReactDefaultBatchingStrategy = require('./ReactDefaultBatchingStrategy');
croservices/cro
…/app.js :30276:
ReactInjection.Updates.injectBatchingStrategy(ReactDefaultBatchingStrategy);
croservices/cro
…/app.js :30284:
},{"./ARIADOMPropertyConfig":301,"./BeforeInputEventPlugin":303,"./ChangeEventPlugin":307,"./DefaultEventPluginOrder":314,"./EnterLeaveEventPlugin":3…
croservices/cro
…/app.js :30427:
function runEventQueueInBatch(events) {
croservices/cro
…/app.js :30439:
runEventQueueInBatch(events);
croservices/cro
…/app.js :30591:
ReactUpdates.batchedUpdates(handleTopLevelImpl, bookKeeping);
croservices/cro
…/app.js :31160:
* Batched mount.
croservices/cro
…/app.js :31166:
function batchedMountComponentIntoNode(componentInstance, container, shouldReuseMarkup, context) {
croservices/cro
…/app.js :31360:
// rendering, in componentWillMount or componentDidMount, will be batched
croservices/cro
…/app.js :31361:
// according to the current batching strategy.
croservices/cro
…/app.js :31363:
ReactUpdates.batchedUpdates(batchedMountComponentIntoNode, componentInstance, container, shouldReuseMarkup, context);
croservices/cro
…/app.js :31506:
ReactUpdates.batchedUpdates(unmountComponentFromNode, prevComponent, container, false);
croservices/cro
…/app.js :32537:
performUpdateIfNecessary: function (internalInstance, transaction, updateBatchNumber) {
croservices/cro
…/app.js :32538:
if (internalInstance._updateBatchNumber !== updateBatchNumber) {
croservices/cro
…/app.js :32539:
// The component's enqueued batch number should always be the current
croservices/cro
…/app.js :32540:
// batch or the following one.
croservices/cro
…/app.js :32541:
process.env.NODE_ENV !== 'production' ? warning(internalInstance._updateBatchNumber == null
croservices/cro
…/app.js :33144:
var updateBatchNumber = 0;
croservices/cro
…/app.js :33148:
var batchingStrategy = null;
croservices/cro
…/app.js :33151:
!(ReactUpdates.ReactReconcileTransaction && batchingStrategy) ? process.env.NODE_ENV !== 'production' ? invariant(false, 'ReactUpdates: must inject a reconcile transaction class and batching strategy') : _prodInvariant('123') : void 0;
croservices/cro
…/app.js :33166:
flushBatchedUpdates();
croservices/cro
…/app.js :33214:
function batchedUpdates(callback, a, b, c, d, e) {
croservices/cro
…/app.js :33216:
return batchingStrategy.batchedUpdates(callback, a, b, c, d, e);
croservices/cro
…/app.js :33230:
function runBatchedUpdates(transaction) {
croservices/cro
…/app.js :33240:
// batch. Otherwise, if dirtyComponents is [A, B] where A has children B and
croservices/cro
…/app.js :33241:
// C, B could update twice in a single batch if C's render enqueues an update
croservices/cro
…/app.js :33243:
// way we can know to do so is by checking the batch counter).
croservices/cro
…/app.js :33244:
updateBatchNumber++;
croservices/cro
…/app.js :33269:
ReactReconciler.performUpdateIfNecessary(component, transaction.reconcileTransaction, updateBatchNumber);
croservices/cro
…/app.js :33283:
var flushBatchedUpdates = function () {
croservices/cro
…/app.js :33291:
transaction.perform(runBatchedUpdates, null, transaction);
croservices/cro
…/app.js :33318:
if (!batchingStrategy.isBatchingUpdates) {
croservices/cro
…/app.js :33319:
batchingStrategy.batchedUpdates(enqueueUpdate, component);
croservices/cro
…/app.js :33324:
if (component._updateBatchNumber == null) {
croservices/cro
…/app.js :33325:
component._updateBatchNumber = updateBatchNumber + 1;
croservices/cro
…/app.js :33330:
* Enqueue a callback to be run at the end of the current batching cycle. Throws
croservices/cro
…/app.js :33334:
!batchingStrategy.isBatchingUpdates ? process.env.NODE_ENV !== 'production' ? invariant(false, 'ReactUpdates.asap: Can\'t enqueue an asap callback in a context whereupdates are not being batched.') : _prodInvariant('125') : void 0;
croservices/cro
…/app.js :33345:
injectBatchingStrategy: function (_batchingStrategy) {
croservices/cro
…/app.js :33346:
!_batchingStrategy ? process.env.NODE_ENV !== 'production' ? invariant(false, 'ReactUpdates: must provide a batching strategy') : _prodInvariant('127') : void 0;
croservices/cro
…/app.js :33347:
!(typeof _batchingStrategy.batchedUpdates === 'function') ? process.env.NODE_ENV !== 'production' ? invariant(false, 'ReactUpdates: must provide a batchedUpdates() function') : _prodInvariant('128') : void 0;
croservices/cro
…/app.js :33348:
!(typeof _batchingStrategy.isBatchingUpdates === 'boolean') ? process.env.NODE_ENV !== 'production' ? invariant(false, 'ReactUpdates: must provide an isBatchingUpdates boolean attribute') : _prodInvariant('129') : void 0;
croservices/cro
…/app.js :33349:
batchingStrategy = _batchingStrategy;
croservices/cro
…/app.js :33362:
batchedUpdates: batchedUpdates,
croservices/cro
…/app.js :33364:
flushBatchedUpdates: flushBatchedUpdates,
croservices/cro
…/app.js :44439:
* as they may eventually be batched together. You can provide an optional
cygx/p6-image-png-inflated
…/pngcheck.c :112:
* "setargv.obj" is included with MSVC and will be found if the batch file has
cygx/p6-image-rgba-text
…/pngcheck.c :112:
* "setargv.obj" is included with MSVC and will be found if the batch file has
cygx/p6-tinycc-resources-win64
…/winbase.h :2589:
#define LOGON32_LOGON_BATCH 4
cygx/p6-tinycc-resources-win64
…/wingdi.h :3148:
WINGDIAPI DWORD WINAPI GdiSetBatchLimit(DWORD dw);
cygx/p6-tinycc-resources-win64
…/wingdi.h :3149:
WINGDIAPI DWORD WINAPI GdiGetBatchLimit();
cygx/p6-tinycc-resources-win64
…/winnt.h :2134:
#define SECURITY_BATCH_RID (0x00000003L)
cygx/p6-tinycc-resources-win64
…/winnt.h :2240:
WinNullSid = 0,WinWorldSid = 1,WinLocalSid = 2,WinCreatorOwnerSid = 3,WinCreatorGroupSid = 4,WinCreatorOwnerServerSid = 5,WinCreatorGroupServer…
cygx/p6-tinycc-resources-win64
…/gdi32.def :115:
GdiGetBatchLimit
cygx/p6-tinycc-resources-win64
…/gdi32.def :119:
GdiSetBatchLimit
gfldex/perl6-pod-to-bigpage
…/html.xhtml :17538:
<pre class="code">method hyper(Int(Cool) :$batch = 64, Int(Cool) :$degree = 4)
gfldex/perl6-pod-to-bigpage
…/html.xhtml :17541:
<pre class="code">ITERABLE.hyper(BATCH?, DEGREE?)</pre>
gfldex/perl6-pod-to-bigpage
…/html.xhtml :17542:
<p>Returns another Iterable that is potentially iterated in parallel, with a given batch size and degree of parallelism.</p>
gfldex/perl6-pod-to-bigpage
…/html.xhtml :17546:
<pre class="code">method race(Int(Cool) :$batch = 64, Int(Cool) :$degree = 4)
gfldex/perl6-pod-to-bigpage
…/html.xhtml :17549:
<pre class="code">ITERABLE.race(BATCH?, DEGREE?)</pre>
gfldex/perl6-pod-to-bigpage
…/html.xhtml :17550:
<p>Returns another Iterable that is potentially iterated in parallel, with a given batch size and degree of parallelism (number of parallel workers).</p>
gfldex/perl6-pod-to-bigpage
…/html.xhtml :21433:
<a name="t167.4.8"></a><h2 id="_type_Supply.pod6-method_batch">167.4.8 method batch</h2>
gfldex/perl6-pod-to-bigpage
…/html.xhtml :21434:
<pre class="code">method batch(Supply:D: :$elems, :$seconds) returns Supply:D</pre>
gfldex/perl6-pod-to-bigpage
…/html.xhtml :21435:
<p>Creates a new supply that batches the values of the given supply by either the number of elements in the batch (using :elems)…
gfldex/perl6-pod-to-bigpage
…/html.xhtml :25514:
<a href="#t167.4.8"><li class="toc-level toc-level-2"><span class="toc-number">167.4.8</span> method batch</li></a>
jnthn/p6-app-installermaker-wix
…/InstallerBuilder.pm6 :244:
spurt "$conf.install-location()\\$name.bat", Q:c:to/NA-NA-NA-NA-BATCHFILE!/
jnthn/p6-app-installermaker-wix
…/InstallerBuilder.pm6 :258:
NA-NA-NA-NA-BATCHFILE!
jnthn/p6-concurrent-iterator
…/README.md :53:
my @results = @data.hyper(:degree(4), :batch(1)).map(&compute-stuff);
jnthn/p6-concurrent-progress
…/README.md :31:
for @things-to-do.batch(5) -> @batch {
jnthn/p6-concurrent-progress
…/README.md :33:
$progress.add(@batch.elems);
johnspurr/Lingua-EN-Stem-Porter
…/wordlist-expected.txt :2080:
batch
johnspurr/Lingua-EN-Stem-Porter
…/wordlist-input.txt :2080:
batch
jonathanstowe/Audio-Convert-Samplerate
…/Documentation.md :86:
Perform sample rate conversion on the 32 bit floating point numbers provided as an array, to the ratio `$src-ratio` returning an array of the processed samples. The `$last` should be set to True when this is the last batch of samples to be processed so it can return any buffered samples.
jonathanstowe/Audio-Convert-Samplerate
…/Documentation.md :94:
Perform sample rate conversion on the 16 bit integers provided as an array, to the ratio `$src-ratio` returning an array of the processed samples. The `$last` should be set to True when this is the last batch of samples to be processed so it can return any buffered samples.
jonathanstowe/Audio-Convert-Samplerate
…/Documentation.md :102:
Perform sample rate conversion on the 32 bit integers provided as an array, to the ratio `$src-ratio` returning an array of the processed samples. The `$last` should be set to True when this is the last batch of samples to be processed so it can return any buffered samples.
jonathanstowe/Audio-Convert-Samplerate
…/Documentation.md :112:
Perform sample rate conversion on the samples in the appropriately typed native array which should contain the data for `$input-frames` frames (that …
jonathanstowe/Audio-Convert-Samplerate
…/Samplerate.pm :112:
the last batch of samples to be processed so it can return any buffered
jonathanstowe/Audio-Convert-Samplerate
…/Samplerate.pm :125:
samples. The C<$last> should be set to True when this is the last batch
jonathanstowe/Audio-Convert-Samplerate
…/Samplerate.pm :138:
samples. The C<$last> should be set to True when this is the last batch
jonathanstowe/Audio-Convert-Samplerate
…/Samplerate.pm :155:
when this is the last batch of samples to be processed so it can return
madcapjake/p6-myhtml
…/Status.pm6 :12:
MyHTML_STATUS_THREAD_ERROR_BATCH_INIT => 16,
matiaslina/perl6-matrix-client
…/bot.p6 :41:
$since = $data<next_batch>;
matiaslina/perl6-matrix-client
…/Room.pm6 :9:
has $!prev-batch;
matiaslina/perl6-matrix-client
…/Room.pm6 :13:
$!prev-batch = $json<timeline><prev_batch>;
p6-pdf/PDF-p6
…/Reader.pm :194:
# process a batch of indirect object updates
perl6/doc
…/Any.pod6 :825:
=head2 method batch
perl6/doc
…/Any.pod6 :830:
method batch(--> TODO)
perl6/doc
…/Iterable.pod6 :77:
method hyper(Int(Cool) :$batch = 64, Int(Cool) :$degree = 4 --> Iterable)
perl6/doc
…/Iterable.pod6 :83:
given batch size and degree of parallelism.
perl6/doc
…/Iterable.pod6 :93:
method race(Int(Cool) :$batch = 64, Int(Cool) :$degree = 4 --> Iterable)
perl6/doc
…/Iterable.pod6 :99:
given batch size and degree of parallelism (number of parallel workers).
perl6/doc
…/Supply.pod6 :302:
=head2 method batch
perl6/doc
…/Supply.pod6 :304:
method batch(Supply:D: :$elems, :$seconds --> Supply:D)
perl6/doc
…/Supply.pod6 :306:
Creates a new supply that batches the values of the given supply by either
perl6/doc
…/Supply.pod6 :307:
the number of elements in the batch (using C<:elems>) or the maximum number of
perl6/doc
…/Supply.pod6 :309:
a final batch when the supply is done.
perl6/doc
…/Viz.pm :40:
# Find a new batch of seed nodes
perlpilot/p6-AI-FANN
…/Base.pm6 :28:
FANN_TRAIN_BATCH
rakudo-p5/v5
…/TODO_core_modules.md :431:
[s] Pod::Simple::HTMLBatch - convert several Pod files to several HTML files
rakudo-p5/v5
…/core_modules :435:
#~ Pod::Simple::HTMLBatch - convert several Pod files to several HTML files
rakudo-p5/v5
…/HTMLBatch.pm :3:
module Pod::Simple::HTMLBatch {
rakudo-p5/v5
…/HTMLBatch.pm :10:
#~ %o<&subname> := &Pod::Simple::HTMLBatch::subname;
rakudo-p5/v5
…/HTMLBatch.pm :18:
#~ %o<&subname> := &Pod::Simple::HTMLBatch::subname if $_ eq 'ALL'
raydiak/Git-PurePerl
…/SSH.pm :22:
"-o", "BatchMode yes",
salortiz/JsonC
…/JsonC.pm6 :134:
$itr .= hyper(:degree(3),:batch(10)) unless $level;
spebern/Parser-FreeXL-Native
…/Doxyfile.in :1195:
# If the LATEX_BATCHMODE tag is set to YES, doxygen will add the \\batchmode.
spebern/Parser-FreeXL-Native
…/Doxyfile.in :1200:
LATEX_BATCHMODE = NO
supernovus/perl6-mime-types
…/mime.types :40:
application/batch-SMTP
titsuki/p6-MeCab
…/02-lattice.t :75:
my @actual = (@texts.hyper(:batch(1))\
tony-o/perl6-html-parser-xml
…/advent.html :607:
<p>Let&#8217;s bring all of this together with an example from one of my recent presentations. We simulate a situation where we have two sets of read…
ugexe/zef
…/Client.pm6 :118:
while @specs.splice -> @specs-batch {
ugexe/zef
…/Client.pm6 :123:
payload => @specs-batch,
ugexe/zef
…/Client.pm6 :124:
message => "Dependencies: {@specs-batch.map(*.name).unique.join(', ')}",
ugexe/zef
…/Client.pm6 :127:
next unless my @needed = @specs-batch\ # The current set of specs
zoffixznet/perl6-Proc-Q
…/README.md :15:
- `:$batch`
zoffixznet/perl6-Proc-Q
…/README.md :105:
UInt:D :$batch where .so = 8,
zoffixznet/perl6-Proc-Q
…/README.md :120:
objects. Batches the `@commands` in batches of `$batch` and runs those via
zoffixznet/perl6-Proc-Q
…/README.md :158:
### `:$batch`
zoffixznet/perl6-Proc-Q
…/README.md :204:
While the `@commands` to be executed will be batched in `:$batch` items, the
zoffixznet/perl6-Proc-Q
…/README.md :205:
order within batches is not guaranteed. Use `:@tags` to match the
zoffixznet/perl6-Proc-Q
…/Q.pm6 :15:
UInt:D :$batch where .so = 8,
zoffixznet/perl6-Proc-Q
…/Q.pm6 :26:
(start await Supply.from-list(@commands Z @tags Z @in).throttle: $batch,
zoffixznet/perl6-Proc-Q
…/01-basic.t :19:
:13batch,
zoffixznet/perl6-Proc-Q
…/04-batch.t :12:
:1batch
zoffixznet/perl6-Proc-Q
…/04-batch.t :17:
is ($after - $before).Int, 2..4, '1 batch';
zoffixznet/perl6-Proc-Q
…/04-batch.t :25:
:3batch
zoffixznet/perl6-Proc-Q
…/04-batch.t :30:
is ($after - $before).Int, 0..1, '3 batch';
zoffixznet/perl6-Toaster
…/Toaster.pm6 :38:
my $batch = floor 1.3 * do with run 'lscpu', :out, :!err {
zoffixznet/perl6-Toaster
…/Toaster.pm6 :68:
}), :tags[@modules], :$batch, :timeout(INSTALL_TIMEOUT) {
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment