代码搜索:XMLRPC
找到约 440 项符合「XMLRPC」的源代码
代码结果 440
www.eeworm.com/read/428887/8830957
l xmlrpc.l
# 11may07abu
# (c) Software Lab. Alexander Burger
# (xmlrpc "localhost" 8080 "foo.bar" 'int 41 'string "abc" ..)
(de xmlrpc (Host Port Meth . @)
(let? Sock (connect Host Port)
(let Xml (tmp
www.eeworm.com/read/463724/7176245
xmlrpc readme.xmlrpc
XmlRpc interface documentation
XmlRpc support enables 3rd party applications to issue load, change page, and
close instructions to xCHM.
In order to make use of the XmlRpc support in xCHM you must
www.eeworm.com/read/150420/5692479
pm xmlrpc.pm
package PunJab::Server::XMLRPC;
use strict;
use warnings;
use POE;
use POE::Filter::XML;
use POE::Filter::XML::Node;
use POE::Filter::XML::NS qw/ :JABBER :IQ /;
use POE::Filter::XML::Utils;
use XMLR
www.eeworm.com/read/150420/5692491
pm xmlrpc.pm
package PunJab::XMLRPC;
use strict;
use warnings;
use POE;
use POE::Filter::XML;
use POE::Filter::XML::Node;
use POE::Filter::XML::NS qw/ :JABBER :IQ /;
use POE::Filter::XML::Utils;
use XMLRPC::Lite
www.eeworm.com/read/139043/5811722
java xmlrpc.java
/*
* Copyright 1999,2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*