Home
last modified time | relevance | path

Searched refs:sort (Results 76 – 100 of 635) sorted by relevance

12345678910>>...26

/plugin/htmlok/syntax/
H A Dphpblock.php16 protected $sort = 180; variable in syntax_plugin_htmlok_phpblock
/plugin/jplayer/
H A Dsyntax.php105 $sort = 'natural';
107 array('showmsg' => false, 'depth' => 1), $dir, 1, $sort);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D4b90feb9d5d3dbfce424dac0341320b7.asciidoc12 'sort' => [
/plugin/findologicxmlexport/vendor/sebastian/resource-operations/build/
H A Dgenerate.php24 sort($resourceFunctions);
/plugin/filterrss/
H A Dplugin.info.txt6 desc Filter, sort and limitate RSS feeds.
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/tests/tests/
H A DFilterTest.php110 sort($whitelist);
131 sort($whitelist);
/plugin/prosemirror/parser/
H A DTextNode.php51 while (!$mark->sort()) {
87 while (!$mark->sort()) {
/plugin/dirpictures/
H A DsortPages.php14 static function sort(&$files, $type, $order) { function in sortPages
/plugin/refnotes/
H A Dnamespace.php51 public function sort() { function in refnotes_namespace_data_stash
119 public function sort() { function in refnotes_namespace_style_stash
120 parent::sort();
/plugin/indexmenu/
H A Daction.php145 * Display the indexmenu sort number.
287 $sort = [
288 'sort' => $INPUT->str('sort'),
297 $search = new Search($sort);
305 // $fancytreeData['sort'] = $sort;
310 // $fancytreeData[0]['sort'] = $sort;
345 sort(
[all...]
/plugin/struct/db/
H A Dupdate0001.sql24 sort INTEGER NOT NULL, field
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dindex.rst31 sort
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php225 sort($keys);
226 sort($class_assoc_keys);
314 sort($signed_list);
/plugin/syntaxhighlighter3/sxh3/tests/
H A Dcommonjs_tests.js38 brushes.sort();
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DWebfonts.php68 'sort' => [
/plugin/strata/
H A Dscript.js9 * Exactly the same behaviour as [1,2,3].sort(comparator)
15 * resulting sort to occur on a parent or another
26 var sort = [].sort;
44 "You can't sort elements if any one is a descendant of another."
53 return sort.call(this, comparator).each(function(i) {
209 values.sort(cmp);
313 isAscending.push(jQuery('.strata-ui-sort-direction', items[i]).attr('data-strata-sort-direction') == 'asc');
314 sortType.push(jQuery(items[i]).data('strata-sort
[all...]
/plugin/redissue/
H A DREADME.md83 You can also sort the issues according to your interests.
85 * sort: choose how issues will be displayed. by default they are displayed by **id** number, from t…
87 You can choose to sort by : id, subject, project, tracker, ...
93 <redissue project="myproject" tracker="1" sort="id" />
95 <redissue project="myproject" tracker="" sort="subject"/>
/plugin/tagging/lang/en/
H A Dintro.txt3 This page lists all the used tags in your wiki. You can filter and sort the list and use the actions to rename or delete a tag. Click a tag to see a list of pages where it used.
/plugin/authgoogle/google/contrib/
H A DGoogle_AnalyticsService.php1655 public $sort; variable in Google_GaDataQuery
1701 public function setSort(/* array(Google_string) */ $sort) { argument
1702 $this->assertIsArray($sort, 'Google_string', __METHOD__);
1703 $this->sort = $sort;
1706 return $this->sort;
2278 public $sort; variable in Google_McfDataQuery
2326 $this->sort = $sort;
2329 return $this->sort;
2774 public $sort; variable in Google_RealtimeDataQuery
2808 $this->sort = $sort;
[all …]
H A DGoogle_CustomsearchService.php288 public $sort; variable in Google_Query
485 public function setSort( $sort) { argument
486 $this->sort = $sort;
489 return $this->sort;
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php576 public function sort($callable) function in Hoa\\File\\Finder
657 foreach ($sorts as $sort) {
658 uasort($array, $sort);
/plugin/openid/Auth/OpenID/
H A DAssociation.php227 sort($keys);
228 sort($class_assoc_keys);
317 sort($signed_list);
/plugin/struct/types/
H A DLookup.php298 public function sort(QueryBuilder $QB, $tablealias, $colname, $order)
303 parent::sort($QB, $tablealias, $colname, $order);
316 $column->getType()->sort($QB, $rightalias, $field, $order);
300 public function sort(QueryBuilder $QB, $tablealias, $colname, $order) global() function in dokuwiki\\plugin\\struct\\types\\Lookup
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DAbstractEndpoint.php238 sort($invalid);
239 sort($whitelist);

12345678910>>...26