Searched defs:global (Results 1 - 2 of 2) sorted by relevance
/solaris-userland-s11u3/components/visual-panels/coreadm/src/java/vpanels/app/coreadm/com/oracle/solaris/vp/panels/coreadm/client/swing/ |
H A D | CoreAdmOptionsPanel.java | 60 EXAMPLE_REPLACEMENTS.put(CoreUtil.FMT_ZONE, "global"); 263 CoreConfig.ScopeConfig getConfig(boolean global) argument 275 if (global && !empty && !path.startsWith("/") && 278 Finder.getString("error.coreadm.custom.global.absolute"))); 282 throw (new ActionFailedException(Finder.getString(global ? 283 "error.coreadm.custom.global.empty" :
|
H A D | CoreConfig.java | 107 private static final String PROP_PFX_GLOBAL = "global"; 202 * the process or global scope. 357 CoreConfig(ScopeConfig global, ScopeConfig process, boolean logging) argument 359 globalScope_ = global; 370 boolean global, boolean globalSetid, 375 globalPattern, global, globalSetid), 478 ps.println(" global core file pattern: " + 480 ps.println(" global core file content: " + 486 ps.println(" global core dumps: " + 490 ps.println(" global seti 369 CoreConfig(String globalPattern, String processPattern, boolean global, boolean globalSetid, boolean process, boolean processSetid, boolean logging) argument [all...] |
Completed in 21 milliseconds