Home
last modified time | relevance | path

Searched refs:tasks (Results 26 – 50 of 81) sorted by relevance

1234

/plugin/do/db/
H A Dupdate0004.sql2 ALTER TABLE tasks ADD msg;
H A Dupdate0005.sql2 ALTER TABLE tasks ADD pos;
H A Dupdate0008.sql1 CREATE UNIQUE INDEX idx_tasks_page_md5 ON tasks(page, md5);
/plugin/bez/ctl/
H A Dtasks.php47 header('Location: '.$this->url('tasks', $filters));
103 $tasks = $this->model->taskFactory->get_all($db_filters, $orderby); variable
106 $this->tpl->set('tasks', $tasks);
H A Dstart.php50 $tasks = $this->model->taskFactory->get_all($filter, 'create_date DESC'); variable
87 foreach ($tasks as $task) {
/plugin/bez/action/
H A Ddefault.php398 $tasks = $this->get_model()->factory('task')->get_all(array(
403 foreach ($tasks as $task) {
420 $tasks = $this->get_model()->factory('task')->get_all(array(
425 foreach ($tasks as $task) {
/plugin/do/
H A Daction.php113 $tasks = $hlp->loadTasks(array('status' => array('undone'), 'user' => $user));
116 $html = $syntax->buildTasklistHTML($tasks, true, false);
H A Dplugin.info.txt6 desc Assign tasks within the wiki
/plugin/asana/
H A Dplugin.info.txt6 desc View of asana tasks
H A DREADME3 View of asana tasks
/plugin/structtasks/
H A Dplugin.info.txt6 desc Send update and reminder emails for tasks stored as struct data
H A Dcli.php52 $tasks = $this->struct->getPages($this->schema);
53 foreach (array_keys($tasks) as $task) {
H A DREADME3 Send reminder and notification emails for tasks stored as struct data
/plugin/bez/mdl/
H A DTaskFactory.php36 $tasks = $this->model->taskFactory->get_all(array('thread_id' => $thread->id),
39 foreach ($tasks as $task) {
/plugin/searchindex/lang/en/
H A Dintro.txt12 to carry out multiple tasks in the background (using [[wp>AJAX]]).//
/plugin/avtaskbox/
H A DREADME.md5 Generates nicely formatted boxes for describing project tasks or user stories.
/plugin/bez/scripts/
H A Dtasks.js1 bez.ctl.tasks = function() { function
/plugin/authgoogle/google/contrib/
H A DGoogle_TaskqueueService.php213 public $tasks; variable in Google_TaskqueueService
226 …$this->tasks = new Google_TasksServiceResource($this, $this->serviceName, 'tasks', json_decode('{"…
H A DGoogle_TasksService.php314 public $tasks; variable in Google_TasksService
327 …$this->tasks = new Google_TasksServiceResource($this, $this->serviceName, 'tasks', json_decode('{"…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCloudRun.php278 'tasks',
292 'path' => 'v2/{+parent}/tasks',
H A DCloudDataplex.php559 'tasks',
563 'path' => 'v1/{+parent}/tasks',
615 'path' => 'v1/{+parent}/tasks',
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTasksNamespace.asciidoc52 $params['wait_for_completion'] = (boolean) Wait for the matching tasks to complete (default: false)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php242 protected $tasks; variable in Elasticsearch\\Client
305 $this->tasks = new TasksNamespace($transport, $endpoint);
1868 * Returns the tasks namespace
1870 public function tasks(): TasksNamespace function in Elasticsearch\\Client
1872 return $this->tasks;
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_undo.js371 var tasks = [];
376 tasks.push(task);
386 this._nestedTasks[id] = tasks;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dper-request-configuration.asciidoc17 https://www.elastic.co/guide/en/elasticsearch/reference/current/tasks.html#_identifying_running_tasks[identifying running tasks].

1234