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

123456789

/glassfish-3.1.2/common/common-util/src/main/java/org/glassfish/common/util/admin/
H A DManPageFinder.java13 * language governing permissions and limitations under the License.
63 * locales (language, country, variant), and by command version.
69 * wanted is versions before sections before language specificity),
164 String language = locale.getLanguage();
170 if (language != null && language.length() > 0) {
171 l.add("/" + language);
173 l.add("/" + language + "_" + country);
175 l.add("/" + language + "_" + country + "_" + variant);
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DDescriptor.java13 * language governing permissions and limitations under the License.
77 * My display name indexed by language
82 * My descriptions indexed by language
87 * icons map indexed by language
183 * @param language the language
184 * @return the localized display name for the passed language
186 public String getLocalizedDisplayName(String language) { argument
192 String originalLanguage = language;
193 if (language
[all...]
/glassfish-3.1.2/admingui/cluster/src/main/resources/availability/
H A DavailabilityTabs.inc14 language governing permissions and limitations under the License.
/glassfish-3.1.2/admingui/cluster/src/main/resources/cluster/
H A DclusterInstanceTabs.inc14 language governing permissions and limitations under the License.
H A DclusterNameSection.inc14 language governing permissions and limitations under the License.
H A DclusterTabs.inc14 language governing permissions and limitations under the License.
/glassfish-3.1.2/admingui/cluster/src/main/resources/configuration/
H A DgmsConfigurationLink.inc14 language governing permissions and limitations under the License.
H A DpluginTreeNodeGms.inc14 language governing permissions and limitations under the License.
/glassfish-3.1.2/admingui/cluster/src/main/resources/node/
H A DnodeJS.inc14 language governing permissions and limitations under the License.
H A DnodesButtons.inc14 language governing permissions and limitations under the License.
/glassfish-3.1.2/admingui/cluster/src/main/resources/shared/
H A DappSingleTargetTable.inc14 language governing permissions and limitations under the License.
H A Dhandlers.inc14 language governing permissions and limitations under the License.
H A DinstanceNew.inc14 language governing permissions and limitations under the License.
H A DinstancesExtraButtons.inc14 language governing permissions and limitations under the License.
H A DinstancesTable.inc14 language governing permissions and limitations under the License.
H A DjmsHandlers.inc14 language governing permissions and limitations under the License.
H A DsaveInstanceWtButton.inc14 language governing permissions and limitations under the License.
H A DtargetSectionForCreate.inc14 language governing permissions and limitations under the License.
/glassfish-3.1.2/admingui/cluster/src/main/resources/standalone/
H A DinstanceNameSection.inc14 language governing permissions and limitations under the License.
H A DstandaloneInstanceTabs.inc14 language governing permissions and limitations under the License.
/glassfish-3.1.2/admingui/common/src/main/resources/appServer/
H A DappConfig_2.inc14 language governing permissions and limitations under the License.
H A DdomainTabs.inc14 language governing permissions and limitations under the License.
H A DinstancesTableButtons.inc14 language governing permissions and limitations under the License.
H A DpswdAliasAttr.inc14 language governing permissions and limitations under the License.
H A DserverInstTabs.inc14 language governing permissions and limitations under the License.

Completed in 20 milliseconds

123456789