OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:whitespace
(Results
626 - 650
of
2404
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/external/openssh/
ssh_config.5
81
Configuration options may be separated by
whitespace
or
82
optional
whitespace
and exactly one
84
the latter format is useful to avoid the need to quote
whitespace
105
If more than one pattern is provided, they should be separated by
whitespace
.
521
host key database, separated by
whitespace
.
683
This option may take one or two arguments, separated by
whitespace
.
1025
Multiple environment variables may be separated by
whitespace
or spread
[
all
...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
ToTextStream.java
183
* <p>Note that some parsers will report
whitespace
using the
365
* <p>Note that some parsers will report
whitespace
using the
393
* Receive notification of ignorable
whitespace
in element content.
396
* of ignorable
whitespace
(see the W3C XML 1.0 recommendation,
400
* <p>SAX parsers may return all contiguous
whitespace
in a single
/external/apache-xml/src/main/java/org/apache/xml/utils/
DOMBuilder.java
457
* <p>Note that some parsers will report
whitespace
using the
557
* Receive notification of ignorable
whitespace
in element content.
560
* of ignorable
whitespace
(see the W3C XML 1.0 recommendation,
564
* <p>SAX parsers may return all contiguous
whitespace
in a single
673
* <p>Note that some parsers will report
whitespace
using the
/external/chromium/net/http/
http_util.cc
94
// Trim leading and trailing
whitespace
from type. We include '(' in
136
// Trim leading and trailing
whitespace
from charset_val. We include
359
// leading
whitespace
363
// trailing
whitespace
575
// without any
whitespace
. As long as it comes from the preference and
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
indentation.py
404
# If it is
whitespace
, it is the indentation.
405
if token.type == Type.
WHITESPACE
:
422
True if the token is the first non-
whitespace
token on its line.
424
if token.type in (Type.
WHITESPACE
, Type.BLANK_LINE):
429
token.previous.type == Type.
WHITESPACE
)
/external/chromium_org/third_party/closure_linter/closure_linter/
indentation.py
404
# If it is
whitespace
, it is the indentation.
405
if token.type == Type.
WHITESPACE
:
422
True if the token is the first non-
whitespace
token on its line.
424
if token.type in (Type.
WHITESPACE
, Type.BLANK_LINE):
429
token.previous.type == Type.
WHITESPACE
)
/external/chromium_org/third_party/simplejson/
decoder.py
177
WHITESPACE
= re.compile(r'[ \t\n\r]*', FLAGS)
182
_w=
WHITESPACE
.match, _ws=WHITESPACE_STR):
276
def JSONArray((s, end), scan_once, _w=
WHITESPACE
.match, _ws=WHITESPACE_STR):
401
def decode(self, s, _w=
WHITESPACE
.match):
412
def raw_decode(self, s, idx=0, _w=
WHITESPACE
.match):
/external/chromium_org/tools/grit/grit/tool/
android2grd.py
238
# Remove leading/trailing
whitespace
; collapse consecutive whitespaces.
249
# care to handle
whitespace
transformations and escaped characters,
282
Interprets
whitespace
, quotes, and escaped characters in the android_string
328
# strips leading and trailing
whitespace
. We mimic that behavior.
356
# Turn
whitespace
into ' ' and collapse consecutive whitespaces.
/external/clang/include/clang/Basic/
DiagnosticLexKinds.td
104
"treating Unicode character as
whitespace
">,
105
InGroup<DiagGroup<"unicode-
whitespace
">>;
252
"ISO C99 requires
whitespace
after the macro name">, InGroup<C99>;
254
"
whitespace
required after macro name">;
256
"
whitespace
recommended after macro name">;
/external/clang/lib/AST/
CommentLexer.cpp
483
// If there is only
whitespace
before end command, skip
whitespace
.
769
// Consecutive comments are extracted only if there is only
whitespace
775
// Turn any
whitespace
between comments (and there is only
whitespace
/external/iputils/doc/
docbook2man-spec.pl
97
# to play well with roff's stupid
whitespace
rules.
158
# Trim
whitespace
from beginning and end.
229
$nocollapse_whitespace = 0; # Current
whitespace
collapse counter.
426
# so we won't see any of the
whitespace
in the source file,
1145
# When in
whitespace
-collapsing mode, we disallow consecutive newlines.
/external/llvm/docs/CommandGuide/
FileCheck.rst
7
:program:`FileCheck` *match-filename* [*--check-prefix=XXX*] [*--strict-
whitespace
*]
43
.. option:: --strict-
whitespace
45
By default, FileCheck canonicalizes input horizontal
whitespace
(spaces and
47
The :option:`--strict-
whitespace
` argument disables this behavior. End-of-line
103
must occur in order. FileCheck defaults to ignoring horizontal
whitespace
/external/protobuf/src/google/protobuf/io/
tokenizer.cc
105
// For instance, Tokenizer::ConsumeZeroOrMore<
Whitespace
>() will eat
106
//
whitespace
.
119
CHARACTER_CLASS(
Whitespace
, c == ' ' || c == '\n' || c == '\t' ||
471
if (TryConsumeOne<
Whitespace
>()) {
472
ConsumeZeroOrMore<
Whitespace
>();
/libcore/luni/src/main/java/java/util/regex/
Pattern.java
87
* <tr> <td> \s </td> <td>Any
whitespace
character (see note below).</td> </tr>
88
* <tr> <td> \S </td> <td>Any non-
whitespace
character (see note below).</td> </tr>
199
* <tr><td>{@code x}</td> <td>{@link #COMMENTS}</td> <td>allow
whitespace
and comments</td></tr>
243
* This constant specifies that a {@code Pattern} may contain
whitespace
or
244
* comments. Otherwise comments and
whitespace
are taken as literal
/libcore/luni/src/main/java/org/xml/sax/
ContentHandler.java
318
* <p>Note that some parsers will report
whitespace
in element
336
* Receive notification of ignorable
whitespace
in element content.
339
* of
whitespace
in element content (see the W3C XML 1.0
344
* <p>SAX parsers may return all contiguous
whitespace
in a single
382
*
whitespace
separating it from the target
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py
408
WS_TRANS = string.maketrans(string.
whitespace
, ' ' * len(string.
whitespace
))
454
# all-
whitespace
chunks at the end of a line can be discarded
456
# *any*
whitespace
, it is *all*
whitespace
)
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py
52
Whitespace
= r'[ \f\t]*'
54
Ignore =
Whitespace
+ any(r'\\\r?\n' +
Whitespace
) + maybe(Comment)
103
PseudoToken =
Whitespace
+ group(PseudoExtras, Number, Funny, ContStr, Name)
399
while pos < max: # measure leading
whitespace
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/
fancy_getopt.py
408
WS_TRANS = string.maketrans(string.
whitespace
, ' ' * len(string.
whitespace
))
454
# all-
whitespace
chunks at the end of a line can be discarded
456
# *any*
whitespace
, it is *all*
whitespace
)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/
tokenize.py
52
Whitespace
= r'[ \f\t]*'
54
Ignore =
Whitespace
+ any(r'\\\r?\n' +
Whitespace
) + maybe(Comment)
103
PseudoToken =
Whitespace
+ group(PseudoExtras, Number, Funny, ContStr, Name)
399
while pos < max: # measure leading
whitespace
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/resources/platform/
AttrsXmlParser.java
362
* - There can be one or more parents, separated by
whitespace
or commas. </br>
363
* -
Whitespace
is ignored and trimmed. </br>
640
// sanitize & collapse
whitespace
649
// - ignore
whitespace
682
// sanitize & collapse
whitespace
/bionic/libc/netbsd/net/
base64.c
208
/* skips all
whitespace
anywhere.
231
if (isspace(ch)) /* Skip
whitespace
anywhere. */
315
*
whitespace
after it?
/external/apache-http/src/org/apache/commons/codec/binary/
Base64.java
435
* Discards any
whitespace
from a base-64 encoded block.
437
* @param data The base-64 encoded data to discard the
whitespace
439
* @return The data, less
whitespace
(see RFC 2045).
/external/chromium/chrome/browser/autocomplete/
keyword_provider.cc
47
// The input may contain leading
whitespace
, strip it.
294
//
whitespace
, so we need not skip over that.
345
// keyword template URL. The escaping here handles
whitespace
in user
/external/chromium/chrome/common/extensions/docs/examples/extensions/benchmark/jst/
util.js
437
* Trim
whitespace
from begin and end of string.
449
* Trim
whitespace
from beginning of string.
461
* Trim
whitespace
from end of string.
/external/chromium/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/
util.js
437
* Trim
whitespace
from begin and end of string.
449
* Trim
whitespace
from beginning of string.
461
* Trim
whitespace
from end of string.
Completed in 1057 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>