Home
last modified time | relevance | path

Searched refs:strtolower (Results 201 – 225 of 846) sorted by relevance

12345678910>>...34

/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Operators/
H A DValidLogicalOperatorsSniff.php68 $operator = strtolower($tokens[$stackPtr]['content']);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/CSS/
H A DNamedColoursSniff.php99 if (isset($this->colourNames[strtolower($tokens[$stackPtr]['content'])]) === true) {
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DBasic.php36 if (strtolower(substr($auth, 0, 6)) !== 'basic ') {
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DBasic.php36 if (strtolower(substr($auth, 0, 6)) !== 'basic ') {
/plugin/scrape/
H A Dsyntax.php100 $mime = trim(strtolower($mime));
101 $charset = trim(strtolower($charset));
/plugin/syntaxhighlighter4/
H A Dsyntax.php85 $this->syntax = strtolower(substr($match, 1));
129 …$renderer->doc .= '<pre class="brush: '.strtolower($attr.$highlight).'"'.$title.'>'.$renderer->_xm…
/plugin/gchart/
H A Dsyntax.php87 $return['align'] = strtolower($match[1]);
102 $return['type'] = $this->supported_charts[strtolower($match[1])];
/plugin/oauth/
H A Dauth.php175 $mail = strtolower($mail);
178 if (strtolower($userinfo['mail']) === $mail) return $user;
/plugin/fileshare/
H A Dfilesharedownload.php20 $idx = strtolower($idx[$count_explode-1]);
/plugin/authfacebook/lib/FileUpload/
H A DMimetypes.php972 $extension = strtolower($extension);
/plugin/dbquery/syntax/
H A Dmacro.php38 $macro = strtolower(trim(substr($match, 10, -2)));
/plugin/siteexport/inc/
H A DreadCSS.patch259 …G=[\'\"]{0,1}([A-Z\-]{2,11})[\'\"]{0,1}\]$/',$t,$m)) { $tag = 'LANG>>'.strtolower($m[1]); } // …
260 …\([\'\"]{0,1}([A-Z\-]{2,11})[\'\"]{0,1}\)$/',$t,$m)) { $tag = 'LANG>>'.strtolower($m[1]); } // …
264 …{0,1}([A-Z\-]{2,11})[\'\"]{0,1}\]$/',$t,$m)) { $tag = $m[1].'>>LANG>>'.strtolower($m[2]); } // …
265 …{0,1}([A-Z\-]{2,11})[\'\"]{0,1}\)$/',$t,$m)) { $tag = $m[1].'>>LANG>>'.strtolower($m[2]); } // …
280 …G=[\'\"]{0,1}([A-Z\-]{2,11})[\'\"]{0,1}\]$/',$t,$m)) { $tag = 'LANG>>'.strtolower($m[1]); } // …
281 …\([\'\"]{0,1}([A-Z\-]{2,11})[\'\"]{0,1}\)$/',$t,$m)) { $tag = 'LANG>>'.strtolower($m[1]); } // …
285 …{0,1}([A-Z\-]{2,11})[\'\"]{0,1}\]$/',$t,$m)) { $tag = $m[1].'>>LANG>>'.strtolower($m[2]); } // …
286 …{0,1}([A-Z\-]{2,11})[\'\"]{0,1}\)$/',$t,$m)) { $tag = $m[1].'>>LANG>>'.strtolower($m[2]); } // …
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.display.inc.php26 return trim(strtolower($value));
H A Dcss.property.stringset.class.php24 $value = trim(strtolower($value));
/plugin/zip/pear/File/Archive/Predicate/
H A DExtension.php63 $extension = strtolower(substr($filename, $pos+1));
/plugin/orphanmedia/
H A Dsyntax.php487 $body = strtolower(file_get_contents($page_filepath));
646 $_all_links[$pageCounter][$linkCounter] = strtolower($media_link);
667 $_all_links[$pageCounter][$linkCounter] = strtolower($flashpl_link);
688 $_all_links[$pageCounter][$linkCounter] = strtolower($fileshare_link);
710 $_all_links[$pageCounter][$linkCounter] = strtolower($imgmaps_link);
732 $_all_links[$pageCounter][$linkCounter] = strtolower($galary_link);
/plugin/orphanmedia2/
H A Dsyntax.php488 $body = strtolower(file_get_contents($page_filepath));
647 $_all_links[$pageCounter][$linkCounter] = strtolower($media_link);
668 $_all_links[$pageCounter][$linkCounter] = strtolower($flashpl_link);
689 $_all_links[$pageCounter][$linkCounter] = strtolower($fileshare_link);
711 $_all_links[$pageCounter][$linkCounter] = strtolower($imgmaps_link);
733 $_all_links[$pageCounter][$linkCounter] = strtolower($galary_link);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Naming/
H A DCamelCaseNamingStrategy.php40 return strtolower($name);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/Files/
H A DLowercasedFilenameSniff.php59 $lowercaseFilename = strtolower($filename);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Objects/
H A DDisallowNewWidgetSniff.php60 if (substr(strtolower($tokens[$className]['content']), -10) === 'widgettype') {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Debug/
H A DDebugCodeSniff.php56 if (strtolower($tokens[$className]['content']) === 'debug') {
/plugin/publist/bib2tpl/lib/
H A DPEAR.php155 $classname = strtolower(get_class($this));
193 printf("PEAR destructor called, class=%s\n", strtolower(get_class($this)));
1028 strtolower(get_class($this->callback[0])) :
1036 strtolower(get_class($this)), $this->message, $this->code,
1054 strtolower(get_class($this)), $this->message, $this->code,
/plugin/publistf/bib2tpl/lib/
H A DPEAR.php155 $classname = strtolower(get_class($this));
193 printf("PEAR destructor called, class=%s\n", strtolower(get_class($this)));
1028 strtolower(get_class($this->callback[0])) :
1036 strtolower(get_class($this)), $this->message, $this->code,
1054 strtolower(get_class($this)), $this->message, $this->code,
/plugin/publistx/bib2tpl/lib/
H A DPEAR.php155 $classname = strtolower(get_class($this));
193 printf("PEAR destructor called, class=%s\n", strtolower(get_class($this)));
1028 strtolower(get_class($this->callback[0])) :
1036 strtolower(get_class($this)), $this->message, $this->code,
1054 strtolower(get_class($this)), $this->message, $this->code,
/plugin/blogtng/helper/
H A Dcomments.php343 $this->sqlitehelper->getDB()->query($sql,$pid,strtolower($mail));
349 $this->sqlitehelper->getDB()->query($sql,strtolower($mail),$optin,md5(time()));
353 $this->sqlitehelper->getDB()->query($sql,strtolower($mail),$optin,md5(time()));
357 $res = $this->sqlitehelper->getDB()->query($sql,strtolower($mail));
362 $this->sqlitehelper->getDB()->query($sql,strtolower($mail));

12345678910>>...34