Home
last modified time | relevance | path

Searched refs:xmlrpc (Results 1 – 25 of 46) sorted by relevance

12

/third_party/python/Doc/library/
Dxmlrpc.client.rst1 :mod:`xmlrpc.client` --- XML-RPC client access
4 .. module:: xmlrpc.client
10 **Source code:** :source:`Lib/xmlrpc/client.py`
26 The :mod:`xmlrpc.client` module is not secure against maliciously
32 For HTTPS URIs, :mod:`xmlrpc.client` now performs all the necessary
134 :exc:`Error`. Note that the xmlrpc client module currently does not marshal
157 See http://ws.apache.org/xmlrpc/types.html for a description.
166 `XML-RPC Introspection <http://xmlrpc-c.sourceforge.net/introspection.html>`_
169 `XML-RPC Specification <http://xmlrpc.scripting.com/spec.html>`_
172 `Unofficial XML-RPC Errata <http://effbot.org/zone/xmlrpc-errata.htm>`_
[all …]
Dxmlrpc.rst1 :mod:`xmlrpc` --- XMLRPC server and client modules
8 ``xmlrpc`` is a package that collects server and client modules implementing
11 * :mod:`xmlrpc.client`
12 * :mod:`xmlrpc.server`
Dxmlrpc.server.rst1 :mod:`xmlrpc.server` --- Basic XML-RPC servers
4 .. module:: xmlrpc.server
10 **Source code:** :source:`Lib/xmlrpc/server.py`
14 The :mod:`xmlrpc.server` module provides a basic server framework for XML-RPC
22 The :mod:`xmlrpc.server` module is not secure against maliciously
38 on to :mod:`xmlrpc.client` and control the XML-RPC responses that will be returned
44 :func:`~xmlrpc.client.loads` function and controls which types are processed
55 *allow_none* and *encoding* parameters are passed on to :mod:`xmlrpc.client`
58 :func:`~xmlrpc.client.loads` function and controls which types are processed
72 .. _simple-xmlrpc-servers:
[all …]
Dinternet.rst45 xmlrpc.rst
46 xmlrpc.client.rst
47 xmlrpc.server.rst
Dxml.rst64 … sax etree minidom pulldom xmlrpc
/third_party/python/Lib/test/
Dtest_xmlrpc.py8 import xmlrpc.client as xmlrpclib
9 import xmlrpc.server
292 transp = xmlrpc.client.Transport()
305 xmlrpc.client.ServerProxy('https://localhost:9999').bad_function()
366 dispatcher = xmlrpc.server.SimpleXMLRPCDispatcher()
385 dispatcher = xmlrpc.server.SimpleXMLRPCDispatcher()
406 dispatcher = xmlrpc.server.SimpleXMLRPCDispatcher()
417 dispatcher = xmlrpc.server.SimpleXMLRPCDispatcher()
425 dispatcher = xmlrpc.server.SimpleXMLRPCDispatcher()
433 dispatcher = xmlrpc.server.SimpleXMLRPCDispatcher()
[all …]
Dtest_xmlrpc_net.py5 import xmlrpc.client as xmlrpclib
Dtest_docxmlrpc.py1 from xmlrpc.server import DocXMLRPCServer
/third_party/libsoup/tests/
Dmeson.build137 ['xmlrpc-old-server', true, []],
138 ['xmlrpc-old', false, []],
139 ['xmlrpc-server', true, []],
140 ['xmlrpc', false, []]
143 configure_file(input : 'xmlrpc-server.php',
144 output : 'xmlrpc-server.php',
149 'xmlrpc-server.php',
Dphp.ini.in1 @IF_HAVE_PHP_XMLRPC@extension=xmlrpc
Ddate-test.c240 const char *http, *cookie, *rfc2822, *compact, *full, *xmlrpc; member
369 g_assert_cmpstr (str, ==, conv->xmlrpc); in check_conversion()
/third_party/mesa3d/.gitlab-ci/lava/
Dlava_job_submitter.py34 import xmlrpc
176 proxy = xmlrpc.client.ServerProxy(
189 except xmlrpc.client.ProtocolError as err:
196 except xmlrpc.client.Fault as err:
/third_party/libsoup/.gitlab-ci/
DDockerfile12 php-xmlrpc \
/third_party/libsoup/libsoup/
Dmeson.build88 'soup-xmlrpc.c',
89 'soup-xmlrpc-old.c',
177 'soup-xmlrpc.h',
178 'soup-xmlrpc-old.h',
/third_party/libsoup/docs/reference/
Dmeson.build44 'soup-xmlrpc-old.h'
Dlibsoup-2.4-sections.txt851 <FILE>soup-xmlrpc</FILE>
/third_party/libsoup/
DBUILD.gn113 "//third_party/libsoup/libsoup/soup-xmlrpc-old.c",
114 "//third_party/libsoup/libsoup/soup-xmlrpc.c",
Dmeson.build265 …php_xmlrpc = run_command(php, '-d', 'extension=xmlrpc', '-r', 'exit(function_exists("xmlrpc_server…
267 message('php-xmlrpc found')
271 message('php-xmlrpc not found')
DChangeLog.pre-git921 * tests/xmlrpc-test.c (main): add a new -s flag to indicate that
922 it's being run from inside xmlrpc-server-test.
923 (test_echo): if we aren't running inside xmlrpc-server-test, and
925 them to echo_strings_broken instead; a bug in php-xmlrpc manifests
928 * tests/xmlrpc-server-test.c (do_xmlrpc_tests): Pass -s to
929 xmlrpc-test
952 * libsoup/soup-xmlrpc.c (parse_value):
1004 * libsoup/soup-xmlrpc.h:
1370 * libsoup/soup-xmlrpc.c (soup_xmlrpc_build_method_response):
1373 * libsoup/soup-xmlrpc.h: add G_GNUC_PRINTF to
[all …]
/third_party/python/Misc/NEWS.d/
D3.8.0a2.rst348 :class:`xmlrpc.client.ServerProxy`, :class:`xmlrpc.client.Transport` and
349 :class:`xmlrpc.client.SafeTransport`. Patch by Cédric Krier.
D3.5.2rc1.rst661 xmlrpc now raises ResponseError on unsupported type tags instead of silently
1254 xmlrpc now works with strings not encodable with used non-UTF-8 encoding.
/third_party/python/Doc/tools/
Dsusp-ignored.csv260 library/xmlrpc.client,,:nil,ex:nil
261 library/xmlrpc.client,,:pass,http://user:pass@host:port/path
262 library/xmlrpc.client,,:pass,user:pass
263 library/xmlrpc.client,,:port,http://user:pass@host:port/path
/third_party/python/Doc/tutorial/
Dstdlib.rst328 * The :mod:`xmlrpc.client` and :mod:`xmlrpc.server` modules make implementing
/third_party/python/Lib/multiprocessing/
Dconnection.py795 import xmlrpc.client as xmlrpclib
801 import xmlrpc.client as xmlrpclib
/third_party/python/Lib/xmlrpc/
Dserver.py107 from xmlrpc.client import Fault, dumps, loads, gzip_encode, gzip_decode

12