Home
last modified time | relevance | path

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

12345678910>>...14

/plugin/webcode/_test/
Dwebcode.test.php50 $iframe = $testResponse->queryHTML('iframe' );
51 $this->assertEquals(0, $iframe->length);
75 $iframe = $testResponse->queryHTML('iframe' );
76 $this->assertEquals(1, $iframe->length);
97 $iframe = $testResponse->queryHTML('iframe' );
98 $this->assertEquals(2, $iframe->length);
101 $this->assertEquals(2, $iframe->length);
124 $iframe = $testResponse->queryHTML('pre' );
125 $this->assertEquals(0, $iframe->length);
/plugin/diagramsnet/
Dscript.js7 var iframe = document.createElement('iframe');
8 iframe.setAttribute('frameborder', '0');
9 iframe.setAttribute('class', 'dokudiagramsnet');
13 document.body.removeChild(iframe);
32iframe.contentWindow.postMessage(JSON.stringify({action: 'load', autosave: 1, xmlpng: result.cont…
48iframe.contentWindow.postMessage(JSON.stringify({action: 'export', format: 'xmlpng', xml: xmlData,…
73iframe.contentWindow.postMessage(JSON.stringify({action: 'status', message: save_msg, modified: fa…
89 iframe.setAttribute('src', diagramsnetUrl);
90 document.body.appendChild(iframe);
/plugin/combo/resources/snippet/js/
H A Dwebcode.js37 let iframe = mutation.target.ownerDocument.defaultView.frameElement;
38 WEBCODE.adjustHeightToFitContent(iframe);
41 document.querySelectorAll("iframe.webcode-cs").forEach(iframe => {
43 const height = iframe.getAttribute('height');
46 WEBCODE.adjustHeightToFitContent(iframe);
47 …IframeObserver.observe(iframe.contentWindow.document, {attributes: true, childList: true, subtree:…
/plugin/drawio/
Dscript.js46 var iframe = document.createElement('iframe');
47 iframe.setAttribute('frameborder', '0');
48 iframe.setAttribute('class', 'drawio');
49 iframe.setAttribute('style', 'z-index: ' + zIndex + ';');
54 document.body.removeChild(iframe);
116 iframe.contentWindow.postMessage(JSON.stringify({action: 'load',
118 iframe.contentWindow.postMessage(JSON.stringify({action: 'status',
133 iframe.contentWindow.postMessage(JSON.stringify({action: 'load',
149 iframe.contentWindow.postMessage(JSON.stringify({action: 'load',
238 iframe.contentWindow.postMessage(JSON.stringify({action: 'export',
[all …]
/plugin/asciidocjs/node_modules/core-js/modules/
D_object-create.js12 var iframe = require('./_dom-create')('iframe');
17 iframe.style.display = 'none';
18 require('./_html').appendChild(iframe);
19 iframe.src = 'javascript:'; // eslint-disable-line no-script-url
22 iframeDocument = iframe.contentWindow.document;
/plugin/asciidocjs/node_modules/core-js/library/modules/
D_object-create.js12 var iframe = require('./_dom-create')('iframe');
17 iframe.style.display = 'none';
18 require('./_html').appendChild(iframe);
19 iframe.src = 'javascript:'; // eslint-disable-line no-script-url
22 iframeDocument = iframe.contentWindow.document;
/plugin/iframe/
Dplugin.info.txt1 base iframe
5 name iframe plugin
6 desc Allows external URLs to be loaded into an iframe in your DokuWiki page.
7 url http://www.dokuwiki.org/plugin:iframe
DREADME.md1 # DokuWiki iframe Plugin
3 Plugin documentation is available here: https://www.dokuwiki.org/plugin:iframe
/plugin/iframeinterwiki/
H A DREADME.md2 Plugin dokuwiki for iframe using interwiki
6 …l URLs to be loaded into an iframe in your DokuWiki page using interwiki URI syntax. This plugin e…
69 - `noborder` or `noframeborder` - Remove iframe border
73 - `|alternate-text` - Text shown when iframe cannot load
107 - Check if the target URL allows iframe embedding
114 - Be cautious with user-generated iframe content
118 ### Simple iframe
123 ### Sized iframe with no scrollbars
133 ### Responsive iframe
150 Special thanks to Christopher Smith for the original iframe plugin that served as the foundation fo…
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
Dcross-document.js10 var iframe = document.createElement('iframe');
11 iframe.frameBorder = iframe.height = iframe.width = 0;
12 document.body.appendChild(iframe);
13 var iDoc = (iDoc = iframe.contentDocument || iframe.contentWindow).document || iDoc;
/plugin/vshare/
H A Dall.css20 iframe.vshare__left,
26 iframe.vshare__right,
32 iframe.vshare__center,
39 iframe.vshare__none,
H A Dscript.js68 const iframe = document.createElement('iframe');
72 iframe.setAttribute(attr.nodeName, attr.nodeValue);
75 this.replaceWith(iframe);
/plugin/jspwiki_import/importer/
Dgwt.js238 var iframe = document.createElement("iframe");
243 iframe.style.border = '0px';
244 iframe.style.width = '0px';
245 iframe.style.height = '0px';
255 document.body.insertBefore(iframe, document.body.firstChild);
257 document.body.appendChild(iframe);
265 if (iframe.contentWindow) {
267 iframe.contentWindow.location.replace(selectorUrl);
270 iframe.src = selectorUrl;
/plugin/gitlink2/
Dsyntax.php75 $iframe = false;
79 $iframe = true;
83 if($iframe) {
/plugin/gitlink/
Dsyntax.php75 $iframe = false;
79 $iframe = true;
83 if($iframe) {
/plugin/flyspraylink/
Dsyntax.php75 $iframe = false;
79 $iframe = true;
83 if($iframe) {
/plugin/googletagmanager/
Daction.php35 $iframe = <<<EOT
48 $event->data['noscript'][] = ['_data' => $iframe];
/plugin/itrackviewer/
Dsyntax.php149 $txt = '<iframe align="left" valign="top" title="'.$param['alt'].
156 ' style="width:'.$param['width'].'; height: '.$param['height'].';">'.$param['alt'].'</iframe>';
184iframe src="http://www.'.$webSpace.'.net/route/'.$param[$tourSprungKey].'/widget?width='.$w_width.…
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/
Dtemp.css18 iframe .resourceslist {
28 iframe.createfolder {
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/
Dtemp.css18 iframe .resourceslist {
28 iframe.createfolder {
/plugin/simplemap/
Dsyntax.php100 $iframeHtml = '<iframe width="425" height="350" src="' . $src . '"></iframe>';
/plugin/gpsies/
Dsyntax.php111iframe src="' . $trackURL . '" width="'. $data['w'] . '" height="' . $data['h'] . '" frameborder="…
/plugin/wysiwyg/fckeditor/editor/dtd/
Dfck_xhtml10transitional.js32 D = X({iframe:1}, C) ; property
38 J = X({iframe:1}, H, B) ; property
39 …u:1, ins:1, abbr:1, label:1, code:1, table:1, script:1, cite:1, input:1, iframe:1, strong:1, texta… property
84 iframe: P,
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DAutoFormat.RemoveEmpty.Predicate.txt4 DEFAULT: array('colgroup' => array(), 'th' => array(), 'td' => array(), 'iframe' => array('src'))
11 <code>th</code> and <code>td</code>, and also <code>iframe</code> if it
/plugin/mapillary/scss/
D_mapillary.scss20 > iframe {
29 > iframe {

12345678910>>...14