Searched refs:whitespace (Results 51 - 75 of 129) sorted by relevance

123456

/macosx-10.10.1/procmail-14/procmail/examples/
H A Dprocmail-rpm.spec50 - moved this changelog to the bottom, cleaned some whitespace out of it.
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DDatafile.pm118 whitespace. Subsequent lines then defines records containing data
H A DString.pm689 Removes all leading and trailing whitespace from the string
696 Removes all leading and trailing whitespace and collapses any sequences
697 of multiple whitespace to a single space.
/macosx-10.10.1/JavaScriptCore-7600.1.17/
H A DKeywordLookupGenerator.py65 if not(c in string.whitespace):
/macosx-10.10.1/efax-38/efax/
H A Dfaxnotify200 sender = recipients.split(',')[0].strip(string.whitespace + '<>')
/macosx-10.10.1/python_modules-40/Modules/xattr-0.5/
H A Drtool.py173 # strip whitespace and unhexlify
174 attr_value = binascii.unhexlify(attr_value.translate(string.maketrans('', ''), string.whitespace))
/macosx-10.10.1/JavaScriptCore-7600.1.17/tests/mozilla/Getopt/
H A DMixed.pm68 # List of option declarations (separated by whitespace)
70 # with no whitespace, it is the characters that start options.
81 # with no whitespace, it is the desired value for $optionStart:
434 separated by whitespace.
438 whitespace, C<=>, C<:>, and C<E<gt>>.
464 non-alphanumeric characters with no whitespace, it represents the
492 If the argument is required, it can also be separated by whitespace:
506 option by whitespace.
/macosx-10.10.1/emacs-93/emacs/lisp/emacs-lisp/
H A Drx.el205 (whitespace . space) ; SRE
227 '((whitespace . ?-)
792 `space', `whitespace', `white'
793 matches anything that has whitespace syntax.
806 `whitespace' (\\s- in string notation)
/macosx-10.10.1/python_modules-40/Modules/xattr-0.6.4/
H A Drtool.py.in223 # strip whitespace and unhexlify
227 attr_value = binascii.unhexlify(attr_value.translate(string.maketrans('', ''), string.whitespace))
/macosx-10.10.1/bash-94.1.2/bash-3.2/
H A Dbashhist.c504 /* Return 1 if the first non-whitespace character in LINE is a `#', indicating
512 for (p = line; p && *p && whitespace (*p); p++)
H A Dexpr.c87 Here is a macro which accepts newlines, tabs and spaces as whitespace. */
88 #define cr_whitespace(c) (whitespace(c) || ((c) == '\n'))
1027 /* Skip leading whitespace. */
1157 whitespace and an identifier. */
1200 for (t = expression; whitespace (*t); t++)
/macosx-10.10.1/libxml2-26/libxml2/include/libxml/
H A DschemasInternals.h549 * a whitespace-facet value of "preserve"
555 * a whitespace-facet value of "replace"
561 * a whitespace-facet value of "collapse"
831 int whitespace; member in struct:_xmlSchemaFacet
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/include/libxml/
H A DschemasInternals.h549 * a whitespace-facet value of "preserve"
555 * a whitespace-facet value of "replace"
561 * a whitespace-facet value of "collapse"
831 int whitespace; member in struct:_xmlSchemaFacet
/macosx-10.10.1/ruby-106/ruby/ext/psych/yaml/
H A Demitter.c529 emitter->whitespace = 1;
1771 || (emitter->column == indent && !emitter->whitespace)) {
1779 emitter->whitespace = 1;
1796 if (need_whitespace && !emitter->whitespace) {
1804 emitter->whitespace = is_whitespace;
1822 emitter->whitespace = 0;
1835 if (!emitter->whitespace) {
1843 emitter->whitespace = 0;
1857 if (need_whitespace && !emitter->whitespace) {
1891 emitter->whitespace
[all...]
H A Dyaml.h1679 /** If the last character was a whitespace? */
1680 int whitespace; member in struct:yaml_emitter_s
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/
H A Dpt_pegrammar.tcl363 variable ourdupsort { duplicate and/or unsorted keywords and/or irrelevant whitespace} ; #
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dhistexpand.c226 if ((!substring_okay && (whitespace (c) || c == ':' ||
333 else if (whitespace (*p) || *p == '\n')
349 else if (whitespace (*p) || *p == '\n')
788 /* First skip whitespace and find word boundaries if
793 for (; temp[si] && whitespace (temp[si]); si++)
1527 /* Skip leading whitespace. */
1528 for (; string[i] && whitespace (string[i]); i++)
1537 /* If we have a non-whitespace delimiter character (which would not be
H A Dtext.c1132 while (rl_point && whitespace (rl_line_buffer[rl_point - 1]))
1137 while (rl_point < rl_end && whitespace (rl_line_buffer[rl_point]))
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsqr.vim218 " as a start-comment if there is only whitespace ahead of it on the line.
235 " just whitespace on the line ("!="
236 " preceeded by non-whitespace is treated
H A Ddtrace.vim57 " dtrace seems not to support whitespace before or after the '='. dtrace
H A Djproperties.vim92 " properties tend to ignore leading whitespace on all lines of a multi-line
H A Dnanorc.vim40 \ punct quotestr speller whitespace
/macosx-10.10.1/ruby-106/ruby/enc/unicode/
H A Dname2ctype.h.blt26300 char uniname2ctype_pool_str653[sizeof("whitespace")];
26944 "whitespace",
H A Dname2ctype.h26300 char uniname2ctype_pool_str653[sizeof("whitespace")];
26944 "whitespace",
/macosx-10.10.1/vim-55/runtime/indent/
H A Dverilog.vim151 " if there exists precedent non-whitespace char

Completed in 234 milliseconds

123456