• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/bin/

Lines Matching +refs:at +refs:expression +refs:start

38 which can be found at
42 can be found at
106 which shows the nesting of braces, parentheses, and square brackets at
107 the start of every line.
254 be deleted at the end of processing if there were no errors. This is risky
310 If no B<-g> flag is given, a value of 50 will be used, meaning that at least
314 Setting a negative value of C<n> is the same as not setting B<-g> at all.
412 whitespace will be reduced and start at a depth of 1 again. The result is that
874 Setting B<-asc> allows perltidy to add any missing optional semicolon at the end
944 and look at the .DEBUG file to see the tokenization.
1055 code. Perltidy will try to keep comments at least n spaces to the
1377 please be aware that since this string is used in a perl regular expression
1378 which identifies these comments, it must enable a valid regular expression to
1385 This pattern requires a static block comment to have at least one character
1388 at the start and end of header information in subroutines and should not be
1423 set. Also, note that this string is used in a perl regular expression
1425 expression to be formed.
1453 marker by at least one space. For example
1463 The comment markers may be placed at any location that a block comment may
1911 flags try to avoid lines with leading opening tokens by "hiding" them at
2002 snippet of code and look at the .DEBUG file to see the tokenization. However,
2040 =item B<-boc>, B<--break-at-old-comma-breakpoints>
2042 This flag tells perltidy to try to break at all old commas. This is not
2043 the default. Normally, perltidy makes a best guess at list formatting,
2096 consideration. In a long list, it is common to break at all such
2097 commas. This parameter can be used to control how perltidy breaks at
2101 n=0 break at all commas after =>
2102 n=1 stable: break at all commas after => if container is open,
2104 n=2 break at all commas after =>, BUT try to form the maximum
2106 n=3 do not treat commas after => specially at all
2109 n=5 stable: like n=1 but ALSO break at open one-line containers when
2163 =item B<-bol>, B<--break-at-old-logical-breakpoints>
2165 By default, if a logical expression is broken at a C<&&>, C<||>, C<and>,
2167 at internal keywords C<if> and C<unless> will normally be retained.
2170 =item B<-bok>, B<--break-at-old-keyword-breakpoints>
2177 =item B<-bot>, B<--break-at-old-ternary-breakpoints>
2179 By default, if a conditional (ternary) operator is broken at a C<:>,
2183 =item B<-boa>, B<--break-at-old-attribute-breakpoints>
2185 By default, if an attribute list is broken at a C<:> in the source file, then
2187 at the ':'s will be retained:
2208 Use the B<-kis> flag to prevent breaking at a semicolon if
2316 The number of consecutive non-blank lines at the current indentation depth is at least B<-lbl>
2515 -pt=0 # parens not tight at all
2583 could be placed in a F<.perltidyrc> file, and then invoked at will with
2592 are not valid perl code, and which are separated from the start of the
2757 written at the start of html output. Use B<-ntoc> to prevent this.
3111 email: perltidy at users.sourceforge.net