/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/ |
H A D | BeanUtil.java | 77 Class type = descriptor.getPropertyType(); 79 // Is there a property editor for this type? 94 editor = PropertyEditorManager.findEditor(type); 106 value = getValueAs(type, valueAsText); 135 private static Object getValueAs(Class type, String value) { argument 140 if (type.equals(Boolean.class) || type.equals(Boolean.TYPE)) { 144 if (type.equals(Byte.class) || type.equals(Byte.TYPE)) { 148 if (type [all...] |
H A D | DialogMessage.java | 36 private int type; field in class:DialogMessage 44 * type. 49 * @param type 56 public DialogMessage(String text, int type) { argument 58 this.type = type; 74 return type;
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/layout/ |
H A D | HorizontalAnchor.java | 38 private AnchorType type; field in class:HorizontalAnchor 44 HorizontalAnchor(AnchorType type) { argument 45 this.type = type; 54 return type;
|
H A D | VerticalAnchor.java | 38 private AnchorType type; field in class:VerticalAnchor 44 VerticalAnchor(AnchorType type) { argument 45 this.type = type; 54 return type;
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/api/auth/ |
H A D | PrincipalHint.java | 40 PrincipalHint(PrincipalType type) argument 42 type_ = type;
|
H A D | PrincipalHintList.java | 54 public PrincipalHint getFirstHint(PrincipalHint.PrincipalType type) { argument 56 if (hint.getType() == type) {
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/swing/timezone/ |
H A D | LocationSelectionEvent.java | 40 public LocationSelectionEvent(Object source, Type type, T location) argument 44 type_ = type;
|
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/seaExtensions/ |
H A D | snmpvars.h | 122 int type; member in struct:new_devicess
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/event/ |
H A D | IntervalEventQueue.java | 44 private Type type; field in class:IntervalEventQueue 75 if (type == Type.REMOVE && t == Type.REMOVE) { 84 * If this is a new event type or a disjoint interval, flush 87 if (t != type || l < first - 1 || f > last + 1) { 91 type = t; 98 if (type == Type.REMOVE) { 114 public void addIndex(int index, Type type) { argument 115 addInterval(index, index, type); 119 if (type != null) { 120 switch (type) { [all...] |
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/finder/ |
H A D | GnomeUtil.java | 42 String getMimeIconFileName(String type, String subtype, int height); argument 119 * Gets a Gnome MIME {@code Icon} of the given type, subtype, and height. 121 * @param type 122 * the type portion of the MIME type 125 * the subtype portion of the MIME type 134 public static Icon getMimeIcon(String type, String subtype, int height, argument 137 String key = height + ":" + force + ":" + type + "/" + subtype; 140 String file = getMimeIconFileName(type, subtype, height); 147 public static String getMimeIconFileName(String type, Strin argument [all...] |
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/event/ |
H A D | ExtListSelectionEvent.java | 45 private Type type; field in class:ExtListSelectionEvent 55 Type type, int anchorIndex, int leadIndex, boolean isAdjusting) { 59 this.type = type; 78 return type; 54 ExtListSelectionEvent(ExtListSelectionModel source, Type type, int anchorIndex, int leadIndex, boolean isAdjusting) argument
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/client/com/oracle/solaris/vp/client/common/ |
H A D | PanelClassLoader.java | 92 String type = matcher.group(1); 97 Permission perm = getPermission(type, name, actions); 102 "type=%s name=%s actions=", type, name, actions); 145 private static Permission getPermission(String type, String name, argument 149 Class<?> clazz = Class.forName(type);
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/view/ |
H A D | PanelIconUtil.java | 152 String type, String subtype, int height) { 155 String key = height + '/' + type + '/'+ subtype; 162 icon = GnomeUtil.getMimeIcon(type, subtype, height, true); 151 getClosestMimeIcon( String type, String subtype, int height) argument
|
/solaris-userland-s11u3/components/openssh/sources/ |
H A D | kexgsss.c | 83 int type = 0; local 147 fatal("%s: Unexpected KEX type %d", __func__, kex->kex_type); 154 type = packet_read(); 155 switch (type) { 176 "Protocol error: didn't expect packet type %d", 177 type); 261 fatal("%s: Unexpected KEX type %d", __func__, kex->kex_type);
|
H A D | kexgssc.c | 76 int type = 0; local 127 fatal("%s: Unexpected KEX type %d", __func__, kex->kex_type); 191 type = packet_read(); 192 if (type == SSH2_MSG_KEXGSS_HOSTKEY) { 200 } while (type == SSH2_MSG_KEXGSS_HOSTKEY); 202 switch (type) { 244 " expect packet type %d", type); 259 if (type != SSH2_MSG_KEXGSS_COMPLETE) 313 fatal("%s: Unexpected KEX type [all...] |
/solaris-userland-s11u3/components/visual-panels/apache/src/java/vpanels/app/apache/com/oracle/solaris/vp/panels/apache/client/swing/ |
H A D | MimeTypeControl.java | 99 String type = panel.getTypeProperty().getValue(); 102 validate(type, subtype); 104 MimeType child = mimeType.getParent().getMimeType(type, subtype); 107 "mimetype.error.duplicate", type, subtype)); 110 mimeType.getTypeProperty().setValue(type); 182 public static void validate(String type, String subtype) argument 185 if (type.isEmpty()) { 187 "mimetype.error.type.empty", type)); 190 if (!MimeType.isValidToken(type)) { [all...] |
H A D | MimeTypes.java | 154 public MimeType getMimeType(String type, String subtype) { argument 155 String id = MimeType.toId(type, subtype); 163 // Build list of names of MIME type properties
|
H A D | MimeType.java | 44 public static final String PROPERTY_TYPE = "type"; 250 public static String toId(String type, String subtype) { argument 251 return type + SEPARATOR + subtype;
|
/solaris-userland-s11u3/components/visual-panels/firewall/src/java/vpanels/app/firewall/com/oracle/solaris/vp/panels/firewall/client/swing/ |
H A D | AccessPolicyUtil.java | 74 public static String toString(Type type, boolean verbose) { argument 76 (verbose ? "long" : "short") + "." + type; 81 Type type = policy == null ? null : policy.getType(); 82 return toString(type, verbose); 85 public static String toPropValue(Type type) { argument 86 return policy2prop.get(type);
|
H A D | ServiceManagedObject.java | 282 private void setStatusText(Type type) { argument 283 switch (type) {
|
H A D | SimpleAccessPolicy.java | 82 public SimpleAccessPolicy(Type type, String customFile, argument 84 init(type, customFile, aList, eList, portList); 87 public SimpleAccessPolicy(Type type) { argument 88 this(type, null, null, null, null); 91 public SimpleAccessPolicy(Type type, List<String> pList) { argument 92 this(type, null, null, null, pList); 95 public SimpleAccessPolicy(Type type, List<String> aList, argument 97 this(type, null, aList, eList, null); 100 public SimpleAccessPolicy(Type type, String customFile, argument 102 this(type, customFil 140 setType(Type type) argument 321 update(Type type, String customFile, List<String> aList, List<String> eList, List<String> pList) argument 330 init(Type type, String customFile, List<String> aList, List<String> eList, List<String> portList) argument [all...] |
/solaris-userland-s11u3/components/visual-panels/core/src/java/smf-old/com/oracle/solaris/scf/common/ |
H A D | FMRI.java | 157 public FMRI(FMRIScheme scheme, FMRIType type, String scope, String name, argument 172 svctype_ = type; 202 * Returns the FMRI's type (scheme). 210 * Returns a svc: FMRI's type.
|
/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/common/smf/ |
H A D | BasicSmfMutableProperty.java | 95 private PropertyType type; field in class:BasicSmfMutableProperty 118 * @param type 119 * the type of the property 126 DualConverter<String, T> converter, PropertyType type, 132 this.type = type; 201 service.createProperty(group, name, type); 212 service.createProperty(group, name, type); 274 return type; 335 public void setType(PropertyType type) { argument 125 BasicSmfMutableProperty(String name, DualConverter<String, T> converter, PropertyType type, SmfPropertyInfo info) argument [all...] |
H A D | ServiceBean.java | 71 * Get type of a property. 112 * @param prop_name property type 130 * @param type property type 133 PropertyType type) throws ScfException; 132 createProperty(String pg_name, String prop_name, PropertyType type) argument
|
H A D | ServiceBeanAdaptor.java | 162 PropertyType type) throws ScfException { 165 sibean_.createProperty(pg_name, prop_name, type); 161 createProperty(String pg_name, String prop_name, PropertyType type) argument
|