Home
last modified time | relevance | path

Searched refs:redirect_host (Results 1 – 21 of 21) sorted by relevance

/dports/net/x11vnc/x11vnc-0.9.16/misc/
H A Ddesktop.cgi608 my $redirect_host = '';
613 ($username, $redirect_host) = split(/@/, $username, 2);
614 if ($redirect_host ne '') {
735 if ($enable_port_redirection && $redirect_host ne '') {
1273 if ($enable_port_redirection && $redirect_host ne '') {
1368 if ($redirect_host !~ /^\w[-\w\.]*:\d+$/) {
1408 if ("$username\@$redirect_host" eq $item) {
1412 } elsif ($redirect_host eq $item) {
1457 if ($redirect_host =~ /^(.*):(\d+)$/) {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/browser/conversions/
H A Dconversion_registration_browsertest.cc215 std::string redirect_host; in IN_PROC_BROWSER_TEST_F() member
244 (test_case.redirect_host == kSecureHost) ? https_server() in IN_PROC_BROWSER_TEST_F()
247 test_case.redirect_host, in IN_PROC_BROWSER_TEST_F()
/dports/www/squid/squid-4.15/src/http/url_rewriters/LFS/
H A Durl_lfs_rewrite.pl.in131 my $redirect_host = "localhost";
138 'to-host=s' => \$redirect_host,
172 $url->host($redirect_host);
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/browser/conversions/
H A Dconversion_registration_browsertest.cc321 std::string redirect_host; in IN_PROC_BROWSER_TEST_F() member
348 (test_case.redirect_host == kSecureHost) ? https_server() in IN_PROC_BROWSER_TEST_F()
351 test_case.redirect_host, in IN_PROC_BROWSER_TEST_F()
/dports/audio/icecast-kh/icecast-kh-icecast-2.4.0-kh15/src/
H A Dslave.c96 static redirect_host *find_slave_host (const char *server, int port);
118 redirect_host *redirectors;
279 redirect_host *checking, **trail; in redirect_client()
1089 redirect_host *redirect; in update_master_as_slave()
1282 redirect_host *current = redirectors; in redirector_clearall()
1295 redirect_host *redir = config->redirect_hosts; in redirector_setup()
1314 redirect_host *redirect; in redirector_update()
1356 static redirect_host *find_slave_host (const char *server, int port) in find_slave_host()
1358 redirect_host *redirect = redirectors; in find_slave_host()
1371 redirect_host *redirect = calloc (1, sizeof (redirect_host)); in redirector_add()
H A Dcfgfile.h40 } redirect_host; typedef
H A Dcfgfile.c317 redirect_host *config_clear_redirect (redirect_host *redir) in config_clear_redirect()
319 redirect_host *next = NULL; in config_clear_redirect()
1288 redirect_host *redir = calloc (1, sizeof (*redir)); in _parse_redirect()
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/django-stubs/django-stubs/middleware/
H A Dsecurity.pyi14 redirect_host: Optional[str] = ...
/dports/net-p2p/opendchub/opendchub-0.8.3/src/
H A Dmain.h184 char redirect_host[MAX_HOST_LEN+1]; /* Host to redirect users to if hub is full */ variable
H A Dfileio.c439 redirect_host[0] = '\0'; in read_config()
454 strncpy(redirect_host, strchr(line + i, '"') + 1, 121); in read_config()
455 if(*(redirect_host + strlen(redirect_host) - 1) == '"') in read_config()
456 *(redirect_host + strlen(redirect_host) - 1) = '\0'; in read_config()
1807 fprintf(fp, "redirect_host = \"%s\"\n\n", redirect_host); in write_config_file()
H A Dcommands.c1285 if((redir_on_min_share == 1) && (redirect_host != NULL) && ((int)redirect_host[0] > 0x20)) in my_info()
1288 uprintf(user, "$ForceMove %s|", redirect_host); in my_info()
1313 if((redir_on_min_share == 1) && (redirect_host != NULL) && ((int)redirect_host[0] > 0x20)) in my_info()
1316 uprintf(user, "$ForceMove %s|", redirect_host); in my_info()
2279 …strncpy(redirect_host, buf, (cut_string(buf, '|') > MAX_HOST_LEN) ? MAX_HOST_LEN : cut_string(buf,… in set_var()
2280 redirect_host[cut_string(buf, '|')] = '\0'; in set_var()
2282 uprintf(user, "\r\nRedirect Host set to \"%s\"\r\n", redirect_host); in set_var()
2284 uprintf(user, "<Hub-Security> Redirect Host set to \"%s\"|", redirect_host); in set_var()
H A Dmain.c97 redirect_host[0] = '\0'; in set_default_vars()
1745 if(!((redirect_host == NULL) || ((int)redirect_host[0] <= 0x20))) in new_human_user()
1747 uprintf(user, "$ForceMove %s|", redirect_host); in new_human_user()
H A Dxs_functions.c429 XSRETURN_PV(redirect_host); in XS()
/dports/audio/picard/picard-release-2.6.2/picard/webservice/
H A D__init__.py421 redirect_host = redirect.host()
429 redirect_host_key = (redirect_host, redirect_port)
432 self.get(redirect_host,
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ureq-2.3.1/src/test/
H A Dredirect.rs112 fn redirect_host() {
/dports/net-p2p/opendchub/opendchub-0.8.3/Documentation/
H A Dconfigfiles76 redirect_host = "redirect_host_or_ip"
105 # requirement will be redirected to the address specified in redirect_host.
/dports/www/yaws/yaws-2.0.6/src/
H A Dyaws_revproxy.erl739 RedirHost = yaws:redirect_host(SC, RPState#revproxy.r_host),
749 RedirHost = yaws:redirect_host(SC, RPState#revproxy.r_host),
H A Dyaws.erl194 redirect_host/2, redirect_port/1,
2679 redirect_scheme(SC) ++ redirect_host(SC,undefined).
2688 redirect_host(SC, HostHdr) -> function
H A Dyaws_api.erl1680 yaws:redirect_host(SC, undefined);
2705 Host0 = yaws:redirect_host(get(sc), H#headers.host),
H A Dyaws_server.erl2625 RedirHost = yaws:redirect_host(SC, Headers#headers.host),
3381 HostPort = yaws:redirect_host(SC, Headers#headers.host),
/dports/sysutils/webmin/webmin-1.981/webmin/
H A Dwebmin-lib.pl32 our $redirect_host = "www.webmin.com";