Home
last modified time | relevance | path

Searched refs:strtolower (Results 76 – 100 of 846) sorted by last modified time

12345678910>>...34

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DImg.php33 if (isset($properties ['DISPLAY']) && strtolower($properties ['DISPLAY']) === 'none') {
45 $v = strtolower($properties['VISIBILITY']);
264 if (strtolower($properties['IMAGE-RENDERING']) === 'crisp-edges') {
266 } elseif (strtolower($properties['IMAGE-RENDERING']) === 'optimizequality') {
268 } elseif (strtolower($properties['IMAGE-RENDERING']) === 'smooth') {
270 } elseif (strtolower($properties['IMAGE-RENDERING']) === 'auto') {
H A DInlineTag.php75 $currdir = strtolower($attr['DIR']);
78 $currdir = strtolower($properties['DIRECTION']);
84 if (isset($attr['DIR']) && strtolower($attr['DIR']) === 'rtl') {
88 elseif (isset($attr['DIR']) && strtolower($attr['DIR']) === 'ltr') {
93 if (isset($attr['DIR']) && strtolower($attr['DIR']) === 'rtl') {
97 elseif (isset($attr['DIR']) && strtolower($attr['DIR']) === 'ltr') {
105 } elseif (isset($properties ['UNICODE-BIDI']) && strtolower($properties ['UNICODE-BIDI']) === 'bidi-override') {
114 } elseif (isset($properties ['UNICODE-BIDI']) && strtolower($properties ['UNICODE-BIDI']) === 'embed') {
123 } elseif (isset($properties ['UNICODE-BIDI']) && strtolower($properties ['UNICODE-BIDI']) === 'isolate') {
132 } elseif (isset($properties ['UNICODE-BIDI']) && strtolower(
[all...]
H A DInput.php39 if (isset($attr['SPELLCHECK']) && strtolower($attr['SPELLCHECK']) === 'true') {
334 $objattr['value'] = ucfirst(strtolower($type));
H A DMeter.php88 if (isset($properties ['DISPLAY']) && strtolower($properties ['DISPLAY']) === 'none') {
93 $v = strtolower($properties['VISIBILITY']);
228 $srcpath = $this->cache->write('/_tempSVG' . uniqid(random_int(1, 100000), true) . '_' . strtolower($tag) . '.svg', $svg);
H A DSelect.php22 if (isset($attr['SPELLCHECK']) && strtolower($attr['SPELLCHECK']) === 'true') {
H A DSubstituteTag.php15 $ltag = strtolower($tag);
H A DTable.php165 if (isset($attr['ALIGN']) && array_key_exists(strtolower($attr['ALIGN']), self::ALIGN)) {
177 $table['direction'] = strtolower($properties['DIRECTION']);
179 $table['direction'] = strtolower($attr['DIR']);
201 if (isset($properties['VERTICAL-ALIGN']) && array_key_exists(strtolower($properties['VERTICAL-ALIGN']), self::ALIGN)) {
204 if (isset($properties['TEXT-ALIGN']) && array_key_exists(strtolower($properties['TEXT-ALIGN']), self::ALIGN)) {
333 $table['cellLineStackingStrategy'] = strtolower($properties['LINE-STACKING-STRATEGY']);
341 $table['cellLineStackingShift'] = strtolower($properties['LINE-STACKING-SHIFT']);
383 if (isset($properties['MARGIN-LEFT'], $properties['MARGIN-RIGHT']) && strtolower($properties['MARGIN-LEFT']) === 'auto' && strtolower($properties['MARGIN-RIGHT']) === 'auto') {
385 } elseif (isset($properties['MARGIN-LEFT']) && strtolower(
[all...]
H A DTag.php119 $property = strtolower($property);
H A DTd.php225 if (strtolower($attr['ALIGN']) === 'char') {
244 $c['direction'] = strtolower($attr['DIR']);
247 $c['direction'] = strtolower($properties['DIRECTION']);
265 $c['cellLineStackingStrategy'] = strtolower($properties['LINE-STACKING-STRATEGY']);
270 $c['cellLineStackingShift'] = strtolower($properties['LINE-STACKING-SHIFT']);
H A DTextArea.php32 if (isset($attr['SPELLCHECK']) && strtolower($attr['SPELLCHECK']) === 'true') {
82 if (isset($properties['OVERFLOW']) && strtolower($properties['OVERFLOW']) === 'hidden') {
H A DTextCircle.php37 if (isset($properties ['DISPLAY']) && strtolower($properties ['DISPLAY']) === 'none') {
72 $v = strtolower($properties['VISIBILITY']);
78 if (strtolower($properties['FONT-SIZE']) === 'auto') {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTag.php168 $className .= isset($map[$tag]) ? $map[$tag] : ucfirst(strtolower($tag));
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php133 $level = strtolower($matches[2]);
/plugin/hidden/
H A Dsyntax.php74 $initialState = strtolower(trim($initialState[1]));
101 $active = strtolower(trim($active[1]));
/plugin/combo/syntax/
H A Dcodemarkdown.php216 $language = strtolower($attributes["type"]);
H A Drailroad.php128 $actualCodeType = strtolower($actual->getType());
/plugin/combo/ComboStrap/
H A DLdJson.php258 switch (strtolower($type)) {
320 switch (strtolower($type)) {
H A DLineSpacing.php33 $lineSpacingValue = trim(strtolower($attributes->getValueAndRemove($lineSpacing)));
H A DArrayCaseInsensitive.php44 $this->_keyMapping[strtolower($key)] = $key;
60 $lowerCaseOffset = strtolower($offset);
72 if (is_string($offset)) $offset = strtolower($offset);
79 if (is_string($offset)) $offset = strtolower($offset);
89 if (is_string($offset)) $offset = strtolower($offset);
H A DBrand.php173 $brandNameQualified = strtolower($brandName);
H A DColorRgb.php527 return strtolower(self::CSS_COLOR_NAMES[$this->name]);
840 $qualifiedName = strtolower($name);
H A DDateTag.php51 $derivedLocale = strtolower($lang) . $localeSeparator . strtoupper($lang);
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DXpath.php689 * Use unicode aware strtolower if available
704 return strtolower($string);
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataSystem.php188 $name = strtolower(trim($name));
/plugin/combo/action/
H A Dsnippetsbootstrap.php180 $type = strtolower($scriptData["type"]);

12345678910>>...34