Searched +refs:trailing +refs:whitespace (Results 1 - 25 of 38) sorted by relevance

12

/macosx-10.9.5/vim-53/runtime/macros/
H A Djustify.vim43 " Negative values: Keep current amount of leading whitespace.
44 " Positive values: Indent all lines with leading whitespace using this
45 " amount of whitespace.
52 " whitespace to be added will be multiplied by the value of the
67 " If the line, adjusted for space runs and leading/trailing whitespace,
69 " whitespace removed). This should be equivalent to the behaviour of
79 " with whitespace using the value of 'tabstop'. This should be
255 " Trim trailing, leading and running whitespace
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/bin/
H A Dtpage161 --pre_chomp Chomp leading whitespace
162 --post_chomp Chomp trailing whitespace
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/bin/
H A Dtpage161 --pre_chomp Chomp leading whitespace
162 --post_chomp Chomp trailing whitespace
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/Plugin/
H A DString.pm682 Removes the trailing newline from the string.
689 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.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/Plugin/
H A DString.pm682 Removes the trailing newline from the string.
689 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.9.5/CPANInternal-140/Config-Std/lib/Config/
H A DStd.pm422 # Check for trailing gap...
536 [SECTION 2] # Internal whitespace is allowed (except newlines)
543 themselves on a single line (except for any surrounding whitespace or
544 trailing comments), and they cannot contain the character C<]>.
566 The key consists of every character (including internal whitespace) from
570 Note that whitespace before and after the key is removed. This makes it easier
594 Everything from the first non-whitespace character after the separator,
599 In other words, any whitespace immediately surrounding the separator
641 to start where the whitespace after the I<original> separator finished, not
642 where the whitespace afte
[all...]
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dpython.vim136 " because of a possible leading or trailing decimal point.
223 " trailing whitespace
H A Dpascal.vim43 " 20010723az: When wanted, highlight the trailing whitespace -- this is
H A Dplsql.vim30 " When wanted, highlight the trailing whitespace.
/macosx-10.9.5/CPANInternal-140/Config-Std-0.900/lib/Config/
H A DStd.pm447 # Check for trailing gap...
573 [SECTION 2] # Internal whitespace is allowed (except newlines)
580 themselves on a single line (except for any surrounding whitespace or
581 trailing comments), and they cannot contain the character C<]>.
603 The key consists of every character (including internal whitespace) from
607 Note that whitespace before and after the key is removed. This makes it easier
637 Everything from the first non-whitespace character after the separator,
642 In other words, any whitespace immediately surrounding the separator
684 to start where the whitespace after the I<original> separator finished, not
685 where the whitespace afte
[all...]
/macosx-10.9.5/JavaScriptCore-7537.78.1/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.
436 Each description consists of the option name and an optional trailing
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.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DConfig.pm941 Comment lines (starting with arbitrary whitespace and a #) and
942 blank lines (all whitespace or empty) are ignored.
967 Watch out for trailing blanks after the backslash, which would prevent
/macosx-10.9.5/CPANInternal-140/Test-Tester/lib/Test/
H A DTester.pm496 probably whitespace. From version 0.10 on, Test::Tester surrounds the
498 trailing whitesapce. So in this example
526 If you prefer to use colour as a means of finding tricky whitespace
/macosx-10.9.5/CPANInternal-140/Perl-Tidy/bin/
H A Dperltidy89 Same as the previous example, except that leading whitespace will
352 =item B<-et=n>, B<--entab-leading-whitespace>
404 And any flags controlling whitespace and newlines will be ignored. You
405 might want to use this if you are perfectly happy with your whitespace
412 B<--freeze-whitespace>.
640 =item B<-fws>, B<--freeze-whitespace>
642 This flag causes your original whitespace to remain unchanged, and
643 causes the rest of the whitespace commands in this section, the
724 =item B<-aws>, B<--add-whitespace>
726 Setting this option allows perltidy to add certain whitespace improv
[all...]
/macosx-10.9.5/CPANInternal-140/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DConfig.pm978 Comment lines (starting with arbitrary whitespace and a #) and
979 blank lines (all whitespace or empty) are ignored.
1004 Watch out for trailing blanks after the backslash, which would prevent
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/
H A DTemplate.pm233 POST_CHOMP => 1, # cleanup whitespace
492 Removes whitespace before/after directives (default: 0/0).
496 Remove leading and trailing whitespace from template output (default: 0).
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/
H A DTemplate.pm233 POST_CHOMP => 1, # cleanup whitespace
492 Removes whitespace before/after directives (default: 0/0).
496 Remove leading and trailing whitespace from template output (default: 0).
/macosx-10.9.5/CPANInternal-140/JSON-XS/
H A DXS.pm369 and extra whitespace after the C<,> separating key-value pairs and array
417 Whenever JSON allows whitespace, shell-style comments are additionally
690 when there is trailing garbage after the first JSON object, it will
766 This function is useful in two cases: a) finding the trailing text after a
787 ignore any trailing data, which means you have to reset the parser after
826 use newlines as "separators", as these get interpreted as whitespace at
912 # first skip whitespace
/macosx-10.9.5/CPANInternal-140/JSON-XS-2.33/
H A DXS.pm369 and extra whitespace after the C<,> separating key-value pairs and array
417 Whenever JSON allows whitespace, shell-style comments are additionally
690 when there is trailing garbage after the first JSON object, it will
771 This function is useful in two cases: a) finding the trailing text after a
792 ignore any trailing data, which means you have to reset the parser after
831 use newlines as "separators", as these get interpreted as whitespace at
917 # first skip whitespace
/macosx-10.9.5/CPANInternal-140/JSON/lib/
H A DJSON.pm954 and extra whitespace after the C<,> separating key-value pairs and array
1005 Whenever JSON allows whitespace, shell-style comments are additionally
1319 when there is trailing garbage after the first JSON object, it will
1398 This function is useful in two cases: a) finding the trailing text after a
1422 ignore any trailing data, which means you have to reset the parser after
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/JSON/
H A DbackportPP.pm1424 use constant INCR_M_WS => 0; # initial whitespace skipping
1943 and extra whitespace after the C<,> separating key-value pairs and array
1993 Whenever JSON allows whitespace, shell-style comments are additionally
2272 when there is trailing garbage after the first JSON object, it will
2351 This function is useful in two cases: a) finding the trailing text after a
2381 ignore any trailing data, which means you have to reset the parser after
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/
H A DJSON.pm1082 and extra whitespace after the C<,> separating key-value pairs and array
1133 Whenever JSON allows whitespace, shell-style comments are additionally
1447 when there is trailing garbage after the first JSON object, it will
1553 This function is useful in two cases: a) finding the trailing text after a
1583 ignore any trailing data, which means you have to reset the parser after
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DContext.pm901 # TRIM - flag to remove leading and trailing whitespace from output
1151 leading and trailing whitespace automatically removed from the output of all
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DContext.pm901 # TRIM - flag to remove leading and trailing whitespace from output
1151 leading and trailing whitespace automatically removed from the output of all
/macosx-10.9.5/CPANInternal-140/XML-Parser/
H A DParser.pm460 MIME multipart format. The string should not contain a trailing newline.
690 undefined. Internal will contain all whitespace, comments, processing

Completed in 274 milliseconds

12