Searched refs:methods (Results 226 - 250 of 507) sorted by relevance

1234567891011>>

/macosx-10.10/swig-12/Lib/python/
H A DREADME12 attribute.i Convert a pair of set/get methods into a "native" python attribute
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dchain.test2 # Tests for chaining methods and procs
24 # Chaining methods and procs
116 test chain-1.5 {chained methods can cross multiple-inheritance branches} {
/macosx-10.10/vim-55/runtime/indent/
H A Ddylan.vim49 " local methods indent the shift-width, plus 6 for the 'local'
/macosx-10.10/vim-55/runtime/syntax/
H A Delf.vim76 " The default methods for highlighting. Can be overridden later.
H A Dmodula3.vim59 " The default methods for highlighting. Can be overridden later
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DStash.pm43 # defined then we merge their contents with the default virtual methods
408 # methods, etc. The final parameter is an optional flag to indicate
442 # pseudo-methods table, calling the code if found, or return undef.
542 # anything we know about, so we try the SCALAR_OPS pseudo-methods
617 # - fallback on hash methods if object method not found
713 # methods for (de-)localising variables
722 to create the object) and are accessible via the L<get()> and L<set()> methods.
726 magic when dealing with variables, calling code or object methods,
729 The stash has L<clone()> and L<declone()> methods which are used by the
835 This method can be used to define new virtual methods
[all...]
/macosx-10.10/ruby-106/ruby/lib/minitest/
H A Dunit.rb75 # MiniTest Assertions. All assertion methods accept a +msg+ which is
827 # Return all plugins' run methods (methods that start with "run_").
1073 # to skip execution if it is not applicable. These methods are
1074 # mixed into TestCase as both instance and class methods so you
1075 # can use them inside or outside of the test methods.
1083 # # ... lots of test methods ...
1416 methods = public_instance_methods(true).grep(/^test/).map { |m| m.to_s }
1420 max = methods.size
1421 ParallelEach.new methods
[all...]
/macosx-10.10/ruby-106/ruby/test/rdoc/
H A Dtest_rdoc_parser_c.rb221 methods = klass.method_list
222 assert_equal 2, methods.length
223 assert_equal 'bleh', methods.last.name
224 assert_equal 'blah', methods.last.is_alias_for.name
226 assert_equal @top_level, methods.last.is_alias_for.file
227 assert_equal @top_level, methods.last.file
253 methods = klass.method_list
255 assert_equal 2, methods.length
256 assert_equal 'bleh', methods.last.name
257 assert methods
[all...]
H A Dtest_rdoc_store.rb378 methods = s.all_classes_and_modules.map do |mod|
386 methods.sort_by { |m| m.full_name }
388 method = methods.find { |m| m == @meth }
391 assert_equal @klass, methods.last.parent
409 :methods => { "Object" => %w[Object#method] },
446 :methods => { "Object" => %w[Object#method] },
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DMore.pm97 can_ok($module, @methods);
461 can_ok($module, @methods);
462 can_ok($object, @methods);
464 Checks to make sure the $module or $object can do these @methods
479 No matter how many @methods you check, a single can_ok() call counts
482 foreach my $meth (@methods) {
489 my($proto, @methods) = @_;
492 unless( @methods ) {
494 $Test->diag(' can_ok() called with no methods');
499 foreach my $method (@methods) {
[all...]
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dobjc-runtime-compat.m297 Method* methods;
302 methods = class_copyMethodList(cls, &count);
306 method_getImplementation(methods[i])) >> 3);
309 free(methods);
907 Method* methods;
910 methods = class_copyMethodList(cls, &count);
911 free(methods);
H A DOC_PythonObject.m575 Method* methods;
586 methods = class_copyMethodList(object_getClass(self),
588 if (methods == NULL) {
594 method_getName(methods[i]), aSelector)) {
595 free(methods);
599 free(methods);
689 /* XXX: This should use libffi to call call native methods of this
1266 /* NSObject methods */
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/
H A DParser.pm106 There are two sorts of methods in this class. Those used by
114 These methods allow implementations to have validation of
116 impelementation, these methods also allow C<Parser> to
267 of the line for all the parser creation methods. It
576 methods is then wrapped in a function that calls C<croak()>
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/
H A DParser.pm414 There are two sorts of methods in this class. Those used by
422 These methods allow implementations to have validation of
424 impelementation, these methods also allow C<Parser> to
500 of the line for all the parser creation methods. It
595 methods is then wrapped in a function that calls C<croak()>
/macosx-10.10/CPANInternal-159.1/Log-Dispatch-2.34/lib/Log/
H A DDispatch.pm367 be called when either the C<log> or C<log_to> methods are called and
404 If you pass an array to these methods, it will be stringified as is:
467 There are methods for every log level: C<is_debug()>, C<is_warning()>, etc.
537 be called when either the C<log> or C<log_to> methods are called and
586 methods. See the L<Log::Dispatch::Output> docs for more details.
/macosx-10.10/WebCore-7600.1.25/xml/
H A DXMLHttpRequest.cpp397 const char* const methods[] = { "DELETE", "GET", "HEAD", "OPTIONS", "POST", "PUT" }; local
398 for (unsigned i = 0; i < WTF_ARRAY_LENGTH(methods); ++i) {
399 if (equalIgnoringCase(method, methods[i])) {
401 if (method == methods[i])
403 return ASCIILiteral(methods[i]);
/macosx-10.10/apr-32/apr/apr/test/
H A Dtestpoll.c780 apr_pollset_method_e methods[] = { local
798 for (i = 0; i < sizeof methods / sizeof methods[0]; i++) {
799 rv = apr_pollset_create_ex(&pollset, 5, p, 0, methods[i]);
818 rv = apr_pollcb_create_ex(&pollcb, 5, p, 0, methods[0]);
/macosx-10.10/CPANInternal-159.1/Class-Trigger-0.14/lib/Class/
H A DTrigger.pm18 # export mixin methods
20 my @methods = qw(add_trigger call_trigger last_trigger_results);
21 *{"$pkg\::$_"} = \&{$_} for @methods;
218 By using this module, your class is capable of following methods.
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DTable.pm290 methods.
326 to a list of rows (themselves list references). The C<row()> methods
340 methods that can be called on list references to return the first/last entry
/macosx-10.10/IOFireWireIP-226.2/KernelSource/IOKit/
H A DIOFireWireIP.cpp37 #pragma mark ��� IOService methods ���
398 #pragma mark ��� IOFWController methods ���
722 #pragma mark ��� IOFirewireIP methods ���
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Dncache.c545 rdataset->methods = &rdataset_methods;
647 rdataset->methods = &rdataset_methods;
704 rdataset->methods = &rdataset_methods;
/macosx-10.10/cxxfilt-11/cxxfilt/binutils/
H A Ddebug.c171 /* NULL terminated array of methods. */
172 debug_method *methods; member in struct:debug_class_type
1309 methods, the type of the object holding the virtual function table
1316 debug_method *methods, debug_type vptrbase,
1334 c->methods = methods;
2690 methods for an anonymous class. */
2758 if (type->u.kclass->methods != NULL)
2760 for (i = 0; type->u.kclass->methods[i] != NULL; i++)
2765 m = type->u.kclass->methods[
1312 debug_make_object_type(void *handle, bfd_boolean structp, bfd_vma size, debug_field *fields, debug_baseclass *baseclasses, debug_method *methods, debug_type vptrbase, bfd_boolean ownvptr) argument
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonObject.m553 Method* methods;
564 methods = class_copyMethodList(object_getClass(self),
566 if (methods == NULL) {
572 method_getName(methods[i]), aSelector)) {
573 free(methods);
577 free(methods);
667 /* XXX: This should use libffi to call call native methods of this
1252 /* NSObject methods */
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A DOC_PythonObject.m575 Method* methods;
586 methods = class_copyMethodList(object_getClass(self),
588 if (methods == NULL) {
594 method_getName(methods[i]), aSelector)) {
595 free(methods);
599 free(methods);
689 /* XXX: This should use libffi to call call native methods of this
1274 /* NSObject methods */
/macosx-10.10/ruby-106/ruby/lib/
H A Ddebug.rb60 # s[tep][ nnn] step (into methods) one line or till line nnn
76 # m[ethod] i[nstance] <obj> show methods of object
77 # m[ethod] <class|module> show instance methods of class or module
342 for v in obj.methods.sort
685 s[tep][ nnn] step (into methods) one line or till line nnn
701 m[ethod] i[nstance] <obj> show methods of object
702 m[ethod] <class|module> show instance methods of class or module

Completed in 188 milliseconds

1234567891011>>