Searched refs:cropString (Results 1 – 3 of 3) sorted by relevance
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 402 this.cropString=function(text,limit){text=text+""; function 1776 },cropString:function(text){return cropString(text) 4314 }}}}}return value?" "+cropString(value,20):"" 4339 }else{return cropString(text,50) 4341 if(!Firebug.showFullTextNodes){text=cropString(text,50) 4413 fileName=cropString(fileName,17) 4441 },getSourceLinkTitle:function(frame){var fileName=cropString(getFileName(frame.href),20); 4443 var fileName=cropString(getFileName(frame.href),17); 4482 },getLine:function(error){if(error.category=="js"){if(error.source){return cropString(error.source,… 4483 }else{if(error.href&&error.href.indexOf("XPCSafeJSObjectWrapper")==-1){return cropString(error.getS… [all …]
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A D | firebug-lite-debug.js | 1112 this.cropString = function(text, limit) function 7565 cropString: function(text) 7567 return cropString(text); 16123 return value ? " " + cropString(value, 20) : ""; 16197 return cropString(text, 50); 16206 text=cropString(text,50); 16578 fileName = cropString(fileName, 17); 16734 var fileName = cropString(getFileName(frame.href), 20); 16899 return cropString(error.source, 80); 16901 return cropString(error.getSourceLine(), 80); [all …]
|
/plugin/combo/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) 4192 this.String=domplate(Firebug.Rep,{tag:OBJECTBOX(""$object""),shortTag:OBJECTBOX(""$object|cropString""),className:"string",supportsObject:function(object,type){return type=="string" 4194 this.Text=domplate(Firebug.Rep,{tag:OBJECTBOX("$object"),shortTag:OBJECTBOX("$object|cropString"),className:"text"}); 4325 }}}}}return value?" "+cropString(value,20):"" 4350 }else{return cropString(text,50) 4352 if(!Firebug.showFullTextNodes){text=cropString(text,50) 4379 this.TextNode=domplate(Firebug.Rep,{tag:OBJECTLINK("<",SPAN({"class":"nodeTag"},"TextNode")," textContent="",SPAN({"class":"nodeValue"},"$object.textContent|cropString"),""",">"),className:"textNode",supportsObject:function(object){return object instanceof Text 4424 fileName=cropString(fileNam [all...] |