Home
last modified time | relevance | path

Searched full:strnatcasecmp (Results 1 – 25 of 28) sorted by relevance

12

/dokuwiki/inc/Utf8/
H A DSort.php82 * Drop-in replacement for strcmp(), strcasecmp(), strnatcmp() and strnatcasecmp().
83 * It uses a collator-based comparison, or strnatcasecmp() as a fallback.
97 return strnatcasecmp($str1, $str2);
176 return strnatcasecmp(utf8_decodeFN($fn1), utf8_decodeFN($fn2));
/plugin/nspages/printers/
H A Dsorters.php47 return strnatcasecmp($item1['sort'], $item2['sort']);
/plugin/subjectindex/inc/
H A Dcommon.php129 if (strnatcasecmp($a_txt,$b_txt) != 0) {
138 return strnatcasecmp($a, $b);
/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushPhp.js34 'stripos stripslashes stristr strlen strnatcasecmp strnatcmp strncasecmp strncmp strpbrk '+
/plugin/syntaxhighlighter/Scripts/
H A DshBrushPhp.js9 …ftime strip_tags stripcslashes '+'stripos stripslashes stristr strlen strnatcasecmp strnatcmp strn…
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushPhp.js39 'stripos stripslashes stristr strlen strnatcasecmp strnatcmp strncasecmp strncmp strpbrk '+
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushPhp.js55 'stripos stripslashes stristr strlen strnatcasecmp strnatcmp strncasecmp strncmp strpbrk '+
/plugin/confmanager/
H A Dhelper.php123 return strnatcasecmp($left->getName(), $right->getName());
/plugin/magento/
H A Dauth.php359 if ( strnatcasecmp ( $user , $first_last ) === 0 ) {
363 if ( strnatcasecmp ( $user , $last_first ) === 0 ) {
422 if ( strnatcasecmp ( $user , $user_id ) === 0 ) return $entry['entity'];
/plugin/doodle2/
H A Dsyntax.php570 uksort($doodle, "strnatcasecmp"); // case insensitive "natural" sort
582 uksort($this->doodle, "strnatcasecmp"); // case insensitive "natural" sort
/plugin/fullindex/
H A Daction.php316 return strnatcasecmp($a['sort'], $b['sort']);
/plugin/alphaindex/
H A Dsyntax.php281 … usort($currentLetter, create_function('$a, $b', "return strnatcasecmp(\$a['id2'], \$b['id2']);"));
/plugin/doodle3/
H A Dsyntax.php590 uksort($doodle, "strnatcasecmp"); // case insensitive "natural" sort
602 uksort($this->doodle, "strnatcasecmp"); // case insensitive "natural" sort
/plugin/tindexmenu/syntax/
H A Dindexmenu.php698 return strnatcasecmp($b['sort'], $a['sort']);
700 return strnatcasecmp($a['sort'], $b['sort']);
/plugin/doodle4/
H A Dsyntax.php675 uksort($doodle, "strnatcasecmp"); // case insensitive "natural" sort
687 uksort($this->doodle, "strnatcasecmp"); // case insensitive "natural" sort
/plugin/codemirror/dist/modes/
H A Dphp.min.js1 …esize image_type_to_mime_type phpinfo phpversion phpcredits strnatcmp strnatcasecmp substr_count s…
H A Dphp.min.js.map1 …esize image_type_to_mime_type phpinfo phpversion phpcredits strnatcmp strnatcasecmp substr_count s…
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dphp-brief.php81 'constant', 'bin2hex', 'sleep', 'usleep', 'time', 'mktime', 'gmmktime', 'strftime', 'gmstrftime', 'strtotime', 'date', 'gmdate', 'getdate', 'localtime', 'checkdate', 'flush', 'wordwrap', 'htmlspecialchars', 'htmlentities', 'html_entity_decode', 'md5', 'md5_file', 'crc32', 'getimagesize', 'image_type_to_mime_type', 'phpinfo', 'phpversion', 'phpcredits', 'strnatcmp', 'strnatcasecmp', 'substr_count', 'strspn', 'strcspn', 'strtok', 'strtoupper', 'strtolower', 'strpos', 'strrpos', 'strrev', 'hebrev', 'hebrevc', 'nl2br', 'basename', 'dirname', 'pathinfo', 'stripslashes', 'stripcslashes', 'strstr', 'stristr', 'strrchr', 'str_shuffle', 'str_word_count', 'strcoll', 'substr', 'substr_replace', 'quotemeta', 'ucfirst', 'ucwords', 'strtr', 'addslashes', 'addcslashes', 'rtrim', 'str_replace', 'str_repeat', 'count_chars', 'chunk_split', 'trim', 'ltrim', 'strip_tags', 'similar_text', 'explode', 'implode', 'setlocale', 'localeconv',
H A Dphp.php844 'stripslashes','strip_tags','stristr','strlen','strnatcasecmp',
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php620 return strnatcasecmp($a['displayPath'], $b['displayPath']);
/plugin/include/
H A Dhelper.php778 uksort($ordered_pages, 'strnatcasecmp');
804 return strnatcasecmp($b, $a);
/plugin/indexmenu/syntax/
H A Dindexmenu.php
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php615 return strnatcasecmp($a['displayPath'], $b['displayPath']);
/plugin/catlist/
H A Dsyntax.php443 $r = strnatcasecmp($a_title, $b_title);
/plugin/pagequery/
H A DPageQuery.php660 $key_cmp = strnatcasecmp((string)$left[$key], (string)$right[$key]);

12