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

/glassfish-3.1.2/common/common-util/src/test/resources/config/
H A Dasenv.bat32 REM Version 2] license." If you don't indicate a single choice of license, a
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/api/
H A DGlobals.java32 * Version 2] license." If you don't indicate a single choice of license, a
44 import com.sun.enterprise.module.single.StaticModulesRegistry;
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/naming/
H A DConnectorNamingUtils.java32 * Version 2] license." If you don't indicate a single choice of license, a
46 import com.sun.enterprise.module.single.StaticModulesRegistry;
/glassfish-3.1.2/core/bootstrap/src/main/java/com/sun/enterprise/glassfish/bootstrap/
H A DSingleHK2Factory.java32 * Version 2] license." If you don't indicate a single choice of license, a
47 import com.sun.enterprise.module.single.SingleModulesRegistry;
/glassfish-3.1.2/core/kernel/src/test/java/org/glassfish/tests/kernel/admin/
H A DCommandRunnerTest.java32 * Version 2] license." If you don't indicate a single choice of license, a
46 import com.sun.enterprise.module.single.SingleModulesRegistry;
/glassfish-3.1.2/deployment/client/src/main/java/org/glassfish/deployapi/
H A DSunDeploymentManager.java32 * Version 2] license." If you don't indicate a single choice of license, a
49 import com.sun.enterprise.module.single.StaticModulesRegistry;
692 *targets represented by this single work object.
763 *targets represented by this single work object.
1219 *Return the single progress object to return to the caller.
1342 *Each invocation of a DeploymentFacility method, on the other hand, can work on only a single module
1344 *target module IDs as passed from the JSR88 client and making the information for a single
1351 *instances, each representing a single module and perhaps multiple targets.
1360 /* Collects together the individual progress objects into a single aggregate one. */
1437 *Encapsulates information used with a single invocatio
[all...]
/glassfish-3.1.2/tests/quicklook/web/jruby/helloapp/public/javascripts/
H A Dprototype.js3665 var opt, currentValue, single = !Object.isArray(value);
3669 if (single) {
/glassfish-3.1.2/tests/utils/src/main/java/org/glassfish/tests/utils/
H A DUtils.java32 * Version 2] license." If you don't indicate a single choice of license, a
46 import com.sun.enterprise.module.single.StaticModulesRegistry;
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/tests/webservices/
H A DEJBLinkedToOnePortCompCheck.java32 * Version 2] license." If you don't indicate a single choice of license, a
58 * @testDescription: A session EJB must only be linked to by a single port-component.
88 "The session EJB associated with this end-point is linked to by a single port-component."));
118 boolean single = true;
128 single = false;
133 return single;
H A DServletLinkedToOnePortCompCheck.java32 * Version 2] license." If you don't indicate a single choice of license, a
58 * @testDescription: A servlet must only be linked to by a single port-component.
91 "The Servlet associated with this end-point is linked to by a single port-component."));
121 boolean single = true;
131 single = false;
136 return single;
/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/
H A DAsadminMain.java32 * Version 2] license." If you don't indicate a single choice of license, a
54 import com.sun.enterprise.module.single.StaticModulesRegistry;
/glassfish-3.1.2/admin/cli/src/main/java/com/sun/enterprise/admin/cli/remote/
H A DRemoteCommand.java32 * Version 2] license." If you don't indicate a single choice of license, a
51 import com.sun.enterprise.module.single.StaticModulesRegistry;
/glassfish-3.1.2/admin/launcher/src/test/resources/config/
H A Dasenv.bat32 REM Version 2] license." If you don't indicate a single choice of license, a
/glassfish-3.1.2/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/
H A DACCModulesManager.java32 * Version 2] license." If you don't indicate a single choice of license, a
45 import com.sun.enterprise.module.single.StaticModulesRegistry;
79 * we use a single habitat for the JVM.
/glassfish-3.1.2/appclient/client/appclient-scripts/src/main/resources/glassfish/bin/
H A Dappclient.bat33 REM Version 2] license." If you don't indicate a single choice of license, a
H A Dpackage-appclient.bat33 REM Version 2] license." If you don't indicate a single choice of license, a
/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Ddefines.mk32 # Version 2] license." If you don't indicate a single choice of license, a
/glassfish-3.1.2/packager/glassfish-nucleus/src/main/resources/bin/
H A Dasadmin.bat33 REM Version 2] license." If you don't indicate a single choice of license, a
/glassfish-3.1.2/packager/nucleus-base/bin/
H A Dasadmin.bat33 REM Version 2] license." If you don't indicate a single choice of license, a
H A Djspc.bat33 REM Version 2] license." If you don't indicate a single choice of license, a
/glassfish-3.1.2/packager/nucleus-base/config/
H A Dasenv.bat32 REM Version 2] license." If you don't indicate a single choice of license, a
/glassfish-3.1.2/persistence/cmp/cmp-scripts/src/main/resources/glassfish/bin/
H A Dcapture-schema.bat34 REM Version 2] license." If you don't indicate a single choice of license, a
/httpd/docs/manual/style/scripts/
H A Dprettify.js606 * there is a single child element that contains all the non-space textual
804 * although in those cases a single string literal may be broken up into
816 // '''multi-line-string''', 'single-line-string', and double-quoted
826 // 'single-line-string', "single-line-string"
1224 * of decorations. Takes a single argument job which describes the
1225 * state of the computation. The single parameter has the form
1582 // A double or single quoted, possibly multi-line, string.
/httpd/modules/ssl/
H A Dmod_ssl_ct.c279 /* Read the various .sct files and stick them together in a single file */
1944 OCSP_SINGLERESP *single; local
1977 single = sk_OCSP_SINGLERESP_value(rd->responses, i); /* UNDOC */
1978 if (!single) {
1982 idx = OCSP_SINGLERESP_get_ext_by_NID(single,
1992 exts = single->singleExtensions;
/httpd/build/
H A DNWGNUhead.inc65 @echo $(DL)Multiple targets can be used on a single nmake command line -$(DL)

Completed in 276 milliseconds