Searched refs:subclasses (Results 1 - 25 of 46) sorted by relevance

12

/macosx-10.10/CPANInternal-159.1/Class-Factory-Util-1.7/lib/Class/Factory/
H A DUtil.pm18 *{"${caller}::subclasses"} = \&_subclasses;
23 sub subclasses { _subclasses(@_) } subroutine
78 My::Class->subclasses;
87 C<subclasses()>. This method returns a list of the available
88 subclasses for the package. It does this by looking in C<@INC> as
93 "Foo::Base::Baz", then the return value of C<< Foo::Base->subclasses()
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/ClassBrowser/
H A DClassBrowser.py70 subclasses = _sortClasses(cls.__subclasses__())
71 self.columns.append(subclasses)
72 return len(subclasses)
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/Examples/AppKit/ClassBrowser/
H A DClassBrowser.py70 subclasses = _sortClasses(cls.__subclasses__())
71 self.columns.append(subclasses)
72 return len(subclasses)
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Examples/AppKit/ClassBrowser/
H A DClassBrowser.py70 subclasses = _sortClasses(cls.__subclasses__())
71 self.columns.append(subclasses)
72 return len(subclasses)
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/
H A DEngine.pm42 # run() should be defined in subclasses
102 This method also implement the subclasses constructor (they obviously
145 subclasses:
H A DHeaderFilter.pm83 The constructor is defined for all subclasses. Initialisation tasks
84 (if any) for subclasses should be done in the C<init()> method (see below).
H A DFilterStack.pm176 is true, then the stack will manage body filters (subclasses of
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/
H A DEngine.pm42 # run() should be defined in subclasses
102 This method also implement the subclasses constructor (they obviously
145 subclasses:
H A DHeaderFilter.pm83 The constructor is defined for all subclasses. Initialisation tasks
84 (if any) for subclasses should be done in the C<init()> method (see below).
/macosx-10.10/libffi-18.1/x86/
H A Dx86-ffi64.c183 enum x86_64_reg_class subclasses[MAX_CLASSES]; local
200 int num = classify_argument(*ptr, subclasses, byte_offset % 8);
210 merge_classes(subclasses[i], classes[i + pos]);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/libffi-src/x86/
H A Dx86-ffi64.c183 enum x86_64_reg_class subclasses[MAX_CLASSES]; local
200 int num = classify_argument(*ptr, subclasses, byte_offset % 8);
210 merge_classes(subclasses[i], classes[i + pos]);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libffi-src/x86/
H A Dx86-ffi64.c183 enum x86_64_reg_class subclasses[MAX_CLASSES]; local
200 int num = classify_argument(*ptr, subclasses, byte_offset % 8);
210 merge_classes(subclasses[i], classes[i + pos]);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/libffi-src/x86/
H A Dx86-ffi64.c213 enum x86_64_reg_class subclasses[MAX_CLASSES]; local
230 int num = classify_argument(*ptr, subclasses, byte_offset % 8);
240 merge_classes(subclasses[i], classes[i + pos]);
/macosx-10.10/apache-793/httpd/build/
H A Ddefault.pl269 # Output subclasses list
270 if ($c->subclasses()) {
274 foreach $s ($c->subclasses()) {
/macosx-10.10/CPANInternal-159.1/Text-WordDiff-0.08/lib/Text/WordDiff/
H A DANSIColor.pm61 This class subclasses Text::WordDiff::Base to provide a formatting class for
H A DHTML.pm69 This class subclasses Text::WordDiff::Base to provide a XHTML formatting for
H A DHTMLTwoLines.pm93 This class subclasses Text::WordDiff::Base to provide a XHTML formatting for
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DBreadthFirstTraversal.pm138 These Visitor classes are all subclasses of B<Tree::Simple::Visitor>, which can be found in the B<Tree::Simple> module, you should refer to that module for more information.
H A DFindByNodeValue.pm201 These Visitor classes are all subclasses of B<Tree::Simple::Visitor>, which can be found in the B<Tree::Simple> module, you should refer to that module for more information.
H A DFindByPath.pm208 These Visitor classes are all subclasses of B<Tree::Simple::Visitor>, which can be found in the B<Tree::Simple> module, you should refer to that module for more information.
H A DGetAllDescendents.pm139 These Visitor classes are all subclasses of B<Tree::Simple::Visitor>, which can be found in the B<Tree::Simple> module, you should refer to that module for more information.
H A DPathToRoot.pm140 These Visitor classes are all subclasses of B<Tree::Simple::Visitor>, which can be found in the B<Tree::Simple> module, you should refer to that module for more information.
H A DPostOrderTraversal.pm131 These Visitor classes are all subclasses of B<Tree::Simple::Visitor>, which can be found in the B<Tree::Simple> module, you should refer to that module for more information.
H A DPreOrderTraversal.pm93 These Visitor classes are all subclasses of B<Tree::Simple::Visitor>, which can be found in the B<Tree::Simple> module, you should refer to that module for more information.
H A DToNestedArray.pm148 These Visitor classes are all subclasses of B<Tree::Simple::Visitor>, which can be found in the B<Tree::Simple> module, you should refer to that module for more information.

Completed in 304 milliseconds

12