Home
last modified time | relevance | path

Searched refs:setCSS (Results 1 – 25 of 26) sorted by relevance

12

/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/Tag/
H A DTta.php14 $this->mpdf->setCSS(['FONT-FAMILY' => 'ccourier'], 'INLINE');
16 $this->mpdf->setCSS(['FONT-FAMILY' => 'ctimes'], 'INLINE');
18 $this->mpdf->setCSS(['FONT-FAMILY' => 'chelvetica'], 'INLINE');
H A DTts.php12 …$this->mpdf->setCSS(['FONT-FAMILY' => 'csymbol', 'FONT-WEIGHT' => 'normal', 'FONT-STYLE' => 'norma…
H A DTtz.php12 …$this->mpdf->setCSS(['FONT-FAMILY' => 'czapfdingbats', 'FONT-WEIGHT' => 'normal', 'FONT-STYLE' => …
H A DA.php36 $this->mpdf->setCSS($properties, 'INLINE');
H A DLegend.php15 $this->mpdf->setCSS($properties, 'INLINE');
H A DInlineTag.php56 $this->mpdf->setCSS($properties, 'INLINE');
H A DTd.php168 $this->mpdf->setCSS($properties, 'TABLECELL', $tag);
H A DBlockTag.php135 $this->mpdf->setCSS($properties, 'INLINE');
387 $this->mpdf->setCSS($properties, 'BLOCK', $tag); //name(id/class/style) found in the CSS array!
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/widget/
H A Dstyle-subject.h51 virtual void setCSS(SPCSSAttr *css) = 0;
80 void setCSS(SPCSSAttr *css) override;
101 void setCSS(SPCSSAttr *css) override;
H A Dstyle-subject.cpp96 void StyleSubject::Selection::setCSS(SPCSSAttr *css) { in setCSS() function in Inkscape::UI::Widget::StyleSubject::Selection
159 void StyleSubject::CurrentLayer::setCSS(SPCSSAttr *css) { in setCSS() function in Inkscape::UI::Widget::StyleSubject::CurrentLayer
H A Dobject-composite-settings.cpp170 _subject->setCSS(css); in _opacityValueChanged()
/dports/textproc/qstardict/qstardict-qstardict-1.3/qstardict/
H A Dcssedit.h45 void setCSS(const QString &css);
H A Dcssedit.cpp42 void CSSEdit::setCSS(const QString &css) in setCSS() function in QStarDict::CSSEdit
H A Dsettingsdialog.cpp149 apperanceCSSEdit->setCSS(app->mainWindow()->defaultStyleSheet()); in SettingsDialog()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/9.3/
H A DDeprecation-84965-VariousTypoScriptFrontendControllerMethods.rst25 - :php:`setCSS()`
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/9.3/
H A DDeprecation-84965-VariousTypoScriptFrontendControllerMethods.rst25 - :php:`setCSS()`
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/9.3/
H A DDeprecation-84965-VariousTypoScriptFrontendControllerMethods.rst25 - :php:`setCSS()`
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/html2fpdf/
H A Dhtml2fpdf.php789 if (!empty($properties)) $this->setCSS($properties); //name found in the CSS array!
819 if (!empty($properties)) $this->setCSS($properties); //name found in the CSS array!
979 …if (!empty($properties)) $this->setCSS($properties); //name(id/class/style) found in the CSS array!
996 if (!empty($properties)) $this->setCSS($properties); //name found in the CSS array!
1024 …if (!empty($properties)) $this->setCSS($properties); //name(id/class/style) found in the CSS array!
1642 $this->setCSS($this->backupcss);
2318 function setCSS($arrayaux) function in HTML2FPDF
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/object/
H A Dsp-object.h732 void setCSS(SPCSSAttr *css, char const *attr);
H A Dsp-object.cpp391 void SPObject::setCSS(SPCSSAttr *css, gchar const *attr) in setCSS() function in SPObject
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/
H A Ddesktop.cpp1429 obj->setCSS(css_current,"style"); in applyCurrentOrToolStyle()
1432 obj->setCSS(css,"style"); in applyCurrentOrToolStyle()
/dports/www/dojo/dojo-release-1.12.2/dojox/secure/
H A DDOM.js.map7 …e","removeChild","xhrGet","addCallback","evaluate","script","innerHTML","setCSS","cssStr","styleSh…
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/frontend/Classes/Controller/
H A DTypoScriptFrontendController.php4474 public function setCSS($key, $content) function in TYPO3\\CMS\\Frontend\\Controller\\TypoScriptFrontendController
/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/
H A DMpdf.php14825 $this->setCSS($properties, '', 'BODY');
14903 $this->setCSS($properties, '', 'BODY');
15544 $this->setCSS($properties, '', 'BODY');
15714 $this->setCSS($pb, 'BLOCK', $tag);
19573 $this->setCSS($bodystyle, 'BLOCK', 'BODY');
19619 function setCSS($arrayaux, $type = '', $tag = '') function in Mpdf\\Mpdf
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/10.0/
H A DBreaking-87193-DeprecatedFunctionalityRemoved.rst477 * :php:`TYPO3\CMS\Frontend\Controller\TypoScriptFrontendController->setCSS()`

12