Home
last modified time | relevance | path

Searched refs:updateStatus (Results 1 – 17 of 17) sorted by last modified time

/plugin/combo/vendor/symfony/process/
H A DProcess.php367 $this->updateStatus(false);
419 $this->updateStatus(false);
461 $this->updateStatus(false);
753 $this->updateStatus(false);
868 $this->updateStatus(false);
890 $this->updateStatus(false);
904 $this->updateStatus(false);
1339 protected function updateStatus(bool $blocking) function in Symfony\\Component\\Process\\Process
1396 $this->updateStatus($blocking);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DSystemUpdateInfo.php29 public $updateStatus; variable in Google\\Service\\AndroidManagement\\SystemUpdateInfo
48 public function setUpdateStatus($updateStatus) argument
50 $this->updateStatus = $updateStatus;
57 return $this->updateStatus;
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFileSync.js78 this.updateStatus();
288 this.updateStatus();
327 this.updateStatus();
427 DrawioFileSync.prototype.updateStatus = function() method in DrawioFileSync
529 this.updateStatus();
574 this.updateStatus();
632 this.updateStatus();
673 this.updateStatus();
1052 this.updateStatus();
1223 this.updateStatus();
[all …]
H A DEditorUi.js11748 var updateStatus = mxUtils.bind(this, function(sender, eventObject)
11760 this.editor.graph.model.addListener(mxEvent.CHANGE, updateStatus);
/plugin/jplayer/vendor/happyworm/jplayer/dist/add-on/
H A Djquery.jplayer.inspector.js315 updateStatus: function() { // This displays information about jPlayer's status in the inspector method in methods
H A Djquery.jplayer.inspector.min.js2 …;</code></p>",a(this).data("jPlayerInspector").configJq.html(b),this},updateStatus:function(){retu…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dvorbis.js2 …lse;Browser.mainLoop.scheduler()}Browser.mainLoop.shouldPause=false}),updateStatus:(function(){if(…
H A Dopus.js2 …lse;Browser.mainLoop.scheduler()}Browser.mainLoop.shouldPause=false}),updateStatus:(function(){if(…
H A Dogg.js2 …lse;Browser.mainLoop.scheduler()}Browser.mainLoop.shouldPause=false}),updateStatus:(function(){if(…
/plugin/jplayer/vendor/symfony/process/
H A DProcess.php354 $this->updateStatus(false);
407 $this->updateStatus(false);
700 $this->updateStatus(false);
820 $this->updateStatus(false);
842 $this->updateStatus(false);
856 $this->updateStatus(false);
1419 protected function updateStatus($blocking) function in Symfony\\Component\\Process\\Process
1476 $this->updateStatus($blocking);
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/add-on/
H A Djquery.jplayer.inspector.js315 updateStatus: function() { // This displays information about jPlayer's status in the inspector method in methods
/plugin/gtime/gtlib/tsp/
H A DGTVerificationResultBase.php110 public function updateStatus($statusCode) { function in GTVerifificationResultBase
H A DGTPublicationsFile.php407 $this->verificationResult->updateStatus(GTVerificationResult::PUBFILE_SIGNATURE_VERIFIED);
H A DGTTimestamp.php473 $this->verificationResult->updateStatus(GTVerificationResult::PUBLICATION_CHECKED);
H A DGTVerificationResult.php145 $this->updateStatus($other->getStatusCode());
H A DGTVerifier.php137 $result->updateStatus(GTVerificationResult::PUBLICATION_REFERENCE_PRESENT);
141 $result->updateStatus(GTVerificationResult::PUBLIC_KEY_SIGNATURE_PRESENT);
215 $result->updateStatus(GTVerificationResult::DATA_HASH_CHECKED);
307 $result->updateStatus(GTVerificationResult::PUBLICATION_CHECKED);
/plugin/gtime/gtlib/http/
H A DGTHttpClient.php167 $result->updateStatus(GTVerificationResultHttp::EXTENSION_ATTEMPTED);
186 $result->updateStatus(GTVerificationResultHttp::SERVICE_UNREACHABLE_FAILURE);
198 $result->updateStatus(GTVerificationResultHttp::RESPONSE_FORMAT_FAILURE);
205 $result->updateStatus(GTVerificationResultHttp::TIMESTAMP_GRANTED);
208 $result->updateStatus(GTVerificationResultHttp::TIMESTAMP_GRANTED_WITH_MODS);
211 $result->updateStatus(GTVerificationResultHttp::TIMESTAMP_REJECTED);
214 $result->updateStatus(GTVerificationResultHttp::TIMESTAMP_WAITING);
217 $result->updateStatus(GTVerificationResultHttp::REVOCATION_WARNING);
220 $result->updateStatus(GTVerificationResultHttp::REVOCATION_NOTIFICATION);
229 $result->updateStatus(GTVerificationResultHttp::TIMESTAMP_EXTENDED);