/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Channels/ |
H A D | IncludeSystemSniff.php | 101 if (isset($this->_ignore[strtolower($className)]) === true) { 107 $fileName = strtolower($phpcsFile->getFilename()); 137 $includedClasses[strtolower($typeName).'widgettype'] = true; 204 if (isset($includedClasses[strtolower($className)]) === false) { 243 if (isset($this->_ignore[strtolower($className)]) === true) { 249 $fileName = strtolower($phpcsFile->getFilename()); 280 $includedClasses[strtolower($typeName).'widgettype'] = true; 284 if (isset($includedClasses[strtolower($className)]) === false) { 317 return strtolower($systemName); 321 return strtolower($typeName).'assettype'; [all …]
|
H A D | IncludeOwnSystemSniff.php | 65 switch (strtolower($tokens[($stackPtr + 1)]['content'])) { 67 $included = strtolower($typeName); 70 $included = strtolower($typeName).'assettype'; 73 $included = strtolower($typeName).'widgettype'; 79 if ($included === strtolower($ownClass)) {
|
H A D | UnusedSystemSniff.php | 56 $methodName = strtolower($tokens[($stackPtr + 1)]['content']); 79 $systemName = strtolower($systemName); 115 $usedName = strtolower($tokens[($i - 1)]['content']); 123 $className = strtolower($tokens[$classNameToken]['content']); 133 $className = strtolower($tokens[$x]['content']);
|
/plugin/glossary/syntax/ |
H A D | div.php | 48 if (preg_match_all ("#(\"[^\"]*\")* help (\"[^\"]*\")*#", strtolower ($data), $dumy) > 0) { 55 if (preg_match_all ("#>([^ ]*) .*#", strtolower ($data), $dumy) > 0) { 64 if (preg_match_all ("#(\"[^\"]*\")* sample (\"[^\"]*\")*#", strtolower ($data), $dumy) > 0) 66 elseif (preg_match_all ("#(\"[^\"]*\")* list (\"[^\"]*\")*#", strtolower ($data), $dumy) > 0) 71 …} elseif (preg_match_all ("#(\"[^\"]*\")* proposal (\"[^\"]*\")*#", strtolower ($data), $dumy) > 0) 73 …elseif (preg_match_all ("#(\"[^\"]*\")* admin-proposal (\"[^\"]*\")*#", strtolower ($data), $dumy)… 75 …elseif (preg_match_all ("#(\"[^\"]*\")* admin-definition (\"[^\"]*\")*#", strtolower ($data), $dum… 77 …elseif (preg_match_all ("#(\"[^\"]*\")* admin-glossaries (\"[^\"]*\")*#", strtolower ($data), $dum…
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | css.selectors.inc.php | 59 $classes = preg_split("/\s+/", strtolower($root->get_attribute('class'))); 73 if ($selector[1] == strtolower($root->tagname())) { return true; }; 76 if ($selector[1] == strtolower($root->get_attribute('id'))) { return true; }; 80 if ($selector[1] == strtolower($root->get_attribute('class'))) { return true; }; 84 ($selector[1] == strtolower($root->tagname()))) { return true; }; 125 return strtolower($root->get_attribute($attr_name)) == strtolower($attr_value); 145 if (strtolower($word) == strtolower($attr_value)) { return true; };
|
/plugin/swiftmail/Swift/Plugin/ |
H A D | FileEmbedder.php | 105 $ext = strtolower($ext); 119 $this->mimeTypes[strtolower($ext)] = strtolower($type); 171 $prot = strtolower($prot); 180 unset($this->protocols[strtolower($prot)]); 199 $tag = strtolower($tag); 228 $tag = strtolower($tag); 239 $tag_name = strtolower($tag_name); 256 $tag_name = strtolower($tag_name); 274 $url = strtolower($url); 323 $lower_url = strtolower($url); [all …]
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/ |
H A D | InlineTag.php | 75 $currdir = strtolower($attr['DIR']); 78 $currdir = strtolower($properties['DIRECTION']); 84 if (isset($attr['DIR']) && strtolower($attr['DIR']) === 'rtl') { 88 elseif (isset($attr['DIR']) && strtolower($attr['DIR']) === 'ltr') { 93 if (isset($attr['DIR']) && strtolower($attr['DIR']) === 'rtl') { 97 elseif (isset($attr['DIR']) && strtolower($attr['DIR']) === 'ltr') { 105 } elseif (isset($properties ['UNICODE-BIDI']) && strtolower($properties ['UNICODE-BIDI']) === 'bidi-override') { 114 } elseif (isset($properties ['UNICODE-BIDI']) && strtolower($properties ['UNICODE-BIDI']) === 'embed') { 123 } elseif (isset($properties ['UNICODE-BIDI']) && strtolower($properties ['UNICODE-BIDI']) === 'isolate') { 132 } elseif (isset($properties ['UNICODE-BIDI']) && strtolower( [all...] |
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/ |
H A D | XML.php | 231 if(strtolower(get_class($node)) == "xmlbranch") 258 if(strtolower(get_class($node)) == "xmlbranch") 287 if(strtolower(get_class($node)) == "xmlbranch") 289 elseif(strtolower(get_class($node)) == "xmlleaf") 340 if(strtolower(get_class($node)) == "xmlbranch") { 356 if(strtolower(get_class($node)) == "xmlleaf") { 410 if(strtolower(get_class($value)) == "xmlbranch") 421 if(strtolower(get_class($value)) == "xmlleaf") 472 …if(strtolower(get_class($this->nodes[$branchId])) == "xmlbranch" && strtolower(get_class($tag)) ==… 487 if(strtolower(get_class($tag)) == "tag") [all …]
|
/plugin/schedule/syntax/ |
H A D | block.php | 53 … if (preg_match_all ("#(\"[^\"]*\")* help (\"[^\"]*\")*#", strtolower ($args), $dumy) > 0) { 60 … if (preg_match_all ("#(\"[^\"]*\")* admin (\"[^\"]*\")*#", strtolower ($args), $dumy) > 0) { 88 …if (preg_match_all ('/("[^"]*")* id="(?<id>[0-9a-zA-Z_]+)" ("[^"]*")*/', strtolower ($args), $dumy… 96 …(preg_match_all ("#(\"[^\"]*\")* (prop|form|ctrl) (\"[^\"]*\")*#", strtolower ($args), $dumy) > 0)) 107 … if (preg_match_all ("#(\"[^\"]*\")* table (\"[^\"]*\")*#", strtolower ($args), $dumy) > 0) { 114 … if (preg_match_all ("#(\"[^\"]*\")* prop (\"[^\"]*\")*#", strtolower ($args), $dumy) > 0) 116 … if (preg_match_all ("#(\"[^\"]*\")* form (\"[^\"]*\")*#", strtolower ($args), $dumy) > 0) 118 … if (preg_match_all ("#(\"[^\"]*\")* ctrl (\"[^\"]*\")*#", strtolower ($args), $dumy) > 0) 185 … if (preg_match_all ("/(\"[^\"]*\")*#(?<max>[0-9]+)(\"[^\"]*\")*/", strtolower ($args), $dumy) > 0) 199 …tch_all ("#(\"[^\"]*\")* (?<grouped>grouped|isolated) (\"[^\"]*\")*#", strtolower ($args), $dumy) …
|
/plugin/davcal/vendor/sabre/http/lib/ |
H A D | Message.php | 130 return isset($this->headers[strtolower($name)]); 152 $name = strtolower($name); 174 $name = strtolower($name); 197 $this->headers[strtolower($name)] = [$name, (array)$value]; 233 $lName = strtolower($name); 276 $name = strtolower($name);
|
/plugin/swiftmail/Swift/Message/ |
H A D | Headers.php | 113 $lname = strtolower($name); 151 $lname = strtolower($name); 163 $lname = strtolower($name); 187 $lname = strtolower($name); 237 switch (strtolower($encoding)) 274 $name = strtolower($name); 300 $name = strtolower($name); 327 $name = strtolower($name); 342 $name = strtolower($name); 356 $header = strtolower($header); [all …]
|
/plugin/webdav/vendor/sabre/http/lib/ |
H A D | Message.php | 134 return isset($this->headers[strtolower($name)]); 156 $name = strtolower($name); 178 $name = strtolower($name); 201 $this->headers[strtolower($name)] = [$name, (array)$value]; 237 $lName = strtolower($name); 281 $name = strtolower($name);
|
/plugin/cronojob/jobs/ |
H A D | clearcache.php | 40 if (substr_count(strtolower($pathinfor['basename']), '.media.') > 0) { 42 } else if (strcmp(strtolower($pathinfor['extension']), 'i') == 0) { 44 } else if (strcmp(strtolower($pathinfor['extension']), 'xhtml') == 0) { 46 } else if (strcmp(strtolower($pathinfor['extension']), 'js') == 0) { 48 } else if (strcmp(strtolower($pathinfor['extension']), 'css') == 0) { 92 if (strcmp(strtolower($pathinfor['extension']), 'lock') != 0) return true;
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/ |
H A D | Option.php | 16 use function strtolower; 102 $this->lcOption = strtolower($this->option); 104 $option = strtolower($option); 118 $this->lcOption = strtolower($this->option); 121 $option->lcOption = strtolower($option->option); 135 $this->lcOption = strtolower($this->option);
|
/plugin/components/lib/ |
H A D | component_manager.php | 33 if ($name && strtolower(substr($name, -4)) != '.php') $name .= '.php'; 44 if (strtolower(substr($entry, -4)) != '.php') continue; 46 if (!$name || strtolower($entry) == strtolower($name))
|
/plugin/monthcal/ |
H A D | syntax.php | 93 switch(strtolower($value)) { 106 if (strtolower($value) == "sunday") 112 switch(strtolower($value)) { 122 switch(strtolower($value)) { 132 switch(strtolower($value)) { 142 switch(strtolower($value)) { 155 switch(strtolower($value)) { 165 switch(strtolower($value)) {
|
/plugin/combo/ComboStrap/ |
H A D | ArrayCaseInsensitive.php | 44 $this->_keyMapping[strtolower($key)] = $key; 60 $lowerCaseOffset = strtolower($offset); 72 if (is_string($offset)) $offset = strtolower($offset); 79 if (is_string($offset)) $offset = strtolower($offset); 89 if (is_string($offset)) $offset = strtolower($offset);
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/PHP/ |
H A D | LowercasePHPFunctionsSniff.php | 120 if (isset($this->_builtInFunctions[strtolower($content)]) === false) { 124 if ($content !== strtolower($content)) { 127 strtolower($content), 133 $phpcsFile->fixer->replaceToken($stackPtr, strtolower($content));
|
/plugin/authorlist/ |
H A D | syntax.php | 76 $match = strtolower(substr($match,10,-2)); //strip ~~AUTHORS: from start and ~~ from end 82 $data[strtolower($tmp[0])] = true; 84 $data[strtolower($tmp[0])] = strtolower($tmp[1]);
|
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/ |
H A D | module.misc.cue.php | 100 list($key) = explode(' ', strtolower($file[$i]), 2); 154 $comment_type = strtolower($comment_type); 174 $type = strtolower(substr($line, strrpos($line, ' '))); 195 foreach (explode(' ', strtolower($line)) as $type) 252 $type = strtolower(substr($line, 0, strpos($line, ' '))); 286 $category = strtolower(substr($line, 0, strpos($line, ' '))); 326 $datatype = strtolower(substr($line, strpos($line, ' ') + 1));
|
/plugin/odt/ODT/css/ |
H A D | csscolors.php | 305 if (isset(self::$values [strtolower($name)])) { 306 $value = self::$values [strtolower($name)]; 334 return array_key_exists(strtolower($name), self::$values);
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Classes/ |
H A D | LowercaseClassKeywordsSniff.php | 70 if ($content !== strtolower($content)) { 74 strtolower($content), 80 $phpcsFile->fixer->replaceToken($stackPtr, strtolower($content));
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Language/ |
H A D | LanguageToFont.php | 11 $lang = strtolower($tags[0]); 16 $script = strtolower($tags[1]); 18 $country = strtolower($tags[1]); 22 $country = strtolower($tags[2]);
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/ControlStructures/ |
H A D | LowercaseDeclarationSniff.php | 71 if ($content !== strtolower($content)) { 75 strtolower($content), 81 $phpcsFile->fixer->replaceToken($stackPtr, strtolower($content));
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
H A D | MessageTrait.php | 47 return isset($this->headerNames[strtolower($header)]); 52 $header = strtolower($header); 72 $normalized = strtolower($header); 88 $normalized = strtolower($header); 104 $normalized = strtolower($header); 149 $normalized = strtolower($header);
|