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

/macosx-10.10/CPANInternal-159.1/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.10/tcl-105/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.10/CPANInternal-159.1/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.10/tcl-105/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.10/CPANInternal-159.1/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

Completed in 95 milliseconds