Searched refs:empty (Results 1 - 25 of 27) sorted by relevance

12

/solaris-userland-s11u3/components/visual-panels/core/src/java/vpanels/panel/com/oracle/solaris/vp/panel/swing/smf/
H A DSmfPropertiesPanel.java43 private static final ManagedObject empty = new EmptyManagedObject(); field in class:SmfPropertiesPanel
61 super(empty, props, null, null,
79 object == null ? empty : object.getPropertyGroups());
/solaris-userland-s11u3/components/visual-panels/firewall/src/java/vpanels/app/firewall/com/oracle/solaris/vp/panels/firewall/client/swing/
H A DAccessProperty.java231 List<String> empty = Collections.emptyList();
232 applyAListProperty.setSavedValue(empty);
233 applyDListProperty.setSavedValue(empty);
236 exceptionAListProperty.setSavedValue(empty);
237 exceptionDListProperty.setSavedValue(empty);
262 List<String> empty = Collections.emptyList();
263 applyAListProperty.setValue(empty);
264 applyDListProperty.setValue(empty);
267 exceptionAListProperty.setValue(empty);
268 exceptionDListProperty.setValue(empty);
[all...]
H A DPolicyTablePanel.java425 Border empty = BorderFactory.createEmptyBorder();
426 Border titled = BorderFactory.createTitledBorder(empty, title);
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/
H A DClippedBorder.java170 Border empty = BorderFactory.createEmptyBorder(15, 15, 15, 15);
172 Border mainBorder = BorderFactory.createCompoundBorder(clipped, empty);
174 BorderFactory.createCompoundBorder(etched, empty);
H A DGUIUtil.java750 Border empty = BorderFactory.createEmptyBorder(
754 Border compound = BorderFactory.createCompoundBorder(outer, empty);
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/type/
H A Dipmp_interface.rb68 "#{check.inspect}" if not check.empty?
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/ipmp_interface/
H A Dsolaris.rb73 if not add_list.empty?
77 if not remove_list.empty?
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/swing/glass/
H A DBusyGlassPane.java181 Border empty = GUIUtil.getEmptyBorder();
184 new LineBorder(color), empty);
188 compound, empty);
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/nis/
H A Dsolaris.rb78 if not should.to_s.empty?
118 # Puppet seems to get confused about when to pass an empty
121 if should.to_s.empty? or should.to_s == '""'
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/dns/
H A Dsolaris.rb70 # Puppet seems to get confused about when to pass an empty
73 if should.to_s.empty? or should.to_s == '""'
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/link_aggregation/
H A Dsolaris.rb91 if not add_list.empty?
95 if not remove_list.empty?
/solaris-userland-s11u3/components/visual-panels/coreadm/src/java/vpanels/app/coreadm/com/oracle/solaris/vp/panels/coreadm/client/swing/
H A DCoreAdmSettingsPanel.java87 Border empty = GUIUtil.getEmptyHalfBorder();
89 Border compound = BorderFactory.createCompoundBorder(titled, empty);
H A DCoreAdmOptionsPanel.java268 boolean empty = path.isEmpty();
275 if (global && !empty && !path.startsWith("/") &&
280 if (empty && enabled &&
283 "error.coreadm.custom.global.empty" :
284 "error.coreadm.custom.process.empty")));
288 * empty... so we have to go the long way around.
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/address_properties/
H A Dsolaris.rb100 return @addrprops.empty?
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/interface_properties/
H A Dsolaris.rb103 return @ifprops.empty?
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/ldap/
H A Dsolaris.rb96 # Puppet seems to get confused about when to pass an empty
99 if should.to_s.empty? or should.to_s == '""'
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/link_properties/
H A Dsolaris.rb95 return @linkprops.empty?
/solaris-userland-s11u3/components/ruby/puppet/files/solaris/lib/puppet/provider/protocol_properties/
H A Dsolaris.rb100 return @protoprops.empty?
/solaris-userland-s11u3/components/text-utilities/
H A DMakefile92 $(COMPONENT_SRC)/tests/expected/hexdump/empty-format; )
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/misc/
H A DTextUtil.java45 * constrast with the simple name, which is empty for anonymous
337 boolean empty = buffer.length() == 0;
338 if ((empty && Character.isJavaIdentifierStart(c)) ||
339 (!empty && Character.isJavaIdentifierPart(c))) {
/solaris-userland-s11u3/components/openssh/sources/
H A Dkexgssc.c73 uchar_t *empty = ""; local
291 (serverhostkey ? serverhostkey : empty), slen,
304 (serverhostkey ? serverhostkey : empty), slen,
/solaris-userland-s11u3/components/net-snmp/sun/agent/modules/entityMib/
H A DentPhysicalContainsTable.c367 int_l *empty = NULL; local
374 empty = p;
378 if (empty) { /* Reuse a empty spot */
379 *empty = xentChildIndex;
/solaris-userland-s11u3/make-rules/
H A Dprep.mk79 # be non-empty in order to activate individual archive patching.
/solaris-userland-s11u3/components/jansson/doc/html/_static/
H A Dwebsupport.js195 ul.data('empty', true);
201 ul.data('empty', false);
251 if (ul.data('empty')) {
252 $(ul).empty();
253 ul.data('empty', false);
419 appendComments(comments, $(ul).empty());
H A Dsearchtools.js366 $('#search-progress').empty();

Completed in 113 milliseconds

12