/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/t/InputOutput/ |
H A D | ProhibitInteractiveTest.run | 19 # mode: cperl 20 # cperl-indent-level: 4 23 # c-indentation-style: bsd 25 # ex: set ts=8 sts=4 sw=4 tw=78 ft=perl expandtab shiftround :
|
H A D | ProhibitReadlineInForLoop.run | 25 # mode: cperl 26 # cperl-indent-level: 4 29 # c-indentation-style: bsd 31 # ex: set ts=8 sts=4 sw=4 tw=78 ft=perl expandtab shiftround :
|
H A D | ProhibitExplicitStdin.run | 46 # mode: cperl 47 # cperl-indent-level: 4 50 # c-indentation-style: bsd 52 # ex: set ts=8 sts=4 sw=4 tw=78 ft=perl expandtab shiftround :
|
/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/t/ControlStructures/ |
H A D | ProhibitUnlessBlocks.run | 24 # mode: cperl 25 # cperl-indent-level: 4 28 # c-indentation-style: bsd 30 # ex: set ts=8 sts=4 sw=4 tw=78 ft=perl expandtab shiftround :
|
H A D | ProhibitUntilBlocks.run | 24 # mode: cperl 25 # cperl-indent-level: 4 28 # c-indentation-style: bsd 30 # ex: set ts=8 sts=4 sw=4 tw=78 ft=perl expandtab shiftround :
|
H A D | ProhibitYadaOperator.run | 43 # mode: cperl 44 # cperl-indent-level: 4 47 # c-indentation-style: bsd 49 # ex: set ts=8 sts=4 sw=4 tw=78 ft=perl expandtab shiftround :
|
H A D | ProhibitCStyleForLoops.run | 32 # mode: cperl 33 # cperl-indent-level: 4 36 # c-indentation-style: bsd 38 # ex: set ts=8 sts=4 sw=4 tw=78 ft=perl expandtab shiftround :
|
H A D | ProhibitLabelsWithSpecialBlockNames.run | 38 # mode: cperl 39 # cperl-indent-level: 4 42 # c-indentation-style: bsd 44 # ex: set ts=8 sts=4 sw=4 tw=78 ft=perl expandtab shiftround :
|
/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/t/Subroutines/ |
H A D | ProhibitSubroutinePrototypes.run | 19 # mode: cperl 20 # cperl-indent-level: 4 23 # c-indentation-style: bsd 25 # ex: set ts=8 sts=4 sw=4 tw=78 ft=perl expandtab shiftround :
|
H A D | ProhibitBuiltinHomonyms.run | 39 # mode: cperl 40 # cperl-indent-level: 4 43 # c-indentation-style: bsd 45 # ex: set ts=8 sts=4 sw=4 tw=78 ft=perl expandtab shiftround :
|
/dports/net-mgmt/torrus/torrus-2.09/doc/devdoc/ |
H A D | progstyle.pod | 24 =head2 Perl indentation style 26 The code indentation style is a kind of BSD/Allman style: 101 (custom-set-variables 102 ;; custom-set-variables was added by Custom -- don't edit or cut/paste it! 110 In X-Emacs, the default handler for Perl files is C<cperl-mode.el>. 111 The following custom variables must be set in order to comply to our styling 114 (custom-set-variables 115 ;; custom-set-variables was added by Custom -- don't edit or cut/paste it! 117 '(cperl-brace-offset -4) 118 '(cperl-continued-statement-offset 4) [all …]
|
/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/t/ValuesAndExpressions/ |
H A D | ProhibitConstantPragma.run | 20 # mode: cperl 21 # cperl-indent-level: 4 24 # c-indentation-style: bsd 26 # ex: set ts=8 sts=4 sw=4 tw=78 ft=perl expandtab shiftround :
|
H A D | ProhibitEscapedCharacters.run | 23 # mode: cperl 24 # cperl-indent-level: 4 27 # c-indentation-style: bsd 29 # ex: set ts=8 sts=4 sw=4 tw=78 ft=perl expandtab shiftround :
|
H A D | ProhibitImplicitNewlines.run | 51 # mode: cperl 52 # cperl-indent-level: 4 55 # c-indentation-style: bsd 57 # ex: set ts=8 sts=4 sw=4 tw=78 ft=perl expandtab shiftround :
|
H A D | ProhibitEmptyQuotes.run | 38 # mode: cperl 39 # cperl-indent-level: 4 42 # c-indentation-style: bsd 44 # ex: set ts=8 sts=4 sw=4 tw=78 ft=perl expandtab shiftround :
|
/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/t/ClassHierarchies/ |
H A D | ProhibitExplicitISA.run | 21 # mode: cperl 22 # cperl-indent-level: 4 25 # c-indentation-style: bsd 27 # ex: set ts=8 sts=4 sw=4 tw=78 ft=perl expandtab shiftround :
|
H A D | ProhibitAutoloading.run | 31 # mode: cperl 32 # cperl-indent-level: 4 35 # c-indentation-style: bsd 37 # ex: set ts=8 sts=4 sw=4 tw=78 ft=perl expandtab shiftround :
|
/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/t/BuiltinFunctions/ |
H A D | ProhibitUniversalCan.run | 21 # mode: cperl 22 # cperl-indent-level: 4 25 # c-indentation-style: bsd 27 # ex: set ts=8 sts=4 sw=4 tw=78 ft=perl expandtab shiftround :
|
H A D | ProhibitUniversalIsa.run | 21 # mode: cperl 22 # cperl-indent-level: 4 25 # c-indentation-style: bsd 27 # ex: set ts=8 sts=4 sw=4 tw=78 ft=perl expandtab shiftround :
|
H A D | RequireGlobFunction.run | 38 # mode: cperl 39 # cperl-indent-level: 4 42 # c-indentation-style: bsd 44 # ex: set ts=8 sts=4 sw=4 tw=78 ft=perl expandtab shiftround :
|
/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/t/Modules/ |
H A D | ProhibitMultiplePackages.run | 27 # mode: cperl 28 # cperl-indent-level: 4 31 # c-indentation-style: bsd 33 # ex: set ts=8 sts=4 sw=4 tw=78 ft=perl expandtab shiftround :
|
/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/t/Variables/ |
H A D | ProtectPrivateVars.run | 27 # mode: cperl 28 # cperl-indent-level: 4 31 # c-indentation-style: bsd 33 # ex: set ts=8 sts=4 sw=4 tw=78 ft=perl expandtab shiftround :
|
H A D | ProhibitMatchVars.run | 32 # mode: cperl 33 # cperl-indent-level: 4 36 # c-indentation-style: bsd 38 # ex: set ts=8 sts=4 sw=4 tw=78 ft=perl expandtab shiftround :
|
/dports/devel/p5-Perl-Critic-Deprecated/Perl-Critic-Deprecated-1.119/t/NamingConventions/ |
H A D | ProhibitMixedCaseSubs.run | 24 # mode: cperl 25 # cperl-indent-level: 4 28 # c-indentation-style: bsd 30 # ex: set ts=8 sts=4 sw=4 tw=78 ft=perl expandtab shiftround :
|
/dports/textproc/p5-Perl-Critic/Perl-Critic-1.140/t/Miscellanea/ |
H A D | ProhibitFormats.run | 35 # mode: cperl 36 # cperl-indent-level: 4 39 # c-indentation-style: bsd 41 # ex: set ts=8 sts=4 sw=4 tw=78 ft=perl expandtab shiftround :
|