Home
last modified time | relevance | path

Searched full:strcasecmp (Results 1 – 25 of 80) sorted by last modified time

1234

/plugin/pagequery/
H A DPageQuery.php652 $key_cmp = strcasecmp((string)$left[$key], (string)$right[$key]);
/plugin/nspages/printers/
H A Dsorters.php37 return strcasecmp($item1['sort'], $item2['sort']);
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dphp.php823 'stats_variance','strcasecmp','strchr','strcmp','strcoll','strcspn',
H A Dklonec.php59 'strdup', 'strcpy', 'strcmp', 'strncpy', 'strcasecmp', 'cat', 'strcat', 'strstr',
H A Dphp-brief.php78 'func_num_args', 'func_get_arg', 'func_get_args', 'strlen', 'strcmp', 'strncmp', 'strcasecmp', 'strncasecmp', 'each', 'error_reporting', 'define', 'defined',
/dokuwiki/inc/Utf8/
H A DSort.php82 * Drop-in replacement for strcmp(), strcasecmp(), strnatcmp() and strnatcasecmp().
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php269 if (strcasecmp($userinfo['mail'], $conf['notify']) != 0) { //skip user who get notified elsewhere
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1225 $result = strcasecmp($a['filename'], $b['filename']);
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php3261 if (strcasecmp($word, $keyword_match) == 0) {
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG497 * Use more native functions like substr_replace and strcasecmp to speed things up (milian)
/plugin/mikioplugin/
H A Dcarousel.php43 if (strcasecmp($tagName, 'carousel') == 0) {
45 } else if (strcasecmp($tagName, 'carousel-item') == 0) {
/plugin/mikioplugin/syntax/
H A Dcarousel.php103 if (strcasecmp($data['indicators'], 'false') != 0) {
104 $renderer->doc .= '<ul class="' . $this->elemClass . ' ' . $this->classPrefix . 'carousel-indicators' . (strcasecmp($data['indicators'], 'circle') == 0 ? ' ' . $this->classPrefix . 'carousel-indicators-circle' : '') . '"></ul>';
H A Dcore.php186 if (strcasecmp($optionKey, $syntaxKey) == 0) {
289 if (strcasecmp($optionValue, $choiceKey) == 0) {
296 if (strcasecmp($optionValue, $choiceItem) == 0) {
302 if (strcasecmp($optionValue, $choiceValue) == 0) {
340 if (strcasecmp($choiceValue, $optionKey) == 0) {
793 if (strcasecmp($type, 'shadow') == 0) {
802 if (strcasecmp($type, 'width') == 0) {
809 if (strcasecmp($type, 'height') == 0) {
816 if (strcasecmp($type, 'text-color') == 0) {
823 if (strcasecmp(
[all...]
H A Dicon.php37 if(isset($icon['name']) && strcasecmp($icon['name'], array_key_first($data)) == 0) {
/template/mikio/inc/
H A Dsimple_html_dom.php430 if (strcasecmp($this->tag, 'script') === 0) { return ''; }
431 if (strcasecmp($this->tag, 'style') === 0) { return ''; }
1047 && (strcasecmp($sourceCharset, $targetCharset) != 0)) {
1049 if ((strcasecmp($targetCharset, 'UTF-8') == 0)
/template/mikio/
H A Dmikio.php172 if (strcasecmp(substr($style, -5), '.less') === 0 && $this->getConf('useLESS') === true) {
531 $showItem !== false && (strcasecmp($showItem, 'always') === 0 ||
532 (strcasecmp($showItem, 'logged in') === 0 && $loggedIn === true) ||
533 (strcasecmp($showItem, 'logged out') === 0 && $loggedIn === false))
558 $showItem !== false && (strcasecmp($showItem, 'always') === 0 ||
559 (strcasecmp($showItem, 'logged in') === 0 && $loggedIn === true) ||
560 (strcasecmp($showItem, 'logged out') === 0 && $loggedIn === false))
582 $showItem !== false && (strcasecmp($showItem, 'always') === 0 ||
583 (strcasecmp($showItem, 'logged in') === 0 && $loggedIn === true) ||
584 (strcasecmp(
[all...]
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php415 if (strcasecmp($this->tag, 'script') === 0) {
418 if (strcasecmp($this->tag, 'style') === 0) {
1078 && (strcasecmp($sourceCharset, $targetCharset) != 0)) {
1080 if ((strcasecmp($targetCharset, 'UTF-8') == 0)
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php599 if (0 === strcasecmp($c, 'none')) {
/plugin/combo/vendor/symfony/process/
H A DProcess.php310 $env += '\\' === \DIRECTORY_SEPARATOR ? array_diff_ukey($this->env, $env, 'strcasecmp') : $this->env;
313 $env += '\\' === \DIRECTORY_SEPARATOR ? array_diff_ukey($this->getDefaultEnv(), $env, 'strcasecmp') : $this->getDefaultEnv();
1648 $env = ('\\' === \DIRECTORY_SEPARATOR ? array_intersect_ukey($env, $_SERVER, 'strcasecmp') : array_intersect_key($env, $_SERVER)) ?: $env;
1650 return $_ENV + ('\\' === \DIRECTORY_SEPARATOR ? array_diff_ukey($env, $_ENV, 'strcasecmp') : $env);
/plugin/odt/ODT/
H A DODTIndex.php152 } else if ( strcasecmp($temp, 'true') == 0 ) {
/plugin/odt/helper/
H A Dconfig.php619 if ( strcasecmp($temp, 'Yes') != 0 && $temp !== true ) {
629 if ( strcasecmp($temp, 'Yes') == 0 || $temp === true ) {
/plugin/odt/renderer/
H A Dpage.php446 } else if ( strcasecmp($temp, 'true') == 0 ) {
/plugin/openid/Auth/Yadis/
H A DXRI.php222 if (strcasecmp($parent_sought, $parentCID)) {
/plugin/statdisplay/
H A DBrowser.php237 …function isBrowser($browserName) { return( 0 == strcasecmp($this->_browser_name, trim($browserName…
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php339 if (!strcasecmp($key, $name)) {

1234