Home
last modified time | relevance | path

Searched refs:sort (Results 1 – 11 of 11) sorted by relevance

/web-php/tests/Unit/UserNotes/
H A DSorterTest.php21 $sorter->sort($notes);
34 $sorter->sort($notes);
63 $sorter->sort($notes);
112 $sorter->sort($notes);
/web-php/
H A Dquickref.php26 function quickref_table($functions, $sort = true): void argument
33 if ($sort) {
H A DMakefile18 …@grep -E '^[a-zA-Z0-9_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {prin…
/web-php/src/UserNotes/
H A DSorter.php28 public function sort(array &$notes):void { function in phpweb\\UserNotes\\Sorter
/web-php/js/ext/
H A Dmousetrap.min.js4 …e;(e="keypress"==h&&!t.metaKey&&!t.ctrlKey)||(e=c.modifiers,e=b.sort().join(",")===e.sort().join("…
/web-php/js/
H A Dsearch.js55 array.sort(function (a, b) {
/web-php/include/
H A Dshared-manual.inc45 $sorter->sort($notes);
H A Dpregen-news.inc11478 …<p>When the Call for Papers closes, the organizers will sort through the submissions, making their…
/web-php/releases/
H A DNEWS_5_4_0_beta2.txt64 sort functions (sort, rsort, ksort, krsort, asort, arsort and
H A DNEWS_5_4_0_RC1.txt107 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 DNEWS_5_4_0_beta1.txt13 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 86 milliseconds