Home
last modified time | relevance | path

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

/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
Dfirebug-lite-debug.js6110 var oSTR = variable
6135 return oSTR.hasOwnProperty(name) ? oSTR[name] : name;
6140 if (!oSTR.hasOwnProperty(name)) return name;
6142 var format = oSTR[name];
/plugin/webcode/vendor/
Dfirebug-lite-1.4.js1446 FBL.ns(function(){with(FBL){var oSTR={NoMembersWarning:"There are no properties to show for this ob… variable
1447 FBL.$STR=function(name){return oSTR.hasOwnProperty(name)?oSTR[name]:name
1449 FBL.$STRF=function(name,args){if(!oSTR.hasOwnProperty(name)){return name
1450 }var format=oSTR[name];
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1457 FBL.ns(function(){with(FBL){var oSTR={NoMembersWarning:"There are no properties to show for this ob… variable
1458 FBL.$STR=function(name){return oSTR.hasOwnProperty(name)?oSTR[name]:name
1460 FBL.$STRF=function(name,args){if(!oSTR.hasOwnProperty(name)){return name
1461 }var format=oSTR[name];