Searched refs:escapeHTML (Results 1 – 8 of 8) sorted by relevance
587 …_error = "Exception raised during decoding git binary patch:<pre>#{CGI.escapeHTML($!.to_s + "\n" +…952 CGI.escapeHTML(text)980 return CGI.escapeHTML(@text)985 escaped_text = CGI.escapeHTML(@text[start...eend])
32 TreeElement.call(this, title.escapeHTML(), representedObject || {}, hasChildren);
87 "<h3>$header</h3>\n<pre>\n" . $c->escapeHTML($result) . "\n</pre>\n";
64 escapeHTML: function(data) {381 return DrNicTest.escapeHTML(txt).replace(/\n/g,"<br/>");
405 escapeHTML: function() {537 escapeHTML: function() { method553 Object.extend(String.prototype.escapeHTML, {558 String.prototype.escapeHTML.div.appendChild(String.prototype.escapeHTML.text); method in String
8784 escapeHTML: function() {8916 escapeHTML: function() { method8932 Object.extend(String.prototype.escapeHTML, {8937 String.prototype.escapeHTML.div.appendChild(String.prototype.escapeHTML.text); method in String
161 String.prototype.escapeHTML = function() method in String
615 function escapeHTML() { function758 escapeHTML: escapeHTML, property