Home
last modified time | relevance | path

Searched refs:classNameRegex (Results 1 – 3 of 3) sorted by relevance

/plugin/ckgdoku/ckeditor/
Dckeditor.js887 …){var e=this.editor,g=this.isIndent;if(b){e=a.$.className.match(this.classNameRegex);c=0;e&&(e=e[1…
888 …x(c,0);a.$.className=CKEDITOR.tools.ltrim(a.$.className.replace(this.classNameRegex,""));0<c&&a.ad…
891 …nterBr||this.getContext(c)){if(m){var h=m,d=d.$.className.match(this.classNameRegex),k=this.isInde…
892 …iv:1,dl:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,ul:1,ol:1,p:1,pre:1,table:1},classNameRegex:m?new RegExp("… property
/plugin/ckgedit/ckeditor/
Dckeditor.js964classNameRegex);a=0;d&&(d=d[1],a=CKEDITOR.tools.indexOf(c,d)+1);if(0>(a+=l?1:-1))return;a=Math.min…
967 …nterBr||this.getContext(b)){if(d){var c=d,e=e.$.className.match(this.classNameRegex),f=this.isInde…
969 …iv:1,dl:1,h1:1,h2:1,h3:1,h4:1,h5:1,h6:1,ul:1,ol:1,p:1,pre:1,table:1},classNameRegex:d?new RegExp("…
Dckeditor.js.unc19103 d = b.$.className.match(this.classNameRegex);
19109 … b.$.className = CKEDITOR.tools.ltrim(b.$.className.replace(this.classNameRegex, ""));
19174 e = e.$.className.match(this.classNameRegex),
19218classNameRegex: d ? new RegExp("(?:^|\\s+)(" + d.join("|") + ")(?\x3d$|\\s)") : null