| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/ |
| D | GoogleCloudApigeeV1DebugSessionTransaction.php | 26 public $completed; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1DebugSessionTransaction 33 public function setCompleted($completed) argument 35 $this->completed = $completed; 42 return $this->completed;
|
| /plugin/asciidocjs/node_modules/neo-async/ |
| D | async.js | 2843 var completed = 0; 2850 size && size === completed && callback(null); 2864 } else if (++completed === size) { 2895 var completed = 0; 2906 size && size === completed && callback(null, result); 2930 if (++completed === size) { 2949 var completed = 0; 2959 size && size === completed && callback(null, compact(result)); 2985 if (++completed === size) { 3002 var completed = 0; [all …]
|
| /plugin/davcard/vendor/sabre/vobject/lib/Component/ |
| D | VTodo.php | 34 $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 D | VTodo.php | 34 $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/ |
| D | VTodo.php | 34 $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/icalevents/vendor/sabre/vobject/lib/Component/ |
| D | VTodo.php | 36 $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/webdav/vendor/sabre/vobject/lib/Component/ |
| D | VTodo.php | 36 $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/authgooglesheets/vendor/google/apiclient-services/src/Tasks/ |
| D | Task.php | 26 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/ |
| D | WorkItemStatus.php | 26 public $completed; variable in Google\\Service\\Dataflow\\WorkItemStatus 62 public function setCompleted($completed) argument 64 $this->completed = $completed; 71 return $this->completed;
|
| /plugin/asciidocjs/node_modules/async/ |
| D | forEachOf.js | 41 completed = 0, 55 } else if (++completed === length || value === _breakLoop2.default) {
|
| D | eachOf.js | 41 completed = 0, 55 } else if (++completed === length || value === _breakLoop2.default) {
|
| /plugin/authgoogle/google/contrib/ |
| D | Google_TasksService.php | 335 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/ |
| D | saucelabs.js | 405 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/ |
| D | PM15924077.ris | 16 …completed the initial evaluation are reported. Each patient was assessed by a geriatrician, a neur…
|
| D | PM15924077.nbib | 21 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/calendar/classes/ |
| D | AuditLogger.php | 131 public function logTaskToggle($namespace, $date, $eventId, $title, $completed, $user = null) { argument 137 'completed' => $completed
|
| /plugin/onlineordering/ |
| D | template_en.txt | 36 Your order will be sent as soon as the transaction has been successfully completed.<br />
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
| D | SnapshotNamespace.asciidoc | 76 …mpletion'] = (boolean) Should this request wait until the operation has completed before returning… 170 …mpletion'] = (boolean) Should this request wait until the operation has completed before returning…
|
| D | EqlNamespace.asciidoc | 77 …ean) Control whether the response should be stored in the cluster if it completed within the provi…
|
| /plugin/searchpattern/ |
| D | plugin.info.txt | 6 …>.*?<\/todo[\W]*?>/'?? _ToDo ??~~ Use this searchpattern expression for completed todos: ~~SEARCHP…
|
| /plugin/imageflow/ |
| D | script.js | 277 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/ckgdoku/ckeditor/ |
| D | README.md | 21 http://ckeditor.com. You should have already completed this step, but be
|
| /plugin/ckgedit/ckeditor/ |
| D | README.md | 21 http://ckeditor.com. You should have already completed this step, but be
|
| /plugin/calendar/ |
| D | syntax.php | 806 $completed = isset($event['completed']) ? $event['completed'] : false; 815 $isPastOrCompleted = ($isPast && (!$isTask || $completed)) || $completed; 821 $isPastDue = $isPast && $isTask && !$completed; 858 $completedClass = $completed ? ' event-completed' : ''; 1005 $checked = $completed ? 'checked' : ''; 1888 $completed = !empty($event['completed']); 1891 if (!$showchecked && $isTask && $completed) { 1901 $isPastDue = $isPast && $isTask && !$completed; 3630 $completed = isset($event['completed']) && $event['completed']; 3716 $checkIcon = $completed ? '☑' : '☐';
|
| D | calendar-main.js | 632 const completed = event.completed || false; 636 const isPastDue = isPast && isTask && !completed; 639 const isPastOrCompleted = (isPast && (!isTask || completed)) || completed; 1090 const completedClass = event.completed ? ' event-completed' : ''; 1092 const completed = event.completed || false; 1093 const isPastDue = isPast && isTask && !completed; 1201 const checked = completed ? 'checked' : ''; 1614 const completed = false; // New tasks are not completed 1676 completed: completed ? '1' : '0', property 2151 window.toggleTaskComplete = function(calId, eventId, date, namespace, completed) { argument [all …]
|