Searched refs:methods (Results 1 - 25 of 506) sorted by relevance

1234567891011>>

/macosx-10.10.1/tcl-105/tcl_ext/tclsoap/tclsoap/samples/
H A DXMLRPC-tests.tcl3 # Create some remote XML-RPC access methods to demo servers.
22 set methods {}
28 lappend methods [ \
34 lappend methods [ \
45 lappend methods [ \
52 lappend methods [ \
59 lappend methods [ \
67 lappend methods [ \
85 lappend methods [ \
94 lappend methods [ \
[all...]
H A Dxmlrpc-methods-client.tcl5 set methods {}
7 lappend methods [ XMLRPC::create tclsoapTest1.rcsid \
11 lappend methods [ XMLRPC::create tclsoapTest1.base64 \
15 lappend methods [ XMLRPC::create tclsoapTest1.time \
19 lappend methods [ XMLRPC::create tclsoapTest1.square \
23 lappend methods [ XMLRPC::create tclsoapTest1.sort \
27 lappend methods [ XMLRPC::create tclsoapTest1.platform \
31 puts "$methods"
32 unset methods
H A Dsoap-methods-client.tcl1 # soap-methods-client.tcl
14 # @(#)$Id: soap-methods-client.tcl,v 1.5 2002/02/27 21:29:14 patthoyts Exp $
20 # Setup the client methods for our sample services. Optionally specify the
26 variable methods {}
29 variable methods
33 lappend methods [ SOAP::create $name -name rcsid -uri $uri \
37 lappend methods [ SOAP::create $name -name base64 -uri $uri \
41 lappend methods [ SOAP::create $name -name time -uri $uri \
45 lappend methods [ SOAP::create $name -name square -uri $uri \
49 lappend methods [ SOA
[all...]
/macosx-10.10.1/ruby-106/ruby/lib/
H A Dforwardable.rb14 # methods to a designated object, using the methods #def_delegator
27 # Further, if you wish to provide the methods #size, #<<, and #map,
50 # take just the methods we need and even rename them as appropriate. In many
65 # # support some general Array methods that fit Queues well
95 # Be advised, RDoc will not detect delegated methods.
98 # def_delegators methods. For full-class delegation via DelegateClass, see
114 # the accessor to which the methods will be delegated.
121 hash.each{ |methods, accessor|
122 methods
[all...]
/macosx-10.10.1/bind9-45.101/bind9/lib/dns/
H A Ddbiterator.c38 (*iteratorp)->methods->destroy(iteratorp);
51 return (iterator->methods->first(iterator));
62 return (iterator->methods->last(iterator));
73 return (iterator->methods->seek(iterator, name));
84 return (iterator->methods->prev(iterator));
95 return (iterator->methods->next(iterator));
110 return (iterator->methods->current(iterator, nodep, name));
121 return (iterator->methods->pause(iterator));
135 return (iterator->methods->origin(iterator, name));
H A Drdatasetiter.c40 (*iteratorp)->methods->destroy(iteratorp);
53 return (iterator->methods->first(iterator));
64 return (iterator->methods->next(iterator));
79 iterator->methods->current(iterator, rdataset);
H A Drdataset.c67 rdataset->methods = NULL;
93 REQUIRE(rdataset->methods == NULL);
119 REQUIRE(rdataset->methods != NULL);
121 (rdataset->methods->disassociate)(rdataset);
122 rdataset->methods = NULL;
147 if (rdataset->methods != NULL)
221 REQUIRE(rdataset->methods == NULL);
223 rdataset->methods = &question_methods;
237 REQUIRE(rdataset->methods != NULL);
239 return ((rdataset->methods
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_ctests.py7 unitest.m file as its methods.
14 methods = {} variable
48 methods['test_%s'%(n,)] = make_test(n)
50 CTests = type(TestCase)('CTests', (TestCase,), methods)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/PyObjCTest/
H A Dtest_ctests.py7 unitest.m file as its methods.
14 methods = {} variable
48 methods['test_%s'%(n,)] = make_test(n)
50 CTests = type(TestCase)('CTests', (TestCase,), methods)
/macosx-10.10.1/bind9-45.101/bind9/lib/isc/
H A Dmem_api.c95 source->methods->attach(source, targetp);
104 (*mctxp)->methods->detach(mctxp);
113 (*mctxp)->methods->destroy(mctxp);
122 return (mctx->methods->memget(mctx, size FLARG_PASS));
129 mctx->methods->memput(mctx, ptr, size FLARG_PASS);
136 (*mctxp)->methods->memputanddetach(mctxp, ptr, size FLARG_PASS);
148 return (mctx->methods->memallocate(mctx, size FLARG_PASS));
155 return (mctx->methods->memreallocate(mctx, ptr, size FLARG_PASS));
162 return (mctx->methods->memstrdup(mctx, s FLARG_PASS));
169 mctx->methods
[all...]
H A Dapp_api.c74 (*ctxp)->methods->ctxdestroy(ctxp);
83 return (ctx->methods->ctxstart(ctx));
90 return (ctx->methods->ctxrun(ctx));
97 return (ctx->methods->ctxsuspend(ctx));
104 return (ctx->methods->ctxshutdown(ctx));
111 ctx->methods->ctxfinish(ctx);
119 ctx->methods->settaskmgr(ctx, taskmgr);
127 ctx->methods->setsocketmgr(ctx, socketmgr);
135 ctx->methods->settimermgr(ctx, timermgr);
H A Dsocket_api.c90 (*managerp)->methods->destroy(managerp);
101 return (manager->methods->socketcreate(manager, pf, type, socketp));
109 sock->methods->attach(sock, socketp);
118 (*socketp)->methods->detach(socketp);
129 return (sock->methods->bind(sock, sockaddr, options));
139 return (sock->methods->sendto(sock, region, task, action, arg, address,
149 return (sock->methods->connect(sock, addr, task, action, arg));
158 return (sock->methods->recv(sock, region, minimum, task, action, arg));
165 sock->methods->cancel(sock, task, how);
172 return (sock->methods
[all...]
H A Dtask_api.c97 (*managerp)->methods->destroy(managerp);
109 return (manager->methods->taskcreate(manager, quantum, taskp));
117 source->methods->attach(source, targetp);
126 (*taskp)->methods->detach(taskp);
136 task->methods->send(task, eventp);
146 (*taskp)->methods->sendanddetach(taskp, eventp);
157 return (task->methods->unsend(task, sender, type, tag, events));
165 return (task->methods->onshutdown(task, action, arg));
172 task->methods->shutdown(task);
179 task->methods
[all...]
H A Dtimer_api.c92 (*managerp)->methods->destroy(managerp);
105 return (manager->methods->timercreate(manager, type, expires,
115 timer->methods->attach(timer, timerp);
124 (*timerp)->methods->detach(timerp);
136 return (timer->methods->reset(timer, type, expires, interval, purge));
143 return (timer->methods->touch(timer));
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/virtchannel_core/
H A Dcore.tcl39 set methods [info object methods [self] -all]
41 # Note: Checking of the mode against the supported methods is
50 if {$m in $methods} {
H A Dtransformcore.tcl38 set methods [info object methods [self] -all]
40 # Note: Checking of the mode against the supported methods is
48 if {$m in $methods} {
/macosx-10.10.1/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/
H A Dmethods.test9 # RCS: $Id: methods.test,v 1.6 2006/06/02 19:50:59 hobbs Exp $
26 test methods-1.1 {define a class with lots of methods and arg lists} {
62 test methods-1.2 {create an object to execute tests} {
66 test methods-1.3 {argument checking: not enough args} {
70 test methods-1.4a {argument checking: too many args} {
74 test methods-1.4b {argument checking: too many args} {
78 test methods-1.5a {argument checking: just right} {
82 test methods-1.5b {argument checking: just right} {
86 test methods
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_category.py32 def _newSubclass(cls, name, bases, methods):
33 return type.__new__(cls, name, bases, methods)
36 def __new__(cls, name, bases, methods):
46 m = [ x[1] for x in methods.iteritems() if x[0] not in cls._IGNORENAMES and isinstance(x[1], (FunctionType, MethodType, selector, classmethod))]
47 vars = [ x for x in methods.iteritems() if x[0] not in cls._IGNORENAMES and not isinstance(x[1], (FunctionType, MethodType, selector, classmethod))]
67 value. The side-effect of this class definition is that the methods
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_ctests.py7 unitest.m file as its methods.
14 methods = {} variable
51 methods['test_%s'%(n,)] = make_test(n)
53 CTests = type(TestCase)('CTests', (TestCase,), methods)
H A Dtest_convenience.py7 methods = [
12 self.assertRaises(DeprecationWarning, objc.addConvenienceForSelector, b'testMethod:', methods)
19 objc.addConvenienceForSelector(b'testMethod:', methods)
21 self.assertEqual(convenience._CONVENIENCE_METHODS[b'testMethod:'], methods)
31 methods = [
36 objc.addConvenienceForClass("MyObject", methods)
37 self.assertEqual(convenience.CLASS_METHODS["MyObject"], methods)
/macosx-10.10.1/BerkeleyDB-21/db/test/
H A Dsi007.tcl14 proc si007 { methods {nentries 10} {tnum "007"} args } {
19 set pmethod [lindex $methods 0]
41 set methods [lrange $methods 1 end]
42 if { [llength $methods] == 0 } {
45 lappend methods $pmethod
48 lappend methods "-btree"
50 lappend methods "-hash"
56 set argses [convert_argses $methods $args]
57 set omethods [convert_methods $methods]
[all...]
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/HeaderFilter/
H A Dsimple.pm9 my $methods = join '|', qw( begin filter end );
10 $methods = qr/^(?:$methods)$/;
29 croak "Unkown method $name" unless $name =~ $methods;
36 # transparently call the actual methods
43 return $method =~ $methods
86 methods, but those are only, erm, "proxies" to the actual CODE references
87 passed to the constructor. These "proxy" methods are:
99 Two other methods are actually HTTP::Proxy::HeaderFilter::simple methods,
[all...]
/macosx-10.10.1/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/HeaderFilter/
H A Dsimple.pm9 my $methods = join '|', qw( begin filter end );
10 $methods = qr/^(?:$methods)$/;
29 croak "Unkown method $name" unless $name =~ $methods;
36 # transparently call the actual methods
43 return $method =~ $methods
86 methods, but those are only, erm, "proxies" to the actual CODE references
87 passed to the constructor. These "proxy" methods are:
99 Two other methods are actually L<HTTP::Proxy::HeaderFilter::simple> methods,
[all...]
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D_category.py32 def _newSubclass(cls, name, bases, methods):
33 return type.__new__(cls, name, bases, methods)
36 def __new__(cls, name, bases, methods):
46 m = [ x[1] for x in methods.iteritems() if x[0] not in cls._IGNORENAMES and isinstance(x[1], (FunctionType, MethodType, selector, classmethod))]
47 vars = [ x for x in methods.iteritems() if x[0] not in cls._IGNORENAMES and not isinstance(x[1], (FunctionType, MethodType, selector, classmethod))]
67 value. The side-effect of this class definition is that the methods
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Lib/objc/
H A D_category.py32 def _newSubclass(cls, name, bases, methods):
33 return type.__new__(cls, name, bases, methods)
36 def __new__(cls, name, bases, methods):
46 m = [ x[1] for x in methods.items() if x[0] not in cls._IGNORENAMES and isinstance(x[1], (FunctionType, MethodType, selector, classmethod))]
47 vars = [ x for x in methods.items() if x[0] not in cls._IGNORENAMES and not isinstance(x[1], (FunctionType, MethodType, selector, classmethod))]
67 value. The side-effect of this class definition is that the methods

Completed in 193 milliseconds

1234567891011>>