Home
last modified time | relevance | path

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

123

/plugin/move/_test/
H A Dplan.test.php41 * Check that the plan is sorted into the right order
52 $sorted = $plan->sortedPlan();
54 // the plan is sorted FORWARD (first things first)
55 $this->assertEquals(5, count($sorted));
56 $this->assertEquals('humans:programmers:andi', $sorted[0]['src']);
57 $this->assertEquals('animals:monkey', $sorted[1]['src']);
58 $this->assertEquals('yeti', $sorted[2]['src']);
59 $this->assertEquals('animals:mammals:bear', $sorted[3]['src']);
60 $this->assertEquals('humans:programmers', $sorted[4]['src']);
75 // the files are sorted BACKWARD
[all...]
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DPrioritizedList.php61 $sorted = [];
64 $sorted[] = $item;
68 $this->optimized = new \ArrayIterator($sorted);
/plugin/twofactoryubiauth/
H A Dhelper.php177 $sorted = "";
179 $sorted .= '&' . $k . '=' . $v;
181 $sorted = substr($sorted,1);
182 $hash = base64_encode(hash_hmac('sha1',$sorted,$secret, true));
/plugin/refnotes/
H A Dnamespace.php147 $sorted = array();
154 $sorted[] = $style;
162 $sorted[] = $derived[0];
181 $sorted[] = $derived[$i];
189 $index = $sorted;
/plugin/pagequery/
H A Dplugin.info.txt6 desc Search for (fulltext) and list wiki pages, sorted and optionally grouped by name, date, creator, abc, etc. in columns. Insert the pagequery markup wherever you want your list to appear. E.g.{{pagequery>[query;fulltext;sort=key:direction,key2:direction;group;limit=??;cols=?;inwords;proper]}} [..] = optional
H A Dreadme.md60 This would retrieve results from @namespace only (as there is no other search query you would get all the pages), and the list would be sorted by the //first letter// ('sort=a') then alphabetically ('sort=name') within each letter. The //group// option will then cause the list to be grouped by the first letter only (you cannot group by name as each one is unique).
76 E.g. Search for all pages in the "drafts" namespace, listing only files beginning with a number, sorted by name:
80 Or, all files in the "happy:go:lucky" namespace, sorted by year, then date created, in proper case, in 2 columns, and use the page title, not the name in the listing:
/plugin/pglist/
H A DREADME.md6 …y the title of the start page in this directory. Also directories always sorted at the top of the …
/plugin/picasawebalbum/
H A DREADME22 Now plugins are sorted alphabetically.
/plugin/davcal/vendor/sabre/event/
H A DCHANGELOG.md27 sorted by priority.
/plugin/backup/lang/en/
H A Dintro.txt9 * The file is formatted this way so that backups will **always** be sorted correctly.
/plugin/webdav/vendor/sabre/event/
H A DCHANGELOG.md54 sorted by priority.
/plugin/dlcounter/
H A DREADME.md57 …:to:snow.zip) unless the *strip* option is used. Sorting on filenames is sorted on the filename wi…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D12.12.js.map1 … 'sort-by',\n 'sorted-map',\n 'sorted-map-by',\n 'sorted-set',\n 'so…
H A D46.46.js.map1 … 'self',\n 'set',\n 'setattr',\n 'slice',\n 'sorted',\n 'static…
H A D7.7.js.map1sorted',\n 'source',\n 'specified',\n 'split',\n 'spool',\n 'spots',\n 'sql',\n …
/plugin/codemirror/dist/modes/
H A Dclojure.min.js.map1 …", \"sort\",\n \"sort-by\", \"sorted-map\", \"sorted-map-by\", \"sorted-set\", \"sorted-set-b…
/plugin/ckgdoku/ckeditor/lang/
H A Den.js.ckgedit77 DlgFileBrowserInfo_2: "The file listings can be sorted by Name, Date, and File Size. By default th…
78 …"be sorted in descending order by checking the Reverse Order option. The sort functions are not s…
H A Den.js.beautified733 …le listings can be sorted by Name, Date, and File Size. By default they sort in ascending order, …
H A Den.js.unc83 DlgFileBrowserInfo_2: "The file listings can be sorted by Name, Date, and File Size. By default th…
84 …"be sorted in descending order by checking the Reverse Order option. The sort functions are not s…
/plugin/ckgedit/ckeditor/lang/
H A Den.js.ckgedit83 DlgFileBrowserInfo_2: "The file listings can be sorted by Name, Date, and File Size. By default th…
84 …"be sorted in descending order by checking the Reverse Order option. The sort functions are not s…
/plugin/icons/assets/typicons/
H A Dtypicons.min.css1 …rrow-shuffle:before{content:'\e01c'}.typcn-arrow-sorted-down:before{content:'\e01d'}.typcn-arrow-s…
H A Dtypicons.css120 .typcn-arrow-sorted-down:before {
123 .typcn-arrow-sorted-up:before {
/plugin/wikistats/
H A DREADME.md205 * Namespaces are sorted in ascending alphabetical order
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dcollections.js644 var sorted = _.sortBy(list, 'length');
645 assert.deepEqual(sorted, ['one', 'two', 'four', 'five', 'three'], 'sorted by length');
/plugin/siteexport/
H A DREADME.md163 …(new headers of later documents will be appended at the end, the will not be sorted alphabetically)

123