Home
last modified time | relevance | path

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

123

/plugin/move/_test/
Dplan.test.php52 $sorted = $plan->sortedPlan();
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']);
/plugin/twofactoryubiauth/
Dhelper.php177 $sorted = "";
179 $sorted .= '&' . $k . '=' . $v;
181 $sorted = substr($sorted,1);
182 $hash = base64_encode(hash_hmac('sha1',$sorted,$secret, true));
/plugin/refnotes/
Dnamespace.php147 $sorted = array();
154 $sorted[] = $style;
162 $sorted[] = $derived[0];
181 $sorted[] = $derived[$i];
189 $index = $sorted;
/plugin/pagequery/
Dplugin.info.txt6 desc Search for (fulltext) and list wiki pages, sorted and optionally grouped by name, date, cre…
Dreadme.md60 …o other search query you would get all the pages), and the list would be sorted by the //first let…
76 …or 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,…
/plugin/pglist/
DREADME.md6 …y the title of the start page in this directory. Also directories always sorted at the top of the …
/plugin/picasawebalbum/
DREADME22 Now plugins are sorted alphabetically.
/plugin/davcal/vendor/sabre/event/
H A DCHANGELOG.md27 sorted by priority.
/plugin/backup/lang/en/
Dintro.txt9 * The file is formatted this way so that backups will **always** be sorted correctly.
/plugin/webdav/vendor/sabre/event/
DCHANGELOG.md54 sorted by priority.
/plugin/dirtylittlehelper/mermaid/editor/docs/
D12.12.js.map1 … 'sort-by',\n 'sorted-map',\n 'sorted-map-by',\n 'sorted-set',\n 'so…
D46.46.js.map1 … 'self',\n 'set',\n 'setattr',\n 'slice',\n 'sorted',\n 'static…
/plugin/dlcounter/
DREADME.md59 …:to:snow.zip) unless the *strip* option is used. Sorting on filenames is sorted on the filename wi…
/plugin/codemirror/dist/modes/
Dclojure.min.js.map1 …", \"sort\",\n \"sort-by\", \"sorted-map\", \"sorted-map-by\", \"sorted-set\", \"sorted-set-b…
/plugin/ckgedit/ckeditor/lang/
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…
Den.js-4.9.merged84 DlgFileBrowserInfo_2: "The file listings can be sorted by Name, Date, and File Size. By default th…
85 …"be sorted in descending order by checking the Reverse Order option. The sort functions are not s…
Den.js.unc84 DlgFileBrowserInfo_2: "The file listings can be sorted by Name, Date, and File Size. By default th…
85 …"be sorted in descending order by checking the Reverse Order option. The sort functions are not s…
/plugin/ckgdoku/ckeditor/lang/
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…
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…
Den.js.beautified733 …le listings can be sorted by Name, Date, and File Size. By default they sort in ascending order, …
/plugin/icons/assets/typicons/
Dtypicons.min.css1 …rrow-shuffle:before{content:'\e01c'}.typcn-arrow-sorted-down:before{content:'\e01d'}.typcn-arrow-s…
Dtypicons.css120 .typcn-arrow-sorted-down:before {
123 .typcn-arrow-sorted-up:before {
/plugin/wikistats/
DREADME.md205 * Namespaces are sorted in ascending alphabetical order
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
Dcollections.js644 var sorted = _.sortBy(list, 'length');
645 assert.deepEqual(sorted, ['one', 'two', 'four', 'five', 'three'], 'sorted by length');
/plugin/siteexport/
DREADME.md163 …(new headers of later documents will be appended at the end, the will not be sorted alphabetically)

123