Home
last modified time | relevance | path

Searched full:strcmp (Results 1 – 25 of 29) sorted by relevance

12

/dokuwiki/inc/Ui/
DAdmin.php177 $strcmp = Sort::strcmp($a['prompt'], $b['prompt']);
178 if ($strcmp != 0) return $strcmp;
/dokuwiki/inc/Utf8/
DSort.php82 * Drop-in replacement for strcmp(), strcasecmp(), strnatcmp() and strnatcasecmp().
91 public static function strcmp($str1, $str2) function in dokuwiki\\Utf8\\Sort
/dokuwiki/inc/TreeBuilder/
DTreeSort.php65 return Sort::strcmp($a->getTitle(), $b->getTitle());
/dokuwiki/vendor/geshi/geshi/src/geshi/
Dxpp.php164 'strcmp',
Dc.php150 'strchr', 'strcmp', 'strcoll', 'strcpy', 'strcspn', 'strerror',
Dpovray.php91 'sinh', 'sqrt', 'strcmp', 'strlen', 'tan', 'tanh', 'val', 'vdot',
Dupc.php136 'strchr', 'strcmp', 'strcoll', 'strcpy', 'strcspn', 'strerror',
Dc_mac.php108 'strcmp', 'strncmp', 'strcoll', 'strchr', 'strrchr', 'strspn', 'strcspn',
Dklonec.php59 'strdup', 'strcpy', 'strcmp', 'strncpy', 'strcasecmp', 'cat', 'strcat', 'strstr',
Dcpp.php128 'strcmp', 'strncmp', 'strcoll', 'strchr', 'strrchr', 'strspn', 'strcspn',
Dmatlab.php136 'stem3','str2double','str2num','strcat','strcmp','strcmpi',
Dklonecpp.php88 'strcmp', 'strncmp', 'strcoll', 'strchr', 'strrchr', 'strspn', 'strcspn',
Duscript.php79 'Divide', 'Split', 'StrCmp', 'Repl', 'Eval',
Dobjc.php104 'strcpy', 'strcoll', 'strcmp', 'strchr', 'strcat', 'sscanf',
Dphp-brief.php78 …'func_num_args', 'func_get_arg', 'func_get_args', 'strlen', 'strcmp', 'strncmp', 'strcasecmp', 'st…
Dnsis.php100 …Flag', 'SetRegView', 'SetShellVarContext', 'SetSilent', 'ShowWindow', 'Sleep', 'StrCmp', 'StrCmpS',
Dcpp-qt.php118 'strcmp', 'strncmp', 'strcoll', 'strchr', 'strrchr', 'strspn', 'strcspn',
Dmysql.php177 'RIGHT','RPAD','RTRIM','SOUNDEX','SPACE','STRCMP','SUBSTRING_INDEX',
Dwinbatch.php99 …'StrCnt', 'StrCmp', 'StrClean', 'StrCharCount', 'StrCat', 'StrByteCount', 'Sqrt', 'SoundVolume', '…
Doctave.php183 'stderr', 'stdin', 'stdout', 'str2func', 'strcmp', 'strcmpi',
Dcpp-winapi.php124 'strcmp', 'strncmp', 'strcoll', 'strchr', 'strrchr', 'strspn', 'strcspn',
Dc_winapi.php150 'strchr', 'strcmp', 'strcoll', 'strcpy', 'strcspn', 'strerror',
/dokuwiki/_test/tests/inc/
Dsort_with_collator.test.php223 $this->assertLessThan(0, Sort::strcmp($word1, $word2));
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
DInteger.php136 return strcmp($a, $b);
/dokuwiki/inc/
Dsearch.php439 return Sort::strcmp($a['id'], $b['id']);

12