Home
last modified time | relevance | path

Searched refs:document (Results 126 – 150 of 2062) sorted by relevance

12345678910>>...83

/plugin/geonav/js/
H A DgetLocation.js12document.write('<script src="http://maps.google.com/maps?file=api&amp;v=2&amp;sensor=false&amp;" t…
60 document.getElementById("dokuwiki__content").innerHTML=xmlhttp.responseText;
104 document.getElementById("dokuwiki__content").innerHTML=xmlhttp.responseText;
106 var myDiv = document.getElementById("dokuwiki__content");
118 document.getElementById("dokuwiki__content").innerHTML=xmlhttp.responseText;
120 var myDiv = document.getElementById("dokuwiki__content");
132 document.getElementById("dokuwiki__content").innerHTML=xmlhttp.responseText;
134 var myDiv = document.getElementById("dokuwiki__content");
146 document.getElementById("dokuwiki__content").innerHTML=xmlhttp.responseText;
148 var myDiv = document.getElementById("dokuwiki__content");
/plugin/chat/
H A Dscript.js26 this.document = window.document;
44 var e = self.document.event;
55 posx = e.clientX + self.document.body.scrollLeft;
56 posy = e.clientY + self.document.body.scrollTop;
125 this.outObj = document.getElementById(outId);
661 var form = document.getElementById('chatForm');
670 var list = document.getElementById('chatList');
681 var form = document.getElementById('chatForm');
692 var form = document.getElementById('chatForm');
799 var form = document.getElementById('chatForm');
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudNaturalLanguage/
H A DAnalyzeEntitiesRequest.php32 public function setDocument(Document $document) argument
34 $this->document = $document;
41 return $this->document;
H A DAnalyzeSyntaxRequest.php32 public function setDocument(Document $document) argument
34 $this->document = $document;
41 return $this->document;
H A DAnalyzeSentimentRequest.php32 public function setDocument(Document $document) argument
34 $this->document = $document;
41 return $this->document;
H A DAnalyzeEntitySentimentRequest.php32 public function setDocument(Document $document) argument
34 $this->document = $document;
41 return $this->document;
/plugin/diagramsnet/lib/js/jscolor/
H A Djscolor.js111 if(document.createEvent) {
163 } else if(document.body && (document.body.scrollLeft || document.body.scrollTop)) {
164 return [document.body.scrollLeft, document.body.scrollTop];
165 …} else if(document.documentElement && (document.documentElement.scrollLeft || document.documentEle…
166 return [document.documentElement.scrollLeft, document.documentElement.scrollTop];
176 } else if(document.body && (document.body.clientWidth || document.body.clientHeight)) {
177 return [document.body.clientWidth, document.body.clientHeight];
178 …} else if(document.documentElement && (document.documentElement.clientWidth || document.documentEl…
179 return [document.documentElement.clientWidth, document.documentElement.clientHeight];
578 if (document.selection) {
[all …]
/plugin/tindexmenu/
H A Dscript.js62 var indx_list = document.createElement('div');
67 var body = document.getElementsByTagName('body')[0];
96 toolbar = document.getElementById(element);
104 var oLink = document.createElement("script");
109 document.getElementsByTagName("head")[0].appendChild(oLink);
148 X = e.clientX + document.body.scrollLeft + document.documentElement.scrollLeft;
149 Y = e.clientY + document.body.scrollTop + document.documentElement.scrollTop;
/plugin/datatables/assets/datatables.net-buttons/js/
H A Dbuttons.print.min.js5 !function(n){var o,r;"function"==typeof define&&define.amd?define(["jquery","datatables.net","datatables.net-buttons"],function(t){return n(t,window,document)}):"object"==typeof exports?(o=require("jquery"),r=function(t,e){e.fn.dataTable||require("datatables.net")(t,e),e.fn.dataTable.Buttons||require("datatables.net-buttons")(t,e)},"undefined"==typeof window?module.exports=function(t,e){return t=t||window,e=e||o(t),r(t,e),n(e,t,t.document)}:(r(window,o),module.exports=n(o,window,window.document))):n(jQuery,window,document)}(function(m,b,t,p){"use strict";function h(t){return n.href=t,-1===(t=n.host).indexOf("/")&&0!==n.pathname.indexOf("/")&&(t+="/"),n.protocol+"//"+t+n.pathname+n.search}var e=m.fn.dataTable,n=t.createElement("a");return e.ext.buttons.print={className:"buttons-print",text:function(t){return t.i18n("buttons.print","Print")},action:function(t,e,n,o){function r(t,e){for(var n="<tr>",o=0,r=t.length;o<r;o++){var i=null===t[o]||t[o]===p?"":t[o];n+="<"+e+" "+(s[o]?'class="'+s[o]+'"':"")+">"+i+"</"+e+">"}return n+"</tr>"}var i=e.buttons.exportData(m.extend({decodeEntities:!1},o.exportOptions)),a=e.buttons.exportInfo(o),s=e.columns(o.exportOptions.columns).flatten().map(function(t){return e.settings()[0].aoColumns[e.column(t).index()].sClass}).toArray(),u='<table class="'+e.table().node().className+'">';o.header&&(u+="<thead>"+r(i.header,"th")+"</thead>"),u+="<tbody>";for(var d=0,c=i.body.length;d<c;d++)u+=r(i.body[d],"td");u+="</tbody>",o.footer&&i.footer&&(u+="<tfoot>"+r(i.footer,"th")+"</tfoot>"),u+="</table>";var l=b.open("","");if(l){l.document.close();var f="<title>"+a.title+"</title>";m("style, link").each(function(){f+=function(t){t=m(t).clone()[0];return"link"===t.nodeName.toLowerCase()&&(t.href=h(t.href)),t.outerHTML}(this)});try{l.document.head.innerHTML=f}catch(t){m(l.document.head).html(f)}l.document.body.innerHTML="<h1>"+a.title+"</h1><div>"+(a.messageTop||"")+"</div>"+u+"<div>"+(a.messageBottom||"")+"</div>",m(l.document.body).addClass("dt-print-view"),m("img",l.document
[all...]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dhtml5shiv.min.js4 ;(function(window, document) {
35 var a = document.createElement('a');
42 (document.createElement)('a');
43 var frag = document.createDocumentFragment();
129 ownerDocument = document;
165 ownerDocument = document;
227 ownerDocument = document;
320 shivDocument(document);
326 }(typeof window !== "undefined" ? window : this, document));
/plugin/commonmark/vendor/league/commonmark/src/Extension/TableOfContents/
H A DTableOfContentsGenerator.php70 public function generate(Document $document): ?TableOfContents
72 $toc = $this->createToc($document);
78 foreach ($this->getHeadingLinks($document) as $headingLink) {
117 private function createToc(Document $document): TableOfContents
131 $toc->setStartLine($document->getStartLine());
132 $toc->setEndLine($document->getEndLine()); argument
140 private function getHeadingLinks(Document $document): iterable
142 foreach ($document->iterator(NodeIterator::FLAG_BLOCKS_ONLY) as $node) {
56 generate(Document $document) global() argument
107 createToc(Document $document) global() argument
/plugin/fckg/fckeditor/
H A Dfckeditor.js67 document.write( this.CreateHtml() ) ;
109 if ( document.getElementById( this.InstanceName + '___Frame' ) )
114 var oTextarea = document.getElementById( this.InstanceName ) ;
115 var colElementsByName = document.getElementsByName( this.InstanceName ) ;
146 var oRange = document.createRange() ;
205 document.write( '<div style="COLOR: #ff0000">' ) ;
206 document.write( '[ FCKeditor Error ' + this.ErrorNumber + ': ' + this.ErrorDescription + ' ]' ) ;
207 document.write( '</div>' ) ;
/plugin/jokuwiki/
H A Dscript.js101 jQuery(document).ready(function () {
102 var script = document.createElement("script");
105 document.body.appendChild(script);
117 document.getElementById(jokuwiki.pjaxContainer).id='DoNotReload';
125 jQuery(document).ready(jokuwiki.init);
127 jQuery(document).on('pjax:success', jokuwiki.init);
134 document.title=jw.title;
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js143 if(document.createEvent) {
195 } else if(document.body && (document.body.scrollLeft || document.body.scrollTop)) {
196 return [document.body.scrollLeft, document.body.scrollTop];
197 …} else if(document.documentElement && (document.documentElement.scrollLeft || document.documentEle…
198 return [document.documentElement.scrollLeft, document.documentElement.scrollTop];
208 } else if(document.body && (document.body.clientWidth || document.body.clientHeight)) {
209 return [document.body.clientWidth, document.body.clientHeight];
210 …} else if(document.documentElement && (document.documentElement.clientWidth || document.documentEl…
211 return [document.documentElement.clientWidth, document.documentElement.clientHeight];
627 if (document.selection) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1ProcessResponse.php30 public function setDocument(GoogleCloudDocumentaiV1Document $document) argument
32 $this->document = $document;
39 return $this->document;
/plugin/dwcommits/
H A Dscript.js6 var d = document.getElementById(div);
21 var dtop = document.getElementById('dwc_msgareatop');
22 var dma = document.getElementById('dwc_msgarea');
56 var d = document.getElementById(dwc__Divs[i]);
73 var dom = document.getElementById('dwc_msgarea');
85 var dom = document.getElementById('dwc_msgarea');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJUnit.php21 protected $document; variable in PHPUnit_Util_Log_JUnit
92 $this->document->formatOutput = true;
94 $this->root = $this->document->createElement('testsuites');
95 $this->document->appendChild($this->root);
167 $error = $this->document->createElement(
195 $error = $this->document->createElement(
223 $error = $this->document->createElement(
248 $testSuite = $this->document->createElement('testsuite');
325 $testCase = $this->document->createElement('testcase');
395 return $this->document->saveXML();
[all …]
/plugin/combo/ComboStrap/Xml/
H A DXmlElement.php24 private XmlDocument $document; variable in ComboStrap\\Xml\\XmlElement
29 * @param XmlDocument $document - the document
31 public function __construct(DOMElement $domElement, XmlDocument $document) argument
34 $this->document = $document;
65 return new XmlElement($firstChild, $this->document);
76 $childNodes[] = new XmlElement($childNode, $this->document);
92 $childNodes[] = implode('', XmlElement::create($childNode, $this->document)->getChildrenNodeTextValues());
104 $xpath = $this->document
[all...]
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A Dcommon.js28 var d = document.domain ;
35 var test = window.top.opener.document.domain ;
49 document.domain = d ;
60 var oOption = document.createElement("OPTION") ;
91 var ca = document.cookie.split(';');
/plugin/mediarename/
H A Dscript.js19 var gbox = document.createElement('input');
24 var gboxlbl = document.createElement('label');
32 var glbl = document.createElement('label');
33 var glnk = document.createElement('a');
34 var gbrk = document.createElement('br');
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dcommon.js28 var d = document.domain ;
35 var test = window.top.opener.document.domain ;
49 document.domain = d ;
60 var oOption = document.createElement("OPTION") ;
91 var ca = document.cookie.split(';');
/plugin/galleryv1.5/
H A Dscript.js51 var d = document;
71 var d = document;
93 var d = document;
141 var d = document;
176 var wrap = document.createElement('div');
210 var box = document.createElement('div');
219 var img = document.createElement('img');
226 var zoom = document.createElement('img');
500 var glbl = document.createElement('label');
501 var glnk = document.createElement('a');
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DDocumentChange.php37 public function setDocument(Document $document) argument
39 $this->document = $document;
46 return $this->document;
/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js374 (document.documentMode == null ||
375 document.documentMode >= 10))
826 w = (document.body != null) ? Math.min(w, document.body.scrollWidth - padding) : w;
877 document.body.appendChild(div);
904 document.body.appendChild(img);
949 w = (document.body != null) ? Math.min(w0, document.body.scrollWidth - padding) : w0;
1185 td = document.createElement('td');
1213 td = document.createElement('td');
1238 td = document.createElement('td');
1779 if (force || (widthInput != document.activeElement && heightInput != document.activeElement))
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/Bulk/Action/
H A DAbstractDocument.php18 * @param AbstractScript|Document $document
20 public function __construct($document) argument
22 $this->setData($document);
28 public function setDocument(Document $document): self argument
30 $this->_data = $document;
32 $metadata = $this->_getMetadata($document);
113 * Creates a bulk action for a document or a script.

12345678910>>...83