Searched refs:any (Results 1 - 7 of 7) sorted by relevance

/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/pi/
H A DInterceptorImpl.java135 Any any = ORB.init().create_any();
136 any.insert_boolean(false);
141 any);
143 any.insert_boolean(true);
148 any);
245 Any any = null;
247 any = this.codec.decode_value(otsComp.component_data, typeCode);
253 otsPolicyValue = OTSPolicyValueHelper.extract(any);
344 //Any any = ORB.init().create_any();
345 Any any
[all...]
/glassfish-3.1.2/security/ejb.security/src/main/java/com/sun/enterprise/iiop/security/
H A DSecClientRequestInterceptor.java193 Any any = orb.create_any();
200 X501DistinguishedNameHelper.insert(any, dos.toByteArray());
203 idtok.dn(codec.encode_value(any));
214 X509CertificateChainHelper.insert(any, dos.toByteArray());
217 idtok.certificate_chain(codec.encode_value(any));
229 GSS_NT_ExportedNameHelper.insert(any, expname);
232 idtok.principal_name(codec.encode_value(any));
252 * CSIV2 level 0 implementation does not require any authorization
429 * There is currently no mapping defined for any other status
H A DSecServerRequestInterceptor.java232 Any any; // Any object returned from codec.decode_value()
258 any = codec.decode_value(derenc, X501DistinguishedNameHelper.type());
261 derenc = X501DistinguishedNameHelper.extract(any);
284 any = codec.decode_value(derenc, X509CertificateChainHelper.type());
287 derenc = X509CertificateChainHelper.extract(any);
339 any = codec.decode_value(expname, GSS_NT_ExportedNameHelper.type());
341 expname = GSS_NT_ExportedNameHelper.extract(any);
506 * CSIV2 spec does not specify the actions for any message other than
/glassfish-3.1.2/tests/amx/src/org/glassfish/admin/amxtest/
H A DAMXTestBase.java373 getConfigConfig(final AMXConfig any) { argument
374 final ObjectName objectName = Util.getObjectName(any);
377 return any.getDomainRoot().getDomainConfig().getConfigsConfig().getConfigConfigMap().get(configName);
/glassfish-3.1.2/appclient/client/appclient-scripts/src/main/resources/glassfish/bin/
H A Dpackage-appclient.bat45 REM Run with the user-specified Java, if any.
/glassfish-3.1.2/tests/quicklook/web/jruby/helloapp/public/javascripts/
H A Dcontrols.js387 // match text at the beginning of any *word* in the
396 // how many characters are required to do any match
833 var textFound = this._collection.any(function(entry) {
H A Dprototype.js628 any: function(iterator, context) {
810 some: Enumerable.any

Completed in 27 milliseconds