Home
last modified time | relevance | path

Searched refs:sortdirection (Results 1 – 25 of 107) sorted by relevance

12345

/dports/www/zenphoto/zenphoto-1.5.9/zp-core/
H A Dclass-search.php885 if (is_null($sortdirection)) {
979 list($key, $sortdirection) = $this->sortKey($sorttype, $sortdirection, 'title', 'albums');
1007 list($key, $sortdirection) = $this->sortKey($sorttype, $sortdirection, 'title', 'images');
1342 list($key, $sortdirection) = $this->sortKey($sorttype, $sortdirection, 'title', 'albums');
1355 list($key, $sortdirection) = $this->sortKey($sorttype, $sortdirection, 'title', 'images');
1356 if ($sortdirection) {
1368 list($key, $sortdirection) = $this->sortKey($sorttype, $sortdirection, 'title', 'images');
1393 list($sorttype, $sortdirection) = $this->sortKey($sorttype, $sortdirection, 'title', 'albums');
1570 list($sorttype, $sortdirection) = $this->sortKey($sorttype, $sortdirection, 'title', 'images');
1777 list($sorttype, $sortdirection) = $this->sortKey($sorttype, $sortdirection, 'title', 'pages');
[all …]
H A Dclass-album.php1123 if (!is_null($sortdirection)) {
1124 $order = strtoupper($sortdirection) == 'DESC';
1376 if (is_null($sortdirection)) {
1378 $sortdirection = 'DESC';
1415 if (is_null($sortdirection)) {
1417 $sortdirection = 'DESC';
1798 if (is_null($sortdirection)) {
1800 $sortdirection = 'DESC';
1802 $sortdirection = '';
1868 if (is_null($sortdirection)) {
[all …]
H A Dclass-gallery.php274 if (is_null($sortdirection)) {
276 $sortdirection = 'DESC';
278 $sortdirection = '';
404 $sortdirection = ' ASC';
412 $sortdirection = ' DESC';
414 $sortdirection = ' ASC';
422 $sortdirection = ' DESC';
424 $sortdirection = ' ASC';
974 * @param string $sortdirection
1001 if (!is_null($sortdirection)) {
[all …]
H A Dclass-feed.php76 protected $sortdirection = NULL; variable in feed
173 $this->sortdirection = $this->getSortdir();
454 …= getAlbumStatistic($this->itemnumber, $this->sortorder, $this->albumfolder, $this->sortdirection);
456 …his->itemnumber, $this->sortorder, $this->albumfolder, $this->collection, 0, $this->sortdirection);
463 …ems = getZenpageStatistic($this->itemnumber, 'categories', $this->sortorder, $this->sortdirection);
465 $items = getLatestNews($this->itemnumber, $this->catlink, false, $this->sortdirection);
471 … $items = getZenpageStatistic($this->itemnumber, 'news', $this->sortorder, $this->sortdirection);
474 $items = getLatestNews($this->itemnumber, '', false, $this->sortdirection);
481 … $items = getZenpageStatistic($this->itemnumber, 'pages', $this->sortorder, $this->sortdirection);
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/zenpage/
H A Dclass-zenpage.php26 protected $sortdirection = true; // descending variable in Zenpage
121 if (is_null($sortdirection)) {
159 if ($sortdirection) {
294 if (is_null($sortdirection)) {
334 if ($sortdirection) {
424 if ($sortdirection || is_null($sortdirection)) {
673 if (is_null($sortdirection)) {
677 switch(strtolower($sortdirection)) {
679 $sortdirection = false;
684 $sortdirection = true;
[all …]
H A Dclass-zenpagecategory.php18 protected $sortdirection = true; variable in ZenpageCategory
111 return $this->sortdirection;
115 $this->sortdirection = (int) ($value && true);
227 return $this->getCategories($visible, $sorttype, $sortdirection, $directchilds);
415 * @param string $sortdirection "asc" or "desc" for ascending or descending order
445 function getIndex($sortorder, $sortdirection, $sticky) { argument
447 $articles = $this->getArticles(0, NULL, true, $sortorder, $sortdirection, $sticky);
464 function getPrevArticle($sortorder = 'date', $sortdirection = 'desc', $sticky = true) { argument
466 $index = $this->getIndex($sortorder, $sortdirection, $sticky);
476 function getNextArticle($sortorder = 'date', $sortdirection = 'desc', $sticky = true) { argument
[all …]
H A Dadmin-news-articles.php135 $sortdirection = $direction = true; variable
137 list($sortorder, $sortdirection) = explode('-', $_GET['sortorder']);
138 if($sortdirection == 'asc') {
153 …$resultU = $_zp_zenpage->getArticles(0, 'unpublished', false, $sortorder, $sortdirection, false, $…
/dports/www/zenphoto/zenphoto-1.5.9/zp-core/zp-extensions/favoritesHandler/
H A Dclass-favorites.php143 * @param string $sortdirection The direction of the sort
148 …function getAlbums($page = 0, $sorttype = null, $sortdirection = null, $care = true, $mine = NULL)… argument
167 if (is_null($sortdirection)) {
169 $sortdirection = 'DESC';
176 if (!is_null($sortdirection)) {
177 $order = strtoupper($sortdirection) == 'DESC';
184 $this->lastsubalbumsort = $sorttype . $sortdirection;
198 * @param string $sortdirection optional sort direction
230 if (!is_null($sortdirection)) {
231 $order = strtoupper($sortdirection) == 'DESC';
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/themes/windows/global/
H A Dtree.css9 .treecol-sortdirection {
15 treecol[sortDirection="ascending"]:not([hideheader="true"]) > .treecol-sortdirection {
19 treecol[sortDirection="descending"]:not([hideheader="true"]) > .treecol-sortdirection {
42 treecol[sortDirection="ascending"]:not([hideheader="true"]) > .treecol-sortdirection {
46 treecol[sortDirection="descending"]:not([hideheader="true"]) > .treecol-sortdirection {
/dports/www/moodle310/moodle/comment/classes/
H A Dexternal.php72 * @param string $sortdirection sort direction
77 $sortdirection = 'DESC') { argument
88 'sortdirection' => $sortdirection,
92 $sortdirection = strtoupper($params['sortdirection']);
94 if (!in_array($sortdirection, $directionallowedvalues)) {
95 …_parameter_exception('Invalid value for sortdirection parameter (value: ' . $sortdirection . '),' .
111 $comments = $commentobject->get_comments($params['page'], $sortdirection);
/dports/www/moodle311/moodle/comment/classes/
H A Dexternal.php72 * @param string $sortdirection sort direction
77 $sortdirection = 'DESC') { argument
88 'sortdirection' => $sortdirection,
92 $sortdirection = strtoupper($params['sortdirection']);
94 if (!in_array($sortdirection, $directionallowedvalues)) {
95 …_parameter_exception('Invalid value for sortdirection parameter (value: ' . $sortdirection . '),' .
111 $comments = $commentobject->get_comments($params['page'], $sortdirection);
/dports/www/moodle39/moodle/comment/classes/
H A Dexternal.php72 * @param string $sortdirection sort direction
77 $sortdirection = 'DESC') { argument
88 'sortdirection' => $sortdirection,
92 $sortdirection = strtoupper($params['sortdirection']);
94 if (!in_array($sortdirection, $directionallowedvalues)) {
95 …_parameter_exception('Invalid value for sortdirection parameter (value: ' . $sortdirection . '),' .
111 $comments = $commentobject->get_comments($params['page'], $sortdirection);
/dports/www/moodle310/moodle/mod/forum/
H A Dexternallib.php172 * @param string $sortdirection
181 'sortdirection' => $sortdirection,
196 $sortdirection = $params['sortdirection'];
205 $sortdirection = strtoupper($sortdirection);
219 "{$sortby} {$sortdirection}"
322 $sortdirection = strtoupper($sortdirection);
553 'sortdirection' => $sortdirection,
572 $sortdirection = strtoupper($sortdirection);
2170 * @param string $sortdirection
2204 $sortdirection = strtoupper($sortdirection);
[all …]
/dports/www/moodle311/moodle/mod/forum/
H A Dexternallib.php172 * @param string $sortdirection
181 'sortdirection' => $sortdirection,
196 $sortdirection = $params['sortdirection'];
205 $sortdirection = strtoupper($sortdirection);
219 "{$sortby} {$sortdirection}"
322 $sortdirection = strtoupper($sortdirection);
562 'sortdirection' => $sortdirection,
581 $sortdirection = strtoupper($sortdirection);
2179 * @param string $sortdirection
2213 $sortdirection = strtoupper($sortdirection);
[all …]
/dports/www/moodle39/moodle/mod/forum/
H A Dexternallib.php172 * @param string $sortdirection
181 'sortdirection' => $sortdirection,
196 $sortdirection = $params['sortdirection'];
205 $sortdirection = strtoupper($sortdirection);
219 "{$sortby} {$sortdirection}"
318 $sortdirection = strtoupper($sortdirection);
549 'sortdirection' => $sortdirection,
568 $sortdirection = strtoupper($sortdirection);
2166 * @param string $sortdirection
2200 $sortdirection = strtoupper($sortdirection);
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/themes/windows/global/
H A Dtree.css9 .treecol-sortdirection {
15 treecol[sortDirection="ascending"]:not([hideheader="true"]) > .treecol-sortdirection {
19 treecol[sortDirection="descending"]:not([hideheader="true"]) > .treecol-sortdirection {
/dports/www/firefox-esr/firefox-91.8.0/toolkit/themes/windows/global/
H A Dtree.css9 .treecol-sortdirection {
15 treecol[sortDirection="ascending"]:not([hideheader="true"]) > .treecol-sortdirection {
19 treecol[sortDirection="descending"]:not([hideheader="true"]) > .treecol-sortdirection {
/dports/www/moodle310/moodle/enrol/
H A Drenderer.php312 public $sortdirection; variable in course_enrolment_table
371 …$this->sortdirection = optional_param(self::SORTDIRECTIONVAR, self::DEFAULTSORTDIRECTION, PARAM_A…
380 if ($this->sortdirection !== 'ASC' && $this->sortdirection !== 'DESC') {
381 $this->sortdirection = self::DEFAULTSORTDIRECTION;
411 return ($this->sortdirection == 'ASC')?'DESC':'ASC';
571 $direction = $this->sortdirection;
590 self::SORTDIRECTIONVAR => $this->sortdirection
/dports/www/moodle311/moodle/enrol/
H A Drenderer.php312 public $sortdirection; variable in course_enrolment_table
371 …$this->sortdirection = optional_param(self::SORTDIRECTIONVAR, self::DEFAULTSORTDIRECTION, PARAM_A…
380 if ($this->sortdirection !== 'ASC' && $this->sortdirection !== 'DESC') {
381 $this->sortdirection = self::DEFAULTSORTDIRECTION;
411 return ($this->sortdirection == 'ASC')?'DESC':'ASC';
571 $direction = $this->sortdirection;
590 self::SORTDIRECTIONVAR => $this->sortdirection
/dports/www/moodle39/moodle/enrol/
H A Drenderer.php312 public $sortdirection; variable in course_enrolment_table
371 …$this->sortdirection = optional_param(self::SORTDIRECTIONVAR, self::DEFAULTSORTDIRECTION, PARAM_A…
380 if ($this->sortdirection !== 'ASC' && $this->sortdirection !== 'DESC') {
381 $this->sortdirection = self::DEFAULTSORTDIRECTION;
411 return ($this->sortdirection == 'ASC')?'DESC':'ASC';
571 $direction = $this->sortdirection;
590 self::SORTDIRECTIONVAR => $this->sortdirection
/dports/www/moodle310/moodle/mod/forum/amd/build/
H A Drepository.min.js.map1sortdirection","getDiscussionPosts"],"mappings":"AAuBAA,OAAM,wBAAC,CAAC,WAAD,CAAD,CAAgB,SAASC,CAAT…
/dports/www/moodle311/moodle/mod/forum/amd/build/
H A Drepository.min.js.map1sortdirection","getDiscussionPosts"],"mappings":"AAuBAA,OAAM,wBAAC,CAAC,WAAD,CAAD,CAAgB,SAASC,CAAT…
/dports/www/moodle39/moodle/mod/forum/amd/build/
H A Drepository.min.js.map1sortdirection","getDiscussionPosts"],"mappings":"AAwBAA,OAAM,wBAAC,CAAC,WAAD,CAAD,CAAgB,SAASC,CAAT…
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/themes/windows/global/
H A Dlistbox.css93 .listheader-sortdirection {
97 .listheader-sortdirection[sortDirection="ascending"] {
101 .listheader-sortdirection[sortDirection="descending"] {
106 .listheader-sortdirection[sortDirection="ascending"] {
110 .listheader-sortdirection[sortDirection="descending"] {
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/themes/windows/global/
H A Dlistbox.css95 .listheader-sortdirection {
99 .listheader-sortdirection[sortDirection="ascending"] {
103 .listheader-sortdirection[sortDirection="ascending"]:-moz-system-metric(windows-classic) {
107 .listheader-sortdirection[sortDirection="descending"] {
111 .listheader-sortdirection[sortDirection="descending"]:-moz-system-metric(windows-classic) {

12345