Home
last modified time | relevance | path

Searched refs:orderby (Results 1 – 14 of 14) sorted by path

/plugin/bez/ctl/
H A Dstart.php105 $orderby = array('sort', 'priority DESC', 'create_date DESC'); variable
107 $proposals = $this->model->threadFactory->get_all($filter, $orderby);
111 $orderby = array('sort', 'priority DESC', 'create_date DESC'); variable
113 $my_threads = $this->model->threadFactory->get_all($filter, $orderby);
117 $orderby = array('priority DESC', 'plan_date'); variable
119 $my_tasks = $this->model->taskFactory->get_all($filter, $orderby);
123 $orderby = array('sort', 'priority DESC', 'create_date DESC'); variable
125 $reported_threads = $this->model->threadFactory->get_all($filter, $orderby);
129 $orderby = array('priority DESC', 'plan_date'); variable
131 $reported_tasks = $this->model->taskFactory->get_all($filter, $orderby);
[all...]
H A Dtasks.php101 $orderby = array('priority DESC', 'close_date DESC', 'plan_date'); variable
103 $tasks = $this->model->taskFactory->get_all($db_filters, $orderby);
H A Dthreads.php97 $orderby = array('sort', 'priority DESC', 'create_date DESC'); variable
99 $orderby = 'id DESC'; variable
108 $threads = $this->model->threadFactory->get_all($db_filters, $orderby);
/plugin/bez/mdl/
H A DFactory.php129 public function get_all($filters=array(), $orderby='', $defaults=array(), $limit=false) { argument
135 if ($orderby != '') {
136 if (is_array($orderby)) $orderby = implode(', ', $orderby);
137 $q .= " ORDER BY $orderby";
H A DThread_commentFactory.php13 public function get_from_thread(Thread $thread, $filters=array(), $orderby='', $limit=false) { argument
15 return $this->get_all($filters, $orderby, array('thread' => $thread), $limit);
/plugin/blogtng/
H A Dadmin.php261 $orderby = 'ORDER BY created DESC ';
268 $orderby = 'ORDER BY comments.created DESC ';
274 $orderby = 'ORDER BY created DESC ';
314 $sqlselect = $select . $from . $where . $orderby;
504 $orderby = 'ORDER BY created DESC ';
507 $sqlselect = $select . $from . $where . $orderby;
/plugin/codemirror/dist/modes/
H A Dclike.min.js.map1 … dynamic from get\" +\n \" global group into join let orderby partial remove se…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D14.14.js.map1 … 'join',\n 'on',\n 'equals',\n 'into',\n 'orderby',\n 'ascen…
H A D48.48.js.map1 …ct',\n 'operator',\n 'out',\n 'override',\n 'orderby',\n 'param…
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …ile":1,ascending:1,descending:1,from:1,get:1,group:1,into:1,join:1,let:1,orderby:1,partial:1,selec…
/plugin/sequencediagram/bower_components/lodash/doc/
H A DREADME.md3077 …#L9586 "View in source") [Ⓝ](https://www.npmjs.com/package/lodash.orderby "See the npm pack…
/plugin/struct/meta/
H A DQueryBuilder.php22 protected $orderby = []; variable in dokuwiki\\plugin\\struct\\meta\\QueryBuilder
142 $this->orderby[] = $sort;
239 if ($this->orderby) {
241 'ORDER BY ' . implode(",\n", $this->orderby) . "\n";
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …ing virtual void while var ' +\n 'from group by into select let where orderby join on equals as…
/plugin/tagging/helper/
H A Dquerybuilder.php31 protected $orderby; variable in helper_plugin_tagging_querybuilder
62 $this->orderby = "cnt DESC, pid";
78 $this->orderby = 'CLEANTAG(tag)';
176 ORDER BY $this->orderby