Home
last modified time | relevance | path

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

12345678910>>...83

/plugin/authucenter/lib/uc_client/lib/
H A Dxml.class.php34 var $document; variable in XML
60 $this->document = array();
62 return xml_parse($this->parser, $data, true) && !$this->failed ? $this->document : '';
69 if(isset($attributes['id']) && !is_string($this->document[$attributes['id']])) {
70 $this->document = &$this->document[$attributes['id']];
75 if(!isset($this->document[$tag]) || !is_string($this->document[$tag])) {
76 $this->document = &$this->document[$tag];
81 $this->stack[] = &$this->document;
94 $this->document = $this->data;
99 $this->document = &$this->stack[count($this->stack)-1];
/plugin/autlogin/
H A Dscript.js68 var ul = document.createElement('ul');
/plugin/autogallery/
H A DLICENSE7 of this license document, but changing it is not allowed.
/plugin/autogroup/
H A DLICENSE6 of this license document, but changing it is not allowed.
392 restriction, you may remove that term. If a license document contains
395 of that license document, provided that the further restriction does
/plugin/autoindentcontrol/
H A DCOPYING7 of this license document, but changing it is not allowed.
H A Dscript.js156 button = document.createElement('div');
/plugin/autoindex/
H A DLICENSE7 of this license document, but changing it is not allowed.
/plugin/autolink3/
H A DCOPYING7 of this license document, but changing it is not allowed.
H A Dscript.js27 obj = document.getElementById('pl_si_throbber');
39 obj = document.getElementById('pl_si_out');
119 document.getElementById('pl_si_gobtn').style.display = 'none';
/plugin/autolink4/
H A Dscript.js9 var textElt = document.querySelector('.plugin-autolink4__admintext');
/plugin/autologoff/
H A Dscript.js34 $dialog.appendTo(document.body);
/plugin/autotabber/
H A DLICENSE10 and distribution as defined by Sections 1 through 9 of this document.
H A Dscript.js11 var textareas = document.getElementsByTagName('textarea');
H A Dtaboverride.js41 var document = window.document,
50 …textareaElem = document.createElement('textarea'), // temp textarea element to get newline charact…
240 } else if (document.selection) { // IE
241 range = document.selection.createRange();
543 if (document.addEventListener) {
557 } else if (document.attachEvent) {
/plugin/autotooltip/
H A Dscript.js36 $(document).on('mousemove', _moveDebounced);
102 // This isn't strictly needed because of the attachment to document.mousemove,
/plugin/avatar/
H A DCOPYING
/plugin/avbarchart/
H A DCOPYING7 of this license document, but changing it is not allowed.
/plugin/avtaskbox/
H A DCOPYING7 of this license document, but changing it is not allowed.
/plugin/backlinks/
H A DCOPYING7 of this license document, but changing it is not allowed.
/plugin/backlinks2/
H A DCOPYING7 of this license document, but changing it is not allowed.
/plugin/backup/
H A DLICENSE7 of this license document, but changing it is not allowed.
H A Dscript.js1 var btColl = document.getElementsByClassName("collapsible");
4 document.getElementsByClassName('bt-content')[0].style.display = 'block';
5 document.getElementsByClassName('bt-warning')[0].style.display = 'none';
/plugin/bahnde/
H A Dscript.js6document.getElementById("bf").href = "http://reiseauskunft.bahn.de/bin/bhftafel.exe/dn?productsDef…
7document.getElementById("bf").title = "Klicken, um den aktuellen Fahrplan von " + document.getElem…
12 var s_val = document.getElementById("S").value;
13 var z_val = document.getElementById("Z").value;
14 document.getElementById("S").value = z_val;
15 document.getElementById("Z").value = s_val;
/plugin/barcode/
H A DCOPYING6 of this license document, but changing it is not allowed.
392 restriction, you may remove that term. If a license document contains
395 of that license document, provided that the further restriction does
/plugin/barcodes/
H A DLICENSE.md8 of this license document, but changing it is not allowed.
78 document.
93 document.
98 copies of the GNU GPL and this license document.

12345678910>>...83