Searched refs:methods (Results 151 - 175 of 507) sorted by relevance

1234567891011>>

/macosx-10.10/apache-793/httpd/modules/http/
H A Dhttp_protocol.c580 * For all other request methods, failure means the server MUST
583 * GET or HEAD allow weak etag comparison, all other methods require
636 * Singleton registry of additional methods. This maps new method names
673 /* put all the standard methods into the registry hash to ease the
728 "Maximum new request methods %d reached while "
746 from there. Should new HTTP methods be added, then manual insertion
1022 /* the M_GET method actually refers to two methods */
1033 ### these methods */
1570 char **methods; local
1573 * If it's one of our known methods, us
1603 char **methods; local
1636 char **methods; local
[all...]
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Plugin/
H A DImage.pm262 The C<width> and C<height> methods return the width and height of the
315 If the image file cannot be found then the above methods will throw an
316 C<Image> error. You can enclose calls to these methods in a
329 L<Image::Size>. If L<Image::Info> is found, then some additional methods are
331 These additional methods are named after the elements that L<Image::Info>
332 retrieves from the image itself. The types of methods available depend on the
333 type of image (see L<Image::Info> for more details). These additional methods
H A DString.pm414 # and various other methods...
466 You also have the benefit of numerous other methods for manipulating
471 Note that all methods operate on and mutate the contents of the string
477 These methods return a reference to the C<String> object itself. This
478 allows you to chain multiple methods together.
495 These methods are used to create new C<String> objects.
514 These methods are used to examine the string.
555 These methods modify the internal value of the string. For example:
565 These methods all return a reference to the C<String> object itself. This
578 The other benefit of these methods returnin
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc-class.m553 /* Add convenience methods like '__eq__'. Must do it before
554 * call to super-class implementation, because '__*' methods
799 * methods over instance methods (and documentation should be
800 * added that you shouldn't look up instance methods through the
1010 "The attributes of this field are the class methods of this object. This can\n"
1020 "The attributes of this field are the instance methods of this object. This \n"
1127 /* methods */
1202 * Add methods and descriptors for the instance variables to the dict.
1207 * We add instance methods, clas
[all...]
H A Dobjc-runtime-compat.m270 Method* methods;
275 methods = class_copyMethodList(cls, &count);
279 method_getImplementation(methods[i])) >> 3);
282 free(methods);
962 Method* methods;
965 methods = class_copyMethodList(cls, &count);
972 method_getImplementation(methods[i])) >> 3);
975 free(methods);
978 free(methods);
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Modules/objc/
H A Dobjc-runtime-compat.m270 Method* methods;
275 methods = class_copyMethodList(cls, &count);
279 method_getImplementation(methods[i])) >> 3);
282 free(methods);
962 Method* methods;
965 methods = class_copyMethodList(cls, &count);
972 method_getImplementation(methods[i])) >> 3);
975 free(methods);
978 free(methods);
H A Dobjc-class.m732 /* Add convenience methods like '__eq__'. Must do it before
733 * call to super-class implementation, because '__*' methods
1003 * methods over instance methods (and documentation should be
1004 * added that you shouldn't look up instance methods through the
1325 "The attributes of this field are the class methods of this object. This can\n"
1335 "The attributes of this field are the instance methods of this object. This \n"
1441 /* methods */
1516 * Add methods and descriptors for the instance variables to the dict.
1521 * We add instance methods, clas
[all...]
/macosx-10.10/CPANInternal-159.1/PlRPC-0.2020/lib/RPC/
H A DPlServer.pm81 # (Instance methods)
182 if (my $methods = $client->{'methods'}) {
183 $self->{'methods'} = $methods;
187 if (my $methods = $au->{'methods'}) {
188 $self->{'methods'} = $methods;
242 if ($self->{'methods'}) {
[all...]
H A DPlClient.pm221 PlRPC works by defining a set of methods that may be executed by the client.
235 =head2 Client methods
290 and I<User> methods.
301 attribute is an object supporting the methods I<blocksize>, I<encrypt>
361 (Instance method) A set of predefined methods is available that make
384 access to both certain classes and methods by setting $server->{'methods'}
/macosx-10.10/apache-793/httpd/modules/dav/main/
H A Dmod_dav.c26 * set of methods -- there is NO HOOK for us.
102 /* DAV methods */
116 /* Register DAV methods */
605 /* handy function for return values of methods that (may) create things.
1275 const apr_table_t *methods,
1288 /* show all supported methods */
1289 arr = apr_table_elts(methods);
1304 /* check for support of specific methods */
1324 if (apr_table_get(methods, name) != NULL) {
1590 apr_table_t *methods local
1273 dav_gen_supported_methods(request_rec *r, const apr_xml_elem *elem, const apr_table_t *methods, apr_text_header *body) argument
[all...]
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/Parser/
H A Dgeneric.pm22 in the hash. This is useful for storing information between methods.
130 These are methods you should define when writing your own subclass.
132 B<Note>: these methods do not exist in this class. There is no point
/macosx-10.10/bind9-45.101/bind9/lib/dns/
H A Drdatalist.c36 static dns_rdatasetmethods_t methods = { variable
83 rdataset->methods = &methods;
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/struct/tree/
H A Dms.c3 * -> Support for the tree methods in layer 3.
288 * Per the called methods.
299 static CONST char* methods [] = {
310 enum methods {
324 } else if (Tcl_GetIndexFromObj (interp, objv [1], methods, "option",
329 /* Dispatch to methods. They check the #args in detail before performing
295 static CONST char* methods [] = { local
306 enum methods { enum
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dobjc-class.m866 /* Add convenience methods like '__eq__'. Must do it before
867 * call to super-class implementation, because '__*' methods
1137 * methods over instance methods (and documentation should be
1138 * added that you shouldn't look up instance methods through the
1459 "The attributes of this field are the class methods of this object. This can\n"
1469 "The attributes of this field are the instance methods of this object. This \n"
1575 /* methods */
1650 * Add methods and descriptors for the instance variables to the dict.
1655 * We add instance methods, clas
[all...]
/macosx-10.10/ruby-106/ruby/lib/rdoc/
H A Dcontext.rb4 # A Context is something that can hold modules, classes, methods, attributes,
13 # Types of methods
29 # All attr* methods
101 # Hash of registered methods. Attributes are also registered here,
139 # Sets the defaults for methods and so-forth
564 # This means any of: comment, aliases, methods, attributes, external
603 # Class methods
705 # Iterator for methods
718 # To retrieve methods in a section use #methods_by_type with the optional
907 # Does this context and its methods an
[all...]
/macosx-10.10/CPANInternal-159.1/Class-DBI-v3.0.17/lib/Class/DBI/Cascade/
H A DNone.pm13 several important methods:
/macosx-10.10/CPANInternal-159.1/Class-Trigger-0.14/inc/Test/
H A DMore.pm134 my( $proto, @methods ) = @_;
144 unless(@methods) {
146 $tb->diag(' can_ok() called with no methods');
151 foreach my $method (@methods) {
155 my $name = (@methods == 1) ? "$class->can('$methods[0]')" :
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/BodyFilter/
H A Dtags.pm52 This class defines two methods, that are called automatically:
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/Engine/
H A DThreaded.pm82 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 Dtags.pm52 This class defines two methods, that are called automatically:
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/Engine/
H A DThreaded.pm82 The module defines the following methods, used by L<HTTP::Proxy> main loop:
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/Visitor/
H A DLoadClassHierarchy.pm89 my @methods;
92 @methods = sort grep { defined &{"${class}::$_"} } keys %{"${class}::"};
94 foreach my $method (@methods) {
143 Setting the C<$boolean> value to true (C<1>) will cause methods to be added as a children of the class node. Setting it to false (C<0>), or not setting it, will result in this not happening.
/macosx-10.10/WebKit-7600.1.25/mac/Misc/
H A DWebSharingServicePickerController.mm138 #pragma mark NSSharingServicePickerDelegate methods
166 #pragma mark NSSharingServiceDelegate methods
/macosx-10.10/bind9-45.101/bind9/lib/dns/include/dns/
H A Dsdlz.h127 * methods have been called. This method is required if the lookup
191 * methods have been called. This function returns record DNS record
259 * supply addrdataset and subtractrdataset methods. If supplied, then these
298 dns_sdlzregister(const char *drivername, const dns_sdlzmethods_t *methods,
303 * type 'drivername', implemented by the functions in '*methods'.
/macosx-10.10/ruby-106/ruby/lib/xmlrpc/
H A Dserver.rb31 # only for Proc handler, because you cannot define two methods of the same name in
101 # All public methods of MyHandlerClass are accessible to
112 # Adds all methods of +obj+ which are defined in the +interface+ to the server.
126 # add all methods
143 # You can use a service-hook for example to wrap existing methods and catch
237 add_handler("system.listMethods",%w(array), "List methods available on this XML-RPC server") do
238 methods = []
241 methods << name
244 methods << "#{name}#{meth}"
248 methods
[all...]

Completed in 305 milliseconds

1234567891011>>