Searched refs:methods (Results 176 - 200 of 507) sorted by relevance

1234567891011>>

/macosx-10.10/ruby-106/ruby/test/minitest/
H A Dtest_minitest_spec.rb114 it "needs to have all methods named well" do
117 methods = Object.public_instance_methods.find_all { |n| n =~ /^must|^wont/ }
118 methods.map! { |m| m.to_s } if Symbol === methods.first
120 musts, wonts = methods.sort.partition { |m| m =~ /^must/ }
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dinfo.test228 test info-3.2a {info: public methods} {
232 test info-3.2b {info: public methods} {
240 test info-3.3a {info: protected methods} {
244 test info-3.3b {info: protected methods} {
252 test info-3.4a {info: private methods} {
256 test info-3.4b {info: private methods} {
268 test info-3.6 {by default, methods are "public"} {
272 test info-3.7 {methods may not have arg lists or bodies defined} {
H A Dinherit.test206 test inherit-2.3 {variable resolution works properly in methods} {
213 test inherit-2.4 {methods have access to shadowed data members} {
354 test inherit-4.7 {built-in "isa" method works within methods} {
464 test inherit-6.3 {methods are "virtual" outside of the class} {
468 test inherit-6.4 {specific methods can be accessed by name} {
472 test inherit-6.5 {methods are "virtual" within a class too} {
476 test inherit-6.6 {methods are executed where they were defined} {
/macosx-10.10/vim-55/runtime/syntax/
H A Dst.vim14 " some Smalltalk keywords and standard methods
28 syn match stMethod "\<methods\>:"
H A Dabaqus.vim38 " The default methods for highlighting. Can be overridden later
H A Dhex.vim41 " The default methods for highlighting. Can be overridden later
H A Dsyntax.vim18 " Load the Syntax autocommands and set the default methods for highlighting.
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/Search/
H A DBasic.pm61 into a variety of methods for you to override.
72 There are also a variety of private methods underneath this that could
/macosx-10.10/CPANInternal-159.1/Graph-0.94/lib/Heap071/
H A DElem.pm19 # Preloaded methods go here.
40 # Autoload methods go after =cut, and are processed by the autosplit program.
64 the interface documentation and some inheritable methods.
84 Heap methods that affect elements that are not are the top
142 # other methods for the rest of myObject's functionality
/macosx-10.10/CPANInternal-159.1/Graph-0.96/lib/Heap071/
H A DElem.pm19 # Preloaded methods go here.
40 # Autoload methods go after =cut, and are processed by the autosplit program.
64 the interface documentation and some inheritable methods.
84 Heap methods that affect elements that are not are the top
142 # other methods for the rest of myObject's functionality
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/
H A DEngine.pm111 methods:
144 HTTP::Proxy::Engine provides the following methods to its
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/
H A DEngine.pm111 methods:
144 L<HTTP::Proxy::Engine> provides the following methods to its
/macosx-10.10/CPANInternal-159.1/JSON-RPC-0.96/lib/JSON/RPC/Server/
H A DApache2.pm188 They are inherited from the L<JSON::RPC::Server> methods basically.
189 The below methods are implemented in JSON::RPC::Server::Apache2.
H A DCGI.pm139 They are inherited from the L<JSON::RPC::Server> methods basically.
140 The below methods are implemented in JSON::RPC::Server::CGI.
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DMDC.pm98 Please note that all of the methods above are class methods, there's no
H A DNDC.pm115 Please note that all of the methods above are class methods, there's no
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/include/
H A Dlutil.h104 const char **methods ));
125 const char **methods,
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/Builder/
H A DModule.pm57 A few methods are provided to do the C<use Your::Module tests => 23> part
154 Test::Builder::Module provides some methods of getting at the underlying
/macosx-10.10/WebKit2-7600.1.25/UIProcess/API/Cocoa/
H A DWKPreferences.mm76 #pragma mark OS X-specific methods
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/
H A DBuilder.pm46 my $target = $args{class}; # where we're writing our methods and such.
73 # Write all our parser methods, creating parsers as we go.
266 Builder provides a number of methods, most of which you'll
272 This creates the end methods. Coderefs die on bad parses,
373 can then invoke your own methods on it do get information
658 methods. Life often throws unexpected things at us so the
659 methods are all available for use.
690 B<parsers> takes a hashref of methods and their parser
695 of the methods you define here, an error will be thrown.
730 which to create the specified methods
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/isc/unix/
H A Dapp.c145 isc_appmethods_t methods; member in struct:__anon6832
277 isc_g_appctx.common.methods = &appmethods.methods;
887 ctx->common.methods = &appmethods.methods;
/macosx-10.10/ruby-106/ruby/
H A Dsiphash.c327 h->methods = &sip_methods;
328 h->methods->init(h->state, key);
335 h->methods->update(h->state, msg, len);
345 h->methods->final(h->state, &digest64);
357 h->methods->final(h->state, digest);
/macosx-10.10/CPANInternal-159.1/Class-C3-XS-0.13/
H A DXS.xs494 SV** svp_cc3_mro_class_methods = hv_fetch(cc3_mro_class, "methods", 7, 0);
610 HV* methods;
640 methods = newHV();
666 if(hv_exists_ent(methods, mskey, 0)) continue;
684 || !hv_store_ent(methods, mskey, newRV_noinc((SV*)meth_hash), 0) ) {
690 if(!hv_store(our_c3mro, "methods", 7, newRV_noinc((SV*)methods), 0)) {
/macosx-10.10/CPANInternal-159.1/Class-Std-0.011/lib/Class/
H A DStd.pm272 # Implement restricted methods (only callable within hierarchy)...
295 # Implement private methods (only callable from class itself)...
435 # Apply BUILD() methods...
480 # START methods run after all BUILD methods complete...
484 # Apply START() methods...
920 Of the several popular methods of reliably enforcing encapsulation in
1031 Apart from the actual names of the attributes, and their accessor methods,
1070 class methods (see below), and call any of them before you create any objects,
1094 See the subsequent descriptions of the C<BUILD()> and C<START()> methods
[all...]
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Pg-0.16007/lib/DateTime/Format/
H A DPg.pm42 The following methods can be used to create C<DateTime::Format::Pg> objects.
400 This class provides the following methods. The parse_datetime, parse_duration,
401 format_datetime, and format_duration methods are general-purpose methods
404 The other methods are specific to the corresponding PostgreSQL date/time data
405 types. The names of these methods are derived from the name of the PostgreSQL
413 This class provides the following parsing methods.
415 As a general rule, the parsing methods accept input in any format that the
616 This class provides the following formatting methods.

Completed in 360 milliseconds

1234567891011>>