Home
last modified time | relevance | path

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

1234

/plugin/date/
H A Dsyntax.php189 if ( strcasecmp($cnst,'today') == 0 ) {
195 } else if ( strcasecmp($cnst,'year') == 0 ) {
197 } else if ( strcasecmp($cnst,'nyear') == 0 ) {
199 } else if ( strcasecmp($cnst,'pyear') == 0 ) {
201 } else if ( strcasecmp($cnst,'month') == 0 ) {
203 } else if ( strcasecmp($cnst,'nmonth') == 0 ) {
205 } else if ( strcasecmp($cnst,'pmonth') == 0 ) {
207 } else if ( strcasecmp($cnst,'week') == 0 ) {
209 } else if ( strcasecmp($cnst,'nweek') == 0 ) {
211 } else if ( strcasecmp($cnst,'pweek') == 0 ) {
[all …]
/plugin/mikioplugin/syntax/
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 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 Dicon.php37 if(isset($icon['name']) && strcasecmp($icon['name'], array_key_first($data)) == 0) {
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php54 if($cip && strcasecmp($cip, 'unknown')) {
56 } elseif($xip && strcasecmp($xip, 'unknown')) {
58 } elseif($rip && strcasecmp($rip, 'unknown')) {
60 } elseif($srip && strcasecmp($srip, 'unknown')) {
/plugin/badbehaviour/bad-behavior/
H A Dcore.inc.php47 if (!strcasecmp($request_method, "POST")) {
128 if (!strcasecmp($request_method, "POST") || !strcasecmp($request_method, "PUT")) {
218 if (!strcasecmp('POST', $package['request_method'])) {
H A Dmovabletype.inc.php6 if (strcasecmp($package['request_method'], "POST")) {
/template/mikio/
H A Dmikio.php172 if (strcasecmp(substr($style, -5), '.less') === 0 && $this->getConf('useLESS') === true) {
526 $showItem !== false && (strcasecmp($showItem, 'always') === 0 ||
527 (strcasecmp($showItem, 'logged in') === 0 && $loggedIn === true) ||
528 (strcasecmp($showItem, 'logged out') === 0 && $loggedIn === false))
553 $showItem !== false && (strcasecmp($showItem, 'always') === 0 ||
554 (strcasecmp($showItem, 'logged in') === 0 && $loggedIn === true) ||
555 (strcasecmp($showItem, 'logged out') === 0 && $loggedIn === false))
577 $showItem !== false && (strcasecmp($showItem, 'always') === 0 ||
578 (strcasecmp($showItem, 'logged in') === 0 && $loggedIn === true) ||
579 (strcasecmp(
[all...]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/NamingConventions/
H A DConstructorNameSniff.php85 if (strcasecmp($methodName, $className) === 0) {
90 } else if (strcasecmp($methodName, '__construct') !== 0) {
/plugin/mikioplugin/
H A Dcarousel.php43 if (strcasecmp($tagName, 'carousel') == 0) {
45 } else if (strcasecmp($tagName, 'carousel-item') == 0) {
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php48 if (!strcasecmp($name, $header)) {
89 if (!strcasecmp($name, $header)) {
112 if (!strcasecmp($name, $header)) {
154 if (!strcasecmp($header, $key)) {
/plugin/symbols4odt/
H A Dsyntax.php80 if (strcasecmp($patternString,$match) === 0) {
86 if (strcasecmp($matchHelper,$match) === 0) {
/plugin/fontcolor/images/
H A Dcolor-icon.php3 $isSameHost = strcasecmp($_SERVER['HTTP_HOST'], parse_url($_SERVER['HTTP_REFERER'], PHP_URL_HOST)) …
/plugin/typography/images/fontcolor/
H A Dcolor-icon.php8 …$isSameHost = strcasecmp($_SERVER['HTTP_HOST'], parse_url($_SERVER['HTTP_REFERER'], PHP_URL_HOST))…
/plugin/doodle4/
H A Dsyntax.php149 if (strcasecmp($value, 'IP') == 0) {
152 if (strcasecmp($value, 'USER') == 0) {
180 if (strcasecmp($value, "TRUE") == 0) {
200 if (strcasecmp($value, "TRUE") == 0) {
530 …if(strcasecmp(hsc($INFO['userinfo']['name']), $entryFullname) == 0) $allowFlag = true; // compare…
/plugin/nspages/printers/
H A Dsorters.php37 return strcasecmp($item1['sort'], $item2['sort']);
/plugin/doodle2/
H A Dsyntax.php116 if (strcasecmp($value, 'IP') == 0) {
119 if (strcasecmp($value, 'USER') == 0) {
147 $params['closed'] = strcasecmp($value, "TRUE") == 0;
457 … return strcasecmp(hsc($INFO['userinfo']['name']), $entryFullname) == 0; // compare real name
/plugin/doodle3/
H A Dsyntax.php123 if (strcasecmp($value, 'IP') == 0) {
126 if (strcasecmp($value, 'USER') == 0) {
154 if (strcasecmp($value, "TRUE") == 0) {
476 …if(strcasecmp(hsc($INFO['userinfo']['name']), $entryFullname) == 0) $allowFlag = true; // compare…
/plugin/syntaxhighlighter/Uncompressed/
H A DshBrushPhp.js33 'str_word_count strcasecmp strchr strcmp strcoll strcspn strftime strip_tags stripcslashes '+
/plugin/syntaxhighlighter/Scripts/
H A DshBrushPhp.js9 …r_repeat str_replace str_rot13 str_shuffle str_split '+'str_word_count strcasecmp strchr strcmp st…
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshBrushPhp.js38 'str_word_count strcasecmp strchr strcmp strcoll strcspn strftime strip_tags stripcslashes '+
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshBrushPhp.js54 'str_word_count strcasecmp strchr strcmp strcoll strcspn strftime strip_tags stripcslashes '+
/plugin/rrdgraph/inc/
H A Drpncomputer.php76 return strcasecmp(strval($a), strval($b));
/plugin/fedauth/Auth/Yadis/
H A DXRI.php217 if (strcasecmp($parent_sought, $parentCID)) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSetCookie.php57 if (!strcasecmp($search, $key)) {
341 if (!$cookieDomain || !strcasecmp($domain, $cookieDomain)) {

1234