Home
last modified time | relevance | path

Searched refs:async (Results 76 – 100 of 216) sorted by relevance

123456789

/plugin/diagramsnet/lib/
H A Dworkbox-9fe249eb.js.map1async (err) => {\n // If there's a route catch handler, process that first\n …
H A Dworkbox-bed83ea8.js.map1async (err) => {\n // If there's a route catch handler, process that first\n …
H A Dworkbox-f163abaa.js.map1async (err) => {\n // If there's a route catch handler, process that first\n …
H A Delectron.js1148 async function mergePdfs(pdfFiles, xml)
1371 contents.printToPDF(pdfOptions).then(async (data) =>
/plugin/schedule/lib/
H A DscheduleCitiesMap.js213 async: true,
239 async: true,
/plugin/sketchcanvas/script/
H A Di18next-1.7.2.min.js
/plugin/structsection/
H A Dyarn.lock629 babel-helper-remap-async-to-generator@^6.24.1:
631 …lved "https://registry.yarnpkg.com/babel-helper-remap-async-to-generator/-/babel-helper-remap-asyn…
684 babel-plugin-syntax-async-functions@^6.8.0:
686 …lved "https://registry.yarnpkg.com/babel-plugin-syntax-async-functions/-/babel-plugin-syntax-async
699 babel-plugin-transform-async-to-generator@^6.22.0:
704 babel-helper-remap-async-to-generator "^6.24.1"
705 babel-plugin-syntax-async-functions "^6.8.0"
929 babel-plugin-transform-async-to-generator "^6.22.0"
2078 neo-async@^2.6.2:
2080 …resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.6.2.tgz#b4aafb93e3aeb2d8174ca53cf16…
[all …]
/plugin/snippets/
H A Dscript.js251 async: true,
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DRollupNamespace.asciidoc159 $params['wait_for_completion'] = (boolean) True if the API should block until the job has fully stopped, false if should be executed async. Defaults to false.
/plugin/hipchat/
H A Dcomposer.lock37 "guzzle/plugin-async": "self.version",
/plugin/bpmnioeditor/
H A Dscript.js221 async function handleSaveButton($bpmn, index){
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc134 Get the multi handler for async (CurlMultiHandler)
/plugin/dropfiles/
H A Dyarn.lock171 async-each@^1.0.0:
173 …resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388…
175 async@^2.1.2:
177 …resolved "https://registry.yarnpkg.com/async/-/async-2.5.0.tgz#843190fd6b7357a0b9e1c956edddd5ec846…
433 async-each "^1.0.0"
1373 run-async "^2.2.0"
2452 run-async@^2.2.0:
2454 …resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.3.0.tgz#0371ab4ae0bdd720d4166d7dfda…
2919 async "^2.1.2"
2938 async "^2.1.2"
/plugin/combo/resources/library/combo/
H A Dcombo.min.js30 `;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/ckgedit/ckeditor/
H A Dconfig.js1 …{method:"POST",url:f.doku_url+"lib/exe/ajax.php",data:{call:"iwiki_list"},async:true,dataType:"jso…
/plugin/codemirror/dist/modes/
H A Drust.min.js.map1 …oken: [\"keyword\", null, \"def\"]},\n {regex: /(?:abstract|alignof|as|async|await|box|break|co…
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md91 async | true | If set to false (not recommended) everything will wait until data is fully loaded
148 "async": true,
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D6.6.js.map1async',\n 'await',\n 'of'\n ],\n typeKeywords: [],\n operators: tsLanguage.…
/plugin/jquery/
H A Dscript.js12 …O}}};o.fn.init.prototype=o.fn;function z(E,F){if(F.src){o.ajax({url:F.src,async:false,dataType:"sc…
19async:true,xhr:function(){return l.ActiveXObject?new ActiveXObject("Microsoft.XMLHTTP"):new XMLHtt…
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock277 async-each@^1.0.0:
279 …resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388…
509 async-each "^1.0.0"
1762 neo-async@^2.5.0:
1764 …resolved "https://registry.yarnpkg.com/neo-async/-/neo-async-2.5.0.tgz#76b1c823130cca26acfbaccc8fb…
2726 neo-async "^2.5.0"
2782 neo-async "^2.5.0"
/plugin/dokumicrobugtracker/js/
H A Djquery.jeditable.mini.js17 $.ajax({type:settings.loadtype,url:settings.loadurl,data:loaddata,async:false,success:function(resu…
/plugin/dirtylittlehelper/mermaid/editor/src/routes/
H A DEdit.svelte15 onMount(async () => {
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dutility.js33 var done = assert.async();
/plugin/davcal/vendor/sabre/http/
H A DCHANGELOG.md7 * The async client wouldn't `wait()` for new http requests being started
/plugin/webdav/
H A Dcomposer.lock187 "async",

123456789