/plugin/bez/ctl/ |
H A D | start.php | 105 $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);
|
H A D | threads.php | 97 $orderby = array('sort', 'priority DESC', 'create_date DESC'); variable 99 $orderby = 'id DESC'; variable 108 $threads = $this->model->threadFactory->get_all($db_filters, $orderby);
|
H A D | tasks.php | 101 $orderby = array('priority DESC', 'close_date DESC', 'plan_date'); variable 103 $tasks = $this->model->taskFactory->get_all($db_filters, $orderby);
|
/plugin/tagging/helper/ |
H A D | querybuilder.php | 31 protected $orderby; variable in helper_plugin_tagging_querybuilder 62 $this->orderby = "cnt DESC, pid"; 78 $this->orderby = 'CLEANTAG(tag)'; 176 ORDER BY $this->orderby
|
/plugin/struct/meta/ |
H A D | QueryBuilder.php | 22 protected $orderby = array(); variable in dokuwiki\\plugin\\struct\\meta\\QueryBuilder 142 $this->orderby[] = $sort; 239 if ($this->orderby) { 241 'ORDER BY ' . join(",\n", $this->orderby) . "\n";
|
/plugin/bez/mdl/ |
H A D | Factory.php | 129 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 D | Thread_commentFactory.php | 13 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 D | admin.php | 261 $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/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 14.14.js.map | 1 … 'join',\n 'on',\n 'equals',\n 'into',\n 'orderby',\n 'ascen…
|
H A D | 48.48.js.map | 1 …ct',\n 'operator',\n 'out',\n 'override',\n 'orderby',\n 'param…
|
/plugin/highlightjs/highlight/ |
H A D | highlight.pack.js | 1 …ile":1,ascending:1,descending:1,from:1,get:1,group:1,into:1,join:1,let:1,orderby:1,partial:1,selec…
|
/plugin/codemirror/dist/modes/ |
H A D | clike.min.js.map | 1 … dynamic from get\" +\n \" global group into join let orderby partial remove se…
|
/plugin/sequencediagram/bower_components/lodash/doc/ |
H A D | README.md | 3077 …#L9586 "View in source") [Ⓝ](https://www.npmjs.com/package/lodash.orderby "See the npm pack…
|
/plugin/syntaxhighlighter4/dist/ |
H A D | syntaxhighlighter.js.map | 1 …ing virtual void while var ' +\n 'from group by into select let where orderby join on equals as…
|