/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/ |
H A D | Plugin.php | 253 function escapeHTML($value) { function in Sabre\\DAV\\Browser\\Plugin 305 …$this->escapeHTML($subProps['fullPath']) . '"><span class="oi" data-glyph="' . $this->escapeHTML($… 306 $html .= '<td class="typeColumn">' . $this->escapeHTML($type['string']) . '</td>'; 309 $html .= $this->escapeHTML($subProps['{DAV:}getcontentlength'] . ' bytes'); 314 $html .= $this->escapeHTML($lastMod->format('F j, Y, g:i a')); 394 …$html .= '<a href="' . $this->escapeHTML($info['link']) . '"><span class="oi" data-glyph="book"></… 424 'title' => $this->escapeHTML($title), 425 'favicon' => $this->escapeHTML($this->getAssetUrl('favicon.ico')), 426 'style' => $this->escapeHTML($this->getAssetUrl('sabredav.css')), 427 'iconstyle' => $this->escapeHTML($this->getAssetUrl('openiconic/open-iconic.css')), [all …]
|
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/ |
H A D | Plugin.php | 253 function escapeHTML($value) { function in Sabre\\DAV\\Browser\\Plugin 305 …$this->escapeHTML($subProps['fullPath']) . '"><span class="oi" data-glyph="' . $this->escapeHTML($… 306 $html .= '<td class="typeColumn">' . $this->escapeHTML($type['string']) . '</td>'; 309 $html .= $this->escapeHTML($subProps['{DAV:}getcontentlength'] . ' bytes'); 314 $html .= $this->escapeHTML($lastMod->format('F j, Y, g:i a')); 394 …$html .= '<a href="' . $this->escapeHTML($info['link']) . '"><span class="oi" data-glyph="book"></… 427 'title' => $this->escapeHTML($title), 428 'favicon' => $this->escapeHTML($this->getAssetUrl('favicon.ico')), 429 'style' => $this->escapeHTML($this->getAssetUrl('sabredav.css')), 430 'iconstyle' => $this->escapeHTML($this->getAssetUrl('openiconic/open-iconic.css')), [all …]
|
/plugin/s5reloaded/ui/effects_support/ |
H A D | builder.js | 92 '="' + attributes[attribute].toString().escapeHTML().gsub(/"/,'"') + '"');
|
H A D | unittest.js | 124 return txt.escapeHTML().replace(/\n/g,"<br/>");
|
H A D | prototype.js | 498 function escapeHTML() { function 639 escapeHTML: escapeHTML,
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | pfcclient.js | 329 this.el_handle.innerHTML = this.getUserMeta(this.nickid, 'nick').escapeHTML(); 962 …line += 'onclick="pfc.insert_text(\'' + sender.escapeHTML().replace("'", '\\\'') + ', \',\'\',fals… 964 line += sender.escapeHTML(); 972 …line += '<span class="pfc_words">* '+ sender.escapeHTML() + ' ' + this.parseMessage(param) +'</spa… 1456 span.innerHTML = nick.escapeHTML();
|
H A D | prototype.js | 397 escapeHTML: function() { 529 escapeHTML: function() { 545 Object.extend(String.prototype.escapeHTML, { 550 with (String.prototype.escapeHTML) div.appendChild(text);
|
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 394 }function escapeHTML(value){function replaceChars(ch){switch(ch){case"<":return"<"; function 401 }this.escapeHTML=escapeHTML; 6420 if(value){html.push('<div class="nodeText">',escapeHTML(value),"</div>") 6570 Firebug.Reps={appendText:function(object,html){html.push(escapeHTML(objectToString(object))) 6578 html.push('<span class="objectBox-function">',escapeHTML(name),"()</span>") 6596 html.push('<span class="selectorTag">',escapeHTML(object.nodeName.toLowerCase()),"</span>"); 6597 if(object.id){html.push('<span class="selectorId">#',escapeHTML(object.id),"</span>") 6617 if(value){html.push('<div class="nodeText">',escapeHTML(value),"</div>") 7704 html[hl++]=escapeHTML(src); 8195 function appendText(object,html){html.push(escapeHTML(objectToString(object))) [all …]
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A D | firebug-lite-debug.js | 1088 function escapeHTML(value) function 1110 this.escapeHTML = escapeHTML; 24309 '</span>="<span class="nodeValue">', escapeHTML(value), 24355 escapeHTML(value), 24398 escapeHTML(src), 24843 html.push(escapeHTML(objectToString(object))); 24966 '</span>="<span class="nodeValue">', escapeHTML(value), 24987 html.push('<div class="nodeText">', escapeHTML(value),'</div>'); 28962 html[hl++] = escapeHTML(src); 30941 html.push(escapeHTML(objectToString(object))); [all …]
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 405 }function escapeHTML(value){function replaceChars(ch){switch(ch){case"<":return"<"; function 412 }this.escapeHTML=escapeHTML; 6414 html.push(' <span class="nodeName">',name,'</span>="<span class="nodeValue">',escapeHTML(value),"</span>"") 6416 if(value){html.push('><span class="nodeText">',escapeHTML(value),'</span></<span class="nodeTag">',nodeName,"</span>></span></div>") 6429 }html.push('<div class="lineNo">',s.join(""),'</div><pre class="sourceCode">',escapeHTML(src),"</pre>") 6431 if(value){html.push('<div class="nodeText">',escapeHTML(value),"</div>") 6581 Firebug.Reps={appendText:function(object,html){html.push(escapeHTML(objectToString(object))) 6582 },appendNull:function(object,html){html.push('<span class="objectBox-null">',escapeHTML(objectToString(object)),"</span>") 6583 },appendString:function(object,html){html.push('<span class="objectBox-string">"',escapeHTML(objectToStrin [all...] |
/plugin/revealjs/plugin/highlight/ |
H A D | highlight.js | 81 config.escapeHTML = typeof config.escapeHTML === 'boolean' ? config.escapeHTML : true; 91 if( config.escapeHTML && !block.hasAttribute( 'data-noescape' )) {
|
/plugin/issuetracker/ |
H A D | prototype.js | 615 function escapeHTML() { function 758 escapeHTML: escapeHTML,
|
/plugin/jmol2/jmol/ |
H A D | JmolApplet0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/obrador/
javax/
... |
H A D | JmolAppletSigned0.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
H A D | JmolApplet.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |
H A D | JmolAppletSigned.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
H A D | CHANGES.txt | 1801 # translation: add GT.escapeHTML and stricter checking for special characters in file names
|
/plugin/bpmnioeditor/vendor/bpmnio-js/ |
H A D | bpmn-modeler.development.js | 28382 function escapeHTML(str) { function 57284 …htmlText += '<strong class="' + SearchPad.RESULT_HIGHLIGHT_CLASS + '">' + escapeHTML(t.matched) + … 57286 htmlText += escapeHTML(t.normal);
|
/plugin/aceeditor/ |
H A D | build.js | 1 …escapeHTML=function(e){return e.replace(/&/g,"&").replace(/"/g,""").replace(/'/g,"'").… function
|