Home
last modified time | relevance | path

Searched refs:async (Results 51 – 75 of 216) sorted by relevance

123456789

/plugin/combo/resources/snippet/js/
H A Dsubscribe.min.js1 !function(e){"use strict";let t="subscribe";const a=`.${t}-cs`,o=document.querySelectorAll(`${a} form`);Array.from(o).forEach((o=>{o.addEventListener("submit",(async r=>{if(r.preventDefault(),r.stopPropagation(),o.checkValidity()){let s=new URL(o.getAttribute("action")),n=new FormData(o),c=await fetch(s,{body:n,method:"post"}),i=e.Html.createRandomIdWithPrefix(t),l=e.Modal.getOrCreate(i);let d,u=r.target.closest(a);l.setPlacementBottomToElement(u);try{d=(await c.json()).message}catch(e){}if(200!==c.status)l.setHeader("Error"),void 0===d&&(d="Sorry. The server seems to be down.");else{let e=o.getAttribute("data-success-header");null===e&&(e="Hurray!"),l.setHeader(e),d=o.getAttribute("data-success-content"),null===d&&(d="A validation email has been send. <br>Check your mailbox and click on the validation link.<br>If you don't find our email, check your spambox.")}l.addBody(d).show()}}),!1)}))}(combo);
H A Dsubscribe.js8 form.addEventListener('submit', async (event) => {
H A Dcache.js8 metadataControlItem.addEventListener("click", async function (event) {
/plugin/encryptedpasswords/script/
H A DGUI.js30 static async prompt(msg, title = '', repeat = false) {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DAsyncSearchNamespace.asciidoc34 $params['id'] = (string) The async search ID
47 $params['id'] = (string) The async search ID
63 $params['id'] = (string) The async search ID
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.js288 if ( options.async ) {
514 if ( options.async === undefined )
515 options.async = true;
529 request.open( 'GET', options.timestamp ? AmCharts.timestampUrl( url ) : url, options.async );
/plugin/block/
H A Dscript.js99 async: true,
/plugin/authgooglesheets/vendor/google/auth/src/HttpHandler/
H A DGuzzle5HttpHandler.php69 public function async(RequestInterface $request, array $options = []) function in Google\\Auth\\HttpHandler\\Guzzle5HttpHandler
/plugin/googleanalytics/
H A Dscript.js36 a.async = 1;
/plugin/diagramsnet/lib/math/extensions/MathML/
H A Dmml3.js19 …is.mml3.transform();return this.mml3.output}}}else{b=d.createMSParser();b.async=false;b.loadXML(e)…
/plugin/statistics/
H A Dscript.js81 jQuery.ajax(url, {async: false});
/plugin/dirtylittlehelper/mermaid/editor/src/components/
H A DConfig.svelte31 onMount(async () => {
H A DEditor.svelte58 onMount(async () => {
H A DView.svelte60 onMount(async () => {
/plugin/ckgdoku/ckeditor/plugins/tags/dialogs/
H A Dtags.js1 ….ajax(DOKU_BASE+"lib/exe/ajax.php",{data:{call:"tagapi_list"},type:"POST",async:false,dataType:"js…
H A Dtags.js.unc36 async: false,
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.disqus.js50 script.async = true;
/plugin/fetchmedia/
H A Dyarn.lock165 async-each@^1.0.0:
167 …resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388…
169 async@^2.1.2:
171 …resolved "https://registry.yarnpkg.com/async/-/async-2.5.0.tgz#843190fd6b7357a0b9e1c956edddd5ec846…
353 babel-plugin-syntax-async-functions@^6.8.0:
852 async-each "^1.0.0"
1766 run-async "^2.2.0"
2708 run-async@^2.2.0:
2710 …resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.3.0.tgz#0371ab4ae0bdd720d4166d7dfda…
3079 async "^2.1.2"
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js1 …w","true","try","typeof","undefined","var","void","while","with","yield","async","await","of"],typ…
H A D46.46.js.map1async).*?:\\\\s*$'),\n action: { indentAction: languages.IndentAction.Indent }\n …
/plugin/fckg/
H A Dscript.js230 async: false,
/plugin/fckg/scripts/
H A Dscript-cmpr.js1 …"+b;jQuery.ajax({url:DOKU_BASE+"lib/plugins/fckg/scripts/prev_delete.php",async:false,data:c,type:…
/plugin/diagramsnet/lib/math/
H A Dlatest.js19 … a(w,y){var v=document.createElement("script");v.type="text/javascript";v.async=true;v.src=w;if(y)…
/plugin/tablelayout/
H A Dyarn.lock122 async-each@^1.0.0:
124 …resolved "https://registry.yarnpkg.com/async-each/-/async-each-1.0.1.tgz#19d386a1d9edc6e7c1c85d388…
126 async@^1.5.0, async@~1.5.2:
128 …resolved "https://registry.yarnpkg.com/async/-/async-1.5.2.tgz#ec6a61ae56480c0c3cb241c95618e20892f…
296 async-each "^1.0.0"
1040 async "^1.5.0"
1076 async "~1.5.2"
1260 run-async "^2.2.0"
2147 run-async@^2.2.0:
2149 …resolved "https://registry.yarnpkg.com/run-async/-/run-async-2.3.0.tgz#0371ab4ae0bdd720d4166d7dfda…
/plugin/diagramsnet/lib/
H A Dservice-worker.js1 …ire"!==e&&(e+=".js");let i=Promise.resolve();return r[e]||(i=new Promise((async i=>{if("document"i…

123456789