Home
last modified time | relevance | path

Searched refs:tabSpaces (Results 1 – 9 of 9) sorted by relevance

/plugin/dw2pdf/
H A DDokuPDF.class.php71 $this->tabSpaces = 4;
/plugin/siteexport/inc/
H A Dmpdf.php59 $this->tabSpaces = 4;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckenterkey.js32 var FCKEnterKey = function( targetWindow, enterMode, shiftEnterMode, tabSpaces ) argument
52 if ( tabSpaces > 0 )
55 while ( tabSpaces-- > 0 )
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md572 …ing on pressing *Tab* when the [`config.tabSpaces`](http://docs.ckeditor.com/#!/api/CKEDITOR.confi…
1149 …Fixed: Advanced Content Filter blocks [`tabSpaces`](http://docs.ckeditor.com/#!/api/CKEDITOR.confi…
H A Dckeditor.js1089 …,{init:function(e){for(var l=!1!==e.config.enableTabKeyTools,k=e.config.tabSpaces||0,d="";k--;)d+=…
/plugin/ckgedit/ckeditor/
H A DCHANGES.md992 …ssing *Tab* when the [`config.tabSpaces`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_…
1569 …anced Content Filter blocks [`tabSpaces`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_…
H A Dckeditor.js1159 …,{init:function(c){for(var d=!1!==c.config.enableTabKeyTools,e=c.config.tabSpaces||0,b="";e--;)b+=…
H A Dckeditor.js.unc22876 …for (var d = !1 !== c.config.enableTabKeyTools, e = c.config.tabSpaces || 0, b = ""; e--;) b += " …
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php134 var $tabSpaces;
13328 $html = $this->AdjustHTML($html, $this->tabSpaces); // Try to make HTML look more like XHTML
26951 function AdjustHTML($html, $tabSpaces = 8)
27081 $temp[2][$iterator] = preg_replace('/\t/', str_repeat(" ", $tabSpaces), $temp[2][$iterator]);
27093 $temp2[2][$iterator] = preg_replace('/\t/', str_repeat(" ", $tabSpaces), $temp2[2][$iterator]);
27122 return (stripslashes($matches[1]) . str_repeat(' ', $this->tabSpaces - (mb_strlen(stripslashes($matches[1])) % $this->tabSpaces)));
143 var $tabSpaces; global() variable in Mpdf\\Mpdf
26887 AdjustHTML($html, $tabSpaces = 8) global() argument