Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...34

/plugin/dw2pdf/syntax/
H A Dpagesetting.php82 $orientation = strtolower(substr($data[0], 6, -2));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTextCircle.php37 if (isset($properties ['DISPLAY']) && strtolower($properties ['DISPLAY']) === 'none') {
72 $v = strtolower($properties['VISIBILITY']);
78 if (strtolower($properties['FONT-SIZE']) === 'auto') {
H A DTextArea.php32 if (isset($attr['SPELLCHECK']) && strtolower($attr['SPELLCHECK']) === 'true') {
82 if (isset($properties['OVERFLOW']) && strtolower($properties['OVERFLOW']) === 'hidden') {
/plugin/webdav/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php78 $valueType = strtolower($this->getValueType());
/plugin/typography/syntax/
H A Dsmallcaps.php42 $params = 'fv:small-caps;'.strtolower(ltrim(substr($match, 10, -1)));
/plugin/icalevents/vendor/sabre/vobject/lib/Property/VCard/
H A DTimeStamp.php82 $valueType = strtolower($this->getValueType());
/plugin/combo/ComboStrap/
H A DLineSpacing.php33 $lineSpacingValue = trim(strtolower($attributes->getValueAndRemove($lineSpacing)));
/plugin/jukebox/id3/
H A Dmodule.tag.id3v1.php302 $LowerCaseNoSpaceSearchTerm = strtolower(str_replace(' ', '', $genre));
305 if (strtolower(str_replace(' ', '', $value)) == $LowerCaseNoSpaceSearchTerm) {
/plugin/html2pdf/html2pdf/html2ps/
H A Dconfig.parse.php127 $font_family_name = strtolower($root->get_attribute('name'));
155 … $resolver->add_alias(strtolower($child->get_attribute('alias')), $child->get_attribute('family'));
H A Dcss.pseudo.align.inc.php33 $value = strtolower($value);
/plugin/icalevents/vendor/sabre/uri/lib/
H A Dfunctions.php140 $parts['scheme'] = strtolower($parts['scheme']);
162 if ($parts['host']) $parts['host'] = strtolower($parts['host']);
/plugin/webdav/vendor/sabre/uri/lib/
H A Dfunctions.php140 $parts['scheme'] = strtolower($parts['scheme']);
162 if ($parts['host']) $parts['host'] = strtolower($parts['host']);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/PHP/
H A DUpperCaseConstantSniff.php65 if ($keyword === strtolower($keyword)) {
H A DLowerCaseConstantSniff.php73 $expected = strtolower($keyword);
/plugin/commonmark/vendor/league/commonmark/src/Util/
H A DHtml5EntityDecoder.php34 if (\strtolower(\substr($entity, 2, 1)) === 'x') {
/plugin/html2pdf/html2pdf/html2ps/features/
H A D_factory.php23 $normalized_name = strtolower(preg_replace('/[^\w\d\.]/i', '_', $name));
/plugin/geonav/server/
H A Dget_county.php20 $countryCode = strtolower($countryCode);
H A DgetContinent.php43 $string = strtolower($string);
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/src/Record/
H A DAbstractRecord.php49 return strtolower(preg_replace('/([A-Z])/', '_\1', $attr));
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Formatter/
H A DFluentdFormatter.php62 $tag .= '.' . strtolower($record['level_name']);
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DTypeResolver.php176 return in_array(strtolower($type), array_keys($this->keywords), true);
249 $className = $this->keywords[strtolower($type)];
/plugin/usersubscriptions/
H A Dsyntax.php44 $match = strtolower(trim(substr($match, 19, -2)));
190 $scns = strtolower($cns.$item->getFilename().':');
/plugin/dev/
H A DSkeletor.php250 $fn = 'handle' . str_replace('_', '', ucwords(strtolower($event), '_'));
/plugin/webcode/syntax/
H A Dbasis.php234 $attributeKey = strtolower($lang);
237 $attributeValue = strtolower($attributeValue);
283 $lowerCodeName = strtolower($lang);
/plugin/publistx/bib2tpl/lib/
H A DBibTex.php390 if ('@string' == strtolower(substr($entry, 0, 7))) {
395 } elseif ('@preamble' == strtolower(substr($entry, 0, 9))) {
451 $field = strtolower(trim(substr($entry, $position+1)));
458 $ret['entrytype'] = strtolower(trim($arr[0]));
782 $authorarray[$i]['sort'] = strtolower(trim($last).trim($first));
1009 $bibtex .= '@'.strtolower($entry['entrytype']).' { '.$entry['cite'].",\n";

1...<<11121314151617181920>>...34