Home
last modified time | relevance | path

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

12345678910>>...34

/plugin/structsection/types/
H A DSection.php35 'class' => 'struct_' . strtolower($this->getClass()),
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.font-family.inc.php16 $subvalue = trim(strtolower($subvalue));
/plugin/combo/ComboStrap/
H A DFont.php59 $extension = strtolower($path->getExtension());
H A DDisplay.php19 $value = strtolower($display);
H A DTagAttributes.php479 $attLower = strtolower($attributeName);
503 $attLower = strtolower($attributeName);
806 $attributeName = strtolower($attributeName);
825 $attributeName = strtolower($attributeName);
898 $lowerAttribute = strtolower($attributeName);
1054 $lowerAtt = strtolower($attribute);
1185 $lowerAtt = strtolower($string);
/plugin/swiftmail/Swift/Plugin/
H A DDecorator.php76 $type = strtolower($type);
102 return array_key_exists(strtolower($type), $this->permittedTypes);
/plugin/structcombolookup/types/
H A DNarrowingLookup.php111 'class' => 'struct_'.strtolower($this->getClass()). '_parent',
142 'class' => 'struct_'.strtolower($this->getClass()) . '_child',
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php103 $lcaseHtmlExtensions[$key] = strtolower( $val ) ;
130 $chunk = strtolower( $chunk ) ;
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php103 $lcaseHtmlExtensions[$key] = strtolower( $val ) ;
130 $chunk = strtolower( $chunk ) ;
/plugin/rrdgraph/inc/
H A Dsvgbinding.php80 if (strtolower($name) == "bind") {
112 if (strtolower($name) == "bind") {
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMessage.php36 if (strtolower($name) === 'set-cookie') {
184 return strtolower($k) === 'host';
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dutil.php103 $lcaseHtmlExtensions[$key] = strtolower( $val ) ;
130 $chunk = strtolower( $chunk ) ;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Classes/
H A DClassDeclarationSniff.php75 $stackPtrType = strtolower($tokens[$stackPtr]['content']);
87 $prevContent = strtolower($tokens[($stackPtr - 2)]['content']);
103 $prevContent = strtolower($tokens[($stackPtr - 2)]['content']);
446 $type = strtolower($tokens[$stackPtr]['content']);
/plugin/refnotes/
H A Dbibtex.php497 elseif (($type == 'comment') && (strtolower($name) == 'refnotes')) {
532 $this->type = strtolower($type);
591 $this->name = strtolower($name);
612 $text = $strings->lookup(strtolower(trim($text)));
/plugin/geonav/server/
H A Dget_country.php15 $countryCode = strtolower($countryCode);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DSAPIUsageSniff.php70 $function = strtolower($tokens[$stackPtr]['content']);
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DCompilerTest.php32 $this->assertContains('fr', strtolower(setlocale(LC_NUMERIC, 0)));
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DEscaper.php81 …if (\in_array(strtolower($value), ['null', '~', 'true', 'false', 'y', 'n', 'yes', 'no', 'on', 'off…
/plugin/displaywikipage/
H A Dcode.php22 $perm = auth_quickaclcheck(trim(strtolower($wikipagename), ":"));
/plugin/authgooglesheets/vendor/ralouphie/getallheaders/src/
H A Dgetallheaders.php24 $key = str_replace(' ', '-', ucwords(strtolower(str_replace('_', ' ', $key))));
/plugin/combo/vendor/symfony/yaml/
H A DEscaper.php77 if (\in_array(strtolower($value), ['null', '~', 'true', 'false', 'y', 'n', 'yes', 'no', 'on', 'off'])) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Conversion/
H A DDecToAlpha.php42 $alpha = strtolower($alpha);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.mysqli.php109 } elseif (file_exists($to) && (strtolower($from) !== strtolower($to))) {
1135 …if (trim(strtolower(RemoveAccents(substr($Comments[$tagtype][$fieldname][0], 0, 28)))) == trim(str…
1225 if (trim(strtolower(RemoveAccents($tagA))) == trim(strtolower(RemoveAccents($tagB)))) {
1410 if (strtolower($ActualFilename) === strtolower($PatternFilename)) {
1845 $actualextension = strtolower(fileextension($row['filename']));
2063 if (strtolower($lastdir) != strtolower(str_replace('/', '\\', dirname($row['filename'])))) {
2080 $BaseFilename = strtolower($BaseFilename);
2095 return $DirectoryName.'/'.BetterUCwords($BaseFilename).'.'.strtolower($FileExtension);
2107 $string[$i] = strtolower($string[$i]);
2119 if (in_array(strtolower(str_replace('(', '', $ThisWord)), $LowerCaseWords)) {
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Functions/
H A DValidDefaultValueSniff.php81 if ($param['type_hint'] !== '' && strtolower($param['default']) === 'null') {
/plugin/typography/images/fontcolor/
H A Dcolor-icon.php28 $color = '#'.strtolower($_GET['color']);

12345678910>>...34