Lines Matching refs:cropString
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…
5369 if(file.postText.length>limit&&!noLimit){return cropString(file.postText,limit,"\n\n... "+$STR("net…
5466 …k"})))))),getCaption:function(spy){return spy.method.toUpperCase()+" "+cropString(spy.getURL(),100)