Home
last modified time | relevance | path

Searched refs:finalurl (Results 1 – 12 of 12) sorted by relevance

/dports/www/mod_webauth/webauth-4.7.0/tests/mod_webauth/
H A Drun-tests91 my ($url, $finalurl, $match, $mf);
103 $finalurl = $URL_ROOT . 'auth/test2return';
105 is($mech->uri, $finalurl, '... and goes to the right end URL');
125 $finalurl = $URL_ROOT . 'unauth/test4';
130 is($mech->uri, $finalurl,
139 $finalurl = $URL_ROOT . 'auth/test5return';
141 like($mech->uri, qr{^\Q$finalurl\E\b}, '... and goes to the right end URL');
149 $finalurl = $URL_ROOT . 'auth/test6return?x=1&y=2';
151 like($mech->uri, qr{^\Q$finalurl\E\b}, '... and goes to the right end URL');
210 $finalurl = $URL_ROOT . 'auth/test11return';
H A Drun-tests-multifactor90 my ($url, $finalurl, $match);
/dports/deskutils/calibre/calibre-src-5.34.0/recipes/
H A Desenja.recipe90 finalurl = tag.a['href']
91 if not finalurl.startswith('http'):
92 finalurl = self.HREF + finalurl
94 tag.a), 'url': finalurl, 'date': '', 'description': ''})
96 a = self.index_to_soup(finalurl)
H A Dgry_online_pl.recipe34 finalurl = 'http://www.gry-online.pl/' + \
38 soup2 = self.index_to_soup(finalurl)
70 finalurl = 'http://www.gry-online.pl/' + \
74 soup2 = self.index_to_soup(finalurl)
/dports/mail/ecartis/ecartis-1.0.0/src/modules/pantomime/
H A Dpantomime.c220 char finalurl[SMALL_BUF]; in MIME_HANDLER() local
240 LMAPI->strreplace(finalurl, sizeof(finalurl) - 1,tempurl," ","%20"); in MIME_HANDLER()
241 LMAPI->write_file(tempfile,"-- URL : %s\n\n", finalurl); in MIME_HANDLER()
/dports/www/httrack/httrack-3.49.2/src/
H A Dhtshelp.c439 char BIGSTK finalurl[HTS_URLMAXSIZE * 2]; in help_catchurl() local
442 sprintf(finalurl, "%s" POSTTOK "file:%s", url, dest); in help_catchurl()
443 printf("\nThe URL is: \"%s\"\n", finalurl); in help_catchurl()
444 printf("You can capture it through: httrack \"%s\"\n", finalurl); in help_catchurl()
/dports/www/bozohttpd/bozohttpd-20210227/
H A Dbozohttpd.c1067 char *finalurl, *urlbuf; in handle_redirect() local
1146 bozoasprintf(httpd, &finalurl, "%s%s%s%s%s%s", in handle_redirect()
1149 bozowarn(httpd, "redirecting %s", finalurl); in handle_redirect()
1150 debug((httpd, DEBUG_FAT, "redirecting %s", finalurl)); in handle_redirect()
1156 bozo_printf(httpd, "Location: %s\r\n", finalurl); in handle_redirect()
1163 finalurl); in handle_redirect()
1168 free(finalurl); in handle_redirect()
/dports/www/xist/ll-xist-5.34/src/ll/xist/
H A Dcss.py85 href = r.finalurl()
840 base = stream.finalurl()
H A Dparse.py441 yield ("url", stream.finalurl())
/dports/www/xist/ll-xist-5.34/docs/
H A DOLDMIGRATION.rst18 :attr:`mimetype`, :attr:`encoding` and :attr:`finalurl` are methods now. A few
H A DOLDNEWS.rst1272 * :attr:`realurl` has been renamed to :attr:`finalurl` and now works for
/dports/www/xist/ll-xist-5.34/src/ll/
H A Durl.py1375 def finalurl(self): member in Resource
1583 def finalurl(self): member in URLResource