Home
last modified time | relevance | path

Searched full:strcasecmp (Results 26 – 50 of 80) sorted by relevance

1234

/plugin/tagentry/
H A Daction.php162 if ( strcasecmp( $needle, $t ) == 0 )
/plugin/bookmarkfile/
H A Dsyntax.php80 if (strcasecmp($first_line, $this->netscape_bmf) == 0) {
/plugin/quickstats/db/
H A Dphp-local-browscap.php60 else return strcasecmp($a,$b);
/dokuwiki/inc/Utf8/
H A DSort.php82 * Drop-in replacement for strcmp(), strcasecmp(), strnatcmp() and strnatcasecmp().
/plugin/openid/Auth/Yadis/
H A DXRI.php222 if (strcasecmp($parent_sought, $parentCID)) {
/plugin/sqlraw/
H A Dsimple_html_dom.php432 if (strcasecmp($this->tag, 'script')===0) return '';
433 if (strcasecmp($this->tag, 'style')===0) return '';
628 if (!$check && strcasecmp($key, 'class')===0) {
781 …if (!empty($sourceCharset) && !empty($targetCharset) && (strcasecmp($sourceCharset, $targetCharset…
784 if ((strcasecmp($targetCharset, 'UTF-8') == 0) && ($this->is_utf8($text)))
/plugin/apidoc/
H A Dsyntax.php264 …for( $i=0; $i < count( $arr ); $i++ ) if( strcasecmp( $arr[$smallest]->name, $arr[$i]->name ) > 0 …
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php528 if(!strcasecmp(substr($string,$i+1,strlen($name)),$name))
923 …return (!strcasecmp(substr(str_replace($GLOBALS['csstidy']['whitespace'],'',$value),-10,10),'!impo…
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php269 if (strcasecmp($userinfo['mail'], $conf['notify']) != 0) { //skip user who get notified elsewhere
/plugin/codemirror/dist/modes/
H A Dphp.min.js1 …;var h="func_num_args func_get_arg func_get_args strlen strcmp strncmp strcasecmp strncasecmp each…
H A Dphp.min.js.map1 …tin = \"func_num_args func_get_arg func_get_args strlen strcmp strncmp strcasecmp strncasecmp each…
/plugin/subjectindex/syntax/
H A Dindex.php175 $next_differs = strcasecmp($entry, $next_entry) !== 0;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DCookieJar.php102 if ($cookie->getName() !== null && strcasecmp($cookie->getName(), $name) === 0) {
/plugin/odt/helper/
H A Dconfig.php619 if ( strcasecmp($temp, 'Yes') != 0 && $temp !== true ) {
629 if ( strcasecmp($temp, 'Yes') == 0 || $temp === true ) {
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DSkeleton.php207 if (strcasecmp($this->className, $method) !== 0) {
/plugin/datatemplate/syntax/
H A Dlist.php343 if (strcasecmp($f['key'], 'any') == 0) {
/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);
/dokuwiki/vendor/geshi/geshi/src/geshi/
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',
/plugin/rrdgraph/
H A Dhelper.php353 if (strcasecmp($element[1], 'INCLUDE') == 0) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php111 if (strcasecmp('HEAD', $request->getMethod())) {
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DCurlFactory.php339 if (!strcasecmp($key, $name)) {
/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)
/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/bootstrap3/inc/
H A Dsimple_html_dom.php433 if (strcasecmp($this->tag, 'script') === 0) { return ''; }
434 if (strcasecmp($this->tag, 'style') === 0) { return ''; }
1043 && (strcasecmp($sourceCharset, $targetCharset) != 0)) {
1045 if ((strcasecmp($targetCharset, 'UTF-8') == 0)

1234