Home
last modified time | relevance | path

Searched refs:escapeHTML (Results 1 – 25 of 32) sorted by relevance

12

/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php253 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'));
320 …$buttonActions = '<a href="' . $this->escapeHTML($subProps['fullPath']) . '?sabreAction=info"><sp…
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')),
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/
DPlugin.php253 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'));
320 …$buttonActions = '<a href="' . $this->escapeHTML($subProps['fullPath']) . '?sabreAction=info"><spa…
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')),
[all …]
/plugin/asciidocjs/node_modules/core-js/library/modules/
Dcore.string.escape-html.js11 $export($export.P + $export.F, 'String', { escapeHTML: function escapeHTML() { return $re(this); } …
/plugin/asciidocjs/node_modules/core-js/modules/
Dcore.string.escape-html.js11 $export($export.P + $export.F, 'String', { escapeHTML: function escapeHTML() { return $re(this); } …
/plugin/asciidocjs/node_modules/core-js/library/fn/string/
Descape-html.js2 module.exports = require('../../modules/_core').String.escapeHTML;
/plugin/asciidocjs/node_modules/core-js/fn/string/
Descape-html.js2 module.exports = require('../../modules/_core').String.escapeHTML;
/plugin/asciidocjs/node_modules/core-js/fn/string/virtual/
Descape-html.js2 module.exports = require('../../../modules/_entry-virtual')('String').escapeHTML;
/plugin/asciidocjs/node_modules/core-js/library/fn/string/virtual/
Descape-html.js2 module.exports = require('../../../modules/_entry-virtual')('String').escapeHTML;
/plugin/s5reloaded/ui/effects_support/
Dbuilder.js92 '="' + attributes[attribute].toString().escapeHTML().gsub(/"/,'&quot;') + '"');
Dunittest.js124 return txt.escapeHTML().replace(/\n/g,"<br/>");
Dprototype.js498 function escapeHTML() { function
639 escapeHTML: escapeHTML, property
/plugin/freechat/phpfreechat/data/public/js/
Dpfcclient.js329 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();
Dprototype.js397 escapeHTML: function() {
529 escapeHTML: function() { method
545 Object.extend(String.prototype.escapeHTML, {
550 with (String.prototype.escapeHTML) div.appendChild(text);
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
Dfirebug-lite-debug.js1088 function escapeHTML(value) function
1110 this.escapeHTML = escapeHTML;
24309 '</span>=&quot;<span class="nodeValue">', escapeHTML(value),
24355 escapeHTML(value),
24398 escapeHTML(src),
24407 html.push('<div class="nodeText">', escapeHTML(value),'</div>');
24843 html.push(escapeHTML(objectToString(object)));
24848 html.push('<span class="objectBox-null">', escapeHTML(objectToString(object)), '</span>');
24853 html.push('<span class="objectBox-string">&quot;', escapeHTML(objectToString(object)),
24859 html.push('<span class="objectBox-number">', escapeHTML(objectToString(object)), '</span>');
[all …]
/plugin/webcode/vendor/
Dfirebug-lite-1.4.js394 }function escapeHTML(value){function replaceChars(ch){switch(ch){case"<":return"&lt;"; function
401 }this.escapeHTML=escapeHTML;
6403 html.push('&nbsp;<span class="nodeName">',name,'</span>=&quot;<span class="nodeValue">',escapeHTML(…
6405 if(value){html.push('&gt;<span class="nodeText">',escapeHTML(value),'</span>&lt;/<span class="nodeT…
6418 }html.push('<div class="lineNo">',s.join(""),'</div><pre class="sourceCode">',escapeHTML(src),"</pr…
6420 if(value){html.push('<div class="nodeText">',escapeHTML(value),"</div>")
6570 Firebug.Reps={appendText:function(object,html){html.push(escapeHTML(objectToString(object)))
6571 },appendNull:function(object,html){html.push('<span class="objectBox-null">',escapeHTML(objectToStr…
6572 },appendString:function(object,html){html.push('<span class="objectBox-string">&quot;',escapeHTML(o…
6573 },appendInteger:function(object,html){html.push('<span class="objectBox-number">',escapeHTML(object…
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js405 }function escapeHTML(value){function replaceChars(ch){switch(ch){case"<":return"&lt;"; function
412 }this.escapeHTML=escapeHTML;
6414 html.push('&nbsp;<span class="nodeName">',name,'</span>=&quot;<span class="nodeValue">',escapeHTML(…
6416 if(value){html.push('&gt;<span class="nodeText">',escapeHTML(value),'</span>&lt;/<span class="nodeT…
6429 }html.push('<div class="lineNo">',s.join(""),'</div><pre class="sourceCode">',escapeHTML(src),"</pr…
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(objectToStr…
6583 },appendString:function(object,html){html.push('<span class="objectBox-string">&quot;',escapeHTML(o…
6584 },appendInteger:function(object,html){html.push('<span class="objectBox-number">',escapeHTML(object…
[all …]
/plugin/revealjs/plugin/highlight/
Dhighlight.js81 config.escapeHTML = typeof config.escapeHTML === 'boolean' ? config.escapeHTML : true;
91 if( config.escapeHTML && !block.hasAttribute( 'data-noescape' )) {
/plugin/issuetracker/
Dprototype.js615 function escapeHTML() { function
758 escapeHTML: escapeHTML, property
/plugin/asciidocjs/node_modules/core-js/
DREADME.md2218 #escapeHTML() -> str
2235 '<script>doSomething();</script>'.escapeHTML(); // => '&lt;script&gt;doSomething();&lt;/script&gt;'
/plugin/asciidocjs/node_modules/core-js/client/
Dlibrary.min.js9 …",">":"&gt;",'"':"&quot;","'":"&apos;"});e(e.P+e.F,"String",{escapeHTML:function escapeHTML(){retu…
Dlibrary.js8139 $export($export.P + $export.F, 'String', { escapeHTML: function escapeHTML() { return $re(this); } …
Dcore.min.js9 …",">":"&gt;",'"':"&quot;","'":"&apos;"});e(e.P+e.F,"String",{escapeHTML:function escapeHTML(){retu…
Dcore.js9071 $export($export.P + $export.F, 'String', { escapeHTML: function escapeHTML() { return $re(this); } …
/plugin/jmol2/jmol/
DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...

12