Home
last modified time | relevance | path

Searched refs:tasks (Results 76 – 81 of 81) sorted by last modified time

1234

/plugin/pgn4web/pgn4web/
H A Dpgn-standard.txt1633 programs from different authors performing different types of tasks can be
1729 need to run time consuming chess database tasks on a spare computer.
2464 needed for EPD-using tasks) but it does affect game notation (commonly needed
2465 for FEN-using tasks). Because of the desire for space optimization for large
2481 needed for EPD-using tasks) but it does affect game termination issues
2482 (commonly needed for FEN-using tasks). Because of the desire for space
/plugin/rtmchecklist/
H A Dsyntax.php91 $tasks = array();
109 $tasks = array();
111 $tasks = preg_split('/[\|\n]/u', $match);
115 return array('tasks' => $tasks, 'start' => $start, 'end' => $end);
/plugin/tuxquote/
H A Dquotes.txt916 …et of getting started is breaking your complex overwhelming tasks into small manageable tasks, and…
3556 That's what I love about GUIs: They make simple tasks easier, and complex tasks impossible. <BR> --…
3562 …munication between his body and himself. He is trying to perform ordinary tasks, such as lumbering…
/plugin/asana/
H A DREADME3 View of asana tasks
H A Dplugin.info.txt6 desc View of asana tasks
/plugin/asana/remote/
H A DAPILink.php159 $tasks = array();
170 $tasks = array_merge($tasks,$tasks_current);
182 $tasks = array_merge($tasks,$tasks_current);
196 $tasks = array_merge($tasks,$tasks_current);
211 $tasks = array_merge($tasks,$tasks_current);
218 $tasks = $this->tag_filter($tag_key,$tasks);
224 $tasks = $this->string_filter($string, $tasks);
228 $tasks = $this->due_date_sort($tasks);
412 return $tasks;
425 return $tasks;
[all …]

1234