Searched refs:sort (Results 1 – 13 of 13) sorted by relevance
/web-php/tests/Unit/UserNotes/ |
H A D | SorterTest.php | 21 $sorter->sort($notes); 34 $sorter->sort($notes); 63 $sorter->sort($notes); 112 $sorter->sort($notes);
|
/web-php/ |
H A D | quickref.php | 26 function quickref_table($functions, $sort = true): void argument 33 if ($sort) {
|
H A D | Makefile | 19 …@grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {prin…
|
/web-php/src/UserNotes/ |
H A D | Sorter.php | 28 public function sort(array &$notes):void { function in phpweb\\UserNotes\\Sorter
|
/web-php/js/ext/ |
H A D | mousetrap.min.js | 4 …e;(e="keypress"==h&&!t.metaKey&&!t.ctrlKey)||(e=c.modifiers,e=b.sort().join(",")===e.sort().join("…
|
H A D | FuzzySearch.min.js | 10 …sort(function(a,b){return b.count-a.count})}function w(a,b){this.id=a,this.count=b}function x(a){r…
|
H A D | jquery-3.6.0.min.js | 2 …sort:t.sort,splice:t.splice},S.extend=S.fn.extend=function(){var e,t,n,r,i,o,a=arguments[0]||{},s=…
|
/web-php/js/ |
H A D | search.js | 167 .sort((a, b) => b.score - a.score);
|
/web-php/include/ |
H A D | shared-manual.inc | 46 $sorter->sort($notes);
|
H A D | pregen-news.inc | 11478 …<p>When the Call for Papers closes, the organizers will sort through the submissions, making their…
|
/web-php/releases/ |
H A D | NEWS_5_4_0_beta2.txt | 64 sort functions (sort, rsort, ksort, krsort, asort, arsort and
|
H A D | NEWS_5_4_0_RC1.txt | 107 sort functions (sort, rsort, ksort, krsort, asort, arsort and 2148 - Fixed bug #47481 (natcasesort() does not sort extended ASCII characters 5999 - Fixed bug #33382 (array_reverse() fails after *sort()), introduced by 6563 - Added the sorting flag SORT_LOCALE_STRING to the sort() functions which makes 6564 them sort based on the current locale. (Derick)
|
H A D | NEWS_5_4_0_beta1.txt | 13 sort functions (sort, rsort, ksort, krsort, asort, arsort and 2052 - Fixed bug #47481 (natcasesort() does not sort extended ASCII characters 5903 - Fixed bug #33382 (array_reverse() fails after *sort()), introduced by 6467 - Added the sorting flag SORT_LOCALE_STRING to the sort() functions which makes 6468 them sort based on the current locale. (Derick)
|
Completed in 138 milliseconds