Home
last modified time | relevance | path

Searched refs:strtolower (Results 801 – 825 of 846) sorted by relevance

1...<<31323334

/plugin/statistics/inc/
H A DBrowscap.php344 trim(strtolower($pattern), self::REGEX_DELIMITER),
590 $this->_properties = array_map('strtolower', $this->_properties);
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php133 $dir = strtolower($this->vars['editStyleFile']);
304 $dirName = OSBIB_STYLE_DIR . "/" . strtolower(trim($this->vars['styleShortName']));
1151 $dirName = OSBIB_STYLE_DIR . "/" . strtolower(trim($this->vars['styleShortName']));
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php544 $scalarLower = strtolower($scalar);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTest.php571 $annotations[strtolower($matches['name'])] = [
/plugin/upgrade/HTTP/
H A DHTTPClient.php777 $key = strtolower($key);
/plugin/siteexport/inc/
H A Dfunctions.php74 …if (!page_exists($NS) && array_pop($NSa) != strtolower($conf['start'])) { // Compare to lowercase …
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/bibtex/OSBib/format/
H A DREADME.txt74 …if you need to manipulate UTF-8-encoded strings with functions such as strtolower(), strlen() etc.…
115 …if you need to manipulate UTF-8-encoded strings with functions such as strtolower(), strlen() etc.…
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DBarcode1D.php764 $code = 'AA'.strtolower($code).'ZA';
2031 $characters = str_split(strtolower($code), 1);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mp3header.php173 $ar1 = RemoveAccents(strtolower(trim($ar1)));
174 $ar2 = RemoveAccents(strtolower(trim($ar2)));
1588 …$ThisFileInfo['audio']['bitrate_mode'] = strtolower($ThisFileInfo['mpeg']['audio']['bitrate_mode']…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.id3v2.php1375 if (strtolower($frame_imagetype) == 'ima') {
1383 $frame_imagetype = strtoupper(str_replace('image/', '', strtolower($frame_mimetype)));
2690 $languagecode = strtolower($languagecode);
H A Dmodule.audio-video.asf.php778 …switch ($this->TrimConvert(strtolower($thisfile_asf_extendedcontentdescriptionobject_contentdescri…
902 …$thisfile_asf_comments[str_replace('wm/', '', strtolower($this->TrimConvert($thisfile_asf_extended…
H A Dmodule.audio.ogg.php764 …$info['ogg']['comments'][strtolower($ThisFileInfo_ogg_comments_raw[$i]['key'])][] = $ThisFileInfo_…
/plugin/elwikiupgrade/
H A DHTTPClient.php767 $key = strtolower($key);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Squiz/Sniffs/Arrays/
H A DArrayDeclarationSniff.php64 if ($tokens[$stackPtr]['content'] !== strtolower($tokens[$stackPtr]['content'])) {
/plugin/deeplautotranslate/
H A Daction.php328 return trim(strtolower($this->getConf('glossary_ns')));
/plugin/odt/ODT/
H A DODTUtility.php58 $text = strtolower ($text);
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php376 switch ($normalizedLang = strtolower($lang)) {
/plugin/combo/vendor/symfony/yaml/
H A DInline.php585 $scalarLower = strtolower($scalar);
/plugin/authucenter/lib/uc_client/
H A Dclient.php62 if(strtolower(CHARSET) == 'utf-8') {
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php805 $configurable[] = strtolower($methodName);
/plugin/twofactorgoogleauth/
H A DQRCode.php91 switch (strtolower(preg_replace('/[^A-Za-z0-9]/', '', $options['s']))) {
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DServer.php472 $this->transactionType = strtolower($method);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DExpressionParser.php591 if (\in_array(strtolower($value), ['true', 'false', 'none', 'null'])) {
/plugin/sketchcanvas/phplib/
H A Dspyc.php599 if (in_array(strtolower($value),

1...<<31323334