Home
last modified time | relevance | path

Searched refs:document (Results 176 – 200 of 2062) sorted by last modified time

12345678910>>...83

/plugin/combo/resources/snippet/js/
H A Dtoast.js3 const toastElements = [].slice.call(document.querySelectorAll('.toast'));
H A Dtooltip.js15 document.querySelectorAll(`[data${namespace}-toggle="tooltip"]`).forEach(el => new bootstrap.Tooltip(el));
H A Dwebcode.js8 let htmlIFrameElement = iframeElement.contentWindow.document.querySelector("html");
13 calculatedHeight = iframeElement.contentWindow.document.querySelector("body").offsetHeight;
41 document.querySelectorAll("iframe.webcode-cs").forEach(iframe => {
47 IframeObserver.observe(iframe.contentWindow.document, {attributes: true, childList: true, subtree: true});
/plugin/combo/resources/theme/default/pages/templates/
H A Dholy.js7 let side = document.getElementById("main-side");
14 let toc = document.getElementById("main-toc");
19 let mainContent = document.getElementById("main-content");
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js15 internal.extConsole=null;}}},init:function(_css){var i,cssLoaded=false,iconTitle="Click here or press F12, (CTRL|CMD)+SHIFT+L or SHIFT+ENTER to show Firebug Lite. CTRL|CMD click this icon to hide it.";with(firebug){if(document.getElementsByTagName('html')[0].attributes.getNamedItem('debug')){env.debug=document.getElementsByTagName('html')[0].attributes.getNamedItem('debug').nodeValue!=="false";}
18 for(i=0;i<document.styleSheets.length;i++){if(/firebug-lite\.css/i.test(document.styleSheets[i].href)){cssLoaded=true;break;}}
19 if(!cssLoaded){document.getElementsByTagName("head")[0].appendChild(new lib.element("link").attribute.set("rel","stylesheet").attribute.set("type","text/css").attribute.set("href",env.css).element);}
21 el.firebugIcon=new lib.element("div").attribute.set('firebugIgnore',true).attribute.set("id","firebugIconDiv").attribute.set("title",iconTitle).attribute.set("alt",iconTitle).event.addListener("mousedown",win.iconClicked).insert(document.body);el.content={};el.mainiframe=new lib.element("IFRAME").attribute.set("id","FirebugIFrame").attribute.set('firebugIgnore',true).environment.addStyle({"display":"none","width":lib.util.GetViewport().width+"px"}).insert(document.body);el.main=new lib.element("DIV").attribute.set("id","Firebug").attribute.set('firebugIgnore',true).environment.addStyle({"display":"none","width":lib.util.GetViewport().width+"px"}).insert(document.body);if(!internal.isPopup){el.resizer=new lib.element("DIV").attribute.addClass("Resizer").event.addListener("mousedown",win.resizer.start).insert(el.main);}
25 el.nav.dom=new lib.element("A").attribute.addClass("Tab").update("DOM").event.addListener("click",lib.util.Curry(d.navigate,internal.targetWindow,"dom")).insert(el.nav.container);el.nav.xhr=new lib.element("A").attribute.addClass("Tab").update("XHR").event.addListener("click",lib.util.Curry(d.navigate,window,"xhr")).insert(el.nav.container);el.nav.optionsdiv=new lib.element("DIV").attribute.addClass("Settings").insert(el.nav.container);el.nav.options=new lib.element("A").attribute.addClass("Tab Button Options").update("Options&nbsp;&nbsp;&nbsp;&nbsp;").event.addListener("click",settings.toggle).insert(el.nav.optionsdiv);el.borderInspector=new lib.element("DIV").attribute.set("id","FirebugBorderInspector").attribute.set('firebugIgnore',true).event.addListener("click",listen.inspector).insert(document.body);el.bgInspector=new lib.element("DIV").attribute.set("id","FirebugBGInspector").attribute.set('firebugIgnore',true).insert(document
[all...]
H A Dfirebug-lite-1.2.js86 if(document.getElementsByTagName('html')[0].attributes.getNamedItem('debug')){
87 env.debug = document.getElementsByTagName('html')[0].attributes.getNamedItem('debug').nodeValue !== "false";
107 for(i=0;i<document.styleSheets.length;i++) {
108 if(/firebug-lite\.css/i.test(document.styleSheets[i].href)) {
115 document.getElementsByTagName("head")[0].appendChild(
127 el.firebugIcon = new lib.element("div").attribute.set('firebugIgnore',true).attribute.set("id","firebugIconDiv").attribute.set("title",iconTitle).attribute.set("alt",iconTitle).event.addListener("mousedown",win.iconClicked).insert(document.body);
133 el.mainiframe = new lib.element("IFRAME").attribute.set("id","FirebugIFrame").attribute.set('firebugIgnore',true).environment.addStyle({ "display":"none", "width":lib.util.GetViewport().width+"px" }).insert(document.body);
134 el.main = new lib.element("DIV").attribute.set("id","Firebug").attribute.set('firebugIgnore',true).environment.addStyle({ "display":"none", "width":lib.util.GetViewport().width+"px" }).insert(document.body);
184 el.borderInspector = new lib.element("DIV").attribute.set("id","FirebugBorderInspector").attribute.set('firebugIgnore',true).event.addListener("click",listen.inspector).insert(document.body);
185 el.bgInspector = new lib.element("DIV").attribute.set("id","FirebugBGInspector").attribute.set('firebugIgnore',true).insert(document
[all...]
/plugin/combo/
H A DLICENSE7 of this license document, but changing it is not allowed.
/plugin/combo/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
[all...]
/plugin/codify/
H A Dcodify.js1 …nally{if(l)throw a}}}}Prism.manual=!0,document.addEventListener("DOMContentLoaded",(function(t){va…
/plugin/adhoctags/
H A DLICENSE7 of this license document, but changing it is not allowed.
/plugin/dwtimeline/
H A DLICENSE7 of this license document, but changing it is not allowed.
/plugin/mobiletable/
H A DmobileTable.js47 let td = document.createElement("td")
78 const tr = document.createElement("tr")
99 const newCell = document.createElement("th")
116 cell = document.createElement("td")
211 const dummy = document.createElement("div")
217 tables = tables || document.querySelectorAll(selector)
245 tables = tables || document.querySelectorAll(selector)
290 const div = document.querySelector("div.mobiletable")
307 (cb => ["complete", "interactive"].includes(document.readyState) ? setTimeout(cb, 0) : document.add…
H A Dscript.js2 …g.firstChild;)d.appendChild(g.firstChild);return!0},F=function(g){var d=document.createElement("tr…
3 …n b},I=function(g){var d=document.createElement("div");g.replaceWith(d);return d};return function(…
4 f=0;f<t;){if(v===k)c.push(G);else if(L.includes(p.innerText.trim()))c.push(D);else{var z=document.c…
5document.createElement("th");h.colSpan=2;h.className=x.className;E(x,h)&&C.set(x,h);q.appendChild(…
6 …ceWith(c);c.classList.add("mobiletable-transformed");b=!0}e=b}else{e=d||document.querySelectorAll(…
8 window.checkMobileTables=function(){var a=document.querySelector("div.mobiletable");a&&(a=window.ge…
9 …function(a){return["complete","interactive"].includes(document.readyState)?setTimeout(a,0):documen…
H A DLICENSE7 of this license document, but changing it is not allowed.
/plugin/bpmnio/script/
H A Dbpmnio_render.js130 jQuery(document).ready(function () {
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js2document.DOCUMENT_NODE&&i.nodeType!==document.DOCUMENT_FRAGMENT_NODE;){if(J(i,t))return i;i=i.pare…
7 …(e){const t=(e=L({},{width:"100%",height:"100%"},e)).container||document.body,n=document.createEle…
12 …"center"}),ce.bind(Dr,".backdrop","click",(function(e){document.body.removeChild(Dr)}))),document.…
27document.getElementById("helper-svg");return e||(xe(e=ke("svg"),{id:"helper-svg"}),q(e,{visibility…
33document)}(is);var rs=ns,os=["mousedown","mouseup","mouseover","mouseout","click","dblclick"];func…
105 …key)return e.preventDefault(),t()};return document.documentElement.addEventListener("keydown",e),(…
194document.documentElement.getBoundingClientRect(),i=e.getBoundingClientRect(),r={},o=t.x,a=t.y;retu…
H A Dbpmn-navigated-viewer.production.min.js2document.createDocumentFragment(),r=n.firstChild;r.firstChild;)i.appendChild(r.firstChild);return …
7 …"center"}),Be.bind(Cr,".backdrop","click",(function(e){document.body.removeChild(Cr)}))),document.…
22document.body);t.removeMatching(to),e&&t.add("djs-cursor-"+e)}function io(e,t){return{x:e.x-t.x,y:…
H A Dbpmn-viewer.production.min.js2document.createDocumentFragment(),r=n.firstChild;r.firstChild;)i.appendChild(r.firstChild);return …
7 …"center"}),Ne.bind(Rr,".backdrop","click",(function(e){document.body.removeChild(Rr)}))),document.…
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js2document.DOCUMENT_NODE&&i.nodeType!==document.DOCUMENT_FRAGMENT_NODE;){if(sn(i,t))return i;i=i.par…
7document.body,n=document.createElement("div");return n.setAttribute("class","djs-container djs-par…
21document.body.removeChild(Na)}))),document.body.appendChild(Na),e.preventDefault()})),this._init(t…
H A Ddmn-navigated-viewer.production.min.js2document.DOCUMENT_NODE&&r.nodeType!==document.DOCUMENT_FRAGMENT_NODE;){if(Wt(r,t))return r;r=r.par…
16document.body.removeChild(oo)}))),document.body.appendChild(oo),e.preventDefault()})),this._init(t…
H A Ddmn-viewer.production.min.js2document.DOCUMENT_NODE&&r.nodeType!==document.DOCUMENT_FRAGMENT_NODE;){if(Gt(r,t))return r;r=r.par…
16document.body.removeChild(ro)}))),document.body.appendChild(ro),e.preventDefault()})),this._init(t…
/plugin/katex/_assets/
H A Dkatex.min.js1document.createDocumentFragment(),t=0;t<this.children.length;t++)e.appendChild(this.children[t].to…
/plugin/katex/_assets/contrib/
H A Dauto-render.min.js1document.createDocumentFragment(),a=0;a<n.length;a++)if("text"===n[a].type)i.appendChild(document.…
H A Dcopy-tex.min.js1 …stanceof Element?e:e.parentElement;return t&&t.closest(".katex")}return document.addEventListener(…
/plugin/katex/
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

12345678910>>...83