Home
last modified time | relevance | path

Searched refs:document (Results 1 – 25 of 545) sorted by relevance

12345678910>>...22

/template/mikio/assets/
H A Dmikio.js24 let site = document.getElementById('dokuwiki__site');
36 let site = document.getElementById('dokuwiki__site');
62 const stickyElements = document.getElementsByClassName('mikio-sticky');
98 … Array.from(document.getElementsByClassName('mikio-dropdown')).forEach(function (elem) {
110 Array.from(document.getElementsByClassName('mikio-dropdown')).forEach(function (elem) {
117 Array.from(document.getElementsByTagName('body')).forEach(function (elem) {
119 … Array.from(document.getElementsByClassName('mikio-dropdown')).forEach(function (elem) {
128 Array.from(document.getElementsByClassName('mikio-navbar-toggle')).forEach(function (elem) {
133 Array.from(document.getElementsByClassName('mikio-dropdown')).forEach(function (elem) {
138 Array.from(document.querySelectorAll('input[type=file]')).forEach(function (elem) {
[all …]
/template/rtd_suterdev/js/
Dreadthedokus.js14 this._toc = document.getElementById("dw__toc");
15 this._header = document.querySelector("header");
16 this._sidebar = document.querySelector("#dokuwiki__aside");
81document.body.setAttribute("data-contentlang", document.body.getAttribute("data-id").split(":")[0]…
95 if (document.location.hash)
98 var hash = decodeURI(document.location.hash);
99 var elem = document.querySelector(hash);
111 var sidebarItem = document.querySelector("#sidebar #dw__toc a[href='" + hash + "']");
132 …urn getComputedStyle(document.querySelector("#__media_query")).getPropertyValue("--media-query").t…
251 document.querySelector("#dokuwiki__site").classList.toggle("showSidebar");
[all …]
/template/readthedokus/js/
H A Dreadthedokus.js13 this._toc = document.getElementById("dw__toc");
14 this._header = document.querySelector("header");
15 this._sidebar = document.querySelector("#dokuwiki__aside");
42document.body.setAttribute("data-contentlang", document.body.getAttribute("data-id").split(":")[0]…
52 if (document.location.hash)
55 var hash = decodeURI(document.location.hash);
56 var elem = document.querySelector(hash);
69 var sidebarItem = document.querySelector("#sidebar #dw__toc a[href='" + hash + "']");
176 …urn getComputedStyle(document.querySelector("#__media_query")).getPropertyValue("--media-query").t…
295 document.querySelector("#dokuwiki__site").classList.toggle("showSidebar");
[all …]
/template/strap/resources/webcode/
H A Dwebcode-console.js24 let webConsoleElement = document.querySelector("#webCodeConsole");
27 let webConsoleLine = document.createElement("p");
48 let tableElement = document.createElement("table");
49 let theadElement = document.createElement("thead");
50 let tbodyElement = document.createElement("tbody");
51 let trHeadElement = document.createElement("tr");
67 let thElement = document.createElement("th");
73 let thElement = document.createElement("th");
80 let trBodyElement = document.createElement("tr");
85 let tdElement = document.createElement("td");
[all …]
/template/comicslate/
Dscript.js51 var notedit = document . querySelectorAll ( '.page > div:not(.editBox):not(.search_fulltextresult):…
61 document . querySelectorAll ( '.page a.wikilink1, .page a.wikilink2, .page a.urlextern, .page a.int…
66 document . querySelectorAll ( '.page a.wikilink2' ) . forEach ( e => {
71 document . querySelectorAll ( '.page a.wikilink1, .page a.wikilink2, .page a.urlextern, .page a.int…
81 var timePlace = document . querySelectorAll ( ".pageinfo, .date, .diffnav option, th a, .approval_d…
115 document . querySelectorAll ( ".dokuwiki img:not([src*='fetch'])" ) . forEach (
126 var col_ul = document . querySelectorAll ( '.page ul, .admin_plugins ul' ),
151 document . querySelectorAll ( '.ct-container, .fn-container' ) . length == 0
153 document . querySelector ( 'img.media' )
185 note = document . createElement ( 'div' ),
[all …]
/template/kajukkd/
Dscript.js5 var a, b = document.createElement("fakeelement"),
22 …& (c = b.clientX + document.body.scrollLeft + document.documentElement.scrollLeft, d = b.clientY +…
30 d = document.body,
31 e = document.documentElement,
46document.body, this.dokuwiki__site = document.querySelector("#dokuwiki__site"), this.toggle = docu…
132 document.getElementById("dokuwiki__header").style.top = "0";
134 document.getElementById("dokuwiki__header").style.top = "-50px";
/template/monobook/static/3rd/wikipedia/
DIEFixes.js7 if (document.attachEvent)
8 document.attachEvent('onreadystatechange', hookit);
11 if (!doneIETransform && document.getElementById && document.getElementById('bodyContent')) {
23 var plogo = document.getElementById( logoId || 'p-logo' );
35 var logospan = logoa.appendChild(document.createElement('span'));
44 if (document.documentElement.dir == "rtl")
67 var bc = document.getElementById('bodyContent');
104 var contentEl = document.getElementById("content");
112 var expandedLink = document.createElement("span");
113 var expandedText = document.createTextNode(" (" + allLinks[i].href + ")");
/template/argon/assets/js/
Dargon-design-system.min.js41 …rfect-scrollbar-on")) : $html.addClass("perfect-scrollbar-off"), jQuery(document).ready(function (…
47 var a = document.getElementById("square1"),
48 t = document.getElementById("square2"),
49 o = document.getElementById("square3"),
50 r = document.getElementById("square4"),
51 n = document.getElementById("square5"),
52 l = document.getElementById("square6"),
53 s = document.getElementById("square7"),
54 i = document.getElementById("square8");
55 0 != jQuery(".square").length && jQuery(document).mousemove(function (e) {
[all …]
/template/argon-alt/assets/js/
Dargon-design-system.min.js41 …rfect-scrollbar-on")) : $html.addClass("perfect-scrollbar-off"), jQuery(document).ready(function (…
47 var a = document.getElementById("square1"),
48 t = document.getElementById("square2"),
49 o = document.getElementById("square3"),
50 r = document.getElementById("square4"),
51 n = document.getElementById("square5"),
52 l = document.getElementById("square6"),
53 s = document.getElementById("square7"),
54 i = document.getElementById("square8");
55 0 != jQuery(".square").length && jQuery(document).mousemove(function (e) {
[all …]
/template/kajukkd/fonts/demo-files/
Ddemo.js1 if (!('boxShadow' in document.body.style)) {
2 document.body.setAttribute('class', 'noBoxShadow');
5 document.body.addEventListener("click", function(e) {
14 var fontSize = document.getElementById('fontSize'),
15 testDrive = document.getElementById('testDrive'),
16 testText = document.getElementById('testText');
/template/strap/resources/snippet/js/
H A Dmenubar-fixed-top.js13 let fixedNavbar = document.querySelector(fixedMenuSelector)
19 let style = document.createElement("style");
25 document.head.appendChild(style);
41 let activeElement = document.activeElement;
56 let fixedNavbar = document.querySelector(fixedMenuSelector)
63 document.body.style.setProperty("padding-top", offsetHeight + "px");
H A Dcarrousel.js4 document.addEventListener('DOMContentLoaded', function () {
8 const carrousels = [...document.querySelectorAll(selector)];
39 let gridColContainer = document.createElement("div");
51 let glideTrackContainer = document.createElement("div");
55 let glideSlidesContainer = document.createElement("div");
74 let controlArrowContainer = document.createElement("div");
91 let controlBulletContainer = document.createElement("div");
96 let controlBullet = document.createElement("button");
/template/kiwiki/
H A Dscript.js25 document.cookie = "theme=darkmode;path=/;";
29 document.cookie = "theme=lightmode;path=/;";
46 $(document).ready(updateTocClass);
48 $(document).on("click", function (event) {
91 document.cookie = "theme=darkmode;path=/;";
95 document.cookie = "theme=lightmode;path=/;";
100 document.cookie = "theme=lightmode;path=/;";
103 document.cookie = "theme=darkmode;path=/;";
/template/starterpjax/
Dutil.js3 jQuery(document).pjax('a', '#pjax_container');
15 jQuery(document).on('pjax:success', register_pagetools);
16 jQuery(document).on('pjax:success', (function () {
21 jQuery(document).ready(register_pagetools);
27 var el=document.getElementById('controls');
/template/docnavwiki/
Dscript.js46 document.getElementById("navbar").style.visibility = "visible";
47 document.getElementById("openbtn").style.visibility = "hidden";
48 document.getElementById("main").style.left = "18em";
60 document.getElementById("navbar").style.visibility = "hidden";
61 document.getElementById("main").style.left = "0";
62 document.getElementById("openbtn").style.visibility = "hidden";
/template/docnavwiki/script/
Dnavbar.js38 document.getElementById("navbar").style.visibility = "visible";
39 document.getElementById("main").style.left = "18em";
40 document.getElementById("openbtn").style.visibility = "hidden";
55 document.getElementById("navbar").style.visibility = "hidden";
56 document.getElementById("main").style.left = "0";
57 document.getElementById("openbtn").style.visibility = "visible";
/template/boozurk/
Dboozurk.js200 if ( document.getElementById('reply-title') && document.getElementById("comment") ) {
201 bz_qdiv = document.createElement('small');
203 bz_replink = document.getElementById('reply-title');
214 else if (document.getSelection){
215 posttext = document.getSelection();
217 else if (document.selection){
218 posttext = document.selection.createRange().text;
225document.getElementById("comment").value = document.getElementById("comment").value + '<blockquote…
/template/fictive/css/
Dfordokuwiki.css5 #document-toggle:before { content: "\f443"; }
44 .document-tools {
58 .document-tools ul {
64 .document-tools li {
73 .document-tools li li a {
76 .document-tools li li li a {
79 .document-tools a {
88 .document-tools a:hover {
91 .document-tools .current_page_item > a,
92 .document-tools .current-menu-item > a {
/template/flat/assets/js/
Dhtml5shiv.js4 ;(function(window, document) { argument
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);
322 }(this, document));
/template/strap/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)->getChildrenNodeTextVa…
104 $xpath = $this->document->cssSelectorToXpath($selector);
106 foreach ($this->document->xpath($xpath, $this->domElement) as $child) {
108 $nodes[] = new XmlElement($child, $this->document);
[all …]
/template/bootstrap3/assets/anchorjs/
Danchor.min.js6document.querySelectorAll(A));else{if(!(Array.isArray(A)||A instanceof NodeList))throw new Error("…
/template/starterbootstrap/js/
Dsorttable.js30 if (!document.createElement || !document.getElementsByTagName) return;
34 forEach(document.getElementsByTagName('table'), function(table) {
46 the = document.createElement('thead');
68 tfo = document.createElement('tfoot');
100 this.removeChild(document.getElementById('sorttable_sortfwdind'));
101 sortrevind = document.createElement('span');
113 this.removeChild(document.getElementById('sorttable_sortrevind'));
114 sortfwdind = document.createElement('span');
129 sortfwdind = document.getElementById('sorttable_sortfwdind');
131 sortrevind = document.getElementById('sorttable_sortrevind');
[all …]
/template/chippedsnow/
Dless-1.1.3.min.js28document.createElement("div"),g,h;f.id=c,f.className="less-error-message",h="<h3>"+(a.message||"Th…
29 …f a.localStorage=="undefined"?null:a.localStorage}catch(i){h=null}var j=document.getElementsByTagN…
/template/lcars/
Dcufon-yui.js7document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventLi… field
/template/scanlines/js/
Dcufon-yui.js7document.addEventListener){document.addEventListener("DOMContentLoaded",D,false);window.addEventLi… field

12345678910>>...22