Searched refs:isPending (Results 1 – 6 of 6) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Webmasters/ |
H A D | WmxSitemap.php | 26 public $isPending; variable in Google\\Service\\Webmasters\\WmxSitemap 56 public function setIsPending($isPending) argument 58 $this->isPending = $isPending; 62 return $this->isPending;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SearchConsole/ |
H A D | WmxSitemap.php | 32 public $isPending; variable in Google\\Service\\SearchConsole\\WmxSitemap 89 public function setIsPending($isPending) argument 91 $this->isPending = $isPending; 98 return $this->isPending;
|
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ |
H A D | dhtmlxgantt.js | 569 return this.isPending() && !this._isCancelled(); 573 return this.isPending() && !this.isCancelled(); 2031 } else if (maybePromise.isPending()) { 4583 var isPending = PromiseInspection.prototype.isPending = function () { 4607 Promise.prototype.isPending = function() { method in Promise 4608 return isPending.call(this._target()); 4808 if (ret.isPending()) {
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ |
H A D | dhtmlxgantt.js | 13 …isPending()&&!this._isCancelled()},e.prototype.isCancellable=function(){return this.isPending()&&!…
|
H A D | dhtmlxgantt.js.map | 1 …isPending","_isCancelled","isCancellable","isCancelled","_doInvokeOnCancel","onCancelCallback","in…
|
/plugin/aceeditor/ |
H A D | build.js | 1 …n(){this.cancel(),e()},i.cancel=function(){n&&clearTimeout(n),n=null},i.isPending=function(){retur…
|