Home
last modified time | relevance | path

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

/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
Dfirebug-lite-debug.js1112 this.cropString = function(text, limit) function
7565 cropString: function(text) method
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);
16737 var fileName = cropString(getFileName(frame.href), 17);
16899 return cropString(error.source, 80);
[all …]
/plugin/webcode/vendor/
Dfirebug-lite-1.4.js402 this.cropString=function(text,limit){text=text+""; function
1776 },cropString:function(text){return cropString(text) method
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/combo/resources/firebug/
H A Dfirebug-lite-1.4.js413 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 …]