Home
last modified time | relevance | path

Searched refs:pending (Results 1 – 25 of 107) sorted by relevance

12345

/plugin/codemirror/dist/modes/
Dphp.min.js1pending&&c.pending!='"'&&c.pending!="'")c.pending=null;if(!f){if(b.match(/^<\?\w*/)){c.curMode=e;i… property
Dcmake.min.js1pending){if(c==="$"&&d!="\\"&&b.pending=='"'){e=true;break}d=c}if(e){a.backUp(1)}if(c==b.pending){…
Dpuppet.min.js1pending){if(c==="$"&&d!="\\"&&b.pending=='"'){e=true;break}d=c}if(e){a.backUp(1)}if(c==b.pending){…
Dcmake.min.js.map1pending","backUp","continueString","tokenize","ch","match","skipToEnd","eatWhile","startState","in…
Dphp.min.js.map1pending","php","startState","indent","html","curState","style","pos","token","cur","openPHP","sear…
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
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()) {
DUtils.php51 if (Is::pending($promise)) {
172 if (Is::pending($promise)) {
DIs.php12 public static function pending(PromiseInterface $promise) function in GuzzleHttp\\Promise\\Is
DFulfilledPromise.php39 if (Is::pending($p)) {
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/src/
DEachPromise.php15 private $pending = []; variable in GuzzleHttp\\Promise\\EachPromise
104 reset($this->pending);
107 while ($promise = current($this->pending)) {
108 next($this->pending);
118 $this->iterable = $this->concurrency = $this->pending = null;
138 ? ($this->concurrency)(count($this->pending))
140 $concurrency = max($concurrency - count($this->pending), 0);
170 $this->pending[$idx] = $promise->then(
226 unset($this->pending[$idx]);
239 if (!$this->pending && !$this->iterable->valid()) {
DUtils.php49 if (Is::pending($promise)) {
158 if (Is::pending($promise)) {
DIs.php12 public static function pending(PromiseInterface $promise): bool function in GuzzleHttp\\Promise\\Is
DFulfilledPromise.php46 if (Is::pending($p)) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/
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/google/apiclient-services/src/ShoppingContent/
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/Fcmdata/
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/asciidocjs/node_modules/filelist/
Dindex.js246 this.pending = true;
259 if (self.pending) {
415 if (!this.pending) {
433 if (this.pending) {
434 this.pending = false;
486 clone.pending = list.pending;
Dindex.d.ts94 pending: boolean
DREADME.md11 element of the FileList/Array is requested, the pending patterns
78 `clearInclusions`: Clears any pending items -- must be used
/plugin/structstatus/
Daction.php54 $pending = array_filter(array_map(function ($version) use ($dbVersionStruct) {
58 if (empty($pending)) {
69 foreach ($pending as $version) {
/plugin/structpublish/action/
H A Dmigration.php62 $pending = range(($dbVersionStructpublish ?: 0) + 1, $latestVersion);
63 if ($pending === []) {
70 foreach ($pending as $version) {
/plugin/diagramsnet/lib/plugins/
Dtickets.js212 var pending = 0;
221 pending++;
225 pending--;
239 if (pending == 0)
255 if (spin && pending == 0)
/plugin/diagramsnet/lib/js/deflate/
Dpako.min.js2pending++]=255&e,t.pending_buf[t.pending++]=e>>>8&255},x=function(t,e,a){t.bi_valid>16-a?(t.bi_buf…
/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
Djszip.min.js13pending;c>a.avail_out&&(c=a.avail_out),0!==c&&(C.arraySet(a.output,b.pending_buf,b.pending_out,c,a…
14pending++]=255&b,a.pending_buf[a.pending++]=b>>>8&255}function g(a,b,c){a.bi_valid>V-c?(a.bi_buf|=…
Djszip.js4072 var len = s.pending;
4083 s.pending -= len;
4084 if (s.pending === 0) {
4098 s.pending_buf[s.pending++] = b;
4110 s.pending_buf[s.pending++] = (b >>> 8) & 0xff;
4111 s.pending_buf[s.pending++] = b & 0xff;
5022 this.pending = 0; /* nb of bytes in the pending buffer */
5216 s.pending = 0;
5388 strm.adler = crc32(strm.adler, s.pending_buf, s.pending, 0);
5427 beg = s.pending; /* start of bytes to update crc */
[all …]

12345