Home
last modified time | relevance | path

Searched refs:sort (Results 1 – 13 of 13) 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 DMakefile19 …@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("…
H A DFuzzySearch.min.js10sort(function(a,b){return b.count-a.count})}function w(a,b){this.id=a,this.count=b}function x(a){r…
H A Djquery-3.6.0.min.js2sort: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 Dsearch.js167 .sort((a, b) => b.score - a.score);
/web-php/include/
H A Dshared-manual.inc46 $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 138 milliseconds