Home
last modified time | relevance | path

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

1234

/plugin/codemirror/dist/modes/
H A Dphp.min.js1pending&&c.pending!='"'&&c.pending!="'")c.pending=null;if(!f){if(b.match(/^<\?\w*/)){c.curMode=e;i…
H A Dcmake.min.js1pending){if(c==="$"&&d!="\\"&&b.pending=='"'){e=true;break}d=c}if(e){a.backUp(1)}if(c==b.pending){…
H A Dpuppet.min.js1pending){if(c==="$"&&d!="\\"&&b.pending=='"'){e=true;break}d=c}if(e){a.backUp(1)}if(c==b.pending){…
H A Dcmake.min.js.map1pending","backUp","continueString","tokenize","ch","match","skipToEnd","eatWhile","startState","in…
H A Dphp.min.js.map1pending","php","startState","indent","html","curState","style","pos","token","cur","openPHP","sear…
H A Dpuppet.min.js.map1pending","backUp","continueString","tokenize","word","match","attribute","resource","special_resou…
/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/src/
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 DUtils.php51 if (Is::pending($promise)) {
172 if (Is::pending($promise)) {
H A DFulfilledPromise.php39 if (Is::pending($p)) {
H A DRejectedPromise.php39 if (Is::pending($p)) {
/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/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/acknowledge/syntax/
H A Dlisting.php
/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/structstatus/
H A Daction.php54 $pending = array_filter(array_map(function ($version) use ($dbVersionStruct) {
58 if (empty($pending)) {
69 foreach ($pending as $version) {
/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/js/deflate/
H A 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/
H A 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|=…
H A Djszip.js4072 var len = s.pending;
4083 s.pending -= len;
4084 if (s.pending === 0) {
4098 s.pending_buf[s.pending++] = b;
4111 s.pending_buf[s.pending++] = b & 0xff;
5216 s.pending = 0;
5435 beg = s.pending;
5466 beg = s.pending;
5504 beg = s.pending;
5549 if (s.pending !== 0) {
[all …]
/plugin/datatables/assets/jszip/dist/
H A Djszip.min.js
/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
/plugin/settingstree/
H A Dscript.js25 …s = $.extend({},opts), pluginname = opts.pluginname, token = opts.token, pending = false, path = '…
114 return (pending || $root.has('.input_area.changed, .protect_area.changed').length);
/plugin/diagramsnet/lib/js/jszip/
H A Djszip.min.js14pending;c>a.avail_out&&(c=a.avail_out),0!==c&&(E.arraySet(a.output,b.pending_buf,b.pending_out,c,a…
15 …a.pending++]=a.bi_buf),a.bi_buf=0,a.bi_valid=0}function r(a,b,c,d){q(a),d&&(h(a,c),h(a,~c)),G.arra…

1234