Searched refs:needsSpace (Results 1 – 3 of 3) sorted by relevance
/plugin/ckgdoku/ckeditor/ |
D | ckeditor.js | 871 …,{indent:!a[f]["#"],breakBeforeOpen:1,breakBeforeClose:!a[f]["#"],breakAfterClose:1,needsSpace:f in property 872 …ag:function(a){var f=this._.rules[a];this._.afterCloser&&f&&f.needsSpace&&this._.needsSpace&&this.… 873 …_.output.push(this.selfClosingEnd),b&&b.breakAfterClose&&(this._.needsSpace=b.needsSpace)):(this._… 874 …&(this._.inPre=0);f&&f.breakAfterClose&&(this.lineBreak(),this._.needsSpace=f.needsSpace);this._.a… 875 …ent=0;this._.indentation="";this._.afterCloser=0;this._.inPre=0;this._.needsSpace=0},setRules:func…
|
/plugin/ckgedit/ckeditor/ |
D | ckeditor.js | 933 …,{indent:!b[a]["#"],breakBeforeOpen:1,breakBeforeClose:!b[a]["#"],breakAfterClose:1,needsSpace:a in 934 …ag:function(b){var a=this._.rules[b];this._.afterCloser&&a&&a.needsSpace&&this._.needsSpace&&this.… 935 …_.output.push(this.selfClosingEnd),c&&c.breakAfterClose&&(this._.needsSpace=c.needsSpace)):(this._… 936 …&(this._.inPre=0);a&&a.breakAfterClose&&(this.lineBreak(),this._.needsSpace=a.needsSpace);this._.a… 937 …ent=0;this._.indentation="";this._.afterCloser=0;this._.inPre=0;this._.needsSpace=0},setRules:func…
|
D | ckeditor.js.unc | 18522 needsSpace: a in 18548 … this._.afterCloser && a && a.needsSpace && this._.needsSpace && this._.output.push("\n"); 18555 …ut.push(this.selfClosingEnd), c && c.breakAfterClose && (this._.needsSpace = c.needsSpace)) : (thi… 18570 a && a.breakAfterClose && (this.lineBreak(), this._.needsSpace = a.needsSpace); 18596 this._.needsSpace = 0
|