Home
last modified time | relevance | path

Searched refs:queues (Results 1 – 12 of 12) sorted by relevance

/plugin/asciidocjs/node_modules/async/
Dmemoize.js64 var queues = Object.create(null);
70 } else if (key in queues) {
71 queues[key].push(callback);
73 queues[key] = [callback];
79 var q = queues[key];
80 delete queues[key];
DCHANGELOG.md60 - `limits` of less than 1 now cause an error to be thrown in queues and collection methods. (#1249,…
170 …kipedia.org/wiki/Doubly_linked_list) instead of arrays. This has lead to queues being an order of …
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTasks/
DListQueuesResponse.php47 public function setQueues($queues) argument
49 $this->queues = $queues;
56 return $this->queues;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DCloudTasks.php106 'queues',
110 'path' => 'v2/{+parent}/queues',
150 'path' => 'v2/{+parent}/queues',
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
DCHANGELOG.md53 - Adds support for custom task queues.
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/
DCHANGELOG.md102 - Adds support for custom task queues.
/plugin/asciidocjs/node_modules/async/dist/
Dasync.js3597 var queues = Object.create(null);
3603 } else if (key in queues) {
3604 queues[key].push(callback);
3606 queues[key] = [callback];
3612 var q = queues[key];
3613 delete queues[key];
Dasync.mjs1361 // used for queues. This implementation assumes that the node provided by the user can be modified
3591 var queues = Object.create(null);
3597 } else if (key in queues) {
3598 queues[key].push(callback);
3600 queues[key] = [callback];
3606 var q = queues[key];
3607 delete queues[key];
3936 * // queues are iterable, spread into an array to inspect
/plugin/pureldap/
Dcomposer.lock211 "freedsx/asn1": "For ASN.1 based message queues."
/plugin/asciidocjs/node_modules/neo-async/
Dasync.js8950 var queues = {};
8961 if (has(queues, key)) {
8962 return queues[key].push(callback);
8965 queues[key] = [callback];
8974 var q = queues[key];
8975 delete queues[key];
/plugin/diagramsnet/lib/WEB-INF/lib/
Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/pdfjs/pdfjs/build/
Dpdf.worker.js.map1 …issing data in `Dict` graphs. It traverses the graph\n * depth first and queues up any objects tha…