Searched refs:stripScripts (Results 1 – 4 of 4) sorted by relevance
/plugin/s5reloaded/ui/effects_support/ |
H A D | prototype.js | 482 function stripScripts() { function 636 stripScripts: stripScripts, 1651 if (!options.evalScripts) responseText = responseText.stripScripts(); 1884 Element._getContentFromAnonymousElement(tagName, content.stripScripts()) 1890 element.innerHTML = content.stripScripts(); 1894 element.innerHTML = content.stripScripts(); 1912 content = range.createContextualFragment(content.stripScripts()); 1943 childNodes = Element._getContentFromAnonymousElement(tagName, content.stripScripts()); 2797 var fragments = Element._getContentFromAnonymousElement(tagName, content.stripScripts()); 2804 else element.outerHTML = content.stripScripts();
|
H A D | controls.js | 803 tempOption.update((text || '').stripScripts().stripTags());
|
/plugin/issuetracker/ |
H A D | prototype.js | 599 function stripScripts() { function 755 stripScripts: stripScripts, 1761 if (!options.evalScripts) responseText = responseText.stripScripts(); 2032 Element._getContentFromAnonymousElement(tagName, content.stripScripts()) 2040 … var nodes = Element._getContentFromAnonymousElement(tagName, content.stripScripts(), true); 2044 element.innerHTML = content.stripScripts(); 2048 element.innerHTML = content.stripScripts(); 2066 content = range.createContextualFragment(content.stripScripts()); 2097 childNodes = Element._getContentFromAnonymousElement(tagName, content.stripScripts()); 2784 fragments = Element._getContentFromAnonymousElement(tagName, content.stripScripts()); [all …]
|
/plugin/freechat/phpfreechat/data/public/js/ |
H A D | prototype.js | 381 stripScripts: function() { 1447 if (!options.evalScripts) responseText = responseText.stripScripts(); 1597 element.innerHTML = content.stripScripts(); 1610 content = range.createContextualFragment(content.stripScripts()); 1641 childNodes = Element._getContentFromAnonymousElement(tagName, content.stripScripts()); 2435 Element._getContentFromAnonymousElement(tagName, content.stripScripts()) 2438 else element.innerHTML = content.stripScripts(); 2460 var fragments = Element._getContentFromAnonymousElement(tagName, content.stripScripts()); 2467 else element.outerHTML = content.stripScripts();
|