Searched defs:hasAttribute (Results 1 - 2 of 2) sorted by relevance

/lucene-3.6.0/lucene/core/src/java/org/apache/lucene/util/
H A DAttributeSource.java290 public boolean hasAttribute(Class<? extends Attribute> attClass) { method in class:AttributeSource
303 * consuming), use {@link #hasAttribute}.
/lucene-3.6.0/solr/client/ruby/flare/public/javascripts/
H A Dprototype.js1509 return $(element).hasAttribute(attribute) ? attribute : null;
1532 hasAttribute: function(element, attribute) {
1809 case undefined: conditions.push('element.hasAttribute(' + attribute.name.inspect() + ')'); break;
2075 // extend element because hasAttribute may not be native
2076 return Element.extend(opt).hasAttribute('value') ? opt.value : opt.text;

Completed in 29 milliseconds