Home
last modified time | relevance | path

Searched refs:addOrderBy (Results 1 – 9 of 9) sorted by relevance

/plugin/struct/types/
H A DUser.php148 $QB->addOrderBy("$rightalias.lasteditor $order");
152 $QB->addOrderBy("$tablealias.$colname $order");
H A DPage.php152 $QB->addOrderBy("$rightalias.title COLLATE NOCASE $order");
153 $QB->addOrderBy("$tablealias.$colname $order");
H A DAutoSummary.php38 $QB->addOrderBy("$rightalias.lastsummary $order");
H A DDecimal.php152 $QB->addOrderBy("CAST($tablealias.$colname AS DECIMAL) $order");
H A DDateTime.php168 $QB->addOrderBy("$col $order");
H A DAbstractBaseType.php434 $QB->addOrderBy("$tablealias.$colname COLLATE NOCASE $order");
/plugin/struct/meta/
H A DSearchCloud.php82 $QB->addOrderBy('count DESC');
H A DQueryBuilder.php140 public function addOrderBy($sort) function in dokuwiki\\plugin\\struct\\meta\\QueryBuilder
/plugin/structprogress/types/
H A DProgress.php132 $QB->addOrderBy("CAST($tablealias.$colname AS DECIMAL) $order");