Searched refs:methods (Results 251 - 275 of 507) sorted by relevance

<<11121314151617181920>>

/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/pt/rde_critcl/
H A Dms.c3 * -> Support for the stack methods in layer 3.
24 * Per the called methods.
35 static CONST char* methods [] = { local
96 enum methods { enum
171 } else if (Tcl_GetIndexFromObj (interp, objv [1], methods, "option",
176 /* Dispatch to methods. They check the #args in detail before performing
/macosx-10.10/tcl-105/tcl_ext/tclvfs/tclvfs/library/
H A Dzipvfs.tcl192 array set methods {
347 if {[info exists methods($method)]} {
348 set method $methods($method)
/macosx-10.10/CPANInternal-159.1/File-VirtualPath-1.011/lib/File/
H A DVirtualPath.pm130 As your application navigates the virtual file-system, it uses object methods
187 This class does not export any functions or methods, so you need to call them
189 and B<$object-E<gt>method()> for methods. If you are inheriting this class for
192 Paths can be represented as either strings or array refs, and any methods which
254 four object properties that the following methods also handle: physical_root(),
256 those 4 methods yourself in the same order.
/macosx-10.10/CPANInternal-159.1/Net-Daemon-0.48/lib/Net/
H A DDaemon.pm755 The Net::Daemon class offers methods for the most common tasks a daemon
758 override those methods that aren't appropriate for you, but typically
778 new object. This new object will be passed to the methods that finally
1094 The B<Debug> and B<Error> methods are shorthands for calling
1129 All methods are supposed to throw Perl exceptions in case of errors.
1134 All methods are working with lexically scoped data and handle data
/macosx-10.10/BerkeleyDB-21/db/docs_src/
H A Dbuild39 # Build a sorted list of all methods.
52 egrep m4_table_element $i/m4.methods
/macosx-10.10/CPANInternal-159.1/Crypt-OpenSSL-Bignum-0.04/
H A DBignum.pm77 I<NOTE>: Many of the methods in this package can croak, so use eval, or
124 interfaces with OpenSSL library methods, and who wish to be able to
/macosx-10.10/CPANInternal-159.1/Data-Dump-1.21/lib/Data/Dump/
H A DTrace.pm318 A hash of prototypes to use for the methods when an object is wrapped.
329 after the methods on the underlying objects has returned.
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/
H A DConfig.pm312 This module implements various methods for loading and instantiating
320 the various factory methods (L<stash()>, L<service()> and L<context()>) to
H A DVMethods.pm6 # Module defining virtual methods for the Template Toolkit
111 # root virtual methods
128 # text virtual methods
348 # hash virtual methods
440 # list virtual methods
636 Template::VMethods - Virtual methods for variables
640 The C<Template::VMethods> module implements the virtual methods
/macosx-10.10/CPANInternal-159.1/Template-Toolkit-2.25/lib/Template/Stash/
H A DContext.pm7 # Craig Barratt to implement various new virtual methods to allow
8 # dotted template variable to denote if object methods and subroutines
83 # copy virtual methods from those in the regular Template::Stash
386 # methods, etc. The final parameter is an optional flag to indicate
430 # pseudo-methods table, calling the code if found, or return undef.
522 # anything we know about, so we try the SCALAR_OPS pseudo-methods
690 Craig Barratt to implement various new virtual methods to allow
691 dotted template variable to denote if object methods and subroutines
/macosx-10.10/CPANInternal-159.1/Tree-Simple-VisitorFactory-0.10/lib/Tree/Simple/
H A DVisitorFactory.pm48 I considered making this a Singleton, but I did not because I thought that some people might not want that. I know that I am very picky about using Singletons, especially in multiprocess environments like mod_perl, so I implemented the smallest instance I knew how to, and made sure all other methods could be called as class methods too.
/macosx-10.10/emacs-93/emacs/lisp/gnus/
H A Dnnmail.el81 (defcustom nnmail-split-methods '(("mail.misc" ""))
88 (setq nnmail-split-methods
115 "If non-nil, do crossposting if several split methods match the mail.
441 To enable this, set `nnmail-split-methods' to `nnmail-split-fancy'.
487 \(setq nnmail-split-methods 'nnmail-split-fancy
1058 ;; methods to just this group.
1059 (nnmail-split-methods (if (and group
1062 nnmail-split-methods)))
1093 (let ((methods (or nnmail-split-methods '(("bogu
[all...]
/macosx-10.10/ruby-106/ruby/test/ruby/
H A Dtest_syntax.rb70 methods = [['map', 'no'], ['inject([])', 'with']],
73 [%w'. dot', %w':: colon'].product(methods, blocks) do |(c, n1), (m, n2), (b, n3)|
/macosx-10.10/swig-12/Source/Modules/
H A Dpython.cxx44 static String *methods; variable
107 -fastproxy - Use fast proxy mechanism for member methods \n\
126 -nofastproxy - Use traditional proxy mechanism for member methods (default) \n\
130 -nomodernargs - Use classic ParseTuple/CallFunction methods to pack/unpack the function arguments (default) \n";
460 * to enable directors for individual classes or methods.
551 methods = NewString("");
657 Printf(f_directors, " * C++ director class methods\n");
825 Append(methods, "static PyMethodDef SwigMethods[] = {\n");
839 Append(methods, "\t { NULL, NULL, 0, NULL }\n");
840 Append(methods, "};\
[all...]
/macosx-10.10/vim-55/runtime/indent/
H A Djava.vim72 " Try to align "throws" lines for methods and "extends" and "implements" for
/macosx-10.10/vim-55/runtime/syntax/
H A Dampl.vim126 " The default methods for highlighting. Can be overridden later.
H A Dasm.vim84 " The default methods for highlighting. Can be overridden later
H A Dregistry.vim95 " The default methods for highlighting. Can be overridden later
H A Dsqlj.vim87 " The default methods for highlighting. Can be overridden later.
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.80/examples/
H A DW3CDTF.pm163 Given a C<DateTime> object, this methods returns a W3CDTF datetime
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.80/lib/DateTime/Format/Builder/Parser/
H A DDispatch.pm66 They follow the same format as when you specify them for methods.
/macosx-10.10/CPANInternal-159.1/DateTime-Format-Builder-0.81/examples/
H A DW3CDTF.pm159 Given a C<DateTime> object, this methods returns a W3CDTF datetime
/macosx-10.10/CPANInternal-159.1/DateTime-Format-W3CDTF-0.06/lib/DateTime/Format/
H A DW3CDTF.pm180 Given a C<DateTime> object, this methods returns a W3CDTF datetime
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/BodyFilter/
H A Dcomplete.pm78 This filter defines two methods, called automatically:
H A Dlines.pm105 This filter defines the following methods, which are automatically called:

Completed in 307 milliseconds

<<11121314151617181920>>