Searched refs:oncomplete (Results 1 – 5 of 5) sorted by relevance
/plugin/tindexmenu/ |
H A D | script.js | 32 function indexmenu_ajaxmenu(get,picker,btn,container,oncomplete) { argument 51 if (isFunction(oncomplete)) { 52 oncomplete(data,indx_list);
|
/plugin/indexmenu/scripts/ |
H A D | contextmenu.js | 262 * @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 D | idb-keyval-iife.min.js | 1 ….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 D | EditorUi.js | 14574 trx.oncomplete = success; 14608 trx.oncomplete = success;
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
H A D | CHANGELOG.md | 844 * Bug: Fixed a regression so that request responses are parsed only once per oncomplete event rathe…
|