Home
last modified time | relevance | path

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

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
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');
DTts.php12 …$this->mpdf->setCSS(['FONT-FAMILY' => 'csymbol', 'FONT-WEIGHT' => 'normal', 'FONT-STYLE' => 'norma…
DTtz.php12 …$this->mpdf->setCSS(['FONT-FAMILY' => 'czapfdingbats', 'FONT-WEIGHT' => 'normal', 'FONT-STYLE' => …
DA.php36 $this->mpdf->setCSS($properties, 'INLINE');
DLegend.php15 $this->mpdf->setCSS($properties, 'INLINE');
DInlineTag.php56 $this->mpdf->setCSS($properties, 'INLINE');
DTd.php181 $this->mpdf->setCSS($properties, 'TABLECELL', $tag);
DBlockTag.php134 $this->mpdf->setCSS($properties, 'INLINE');
387 $this->mpdf->setCSS($properties, 'BLOCK', $tag); //name(id/class/style) found in the CSS array!
/plugin/diagramsnet/lib/math/extensions/
DHelpDialog.js19 …]));if(n.type==="mouseup"){l.className+=" MathJax_MousePost"}l.focus();j.setCSS(l);var o=(document…
DFontWarnings.js19 …,{id:"MathJax_FontWarning",style:h.messageStyle},m);MathJax.Localization.setCSS(c.div);if(h.remove…
DMathMenu.js19setCSS(v)}for(var N=0,K=this.items.length;N<K;N++){this.items[N].Create(v)}if(g.isMobile){o.addEle…
/plugin/imagecarousel/vendor/slick/
Dslick.min.js17setCSS=function(a){var d,e,b=this,c={};b.options.rtl===!0&&(a=-a),d="left"==b.positionProp?Math.ce…
18 ….options.touchMove===!1?!1:b.animating===!0?(b.swipeLeft=null,!1):void b.setCSS(b.swipeLeft)):void…
/plugin/diagramsnet/lib/math/
DMathJax.js19 …b.Insert(d,c);if(a&&MathJax.Menu.menu){MathJax.Menu.CreateLocaleMenu()}},setCSS:function(b){var a=…
/plugin/zwidoku/files/
H A DMathJax.js19 …b.Insert(d,c);if(a&&MathJax.Menu.menu){MathJax.Menu.CreateLocaleMenu()}},setCSS:function(b){var a=…
/plugin/diagramsnet/lib/math/config/
DMML_HTMLorMML.js49setCSS(v)}for(var N=0,K=this.items.length;N<K;N++){this.items[N].Create(v)}if(g.isMobile){o.addEle…
DAM_HTMLorMML.js48setCSS(v)}for(var N=0,K=this.items.length;N<K;N++){this.items[N].Create(v)}if(g.isMobile){o.addEle…
DAccessible.js65setCSS(v)}for(var N=0,K=this.items.length;N<K;N++){this.items[N].Create(v)}if(g.isMobile){o.addEle…
DTeX-MML-AM_HTMLorMML.js62setCSS(v)}for(var N=0,K=this.items.length;N<K;N++){this.items[N].Create(v)}if(g.isMobile){o.addEle…
DMML_HTMLorMML-full.js51setCSS(v)}for(var N=0,K=this.items.length;N<K;N++){this.items[N].Create(v)}if(g.isMobile){o.addEle…
DTeX-MML-AM_SVG-full.js58setCSS(v)}for(var N=0,K=this.items.length;N<K;N++){this.items[N].Create(v)}if(g.isMobile){o.addEle…
DAM_HTMLorMML-full.js51setCSS(v)}for(var N=0,K=this.items.length;N<K;N++){this.items[N].Create(v)}if(g.isMobile){o.addEle…
DAccessible-full.js68setCSS(v)}for(var N=0,K=this.items.length;N<K;N++){this.items[N].Create(v)}if(g.isMobile){o.addEle…
DTeX-MML-AM_HTMLorMML-full.js65setCSS(v)}for(var N=0,K=this.items.length;N<K;N++){this.items[N].Create(v)}if(g.isMobile){o.addEle…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php13245 $this->setCSS($properties, '', 'BODY');
13323 $this->setCSS($properties, '', 'BODY');
13981 $this->setCSS($properties, '', 'BODY');
14151 $this->setCSS($pb, 'BLOCK', $tag);
18071 $this->setCSS($bodystyle, 'BLOCK', 'BODY');
18117 function setCSS($arrayaux, $type = '', $tag = '') function in Mpdf\\Mpdf