Home
last modified time | relevance | path

Searched refs:pending (Results 1 – 25 of 85) sorted by last modified time

1234

/plugin/structpublish/action/
H A Dmigration.php56 // check whether we have any pending migrations
57 $pending = range(($dbVersionStructpublish ?: 0) + 1, $latestVersion);
58 if (empty($pending)) {
65 foreach ($pending as $version) {
/plugin/acknowledge/syntax/
H A Dlisting.php
/plugin/structstatus/
H A Daction.php54 $pending = array_filter(array_map(function ($version) use ($dbVersionStruct) {
58 if (empty($pending)) {
69 foreach ($pending as $version) {
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js49363 this.pending = null;
49379 if (!this.pending) this.pending = msg;else this.pending = this.pending.concat(msg);
49387 if (this.pending.length === 0) this.pending = null;
63262 var len = s.pending;
63277 s.pending -= len;
63279 if (s.pending === 0) {
64369 this.pending = 0;
64619 s.pending = 0;
64834 beg = s.pending;
64872 beg = s.pending;
[all …]
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js6042 var len = s.pending;
6053 s.pending -= len;
6054 if (s.pending === 0) {
6068 s.pending_buf[s.pending++] = b;
6081 s.pending_buf[s.pending++] = b & 0xff;
7187 s.pending = 0;
7413 beg = s.pending;
7444 beg = s.pending;
7482 beg = s.pending;
7527 if (s.pending !== 0) {
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dfutures.asciidoc82 resolves all pending requests and values). This allows patterns such as:
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md87 * Feature: Improve memory consumption for pending promises by using static internal callbacks without binding to self.
124 * Revert automatic cancellation of pending collection promises once the
149 * Fix `some()` not cancelling pending promises when too much input promises
H A DREADME.md90 A deferred represents an operation whose resolution is pending. It has separate
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc15 pending: [],
221 CKEDITOR._.pending.push([this, arguments]);
292 (this._.pending || (this._.pending = [])).push(a)
10653 if (a = CKEDITOR._.pending)
10654 …for (delete CKEDITOR._.pending, d = 0; d < a.length; d++) CKEDITOR.editor.prototype.constructor.ap…
H A Dckeditor.js5 …n:"4.11.4",revision:"e1836357e",rnd:Math.floor(900*Math.random())+100,_:{pending:[],basePathSrcPat… property in AnonymousFunctiona9e2af6b0100.d._
18 …CKEDITOR.loadFullCoreTimeout=0;CKEDITOR.add=function(a){(this._.pending||(this._.pending=[])).push…
535 …atus="loaded";CKEDITOR.fireOnce("loaded");if(a=CKEDITOR._.pending)for(delete CKEDITOR._.pending,d=…
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DUtils.php51 if (Is::pending($promise)) {
172 if (Is::pending($promise)) {
H A DEachPromise.php11 private $pending = []; variable in GuzzleHttp\\Promise\\EachPromise
111 reset($this->pending);
114 while ($promise = current($this->pending)) {
115 next($this->pending);
125 $this->iterable = $this->concurrency = $this->pending = null;
143 ? call_user_func($this->concurrency, count($this->pending))
145 $concurrency = max($concurrency - count($this->pending), 0);
174 $this->pending[$idx] = $promise->then(
234 unset($this->pending[$idx]);
247 if (!$this->pending && !$this->iterable->valid()) {
H A DIs.php12 public static function pending(PromiseInterface $promise) function in GuzzleHttp\\Promise\\Is
H A DRejectedPromise.php39 if (Is::pending($p)) {
H A DFulfilledPromise.php39 if (Is::pending($p)) {
H A DPromise.php156 } elseif ($value instanceof Promise && Is::pending($value)) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fcmdata/
H A DGoogleFirebaseFcmDataV1beta1MessageOutcomePercents.php41 public $pending; variable in Google\\Service\\Fcmdata\\GoogleFirebaseFcmDataV1beta1MessageOutcomePercents
102 public function setPending($pending) argument
104 $this->pending = $pending;
111 return $this->pending;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAccountStatusStatistics.php37 public $pending; variable in Google\\Service\\ShoppingContent\\AccountStatusStatistics
84 public function setPending($pending) argument
86 $this->pending = $pending;
93 return $this->pending;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
H A DProgressCounter.php29 public $pending; variable in Google\\Service\\CloudHealthcare\\ProgressCounter
52 public function setPending($pending) argument
54 $this->pending = $pending;
61 return $this->pending;
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DREADME.md340 Returns the state of the promise. One of `pending`, `fulfilled`, or
445 By shuffling pending handlers from one owner to another, promises are
475 all of its pending handlers to the new promise. When the new promise is
476 eventually resolved, all of the pending handlers are delivered the forwarded
528 | `!is_fulfilled` | `Is::pending` |
/plugin/diagramsnet/lib/plugins/
H A Dtickets.js212 var pending = 0;
221 pending++;
225 pending--;
239 if (pending == 0)
255 if (spin && pending == 0)
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1 …n /**\n * Stops running the strategy and immediately resolves any pending\n * `waitUnti…
/plugin/diagramsnet/lib/js/
H A Dviewer-static.min.js101pending++]=255&e,t.pending_buf[t.pending++]=e>>>8&255},x=function(t,e,a){t.bi_valid>16-a?(t.bi_buf…
H A Dviewer.min.js101pending++]=255&e,t.pending_buf[t.pending++]=e>>>8&255},x=function(t,e,a){t.bi_valid>16-a?(t.bi_buf…

1234