Searched refs:changeStatus (Results 1 – 4 of 4) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/ |
H A D | Entity.php | 25 public $changeStatus; variable in Google\\Service\\TagManager\\Entity 40 public function setChangeStatus($changeStatus) argument 42 $this->changeStatus = $changeStatus; 49 return $this->changeStatus;
|
/plugin/structpublish/action/ |
H A D | publish.php | 10 $controller->register_hook('ACTION_ACT_PREPROCESS', 'BEFORE', $this, 'changeStatus'); 20 public function changeStatus(Doku_Event $event) function in action_plugin_structpublish_publish
|
/plugin/ckgedit/ckeditor/ |
H A D | ckeditor.js | 868 "created";this.abort=function(){this.changeStatus("abort")}}function n(a){var c=a.match(m)[1];a=a.r… 871 …changeStatus("loading");this.abort=function(){a.reader.abort()};c.onabort=function(){a.changeStatu… 872 …changeStatus("loaded")};c.readAsDataURL(this.file)},upload:function(a,c){var b=c||{};a?(this.uploa… 873 b.changeStatus("error"))}function c(){"abort"!=b.status&&b.changeStatus("abort")}var b=this,d=this.… 874 …changeStatus("error");else{for(var a={fileLoader:b},c=["message","fileName","url"],e=b.editor.fire… method in l
|
H A D | ckeditor.js.unc | 16999 this.changeStatus("abort") 17095 a.changeStatus("loading"); 17100 a.changeStatus("abort") 17104 a.changeStatus("error") 17113 a.changeStatus("loaded") 17122 …}) && this.changeStatus("uploading")) : (this.message = this.lang.filetools.noUrlError, this.chang… 17127 b.changeStatus("error")) 17131 "abort" != b.status && b.changeStatus("abort") 17148 …ssage || (b.message = b.lang.filetools.httpError.replace("%1", d.status)), b.changeStatus("error"); 17158 !1 === e ? b.changeStatus("error") : b.changeStatus("uploaded") [all …]
|