/solaris-userland-s11u3/components/visual-panels/usermgr/src/java/vpanels/app/usermgr/com/oracle/solaris/vp/panels/usermgr/client/swing/ |
H A D | UserManagedObject.java | 123 userNameProperty.update(user.getUsername(), true); 124 userDescProperty.update(user.getDescription(), true); 125 userIdProperty.update(user.getUserID(), true); 126 groupIdProperty.update(user.getGroupID(), true); 127 homeDirProperty.update(user.getHomeDirectory(), true); 128 shellProperty.update(user.getDefaultShell(), true); 130 rolesProperty.update(listToString(user.getRoles()), true); 131 rightsProperty.update(listToString(user.getProfiles()), true); 132 authRightsProperty.update(listToString(user.getAuthProfiles()), true); 133 authsProperty.update(listToStrin [all...] |
H A D | AuthRightsSettings.java | 55 getProperty().update(userObj.getAuthRights(), false); 60 getProperty().update(userObj.getAuthRights(), false);
|
H A D | RightsSettings.java | 55 getProperty().update(userObj.getRights(), false); 60 getProperty().update(userObj.getRights(), false);
|
H A D | AuthsSettings.java | 56 getProperty().update(userObj.getAuths(), false);
|
H A D | RolesSettings.java | 58 getProperty().update(roleStr, true);
|
H A D | UserMgrBasicPanel.java | 259 descProperty.update(umo.getUserDescProperty().getSavedValue(), false); 284 groupProperty.update(savedGname, false); 291 homeProperty.update(umo.getHomeDirProperty().getSavedValue(), false); 298 shellProperty.update(umo.getShellProperty().getSavedValue(), false); 302 getPassProperty().update(umo.getPassProperty().getSavedValue(), false); 303 getPassConfirmProperty().update( 311 settingsProperty.update(false, true); 495 advDialog.update(); 505 settingsProperty.update(false, true);
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/ |
H A D | FileUtil.java | 43 digest.update(buffer, 0, n);
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/property/ |
H A D | MutableProperty.java | 87 * saved values hadn't differed prior to this update. 96 void update(T value, boolean force); method in interface:MutableProperty
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/swing/view/ |
H A D | FilterField.java | 68 update(); 87 private void update() method in class:FilterField
|
/solaris-userland-s11u3/make-rules/ |
H A D | ips-buildinfo.mk | 27 # trunk_id.update.SRU.platform.buildid.nightlyid 31 # update : 0 for FCS, 1 for update 1, etc. 32 # SRU : SRU (support repository update) number for this update 49 # The value must match the update number of the release. 63 # release a platform update while the Solaris Update is being built.
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/smf/ |
H A D | SmfEnabledProperty.java | 106 update(getRepoValue(), force);
|
H A D | SmfMutablePropertyWrapper.java | 161 public void update(T t, boolean force) { method in class:SmfMutablePropertyWrapper
|
/solaris-userland-s11u3/components/visual-panels/firewall/src/java/vpanels/app/firewall/com/oracle/solaris/vp/panels/firewall/client/swing/ |
H A D | ServiceEditPanel.java | 52 getAccessProperty().update(null, false);
|
H A D | CommonEditPanel.java | 104 accessProperty.update(policy, false);
|
H A D | FirewallPanelDescriptor.java | 250 // Set open_port values which update default policy. 260 ((SimpleAccessPolicy) policy).update(p.getType(), p.getCustomFile(), 269 ((SimpleAccessPolicy) ovrPolicy).update(policy.getType(), 299 p.update(p.getSavedType(), p.getSavedCustomFile(), 304 p.update(p.getSavedType(), p.getSavedCustomFile(),
|
H A D | FirewallOpenPortsPanel.java | 119 pListProperty.update(
|
/solaris-userland-s11u3/components/visual-panels/apache/src/java/vpanels/app/apache/com/oracle/solaris/vp/panels/apache/client/swing/ |
H A D | ApacheUtil.java | 93 public static <T> void update(MutableProperty<T> src, method in class:ApacheUtil 104 public static <T> void update(BasicSmfMutableProperty<T> src, method in class:ApacheUtil
|
H A D | VirtualHostGeneralPanel.java | 124 ApacheUtil.update(vHost.getEnabledProperty(), enabledProperty); 125 ApacheUtil.update(vHost.getPortProperty(), portProperty); 126 ApacheUtil.update(vHost.getDomainProperty(), domainProperty); 127 ApacheUtil.update(vHost.getDocRootProperty(), docRootProperty); 128 ApacheUtil.update(vHost.getServeHomeDirsProperty(), 131 ApacheUtil.update(vHost.getCustomEnabledProperty(), 134 ApacheUtil.update(vHost.getCustomFileProperty(),
|
H A D | VirtualHostSSLPanel.java | 104 ApacheUtil.update(vHost.getSslEnabledProperty(), enabledProperty); 105 ApacheUtil.update(vHost.getSslIpProperty(), ipProperty); 106 ApacheUtil.update(vHost.getSslPortProperty(), portProperty); 107 ApacheUtil.update(vHost.getSslCertProperty(), certProperty); 108 ApacheUtil.update(vHost.getSslKeyProperty(), keyProperty);
|
H A D | MimeTypePanel.java | 86 ApacheUtil.update(mimeType.getTypeProperty(), typeProperty); 87 ApacheUtil.update(mimeType.getSubtypeProperty(), subtypeProperty); 88 ApacheUtil.update(mimeType.getExtensionsProperty(),
|
H A D | ModulePanel.java | 87 ApacheUtil.update(module.getNameProperty(), nameProperty); 88 ApacheUtil.update(module.getFileProperty(), fileProperty);
|
H A D | GlobalPanel.java | 102 ApacheUtil.update(descriptor.getEnabledProperty(), enabledProperty); 104 ApacheUtil.update(descriptor.getCustomEnabledProperty(), 107 ApacheUtil.update(descriptor.getCustomFileProperty(),
|
/solaris-userland-s11u3/components/visual-panels/time/src/java/vpanels/app/time/com/oracle/solaris/vp/panels/time/client/swing/ |
H A D | NTPPanel.java | 129 enabledProperty.update(model.isEnabled(), false); 130 serversProperty.update(model.getServers(), false);
|
/solaris-userland-s11u3/components/text-utilities/ |
H A D | Makefile | 52 (cd $(@D)/po ; $(GMAKE) text-utilities.pot-update)
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/client/com/oracle/solaris/vp/client/common/ |
H A D | ConnectionManager.java | 90 public void update() { method in class:ConnectionManager.Visualizer 121 visualizer.update(); 131 visualizer.update(); 183 visualizer.update();
|