Home
last modified time | relevance | path

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

12

/plugin/webdav/vendor/sabre/event/lib/
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) {
Dcoroutine.php106 if (!$generator->valid() && $promise->state === Promise::PENDING) {
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
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) {
DIs.php14 return $promise->getState() === PromiseInterface::PENDING;
24 return $promise->getState() !== PromiseInterface::PENDING;
DPromiseInterface.php16 const PENDING = 'pending'; define
/plugin/matrixnotifierwas/vendor/guzzlehttp/promises/src/
DPromise.php16 private $state = self::PENDING;
39 if ($this->state === self::PENDING) {
90 if ($this->state !== self::PENDING) {
108 if ($this->state === self::PENDING) {
125 if ($this->state !== self::PENDING) {
224 if ($this->state !== self::PENDING) {
241 if ($this->state === self::PENDING) {
253 if ($this->state === self::PENDING) {
DIs.php14 return $promise->getState() === PromiseInterface::PENDING;
22 return $promise->getState() !== PromiseInterface::PENDING;
DPromiseInterface.php18 public 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/
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];
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];
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];
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];
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/
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];
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];
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];
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];
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/
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/
Dscript.js9PENDING[V.id]=this;return true}if(!_){c[c.length]="- "+e.toUpperCase()+": "+this._l(x);}else{retur…
/plugin/diagramsnet/lib/math/
DMathJax.js19PENDING){this.scriptAction[h](c)}}if(!c.MathJax){c.MathJax={state:f.PENDING}}if(c.MathJax.error){d…
/plugin/zwidoku/files/
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/
Djszip.js4318 var PENDING = ['PENDING'];
4326 this.state = PENDING;
4363 if (this.state !== PENDING) {
/plugin/datatables/assets/jszip/
Djszip.js4318 var PENDING = ['PENDING'];
4326 this.state = PENDING;
4363 if (this.state !== PENDING) {

12