Home
last modified time | relevance | path

Searched full:asort (Results 1 – 25 of 57) sorted by relevance

123

/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dsort.rst14 Internally, Twig uses the PHP `asort`_ function to maintain index
18 .. _`asort`: https://secure.php.net/asort target in ``sort``
/dokuwiki/inc/Utf8/
H A DSort.php140 * Drop-in replacement for asort(), natsort() and natcasesort().
141 * It uses a collator-based sort, or asort() with flags SORT_NATURAL and SORT_FLAG_CASE as a fallback.
148 public static function asort(&$array)
152 return $collator->asort($array);
154 return asort($array, SORT_NATURAL | SORT_FLAG_CASE);
159 * Drop-in replacement for asort(), natsort() and natcasesort() when the parameter is an array of filenames.
146 public static function asort(&$array) global() function in dokuwiki\\Utf8\\Sort
/plugin/noticeboard/classes/
H A DNoticeList.php313 asort($sortArray);
330 asort($sortArray);
345 asort($sortArray);
360 asort($sortArray);
/plugin/noticeboard/noticeboard/classes/
H A DNoticeList.php313 asort($sortArray);
330 asort($sortArray);
345 asort($sortArray);
360 asort($sortArray);
/plugin/struct/meta/
H A DAggregationCloud.php105 $asort = $a['tag']->getColumn()->getType()->getSortString($a['tag']);
107 if ($asort < $bsort) {
110 if ($asort > $bsort) {
/plugin/whoisonline/
H A Dajax.php13 asort( $online_users );
/plugin/findologicxmlexport/vendor/twig/twig/src/Error/
H A DSyntaxError.php51 asort($alternatives);
/template/twigstarter/vendor/twig/twig/src/Error/
H A DSyntaxError.php42 asort($alternatives);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/
H A DDashboard.php206 asort($leastTestedClasses);
207 asort($leastTestedMethods);
/plugin/bez/mdl/
H A DUserFactory.php20 asort($a);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetCache.php168 asort($values);
/plugin/projects/lib/
H A Dmaker.php90 asort($node_refs);
211 asort($nodes);
/plugin/tagsections/
H A Dhelper.php76 asort($tag_label_r);
/plugin/accscounter/syntax/
H A Dpopularity.php118 asort($counters, SORT_NUMERIC);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Reports/
H A DInfo.php139 asort($values);
H A DSource.php158 asort($this->_sourceCache);
H A DVersionControl.php248 asort($errors);
/plugin/dlcounter/
H A Dsyntax.php129 if( $sort == 'sort' ) asort( $json );
/plugin/columns/
H A Drewriter.php72 asort($result);
/plugin/nsindex/
H A Dsyntax.php210 asort($sort);
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DSetupDecorator.php126 asort($files);
/plugin/tplinc/
H A Dhelper.php133 asort($data);
/plugin/tagfilter/
H A Dhelper.php79 asort($matchedTag_label); //TODO update next release to dokuwiki builtin sort
417 asort($pages);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.write.php197 asort($ArrayOfGenres); // sort into alphabetical order
/plugin/authorlist/
H A Dhelper.php149 asort($this->authors);

123