Searched refs:tabSpaces (Results 1 – 9 of 9) sorted by relevance
/plugin/dw2pdf/ |
H A D | DokuPDF.class.php | 71 $this->tabSpaces = 4;
|
/plugin/siteexport/inc/ |
H A D | mpdf.php | 59 $this->tabSpaces = 4;
|
/plugin/wysiwyg/fckeditor/editor/_source/classes/ |
H A D | fckenterkey.js | 32 var FCKEnterKey = function( targetWindow, enterMode, shiftEnterMode, tabSpaces ) argument 52 if ( tabSpaces > 0 ) 55 while ( tabSpaces-- > 0 )
|
/plugin/ckgdoku/ckeditor/ |
H A D | CHANGES.md | 572 …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 D | ckeditor.js | 1089 …,{init:function(e){for(var l=!1!==e.config.enableTabKeyTools,k=e.config.tabSpaces||0,d="";k--;)d+=…
|
/plugin/ckgedit/ckeditor/ |
H A D | CHANGES.md | 992 …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 D | ckeditor.js | 1159 …,{init:function(c){for(var d=!1!==c.config.enableTabKeyTools,e=c.config.tabSpaces||0,b="";e--;)b+=…
|
H A D | ckeditor.js.unc | 22876 …for (var d = !1 !== c.config.enableTabKeyTools, e = c.config.tabSpaces || 0, b = ""; e--;) b += " …
|
/plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
H A D | Mpdf.php | 134 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
|