Home
last modified time | relevance | path

Searched refs:Task (Results 1 – 25 of 67) sorted by last modified time

123

/plugin/bez/mdl/
H A DTask.php12 class Task extends Entity {
11 class Task extends Entity { global() class
H A DTask_comment.php10 /** @var Task */
H A DTask_commentFactory.php9 public function get_from_task(Task $task) {
H A DThread.php557 public function mail_notify_task_added(Task $task) {
573 public function mail_notify_task_state_changed(Task $task) {
/plugin/bez/tpl/
H A Dtasks.php41 <?php foreach (\dokuwiki\plugin\bez\mdl\Task::get_types() as $type): ?>
52 <?php foreach (\dokuwiki\plugin\bez\mdl\Task::get_states() as $state): ?>
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md470 * Added basic support for the Elasticsearch Task Api
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DTask.php15 class Task extends Param
22 * Task id, e.g. in form of nodeNumber:taskId.
12 class Task extends Param global() class
/plugin/avtaskbox/
H A Dplugin.info.txt5 name AV Task Box
H A Dsyntax.php40 'name' => 'AV Task Box',
/plugin/authgooglesheets/vendor/google/apiclient/src/Task/
H A DComposer.php18 namespace Google\Task;
H A DRunner.php18 namespace Google\Task;
21 use Google\Task\Exception as GoogleTaskException;
H A DException.php18 namespace Google\Task;
H A DRetryable.php18 namespace Google\Task;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Tasks/
H A DTasks.php27 protected $itemsType = Task::class;
53 * @param Task[]
60 * @return Task[]
H A DTask.php20 class Task extends \Google\Collection class
295 class_alias(Task::class, 'Google_Service_Tasks_Task');
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DREST.php22 use Google\Task\Runner;
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A Daliases.php40 class Google_Task_Composer extends \Google\Task\Composer
61 class Google_Task_Exception extends \Google\Task\Exception {}
62 interface Google_Task_Retryable extends \Google\Task\Retryable {}
63 class Google_Task_Runner extends \Google\Task\Runner {}
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTasks/
H A DListTasksResponse.php27 protected $tasksType = Task::class;
45 * @param Task[]
52 * @return Task[]
H A DCreateTaskRequest.php26 protected $taskType = Task::class;
44 * @param Task
46 public function setTask(Task $task)
51 * @return Task
H A DTask.php20 class Task extends \Google\Model class
216 class_alias(Task::class, 'Google_Service_CloudTasks_Task');
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md58 you can run the `Google\Task\Composer::cleanup` task and specify the services
67 "pre-autoload-dump": "Google\\Task\\Composer::cleanup"
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTasks/Resource/
H A DProjectsLocationsQueuesTasks.php24 use Google\Service\CloudTasks\Task; alias
46 * @return Task
52 return $this->call('create', [$params], Task::class);
84 * @return Task
90 return $this->call('get', [$params], Task::class);
144 * @return Task
150 return $this->call('run', [$params], Task::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Tasks/Resource/
H A DTasks.php20 use Google\Service\Tasks\Task; alias
66 * @return Task
72 return $this->call('get', [$params], Task::class);
78 * @param Task $postBody
86 * @return Task
147 * @return Task
153 return $this->call('move', [$params], Task::class);
161 * @param Task $postBody
163 * @return Task
176 * @param Task $postBody
[all …]
/plugin/commonmark/vendor/league/commonmark/
H A DREADME.md75 - Task Lists
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1743Task;return t.status=System.Threading.Tasks.TaskStatus.ranToCompletion,t.result=n,t},run:function(…

123