Home
last modified time | relevance | path

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

123456

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
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/asciidocjs/node_modules/neo-async/
Dasync.js2843 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/
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/webdavclient/vendor/sabre/vobject/lib/Component/
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/icalevents/vendor/sabre/vobject/lib/Component/
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/webdav/vendor/sabre/vobject/lib/Component/
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/authgooglesheets/vendor/google/apiclient-services/src/Tasks/
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/
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/asciidocjs/node_modules/async/
DforEachOf.js41 completed = 0,
55 } else if (++completed === length || value === _breakLoop2.default) {
DeachOf.js41 completed = 0,
55 } else if (++completed === length || value === _breakLoop2.default) {
/plugin/authgoogle/google/contrib/
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/
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/
DPM15924077.ris16completed the initial evaluation are reported. Each patient was assessed by a geriatrician, a neur…
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/calendar/classes/
DAuditLogger.php131 public function logTaskToggle($namespace, $date, $eventId, $title, $completed, $user = null) { argument
137 'completed' => $completed
/plugin/onlineordering/
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/
DSnapshotNamespace.asciidoc76 …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…
DEqlNamespace.asciidoc77 …ean) Control whether the response should be stored in the cluster if it completed within the provi…
/plugin/searchpattern/
Dplugin.info.txt6 …>.*?<\/todo[\W]*?>/'?? _ToDo ??~~ Use this searchpattern expression for completed todos: ~~SEARCHP…
/plugin/imageflow/
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/ckgdoku/ckeditor/
DREADME.md21 http://ckeditor.com. You should have already completed this step, but be
/plugin/ckgedit/ckeditor/
DREADME.md21 http://ckeditor.com. You should have already completed this step, but be
/plugin/calendar/
Dsyntax.php806 $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 ? '☑' : '☐';
Dcalendar-main.js632 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 …]

123456