Home
last modified time | relevance | path

Searched refs:PENDING (Results 1 – 23 of 23) sorted by relevance

/plugin/webdav/vendor/sabre/event/lib/
H A DPromise.php28 const PENDING = 0; define in Sabre\\Event\\Promise
45 public $state = self::PENDING;
100 case self::PENDING :
142 if ($this->state !== self::PENDING) {
162 if ($this->state !== self::PENDING) {
190 while ($this->state === self::PENDING) {
H A Dcoroutine.php106 if (!$generator->valid() && $promise->state === Promise::PENDING) {
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DPromise.php12 private $state = self::PENDING;
35 if ($this->state === self::PENDING) {
83 if ($this->state !== self::PENDING) {
103 if ($this->state === self::PENDING) {
120 if ($this->state !== self::PENDING) {
221 if ($this->state !== self::PENDING) {
238 if ($this->state === self::PENDING) {
250 if ($this->state === self::PENDING) {
H A DIs.php14 return $promise->getState() === PromiseInterface::PENDING;
24 return $promise->getState() !== PromiseInterface::PENDING;
H A DPromiseInterface.php16 const PENDING = 'pending'; define
/plugin/davcal/vendor/sabre/event/lib/
H A DPromise.php22 const PENDING = 0; define in Sabre\\Event\\Promise
39 protected $state = self::PENDING;
108 case self::PENDING :
144 if ($this->state !== self::PENDING) {
161 if ($this->state !== self::PENDING) {
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-script.js138 JsHttpRequest.PENDING[ldObj.id] = this;
281 JsHttpRequest.PENDING[ldObj.id] = false;
317 JsHttpRequest.PENDING = {}; // pending loadings
402 var th = this.PENDING[d.id];
403 delete this.PENDING[d.id];
H A DJsHttpRequest-xml.js138 JsHttpRequest.PENDING[ldObj.id] = this;
281 JsHttpRequest.PENDING[ldObj.id] = false;
317 JsHttpRequest.PENDING = {}; // pending loadings
402 var th = this.PENDING[d.id];
403 delete this.PENDING[d.id];
H A DJsHttpRequest-script-xml.js138 JsHttpRequest.PENDING[ldObj.id] = this;
281 JsHttpRequest.PENDING[ldObj.id] = false;
317 JsHttpRequest.PENDING = {}; // pending loadings
402 var th = this.PENDING[d.id];
403 delete this.PENDING[d.id];
H A DJsHttpRequest-form.js138 JsHttpRequest.PENDING[ldObj.id] = this;
281 JsHttpRequest.PENDING[ldObj.id] = false;
317 JsHttpRequest.PENDING = {}; // pending loadings
402 var th = this.PENDING[d.id];
403 delete this.PENDING[d.id];
H A DJsHttpRequest.js139 JsHttpRequest.PENDING[ldObj.id] = this;
282 JsHttpRequest.PENDING[ldObj.id] = false;
318 JsHttpRequest.PENDING = {}; // pending loadings
403 var th = this.PENDING[d.id];
404 delete this.PENDING[d.id];
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest-script.js96 JsHttpRequest.PENDING[_11.id]=this;
214 JsHttpRequest.PENDING[_28.id]=false;
244 JsHttpRequest.PENDING={};
290 var th=this.PENDING[d.id];
291 delete this.PENDING[d.id];
H A DJsHttpRequest-xml.js96 JsHttpRequest.PENDING[_11.id]=this;
214 JsHttpRequest.PENDING[_28.id]=false;
244 JsHttpRequest.PENDING={};
290 var th=this.PENDING[d.id];
291 delete this.PENDING[d.id];
H A DJsHttpRequest-script-xml.js96 JsHttpRequest.PENDING[_11.id]=this;
214 JsHttpRequest.PENDING[_28.id]=false;
244 JsHttpRequest.PENDING={};
290 var th=this.PENDING[d.id];
291 delete this.PENDING[d.id];
H A DJsHttpRequest-form.js96 JsHttpRequest.PENDING[_11.id]=this;
214 JsHttpRequest.PENDING[_28.id]=false;
244 JsHttpRequest.PENDING={};
290 var th=this.PENDING[d.id];
291 delete this.PENDING[d.id];
H A DJsHttpRequest.js96 JsHttpRequest.PENDING[_11.id]=this;
214 JsHttpRequest.PENDING[_28.id]=false;
244 JsHttpRequest.PENDING={};
290 var th=this.PENDING[d.id];
291 delete this.PENDING[d.id];
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.js96 JsHttpRequest.PENDING[_11.id]=this;
214 JsHttpRequest.PENDING[_28.id]=false;
244 JsHttpRequest.PENDING={};
290 var th=this.PENDING[d.id];
291 delete this.PENDING[d.id];
/plugin/remotescript/
H A Dscript.js9PENDING[V.id]=this;return true}if(!_){c[c.length]="- "+e.toUpperCase()+": "+this._l(x);}else{retur…
/plugin/diagramsnet/lib/math/
H A DMathJax.js19PENDING){this.scriptAction[h](c)}}if(!c.MathJax){c.MathJax={state:f.PENDING}}if(c.MathJax.error){d…
/plugin/xlsx2dw/packages/jszip/
H A Djszip.js4318 var PENDING = ['PENDING'];
4326 this.state = PENDING;
4363 if (this.state !== PENDING) {
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js6535 case _pdf_find_controller.FindState.PENDING:
6689 PENDING: 3
6772 this._updateUIState(FindState.PENDING);
H A Dviewer.js.map1PENDING","FIND_TIMEOUT","MATCH_SCROLL_OFFSET_TOP","MATCH_SCROLL_OFFSET_LEFT","CHARACTERS_TO_NORMAL…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js42760 var PENDING = 0;
42961 state: PENDING,
42976 if (state.state != PENDING) notify(this, state, false);
55236 var PENDING = ['PENDING'];
55244 this.state = PENDING;
55289 if (this.state !== PENDING) {