Home
last modified time | relevance | path

Searched refs:htmlScript (Results 1 – 6 of 6) sorted by relevance

/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js1210 if (scriptBrush.htmlScript == null)
1217 { regex: scriptBrush.htmlScript.code, func: process }
1232 htmlScript = scriptBrush.htmlScript,
1245 if (htmlScript.left != null && match.left != null)
1247 result = getMatches(match.left, htmlScript.left);
1253 if (htmlScript.right != null && match.right != null)
1255 result = getMatches(match.right, htmlScript.right);
1704 this.htmlScript = { class
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js2491 if (scriptBrush.htmlScript == null)
2498 { regex: scriptBrush.htmlScript.code, func: process }
2513 htmlScript = scriptBrush.htmlScript,
2526 if (htmlScript.left != null && match.left != null)
2528 result = getMatches(match.left, htmlScript.left);
2534 if (htmlScript.right != null && match.right != null)
2536 result = getMatches(match.right, htmlScript.right);
2985 this.htmlScript = { class
H A DshCore.min.js17htmlScript,c=0,g=s.length;g>c;c++)n=L(a,s[c]),t(n,o),l=l.concat(n);null!=u.left&&null!=e.left&&(n=… class
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js3430 …if (scriptBrush.htmlScript == null) throw new Error('Brush wasn\'t configured for html-script opti…
3432 xmlBrush.regexList.push({ regex: scriptBrush.htmlScript.code, func: process });
3447 htmlScript = scriptBrush.htmlScript,
3459 if (htmlScript.left != null && match.left != null) {
3460 matches = applyRegexList(match.left, [htmlScript.left]);
3466 if (htmlScript.right != null && match.right != null) {
3467 matches = applyRegexList(match.right, [htmlScript.right]);
3726 this.htmlScript = {
H A Dsyntaxhighlighter.js.map1htmlScript","offsetMatches","info","add","lastIndexOf","cachedSetTimeout","cachedClearTimeout","de…
/plugin/syntaxhighlighter4/
H A DREADME.md49 * **htmlScript**: Allows you to highlight a mixture of HTML/XML code and a script which is very com…