Searched refs:get_attribute (Results 1 - 12 of 12) sorted by relevance

/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_attributes.rb42 assert_equal '2', doc.root.attributes.get_attribute("foo").value
43 assert_equal '1', doc.root.attributes.get_attribute("x:foo").value
70 attr = doc.root.attributes.get_attribute('y:foo')
115 assert_nil(e.attributes.get_attribute("c"))
119 assert_nil(e.attributes.get_attribute("c"))
122 e.attributes.delete(e.attributes.get_attribute("a:c"))
123 assert_nil(e.attributes.get_attribute("a:c"))
126 assert_nil(e.attributes.get_attribute("b:c"))
129 e.attributes.delete(e.attributes.get_attribute("b:c"))
130 assert_nil(e.attributes.get_attribute("
[all...]
H A Dtest_contrib.rb289 elementAttrPrefix = anElement.attributes.get_attribute('content').prefix
292 cloneAttrPrefix = aClone.attributes.get_attribute('content').prefix
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/Graph/
H A DAttribute.pm35 my @api = qw(get_attribute
83 sub get_attribute { subroutine
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/Graph/
H A DAttribute.pm35 my @api = qw(get_attribute
83 sub get_attribute { subroutine
/macosx-10.10/ruby-106/ruby/test/rss/
H A Dtest_1.0.rb101 res = elem.attributes.get_attribute("resource")
124 res = i.attributes.get_attribute("resource")
140 res = t.attributes.get_attribute("resource")
200 res = l.attributes.get_attribute("resource")
/macosx-10.10/ruby-106/ruby/lib/rexml/
H A Delement.rb272 attribute = attributes.get_attribute(namespace)
563 attributes.get_attribute( "#{prefix ? prefix + ':' : ''}#{name}" )
572 attributes.get_attribute( name )
633 attr = @attributes.get_attribute(key)
976 # use get_attribute()
987 attr = get_attribute(name)
1041 # doc.root.attributes.get_attribute("foo").value #-> "2"
1042 # doc.root.attributes.get_attribute("x:foo").value #-> "1"
1043 def get_attribute( name ) method in class:Attributes
1090 attr = get_attribute(nam
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/pkcs7/
H A Dpk7_doit.c69 static ASN1_TYPE *get_attribute(STACK_OF(X509_ATTRIBUTE) *sk, int nid);
1044 return(get_attribute(si->auth_attr,nid));
1049 return(get_attribute(si->unauth_attr,nid));
1052 static ASN1_TYPE *get_attribute(STACK_OF(X509_ATTRIBUTE) *sk, int nid)
1077 if(!(astype = get_attribute(sk, NID_pkcs9_messageDigest))) return NULL;
/macosx-10.10/WebKit-7600.1.25/win/
H A DAccessibleBase.h49 virtual HRESULT STDMETHODCALLTYPE get_attribute(BSTR name, VARIANT* attribute);
H A DAccessibleBase.cpp141 HRESULT AccessibleBase::get_attribute(BSTR key, VARIANT* value) function in class:AccessibleBase
/macosx-10.10/vim-55/runtime/syntax/
H A Dphp.vim163 syn keyword phpMethods name specified value create_attribute create_cdata_section create_comment create_element_ns create_element create_entity_reference create_processing_instruction create_text_node doctype document_element dump_file dump_mem get_element_by_id get_elements_by_tagname html_dump_mem xinclude entities internal_subset name notations public_id system_id get_attribute_node get_attribute get_elements_by_tagname has_attribute remove_attribute set_attribute tagname add_namespace append_child append_sibling attributes child_nodes clone_node dump_node first_child get_content has_attributes has_child_nodes insert_before is_blank_node last_child next_sibling node_name node_type node_value owner_document parent_node prefix previous_sibling remove_child replace_child replace_node set_content set_name set_namespace unlink_node data target process result_dump_file result_dump_mem contained
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/
H A DGraph.pm2515 sub get_attribute { subroutine
2517 $g->_attr02_123('get_attribute',
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/
H A DGraph.pm2515 sub get_attribute { subroutine
2517 $g->_attr02_123('get_attribute',

Completed in 186 milliseconds