Home
last modified time | relevance | path

Searched refs:direction (Results 1 – 3 of 3) sorted by relevance

/web-bugs/include/
H A Dquery.php49 $direction = (!empty($_GET['direction']) && $_GET['direction'] != 'DESC') ? 'ASC' : 'DESC'; variable
232 $direction = $direction == 'ASC' ? 'DESC' : 'ASC'; variable
234 $direction = $reorder_by == 'ts2' ? 'DESC' : 'ASC'; variable
246 "IFNULL(AVG(v.score), 0)+3 $direction",
251 $order_by_clauses = ["COUNT(v.bug) $direction"];
255 $order_by_clauses = ["$order_by $direction"];
259 $order_by_clauses[] = "bugdb.ts2 $direction";
/web-bugs/www/
H A Dsearch.php77 'direction' => $direction,
231 …<input type="radio" name="direction" id="directionasc" value="ASC" <?= $direction != 'DESC' ? 'che…
232 …<input type="radio" name="direction" id="directiondesc" value="DESC" <?= $direction == 'DESC' ? 'c…
/web-bugs/www/css/
H A Dstyle.css596 input[id^="direction"] + label,

Completed in 11 milliseconds