/plugin/eventline/timeline_ajax/ |
H A D | simile-ajax-api.js | 48 SimileAjax.includeJavascriptFile = function(doc, url, onerror, charset) { argument 49 onerror = onerror || ""; 52 var q = "'" + onerror.replace( /'/g, '&apos' ) + "'"; // " 55 " type='text/javascript'>"+ onerror + "</script>"); 63 if (onerror) { 64 try { script.innerHTML = onerror; } catch(e) {} 65 script.setAttribute("onerror", onerror);
|
/plugin/tline/timeline_ajax/ |
H A D | simile-ajax-api.js | 48 SimileAjax.includeJavascriptFile = function(doc, url, onerror, charset) { argument 49 onerror = onerror || ""; 52 var q = "'" + onerror.replace( /'/g, '&apos' ) + "'"; // " 55 " type='text/javascript'>"+ onerror + "</script>"); 63 if (onerror) { 64 try { script.innerHTML = onerror; } catch(e) {} 65 script.setAttribute("onerror", onerror);
|
/plugin/socialshareprivacy2/SSP/scripts/ |
H A D | jquery.socialshareprivacy.linkedin.js | 41 if (options.onerror) attrs['data-onerror'] = options.onerror;
|
H A D | jquery.socialshareprivacy.disqus.js | 52 script.onload = script.onreadystatechange = script.onerror = requestLoad; 59 this.onload = this.onreadystatechange = this.onerror = requestLoad;
|
/plugin/sentry/ |
H A D | script.js | 35 var originalErrorHandler = window.onerror; 36 window.onerror = function (msg, url, lineNo, columnNo, error) { function
|
/plugin/abc2/abc-libraries/abc2svg/ |
H A D | abcweb-1.js | 5 window.onerror=function(msg,url,line){if(typeof msg=='string') function 55 abc2svg.loadjs=function(fn,relay,onerror){var s=document.createElement('script');if(/:\/\//.test(fn)) argument 59 s.onload=relay;s.onerror=onerror||function(){alert('error loading '+fn)} 139 r.onerror=function(){a_inc[fn]='%\n' function
|
/plugin/pwaoffline/node_modules/idb-keyval/dist/ |
H A D | idb-keyval-iife.min.js | 1 …onerror=(()=>n(o.error)),o.onsuccess=(()=>r(o.result)),o.onupgradeneeded=(()=>{o.result.createObje…
|
/plugin/stellarium/scripts/ |
H A D | stellarium.js | 14 xhr.onerror = function(e) { function
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/FileSaver.js/ |
H A D | FileSaver.js | 175 writer.onerror = function() { function 233 FS_proto.onerror =
|
H A D | FileSaver.min.js | 2 …onerror=function(){var e=n.error;e.code!==e.ABORT_ERR&&E()},"writestart progress write abort".spli… function
|
/plugin/dokumicrobugtracker/js/ |
H A D | jquery.jeditable.mini.js | 5 …it||function(){};var onreset=settings.onreset||function(){};var onerror=settings.onerror||reset;if… 24 …){$(self).html(settings.placeholder);}},error:function(xhr,status,error){onerror.apply(form,[setti…
|
/plugin/codeprettify/code-prettify/src/ |
H A D | run_prettify.js | 179 // versions of IE do not support onerror on <link>s, though 182 link.error = link.onerror = function () { load(i + 1); }; 239 script.onload = script.onerror = script.onreadystatechange = function () { 243 script.onerror = script.onload = script.onreadystatechange = null; 1731 // E.g. <img onerror="alert(1337)" src="nosuchimage.png">.
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | App.js | 4633 onerror(e); 4648 onerror(e); 5579 onerror(); 5599 onerror(); 5603 onerror(); 5628 onerror(); 5632 onerror(); 5637 onerror(); 5647 }, onerror); 5651 onerror(); [all …]
|
H A D | EditorUi.js | 7203 onerror = (onerror != null) ? onerror : mxUtils.bind(this, function(e) 7296 onerror(e); 7319 onerror({}); 7340 onerror(e); 7367 onerror = (onerror != null) ? onerror : mxUtils.bind(this, function(e) 7385 onerror(e); 7778 xhr.onerror = function(e) function 14526 req.onerror = error; 14575 trx.onerror = error; 14609 trx.onerror = error; [all …]
|
/plugin/diagramsnet/lib/js/diagramly/util/ |
H A D | mxAsyncCanvas.js | 162 image.onerror = mxUtils.bind(this, function()
|
/plugin/diagramsnet/lib/math/jax/output/SVG/autoload/ |
H A D | mglyph.js | 19 …ding"};k=this.img.img;k.onload=MathJax.Callback(["SVGimgLoaded",this]);k.onerror=MathJax.Callback(…
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
H A D | ogg.js | 2 …onerror=(function(){callback(this.error)})}),getLocalSet:(function(mount,callback){var entries={};… function
|
H A D | vorbis.js | 2 …onerror=(function(){callback(this.error)})}),getLocalSet:(function(mount,callback){var entries={};… function
|
/plugin/stlviewer/stlviewer/ |
H A D | load_stl.min.js | 2 importScripts("parser.min.js"),MSG_DATA=0,MSG_LOAD=1,MSG_ERROR=2,MSG_STL_LOADED=3,MSG_LOAD_IN_PROGRESS=4;var filename=null,local_file=null,load_from_blob_or_ab=null,x=0,y=0,z=0,model_id=-1,get_progress=!1,jszip_path="jszip.min.js";function isNumeric(a){return!isNaN(parseFloat(a))&&isFinite(a)}function send_error(a){postMessage({msg_type:MSG_ERROR,data:a})}function download_from_local(a){download_from_local_xhr(a)}function download_from_local_xhr(a){var e=new XMLHttpRequest;get_progress&&(e.onprogress=function(a){postMessage({msg_type:MSG_LOAD_IN_PROGRESS,id:model_id,loaded:a.loaded,total:a.total})}),e.onreadystatechange=function(a){4==e.readyState&&200==e.status&&after_file_load(e.response)},e.open("GET",a,!0),e.responseType="arraybuffer",e.send(null)}function after_file_load(a){if(a)try{parse_3d_file(filename,a,after_file_parse,jszip_path)}catch(a){send_error("Error parsing the file")}else send_error("no data")}function after_file_parse(a){"string"!=typeof a?postMessage({msg_type:MSG_STL_LOADED,vertices:a.vertices,faces:a.faces,colors:a.colors}):send_error(a)}function read_file(a){var e=new FileReader;e.onerror=function(a){var e="";switch(a.target.error.code){case a.target.error.NOT_FOUND_ERR:e="File not fou (…) function
|
/plugin/diagramsnet/lib/math/jax/output/HTML-CSS/autoload/ |
H A D | mglyph.js | 19 …};var i=this.img.img;i.onload=MathJax.Callback(["HTMLimgLoaded",this]);i.onerror=MathJax.Callback(…
|
/plugin/shell/ |
H A D | P0wnyShell.js | 252 reader.onerror = reject;
|
/plugin/s5reloaded/ui/audio_support/ |
H A D | soundmanager2.js | 199 this.onerror = function() { method in SoundManager 340 self.onerror.apply(window);
|
/plugin/diagramsnet/lib/plugins/ |
H A D | tickets.js | 133 xhr.onerror = function () function
|
/plugin/diagramsnet/lib/js/ |
H A D | export.js | 272 cache[src].onerror = decrementWaitCounter; 339 link.onerror = decrementWaitCounter;
|
/plugin/photogallery/lightGallery/js/ |
H A D | picturefill.min.js | 4 …engthEl),c},g.detectTypeSupport=function(b,c){var d=new a.Image;return d.onerror=function(){g.type… function
|