Home
last modified time | relevance | path

Searched full:strcasecmp (Results 1 – 8 of 8) sorted by relevance

/dokuwiki/inc/Utf8/
DSort.php82 * Drop-in replacement for strcmp(), strcasecmp(), strnatcmp() and strnatcasecmp().
/dokuwiki/inc/Subscriptions/
DSubscriberManager.php269 … if (strcasecmp($userinfo['mail'], $conf['notify']) != 0) { //skip user who get notified elsewhere
/dokuwiki/vendor/geshi/geshi/src/geshi/
Dklonec.php59 'strdup', 'strcpy', 'strcmp', 'strncpy', 'strcasecmp', 'cat', 'strcat', 'strstr',
Dphp-brief.php78 …rgs', 'func_get_arg', 'func_get_args', 'strlen', 'strcmp', 'strncmp', 'strcasecmp', 'strncasecmp',…
Dphp.php823 'stats_variance','strcasecmp','strchr','strcmp','strcoll','strcspn',
/dokuwiki/vendor/geshi/geshi/
DCHANGELOG499 * Use more native functions like substr_replace and strcasecmp to speed things up (milian)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
DSFTP.php1227 $result = strcasecmp($a['filename'], $b['filename']);
/dokuwiki/vendor/geshi/geshi/src/
Dgeshi.php3261 if (strcasecmp($word, $keyword_match) == 0) {