Home
last modified time | relevance | path

Searched refs:isLocalURL (Results 1 – 3 of 3) sorted by relevance

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1075 this.isLocalURL=function(url){if(url.substr(0,5)=="file:"){return true function
1081 this.getLocalPath=function(url){if(this.isLocalURL(url)){var fileHandler=ioService.getProtocolHandl…
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js2989 this.isLocalURL = function(url) function
3006 if (this.isLocalURL(url))
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1086 this.isLocalURL=function(url){if(url.substr(0,5)=="file:"){return true function
1092 this.getLocalPath=function(url){if(this.isLocalURL(url)){var fileHandler=ioService.getProtocolHandler("file").QueryInterface(Ci.nsIFileProtocolHandler);