Searched refs:oSTR (Results 1 – 3 of 3) sorted by relevance
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 1446 FBL.ns(function(){with(FBL){var oSTR={NoMembersWarning:"There are no properties to show for this ob… class in AnonymousFunctionf1d9e84c0a00 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/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A D | firebug-lite-debug.js | 6110 var oSTR = class in AnonymousFunction7f0ac5570a00 6135 return oSTR.hasOwnProperty(name) ? oSTR[name] : name; 6140 if (!oSTR.hasOwnProperty(name)) return name; 6142 var format = oSTR[name];
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 1457 FBL.ns(function(){with(FBL){var oSTR={NoMembersWarning:"There are no properties to show for this object.",EmptyStyleSheet:"There are no rules in this stylesheet.",EmptyElementCSS:"This element has no style rules.",AccessRestricted:"Access to restricted URI denied.","net.label.Parameters":"Parameters","net.label.Source":"Source",URLParameters:"Params",EditStyle:"Edit Element Style...",NewRule:"New Rule...",NewProp:"New Property...",EditProp:'Edit "%s"',DeleteProp:'Delete "%s"',DisableProp:'Disable "%s"'}; class in AnonymousFunction4beb61230a00 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];
|