Home
last modified time | relevance | path

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

12345678910>>...34

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DMimeType.php134 $extension = strtolower($extension);
/plugin/latexcaption/
H A Dhelper.php26 return strtolower($alphabet);
/plugin/adhocmathml/
H A Dmaction.php29 return in_array(strtolower($value), array('statusline','toggle'));
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/MySource/Sniffs/Debug/
H A DFirebugConsoleSniff.php67 if (strtolower($tokens[$stackPtr]['content']) === 'console') {
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DForbiddenFunctionsSniff.php169 $function = strtolower($tokens[$stackPtr]['content']);
223 $pattern = strtolower($function);
/plugin/fedauth/Auth/Yadis/
H A DParseHTML.php222 $link_attrs[strtolower($name)] = $value;
247 (in_array(strtolower($tag['http-equiv']),
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DAttribute.php27 use function strtolower;
243 $this->lcAttribute = strtolower($this->attribute);
246 $attribute->lcAttribute = strtolower($attribute->attribute);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php58 return strtolower($schema) . ':' . $everythingElse;
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php58 return strtolower($schema).':'.$everythingElse;
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php58 return strtolower($schema) . ':' . $everythingElse;
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DBearer.php35 if (strtolower(substr($auth, 0, 7)) !== 'bearer ') {
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php58 return strtolower($schema) . ':' . $everythingElse;
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php58 return strtolower($schema) . ':' . $everythingElse;
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DBearer.php35 if (strtolower(substr($auth, 0, 7)) !== 'bearer ') {
/plugin/davcard/vendor/sabre/vobject/lib/
H A DProperty.php305 $parameters[strtolower($parameter->name)] = $parameter->jsonSerialize();
315 strtolower($this->name),
317 strtolower($this->getValueType()),
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DProperty.php305 $parameters[strtolower($parameter->name)] = $parameter->jsonSerialize();
315 strtolower($this->name),
317 strtolower($this->getValueType()),
/plugin/davcal/vendor/sabre/vobject/lib/
H A DProperty.php305 $parameters[strtolower($parameter->name)] = $parameter->jsonSerialize();
315 strtolower($this->name),
317 strtolower($this->getValueType()),
/plugin/davcal/
H A DcalendarBackendDokuwiki.php252 'component' => strtolower($row['componenttype']),
292 'component' => strtolower($row['componenttype']),
327 'component' => strtolower($row['componenttype']),
/plugin/code2/
H A Dsyntax.php690 $l = strtolower($hits[3]);
696 $l = strtolower($hits[1]);
698 ? strtolower($hits[2]) . '?'
707 ? strtolower($hits[6]) . 'f'
719 $hits[8] = strtolower($hits[8]) . 's';
/plugin/zip/pear/
H A DPEAR.php172 $classname = strtolower(get_class($this));
211 printf("PEAR destructor called, class=%s\n", strtolower(get_class($this)));
1059 strtolower(get_class($this->callback[0])) :
1067 strtolower(get_class($this)), $this->message, $this->code,
1085 strtolower(get_class($this)), $this->message, $this->code,
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_optimise.php298 if(strtolower(substr($color,0,4)) == 'rgb(')
323 if(isset($replace_colors[strtolower($color)]))
325 $color = $replace_colors[strtolower($color)];
331 $color_temp = strtolower($color);
338 switch(strtolower($color))
406 if (strpos(strtolower($temp[$l]),$units[$m]) !== FALSE)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/JsonMatches/
H A DErrorMessageProvider.php53 switch (strtolower($type)) {
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php24 return in_array(strtolower($functionname), $get_defined_functions['user']);
36 return in_array(strtolower($functionname), $get_defined_functions['internal']);
444 $disable_functions_local = explode(',', strtolower(@ini_get('disable_functions')));
445 $disable_functions_global = explode(',', strtolower(@get_cfg_var('disable_functions')));
457 return isset($DisabledFunctions[strtolower($function)]);
638 $needle = strtolower($needle);
642 } elseif ($needle == strtolower($value)) {
746 …return ((!empty($scheme) && isset($schemePort[strtolower($scheme)])) ? $schemePort[strtolower($sch…
/plugin/svg/
H A Dsvgparser.php23 if( strtolower( $name ) == 'svg' )
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DSubstituteTag.php15 $ltag = strtolower($tag);

12345678910>>...34