Home
last modified time | relevance | path

Searched refs:ignore_hosts (Results 1 – 25 of 60) sorted by relevance

123

/dports/sysutils/mate-control-center/mate-control-center-1.26.0/capplets/network/
H A Dmate-network-properties.c85 static GSList *ignore_hosts = NULL; variable
148 ignore_hosts = NULL; in read_ignore_hosts_from_gsettings()
155 ignore_hosts = g_slist_append (ignore_hosts, g_strdup (array[i])); in read_ignore_hosts_from_gsettings()
167 for (l = ignore_hosts; l; l = l->next) { in save_ignore_hosts_to_gsettings()
184 ignore_hosts = g_slist_append(ignore_hosts, g_strdup (entry_text)); in cb_add_url()
185 populate_listmodel(GTK_LIST_STORE(model), ignore_hosts); in cb_add_url()
207 pointer = ignore_hosts; in cb_remove_url()
213 ignore_hosts = g_slist_delete_link(ignore_hosts, pointer); in cb_remove_url()
234 if (ignore_hosts) { in cb_dialog_response()
235 g_slist_free_full (ignore_hosts, g_free); in cb_dialog_response()
[all …]
/dports/devel/glib20/glib-2.70.4/gio/tests/
H A Dsimple-proxy.c35 const gchar *ignore_hosts[2] = { "127.0.0.1", NULL }; in test_uris() local
44 resolver = g_simple_proxy_resolver_new (NULL, (char **) ignore_hosts); in test_uris()
63 resolver = g_simple_proxy_resolver_new (NULL, (char **) ignore_hosts); in test_uris()
85 resolver = g_simple_proxy_resolver_new ("default://", (char **) ignore_hosts); in test_uris()
140 const gchar *ignore_hosts[2] = { "127.0.0.1", NULL }; in test_socks() local
144 resolver = g_simple_proxy_resolver_new ("socks://proxy.example.com", (char **) ignore_hosts); in test_socks()
164 resolver = g_simple_proxy_resolver_new ("default-proxy://", (char **) ignore_hosts); in test_socks()
194 static const char *ignore_hosts[] = { variable
267 (char **)ignore_hosts); in test_ignore()
/dports/devel/glib20/glib-2.70.4/gio/
H A Dgsimpleproxyresolver.c58 gchar *default_proxy, **ignore_hosts; member
90 g_clear_pointer (&priv->ignore_hosts, g_strfreev); in g_simple_proxy_resolver_finalize()
143 g_value_set_boxed (value, resolver->priv->ignore_hosts); in g_simple_proxy_resolver_get_property()
175 if (!priv->ignore_hosts || !priv->ignore_hosts[0]) in reparse_ignore_hosts()
181 for (i = 0; priv->ignore_hosts[i]; i++) in reparse_ignore_hosts()
183 host = g_strchomp (priv->ignore_hosts[i]); in reparse_ignore_hosts()
510 gchar **ignore_hosts) in g_simple_proxy_resolver_new() argument
514 "ignore-hosts", ignore_hosts, in g_simple_proxy_resolver_new()
559 gchar **ignore_hosts) in g_simple_proxy_resolver_set_ignore_hosts() argument
563 g_strfreev (resolver->priv->ignore_hosts); in g_simple_proxy_resolver_set_ignore_hosts()
[all …]
H A Dgsimpleproxyresolver.h72 gchar **ignore_hosts);
80 gchar **ignore_hosts);
/dports/www/mitmproxy/mitmproxy-7.0.4/mitmproxy/addons/
H A Dnext_layer.py43 ignore_hosts: Iterable[re.Pattern] = () variable in NextLayer
53 if ctx.options.allow_hosts and ctx.options.ignore_hosts:
55 self.ignore_hosts = [
56 re.compile(x, re.IGNORECASE) for x in ctx.options.ignore_hosts
69 if not ctx.options.ignore_hosts and not ctx.options.allow_hosts:
90 if ctx.options.ignore_hosts:
94 for rex in ctx.options.ignore_hosts
/dports/www/mitmproxy/mitmproxy-7.0.4/test/mitmproxy/addons/
H A Dtest_next_layer.py41 tctx.configure(nl, allow_hosts=["example.org"], ignore_hosts=["example.com"])
48 tctx.configure(nl, ignore_hosts=["example.com"])
61 tctx.configure(nl, ignore_hosts=[], allow_hosts=["example.com"])
94 tctx.configure(nl, ignore_hosts=["example.com"])
98 tctx.configure(nl, ignore_hosts=[])
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libedataserver/
H A De-source-proxy.c52 gchar **ignore_hosts; member
421 g_strfreev (priv->ignore_hosts); in source_proxy_finalize()
806 return (const gchar * const *) extension->priv->ignore_hosts; in e_source_proxy_get_ignore_hosts()
862 if (e_util_strv_equal (ignore_hosts, extension->priv->ignore_hosts)) { in e_source_proxy_set_ignore_hosts()
867 g_strfreev (extension->priv->ignore_hosts); in e_source_proxy_set_ignore_hosts()
868 extension->priv->ignore_hosts = g_strdupv ((gchar **) ignore_hosts); in e_source_proxy_set_ignore_hosts()
871 if (extension->priv->ignore_hosts != NULL) { in e_source_proxy_set_ignore_hosts()
874 length = g_strv_length (extension->priv->ignore_hosts); in e_source_proxy_set_ignore_hosts()
876 g_strstrip (extension->priv->ignore_hosts[ii]); in e_source_proxy_set_ignore_hosts()
1669 gchar **ignore_hosts; in e_source_proxy_lookup_sync() local
[all …]
H A De-source-proxy.h96 const gchar * const *ignore_hosts);
/dports/devel/py-vcrpy/vcrpy-2.0.1/vcr/
H A Dconfig.py34 custom_patches=(), filter_query_parameters=(), ignore_hosts=(), argument
68 self.ignore_hosts = ignore_hosts
205 ignore_hosts = options.get(
206 'ignore_hosts', self.ignore_hosts
237 hosts_to_ignore = set(ignore_hosts)
/dports/converters/wkhtmltopdf/qt-5db36ec/src/plugins/bearer/icd/
H A Dproxyconf.cpp179 QList<QVariant> ignore_hosts; member in Maemo::ProxyConfPrivate
237 GET_HTTP(ignore_hosts, ignore_hosts, List); in readProxyData()
262 if (ignore_hosts.isEmpty()) in isHostExcluded()
268 foreach (QVariant h, ignore_hosts) { in isHostExcluded()
292 qDebug()<<"ignore_hosts" << ignore_hosts; in flush()
/dports/net/glib-networking/glib-networking-2.66.0/proxy/tests/
H A Dgnome.c120 const gchar *ignore_hosts[2] = { "127.0.0.1", NULL }; in test_proxy_socks() local
125 "@as", g_variant_new_strv (ignore_hosts, -1)); in test_proxy_socks()
145 "@as", g_variant_new_strv (ignore_hosts, n_ignore_hosts)); in test_proxy_ignore()
H A Dcommon.c105 static const char *ignore_hosts[] = { variable
116 static const int n_ignore_hosts = G_N_ELEMENTS (ignore_hosts) - 1;
H A Dlibproxy.c65 gchar *no_proxy = g_strjoinv (",", (gchar **)ignore_hosts); in test_proxy_ignore()
/dports/www/mitmproxy/mitmproxy-7.0.4/docs/src/content/
H A Dhowto-ignoredomains.md26 ## ignore_hosts section in Ignoring Domains
28 The `ignore_hosts` option allows you to specify a regex which is matched against
35 | mitmproxy option | `ignore_hosts` |
43 header if the `ignore_hosts` option is set, we do not have access to this
/dports/devel/py-vcrpy/vcrpy-2.0.1/tests/integration/
H A Dtest_ignore.py40 ignore_hosts=['httpbin.org']
53 ignore_hosts=['httpbin.org'],
/dports/net/glib-networking/glib-networking-2.66.0/proxy/gnome/
H A Dgproxyresolvergnome.c187 gchar **ignore_hosts; in update_settings() local
230 ignore_hosts = in update_settings()
232 g_simple_proxy_resolver_set_ignore_hosts (simple, ignore_hosts); in update_settings()
233 g_strfreev (ignore_hosts); in update_settings()
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-proxy-editor.c81 gchar **ignore_hosts; in G_DEFINE_TYPE() local
106 ignore_hosts = e_source_proxy_dup_ignore_hosts (extension); in G_DEFINE_TYPE()
107 if (ignore_hosts != NULL) in G_DEFINE_TYPE()
108 joined_hosts = g_strjoinv (", ", ignore_hosts); in G_DEFINE_TYPE()
114 g_strfreev (ignore_hosts); in G_DEFINE_TYPE()
H A De-proxy-selector.c189 const gchar * const ignore_hosts[] = { in proxy_selector_action_add_cb() local
204 e_source_proxy_set_ignore_hosts (extension, ignore_hosts); in proxy_selector_action_add_cb()
/dports/www/mitmproxy/mitmproxy-7.0.4/test/mitmproxy/tools/console/
H A Dtest_statusbar.py13 ignore_hosts=["example.com", "example.org"],
/dports/devel/libsoup3/libsoup-3.0.3/tests/
H A Dproxy-test.c42 static const char *ignore_hosts[] = { "localhost", NULL }; variable
356 g_simple_proxy_resolver_new (proxies[i], (char **) ignore_hosts); in main()
/dports/databases/evolution-data-server/evolution-data-server-3.42.1/src/libedataserverui/
H A De-credentials-prompter-impl-oauth2.c593 gchar **ignore_hosts = NULL; in credentials_prompter_impl_oauth2_set_proxy() local
605 ignore_hosts = e_source_proxy_dup_ignore_hosts (proxy); in credentials_prompter_impl_oauth2_set_proxy()
618 proxy_settings = webkit_network_proxy_settings_new (tmp, (const gchar * const *) ignore_hosts); in credentials_prompter_impl_oauth2_set_proxy()
622 proxy_settings = webkit_network_proxy_settings_new (NULL, (const gchar * const *) ignore_hosts); in credentials_prompter_impl_oauth2_set_proxy()
682 g_strfreev (ignore_hosts); in credentials_prompter_impl_oauth2_set_proxy()
/dports/devel/libsoup/libsoup-2.74.0/tests/
H A Dproxy-test.c41 static const char *ignore_hosts[] = { "localhost", NULL }; variable
416 g_simple_proxy_resolver_new (proxies[i], (char **) ignore_hosts); in main()
/dports/www/mitmproxy/mitmproxy-7.0.4/mitmproxy/tools/console/
H A Dstatusbar.py223 if self.master.options.ignore_hosts:
226 r.append("gnore:%d]" % len(self.master.options.ignore_hosts))
/dports/news/fidogate4/fidogate-4.4.10/src/gate/
H A Dftn2rfc.c101 static int ignore_hosts = FALSE; variable
802 if(addr_is_restricted() && !ignore_hosts && in unpack()
1401 ignore_hosts = TRUE; in main()
/dports/devel/py-vcrpy/vcrpy-2.0.1/tests/unit/
H A Dtest_vcr.py52 ignore_hosts=('www.test.com',), ignore_localhost=True,

123