Home
last modified time | relevance | path

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

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js22 var reNotWhitespace=/[^\s]/; variable
408 this.isWhitespace=function(text){return !reNotWhitespace.exec(text)
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js38 var reNotWhitespace = /[^\s]/; variable
1129 return !reNotWhitespace.exec(text);
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js33 var reNotWhitespace=/[^\s]/; variable
419 this.isWhitespace=function(text){return !reNotWhitespace.exec(text)