Home
last modified time | relevance | path

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

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTableOfContents.php154 $toc_id = strtolower($toc_id);
157 if ($TOCusePaging === false || strtolower($TOCusePaging) == "off" || $TOCusePaging === 0 || $TOCusePaging === "0" || $TOCusePaging === "") {
265 $toc_id = strtolower($toc_id);
637 $toc_id = strtolower($attr['NAME']);
647 $toc_id = strtolower($attr['NAME']);
H A DTag.php168 $className .= isset($map[$tag]) ? $map[$tag] : ucfirst(strtolower($tag));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DBarCode.php84 if (isset($properties ['DISPLAY']) && strtolower($properties ['DISPLAY']) === 'none') {
H A DBlockTag.php37 if (isset($p['DISPLAY']) && strtolower($p['DISPLAY']) === 'none') {
46 if (isset($attr['POSITION']) && strtolower($attr['POSITION']) === 'bottom') {
51 if (isset($attr['ALIGN']) && strtolower($attr['ALIGN']) === 'bottom') {
53 } elseif (isset($p['CAPTION-SIDE']) && strtolower($p['CAPTION-SIDE']) === 'bottom') {
70 if (isset($attr['METHOD']) && strtolower($attr['METHOD']) === 'get') {
84 && (strtolower($p['POSITION']) === 'fixed'
85 || strtolower($p['POSITION']) === 'absolute'))
391 $v = strtolower($properties['VISIBILITY']);
687 && strtolower($properties['MARGIN-LEFT']) === 'auto' && strtolower(
[all...]
H A DFormFeed.php105 if (strtolower($attr['PAGE-BREAK-TYPE']) === 'cloneall'
106 || strtolower($attr['PAGE-BREAK-TYPE']) === 'clonebycss'
107 || strtolower($attr['PAGE-BREAK-TYPE']) === 'slice') {
108 $pagebreaktype = strtolower($attr['PAGE-BREAK-TYPE']);
H A DHr.php62 if (isset($properties['MARGIN-LEFT']) && strtolower($properties['MARGIN-LEFT']) === 'auto') {
65 if (isset($properties['MARGIN-RIGHT']) && strtolower($properties['MARGIN-RIGHT']) === 'auto') {
67 if (isset($properties['MARGIN-RIGHT']) && strtolower($properties['MARGIN-RIGHT']) === 'auto'
68 && isset($properties['MARGIN-LEFT']) && strtolower($properties['MARGIN-LEFT']) === 'auto') {
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/psr/log/Psr/Log/Test/
H A DTestLogger.php133 $level = strtolower($matches[2]);
/plugin/dwtimeline/syntax/
H A Ddwtimeline.php319 if (in_array(strtolower($color), array_map('strtolower',$color_names))) {
/plugin/eclipseupdateurl/
H A Dsyntax.php289 $local = getCacheName(strtolower($url),".media.$ext");
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Connections/
H A DConnection.php601 $clientVersion = str_replace('-snapshot', '-s', strtolower(Client::VERSION));
627 $this->OSVersion = strpos(strtolower(ini_get('disable_functions')), 'php_uname') !== false
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DTestLogger.php133 $level = strtolower($matches[2]);
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DConnection.php364 return $this->hasParam('auth_type') ? \strtolower($this->getParam('auth_type')) : null;
H A DUtil.php168 return \strtolower(\preg_replace('/[A-Z]/', '_\\0', \lcfirst($string)));
/plugin/elasticsearch/vendor/ruflin/elastica/src/Transport/
H A DAbstractTransport.php112 $transport = $specialTransports[\strtolower($transport)] ?? \ucfirst($transport);

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