Home
last modified time | relevance | path

Searched refs:strtolower (Results 76 – 100 of 846) sorted by relevance

12345678910>>...34

/plugin/quiz/
H A Dsyntax.php68 …if (in_array(strtolower($value), array('learning', 'rndchoice','rndquest','highscores', 'showintro…
69 $param[strtolower($value)] = 1;
/plugin/findologicxmlexport/vendor/hoa/protocol/Node/
H A DLibrary.php75 $out[] = "\r" . $part . strtolower($head) . $queue;
89 $out[] = $head . strtolower($tail);
/plugin/ol3/
H A Dsyntax.php46 … if (preg_match_all ("#(\"[^\"]*\")* help (\"[^\"]*\")*#", strtolower ($args), $dumy) > 0) {
50 … if (preg_match_all ("#(\"[^\"]*\")* test (\"[^\"]*\")*#", strtolower ($args), $dumy) > 0) {
/plugin/inseecity/
H A Dsyntax.php46 … if (preg_match_all ("#(\"[^\"]*\")* help (\"[^\"]*\")*#", strtolower ($args), $dumy) > 0) {
50 … if (preg_match_all ("#(\"[^\"]*\")* test (\"[^\"]*\")*#", strtolower ($args), $dumy) > 0) {
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DPsrHandler.php62 … $this->logger->log(strtolower($record['level_name']), (string) $formatted, $record['context']);
64 … $this->logger->log(strtolower($record['level_name']), $record['message'], $record['context']);
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DScalarComparator.php58 $expectedToCompare = strtolower($expectedToCompare);
59 $actualToCompare = strtolower($actualToCompare);
/plugin/struct/types/
H A DCheckbox.php45 'class' => 'struct_' . strtolower($this->getClass()),
65 $class = 'struct_' . strtolower($this->getClass());
H A DDropdown.php37 'class' => 'struct_' . strtolower($this->getClass()),
69 'class' => 'struct_' . strtolower($this->getClass()),
/plugin/fedauth/Auth/Yadis/
H A DYadis.php276 if (strtolower($name) == strtolower($n)) {
292 return strtolower($parts[0]);
/plugin/davcard/syntax/
H A Dcard.php85 $key = strtolower(trim($key));
153 … $R->doc .= '<span class="type">'.hsc($this->getLang('adr'.strtolower($type))).'</span>';
183 … $R->doc .= '<span class="type">'.hsc($this->getLang('tel'.strtolower($type))).' </span>';
H A Dbook.php68 $key = strtolower(trim($key));
73 list($k, $v) = explode(':', strtolower($val), 2);
202 … $R->doc .= '<span class="type">'.hsc($this->getLang('adr'.strtolower($type))).'</span>';
233 … $R->doc .= '<span class="type">'.hsc($this->getLang('tel'.strtolower($type))).' </span>';
/plugin/openid/Auth/Yadis/
H A DYadis.php291 if (strtolower($name) == strtolower($n)) {
309 return strtolower($parts[0]);
/plugin/linkprefix/
H A Drenderer.php30 … || $this->getConf('ignore_same_domain') == 1 && strtolower(parse_url($url, PHP_URL_HOST)) == strt…
/plugin/codedoc/
H A Dspecials.php31 $type = strtolower($match);
43 $renderer->doc .= '<a name="' . trim(strtolower($matches[1])) . '">&nbsp;</a>';
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Classes/
H A DDuplicateClassNameSniff.php100 $compareName = strtolower($name);
102 $type = strtolower($tokens[$stackPtr]['content']);
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php756 strtolower($att_val),
757 strtolower($nodeKeyValue),
801 $pattern = strtolower($pattern);
802 $value = strtolower($value);
916 $m[1] = strtolower($m[1]);
1799 if ((strtolower($charset) == 'iso-8859-1')
1800 || (strtolower($charset) == 'latin1')
1801 || (strtolower($charset) == 'latin-1')) {
1841 $tag_lower = strtolower($tag);
1978 $tag_lower = strtolower($tag);
[all …]
/plugin/zip/pear/MIME/
H A DType.php170 return strtolower($tmp[0]);
185 return strtolower(trim($tmp[0]));
198 $type = strtolower($this->media.'/'.$this->subType);
/plugin/uncmap/
H A Dsyntax.php38 if (preg_match('/[a-z]/',strtolower($line[0])) == 1) {
94 …$this->Lexer->addSpecialPattern('\[\[[' . strtolower($letters) . strtoupper($letters) . ']{1}\:[\\…
110 $letter = strtolower($match[0]);
/plugin/openid/Auth/OpenID/
H A DURINorm.php173 $scheme = strtolower($scheme);
206 $host = strtolower($host);
213 $host = strtolower($host);
/plugin/redirector/
H A Daction.php46 …$return = preg_replace( array_keys($redirectURLs), array_values($redirectURLs), strtolower($checkI…
49 if ( $return == strtolower($checkID) ) {
/plugin/fedauth/
H A Dcommon.php96 …$protocol = substr(strtolower($_SERVER['SERVER_PROTOCOL']), 0, strpos(strtolower($_SERVER['SERVER_…
/plugin/simpleforward/
H A Daction.php71 if (strtolower(substr($path, -4)) == '.php') {
85 $ext = strtolower(substr($file, strrpos($file, '.') + 1));
/plugin/combo/ComboStrap/
H A DPosition.php38 $sticky = strtolower($attributes->getValueAndRemove(self::STICKY_ATTRIBUTE));
71 $position = strtolower($attributes->getValueAndRemove(self::POSITION_ATTRIBUTE));
/plugin/oembed/
H A Dsyntax.php471 $final_link[strtolower($att[0])] = $att[1];
479 if(strtolower($final_links[$n]['rel']) == 'alternate'){
480 if(strtolower($final_links[$n]['type']) == 'application/json+oembed'){
490 if(strtolower($final_links[$n]['type']) == 'text/xml+oembed' or
491 strtolower($final_links[$n]['type']) == 'application/xml+oembed'){
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php260 $format = strtolower($type);
342 $type = strtolower($type);
377 self::$plugins[static::ALGORITHM][$format][strtolower($name)] = $type;
416 self::$plugins[static::ALGORITHM]['Keys'][strtolower($shortname)] = $fullname;
418 self::$invisiblePlugins[static::ALGORITHM] = strtolower($name);

12345678910>>...34