Searched refs:Params (Results 1 - 25 of 111) sorted by relevance

12345

/macosx-10.9.5/CPAN-52/Modules/MooseX-Params-Validate-0.16/
H A DMakefile1 NAME = MooseX-Params-Validate
/macosx-10.9.5/CPAN-52/Modules/Params-Classify-0.013/
H A DMakefile1 NAME = Params-Classify
/macosx-10.9.5/CPAN-52/Modules/Params-Util-1.04/
H A DMakefile1 NAME = Params-Util
/macosx-10.9.5/CPAN-52/Modules/Params-Util-1.07/
H A DMakefile1 NAME = Params-Util
/macosx-10.9.5/CPAN-52/Modules/Params-Validate-1.00/
H A DMakefile1 NAME = Params-Validate
/macosx-10.9.5/CPAN-52/Modules/Params-Validate-1.06/
H A DMakefile1 NAME = Params-Validate
/macosx-10.9.5/CPANInternal-140/Params-Validate/lib/Params/
H A DValidateXS.pm1 package Params::Validate;
7 XSLoader::load( 'Params::Validate', $Params::Validate::VERSION );
47 if ( defined $Params::Validate::ERROR )
49 $Params::Validate::ON_FAIL ||= sub { require Carp; Carp::croak( $_[0] ) };
51 $Params::Validate::ON_FAIL->($Params::Validate::ERROR)
57 local $Params::Validate::ERROR;
58 local $Params::Validate::ON_FAIL;
59 local $Params
[all...]
/macosx-10.9.5/CPANInternal-140/Params-Util/t/
H A D02_main.t13 use Params::Util ();
36 dies( "Params::Util::_STRING()", qr/Not enough arguments/, '...::_STRING() dies' );
37 null( Params::Util::_STRING(undef), '...::_STRING(undef) returns undef' );
38 null( Params::Util::_STRING(''), '...::_STRING(nullstring) returns undef' );
39 null( Params::Util::_STRING({ foo => 1 }), '...::_STRING(HASH) returns undef' );
40 null( Params::Util::_STRING(sub () { 1 }), '...::_STRING(CODE) returns undef' );
41 null( Params::Util::_STRING([]), '...::_STRING(ARRAY) returns undef' );
42 null( Params::Util::_STRING(\""), '...::_STRING(null constant) returns undef' );
43 null( Params::Util::_STRING(\"foo"), '...::_STRING(SCALAR) returns undef' );
47 is( Params
[all...]
H A D12_main.t13 use Params::Util ();
36 dies( "Params::Util::_STRING()", qr/Not enough arguments/, '...::_STRING() dies' );
37 null( Params::Util::_STRING(undef), '...::_STRING(undef) returns undef' );
38 null( Params::Util::_STRING(''), '...::_STRING(nullstring) returns undef' );
39 null( Params::Util::_STRING({ foo => 1 }), '...::_STRING(HASH) returns undef' );
40 null( Params::Util::_STRING(sub () { 1 }), '...::_STRING(CODE) returns undef' );
41 null( Params::Util::_STRING([]), '...::_STRING(ARRAY) returns undef' );
42 null( Params::Util::_STRING(\""), '...::_STRING(null constant) returns undef' );
43 null( Params::Util::_STRING(\"foo"), '...::_STRING(SCALAR) returns undef' );
47 is( Params
[all...]
H A D09_insideout.t15 use Params::Util ();
27 my $instance = Params::Util::_INSTANCE($object, 'Foo');
H A D19_insideout.t15 use Params::Util ();
27 my $instance = Params::Util::_INSTANCE($object, 'Foo');
H A D06_invocant.t13 use_ok('Params::Util', qw(_INVOCANT));
16 my $object = bless \do { my $i } => 'Params::Util::Test::Bogus::Whatever';
19 my $tied = tie my $x, 'Params::Util::Test::_INVOCANT::Tied';
20 my $unpkg = 'Params::Util::Test::_INVOCANT::Fake';
21 my $pkg = 'Params::Util::Test::_INVOCANT::Real'; eval "package $pkg;"; ## no critic
47 # far lower than the damage caused by Params::Util failing to install.
55 package Params::Util::Test::_INVOCANT::Tied;
H A D16_invocant.t13 use_ok('Params::Util', qw(_INVOCANT));
16 my $object = bless \do { my $i } => 'Params::Util::Test::Bogus::Whatever';
19 my $tied = tie my $x, 'Params::Util::Test::_INVOCANT::Tied';
20 my $unpkg = 'Params::Util::Test::_INVOCANT::Fake';
21 my $pkg = 'Params::Util::Test::_INVOCANT::Real'; eval "package $pkg;"; ## no critic
47 # far lower than the damage caused by Params::Util failing to install.
55 package Params::Util::Test::_INVOCANT::Tied;
/macosx-10.9.5/CPANInternal-140/Params-Validate/t/
H A D14-no_validate.t7 use Params::Validate qw(validate);
16 local $Params::Validate::NO_VALIDATION = 1;
H A D25-undef-regex.t5 use Params::Validate qw(validate);
H A D22-overload-can-bug.t5 use Params::Validate qw(validate);
H A D23-readonly.t5 use Params::Validate qw(validate validate_pos SCALAR);
H A D15-case.t7 use Params::Validate qw(validate validate_with);
90 Params::Validate::validation_options
H A D27-string-as-type.t5 use Params::Validate qw(validate);
H A D17-callbacks.t5 use Params::Validate qw(validate validate_pos SCALAR);
H A D19-untaint.t5 use Params::Validate qw(validate validate_pos);
/macosx-10.9.5/CPANInternal-140/Params-Validate/t/lib/PVTests/
H A DCallbacks.pm6 use Params::Validate qw(:all);
58 use Params::Validate qw(:all);
H A DWith.pm6 use Params::Validate qw(:all);
84 use Params::Validate qw(:all);
/macosx-10.9.5/CPANInternal-140/Params-Validate/lib/Attribute/Params/
H A DValidate.pm1 package Attribute::Params::Validate;
11 use Params::Validate qw(:all);
71 $code .= " Params::Validate::validate(\@_, \$params);\n";
75 $code .= " Params::Validate::validate_pos(\@_, \@p);\n";
97 Attribute::Params::Validate - Validate method/function parameters using attributes
101 use Attribute::Params::Validate qw(:all);
132 The Attribute::Params::Validate module allows you to validate method
133 or function call parameters just like Params::Validate does. However,
137 Please see Params::Validate for more information on how you can
142 This module exports everthing that Params
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DLLVMContextImpl.h148 ArrayRef<Type*> Params; member in struct:llvm::FunctionTypeKeyInfo::KeyTy
151 ReturnType(R), Params(P), isVarArg(V) {}
154 Params(that.Params),
158 Params(ArrayRef<Type*>(FT->param_begin(), FT->param_end())),
165 if (Params != that.Params)
181 hash_combine_range(Key.Params.begin(),
182 Key.Params.end()),

Completed in 136 milliseconds

12345