Searched refs:constant (Results 1 - 25 of 380) sorted by relevance

1234567891011>>

/macosx-10.9.5/CPANInternal-140/IO-KQueue/
H A DKQueue.pm60 use constant EV_ADD => (constant('EV_ADD'))[1];
61 use constant EV_DELETE => (constant('EV_DELETE'))[1];
62 use constant EV_ENABLE => (constant('EV_ENABLE'))[1];
63 use constant EV_DISABLE => (constant('EV_DISABLE'))[1];
64 use constant EV_ONESHOT => (constant('EV_ONESHO
[all...]
/macosx-10.9.5/CPANInternal-140/IO-KQueue-0.34/
H A DKQueue.pm60 use constant EV_ADD => (constant('EV_ADD'))[1];
61 use constant EV_DELETE => (constant('EV_DELETE'))[1];
62 use constant EV_ENABLE => (constant('EV_ENABLE'))[1];
63 use constant EV_DISABLE => (constant('EV_DISABLE'))[1];
64 use constant EV_ONESHOT => (constant('EV_ONESHO
[all...]
/macosx-10.9.5/CPANInternal-140/XML-LibXML-Common/
H A DCommon.pm140 use constant ELEMENT_NODE => 1;
141 use constant ATTRIBUTE_NODE => 2;
142 use constant TEXT_NODE => 3;
143 use constant CDATA_SECTION_NODE => 4;
144 use constant ENTITY_REFERENCE_NODE => 5;
145 use constant ENTITY_NODE => 6;
146 use constant PROCESSING_INSTRUCTION_NODE => 7;
147 use constant COMMENT_NODE => 8;
148 use constant DOCUMENT_NODE => 9;
149 use constant DOCUMENT_TYPE_NOD
[all...]
H A Dtest.pl12 use constant TEST_STRING_GER => "H�nsel und Gretel";
13 use constant TEST_STRING_GER2 => "t�st";
14 use constant TEST_STRING_UTF => 'test';
15 use constant TEST_STRING_JP => '������������';
/macosx-10.9.5/CPANInternal-140/Template-Toolkit/lib/Template/
H A DConstants.pm40 use constant STATUS_OK => 0; # ok
41 use constant STATUS_RETURN => 1; # ok, block ended by RETURN
42 use constant STATUS_STOP => 2; # ok, stoppped by STOP
43 use constant STATUS_DONE => 3; # ok, iterator done
44 use constant STATUS_DECLINED => 4; # ok, declined to service request
45 use constant STATUS_ERROR => 255; # error condition
48 use constant ERROR_RETURN => 'return'; # return a status code
49 use constant ERROR_FILE => 'file'; # file error: I/O, parse, recursion
50 use constant ERROR_VIEW => 'view'; # view error
51 use constant ERROR_UNDE
[all...]
/macosx-10.9.5/CPANInternal-140/Template-Toolkit-2.24/lib/Template/
H A DConstants.pm40 use constant STATUS_OK => 0; # ok
41 use constant STATUS_RETURN => 1; # ok, block ended by RETURN
42 use constant STATUS_STOP => 2; # ok, stoppped by STOP
43 use constant STATUS_DONE => 3; # ok, iterator done
44 use constant STATUS_DECLINED => 4; # ok, declined to service request
45 use constant STATUS_ERROR => 255; # error condition
48 use constant ERROR_RETURN => 'return'; # return a status code
49 use constant ERROR_FILE => 'file'; # file error: I/O, parse, recursion
50 use constant ERROR_VIEW => 'view'; # view error
51 use constant ERROR_UNDE
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/idl_compiler/
H A Dastp_exp.c106 exp->exp.constant.type = AST_int_const_k;
107 exp->exp.constant.val.integer = value;
108 exp->exp.constant.int_signed = int_signed;
119 exp->exp.constant.type = AST_nil_const_k;
120 exp->exp.constant.val.other = AST_char_constant(location, value);
131 exp->exp.constant.type = AST_nil_const_k;
132 exp->exp.constant.val.other = NULL;
133 exp->exp.constant.name = name;
144 exp->exp.constant.type = AST_nil_const_k;
145 exp->exp.constant
[all...]
/macosx-10.9.5/BerkeleyDB-21/db/perl/DB_File/
H A Dfallback.xs2 constant(sv)
18 /* Change this to constant(aTHX_ s, len, &iv, &nv);
20 type = constant(aTHX_ s, len, &iv);
/macosx-10.9.5/less-23/less/
H A Dmkhelp.c31 printf("constant char helpdata[] = {\n");
67 printf("constant int size_helpdata = sizeof(helpdata) - 1;\n");
H A Dprompt.c44 static constant char s_proto[] =
46 static constant char m_proto[] =
48 static constant char M_proto[] =
50 static constant char e_proto[] =
52 static constant char h_proto[] =
54 static constant char w_proto[] =
56 static constant char more_proto[] =
60 public char constant *eqproto = e_proto;
61 public char constant *hproto = h_proto;
62 public char constant *wprot
[all...]
/macosx-10.9.5/CPANInternal-140/Test-Warn/t/
H A Dwarning_is.t13 use constant SUBTESTS_PER_TESTS => 6;
15 use constant TESTS =>(
32 use constant WARN_LINE => line_num +2;
37 use constant CARP_LINE => line_num +2;
42 use constant CARP_LEVELS => (0 .. 2);
H A Dwarning_like.t14 use constant TESTS =>(
24 use constant SUBTESTS_PER_TESTS => 12;
32 use constant WARN_LINE => line_num +2;
37 use constant CARP_LINE => line_num +2;
42 use constant CARP_LEVELS => (0 .. 2);
H A Dwarnings_are.t13 use constant SUBTESTS_PER_TESTS => 16;
15 use constant TESTS =>(
37 use constant WARN_LINE => line_num +2;
42 use constant CARP_LINE => line_num +2;
47 use constant CARP_LEVELS => (0 .. 3);
H A Dwarnings_like.t15 use constant TESTS =>(
31 use constant SUBTESTS_PER_TESTS => 32;
38 use constant WARN_LINE => line_num +2;
43 use constant CARP_LINE => line_num +2;
48 use constant CARP_LEVELS => (0 .. 3);
/macosx-10.9.5/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Dconstants.xs2 constant(sv)
18 /* Change this to constant(aTHX_ s, len, &iv, &nv);
20 type = constant(aTHX_ s, len, &iv, &pv);
/macosx-10.9.5/CPANInternal-140/SOAP-Lite-0.715/lib/SOAP/
H A DConstants.pm17 use constant URI_1999_SCHEMA_XSD => "http://www.w3.org/1999/XMLSchema";
18 use constant URI_1999_SCHEMA_XSI => "http://www.w3.org/1999/XMLSchema-instance";
19 use constant URI_2000_SCHEMA_XSD => "http://www.w3.org/2000/10/XMLSchema";
20 use constant URI_2000_SCHEMA_XSI => "http://www.w3.org/2000/10/XMLSchema-instance";
21 use constant URI_2001_SCHEMA_XSD => "http://www.w3.org/2001/XMLSchema";
22 use constant URI_2001_SCHEMA_XSI => "http://www.w3.org/2001/XMLSchema-instance";
23 use constant URI_LITERAL_ENC => "";
24 use constant URI_SOAP11_ENC => "http://schemas.xmlsoap.org/soap/encoding/";
25 use constant URI_SOAP11_ENV => "http://schemas.xmlsoap.org/soap/envelope/";
26 use constant URI_SOAP11_NEXT_ACTO
[all...]
/macosx-10.9.5/CPANInternal-140/SOAP-Lite_new/lib/SOAP/
H A DConstants.pm18 use constant URI_1999_SCHEMA_XSD => "http://www.w3.org/1999/XMLSchema";
19 use constant URI_1999_SCHEMA_XSI => "http://www.w3.org/1999/XMLSchema-instance";
20 use constant URI_2000_SCHEMA_XSD => "http://www.w3.org/2000/10/XMLSchema";
21 use constant URI_2000_SCHEMA_XSI => "http://www.w3.org/2000/10/XMLSchema-instance";
22 use constant URI_2001_SCHEMA_XSD => "http://www.w3.org/2001/XMLSchema";
23 use constant URI_2001_SCHEMA_XSI => "http://www.w3.org/2001/XMLSchema-instance";
24 use constant URI_LITERAL_ENC => "";
25 use constant URI_SOAP11_ENC => "http://schemas.xmlsoap.org/soap/encoding/";
26 use constant URI_SOAP11_ENV => "http://schemas.xmlsoap.org/soap/envelope/";
27 use constant URI_SOAP11_NEXT_ACTO
[all...]
/macosx-10.9.5/CPANInternal-140/XML-SAX/SAX/PurePerl/
H A DReader.pm22 use constant EOF => 0;
23 use constant BUFFER => 1;
24 use constant INTERNAL_BUFFER => 2;
25 use constant LINE => 3;
26 use constant COLUMN => 4;
27 use constant MATCHED => 5;
28 use constant CURRENT => 6;
29 use constant CONSUMED => 7;
30 use constant ENCODING => 8;
31 use constant SYSTEM_I
[all...]
/macosx-10.9.5/WebCore-7537.78.1/platform/mac/
H A DSoftLinking.h162 static type constant##name; \
166 return constant##name; \
171 void* constant = dlsym(framework##Library(), #name); \
172 ASSERT_WITH_MESSAGE(constant, "%s", dlerror()); \
173 constant##name = *static_cast<type*>(constant); \
175 return constant##name; \
/macosx-10.9.5/CPANInternal-140/Readonly/
H A Dbenchmark.pl13 # use constant
15 use constant CONST_LINCOLN => 'Fourscore and seven years ago...';
22 # literal constant
30 # typeglob constant
/macosx-10.9.5/CPANInternal-140/Readonly-1.03/
H A Dbenchmark.pl13 # use constant
15 use constant CONST_LINCOLN => 'Fourscore and seven years ago...';
22 # literal constant
30 # typeglob constant
/macosx-10.9.5/ruby-104/ruby/lib/rdoc/stats/
H A Dverbose.rb26 def print_constant(constant) # :nodoc:
27 puts " #{constant.name}#{nodoc constant}"
/macosx-10.9.5/CPANInternal-140/JSON-RPC-1.03/lib/JSON/RPC/
H A DConstants.pm25 require constant;
26 constant->import( \%constants );
/macosx-10.9.5/CPANInternal-140/Log-Log4perl/lib/Log/Log4perl/
H A DLevel.pm13 use constant ALL_INT => 0;
14 use constant TRACE_INT => 5000;
15 use constant DEBUG_INT => 10000;
16 use constant INFO_INT => 20000;
17 use constant WARN_INT => 30000;
18 use constant ERROR_INT => 40000;
19 use constant FATAL_INT => 50000;
20 use constant OFF_INT => (2 ** 31) - 1;
119 # changes a priority numeric constant to a level name string
/macosx-10.9.5/CPANInternal-140/XML-SAX/SAX/PurePerl/Reader/
H A DStream.pm21 use constant FH => 11;
22 use constant BUFFER_SIZE => 12;

Completed in 112 milliseconds

1234567891011>>