Home
last modified time | relevance | path

Searched refs:oncomplete (Results 1 – 5 of 5) sorted by relevance

/plugin/tindexmenu/
H A Dscript.js32 function indexmenu_ajaxmenu(get,picker,btn,container,oncomplete) { argument
51 if (isFunction(oncomplete)) {
52 oncomplete(data,indx_list);
/plugin/indexmenu/scripts/
H A Dcontextmenu.js262 * @param {function} oncomplete called when defined to handle ajax result
264 ajaxmenu: function (get, $picker, $btn, $container, oncomplete) {
272 if (typeof oncomplete == 'function') {
273 oncomplete(data, $indx_list);
/plugin/pwaoffline/node_modules/idb-keyval/dist/
H A Didb-keyval-iife.min.js1 ….then(r=>new Promise((n,o)=>{const s=r.transaction(this.storeName,e);s.oncomplete=(()=>n()),s.onab…
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js14574 trx.oncomplete = success;
14608 trx.oncomplete = success;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md844 * Bug: Fixed a regression so that request responses are parsed only once per oncomplete event rathe…