Searched refs:stripNewLines (Results 1 – 3 of 3) sorted by relevance
/plugin/webcode/vendor/ |
H A D | firebug-lite-1.4.js | 380 this.stripNewLines=function(value){return typeof(value)=="string"?value.replace(/[\r\n]/g," "):value function 4715 },setValue:function(value){return this.input.value=stripNewLines(value) 6281 Firebug.Console.log(commandPrefix+" "+stripNewLines(command),Firebug.browser,"command",FirebugReps.…
|
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/ |
H A D | firebug-lite-debug.js | 1051 this.stripNewLines = function(value) function 17857 return this.input.value = stripNewLines(value); 23895 Firebug.Console.log(commandPrefix + " " + stripNewLines(command),
|
/plugin/combo/resources/firebug/ |
H A D | firebug-lite-1.4.js | 391 this.stripNewLines=function(value){return typeof(value)=="string"?value.replace(/[\r\n]/g," "):value function 4726 },setValue:function(value){return this.input.value=stripNewLines(value) 6292 Firebug.Console.log(commandPrefix+" "+stripNewLines(command),Firebug.browser,"command",FirebugReps.Text);
|