Searched refs:super (Results 26 - 50 of 1326) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/lib/rubygems/commands/
H A Dsearch_command.rb7 super 'search', 'Display all gems whose name contains STRING'
29 super
H A Dmirror_command.rb5 super('mirror', 'Mirror all gem files (requires rubygems-mirror)')
/macosx-10.10/xnu-2782.1.97/iokit/Families/IONVRAM/
H A DIONVRAMController.cpp32 #define super IOService macro
43 if(!super::start(provider)) return false;
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/bwidget/
H A Ddialog.rb26 super() << 'buttonwidth'
31 super() << 'title' << 'geometry'
36 super() << 'transient' << 'homogeneous'
46 super(keys)
51 super(parent, keys)
53 super(parent)
69 super('parent')
71 super(slot)
76 super('parent')
78 super(slo
[all...]
H A Dpasswddlg.rb23 super() << 'loginhelptext' << 'loginlabel' << 'logintext' <<
29 super() << 'passwdeditable' << 'homogeneous'
34 super() << 'loginhelpvar' << 'logintextvariable' <<
/macosx-10.10/ruby-106/ruby/ext/tk/lib/tkextlib/iwidgets/
H A Dlabeledwidget.rb24 super() << 'labeltext'
29 super() << 'labelvariable'
34 super() << 'labelfont'
/macosx-10.10/AppleRAID-4.0.6/
H A DAppleRAIDMemoryDescriptor.cpp25 #undef super macro
26 #define super IOMemoryDescriptor macro
31 if (!super::init()) return false;
46 super::free();
/macosx-10.10/IOGraphics-485/IOGraphicsFamily/
H A DIOGraphicsDevice.cpp29 #define super IOService macro
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/Foundation/Scripts/
H A Dsuper-call.py2 # Demonstrates that the super-class implementation of an overridden method
13 print "Calling super.init"
16 # Call super-class implementation.
17 super(MyObject, self).init()
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/Foundation/Scripts/
H A Dsuper-call.py2 # Demonstrates that the super-class implementation of an overridden method
13 print "Calling super.init"
16 # Call super-class implementation.
17 super(MyObject, self).init()
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/Foundation/Scripts/
H A Dsuper-call.py2 # Demonstrates that the super-class implementation of an overridden method
13 print "Calling super.init"
16 # Call super-class implementation.
17 super(MyObject, self).init()
/macosx-10.10/ruby-106/ruby/benchmark/
H A Dbm_vm2_super.rb10 super()
/macosx-10.10/ruby-106/ruby/test/drb/
H A Dut_array_drbunix.rb6 it = super()
H A Dut_port.rb6 it = super()
/macosx-10.10/ruby-106/ruby/test/fileutils/
H A Dtest_dryrun.rb13 super
H A Dtest_nowrite.rb13 super
H A Dtest_verbose.rb13 super
/macosx-10.10/ruby-106/ruby/test/rubygems/
H A Drubygems_plugin.rb11 super('interrupt', 'Raises an Interrupt Exception', {})
H A Dtest_gem_commands_search_command.rb7 super
/macosx-10.10/ruby-106/ruby/lib/shell/
H A Dbuiltin-command.rb26 super sh
36 super sh
50 super sh
56 super
67 super sh
88 # super
93 # super{|l| ary.push l}
102 super sh
120 super(sh, io, filter)
125 super
[all...]
/macosx-10.10/IOHIDFamily-606.1.7/IOHIDFamily/
H A DIOHIDEventRepairDriver.cpp30 #define super IOHIDEventDriver macro
55 super::dispatchScrollWheelEvent(timeStamp, deltaAxis1, 0, 0, options);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DSelectionNotifyMatrix.py7 super(SelectionNotifyMatrix, self).mouseDown_(theEvent)
19 super(SelectionNotifyMatrix, self).selectCellAtRow_column_(row, col)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/Todo/
H A DSelectionNotifyMatrix.py7 super(SelectionNotifyMatrix, self).mouseDown_(theEvent)
19 super(SelectionNotifyMatrix, self).selectCellAtRow_column_(row, col)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/Todo/
H A DSelectionNotifyMatrix.py7 super(SelectionNotifyMatrix, self).mouseDown_(theEvent)
19 super(SelectionNotifyMatrix, self).selectCellAtRow_column_(row, col)
/macosx-10.10/ruby-106/ruby/ext/psych/lib/psych/
H A Dstreaming.rb7 super({}, self.class.const_get(:Emitter).new(io))
13 super.tap { yield self if block_given? }

Completed in 243 milliseconds

1234567891011>>