Home
last modified time | relevance | path

Searched refs:Getopt (Results 1 – 25 of 4302) sorted by relevance

12345678910>>...173

/dports/devel/p5-Getopt-EX/Getopt-EX-v1.15.1/
H A DMETA.yml2 abstract: 'Getopt Extender'
15 name: Getopt-EX
27 Getopt::EX:
28 file: lib/Getopt/EX.pm
30 Getopt::EX::Colormap:
32 Getopt::EX::Func:
36 Getopt::EX::Loader:
38 Getopt::EX::Long:
42 Getopt::EX::Module:
44 Getopt::EX::Numbers:
[all …]
H A DREADME.md3 Getopt::EX - Getopt Extender
11 [Getopt::EX](https://metacpan.org/pod/Getopt::EX) extends the basic function of [Getopt](https://me…
19 Easy one is [Getopt::Long](https://metacpan.org/pod/Getopt::Long) compatible module, [Getopt::EX::L…
33 ## [Getopt::EX::Long](https://metacpan.org/pod/Getopt::EX::Long)
79 ## [Getopt::EX::Loader](https://metacpan.org/pod/Getopt::EX::Loader)
84 use Getopt::EX::Loader;
119 See [Getopt::EX::Func](https://metacpan.org/pod/Getopt::EX::Func) for more detail.
121 ## [Getopt::EX::Colormap](https://metacpan.org/pod/Getopt::EX::Colormap)
128 You can use this with normal [Getopt::Long](https://metacpan.org/pod/Getopt::Long):
131 use Getopt::Long;
[all …]
H A DMANIFEST7 lib/Getopt/EX.pm
8 lib/Getopt/EX/Colormap.pm
9 lib/Getopt/EX/Func.pm
10 lib/Getopt/EX/LabeledParam.pm
11 lib/Getopt/EX/Loader.pm
12 lib/Getopt/EX/Long.pm
13 lib/Getopt/EX/Module.pm
14 lib/Getopt/EX/Numbers.pm
15 lib/Getopt/EX/Util.pm
/dports/devel/p5-MouseX-Getopt/MouseX-Getopt-0.36/
H A DChanges18 * Just copied from MooseX-Getopt 0.31. See MouseX-Getopt.diff for details.
36 * MooseX::Getopt::GLD
74 * MooseX::Getopt
82 * MooseX::Getopt
86 * MooseX::Getopt
93 * MooseX::Getopt
101 * MooseX::Getopt
111 * MooseX::Getopt
125 * MooseX::Getopt
142 * MooseX::Getopt
[all …]
H A DMETA.yml22 name: MouseX-Getopt
34 MouseX::Getopt:
35 file: lib/MouseX/Getopt.pm
37 MouseX::Getopt::Basic:
39 MouseX::Getopt::Dashes:
41 MouseX::Getopt::GLD:
42 file: lib/MouseX/Getopt/GLD.pm
43 MouseX::Getopt::Meta::Attribute:
51 MouseX::Getopt::OptionTypeMap:
53 MouseX::Getopt::Strict:
[all …]
H A DREADME.md7 with 'MouseX::Getopt';
36 You can use the trait [MouseX::Getopt::Meta::Attribute::Trait](https://metacpan.org/pod/MouseX::Get…
37 attribute metaclass [MouseX::Getopt::Meta::Attribute](https://metacpan.org/pod/MouseX::Getopt::Meta…
41 or the attribute metaclass [MouseX::Getopt::Meta::Attribute::NoGetopt](https://metacpan.org/pod/Mou…
46 to [MouseX::Getopt::Meta::Attribute](https://metacpan.org/pod/MouseX::Getopt::Meta::Attribute). If …
60 [MouseX::Getopt](https://metacpan.org/pod/MouseX::Getopt)'s `new_with_options` will load the config…
161 MouseX::Getopt will treat it like the parent type for Getopt
179 …If ["GetOptions" in Getopt::Long](https://metacpan.org/pod/Getopt::Long#GetOptions) fails (due to …
182 …If [Getopt::Long::Descriptive](https://metacpan.org/pod/Getopt::Long::Descriptive) is installed an…
203 …[Getopt::Long](https://metacpan.org/pod/Getopt::Long) did not parse. Note that the real `@ARGV` i…
[all …]
H A DMANIFEST7 lib/MouseX/Getopt.pm
8 lib/MouseX/Getopt/Basic.pm
9 lib/MouseX/Getopt/Dashes.pm
10 lib/MouseX/Getopt/GLD.pm
11 lib/MouseX/Getopt/Meta/Attribute.pm
12 lib/MouseX/Getopt/Meta/Attribute/NoGetopt.pm
13 lib/MouseX/Getopt/Meta/Attribute/Trait.pm
14 lib/MouseX/Getopt/Meta/Attribute/Trait/NoGetopt.pm
15 lib/MouseX/Getopt/OptionTypeMap.pm
16 lib/MouseX/Getopt/Strict.pm
/dports/databases/p5-DBD-Sybase/DBD-Sybase-1.16/eg/
H A Ddbschema.pl58 use Getopt::Std;
76 $Getopt::Std::opt_u = `whoami` unless $Getopt::Std::opt_u;
77 $Getopt::Std::opt_d = 'master' unless $Getopt::Std::opt_d;
78 $Getopt::Std::opt_o = 'script.isql' unless $Getopt::Std::opt_o;
79 $Getopt::Std::opt_t = '%' unless $Getopt::Std::opt_t;
80 $Getopt::Std::opt_s = $ENV{DSQUERY} unless $Getopt::Std::opt_s;
82 open(SCRIPT, "> $Getopt::Std::opt_o") || die "Can't open $Getopt::Std::opt_o: $!\n";
83 open(LOG, "> $Getopt::Std::opt_o.log") || die "Can't open $Getopt::Std::opt_o.log: $!\n";
88 if (!$Getopt::Std::opt_p) {
95 if($Getopt::Std::opt_i) {
[all …]
/dports/lang/smalltalk/smalltalk-3.2.5/tests/
H A Dgetopt.ok64 returned value is Getopt
75 returned value is Getopt
87 returned value is Getopt
102 returned value is Getopt
113 returned value is Getopt
131 returned value is Getopt
138 returned value is Getopt
145 returned value is Getopt
152 returned value is Getopt
161 returned value is Getopt
[all …]
H A Dgetopt.st33 Getopt extend [
34 Getopt class [
54 Eval [ Getopt new testParsing: '-B' ]
55 Eval [ Getopt new testParsing: '--long' ]
56 Eval [ Getopt new testParsing: '--longish --longer' ]
57 Eval [ Getopt new testParsing: '--long --longer' ]
58 Eval [ Getopt new testParsing: '-B:' ]
59 Eval [ Getopt new testParsing: '-B::' ]
60 Eval [ Getopt new testParsing: '-a|-b' ]
61 Eval [ Getopt new testParsing: '-a|--long' ]
[all …]
/dports/devel/p5-Getopt-EX/Getopt-EX-v1.15.1/lib/Getopt/EX/
H A DLong.pm1 package Getopt::EX::Long;
19 use Getopt::Long();
20 use Getopt::EX::Loader;
21 use Getopt::EX::Func qw(parse_func);
38 $loader //= new Getopt::EX::Loader do {
41 } @Getopt::EX::Loader::OPTIONS
66 goto &Getopt::Long::Configure;
70 goto &Getopt::Long::HelpMessage;
74 goto &Getopt::Long::VersionMessage;
102 package Getopt::EX::Long::Parser;
[all …]
/dports/textproc/greple/greple-5ad6491/lib/Getopt/EX/
H A DLong.pm1 package Getopt::EX::Long;
19 use Getopt::Long();
20 use Getopt::EX::Loader;
21 use Getopt::EX::Func qw(parse_func);
39 $loader //= new Getopt::EX::Loader
47 goto &Getopt::Long::GetOptionsFromArray;
66 goto &Getopt::Long::Configure;
70 goto &Getopt::Long::HelpMessage;
74 goto &Getopt::Long::VersionMessage;
105 package Getopt::EX::Long::Parser;
[all …]
/dports/devel/p5-MooseX-Getopt/MooseX-Getopt-0.75/
H A DChanges234 - MooseX::Getopt
242 - MooseX::Getopt
246 - MooseX::Getopt
252 - MooseX::Getopt
259 - MooseX::Getopt
269 - MooseX::Getopt
282 - MooseX::Getopt
297 - MooseX::Getopt
307 - MooseX::Getopt
320 - MooseX::Getopt MooseX::Getopt::Meta::Attribute
[all …]
/dports/devel/p5-Getopt-Attribute/Getopt-Attribute-2.101700/
H A DREADME2 Getopt::Attribute - Attribute wrapper for Getopt::Long
8 use Getopt::Attribute;
10 our $verbose : Getopt(verbose!);
11 our $all : Getopt(all);
12 our $size : Getopt(size=s);
13 our $more : Getopt(more+);
14 our @library : Getopt(library=s);
15 our %defines : Getopt(define=s);
17 usage() if our $man : Getopt(man);
47 our $verbose : Getopt(verbose!);
[all …]
/dports/devel/p5-Getopt-Long/Getopt-Long-2.52/lib/
H A Dnewgetopt.pl43 use Getopt::Long;
49 $Getopt::Long::debug = $newgetopt::debug
51 $Getopt::Long::autoabbrev = $newgetopt::autoabbrev
53 $Getopt::Long::getopt_compat = $newgetopt::getopt_compat
55 $Getopt::Long::option_start = $newgetopt::option_start
57 $Getopt::Long::order = $newgetopt::order
59 $Getopt::Long::bundling = $newgetopt::bundling
61 $Getopt::Long::ignorecase = $newgetopt::ignorecase
63 $Getopt::Long::ignorecase = $newgetopt::ignorecase
65 $Getopt::Long::passthrough = $newgetopt::passthrough
/dports/devel/p5-Perl4-CoreLibs/Perl4-CoreLibs-0.004/lib/
H A Dnewgetopt.pl43 use Getopt::Long;
49 $Getopt::Long::debug = $newgetopt::debug
51 $Getopt::Long::autoabbrev = $newgetopt::autoabbrev
53 $Getopt::Long::getopt_compat = $newgetopt::getopt_compat
55 $Getopt::Long::option_start = $newgetopt::option_start
57 $Getopt::Long::order = $newgetopt::order
59 $Getopt::Long::bundling = $newgetopt::bundling
61 $Getopt::Long::ignorecase = $newgetopt::ignorecase
63 $Getopt::Long::ignorecase = $newgetopt::ignorecase
65 $Getopt::Long::passthrough = $newgetopt::passthrough
/dports/devel/p5-Getopt-Compact-WithCmd/Getopt-Compact-WithCmd-0.22/
H A DREADME.md3 Getopt::Compact::WithCmd - sub-command friendly, like Getopt::Compact
9 use Getopt::Compact::WithCmd;
11 my $go = Getopt::Compact::WithCmd->new(
77 Getopt::Compact::WithCmd is yet another Getopt::\* module.
78 This module is respected [Getopt::Compact](https://metacpan.org/pod/Getopt::Compact).
98 use Getopt::Compact::WithCmd;
108 use Getopt::Compact::WithCmd;
151 use Getopt::Compact::WithCmd;
254 use Getopt::Compact::WithCmd;
273 use Getopt::Compact::WithCmd;
[all …]
/dports/devel/p5-Getopt-Attribute/Getopt-Attribute-2.101700/t/
H A D01_getopt.t4 use Getopt::Attribute;
11 our $verbose : Getopt(verbose!);
13 our $all : Getopt(all);
15 our $size : Getopt(size=s);
17 our $more : Getopt(more+);
19 our @library : Getopt(library=s);
22 our %defines : Getopt(define=s);
30 sub quiet : Getopt(quiet) {
34 usage() if our $man : Getopt(man);
38 our $def : Getopt(def=i 42);
[all …]
/dports/devel/p5-Getopt-EX/Getopt-EX-v1.15.1/t/
H A D00_compile.t5 Getopt::EX
6 Getopt::EX::Colormap
7 Getopt::EX::Func
8 Getopt::EX::LabeledParam
9 Getopt::EX::Loader
10 Getopt::EX::Long
11 Getopt::EX::Module
/dports/lang/perl5.30/perl-5.30.3/cpan/Getopt-Long/t/
H A Dgol-linkage.t12 use Getopt::Long;
17 Getopt::Long::Configure ("no_ignore_case");
29 Getopt::Long::Configure ("default","no_ignore_case");
44 Getopt::Long::Configure ("default","prefix_pattern=--|/|-|\\+","long_prefix_pattern=--|/");
63 Getopt::Long::Configure ("default","bundling","ignore_case_always",
73 Getopt::Long::Configure ("default","bundling","ignore_case_always",
88 Getopt::Long::Configure("default");
98 Getopt::Long::Configure("default");
99 Getopt::Long::Configure("pass_through");
112 Getopt::Long::Configure("default");
[all …]
/dports/lang/perl5.32/perl-5.32.1/cpan/Getopt-Long/t/
H A Dgol-linkage.t12 use Getopt::Long;
17 Getopt::Long::Configure ("no_ignore_case");
29 Getopt::Long::Configure ("default","no_ignore_case");
44 Getopt::Long::Configure ("default","prefix_pattern=--|/|-|\\+","long_prefix_pattern=--|/");
63 Getopt::Long::Configure ("default","bundling","ignore_case_always",
73 Getopt::Long::Configure ("default","bundling","ignore_case_always",
88 Getopt::Long::Configure("default");
98 Getopt::Long::Configure("default");
99 Getopt::Long::Configure("pass_through");
112 Getopt::Long::Configure("default");
[all …]
/dports/lang/perl5.34/perl-5.34.0/cpan/Getopt-Long/t/
H A Dgol-linkage.t12 use Getopt::Long;
17 Getopt::Long::Configure ("no_ignore_case");
29 Getopt::Long::Configure ("default","no_ignore_case");
44 Getopt::Long::Configure ("default","prefix_pattern=--|/|-|\\+","long_prefix_pattern=--|/");
63 Getopt::Long::Configure ("default","bundling","ignore_case_always",
73 Getopt::Long::Configure ("default","bundling","ignore_case_always",
88 Getopt::Long::Configure("default");
98 Getopt::Long::Configure("default");
99 Getopt::Long::Configure("pass_through");
112 Getopt::Long::Configure("default");
[all …]
/dports/devel/p5-Getopt-Long/Getopt-Long-2.52/t/
H A Dgol-linkage.t12 use Getopt::Long;
17 Getopt::Long::Configure ("no_ignore_case");
29 Getopt::Long::Configure ("default","no_ignore_case");
44 Getopt::Long::Configure ("default","prefix_pattern=--|/|-|\\+","long_prefix_pattern=--|/");
63 Getopt::Long::Configure ("default","bundling","ignore_case_always",
73 Getopt::Long::Configure ("default","bundling","ignore_case_always",
88 Getopt::Long::Configure("default");
98 Getopt::Long::Configure("default");
99 Getopt::Long::Configure("pass_through");
112 Getopt::Long::Configure("default");
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/cpan/Getopt-Long/t/
H A Dgol-linkage.t12 use Getopt::Long;
17 Getopt::Long::Configure ("no_ignore_case");
29 Getopt::Long::Configure ("default","no_ignore_case");
44 Getopt::Long::Configure ("default","prefix_pattern=--|/|-|\\+","long_prefix_pattern=--|/");
63 Getopt::Long::Configure ("default","bundling","ignore_case_always",
73 Getopt::Long::Configure ("default","bundling","ignore_case_always",
88 Getopt::Long::Configure("default");
98 Getopt::Long::Configure("default");
99 Getopt::Long::Configure("pass_through");
112 Getopt::Long::Configure("default");
[all …]
/dports/textproc/p5-Getopt-Lucid/Getopt-Lucid-1.10/t/
H A D01-exceptions.t1 # Getopt::Lucid::Exception
12 Getopt::Lucid::Exception
13 Getopt::Lucid::Exception::Spec
14 Getopt::Lucid::Exception::ARGV
15 Getopt::Lucid::Exception::Usage
34 use Getopt::Lucid::Exception;
35 use Getopt::Lucid ':all';
42 can_ok( "Getopt::Lucid$_", @throw_aliases ) for ( "::Exception", "" );

12345678910>>...173