Searched refs:validate (Results 1 - 25 of 360) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/Params-Validate/t/
H A D26-isa.t5 use Params::Validate qw(validate);
13 validate( @p,
22 validate( @p,
34 validate( @p,
47 validate( @p,
56 validate( @p,
65 validate( @p,
78 validate( @p,
87 validate( @p,
96 validate(
[all...]
H A D22-overload-can-bug.t5 use Params::Validate qw(validate);
24 validate( @p, { object => { isa => 'Overloaded' } } );
34 validate( @p, { object => { can => 'foo' } } );
H A D25-undef-regex.t5 use Params::Validate qw(validate);
13 eval { validate( @p, { foo => { regex => qr/^bar/ } } ) };
H A D21-can.t5 use Params::Validate qw(validate);
13 validate( @p,
22 validate( @p,
34 validate( @p,
48 validate( @p,
57 validate( @p,
70 validate( @p,
79 validate( @p,
93 validate( @p,
102 validate(
[all...]
H A D14-no_validate.t7 use Params::Validate qw(validate);
30 validate( @_, { foo => 1 } );
H A D23-readonly.t5 use Params::Validate qw(validate validate_pos SCALAR);
25 eval { validate( @p, $spec ) };
26 is( $@, q{}, 'validate() call succeeded with Readonly spec hashref' );
H A D27-string-as-type.t5 use Params::Validate qw(validate);
13 validate( @p,
26 validate( @p,
H A D18-depends.t5 use Params::Validate qw(validate validate_pos);
15 eval { validate( @args,\%spec ) };
17 is( $@, q{}, "validate() single depends(1): no depends, positive" );
20 eval { validate( @args,\%spec ) };
22 is( $@, q{}, "validate() single depends(2): with depends, positive" );
25 eval { validate( @args, \%spec ) };
27 ok( $@, "validate() single depends(3.a): with depends, negative" );
30 "validate() single depends(3.b): check error string" );
41 eval { validate( @args, \%spec ) };
42 is( $@, q{}, "validate() multipl
[all...]
H A D17-callbacks.t5 use Params::Validate qw(validate validate_pos SCALAR);
11 eval { validate( @p, { foo => { type => SCALAR,
22 eval { validate( @p, { foo => { type => SCALAR,
H A D19-untaint.t5 use Params::Validate qw(validate validate_pos);
27 my %p = validate( @p, { value => { regex => qr/^\d+$/,
59 my %p = validate( @p, { value => { regex => qr/^\d+$/,
H A D24-tied.t5 use Params::Validate qw(validate validate_pos SCALAR);
26 eval { validate( @p, \%spec ) };
28 is( $@, q{}, 'validate() call succeeded with tied params array and regular hashref spec' );
42 eval { validate( @p, \%spec ) };
44 is( $@, q{}, 'validate() call succeeded with regular params array and tied hashref spec' );
57 eval { validate( @p, \%spec ) };
59 is( $@, q{}, 'validate() call succeeded with tied params array and tied hashref spec' );
/macosx-10.9.5/tcl-102/tk/tk/tests/ttk/
H A Dvalidate.test17 test validate-0.0 "Setup" -constraints ttkEntry -body {
23 test validate-0.1 "More setup" -body {
27 entry .e -validate all \
42 test validate-1.1 {entry widget validation - insert} -body {
47 test validate-1.2 {entry widget validation - insert} -body {
52 test validate-1.3 {entry widget validation - insert} -body {
57 test validate-1.4 {entry widget validation - insert} -body {
62 test validate-1.5 {entry widget validation - delete} -body {
67 test validate-1.6 {entry widget validation - delete} -body {
68 .e configure -validate ke
[all...]
/macosx-10.9.5/CPANInternal-140/Params-Validate/t/lib/PVTests/
H A DRegex.pm19 validate( @a, { foo => { regex => '^bar$' } } );
26 validate( @a, { foo => { regex => qr/^bar$/ } } );
33 validate( @a, { foo => { regex => '^bar$' } } );
48 validate( @a, { foo => { regex => qr/^bar$/ } } );
63 validate( @a, { foo => { regex => qr/^baz$/ },
80 validate( @a, { foo => { regex => qr/^baz$/ },
89 validate( @a, { foo => { regex => qr/^$|^bubba$/ } } );
/macosx-10.9.5/JavaScriptCore-7537.78.1/dfg/
H A DDFGPhase.cpp48 validate(m_graph, DumpGraph);
H A DDFGValidate.h40 void validate(Graph&, GraphDumpMode = DumpGraph);
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/modules/snit/
H A Dsnit2.tcl30 source [file join $::snit::library validate.tcl]
H A Dvalidate.tcl3 # validate.tcl
33 typemethod validate {value} {
51 method validate {value} {
52 $type validate $value
78 typemethod validate {value} {
118 method validate {value} {
119 $type validate $value
157 typemethod validate {value} {
177 method validate {value} {
215 typemethod validate {valu
[all...]
/macosx-10.9.5/Security-55471.14.18/include/security_cdsa_utilities/
H A Dacl_any.cpp35 bool AnyAclSubject::validate(const AclValidationContext &) const function in class:AnyAclSubject
/macosx-10.9.5/Security-55471.14.18/libsecurity_cdsa_utilities/lib/
H A Dacl_any.cpp35 bool AnyAclSubject::validate(const AclValidationContext &) const function in class:AnyAclSubject
/macosx-10.9.5/libxml2-26/libxml2/python/tests/
H A Dvalidate.py9 ctxt.validate(1)
29 ctxt.validate(1)
46 ctxt.validate(1)
65 ctxt.validate(1)
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/python/tests/
H A Dvalidate.py9 ctxt.validate(1)
29 ctxt.validate(1)
46 ctxt.validate(1)
65 ctxt.validate(1)
/macosx-10.9.5/tcl-102/tcl_ext/tcllib/tcllib/support/devel/sak/doc/
H A Dcmd.tcl22 html nroff tmml text wiki latex dvi ps pdf list validate imake ishow index
37 html nroff tmml text wiki latex dvi ps pdf list validate imake ishow index
/macosx-10.9.5/tcl-102/tcl_ext/tklib/tklib/support/devel/sak/doc/
H A Dcmd.tcl22 html nroff tmml text wiki latex dvi ps pdf list validate imake ishow index
37 html nroff tmml text wiki latex dvi ps pdf list validate imake ishow index
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/interop/
H A DsoapinteropC.tcl23 validate.echoMeStringRequest $proxy
24 validate.echoMeStructRequest $proxy
27 proc soapinterop::validate.echoMeStringRequest {proxy} {
32 catch {validate.emsr:A} msg ; puts "$msg"
33 catch {validate.emsr:B} msg ; puts "$msg"
34 catch {validate.emsr:C} msg ; puts "$msg"
35 catch {validate.emsr:D} msg ; puts "$msg"
36 catch {validate.emsr:E} msg ; puts "$msg"
37 catch {validate.emsr:F} msg ; puts "$msg"
40 proc soapinterop::validate
[all...]
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/samples/
H A Dvalidator1.tcl118 catch {validate.nestedStructTest} msg ; puts "$msg"
124 catch {validate.arrayOfStructsTest} msg ; puts "$msg"
125 catch {validate.xnestedStructTest} msg ; puts "$msg"
129 catch {validate.countTheEntities} msg ; puts "$msg"
130 catch {validate.easyStructTest} msg ; puts "$msg"
131 catch {validate.moderateSizeArrayCheck} msg ; puts "$msg"
132 catch {validate.simpleStructReturnTest} msg ; puts "$msg"
133 catch {validate.echoStructTest} msg ; puts "$msg"
134 catch {validate.manyTypesTest} msg ; puts "$msg"
152 proc validate
[all...]

Completed in 138 milliseconds

1234567891011>>