Home
last modified time | relevance | path

Searched refs:html (Results 1576 – 1600 of 1859) sorted by relevance

1...<<61626364656667686970>>...75

/plugin/diagramsnet/lib/js/diagramly/
H A DExtensions.js3960 var html = '', ends = m.slice();
4320 html += endBlockTag();
4338 html += startBlockTag(curBlockStyles, curStyles);
4342 html += startTag(curStyles);
4361 html += startTag(curStyles) + endTag(txt, curE, curS);
4371 html += startTag(curStyles);
4385 html += endTag(txt, curS, curE);
4402 html += endTag(null, null, null, true); //End any open tag
4408 html += startTag({dummy: 1}) + endTag(txt, curE, maxE);
4411 html += endBlockTag(true);
[all …]
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-viewer.production.min.js2html)throw new Error("must specifiy overlay html");if(!e)throw new Error("invalid element specifie… property in AnonymousFunctionfc9810191cf00.n
H A Ddmn-navigated-viewer.production.min.js2html)throw new Error("must specifiy overlay html");if(!e)throw new Error("invalid element specifie… property in AnonymousFunction499a07191cf00.n
16 ….hoverGfx=i))}})),l&&n.on("contextPad.create",(function(e){var t=No(e.pad.html);t.on("panstart",(f…
/plugin/dokumicrobugtracker/js/
H A Djquery.js2 …,c)>=0}),c.length||(a.selectedIndex=-1);return c}}},attrFn:{val:!0,css:!0,html:!0,text:!0,data:!0,…
4html",data:c,complete:function(a,b,c){c=a.responseText,a.isResolved()&&(a.done(function(a){c=a}),i…
/plugin/codemirror/dist/modes/
H A Dtiddlywiki.min.js.map1 …))\n return chain(stream, state, twTokenCode);\n\n // rudimentary html:// file:// link mat…
H A Dtiki.min.js.map1 …ream.eatWhile(/[&{]/); was eating up plugins, turned off to act less like html and more like tiki\…
H A Dgas.min.js.map1 …\n // Reference:\n // http://sourceware.org/binutils/docs/as/Pseudo-Ops.html#Pseudo-Ops\n var d…
/plugin/combo/resources/library/combo/
H A Dcombo.min.js29 `;this.modalContent.insertAdjacentHTML("afterbegin",r)}for(let r of this.bodies)switch(typeof r){case"string":this.modalBody.insertAdjacentHTML("beforeend",r);break;default:case"object":this.modalBody.appendChild(r);break}if(this.showFooter){let r=document.createElement("div");r.classList.add("modal-footer"),this.modalContent.appendChild(r),this.footerButtons.length===0&&this.addFooterCloseButton();for(let n of this.footerButtons)typeof n=="string"?r.insertAdjacentHTML("beforeend",n):r.appendChild(n)}let s=`#${this.modalId} [data-bs-toggle="tooltip"]`;document.querySelectorAll(s).forEach(r=>new c.Tooltip(r));let l={backdrop:!0,keyboard:!0,focus:!0};return this.bootStrapModal=new c.Modal(this.modalRootHtmlElement,l),this.bootStrapModal}static getOrCreate(t){let e=N.getModal(t);return e===null&&(e=N.createFromId(t)),e}};let R=N;i(R,"getModal",function(t){return t in S?S[t]:null}),i(R,"listModals",function(){console.log(Object.keys(S).join(", "))}),i(R,"resetAllModals",function(){for(let t in S)S.hasOwnProperty(t)&&S[t].reset()});class x{constructor(t){i(this,"popoverRootHtmlElement");i(this,"placement","left");i(this,"bootStrapPopOver");i(this,"content","");i(this,"isHtml",!0);i(this,"trigger","focus");i(this,"dismissOnNextClick",!0);i(this,"title","");i(this,"withoutArrow",!0);this.popoverRootHtmlElement=t}getElement(){return this.popoverRootHtmlElement}setPlacementToLeft(){return this.placement="left",this}setPlacementToRight(){return this.placement="right",this}setPlacementToAuto(){return this.placement="auto",this}setPlacementToTop(){return this.placement="top",this}setPlacementTBottom(){return this.placement="bottom",this}setTriggerToClick(){return this.trigger="click",this}setWithoutArrow(){return this.withoutArrow=!0,this}static createForElementWithId(t){let e=document.getElementById(t);if(e===null)throw new Error(`The element with the id (${t}) was not found. We can't create a popover.`);return new x(e)}show(){return this.build().show(),this}build(){if(typeof this.bootStrapPopOver<"u")return this.bootStrapPopOver;let t=c.Popover.getInstance(this.popoverRootHtmlElement);if(t!==null)return this.bootStrapPopOver=t,this.bootStrapPopOver;let e={container:"body"};this.dismissOnNextClick?(e.trigger="focus",this.popoverRootHtmlElement.setAttribute("tabindex","0")):e.trigger=this.trigger,e.placement=this.placement,e.html=this.isHtml,e.content=this.content,e.title=this.title;let s='<div class="popover-arrow"></div>';this.withoutArrow&&(s=""),e.template=`<div class="popover" role="tooltip">${s}<h3 class="popover-header"></h3><div class="popover-body"></div></div>
30 `;let l=this.getDataNamespace();return this.popoverRootHtmlElement.setAttribute(`data${l}-toggle`,"popover"),this.popoverRootHtmlElement.setAttribute(`data${l}-trigger`,this.trigger),this.popoverRootHtmlElement.setAttribute(`data${l}-placement`,String(this.placement)),this.popoverRootHtmlElement.setAttribute(`data${l}-html`,String(this.isHtml)),this.popoverRootHtmlElement.setAttribute(`data${l}-container`,"body"),this.popoverRootHtmlElement.setAttribute(`data${l}-content`,this.content),this.bootStrapPopOver=new c.Popover(this.popoverRootHtmlElement,e),this.bootStrapPopOver}getDataNamespace(){let t="-bs",e=5;if("bootstrap"in window){let s=window.bootstrap;if(typeof s.Popover.VERSION<"u")return e=parseInt(s.Popover.VERSION.substring(0,1),10),e<5?"":t}if("jQuery"in window){let l=window.jQuery.fn.tooltip.constructor.VERSION;if(typeof l<"u")return e=parseInt(l.substring(0,1),10),e<5?"":t}return t}setTextContent(t){return this.content=t,this.isHtml=!1,this}setHtmlContent(t){return this.content=t,this.isHtml=!0,this}setEnableDismissOnNextClick(){return this.dismissOnNextClick=!0,this}setDisableDismissOnNextClick(){return this.dismissOnNextClick=!1,this}setTitle(t){return this.title=t,this}}class X{static hasWindowGuard(t){if(!this.hasWindow(t))throw Error("The element has no window")}static hasWindow(t){return!(!t||!t.ownerDocument||!t.ownerDocument.defaultView)}static getWindow(t){return this.hasWindowGuard(t),t.ownerDocument.defaultView}static formDataToObject(t){let e={};for(let s of t){let l=s[0],r=s[1];if(e.hasOwnProperty(l)){let n=e[l];Array.isArray(n)?e[l].push(r):e[l]=[n,r]}else e[l]=r}return e}}class z{constructor(t){i(this,"method","GET");i(this,"url");this.url=t}async getJson(){let t=await this.getResponse();return t.status!==200?{}:t.json()}async getText(){let t=await this.getResponse();return t.status!==200?"":t.text()}setMethod(t){return this.method=t.toUpperCase(),this}sendFormDataAsJson(t){return fetch(this.url.toString(),{method:this.method,body:JSON.stringify(X.formDataToObject(t)),headers:{"Content-Type":"application/json"}})}async getResponse(){let t=await fetch(this.url.toString(),{method:this.method});if(t.status!==200){let e=R.createTemporary();e.addBody(`Bad request: the call ${this.url} to the backend sends back the following exit code`+t.status),e.show()}return t}}const f=class{constructor(t){i(this,"url");let e=window.DOKU_BASE,s=window.JSINFO;switch(t){case f.AJAX:this.url=new URL(e+"lib/exe/ajax.php",window.location.href),this.url.searchParams.set("id",s.id);break;case f.RUNNER:this.url=new URL(e+"lib/exe/taskrunner.php",window.location.href),this.url.searchParams.set("id",s.id);break;case f.FETCH:this.url=new URL(e+"lib/exe/fetch.php",window.location.href);break;case f.EDIT:this.url=new URL(e+"doku.php",window.location.href),this.url.searchParams.set("do","edit"),this.url.searchParams.set("id",s.id);break;case f.SHOW:this.url=new URL(e+"doku.php",window.location.href),this.url.searchParams.set("id",s.id);break;default:throw new Error(`The type ${t} is unknown`)}}setProperty(t,e){return this.url.searchParams.set(t,e),this}toString(){return this.url.toString()}getCall(){return this.url.searchParams.get(f.CALL)}toRequest(){return new z(this.url)}static createAjax(t){return new f(this.AJAX).setProperty(f.CALL,t)}static createRunner(){return new f(this.RUNNER)}static createFetch(t,e){let s=new f(this.FETCH);if(typeof t>"u")throw new Error("The media id is mandatory");return s.setProperty("media",t),typeof e<"u"&&s.setProperty("drive",e),s}static createEdit(t){let e=new f(this.EDIT);return typeof t<"u"&&e.setProperty("id",t),e}};let y=f;i(y,"AJAX","AJAX"),i(y,"RUNNER","RUNNER"),i(y,"CALL","call"),i(y,"EDIT","edit"),i(y,"SHOW","show"),i(y,"FETCH","fetch");class V{constructor(t){i(this,"date");this.date=t}static createFromIso(t){let e=new Date(t);return new V(e)}toSqlTimestampString(){return`${this.date.getFullYear()}-${(this.date.getMonth()+1).toString().padStart(2,"0")}-${this.date.getDate().toString().padStart(2,"0")} ${this.date.getHours().toString().padStart(2,"0")}:${this.date.getMinutes().toString().padStart(2,"0")}:${this.date.getSeconds().toString().padStart(2,"0")}`}}u.Date=V,u.DokuUrl=y,u.Form=B,u.Html=$,u.Modal=R,u.Popover=x,Object.defineProperty(u,Symbol.toStringTag,{value:"Module"})});
/plugin/dropfiles/
H A Dyarn.lock1296 html-tags@^2.0.0:
1298 …resolved "https://registry.yarnpkg.com/html-tags/-/html-tags-2.0.0.tgz#10b30a386085f43cede353cc8fa…
2692 html-tags "^2.0.0"
/plugin/webcode/vendor/
H A Dfirebug-lite.css102 * html
/plugin/autlogin/
H A Dadmin.php384 function html() function in admin_plugin_autlogin
/plugin/jquery/
H A Dscript.js12 …text,N)>=0)});if(!N.length){this.selectedIndex=-1}}else{this.value=K}}})},html:function(E){return …
19html(E?o("<div/>").append(M.responseText.replace(/<script(.|\s)*?\/script>/g,"")).find(E):M.respon…
/plugin/ckgdoku/ckeditor/skins/moono/
H A Deditor_gecko.css5 …text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:firs…
H A Deditor_ie8.css5 …text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:firs…
H A Deditor_iequirks.css5 …text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:firs…
H A Deditor.css5 …text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:firs…
H A Deditor_ie.css5 …text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:firs…
/plugin/ckgedit/ckeditor/skins/moono/
H A Deditor.css5 …text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:firs…
H A Deditor_gecko.css5 …text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:firs…
H A Deditor_ie.css5 …text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:firs…
H A Deditor_ie8.css5 …text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:firs…
H A Deditor_iequirks.css5 …text-overflow:ellipsis;border-radius:2px}* html .cke_panel_listItem a{width:100%;color:#000}*:firs…
/plugin/ckgedit/ckeditor/skins/kama/
H A Deditor.css5 …e;overflow:hidden;text-overflow:ellipsis}* html .cke_panel_listItem a{width:100%;color:#000}*:firs…
H A Deditor_ie8.css5 …e;overflow:hidden;text-overflow:ellipsis}* html .cke_panel_listItem a{width:100%;color:#000}*:firs…
H A Deditor_ie.css5 …e;overflow:hidden;text-overflow:ellipsis}* html .cke_panel_listItem a{width:100%;color:#000}*:firs…

1...<<61626364656667686970>>...75