Home
last modified time | relevance | path

Searched refs:escapeHtml (Results 1 – 7 of 7) sorted by relevance

/plugin/code3/src/
H A Dpsyhi.js92 var escapeHtml = function (str) { function
110 s[s.length] = escapeHtml(t[i].token);
116 …= getColorizedString(++nl,s.join("")+"<span class=\""+t[i].style+"\">"+escapeHtml(comm[z])+"</span…
122 … s[s.length] = "<span class=\""+t[i].style+"\">"+escapeHtml(t[i].token)+"</span>";
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.js264 if (width) embed.push(' width="',escapeHtml(width),'"');
265 if (height) embed.push(' height="',escapeHtml(height),'"');
271 embed.push(' src="',escapeHtml(embed_url),'"></iframe>');
741 socialSharePrivacy.escapeHtml = escapeHtml;
/plugin/syntaxhighlighter3/sxh3/src/js/
H A DshCore.js155 commandName = escapeHtml(commandName);
160 + '">' + escapeHtml(label) + '</a></span>'
361 function escapeHtml(html) function
1493 return title ? '<caption>' + escapeHtml(title) + '</caption>' : '';
1607 '<div id="' + getHighlighterId(this.id) + '" class="' + escapeHtml(classes.join(' ')) + '">'
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js1436 commandName = escapeHtml(commandName);
1441 + '">' + escapeHtml(label) + '</a></span>'
1642 function escapeHtml(html) function
2774 return title ? '<caption>' + escapeHtml(title) + '</caption>' : '';
2888 '<div id="' + getHighlighterId(this.id) + '" class="' + escapeHtml(classes.join(' ')) + '">'
/plugin/socialshareprivacy2/SSP/
H A DREADME.md1217 #### <span id="escapehtmltext">escapeHtml(text)</span>
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js704 return _.escapeHtml(this.text);
6988 escapeHtml: function escapeHtml(html) {
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1escapeHtml(text) {\n\t\t\treturn text == null ? '' : String(text).replace(runescaped, escapeHtmlCh…