Home
last modified time | relevance | path

Searched refs:SystemProxy (Results 1 – 25 of 27) sorted by relevance

12

/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/xmlrpc-c/tools/xml-rpc-api2cpp/
H A DSystemProxy.hpp11 class SystemProxy { class
15 SystemProxy (const XmlRpcClient& client) in SystemProxy() function in SystemProxy
17 SystemProxy (const std::string& server_url) in SystemProxy() function in SystemProxy
19 SystemProxy (const SystemProxy& o) in SystemProxy() function in SystemProxy
22 SystemProxy& operator= (const SystemProxy& o) { in operator =()
H A DSystemProxy.cpp14 XmlRpcValue /*array*/ SystemProxy::listMethods () { in listMethods()
20 XmlRpcValue /*array*/ SystemProxy::methodSignature (string string1) { in methodSignature()
27 string SystemProxy::methodHelp (string string1) { in methodHelp()
34 XmlRpcValue /*array*/ SystemProxy::multicall (XmlRpcValue /*array*/ array1) { in multicall()
H A DMakefile37 SystemProxy.o \
H A Dxml-rpc-api2cpp.cpp66 SystemProxy system(serverUrl); in getClassInfo()
/dports/net/xmlrpc-c/xmlrpc-c-1.51.07/tools/xml-rpc-api2cpp/
H A DSystemProxy.hpp11 class SystemProxy { class
15 SystemProxy (const XmlRpcClient& client) in SystemProxy() function in SystemProxy
17 SystemProxy (const std::string& server_url) in SystemProxy() function in SystemProxy
19 SystemProxy (const SystemProxy& o) in SystemProxy() function in SystemProxy
22 SystemProxy& operator= (const SystemProxy& o) { in operator =()
H A DSystemProxy.cpp14 XmlRpcValue /*array*/ SystemProxy::listMethods () { in listMethods()
20 XmlRpcValue /*array*/ SystemProxy::methodSignature (string string1) { in methodSignature()
27 string SystemProxy::methodHelp (string string1) { in methodHelp()
34 XmlRpcValue /*array*/ SystemProxy::multicall (XmlRpcValue /*array*/ array1) { in multicall()
H A DMakefile37 SystemProxy.o \
H A Dxml-rpc-api2cpp.cpp66 SystemProxy system(serverUrl); in getClassInfo()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/lib/apiservers/engine/proxy/
H A Dsystem_proxy.go57 type SystemProxy struct { struct
66 return &SystemProxy{client: client}
69 func (s *SystemProxy) PingPortlayer(ctx context.Context) bool { argument
88 func (s *SystemProxy) ContainerCount(ctx context.Context) (int, int, int, error) { argument
115 func (s *SystemProxy) VCHInfo(ctx context.Context) (*models.VCHInfo, error) { argument
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/
H A Dsettings-mgr.cpp186 current_proxy_.type = SystemProxy; in loadProxySettings()
447 if (type == NoProxy || type == SystemProxy) { in operator ==()
471 if (current_proxy_.type == SystemProxy) { in applyProxySettings()
502 if (proxy.type == SystemProxy) { in writeProxySettingsToDaemon()
514 Q_ASSERT(proxy.type != NoProxy && proxy.type != SystemProxy); in writeProxyDetailsToDaemon()
707 if (current_proxy_.type != SystemProxy) { in checkSystemProxy()
727 if (current_proxy_.type != SystemProxy) { in onSystemProxyPolled()
H A Dsettings-mgr.h22 SystemProxy = 3 enumerator
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/ui/
H A Dsettings-dialog.cpp56 mProxyMethodComboBox->insertItem(SettingsManager::SystemProxy, tr("System Proxy")); in SettingsDialog()
291 case SettingsManager::SystemProxy: in showHideControlsBasedOnCurrentProxyType()
357 case SettingsManager::SystemProxy: in updateProxySettings()
376 proxy_type == SettingsManager::SystemProxy) { in validateProxyInputs()
/dports/www/otter-browser/otter-browser-1.0.03/src/core/
H A DNetworkManagerFactory.h39 SystemProxy, enumerator
75 ProxyType type = SystemProxy;
H A DNetworkProxyFactory.cpp93 case ProxyDefinition::SystemProxy: in queryProxy()
H A DNetworkManagerFactory.cpp392 proxy.type = ProxyDefinition::SystemProxy; in readProxy()
702 proxy.type = ProxyDefinition::SystemProxy; in getProxy()
/dports/irc/quassel/quassel-0.14-rc2/src/qtui/settingspages/
H A Dcoreaccountsettingspage.h114 SystemProxy, enumerator
H A Dcoreaccountsettingspage.cpp298 case SystemProxy: // QNetworkProxy::DefaultProxy: in account()
/dports/irc/quassel-core/quassel-0.14-rc2/src/qtui/settingspages/
H A Dcoreaccountsettingspage.h114 SystemProxy, enumerator
H A Dcoreaccountsettingspage.cpp298 case SystemProxy: // QNetworkProxy::DefaultProxy: in account()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/infra/scripts/
H A DREADME.md205 Feb 27 2018 04:27:53.395Z DEBUG [BEGIN] [vic/lib/apiservers/engine/backends.(*SystemProxy).PingPor…
206 Feb 27 2018 04:27:53.395Z DEBUG [ END ] [vic/lib/apiservers/engine/backends.(*SystemProxy).PingPor…
207 Feb 27 2018 04:27:53.395Z DEBUG [BEGIN] [vic/lib/apiservers/engine/backends.(*SystemProxy).VCHInfo…
208 Feb 27 2018 04:27:53.453Z DEBUG [ END ] [vic/lib/apiservers/engine/backends.(*SystemProxy).VCHInfo…
/dports/games/hedgewars-server/hedgewars-src-1.0.0/QTfrontend/ui/page/
H A Dpageoptions.h56 SystemProxy = 1, enumerator
/dports/games/hedgewars/hedgewars-src-1.0.0/QTfrontend/ui/page/
H A Dpageoptions.h56 SystemProxy = 1, enumerator
/dports/games/hedgewars/hedgewars-src-1.0.0/QTfrontend/
H A Dgameuiconfig.cpp714 if(proxyType == PageOptions::SystemProxy) in applyProxySettings()
/dports/games/hedgewars-server/hedgewars-src-1.0.0/QTfrontend/
H A Dgameuiconfig.cpp714 if(proxyType == PageOptions::SystemProxy) in applyProxySettings()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/chromedriver/
H A Dcapabilities_unittest.cc246 TEST(ParseCapabilities, SystemProxy) { in TEST() argument

12