Searched refs:Type (Results 1 - 25 of 1220) sorted by path

1234567891011>>

/macosx-10.10.1/AppleRAID-4.0.6/
H A Dartest.c188 CFStringRef Type = CFStringCreateWithCString(nil, partitionType, kCFStringEncodingUTF8);
189 if (!Type) goto Failure;
190 CFDictionarySetValue(Partition, CFSTR("Type"), Type);
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/asm/
H A DAnnotationWriter.java134 } else if (value instanceof Type) {
135 bv.put12('c', cw.newUTF8(((Type) value).getDescriptor()));
H A DClassReader.java1265 av.visit(name, Type.getType(readUTF8(v, buf)));
1584 * {@link Double}, {@link String} or {@link Type} corresponding to
1600 return Type.getType(s.charAt(0) == '[' ? s : "L" + s + ";");
H A DClassWriter.java814 * {@link Type}.
844 } else if (cst instanceof Type) {
845 Type t = (Type) cst;
846 return newClassItem(t.getSort() == Type.OBJECT
H A DMethodWriter.java506 * @param desc the method's descriptor (see {@link Type}).
594 panns = new AnnotationWriter[Type.getArgumentTypes(descriptor).length];
600 ipanns = new AnnotationWriter[Type.getArgumentTypes(descriptor).length];
H A DType.java41 public class Type { class
101 public final static Type VOID_TYPE = new Type(VOID);
106 public final static Type BOOLEAN_TYPE = new Type(BOOLEAN);
111 public final static Type CHAR_TYPE = new Type(CHAR);
116 public final static Type BYTE_TYPE = new Type(BYTE);
121 public final static Type SHORT_TYP
178 private Type(final int sort) { method in class:Type
191 private Type(final int sort, final char[] buf, final int off, final int len) method in class:Type
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/java/src/com/sleepycat/persist/model/
H A DAnnotationModel.java14 import java.lang.reflect.Type;
214 Type[] typeArgs = ((ParameterizedType) field.getGenericType()).
H A DBytecodeEnhancer.java71 import com.sleepycat.asm.Type;
101 PRIMITIVE_WRAPPERS.put(Boolean.class.getName(), Type.BOOLEAN);
102 PRIMITIVE_WRAPPERS.put(Character.class.getName(), Type.CHAR);
103 PRIMITIVE_WRAPPERS.put(Byte.class.getName(), Type.BYTE);
104 PRIMITIVE_WRAPPERS.put(Short.class.getName(), Type.SHORT);
105 PRIMITIVE_WRAPPERS.put(Integer.class.getName(), Type.INT);
106 PRIMITIVE_WRAPPERS.put(Long.class.getName(), Type.LONG);
107 PRIMITIVE_WRAPPERS.put(Float.class.getName(), Type.FLOAT);
108 PRIMITIVE_WRAPPERS.put(Double.class.getName(), Type.DOUBLE);
663 if (sort == Type
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/perl/BerkeleyDB/
H A Ddbinfo23 Type => "Btree",
39 Type => "Hash",
55 Type => "Queue",
123 File Type: Berkeley DB $type->{Type} file.
/macosx-10.10.1/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DBuilder.pm1294 of ''. Type can be one of the following:
/macosx-10.10.1/BerkeleyDB-21/db/perl/DB_File/
H A Ddbinfo23 Type => "Btree",
39 Type => "Hash",
55 Type => "Queue",
123 File Type: Berkeley DB $type->{Type} file.
/macosx-10.10.1/CPANInternal-159.1/Authen-Krb5/
H A DKrb5.pm153 Type can be one of the following: NT_UNKNOWN, NT_PRINCIPAL, NT_SRV_INST,
/macosx-10.10.1/CPANInternal-159.1/Crypt-SSLeay-0.64/certs/
H A Dca-bundle.crt152 Netscape Cert Type:
371 Netscape Cert Type:
430 Netscape Cert Type:
551 Netscape Cert Type:
706 Netscape Cert Type:
862 Netscape Cert Type:
955 Netscape Cert Type:
1039 Netscape Cert Type:
1126 Netscape Cert Type:
2352 Netscape Cert Type
[all...]
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Dlogger.pl32 qw( Content-Type Set-Cookie Set-Cookie2 WWW-Authenticate Location ),
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/
H A DProxy.pm872 and C<""> those with no C<Content-Type:> header. To match any
873 reponse (with or without a C<Content-Type:> header), use C<undef>.
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Dlogger.pl32 qw( Content-Type Set-Cookie Set-Cookie2 WWW-Authenticate Location ),
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/
H A DProxy.pm872 and C<""> those with no C<Content-Type:> header. To match any
873 reponse (with or without a C<Content-Type:> header), use C<undef>.
/macosx-10.10.1/CPANInternal-159.1/JSON-RPC-0.96/lib/JSON/RPC/
H A DProcedure.pm188 =item Type check
/macosx-10.10.1/CPANInternal-159.1/Krb5-1.9/
H A DKrb5.pm153 Type can be one of the following: NT_UNKNOWN, NT_PRINCIPAL, NT_SRV_INST,
/macosx-10.10.1/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/Email/
H A DMIMELite.pm22 Type => 'TEXT',
/macosx-10.10.1/CPANInternal-159.1/PlRPC-0.2020/lib/RPC/
H A DPlClient.pm68 'Type' => $self->{'socket_type'},
267 I<Type> and I<Timeout> of IO::Socket::INET. The server connection will be
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/
H A DChanges131 ! [2777361] SOAP 1.2 Content-Type rejected
153 ! [ 1959329 ] Incorrect Content-Type while sending requests with no parts
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/examples/COM/
H A Dremote.cs12 Type typ = Type.GetTypeFromProgID("SOAP.Lite");
/macosx-10.10.1/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DConstants.pm153 Unless this parameter is set to 1, outgoing Content-Type headers will include specification of the character set used in encoding the message itself. Not all endpoints (client or server) may be able to properly deal with that data on the content header, however. If dealing with an endpoint that expects to do a more literal examination of the header as whole (as opposed to fully parsing it), this parameter may prove useful.
157 The content-type itself for a SOAP message is rather clearly defined, and in most cases, an application would have no reason to disable the testing of that header. This having been said, the content-type for SOAP 1.2 is still only a recommended draft, and badly coded endpoints might send valid messages with invalid Content-Type headers. While the "right" thing to do would be to reject such messages, that isn't always an option. Setting this parameter to 1 allows the toolkit to skip the content-type test.
H A DLite.pm72 # die "Type '$method' can't be found in a schema class '$package'\n"
2116 my $type = $_->head->mime_attr('Content-Type');
4807 Type => "image/gif",
4870 'Type' => "text/xml",

Completed in 293 milliseconds

1234567891011>>