Searched refs:super (Results 226 - 250 of 1326) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/lib/rexml/
H A Dattlistdecl.rb29 super()
H A Dcdata.rb16 super( first, whitespace, parent, false, true, ILLEGAL )
/macosx-10.10/ruby-106/ruby/lib/rss/
H A Dcontent.rb13 super
H A Dtrackback.rb28 super
128 super
130 super()
169 super
171 super()
220 super
222 super()
257 super
259 super()
/macosx-10.10/ruby-106/ruby/lib/rubygems/commands/
H A Dstale_command.rb5 super('stale', 'List gems along with access times')
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dpsych_tree.rb9 return super unless str == '=' # or whatever you want
/macosx-10.10/ruby-106/ruby/lib/test/unit/
H A Dtestcase.rb17 super runner
/macosx-10.10/ruby-106/ruby/lib/yaml/
H A Dstore.rb51 super
/macosx-10.10/ruby-106/ruby/sample/drb/
H A Ddbiff.rb13 super()
/macosx-10.10/ruby-106/ruby/sample/logger/
H A Dapp.rb7 super('MyApp')
/macosx-10.10/ruby-106/ruby/test/drb/
H A Dut_eq.rb22 it = super()
H A Dut_eval.rb21 it = super()
H A Dut_large.rb27 it = super()
/macosx-10.10/ruby-106/ruby/test/optparse/
H A Dtest_reqarg.rb7 super
17 super
24 super
31 super
/macosx-10.10/ruby-106/ruby/test/rake/
H A Dtest_private_reader.rb22 super
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_markup_hard_break.rb6 super
H A Dtest_rdoc_markup_raw.rb6 super
/macosx-10.10/ruby-106/ruby/test/rexml/
H A Dtest_changing_encoding.rb12 super
/macosx-10.10/ruby-106/ruby/test/rss/
H A Dtest_maker_slash.rb34 super(@elements, target)
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Dtest_gem_commands_list_command.rb7 super
H A Dtest_gem_commands_outdated_command.rb7 super
H A Dtest_gem_source_specific_file.rb6 super
/macosx-10.10/ruby-106/ruby/
H A Dclass.c70 * \param super a class from which the new class derives.
72 * \pre \a super must be a class.
76 rb_class_boot(VALUE super) argument
80 RCLASS_SUPER(klass) = super;
83 OBJ_INFECT(klass, super);
89 * Ensures a class can be derived from super.
91 * \param super a reference to an object.
92 * \exception TypeError if \a super is not a Class or \a super is a singleton class.
95 rb_check_inheritable(VALUE super) argument
117 rb_class_new(VALUE super) argument
342 VALUE super; local
388 boot_defclass(const char *name, VALUE super) argument
452 rb_define_class_id(ID id, VALUE super) argument
473 rb_class_inherited(VALUE super, VALUE klass) argument
499 rb_define_class(const char *name, VALUE super) argument
545 rb_define_class_under(VALUE outer, const char *name, VALUE super) argument
568 rb_define_class_id_under(VALUE outer, ID id, VALUE super) argument
663 rb_include_class_new(VALUE module, VALUE super) argument
[all...]
/macosx-10.10/AppleUSBIrDA-145.2.4/IrDA/IAS/
H A DIrIASService.cpp53 #define super TIASNamedList macro
88 super::free();
340 #undef super macro
341 #define super TIASNamedList macro
380 super::free();
408 #undef super macro
409 #define super TIASNamedList macro
462 super::free();
508 if (!super::Init()) return false;
543 #undef super macro
544 #define super macro
623 #undef super macro
624 #define super macro
[all...]
/macosx-10.10/IODVDStorageFamily-35/
H A DIODVDBlockStorageDevice.cpp25 #define super IOCDBlockStorageDevice macro
33 result = super::init(properties);

Completed in 270 milliseconds

1234567891011>>