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

/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/tool/gen_bridge_doc/lib/lib/
H A Dclass_additions.rb7 self.get_attribute('class') == 'spaceabove'
10 self.get_attribute('class') == 'spaceabovemethod'
H A Dhpricot_proxy.rb31 @elements[index].get_attribute('class') == 'tight' or @elements[index].get_attribute('class') == 'verytight'
357 if @elements[index].get_attribute("class") == css_class
/macosx-10.9.5/ruby-104/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.9.5/CPANInternal-140/Graph/lib/Graph/
H A DAttribute.pm35 my @api = qw(get_attribute
83 sub get_attribute { subroutine
/macosx-10.9.5/CPANInternal-140/Graph-0.94/lib/Graph/
H A DAttribute.pm35 my @api = qw(get_attribute
83 sub get_attribute { subroutine
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/objc/
H A DBridgeSupport.m84 get_attribute(xmlTextReaderPtr reader, const char *name)
94 attribute = get_attribute(reader, name);
154 if ((c_ary_type = get_attribute(reader, "c_array_length_in_arg")) != NULL) {
158 else if ((c_ary_type = get_attribute(reader, "c_array_of_fixed_length")) != NULL) {
162 else if ((c_ary_type = get_attribute(reader, "c_array_of_variable_length")) != NULL
167 else if ((c_ary_type = get_attribute(reader, "c_array_delimited_by_null")) != NULL
187 value = get_attribute(reader, name);
1237 const_magic_cookie = get_attribute(reader, "magic_cookie");
1266 strconst_nsstring = get_attribute(reader, "nsstring");
1309 ignored = get_attribute(reade
[all...]
/macosx-10.9.5/ruby-104/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.9.5/ruby-104/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.9.5/CPANInternal-140/Perl-Ldap/lib/Net/LDAP/
H A DEntry.pm98 sub get_attribute { subroutine
100 Carp::carp("->get_attribute deprecated, use ->get_value") if $^W;
/macosx-10.9.5/WebKit-7537.78.2/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.9.5/CPANInternal-140/DBIx-Class/lib/DBIx/Class/
H A DAdmin.pm538 return 1 if ($self->meta->get_attribute('_confirm')->get_value($self));
/macosx-10.9.5/vim-53/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.9.5/CPANInternal-140/Graph/lib/
H A DGraph.pm2388 sub get_attribute { subroutine
2390 $g->_attr02_123('get_attribute',
/macosx-10.9.5/CPANInternal-140/Graph-0.94/lib/
H A DGraph.pm2515 sub get_attribute { subroutine
2517 $g->_attr02_123('get_attribute',

Completed in 150 milliseconds