Home
last modified time | relevance | path

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

/plugin/struct/types/
H A DUser.php133 $QB->addOrderBy("$rightalias.lasteditor $order");
137 $QB->addOrderBy("$tablealias.$colname $order");
H A DPage.php164 $QB->addOrderBy("$rightalias.title $order");
165 $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.php428 $QB->addOrderBy("$tablealias.$colname $order");
/plugin/struct/meta/
H A DSearchCloud.php81 $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.php126 $QB->addOrderBy("CAST($tablealias.$colname AS DECIMAL) $order");