Searched defs:isNotEmpty (Results 1 - 16 of 16) sorted by relevance

/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/protocols/ldap/
H A DTestLDAPFilter.java229 if(isNotEmpty(decoded.getSubAnyElements()) || isNotEmpty(filter.getSubAnyElements()))
233 if(isNotEmpty(decoded.getSubFinalElement()) || isNotEmpty(filter.getSubFinalElement()))
237 if(isNotEmpty(decoded.getSubInitialElement()) || isNotEmpty(filter.getSubInitialElement()))
243 private boolean isNotEmpty(ByteString bs) method in class:TestLDAPFilter
248 private boolean isNotEmpty(ArrayList<ByteString> col) method in class:TestLDAPFilter
/forgerock/opendj2/src/server/org/opends/server/replication/plugin/
H A DFractionalLDIFImportPlugin.java354 isNotEmpty(exclAttr) || isNotEmpty(inclAttr);
404 private boolean isNotEmpty(Attribute attr) method in class:FractionalLDIFImportPlugin
/forgerock/opendj2-hg/src/server/org/opends/server/replication/plugin/
H A DFractionalLDIFImportPlugin.java354 isNotEmpty(exclAttr) || isNotEmpty(inclAttr);
404 private boolean isNotEmpty(Attribute attr) method in class:FractionalLDIFImportPlugin
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DDefaultIndex.java197 if (isNotEmpty(addedIDs))
212 private static boolean isNotEmpty(EntryIDSet entryIDSet) method in class:DefaultIndex
/forgerock/openam-v13/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DCollectionUtils.java401 public static boolean isNotEmpty(final Collection<?> collection) { method in class:CollectionUtils
462 public static boolean isNotEmpty(Map<?, ?> map) { method in class:CollectionUtils
474 if (o instanceof Collection<?> && isNotEmpty((Collection<?>) o)) {
476 } else if (o instanceof Map<?, ?> && isNotEmpty((Map<?, ?>) o)) {
H A DStringUtils.java163 public static boolean isNotEmpty(final String s) { method in class:StringUtils
265 if (isNotEmpty(strPattern)) {
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/replication/plugin/
H A DFractionalLDIFImportPlugin.java350 isNotEmpty(exclAttr) || isNotEmpty(inclAttr);
398 private boolean isNotEmpty(Attribute attr) method in class:FractionalLDIFImportPlugin
/forgerock/openidm-v4/openidm-router/src/main/java/org/forgerock/openidm/router/
H A DRouteBuilder.java140 public boolean isNotEmpty() { method in class:RouteBuilder
/forgerock/openam/openam-shared/src/main/java/org/forgerock/openam/utils/
H A DCollectionUtils.java402 public static boolean isNotEmpty(final Collection<?> collection) { method in class:CollectionUtils
463 public static boolean isNotEmpty(Map<?, ?> map) { method in class:CollectionUtils
475 if (o instanceof Collection<?> && isNotEmpty((Collection<?>) o)) {
477 } else if (o instanceof Map<?, ?> && isNotEmpty((Map<?, ?>) o)) {
H A DStringUtils.java165 public static boolean isNotEmpty(final String s) { method in class:StringUtils
267 if (isNotEmpty(strPattern)) {
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/yuitest/
H A Dyuitest-beta-debug.js1547 * @method isNotEmpty
1550 isNotEmpty : function (actual /*:Array*/, message /*:String*/) /*:Void*/ {
H A Dyuitest-beta-min.js32 var len=Math.max(expected.length,actual.length);for(var i=0;i<len;i++){if(!comparator(expected[i],actual[i])){throw new YAHOO.util.ComparisonFailure(message||"Values in position "+i+" are not equivalent.",expected[i],actual[i]);}}},isEmpty:function(actual,message){if(actual.length>0){YAHOO.util.Assert.fail(message||"Array should be empty.");}},isNotEmpty:function(actual,message){if(actual.length===0){YAHOO.util.Assert.fail(message||"Array should not be empty.");}},itemsAreSame:function(expected,actual,message){var len=Math.max(expected.length,actual.length);for(var i=0;i<len;i++){YAHOO.util.Assert.areSame(expected[i],actual[i],message||"Values in position "+i+" are not the same.");}},lastIndexOf:function(needle,haystack,index,message){for(var i=haystack.length;i>=0;i--){if(haystack[i]===needle){YAHOO.util.Assert.areEqual(index,i,message||"Value exists at index "+i+" but should be at index "+index+".");return;}}
H A Dyuitest-beta.js1547 * @method isNotEmpty
1550 isNotEmpty : function (actual /*:Array*/, message /*:String*/) /*:Void*/ {
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/yuitest/
H A Dyuitest-beta-debug.js1547 * @method isNotEmpty
1550 isNotEmpty : function (actual /*:Array*/, message /*:String*/) /*:Void*/ {
H A Dyuitest-beta-min.js32 var len=Math.max(expected.length,actual.length);for(var i=0;i<len;i++){if(!comparator(expected[i],actual[i])){throw new YAHOO.util.ComparisonFailure(message||"Values in position "+i+" are not equivalent.",expected[i],actual[i]);}}},isEmpty:function(actual,message){if(actual.length>0){YAHOO.util.Assert.fail(message||"Array should be empty.");}},isNotEmpty:function(actual,message){if(actual.length===0){YAHOO.util.Assert.fail(message||"Array should not be empty.");}},itemsAreSame:function(expected,actual,message){var len=Math.max(expected.length,actual.length);for(var i=0;i<len;i++){YAHOO.util.Assert.areSame(expected[i],actual[i],message||"Values in position "+i+" are not the same.");}},lastIndexOf:function(needle,haystack,index,message){for(var i=haystack.length;i>=0;i--){if(haystack[i]===needle){YAHOO.util.Assert.areEqual(index,i,message||"Value exists at index "+i+" but should be at index "+index+".");return;}}
H A Dyuitest-beta.js1547 * @method isNotEmpty
1550 isNotEmpty : function (actual /*:Array*/, message /*:String*/) /*:Void*/ {

Completed in 96 milliseconds