Home
last modified time | relevance | path

Searched full:strcasecmp (Results 51 – 75 of 80) sorted by relevance

1234

/plugin/eventum/XML/
H A DRPC.php1599 if (strcasecmp($val, 'true') == 0
1601 || ($val == true && strcasecmp($val, 'false')))
/plugin/publist/bib2tpl/lib/
H A DPEAR.php164 while ($classname && strcasecmp($classname, "pear")) {
/plugin/zip/pear/
H A DPEAR.php179 while ($classname && strcasecmp($classname, "pear")) {
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php164 while ($classname && strcasecmp($classname, "pear")) {
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php164 while ($classname && strcasecmp($classname, "pear")) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DCurlFactory.php331 if (!strcasecmp($key, $name)) {
/plugin/odt/ODT/
H A DODTIndex.php152 } else if ( strcasecmp($temp, 'true') == 0 ) {
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php599 if (0 === strcasecmp($c, 'none')) {
/template/twigstarter/vendor/symfony/polyfill-mbstring/
H A DMbstring.php599 if (0 === strcasecmp($c, 'none')) {
/plugin/ckgdoku/action/
H A Dedit.php669 if (strcasecmp('guest', $group) == 0) {
/plugin/database2/
H A Ddatabase2.php434 if ( strcasecmp( $name, $authConfigSlot ) )
2391 if ( !strcasecmp( $role, '@ALL' ) )
2394 if ( !strcasecmp( $role, '@NONE' ) )
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dphp.php823 'stats_variance','strcasecmp','strchr','strcmp','strcoll','strcspn',
/plugin/sentry/
H A DBrowser.php184 return (0 == strcasecmp($this->_browser_name, trim($browserName)));
/plugin/statdisplay/
H A DBrowser.php237 …function isBrowser($browserName) { return( 0 == strcasecmp($this->_browser_name, trim($browserName…
/plugin/pagequery/
H A DPageQuery.php652 $key_cmp = strcasecmp((string)$left[$key], (string)$right[$key]);
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG497 * Use more native functions like substr_replace and strcasecmp to speed things up (milian)
/plugin/mantis/lib/
H A Dclass.wsdl.php694 if (strcasecmp($ns, $ns0) == 0) {
/plugin/ckgedit/action/
H A Dedit.php730 if (strcasecmp('guest', $group) == 0) {
/plugin/fckg/action/
H A Dedit.php536 if (strcasecmp('guest', $group) == 0) {
/plugin/markdownextra/
H A Dmarkdown.php198 if (strcasecmp(substr(__FILE__, -16), "classTextile.php") == 0) {
/plugin/issuetracker/
H A Dsyntax.php418 …elseif((strcasecmp($productfilter,'ALL')===0) || (stristr($productfilter,$this->_get_one_value($is…
H A Daction.php3058 …elseif ((strcasecmp($filter['product'],'ALL')===0) || (stristr($filter['product'],$this->_get_one_…
/plugin/odt/renderer/
H A Dpage.php446 } else if ( strcasecmp($temp, 'true') == 0 ) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1205 $result = strcasecmp($a['filename'], $b['filename']);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1225 $result = strcasecmp($a['filename'], $b['filename']);

1234