| /glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/ |
| H A D | DeploymentDescriptorNode.java | 317 if (attributeName.getQName().equals(TagNames.ID)) {
|
| /glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/connector/ |
| H A D | ConnectorNode.java | 108 * @param publicIDToDTD is a mapping between xml Public-ID to DTD 155 } else if (attributeName.getQName().equals(TagNames.ID)) {
|
| /glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/node/ws/ |
| H A D | WLWebServicesDescriptorNode.java | 134 if (attributeName.getQName().equals(TagNames.ID)) {
|
| /glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/xml/ |
| H A D | TagNames.java | 52 public static final String ID = "id"; field in interface:TagNames
|
| /glassfish-3.1.2/web/web-embed/api/src/main/java/org/glassfish/embeddable/web/ |
| H A D | VirtualServer.java | 68 * @param ID id of this <tt>VirtualServer</tt>. 70 public void setID(String ID); argument
|
| /glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/ |
| H A D | ServerTags.java | 480 static public final String ID = "id"; field in class:ServerTags 494 //static public final String ID = "id"; 509 //static public final String ID = "id";
|
| /glassfish-3.1.2/flashlight/framework/src/main/java/org/glassfish/flashlight/impl/client/ |
| H A D | DTraceClientInvoker.java | 79 public DTraceClientInvoker(int ID, FlashlightProbe p) { argument 80 id = ID;
|
| /glassfish-3.1.2/installer/src/GlassFishV3Preview/resources/wrappers/ |
| H A D | engine-wrapper | 53 ID=/usr/bin/id
|
| H A D | oiuninstaller | 57 ID=/usr/bin/id
|
| H A D | product-installer.sh | 62 ID=/usr/bin/id 134 ENGINE_OPS="${ENGINE_OPS} -p Default-Product-ID=${PRODUCTNAME}" 248 USERID=`${ID} | ${CUT} -d'(' -f1 | ${CUT} -d'=' -f2`
|
| H A D | uninstall.sh | 183 ./uninstaller -s ${CWD}/var/install/config/Domain -m file://${CWD}/install/metadata -p Default-Product-ID=Domain -p Pkg-Format=zip -J "-Dorg.openinstaller.provider.configurator.class=org.openinstaller.provider.conf.InstallationConfigurator" ${ARGS}
|
| /glassfish-3.1.2/installer/src/GlassFishV3WebProfilePreview/resources/wrappers/ |
| H A D | engine-wrapper | 53 ID=/usr/bin/id
|
| H A D | oiuninstaller | 57 ID=/usr/bin/id
|
| H A D | product-installer.sh | 62 ID=/usr/bin/id 134 ENGINE_OPS="${ENGINE_OPS} -p Default-Product-ID=${PRODUCTNAME}" 248 USERID=`${ID} | ${CUT} -d'(' -f1 | ${CUT} -d'=' -f2`
|
| H A D | uninstall.sh | 183 ./uninstaller -s ${CWD}/var/install/config/Domain -m file://${CWD}/install/metadata -p Default-Product-ID=Domain -p Pkg-Format=zip -J "-Dorg.openinstaller.provider.configurator.class=org.openinstaller.provider.conf.InstallationConfigurator" ${ARGS}
|
| /glassfish-3.1.2/installer/src/main/resources/wrappers/ |
| H A D | engine-wrapper | 56 ID=/usr/bin/id
|
| H A D | oiuninstaller | 57 ID=/usr/bin/id
|
| H A D | product-installer.sh | 62 ID=/usr/bin/id 134 ENGINE_OPS="${ENGINE_OPS} -p Default-Product-ID=${PRODUCTNAME}" 248 USERID=`${ID} | ${CUT} -d'(' -f1 | ${CUT} -d'=' -f2`
|
| H A D | uninstall.sh | 174 ./uninstaller -s ${CWD}/var/install/config/glassfish -m file://${CWD}/metadata -p Default-Product-ID=glassfish -p Pkg-Format=zip -J "-Dorg.openinstaller.provider.configurator.class=org.openinstaller.provider.conf.InstallationConfigurator" ${ARGS}
|
| /glassfish-3.1.2/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/ |
| H A D | ConnectionExecutionContext.java | 87 Long ID = ClientThreadID.get(); 89 return ID;
|
| /osnet-11/usr/src/lib/libsec/common/ |
| H A D | acl.y | 47 %token <str> ID IDNAME PERM_TOK INHERIT_TOK SID 503 id: ID {$$ = $1;}
|
| H A D | acl_lex.l | 85 ID [0-9]+ 665 <US>{ID}/[,\n] { 673 return (ID);
|
| /osnet-11/usr/src/lib/libsocket/inet/ |
| H A D | ruserpass.c | 65 #define ID 10 macro 177 if (token() != ID || strcmp(host, d->tokval)) 265 return (ID);
|
| /osnet-11/usr/src/lib/libkmf/libkmf/common/ |
| H A D | certgetsetop.c | 1636 kmf_get_cert_id_data(const KMF_DATA *SignedCert, KMF_DATA *ID) argument 1641 if (SignedCert == NULL || ID == NULL) 1648 ret = GetIDFromSPKI(&cert->certificate.subjectPublicKeyInfo, ID); 1659 KMF_DATA ID = {NULL, 0}; local 1666 ret = kmf_get_cert_id_data(SignedCert, &ID); 1668 kmf_free_data(&ID); 1673 for (i = 0; i < ID.Length; i++) { 1676 "%02x", (uchar_t)ID.Data[i]); 1677 if ((i+1) < ID.Length) 1684 kmf_free_data(&ID); [all...] |
| H A D | pk11keys.c | 712 GetIDFromSPKI(KMF_X509_SPKI *spki, KMF_DATA *ID) argument 720 if (ID == NULL || spki == NULL) 723 ID->Data = (uchar_t *)malloc(SHA1_HASH_LENGTH); 724 if (ID->Data == NULL) 727 ID->Length = SHA1_HASH_LENGTH; 739 create_id_hash(&KeyParts[KMF_RSA_MODULUS], ID); 741 create_id_hash(&KeyParts[KMF_DSA_PUBLIC_VALUE], ID); 744 create_id_hash(&KeyParts[KMF_ECDSA_POINT], ID); 755 if (rv != KMF_OK && ID->Data != NULL) { 756 free(ID [all...] |