Searched defs:orderby (Results 1 – 8 of 8) sorted by relevance
/plugin/bez/ctl/ |
H A D | start.php | 105 $orderby = array('sort', 'priority DESC', 'create_date DESC'); variable 111 $orderby = array('sort', 'priority DESC', 'create_date DESC'); variable 117 $orderby = array('priority DESC', 'plan_date'); variable 123 $orderby = array('sort', 'priority DESC', 'create_date DESC'); variable 129 $orderby = array('priority DESC', 'plan_date'); variable [all...] |
H A D | threads.php | 97 $orderby = array('sort', 'priority DESC', 'create_date DESC'); variable 99 $orderby = 'id DESC'; variable
|
H A D | tasks.php | 101 $orderby = array('priority DESC', 'close_date DESC', 'plan_date'); variable
|
/plugin/bez/mdl/ |
H A D | Thread_commentFactory.php | 13 public function get_from_thread(Thread $thread, $filters=array(), $orderby='', $limit=false) { argument
|
H A D | Factory.php | 129 public function get_all($filters=array(), $orderby='', $defaults=array(), $limit=false) { argument
|
/plugin/tagging/helper/ |
H A D | querybuilder.php | 31 protected $orderby; variable in helper_plugin_tagging_querybuilder
|
/plugin/struct/meta/ |
H A D | QueryBuilder.php | 22 protected $orderby = []; variable in dokuwiki\\plugin\\struct\\meta\\QueryBuilder
|
/plugin/highlightjs/highlight/languages/ |
H A D | cs.js | 14 …g': 1, 'from': 1, 'get': 1, 'group': 1, 'into': 1, 'join': 1, 'let': 1, 'orderby': 1, 'partial': 1… property in hljs.LANGUAGES.cs.defaultMode.keywords
|