Searched refs:methods (Results 201 - 225 of 507) sorted by relevance

1234567891011>>

/macosx-10.10/CPANInternal-159.1/JSON-RPC-0.96/lib/JSON/RPC/
H A DClient.pm40 $method =~ s/^__(\w+)__$/$1/; # avoid to call built-in methods (ex. __VERSION__ => VERSION)
318 Allow to call methods in contents of $arrayref_of_procedure.
319 Then you can call the prepared methods with an array reference or a list.
333 Currently, B<can't call any method names as same as built-in methods>.
385 C<call> method or the methods set by C<prepared> returns this object.
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DPlugin.pm199 The following methods form the basic interface between the Template
268 calls the L<new()> and L<error()> methods against the package name returned by
278 I<object> methods against that prototype instance.
/macosx-10.10/ruby-106/ruby/lib/rdoc/generator/
H A Ddarkfish.rb100 # When false the generate methods return a String instead of writing to a
118 attr_reader :methods
152 @methods = nil
545 @methods = @classes.map { |m| m.method_list }.flatten.sort
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/Relationship/
H A DHasMany.pm78 sub methods { subroutine
/macosx-10.10/CPANInternal-159.1/Class-Factory-Util-1.7/lib/Class/Factory/
H A DUtil.pm70 Class::Factory::Util - Provide utility methods for factory classes
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/lib/DateTime/Format/Builder/Parser/
H A DDispatch.pm119 They follow the same format as when you specify them for methods.
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/BodyFilter/
H A Dhtmltext.pm82 The filter defines the following methods, called automatically:
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/
H A DBodyFilter.pm53 A BodyFilter is just a derived class that implements some methods
54 called by the proxy. Of all the methods presented below, only
230 Some methods are available to filters, so that they can eventually use
239 This gives access to some of the proxy methods.
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/Engine/
H A DLegacy.pm131 The module defines the following methods, used by HTTP::Proxy main loop:
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/BodyFilter/
H A Dhtmltext.pm82 The filter defines the following methods, called automatically:
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/
H A DBodyFilter.pm53 A BodyFilter is just a derived class that implements some methods
54 called by the proxy. Of all the methods presented below, only
230 Some methods are available to filters, so that they can eventually use
239 This gives access to some of the proxy methods.
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/Engine/
H A DLegacy.pm131 The module defines the following methods, used by L<HTTP::Proxy> main loop:
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DDumper.pm117 There are two methods supported by the C<Dumper> object. Each will
/macosx-10.10/Security-57031.1.35/Security/include/security_pkcs12/
H A Dpkcs12BagAttrs.cpp125 #pragma mark --- private methods ---
/macosx-10.10/Security-57031.1.35/Security/libsecurity_pkcs12/lib/
H A Dpkcs12BagAttrs.cpp125 #pragma mark --- private methods ---
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_convenience.py3 add Python special methods to Objective-C classes with a suitable interface.
48 def addConvenienceForSelector(selector, methods):
50 Add the list with methods to every class that has a selector with the
53 CONVENIENCE_METHODS[selector] = methods
55 def addConvenienceForClass(classname, methods):
57 Add the list with methods to the class with the specified name
59 CLASS_METHODS[classname] = methods
76 Add additional methods to the type-dict of subclass 'name' of
/macosx-10.10/ruby-106/ruby/lib/minitest/
H A Dmock.rb79 # Verify that all methods were called as expected. Raises
178 if respond_to? name and not methods.map(&:to_s).include? name.to_s then
/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Dclass_module.rb13 # * Added file to methods
165 # which is the order suitable for searching methods/attributes
216 # Does this ClassModule or any of its methods have document_self set?
291 visibilities = visibilities.map do |visibility, methods|
292 method_names = methods.map do |method|
375 visibilities.each do |visibility, methods|
378 methods.each do |name, file|
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dmm-decode.el1018 (let ((methods mm-automatic-display)
1021 (while (setq method (pop methods))
1025 methods nil)))
1045 (let ((methods mm-inlined-types)
1048 (while (setq method (pop methods))
1052 methods nil)))
1078 (let ((methods mm-automatic-external-display)
1080 (while (setq method (pop methods))
1083 methods nil)))
1240 (methods
[all...]
/macosx-10.10/CPANInternal-159.1/DBIx-ContextualFetch-1.03/lib/DBIx/
H A DContextualFetch.pm120 # Modified statement handle methods.
125 # In addition to the normal DBI sth methods...
142 fetch methods to fix this oversight. It also adds a few new methods for
/macosx-10.10/CPANInternal-159.1/Heap-0.80/lib/Heap/
H A DElem.pm59 the interface documentation and some inheritable methods.
84 Heap methods that affect elements that are not are the top
146 # other methods for the rest of myObject's functionality
/macosx-10.10/CPANInternal-159.1/Ima-DBI-0.35/lib/Ima/
H A DDBI.pm22 # Class-wide methods.
34 # Object methods.
106 as making many oft-used DBI methods available directly from your
126 methods (except execute()) will no longer accept tainted data.
231 This means that Ima::DBI methods do not accept tainted data, and that all
446 These both work as either class or object methods.
490 sql_*() is a catch-all name for the methods you set up with set_sql().
552 =head1 Modified database handle methods
554 Ima::DBI makes some of the methods available to your object that are
725 prepare_cached and connect_cached methods t
[all...]
/macosx-10.10/bind9-45.101/bind9/lib/isc/include/isc/
H A Dmem.h208 /*% memory and memory pool methods */
256 isc_memmethods_t *methods; member in struct:isc_mem
270 isc_mempoolmethods_t *methods; member in struct:isc_mempool
H A Dsocket.h263 /*% Socket and socket manager methods */
318 isc_socketmgrmethods_t *methods; member in struct:isc_socketmgr
334 isc_socketmethods_t *methods; member in struct:isc_socket
/macosx-10.10/ruby-106/ruby/lib/shell/
H A Dcommand-processor.rb33 if Object.methods.first.kind_of?(String)
43 # define CommandProcessor#methods to Shell#methods and Filter#methods
473 # Delegates File and FileTest methods into Shell, including the following
550 for m in Shell.methods
608 # Delegates File methods into Shell, including the following commands:

Completed in 274 milliseconds

1234567891011>>