Searched refs:sorted (Results 1 – 25 of 74) sorted by relevance
123
| /plugin/move/_test/ |
| D | plan.test.php | 52 $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/ |
| D | helper.php | 177 $sorted = ""; 179 $sorted .= '&' . $k . '=' . $v; 181 $sorted = substr($sorted,1); 182 $hash = base64_encode(hash_hmac('sha1',$sorted,$secret, true));
|
| /plugin/refnotes/ |
| D | namespace.php | 147 $sorted = array(); 154 $sorted[] = $style; 162 $sorted[] = $derived[0]; 181 $sorted[] = $derived[$i]; 189 $index = $sorted;
|
| /plugin/pagequery/ |
| D | plugin.info.txt | 6 desc Search for (fulltext) and list wiki pages, sorted and optionally grouped by name, date, cre…
|
| D | readme.md | 60 …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/ |
| D | README.md | 6 …y the title of the start page in this directory. Also directories always sorted at the top of the …
|
| /plugin/picasawebalbum/ |
| D | README | 22 Now plugins are sorted alphabetically.
|
| /plugin/davcal/vendor/sabre/event/ |
| H A D | CHANGELOG.md | 27 sorted by priority.
|
| /plugin/backup/lang/en/ |
| D | intro.txt | 9 * The file is formatted this way so that backups will **always** be sorted correctly.
|
| /plugin/webdav/vendor/sabre/event/ |
| D | CHANGELOG.md | 54 sorted by priority.
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 12.12.js.map | 1 … 'sort-by',\n 'sorted-map',\n 'sorted-map-by',\n 'sorted-set',\n 'so…
|
| D | 46.46.js.map | 1 … 'self',\n 'set',\n 'setattr',\n 'slice',\n 'sorted',\n 'static…
|
| /plugin/dlcounter/ |
| D | README.md | 59 …:to:snow.zip) unless the *strip* option is used. Sorting on filenames is sorted on the filename wi…
|
| /plugin/codemirror/dist/modes/ |
| D | clojure.min.js.map | 1 …", \"sort\",\n \"sort-by\", \"sorted-map\", \"sorted-map-by\", \"sorted-set\", \"sorted-set-b…
|
| /plugin/ckgedit/ckeditor/lang/ |
| D | en.js.ckgedit | 83 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…
|
| D | en.js-4.9.merged | 84 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…
|
| D | en.js.unc | 84 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/ |
| D | en.js.ckgedit | 77 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…
|
| D | en.js.unc | 83 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…
|
| D | en.js.beautified | 733 …le listings can be sorted by Name, Date, and File Size. By default they sort in ascending order, …
|
| /plugin/icons/assets/typicons/ |
| D | typicons.min.css | 1 …rrow-shuffle:before{content:'\e01c'}.typcn-arrow-sorted-down:before{content:'\e01d'}.typcn-arrow-s…
|
| D | typicons.css | 120 .typcn-arrow-sorted-down:before { 123 .typcn-arrow-sorted-up:before {
|
| /plugin/wikistats/ |
| D | README.md | 205 * Namespaces are sorted in ascending alphabetical order
|
| /plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
| D | collections.js | 644 var sorted = _.sortBy(list, 'length'); 645 assert.deepEqual(sorted, ['one', 'two', 'four', 'five', 'three'], 'sorted by length');
|
| /plugin/siteexport/ |
| D | README.md | 163 …(new headers of later documents will be appended at the end, the will not be sorted alphabetically)
|
123