Home
last modified time | relevance | path

Searched refs:http_settings (Results 1 – 25 of 28) sorted by relevance

12

/dports/net/glib-networking/glib-networking-2.66.0/proxy/gnome/
H A Dgproxyresolvergnome.c67 GSettings *http_settings; member
121 g_signal_handlers_disconnect_by_func (resolver->http_settings, in g_proxy_resolver_gnome_finalize()
124 g_object_unref (resolver->http_settings); in g_proxy_resolver_gnome_finalize()
162 resolver->http_settings = g_settings_get_child (resolver->proxy_settings, in g_proxy_resolver_gnome_init()
164 g_signal_connect (resolver->http_settings, "changed", in g_proxy_resolver_gnome_init()
247 host = g_settings_get_string (resolver->http_settings, GNOME_PROXY_HTTP_HOST_KEY); in update_settings()
248 port = g_settings_get_int (resolver->http_settings, GNOME_PROXY_HTTP_PORT_KEY); in update_settings()
251 if (g_settings_get_boolean (resolver->http_settings, GNOME_PROXY_HTTP_USE_AUTH_KEY)) in update_settings()
256 user = g_settings_get_string (resolver->http_settings, GNOME_PROXY_HTTP_USER_KEY); in update_settings()
259 password = g_settings_get_string (resolver->http_settings, GNOME_PROXY_HTTP_PASSWORD_KEY); in update_settings()
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/panels/network/
H A Dnet-proxy.c285 g_autoptr(GSettings) http_settings = NULL; in net_proxy_init()
309 http_settings = g_settings_get_child (self->settings, "http"); in net_proxy_init()
310 g_settings_bind (http_settings, "host", in net_proxy_init()
313 g_settings_bind (http_settings, "port", in net_proxy_init()
/dports/security/tang/tang-10/src/
H A Dhttp.h46 extern const http_parser_settings http_settings;
H A Dhttp.c135 const http_parser_settings http_settings = { variable
H A Dtangd.c204 r = http_parser_execute(&parser, &http_settings, req, rcvd); in main()
/dports/multimedia/snapcast/snapcast-0.25.0/server/
H A Dcontrol_server.cpp37 …xt& io_context, const ServerSettings::Tcp& tcp_settings, const ServerSettings::Http& http_settings, in ControlServer() argument
39 …: io_context_(io_context), tcp_settings_(tcp_settings), http_settings_(http_settings), controlMess… in ControlServer()
H A Dcontrol_server.hpp46 …xt& io_context, const ServerSettings::Tcp& tcp_settings, const ServerSettings::Http& http_settings,
/dports/sysutils/py-azure-cli/azure-cli-2.29.2/azure/cli/command_modules/network/
H A D_validators.py823 if namespace.http_settings and not is_valid_resource_id(namespace.http_settings):
824 namespace.http_settings = _generate_ag_subproperty_id(
825 cmd.cli_ctx, namespace, 'backendHttpSettingsCollection', namespace.http_settings)
881 if namespace.http_settings and not is_valid_resource_id(namespace.http_settings):
882 namespace.http_settings = _generate_ag_subproperty_id(
883 cmd.cli_ctx, namespace, 'backendHttpSettingsCollection', namespace.http_settings)
H A Dcustom.py723 address_pool, http_settings}
751 if http_settings is not None:
752 if not is_valid_resource_id(http_settings):
753 http_settings = resource_id(
760 child_name_1=http_settings
1336 if not http_settings and not redirect_config:
1345 backend_http_settings=SubResource(id=http_settings) if http_settings else None,
1365 if http_settings is not None:
1366 instance.backend_http_settings = SubResource(id=http_settings)
1473 backend_http_settings=SubResource(id=http_settings) if http_settings else None,
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/tasks/gitlab/
H A Dshell.rake24 http_settings: { self_signed_cert: false }.stringify_keys,
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/
H A Dconfig.yml.sample23 http_settings:
H A Dconfig.yml23 http_settings:
H A DCHANGELOG727 - http_settings configuration option added
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/
H A Dchrome_content_browser_client_unittest.cc621 GURL http_settings("http://settings/"); in TEST() local
623 test_content_browser_client.HandleWebUIReverse(&http_settings, nullptr)); in TEST()
/dports/devel/py-azure-mgmt-web/azure-mgmt-web-4.0.0/azure/mgmt/web/v2020_06_01/models/
H A D_models_py3.py13350 http_settings: Optional["HttpSettings"] = None,
13358 self.http_settings = http_settings
H A D_models.py12064 self.http_settings = kwargs.get('http_settings', None)
/dports/devel/py-azure-mgmt-web/azure-mgmt-web-4.0.0/azure/mgmt/web/v2020_09_01/models/
H A D_models_py3.py13830 http_settings: Optional["HttpSettings"] = None,
13838 self.http_settings = http_settings
H A D_models.py12535 self.http_settings = kwargs.get('http_settings', None)
/dports/devel/py-azure-mgmt-web/azure-mgmt-web-4.0.0/azure/mgmt/web/v2020_12_01/models/
H A D_models_py3.py14542 http_settings: Optional["HttpSettings"] = None,
14550 self.http_settings = http_settings
H A D_models.py13177 self.http_settings = kwargs.get('http_settings', None)
/dports/devel/py-azure-mgmt-web/azure-mgmt-web-4.0.0/azure/mgmt/web/v2021_01_01/models/
H A D_models_py3.py14938 http_settings: Optional["HttpSettings"] = None,
14946 self.http_settings = http_settings
/dports/devel/py-azure-mgmt-web/azure-mgmt-web-4.0.0/azure/mgmt/web/v2021_01_15/models/
H A D_models_py3.py14901 http_settings: Optional["HttpSettings"] = None,
14909 self.http_settings = http_settings
/dports/www/grafana8/grafana-8.3.6/public/build/
H A Dapp.0e38943fa459e872fe93.js.map1http_settings.html","webpack://grafana/./public/app/angular/partials/http_settings_next.html","web…
/dports/net-p2p/py-libtorrent-rasterbar/libtorrent-1.2.13/
H A DChangeLog1897 downloader and uploader (http_settings replaced by session_settings).
/dports/net-p2p/libtorrent-rasterbar/libtorrent-rasterbar-1.2.14/
H A DChangeLog1909 downloader and uploader (http_settings replaced by session_settings).

12