Home
last modified time | relevance | path

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

1...<<31323334

/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php452 $this->transactionType = strtolower($method);
/plugin/pagequery/
H A DPageQuery.php369 return ($count > 0) ? PhpString::substr(PhpString::strtolower($text), 0, $count) : '';
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst143 filter, and it is simply mapped to the PHP ``strtolower()`` function. After
148 <?php echo strtolower('TWIG') ?>
H A Dadvanced.rst178 <?php echo strtolower('TWIG') ?>
/plugin/html2pdf/html2pdf/html2ps/
H A Dpipeline.class.php409 $GLOBALS['g_config']['cssmedia'] = strtolower($GLOBALS['g_config']['cssmedia']);
H A Dpdf.fpdf.php2329 $mtd='_put'.strtolower($type);
/plugin/database/
H A Ddatabase.php2143 $al = strtolower($a->name);
2144 $bl = strtolower($b->name);
/plugin/latexit/
H A Drenderer.php1600 $text = strtolower($text);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php307 $this->hashParam = $hash = strtolower($hash);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.riff.php1341 $thisfile_audio['bitrate_mode'] = strtolower($info['mpeg']['audio']['bitrate_mode']);
1572 $info['audio']['bitrate_mode'] = strtolower($info['mpeg']['audio']['bitrate_mode']);
H A Dmodule.audio-video.quicktime.php929 switch (strtolower($atom_structure['sample_description_table'][$i]['data_format'])) {
1503 $info['audio']['bitrate_mode'] = strtolower($info['mpeg']['audio']['bitrate_mode']);
H A Dgetid3.lib.php1306 switch (strtolower($charset)) {
H A Dmodule.audio.mp3.php55 $info['audio']['bitrate_mode'] = strtolower($info['mpeg']['audio']['bitrate_mode']);
/plugin/jukebox/id3/
H A Dmodule.audio.mp3.php40 …$ThisFileInfo['audio']['bitrate_mode'] = strtolower($ThisFileInfo['mpeg']['audio']['bitrate_mode']…
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php255 return strtolower(sha1(base64_decode($data)));
/plugin/a2s/
H A DASCIIToSVG.php3418 if (!isset($GLOBALS['A2S_colors'][strtolower($fill)])) {
3421 $fill = $GLOBALS['A2S_colors'][strtolower($fill)];
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 … strnatcmp strnatcasecmp substr_count strspn strcspn strtok strtoupper strtolower strpos strrpos s…
/plugin/odt/ODT/
H A DODTDocument.php179 switch (strtolower($usage)) {
/plugin/phpipam/
H A Dsyntax.php336 switch (strtolower($opts['fmt'])) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php6148 ? strtolower($tags[0])
6153 $country = strtolower($tags[1]);
6158 $country = strtolower($tags[2]);
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 … 'strpos strptime strrchr strrev strripos strrpos strspn strstr strtok strtolower strtotime ' +\n …

1...<<31323334