Lines Matching refs:spaces
294 * Are newlines and adjacent spaces significant in the given node's innerHTML?
611 /** returns a function that expand tabs to spaces. This function can be fed
619 var SPACES = ' ';
636 // nSpaces is the amount of padding -- the number of spaces needed
641 for (; nSpaces >= 0; nSpaces -= SPACES.length) {
642 out.push(SPACES.substring(0, nSpaces));
1789 // Whitespace is made up of spaces, tabs and newline characters.
2091 // Whitespace is made up of spaces, tabs and newline characters.