Home
last modified time | relevance | path

Searched refs:sort (Results 126 – 150 of 635) sorted by relevance

12345678910>>...26

/plugin/prettyprint/
H A Daction.php38 sort($allapproved);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Utils/
H A DArrays.php41 sort($input);
/plugin/bez/db/
H A Dupdate0013.sql19 WHEN thread.state = 'rejected' THEN 4 END AS sort,
H A Dupdate0014.sql17 WHEN thread.state = 'rejected' THEN 4 END AS sort,
H A Dupdate0011.sql17 WHEN thread.state = 'rejected' THEN 4 END AS sort,
H A Dupdate0002.sql34 WHEN thread.state = 'rejected' THEN 4 END AS sort,
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DCustomSearchAPI.php184 'sort' => [
323 'sort' => [
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/src/
H A DFacade.php57 sort($files);
/plugin/distribute/
H A Dhelper.funcs.util.php44 sort($fs);
/plugin/struct/types/
H A DAutoSummary.php27 * When sorting `%lastsummary%`, then sort the data from the `titles` table instead the `data_` table.
34 public function sort(QueryBuilder $QB, $tablealias, $colname, $order) function in dokuwiki\\plugin\\struct\\types\\AutoSummary
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcresource.js76 return this.smileyskeys.sort(
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DDuplicateClassDefinitionSniff.php107 sort($names);
/plugin/sequencediagram/bower_components/lodash/lib/fp/
H A Dbuild-doc.js46 let chunks = _.chunk(funcNames.slice().sort(), 5);
/plugin/asyncsearch/
H A Dasyncsearch.php113 sort($event->data);
/plugin/displayorphans/
H A DREADME.md37 …nding` | yes | Specifies whether generated tables should sort in ascending order; otherwise sort i…
/plugin/acmenu/
H A Dsyntax.php47 * added: the mode with the lowest sort number will win.
475 sort($ns);
476 sort($pg);
/plugin/data-au/syntax/
H A Dtable.php158 $sort = $column['key'];
159 if(substr($sort, 0, 1) == '^') {
160 $dataau['sort'] = array(substr($sort, 1), 'DESC');
162 $dataau['sort'] = array($sort, 'ASC');
/plugin/data/syntax/
H A Dtable.php49 * Where to sort in?
166 case 'sort':
168 $sort = $column['key'];
169 if (substr($sort, 0, 1) == '^') {
170 $data['sort'] = [substr($sort, 1), 'DESC'];
172 $data['sort'] = [$sort, 'ASC'];
424 // add sort arrow
425 if (isset($data['sort'])
[all...]
/plugin/adminhomepage/
H A Daction.php82 'sort' => $obj->getMenuSort()
/plugin/alphalist2/
H A Dscript.js9 elements.sort(function(a, b) { return (a[0]).localeCompare(b[0]) });
/plugin/bez/mdl/
H A DUserFactory.php46 sort($groups);
/plugin/picasawebalbum/
H A DREADME19 + sort($this->list_enabled);
/plugin/likeit/
H A Daction.php70 sort($newuserlist_r);
/plugin/adminperm/
H A Dadmin.php53 sort($plugins);
/plugin/combo/ComboStrap/
H A DPageType.php142 sort($types);

12345678910>>...26