Searched refs:cropString (Results 1 – 1 of 1) sorted by relevance
| /template/strap/resources/firebug/ |
| H A D | firebug-lite-1.4.js | 413 this.cropString=function(text,limit){text=text+""; function 1787 },cropString:function(text){return cropString(text) method 4325 }}}}}return value?" "+cropString(value,20):"" 4350 }else{return cropString(text,50) 4352 if(!Firebug.showFullTextNodes){text=cropString(text,50) 4424 fileName=cropString(fileName,17) 4452 },getSourceLinkTitle:function(frame){var fileName=cropString(getFileName(frame.href),20); 4454 var fileName=cropString(getFileName(frame.href),17); 4493 },getLine:function(error){if(error.category=="js"){if(error.source){return cropString(error.source,… 4494 }else{if(error.href&&error.href.indexOf("XPCSafeJSObjectWrapper")==-1){return cropString(error.getS… [all …]
|