Home
last modified time | relevance | path

Searched full:sort (Results 76 – 100 of 2280) sorted by relevance

12345678910>>...92

/plugin/gallery/script/
H A Dprosemirror.js171 name: 'sort',
175 checked: attrs['sort'] === 'filesort',
178 name: 'sort',
182 checked: attrs['sort'] === 'random',
185 name: 'sort',
189 checked: attrs['sort'] === 'modsort',
192 name: 'sort',
196 checked: attrs['sort'] === 'datesort',
199 name: 'sort',
203 checked: attrs['sort']
[all...]
/plugin/structtasks/_test/json/
H A Dbadstatus.struct.json17 "sort": 10, number
41 "sort": 20, number
63 "sort": 30, number
H A Dmissingstatus.struct.json17 "sort": 10, number
41 "sort": 20, number
67 "sort": 30, number
H A Dmultidate.struct.json17 "sort": 10, number
41 "sort": 20, number
67 "sort": 30, number
H A Dvalid.struct.json17 "sort": 10, number
41 "sort": 20, number
67 "sort": 30, number
/plugin/structstatus/
H A Dstatus.struct.json11 "sort": 10, number
34 "sort": 20, number
58 "sort": 30, number
/plugin/bliki/
H A Dsyntax.php57 * Where to sort in?
98 sort($posts);
112 sort($years);
118 sort($months);
123 sort($days);
130 sort($posts);
363 // Sort anything found alphabetically and combine the results (dirs->files)
365 sort($dirs, SORT_STRING);
368 sort($files, SORT_STRING);
/plugin/data/lang/en/
H A Dlang.php9 $lang['sort'] = 'Sort by this column';
39 $lang['tableresetfilter'] = 'Show all (remove filter/sort)';
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DControls.php151 * Create a server side sort with a set of SortKey objects, or simple set of attribute names.
156 public static function sort(...$sortKeys): SortingControl
159 foreach ($sortKeys as $sort) {
160 $keys[] = $sort instanceof SortKey ? $sort : new SortKey($sort);
155 public static function sort(...$sortKeys): SortingControl global() function in FreeDSx\\Ldap\\Controls
/plugin/directorylist/syntax/
H A DSplFileArray.php25 * @param string $order Defines the sort order of files
71 * Custom sort method
72 * This sort down arrays (directories) and sorts up everything else
/plugin/tagging/lang/en/
H A Dlang.php26 $lang['admin sort ascending'] = 'Sort ascending';
27 $lang['admin sort descending'] = 'Sort descending';
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js19 QUnit.test('new and sort', function(assert) {
22 col.on('sort', function(){ counter++; });
27 col.sort();
31 col.sort();
338 collection.sort();
1099 collection.sort();
1359 sort: function() { assert.ok(false); }
1385 sort: function() { assert.ok(false); }
1786 collection.on('sort', function() {
1798 collection.on('sort', function() {
[all …]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortingResponseControl.php36 * -- for the server to sort
38 * -- type in sort key
41 * -- rule in sort key
45 * unwillingToPerform (53), -- unable to sort
/plugin/elasticsearch/vendor/ruflin/elastica/src/Suggest/
H A DTerm.php28 * @param string $sort see SORT_* constants for options
32 public function setSort(string $sort): self argument
34 return $this->setParam('sort', $sort);
/plugin/pagelist/lang/en/
H A Dsettings.php37 $lang['sort'] = 'sort pages by pagename';
38 $lang['rsort'] = 'reverse sort pages by pagename';
39 $lang['sortby'] = 'sort the page by the given item e.g. <code>id</code>, <code>pagename</code>, <code>ns</code>, <code>title</code>, <code>date</code>, <code>desc</code>, <code>user</code> etc or columns from plugins';
/plugin/redissue/
H A Dsyntax.php113 // Sort
114 preg_match("/sort *= *(['\"])(.*?)\\1/", $match, $sort);
115 if( count($sort) != 0 ) {
116 $data['sort'] = $sort[2];
118 $data['sort'] = '';
167 'sort' => $data['sort']
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DQuery.php56 * sort?: TSortArgs,
164 * Sets sort arguments for the query
170 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-sort.html
174 return $this->setParam('sort', $sortArgs);
178 * Adds a sort param to the query.
180 * @param mixed $sort Sort parameter
181 * @phpstan-param TSortArg $sort
183 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/search-request-sort.html argument
185 public function addSort($sort)
[all...]
/plugin/combo/resources/dictionary/
H A Dicomoon-icons.json330 "sort-alpha-asc": "329-sort-alpha-asc",
331 "sort-alpha-desc": "330-sort-alpha-desc",
332 "sort-numeric-asc": "331-sort-numeric-asc",
333 "sort-numberic-desc": "332-sort-numberic-desc",
334 "sort-amount-asc": "333-sort
[all...]
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DSort.php7 class Sort extends UsergroupAwareNumericValue class
11 parent::__construct('sorts', 'sort');
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeAnalyticsService.php41sort A comma-separated list of dimensions or metrics that determine the sort order for YouTube Ana…
84 …}, "metrics": {"type": "string", "required": true, "location": "query"}, "sort": {"type": "string"…
/plugin/judge/helper/
H A Dcrud.php26 public function tableRender($data, $mode, $count = 1, $sort = "timestamp") argument
31 $results = $this->getSubmissions($data, $sort);
104 public function getSubmissions($data, $sort = "timestamp") argument
122 $query = 'SELECT * FROM submissions ORDER BY "' . $sort . '" ASC ;';
124 …y = 'SELECT * FROM submissions WHERE ' . join($query, " AND ") . ' ORDER BY "' . $sort . '" ASC ;';
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php521 * Sort result by name.
548 * Sort result by size.
564 * Add your own sort.
568 * // Sort files by their modified time.
569 * $this->sort(function ($a, $b) {
576 public function sort($callable) function in Hoa\\File\\Finder
657 foreach ($sorts as $sort) {
658 uasort($array, $sort);
/template/breeze/bower_components/gumby/sass/extensions/modular-scale/stylesheets/
H A D_modular-scale.scss120 @return trim-sort($multiple, $scale-values, $base-size);
179 @return trim-sort($multiple, $scale-values, $base-size);
206 // sort acsending
231 // sort decending
239 // trim and sort the final list
240 @function trim-sort($multiple, $scale-values: $scale-values, $base-size: $base-size) {
246 // sort acsending
257 // sort acsending
/plugin/struct/meta/
H A DSummaryColumn.php19 * @param int $sort
23 public function __construct($sort, AutoSummary $type, $table = '') argument
26 parent::__construct($sort, $type, 0, true, $table);
H A DUserColumn.php20 * @param int $sort
24 public function __construct($sort, User $type, $table = '') argument
27 parent::__construct($sort, $type, 0, true, $table);

12345678910>>...92