Searched refs:JSONRPC (Results 1 - 13 of 13) sorted by relevance

/macosx-10.9.5/CPANInternal-140/JSON-RPC/lib/
H A DJSONRPC.pm1 package JSONRPC; package
5 $JSONRPC::VERSION = '1.01';
7 warn "JSONRPC is deprecated. Please try to use JSON::RPC.";
16 JSONRPC - (DEPRECATED) Perl implementation of JSON-RPC protocol
20 C<JSONRPC> is an old version module. Instead this, please see to L<JSON::RPC>.
/macosx-10.9.5/CPANInternal-140/JSON-RPC-0.96/lib/
H A DJSONRPC.pm1 package JSONRPC; package
5 $JSONRPC::VERSION = '1.01';
7 warn "JSONRPC is deprecated. Please try to use JSON::RPC.";
16 JSONRPC - (DEPRECATED) Perl implementation of JSON-RPC protocol
20 C<JSONRPC> is an old version module. Instead this, please see to L<JSON::RPC>.
/macosx-10.9.5/tcl-102/tcl_ext/tclsoap/tclsoap/
H A Djsonrpc.tcl0 # JSONRPC.tcl
22 namespace eval ::JSONRPC {
72 proc ::JSONRPC::create {args} {
74 -rpcprotocol JSONRPC \
77 [namespace parent]::JSONRPC::request] \
79 [namespace parent]::JSONRPC::parse_response]]
83 proc ::JSONRPC::configure { args } {
87 proc ::JSONRPC::cget { args } {
91 proc ::JSONRPC::dump { args } {
95 proc ::JSONRPC
[all...]
H A DpkgIndex.tcl22 package ifneeded JSONRPC 0.1 [list source [file join $dir jsonrpc.tcl]]
/macosx-10.9.5/CPANInternal-140/JSON-RPC/lib/JSON/
H A DRPC.pm30 The old modules - L<JSONRPC::Transport::HTTP> and L<Apache::JSONRPC> are deprecated.
/macosx-10.9.5/CPANInternal-140/JSON-RPC-0.96/lib/JSON/
H A DRPC.pm30 The old modules - L<JSONRPC::Transport::HTTP> and L<Apache::JSONRPC> are deprecated.
/macosx-10.9.5/CPANInternal-140/JSON-RPC-1.03/lib/JSON/RPC/
H A DLegacy.pm27 The old modules - L<JSONRPC::Transport::HTTP> and L<Apache::JSONRPC> are deprecated.
/macosx-10.9.5/tcl-102/tests/
H A Dpkgreq.test24 if {[regexp {^(chatwidget|canvas::(mvg|snap)|char|configuration|controlwidget|diagram(|::.*)|gpx|huddle|yaml|imap4|json(|::.*)|JSONRPC|namespacex|ntext|paths|pt::.*|rest|S3|sqlite3|struct::graph::op|tablelist_tile|tcl::randomseed|text::write|vfs::webdav|xsxp|xyplot)$} $pkg]} {
/macosx-10.9.5/CPANInternal-140/JSON-RPC/ex/
H A DMyApp.pm39 if ($s->version) { # JSONRPC 1.1
43 else { # JSONRPC 1.0
120 This routine is a sample for both JSONRPC 1.1 and 1.0
/macosx-10.9.5/CPANInternal-140/JSON-RPC-0.96/ex/
H A DMyApp.pm39 if ($s->version) { # JSONRPC 1.1
43 else { # JSONRPC 1.0
120 This routine is a sample for both JSONRPC 1.1 and 1.0
/macosx-10.9.5/CPANInternal-140/JSON-RPC-1.03/lib/JSON/
H A DRPC.pm20 prefix => "MyApp::JSONRPC::Handler",
46 Router::Simple. For example, if you want to map method "foo" to a "MyApp::JSONRPC::Handler" object instance's "handle_foo" method, you specify something like the following in your router instance:
51 handler => "+MyApp::JSONRPC::Handler",
76 prefix => "MyApp::JSONRPC::Handler",
83 # my $handler = MyApp::JSONRPC::Handler::Foo->new;
87 # my $handler = MyApp::JSONRPC::Handler::Bar->new;
96 use MyApp::JSONRPC::Handler;
98 my $handler = MyApp::JSONRPC::Handler->new;
/macosx-10.9.5/CPANInternal-140/JSON/lib/
H A DJSON.pm1878 =item JSONRPC modules are deleted.
1880 Perl implementation of JSON-RPC protocol - C<JSONRPC >, C<JSONRPC::Transport::HTTP>
1881 and C<Apache::JSONRPC > are deleted in this distribution.
/macosx-10.9.5/CPANInternal-140/JSON-2.53/lib/
H A DJSON.pm2057 =item JSONRPC modules are deleted.
2059 Perl implementation of JSON-RPC protocol - C<JSONRPC >, C<JSONRPC::Transport::HTTP>
2060 and C<Apache::JSONRPC > are deleted in this distribution.

Completed in 79 milliseconds