Searched +refs:custom +refs:guess +refs:type (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/CPANInternal-140/DateTime-Locale/lib/DateTime/
H A DLocale.pm43 id => { type => SCALAR },
45 en_language => { type => SCALAR },
46 en_script => { type => SCALAR, optional => 1 },
47 en_territory => { type => SCALAR, optional => 1 },
48 en_variant => { type => SCALAR, optional => 1 },
50 native_language => { type => SCALAR, optional => 1 },
51 native_script => { type => SCALAR, optional => 1 },
52 native_territory => { type => SCALAR, optional => 1 },
53 native_variant => { type => SCALAR, optional => 1 },
55 class => { type
[all...]
/macosx-10.9.5/CPANInternal-140/Pod-WSDL/lib/Pod/
H A DWSDL.pm5 # TODO: read type information alternatively from own file
191 unless (exists $XSD_STANDARD_TYPE_MAP{$param->type}) {
192 $me->_addType($param->type, $param->array);
197 $me->{_standardTypeArrays}->{$param->type} = 1;
202 unless (exists $XSD_STANDARD_TYPE_MAP{$fault->type}) {
203 $me->_addType($fault->type, 0);
235 warn "No pod wsdl found for type '$name'.\n" unless $pod;
245 unless (exists $XSD_STANDARD_TYPE_MAP{$attr->type}) {
246 $me->_addType($attr->type, $attr->array);
251 $me->{_standardTypeArrays}->{$attr->type}
[all...]
/macosx-10.9.5/CPANInternal-140/Pod-WSDL-0.061/lib/Pod/
H A DWSDL.pm5 # TODO: read type information alternatively from own file
191 unless (exists $XSD_STANDARD_TYPE_MAP{$param->type}) {
192 $me->_addType($param->type, $param->array);
197 $me->{_standardTypeArrays}->{$param->type} = 1;
202 unless (exists $XSD_STANDARD_TYPE_MAP{$fault->type}) {
203 $me->_addType($fault->type, 0);
235 warn "No pod wsdl found for type '$name'.\n" unless $pod;
245 unless (exists $XSD_STANDARD_TYPE_MAP{$attr->type}) {
246 $me->_addType($attr->type, $attr->array);
251 $me->{_standardTypeArrays}->{$attr->type}
[all...]
/macosx-10.9.5/CPANInternal-140/Perl-Tidy-20121207/lib/Perl/
H A DTidy.pm1380 $logger_object->write_logfile_entry("Windows type is $Windows_type\n");
2856 # determine Windows sub-type and location of
4334 $self->warning("No further warnings of this type will be given\n");
4436 occasional problems with this type of file. If you believe that the
4680 # We are given an anchor name and its type; types are:
4684 my ( $name, $type ) = @_;
4717 return if ( $type eq 'EOF' );
4729 if ( $type eq 'package' ) { $unique_name = "package-$name" }
4742 if ( $type eq 'sub' ) {
4759 if ( $type e
[all...]
/macosx-10.9.5/CPANInternal-140/Mail-Sender-0.8.22/
H A DSender.pm693 You may use this parameter to add custom headers into the message. The parameter may
716 C<>=> the content type of a single part message or the body of the multipart one.
719 the overall content type of a multipart message (for example a HTML document
720 with inlined images) while ctype is an ordinary content type for a single
1151 my ($self, $type) = @_;
1152 if (ref $self->{$type}) {
1153 $self->{$type.'_list'} = $self->{$type};
1154 $self->{$type} = join ', ', @{$self->{$type
[all...]

Completed in 205 milliseconds