Home
last modified time | relevance | path

Searched refs:ServerProxy (Results 76 – 100 of 433) sorted by relevance

12345678910>>...18

/dports/editors/abiword/abiword-3.0.5/plugins/collab/backends/service/xp/
H A Dtls_tunnel.h159 class ServerProxy : public Proxy {
161 ServerProxy(const std::string& bind_ip, unsigned short bind_port, unsigned short local_port,
/dports/devel/hadoop/jetty-6.1.14/contrib/jetty-ant/src/main/java/org/mortbay/jetty/ant/
H A DServerProxyImpl.java29 import org.mortbay.jetty.ant.utils.ServerProxy;
47 public class ServerProxyImpl implements ServerProxy
/dports/sysutils/py-glances/glances-3.1.4/
H A Dunitest-xmlrpc.py30 from glances.compat import ServerProxy
37 client = ServerProxy(URL)
/dports/net/sems/sems-f89581a/apps/webconference/tools/
H A Dsems-webconference-roomcreate10 s = ServerProxy('http://localhost:8090')
H A Dsems-webconference-roominfo10 s = ServerProxy('http://localhost:8090')
H A Dsems-webconference-addparticipant10 s = ServerProxy('http://localhost:8090')
/dports/net/sems/sems-f89581a/apps/sbc/tools/
H A Dsems-sbc-load-callcontrol-modules10 s = ServerProxy('http://localhost:8090')
H A Dsems-sbc-set-activeprofile10 s = ServerProxy('http://localhost:8090')
H A Dsems-sbc-reload-profile10 s = ServerProxy('http://localhost:8090')
H A Dsems-sbc-load-profile10 s = ServerProxy('http://localhost:8090')
H A Dsems-sbc-set-regex-map10 s = ServerProxy('http://localhost:8090')
H A Dsems-sbc-teardown-call10 s = ServerProxy('http://localhost:8090')
/dports/devel/liteide/liteide-x37.4/liteidex/src/3rdparty/qjsonrpc/tests/manual/python/
H A Dtestqjsonrpc.py6 rpc = jsonrpc.ServerProxy(jsonrpc.JsonRpc20(), jsonrpc.TransportSocket(addr="/tmp/testservice", soc…
/dports/comms/owfs/owfs-3.2p4/module/swig/python/examples/
H A Dxmlrpc_client.py31 ow_sensor = xmlrpclib.ServerProxy( 'http://localhost:8765/' )
/dports/net/kamailio/kamailio-5.4.5/src/modules/xmlrpc/examples/
H A Dxmlrpc_test2.py29 client = xmlrpclib.ServerProxy(
/dports/net/sems/sems-f89581a/apps/monitoring/tools/
H A Dsems-get-callproperties11 s = ServerProxy('http://localhost:8090')
/dports/www/moinmoin/moin-1.9.11/MoinMoin/script/xmlrpc/
H A Dretrieve.py37 s = xmlrpclib.ServerProxy(self.argv[0])
/dports/net/sems/sems-f89581a/apps/click2dial/
H A Dexample.py28 s = ServerProxy(xmlrpc_url)
/dports/net/sems/sems-f89581a/apps/mobile_push/load_test/
H A Dreg_client.py7 s = ServerProxy('http://127.0.0.1:8092')
/dports/misc/libmodulemd/modulemd-2.13.0/.ci/
H A Dget_rawhide_version.py40 session = xmlrpc.client.ServerProxy(KOJI_URL)
/dports/sysutils/synergy/synergy-core-1.14.0.4-stable/src/lib/client/
H A DClient.h33 class ServerProxy; variable
222 ServerProxy* m_server;
/dports/devel/py-jsonrpclib-pelix/jsonrpclib-pelix-0.4.3.1/jsonrpclib/
H A D__init__.py29 from jsonrpclib.jsonrpc import Server, ServerProxy # noqa: F401
/dports/www/py-pyramid_rpc/pyramid_rpc-0.8/docs/
H A Dxmlrpc.rst143 Using Python's :mod:`xmlrpclib`, it's simple to instantiate a ``ServerProxy``
149 >>> from xmlrpclib import ServerProxy
150 >>> s = ServerProxy('http://localhost:6543/api/xmlrpc')
/dports/www/moinmoin/moin-1.9.11/MoinMoin/i18n/tools/
H A Dwiki2po.py19 wiki = xmlrpclib.ServerProxy(master_url)
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/3/xmlrpc/
H A Dclient.pyi180 __server: ServerProxy
183 def __init__(self, server: ServerProxy) -> None: ...
250 class ServerProxy:
270 def __enter__(self) -> ServerProxy: ...
275 Server = ServerProxy

12345678910>>...18