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

12

/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/bridge/
H A DResourceStrings.java41 private static ResourceBundle bundle = null; field in class:ResourceStrings
51 if (bundle == null) {
52 bundle = ResourceBundle.getBundle(
56 msg = bundle.getString(key);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/common/
H A DResourceStrings.java39 * The handle to the resource bundle for the module.
41 private static ResourceBundle bundle = null; field in class:ResourceStrings
44 * Return a string from the resource bundle.
45 * @param key the key to the resource bundle string.
46 * @return the resource bundle string.
51 if (bundle == null) {
52 bundle = ResourceBundle.getBundle(
56 msg = bundle.getString(key);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpbatch/
H A DResourceStrings.java39 * The handle to the resource bundle for the module.
41 private static ResourceBundle bundle = null; field in class:ResourceStrings
44 * Return a string from the resource bundle.
45 * @param key the key to the resource bundle string.
46 * @return the resource bundle string.
51 if (bundle == null) {
52 bundle = ResourceBundle.getBundle(
56 msg = bundle.getString(key);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhcpconfig/
H A DResourceStrings.java39 * The handle to the resource bundle for the module.
41 private static ResourceBundle bundle = null; field in class:ResourceStrings
44 * Return a string from the resource bundle.
45 * @param key the key to the resource bundle string.
46 * @return the resource bundle string.
51 if (bundle == null) {
52 bundle = ResourceBundle.getBundle(
56 msg = bundle.getString(key);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/dhtadm/
H A DResourceStrings.java39 * The handle to the resource bundle for the module.
41 private static ResourceBundle bundle = null; field in class:ResourceStrings
44 * Return a string from the resource bundle.
45 * @param key the key to the resource bundle string.
46 * @return the resource bundle string.
51 if (bundle == null) {
52 bundle = ResourceBundle.getBundle(
56 msg = bundle.getString(key);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/pntadm/
H A DResourceStrings.java39 * The handle to the resource bundle for the module.
41 private static ResourceBundle bundle = null; field in class:ResourceStrings
44 * Return a string from the resource bundle.
45 * @param key the key to the resource bundle string.
46 * @return the resource bundle string.
51 if (bundle == null) {
52 bundle = ResourceBundle.getBundle(
56 msg = bundle.getString(key);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/
H A DResourceStrings.java39 * The handle to the resource bundle for the module.
41 private static ResourceBundle bundle = null; field in class:ResourceStrings
44 * Return a string from the resource bundle.
45 * @param key the key to the resource bundle string.
46 * @return the resource bundle string.
51 if (bundle == null) {
52 bundle = ResourceBundle.getBundle(
56 msg = bundle.getString(key);
H A DSelectOptionDialog.java69 private ResourceBundle bundle; field in class:SelectOptionDialog.OptionTableModel
74 // Locate the resource bundle containing the localized descriptions
75 bundle = ResourceBundle.getBundle(
126 return bundle.getString(data[row].getKey());
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/SUNWbinfiles/
H A DResourceStrings.java39 * The handle to the resource bundle for the module.
41 private static ResourceBundle bundle = null; field in class:ResourceStrings
44 * Return a string from the resource bundle.
45 * @param key the key to the resource bundle string.
46 * @return the resource bundle string.
51 if (bundle == null) {
52 bundle = ResourceBundle.getBundle(
56 msg = bundle.getString(key);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/SUNWfiles/
H A DResourceStrings.java39 * The handle to the resource bundle for the module.
41 private static ResourceBundle bundle = null; field in class:ResourceStrings
44 * Return a string from the resource bundle.
45 * @param key the key to the resource bundle string.
46 * @return the resource bundle string.
51 if (bundle == null) {
52 bundle = ResourceBundle.getBundle(
56 msg = bundle.getString(key);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/common/
H A DResourceStrings.java39 * The handle to the resource bundle for the module.
41 private static ResourceBundle bundle = null; field in class:ResourceStrings
44 * Return a string from the resource bundle.
45 * @param key the key to the resource bundle string.
46 * @return the resource bundle string.
51 if (bundle == null) {
52 bundle = ResourceBundle.getBundle(
56 msg = bundle.getString(key);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/data/
H A DResourceStrings.java39 * The handle to the resource bundle for the module.
41 private static ResourceBundle bundle = null; field in class:ResourceStrings
44 * Return a string from the resource bundle.
45 * @param key the key to the resource bundle string.
46 * @return the resource bundle string.
51 if (bundle == null) {
52 bundle = ResourceBundle.getBundle(
56 msg = bundle.getString(key);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/server/
H A DResourceStrings.java39 * The handle to the resource bundle for the module.
41 private static ResourceBundle bundle = null; field in class:ResourceStrings
44 * Return a string from the resource bundle.
45 * @param key the key to the resource bundle string.
46 * @return the resource bundle string.
51 if (bundle == null) {
52 bundle = ResourceBundle.getBundle(
56 msg = bundle.getString(key);
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/
H A DResourceStrings.java39 * The handle to the resource bundle for the module.
41 private static ResourceBundle bundle = null; field in class:ResourceStrings
44 * Return a string from the resource bundle.
45 * @param key the key to the resource bundle string.
46 * @return the resource bundle string.
51 if (bundle == null) {
52 bundle = ResourceBundle.getBundle(
56 msg = bundle.getString(key);
H A DHelpIds.java33 private ResourceBundle bundle; field in class:HelpIds
36 bundle = ResourceBundle.getBundle(bundleName);
43 * if (bundle.getLocale().toString().length() == 0) {
49 String s = bundle.getString(key);
/opensolaris-onvv-gate/usr/src/cmd/bc/
H A Dbc.y44 static int *bundle(int, ...);
108 ttp = bundle(6, pre, $7, post, "0", numb[lev], "Q");
121 = bundle(2, $1, "ps.");
123 = bundle(1, "");
125 = bundle(3, "[", $1, "]P");
127 = bundle(3, $3, "s", $1);
129 = bundle(4, $6, $3, ":", geta($1));
131 = bundle(6, "l", $1, $3, $2, "s", $1);
133 = bundle(8, $3, ";", geta($1), $6, $5, $3, ":", geta($1));
135 = bundle(
[all...]
/opensolaris-onvv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DpmUtility.java51 * Gets the localized string from the named bundle
56 ResourceBundle bundle = null;
60 bundle = ResourceBundle.getBundle(
67 keyvalue = bundle.getString(key);
78 ResourceBundle bundle = null;
82 bundle = ResourceBundle.getBundle(
89 keyvalue = bundle.getString(key);
101 ResourceBundle bundle = null;
104 bundle = ResourceBundle.getBundle(
111 s = bundle
[all...]
H A DpmHelpRepository.java165 ResourceBundle bundle = null;
171 bundle = ResourceBundle.getBundle(
178 keyvalue = bundle.getString(key);
180 keyvalue = bundle.getString("Missing:") + key;
199 * get the property values from the resource bundle
204 ResourceBundle bundle = null;
207 bundle = ResourceBundle.getBundle(
213 Enumeration e = bundle.getKeys();
219 tagName = bundle.getString(key);
H A DhelpTest.java133 ResourceBundle bundle = null;
136 bundle = ResourceBundle.getBundle(
143 Enumeration e = bundle.getKeys();
149 tagName = bundle.getString(key);
/opensolaris-onvv-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A Dslpd.java94 // Server bundle. Set the parent.
98 private ResourceBundle bundle = null; field in class:slpd.ServerBundle
121 bundle =
129 bundle = bundle != null ?
130 bundle :
141 ret = bundle.getObject(key);
153 return bundle.getKeys();
228 ResourceBundle bundle =
232 bundle));
609 errorExit(ResourceBundle bundle, ServiceLocationException ex) argument
[all...]
H A DSLPDgui.java88 ResourceBundle bundle = conf.getMessageBundle(conf.getLocale());
90 slpd.errorExit(bundle, ex);
/opensolaris-onvv-gate/usr/src/uts/common/fs/ctfs/
H A Dctfs_event.c48 * CTFS routines for the /system/contract/<type>/bundle vnode.
101 * process bundle queue listeners by definition may view all events
119 * process bundle queues and contract queues because
351 ctfs_bunode_t *bundle; local
354 bundle = vp->v_data;
355 bundle->ctfs_bu_queue =
364 * Creates and returns a bunode for a /system/contract/<type>/bundle
371 ctfs_bunode_t *bundle; local
374 bundle = vp->v_data;
375 bundle
[all...]
/opensolaris-onvv-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c75 CFBundleRef bundle; member in struct:plugin_file_handle
164 htmp->bundle = pluginBundle;
165 pluginBundle = NULL; /* htmp->bundle takes ownership */
212 if (!err && !sym && (h->bundle != NULL)) {
223 sym = CFBundleGetFunctionPointerForName (h->bundle, cfsymname);
225 sym = CFBundleGetDataPointerForName (h->bundle, cfsymname);
273 * CFRelease will unload the bundle if the internal refcount goes to zero. */
274 if (h->bundle != NULL) { CFRelease (h->bundle); }
349 #define FILEEXTS { "", ".bundle", "
[all...]
/opensolaris-onvv-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c691 * as an ASTRING and let the bundle apply code validate
753 * Store the property type as invalid, and let the bundle apply
2836 * be specifed in the service bundle DTD. This function verifies that
3372 * to bundle.
3378 lxml_get_service(bundle_t *bundle, xmlNodePtr svc, svccfg_op_t op) argument
3414 bundle->sc_bundle_type == SVCCFG_MANIFEST) {
3465 bundle->sc_bundle_type, op) != 0)
3528 return (internal_attach_service(bundle, s));
3555 lxml_get_bundle(bundle_t *bundle, bundle_type_t bundle_type, argument
3563 * 1. Get bundle attribute
3636 lxml_get_bundle_file(bundle_t *bundle, const char *filename, svccfg_op_t op) argument
[all...]
/opensolaris-onvv-gate/usr/src/lib/libdtrace/common/
H A Ddt_aggregate.c961 * the bundle is values followed by key to accommodate the
1350 dt_ahashent_t *h, **sorted = NULL, ***bundle, **nbundle; local
1662 * to reuse the underlying storage. And note that "bundle" is an
1668 bundle = (dt_ahashent_t ***)sorted;
1676 * We have a bundle boundary. Everything from start to
1677 * (i - 1) belongs in one bundle.
1723 bundle[nbundles++] = nbundle;
1730 dt_aggregate_qsort(dtp, bundle, nbundles, sizeof (dt_ahashent_t **),
1751 assert(bundle[i][ndx] != NULL);
1752 data[j + 1] = &bundle[
[all...]

Completed in 230 milliseconds

12