Searched refs:space (Results 1 – 8 of 8) sorted by relevance
148 white-space: pre-wrap; /* css-3 */149 white-space: -moz-pre-wrap; /* Mozilla, since 1999 */150 white-space: -pre-wrap; /* Opera 4-6 */151 white-space: -o-pre-wrap; /* Opera 7 */
24 // Transform the vertex into eye space.28 // Transform the normal\'s orientation into eye space.
22 // Transform the vertex into eye space.
118 String space = " "; in testTerminateToken() local121 assertEquals(text + comma + space, rfc822Tokenizer.terminateToken(text)); in testTerminateToken()125 assertEquals(text + comma + space, rfc822Tokenizer.terminateToken(null)); in testTerminateToken()
21 // do some computation in the radiance space, then re-apply the response to
829 double space = window; // space at the end of the window in movingAverageOverSum() local845 while (ei < mData.length && mData[ei] <= space) { in movingAverageOverSum()846 space -= mData[ei]; in movingAverageOverSum()857 } else if (bi > 0 && foot > space) { in movingAverageOverSum()868 space += average; in movingAverageOverSum()
235 no-space-check=272 # A regex for finding comments that do not have a space between leading comment274 comment-starts-without-space=\A#[^\s\w]*\w285 min-comment-space=2