Lines Matching full:strcasecmp

172                 if (strcasecmp(substr($style, -5), '.less') === 0 && $this->getConf('useLESS') === true) {
532 $showItem !== false && (strcasecmp($showItem, 'always') === 0 ||
533 (strcasecmp($showItem, 'logged in') === 0 && $loggedIn === true) ||
534 (strcasecmp($showItem, 'logged out') === 0 && $loggedIn === false))
559 $showItem !== false && (strcasecmp($showItem, 'always') === 0 ||
560 (strcasecmp($showItem, 'logged in') === 0 && $loggedIn === true) ||
561 (strcasecmp($showItem, 'logged out') === 0 && $loggedIn === false))
583 $showItem !== false && (strcasecmp($showItem, 'always') === 0 ||
584 (strcasecmp($showItem, 'logged in') === 0 && $loggedIn === true) ||
585 (strcasecmp($showItem, 'logged out') === 0 && $loggedIn === false))
804 } elseif (strcasecmp($width, 'none') === 0) {
812 } elseif (strcasecmp($height, 'none') === 0) {
889 if (strcasecmp($prefix, 'left') === 0) {
916 if (strcasecmp($prefix, 'left') === 0) {
1037 $showItem !== false && (strcasecmp($showItem, 'always') === 0 ||
1038 (strcasecmp($showItem, 'logged in') === 0 && $loggedIn === true) ||
1039 (strcasecmp($showItem, 'logged out') === 0 && $loggedIn === true))
1079 ((strcasecmp($ACT, 'search') === 0) ? htmlspecialchars($QUERY) : '') . '" accesskey="f" title="[F]" />';
1081 if (strcasecmp($this->getConf('searchButton'), 'icon') === 0) {
1242 strcasecmp($ACT, 'show') === 0 && (strcasecmp($showPageTools, 'always') === 0 ||
1243 $this->userCanEdit() === true && strcasecmp($showPageTools, 'page editors') === 0)
1277 $this->getConf('breadcrumbHideHome') === true && strcasecmp($ID, 'start') === 0 &&
1278 strcasecmp($ACT, 'show') === 0 || strcasecmp($ACT, 'showtag') === 0 || $conf['breadcrumbs'] === 0
1285 if (strcasecmp($ACT, 'show') === 0) {
1362 $this->getConf('youarehereHideHome') === true && strcasecmp($ID, 'start') === 0 &&
1363 strcasecmp($ACT, 'show') === 0 || strcasecmp($ACT, 'showtag') === 0 || $conf['youarehere'] === 0
1370 if (strcasecmp($ACT, 'show') === 0) {
1520 if (strcasecmp($this->getConf('youareherePosition'), 'hero') === 0) {
1523 if (strcasecmp($this->getConf('breadcrumbPosition'), 'hero') === 0) {
1619 strcasecmp($ACT, 'admin') === 0 && count($MIKIO_ICONS) > 0
1624 if (strcasecmp($ACT, 'preview') === 0) {
1658 if (strcasecmp($iconItem['name'], $e[0]) === 0) {
1699 if (strcasecmp($ACT, 'preview') === 0) {
1726 if (strcasecmp($INPUT->str('page'), 'config') === 0) {
1757 } elseif (strcasecmp($INPUT->str('page'), 'styling') === 0) {
1897 if (strcasecmp($ACT, 'admin') === 0 && isset($_GET['page']) === false) {
2046 if (strcasecmp($INPUT->str('page'), 'config') === 0) {
2157 if (strcasecmp(substr($img, 0, 1), ':') === 0) {
2344 strcasecmp($show, 'always') === 0 ||
2345 (strcasecmp($show, 'admin') === 0 && strcasecmp($ACT, 'admin') === 0)