Home
last modified time | relevance | path

Searched full:ksort (Results 1 – 25 of 178) sorted by relevance

12345678

/dokuwiki/inc/Utf8/
H A DSort.php121 * Drop-in replacement for ksort().
122 * It uses a collator-based sort, or ksort() with flags SORT_NATURAL and SORT_FLAG_CASE as a fallback.
129 public static function ksort(&$array)
135 return ksort($array, SORT_NATURAL | SORT_FLAG_CASE);
127 public static function ksort(&$array) global() function in dokuwiki\\Utf8\\Sort
/plugin/permissioninfo/
H A Dadmin.php58 ksort($this->groups);
286 ksort($permissions);
311 ksort($permissions);
374 ksort($up);
375 ksort($for_user);
/plugin/scrape/HTMLPurifier/Printer/
H A DHTMLDefinition.php
H A DCSSDefinition.php
/plugin/translation3/
H A Daction.php90 ksort($res);
109 ksort($res);
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_print.php247 ksort($this->css);
251 if ($this->parser->get_cfg('sort_selectors')) ksort($val);
258 if ($this->parser->get_cfg('sort_properties')) ksort($vali);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DReporting.php340 ksort($errors[$line]);
374 ksort($errors[$line]);
377 ksort($errors);
/plugin/authgooglesheets/vendor/guzzlehttp/promises/src/
H A DUtils.php165 ksort($results);
226 ksort($results);
272 ksort($results);
/plugin/ckgdoku/action/
H A Diwiki.php41 ksort($a);
H A Dtagapi.php47 ksort($tags);
/plugin/tocselect/
H A Daction.php161 ksort($dir_ar);
162 ksort($file_ar);
/plugin/phpbblinks/
H A Daction.php188 ksort($search);
189 ksort($replace);
/plugin/davcard/vendor/sabre/vobject/bin/
H A Dfetch_windows_zones.php28 ksort($map);
/plugin/icalevents/vendor/sabre/vobject/bin/
H A Dfetch_windows_zones.php28 ksort($map);
/plugin/ckgedit/action/
H A Diwiki.php41 ksort($a);
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-normalizer/
H A DNormalizer.php218 ksort($c);
286 ksort($c);
295 ksort($c);
/plugin/subjectindex/inc/
H A Dmatcher.php34 ksort($this->matchers);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DNodeTraverser.php53 ksort($this->visitors);
/plugin/edittable/renderer/
H A Djson.php67 ksort($this->tdata[$this->current_row]);
68 ksort($this->tmeta[$this->current_row]);
/plugin/bibtex/OSBib/
H A DLOADSTYLE.php58 ksort($array);
/plugin/fedauth/Auth/OpenID/
H A DKVForm.php87 ksort($values);
/plugin/autologoff/
H A Dhelper.php30 ksort($conf);
/plugin/feedback/
H A Dadmin.php60 ksort($conf);
/plugin/webdavclient/vendor/sabre/vobject/bin/
H A Dfetch_windows_zones.php28 ksort($map);
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dfetch_windows_zones.php28 ksort($map);

12345678