Home
last modified time | relevance | path

Searched refs:completed (Results 1 – 25 of 114) sorted by relevance

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1DebugSessionTransaction.php26 public $completed; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1DebugSessionTransaction
33 public function setCompleted($completed) argument
35 $this->completed = $completed;
42 return $this->completed;
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVTodo.php34 $completed = isset($this->COMPLETED)?$this->COMPLETED->getDateTime():null;
53 if ($completed && $created) {
55 ($start <= $created || $start <= $completed) &&
56 ($end >= $created || $end >= $completed);
58 if ($completed) {
59 return ($start <= $completed && $end >= $completed);
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVTodo.php34 $completed = isset($this->COMPLETED)?$this->COMPLETED->getDateTime():null;
53 if ($completed && $created) {
55 ($start <= $created || $start <= $completed) &&
56 ($end >= $created || $end >= $completed);
58 if ($completed) {
59 return ($start <= $completed && $end >= $completed);
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVTodo.php34 $completed = isset($this->COMPLETED)?$this->COMPLETED->getDateTime():null;
53 if ($completed && $created) {
55 ($start <= $created || $start <= $completed) &&
56 ($end >= $created || $end >= $completed);
58 if ($completed) {
59 return ($start <= $completed && $end >= $completed);
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVTodo.php36 $completed = isset($this->COMPLETED) ? $this->COMPLETED->getDateTime() : null;
55 if ($completed && $created) {
57 ($start <= $created || $start <= $completed) &&
58 ($end >= $created || $end >= $completed);
60 if ($completed) {
61 return $start <= $completed && $end >= $completed;
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVTodo.php36 $completed = isset($this->COMPLETED) ? $this->COMPLETED->getDateTime() : null;
54 if ($completed && $created) {
56 ($start <= $created || $start <= $completed) &&
57 ($end >= $created || $end >= $completed);
59 if ($completed) {
60 return ($start <= $completed && $end >= $completed);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Tasks/
H A DTask.php26 public $completed; variable in Google\\Service\\Tasks\\Task
85 public function setCompleted($completed) argument
87 $this->completed = $completed;
94 return $this->completed;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DWorkItemStatus.php26 public $completed; variable in Google\\Service\\Dataflow\\WorkItemStatus
62 public function setCompleted($completed) argument
64 $this->completed = $completed;
71 return $this->completed;
/plugin/authgoogle/google/contrib/
H A DGoogle_TasksService.php335 public $completed; variable in Google_Task
352 public function setCompleted( $completed) { argument
353 $this->completed = $completed;
356 return $this->completed;
/plugin/sequencediagram/bower_components/lodash/test/
H A Dsaucelabs.js405 var completed = _.get(body, 'completed', false),
429 completed = false;
433 if (!completed && !expired) {
695 var completed = 0,
706 if (++completed == total) {
726 completed = 0;
/plugin/pubmed2020/tests/
H A DPM15924077.ris16completed the initial evaluation are reported. Each patient was assessed by a geriatrician, a neur…
H A DPM15924077.nbib21 outpatients who completed the initial evaluation are reported. Each patient was
24 score<24. RESULTS: Of the 300 patients, 228 patients completed the initial
/plugin/onlineordering/
H A Dtemplate_en.txt36 Your order will be sent as soon as the transaction has been successfully completed.<br />
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DSnapshotNamespace.asciidoc76 $params['wait_for_completion'] = (boolean) Should this request wait until the operation has completed before returning (Default = false)
170 $params['wait_for_completion'] = (boolean) Should this request wait until the operation has completed before returning (Default = false)
H A DEqlNamespace.asciidoc77 $params['keep_on_completion'] = (boolean) Control whether the response should be stored in the cluster if it completed within the provided [wait_for_completion] time (default: false) (Default = false)
H A DSearchableSnapshotsNamespace.asciidoc55 $params['wait_for_completion'] = (boolean) Should this request wait until the operation has completed before returning (Default = false)
/plugin/searchpattern/
H A Dplugin.info.txt6 …>.*?<\/todo[\W]*?>/'?? _ToDo ??~~ Use this searchpattern expression for completed todos: ~~SEARCHP…
/plugin/ckgdoku/ckeditor/
H A DREADME.md21 http://ckeditor.com. You should have already completed this step, but be
/plugin/ckgedit/ckeditor/
H A DREADME.md21 http://ckeditor.com. You should have already completed this step, but be
/plugin/imageflow/
H A Dscript.js277 var completed = 0; var total = 0;
280 … ( this.checkedImages[img].isFinished || this.checkedImages[img].checkFinished() ) { completed++; }
284 var finished = Math.round((completed/total)*100);
290 this.loadingbartext.text('Loading Images ' + completed + '/' + total);
/plugin/tindexmenu/
H A Dindexmenu-full.js84 this.completed = false;
141 this.completed = true;
359 if (this.completed && cn._hc) {
363 (this.completed) ? this.s(cn._ai) : this._sn = cn._ai;
H A Dindexmenu.js27 …];this.aIndent=[];this.root=new Node(!1,-1);this.selectedNode=null;this.completed=this.selectedFou…
30 this.obj+'.stopscroll();"></div>',a+="</div>");this.completed=!0;this.divdisplay("nojs_",0);return …
40 ….pid!=this.root.id&&a._p&&(a._io=1,this.completed&&a._hc&&this.nodeStatus(!0,a._ai,a._ls),a._is&&(…
/plugin/indexmenu/scripts/
H A Dindexmenu.js154 this.completed = false; // succesfull written js tree to the page
231 this.completed = true;
479 if (this.completed && cn._hc) {
483 (this.completed) ? this.s(cn._ai) : this._sn = cn._ai;
/plugin/note/
H A DREADME.md54 which "completed" the plugin (doc, license etc.).
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DREADME.md33 echo 'I completed! ' . $response->getBody();

12345