Home
last modified time | relevance | path

Searched refs:iframe (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/lib/scripts/
H A Dfileuploader.js953 * Class for uploading files using form and iframe
967 var id = 'qq-upload-handler-iframe' + qq.getUniqueId();
987 var iframe = document.getElementById(id);
988 if (iframe){
992 iframe.setAttribute('src', 'javascript:false;');
994 qq.remove(iframe);
1006 var iframe = this._createIframe(id);
1007 var form = this._createForm(iframe, params);
1011 this._attachLoadEvent(iframe, function(){
1012 self.log('iframe loade
1031 AnonymousFunctionc6e2ab792700(iframe, callback) global() argument
1057 AnonymousFunctionc6e2ab792900(iframe) global() argument
1096 AnonymousFunctionc6e2ab792b00(iframe, params) global() argument
[all...]
H A Dfileuploaderextended.js238 var iframe = this._createIframe(id);
239 var form = this._createForm(iframe, params);
251 this._attachLoadEvent(iframe, function(){
252 self.log('iframe loaded');
254 var response = self._getIframeContentJSON(iframe);
262 qq.remove(iframe);
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dbasic.less229 iframe,
/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php655 public $add_attributes = ['audio' => ['preload' => 'none'], 'iframe' => ['sandbox' => 'allow-scripts allow-same-origin'], 'video' => ['preload' => 'none']];
662 public $strip_htmltags = ['base', 'blink', 'body', 'doctype', 'embed', 'font', 'form', 'frame', 'frameset', 'html', 'iframe', 'input', 'marquee', 'meta', 'noscript', 'object', 'param', 'script', 'style'];