Home
last modified time | relevance | path

Searched refs:document (Results 426 – 450 of 2062) sorted by relevance

1...<<11121314151617181920>>...83

/plugin/diagramsnet/lib/js/diagramly/
H A DMinimal.js18 iw = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
32 var div = document.createElement('div');
52 … var iiw = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
53 …var ih = window.innerHeight || document.documentElement.clientHeight || document.body.clientHeight;
134 var div = document.createElement('div');
674 button = document.createElement('a');
692 button = document.createElement('a');
916 var iw = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
1575 var btn = document.createElement('a');
2540 iw = window.innerWidth || document.documentElement.clientWidth || document.body.clientWidth;
[all …]
H A DEditorUi.js657 y = Math.max(document.body.clientHeight || 0, document.documentElement.clientHeight || 0) / 2;
4372 document.documentMode != 9 && document.documentMode != 8 &&
4373 document.documentMode != 7) ||
4432 win.document.write(data);
4433 win.document.close();
4485 document.body.appendChild(a);
4610 win.document.close();
4664 win.document.close();
4680 win.document.close();
10972 if (document.documentMode == 10 || document.documentMode == 11)
[all …]
/plugin/latexit/tests/my/
H A Dtest6.latex5 \begin{document}
18 \end{document}
H A Dtest16.latex5 \begin{document}
23 \end{document}
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A Dlanguage.js8 opener.FCK.Language.TranslatePage(document);
14 parent.opener.FCK.Language.TranslatePage(document);
/plugin/sentry/
H A Dscript.js19 referer: document.referrer
21 cookies: document.cookie,
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js1document.getElementById(ckgeditAlignInputId);K.options[G].selected=true;ckgeditImageReselectObj.al…
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js1document.getElementById(ckgeditAlignInputId);K.options[G].selected=true;ckgeditImageReselectObj.al…
/plugin/pdfjs/pdfjs/web/locale/fr/
H A Dviewer.properties24 # representing the total number of pages in the document.
28 # respectively a number representing the total number of pages in the document.
83 document_properties.title=Propriétés du document
84 document_properties_label=Propriétés du document
114 document_properties_page_size_name_legal=document juridique
124 # the document; usually called "Fast Web View" in English locales of Adobe software.
130 print_progress_message=Préparation du document pour l’impression…
143 document_outline_label=Signets du document
148 findbar.title=Rechercher dans le document
161 find_input.placeholder=Rechercher dans le document
[all …]
/plugin/combo/resources/snippet/js/
H A Donhover.js20 document.querySelectorAll('[data-hover-class]').forEach(dataHoverElement => {
47 observer.observe(document, {childList: true, subtree: true});
H A Donview-intersector.js42 root: document.querySelector('#scrollArea'),
48 const targets = document.querySelectorAll(".show-on-scroll");
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckpanel.js39 oDocument = this.Document = this._Popup.document ;
45 var oIFrame = this._IFrame = this._Window.document.createElement('iframe') ;
74 this._Window.document.body.appendChild( oIFrame ) ;
78 oDocument = this.Document = oIFrameWindow.document ;
83 sBase = '<base href="' + window.document.location + '">' ;
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/
H A Dmaction.js19document.body,"div",{id:"MathJax_SVG_Tooltip"}),toSVG:function(h,k){this.SVGgetStyles();var i=this…
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js450 var div = document.createElement('div');
456 var label = document.createElement('div');
828 var div = document.createElement('div');
840 var div = document.createElement('div');
865 var up = document.createElement('div');
981 var div = document.createElement('div');
989 var cb = document.createElement('input');
1144 var div = document.createElement('div');
1151 var cb = document.createElement('input');
1413 var img = document.createElement('img');
[all …]
/plugin/commonmark/src/Dokuwiki/Plugin/Commonmark/
H A DCommonmark.php46 $document = $parser->parse($markdownOnly);
47 $renderResult = $DWRenderer->renderNode($document);
/plugin/diagramsnet/lib/js/
H A Dmath-print.js36 var s = document.createElement('script');
57 var t = document.getElementsByTagName('script')[0];
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js21 XPath: !!document.evaluate,
1324 domain: document.domain,
1516 var query = document.evaluate(expression, $(parentElement) || document,
2087 return $(document.body);
2670 document.viewport = {
2783 root = root || document;
3790 (document.documentElement.scrollLeft || document.body.scrollLeft)),
3792 (document.documentElement.scrollTop || document.body.scrollTop))
3956 if (element == document && document.createEvent && !element.dispatchEvent)
3990 Object.extend(document, {
[all …]
/plugin/ckgdoku/ckeditor/plugins/footnote/
H A Dplugin.js1document.getElementById(i).value;if(f){if(oDokuWiki_FCKEditorInstance.oinsertHtmlCodeObj.notes[f])…
/plugin/fckg/fckeditor/editor/js/
H A Dfckadobeair.js117 toolbarTarget = toolbarTarget.document.getElementById( outMatch[2] ) ;
124 head.appendChild( doc.createElement('base') ).href = window.document.location ;
137 doc.body.innerHTML = document.getElementById( 'xToolbarSpace' ).innerHTML ;
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.disqus.js47 var script = document.createElement('script');
53 (document.head||document.body).appendChild(script);
/plugin/ckgdoku/ckeditor/plugins/link/dialogs/
H A Danchor.js39 …var newFake = createFakeAnchor( editor, editor.document.createElement( 'a', { attributes: attribut…
62 var anchor = editor.document.createElement( 'a', { attributes: attributes } );
78 style.apply( editor.document );
/plugin/commonmark/vendor/league/commonmark/src/
H A DContext.php
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js1document.getElementById(i).value;if(f){if(oDokuWiki_FCKEditorInstance.oinsertHtmlCodeObj.notes[f])…
/plugin/ckgedit/ckeditor/plugins/link/dialogs/
H A Danchor.js39 …var newFake = createFakeAnchor( editor, editor.document.createElement( 'a', { attributes: attribut…
62 var anchor = editor.document.createElement( 'a', { attributes: attributes } );
78 style.apply( editor.document );
/plugin/highlight2wiki/
H A DREADME17 javascript:Q=document.selection?document.selection.createRange().text:document.getSelection(); void(window.open(%27https://yourwebsite.com/dokuwiki/doku.php?do=highlight2wiki&te=%27+encodeURIComponent(Q)+%27&ur=%27+ encodeURIComponent(location.href)+%27%27,%27dokuwikiadd%27,%27scrollbars=yes,resizable=yes,toolbars=yes,status=yes%27));

1...<<11121314151617181920>>...83