Searched refs:subclass (Results 1 - 25 of 64) sorted by relevance

123

/macosx-10.10.1/ruby-106/ruby/ext/tk/lib/tkextlib/bwidget/
H A Dwidget.rb43 def self.add_map(klass, subclass, subpath, opts)
44 tk_call('Widget::addmap', klass, subclass, subpath, opts)
47 def self.bwinclude(klass, subclass, subpath, *args)
48 tk_call('Widget::bwinclude', klass, subclass, subpath, *args)
122 def self.sync_options(klass, subclass, subpath, options)
123 tk_call('Widget::syncoptions', klass, subclass, subpath, options)
/macosx-10.10.1/CPANInternal-159.1/File-NFSLock-1.21/
H A DFile-NFSLock.spec.PL40 my ($class,$subclass) = split(/\-/,$name,2);
44 s/\@SUBCLASS\@/$subclass/g;
54 %define subclass @SUBCLASS@
60 %define real_name %{class}-%{subclass}
68 Summary: Perl module %{class}::%{subclass}
85 %{class}::%{subclass} Perl Module
H A DFile-NFSLock.spec3 %define subclass NFSLock
9 %define real_name %{class}-%{subclass}
17 Summary: Perl module %{class}::%{subclass}
34 %{class}::%{subclass} Perl Module
/macosx-10.10.1/libpthread-105.1.4/kern/
H A Dkern_trace.h59 # define TRACE_CODE(name, subclass, code) \
60 static const int TRACE_##name = KDBG_CODE(DBG_PTHREAD, subclass, code)
69 # define TRACE_CODE(name, subclass, code) \
70 printf("0x%x\t%s\n", ((DBG_PTHREAD << 24) | ((subclass & 0xff) << 16) | ((code & 0x3fff) << 2)), STR(name))
/macosx-10.10.1/ruby-106/ruby/win32/
H A Dmkexports.rb10 @@subclass = []
12 @@subclass << [/#{klass.name.sub(/.*::/, '').downcase}/i, klass]
17 pat, klass = @@subclass.find {|p, k| p =~ platform}
/macosx-10.10.1/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/Dispatch/Email/
H A DMailSend.pm77 This is a subclass of L<Log::Dispatch::Email> that implements the send_email
82 Since L<Mail::Send> is a subclass of L<Mail::Mailer>, you can change
H A DMIMELite.pm69 This is a subclass of L<Log::Dispatch::Email> that implements the
H A DMailSender.pm96 This is a subclass of L<Log::Dispatch::Email> that implements the send_email
H A DMailSendmail.pm69 This is a subclass of L<Log::Dispatch::Email> that implements the
/macosx-10.10.1/objc4-646/runtime/
H A Dobjc-initialize.mm88 * a subclass. Then the initializing+initialized part of the class hierarchy
91 * get stuck while a superclass waits for its subclass which waits for the
263 Class subclass;
312 if (pending->subclass) _finishInitializing(pending->subclass, cls);
343 pending->subclass = cls;
/macosx-10.10.1/tcl-105/tcl_ext/bwidget/bwidget/
H A Dwidget.tcl202 # subclass BWidget class to include
206 proc Widget::bwinclude { class subclass subpath args } {
248 upvar 0 ${subclass}::opt subclassopt
249 upvar 0 ${subclass}::optionExports subexports
303 lappend classmap($option) $subpath $subclass $realopt
351 set subclass [lindex $arg 0]
357 upvar 0 ${subclass}::opt subclassopt
445 proc Widget::addmap { class subclass subpath options } {
465 lappend classmap($option) $subpath $subclass $realopt
474 proc Widget::syncoptions { class subclass subpat
[all...]
H A Dlabelframe.tcl130 foreach {subpath subclass realopt} $lmap {
131 if { [string equal $subclass "LabelFrame"] } {
/macosx-10.10.1/CPANInternal-159.1/JSON-RPC-0.96/ex/MyApp/
H A DSubclass.pm30 It is a MyApp subclass, so methods are inherited.
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/
H A DEngine.pm110 a simple subclass of HTTP::Proxy::Engine with the following
139 A subclass may also define a C<%defaults> hash (with C<our>) that
163 Create accessors named after C<@names> in the subclass package.
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/
H A DEngine.pm110 a simple subclass of L<HTTP::Proxy::Engine> with the following
139 A subclass may also define a C<%defaults> hash (with C<our>) that
163 Create accessors named after C<@names> in the subclass package.
/macosx-10.10.1/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DProcedural.pm110 defined in the subclass and subroutines defined in the original class
/macosx-10.10.1/Security-57031.1.35/SecurityTests/regressions/inc/Test/Builder/
H A DModule.pm53 Test::Builder::Module is a subclass of Exporter which means your
54 module is also a subclass of Exporter. @EXPORT, @EXPORT_OK, etc...
/macosx-10.10.1/ruby-106/ruby/ext/tk/sample/
H A Dbinstr_usage.rb14 Tk::BinaryString class (subclass of Tk::EncodedString class) is the class \
/macosx-10.10.1/CPANInternal-159.1/File-ExtAttr-1.09/lib/File/
H A DExtAttr.pm220 C<$filehandle> (which should be an IO::Handle or subclass thereof).
241 C<$filehandle> (which should be an IO::Handle or subclass thereof).
275 (which should be an IO::Handle or subclass thereof).
296 an IO::Handle or subclass thereof).
317 (which should be an IO::Handle or subclass thereof).
/macosx-10.10.1/system_cmds-643.1.1/trace.tproj/
H A Dtrace.c254 static void saw_filter_subclass(uint8_t subclass);
260 static void set_filter_subclass(uint8_t class, uint8_t subclass);
295 #define ENCODE_CSC_LOW(class, subclass) \
296 ( (uint16_t) ( ((class) & 0xff) << 8 ) | ((subclass) & 0xff) )
1429 "subclass value must be 0-255\n", optarg, parsed_arg);
1754 " usage: trace -e [ -c class [[-s subclass]... | -p class ]]... | \n");
1761 " usage: trace -E [ -c class [[-s subclass]... | -p class ]]... | \n");
1807 "usage: trace -e [ -c class [[-s subclass]... | -p class ]]... |\n");
1823 (void)fprintf(stderr, "\t -s subclass Restrict trace collection to given subclass
2060 saw_filter_subclass(uint8_t subclass) argument
2113 set_filter_subclass(uint8_t class, uint8_t subclass) argument
[all...]
/macosx-10.10.1/CPANInternal-159.1/JSON-RPC-0.96/lib/JSON/RPC/
H A DServer.pm136 sub retrieve_json_from_post { } # must be implemented in subclass
139 sub retrieve_json_from_get { } # must be implemented in subclass
142 sub response { } # must be implemented in subclass
619 It is used by JSON::RPC::Server subclass.
626 It is used by JSON::RPC::Server subclass.
630 It is used by JSON::RPC::Server subclass.
647 Implemented in your subclass.
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DTestArrayBuffer.pm54 This class is a subclass of Log::Log4perl::Appender::TestBuffer and
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Layout/PatternLayout/
H A DMultiline.pm42 C<Log::Log4perl::Layout::PatternLayout::Multiline> is a subclass
/macosx-10.10.1/ruby-106/ruby/test/ruby/
H A Dtest_range.rb111 subclass = Class.new(Range)
112 assert(r == subclass.new(0,1))
123 subclass = Class.new(Range)
124 assert(r.eql?(subclass.new(0,1)))
/macosx-10.10.1/swig-12/Source/Swig/
H A Dtypesys.c1655 * subclass is a hash that maps base-classes to all of the classes derived from them.
1664 static Hash *subclass = 0; variable
1671 if (!subclass)
1672 subclass = NewHash();
1691 h = Getattr(subclass, base);
1694 Setattr(subclass, base, h);
1723 if (!subclass)
1731 h = Getattr(subclass, b2);
1762 if (!subclass)
1763 subclass
[all...]

Completed in 169 milliseconds

123