Home
last modified time | relevance | path

Searched refs:REFERER (Results 1 – 25 of 677) sorted by relevance

12345678910>>...28

/dports/www/npc/npc-0.83/conf/
H A Dsample1.idx16 ; if (REFERER =~ /^$/) {
19 ; } elsif (REFERER =~ m#^http://nocount@www2\.biglobe\.ne\.jp/#) {
22 ; } elsif ((REFERER =~ m#^http://www2\.biglobe\.ne\.jp/#)
23 ; || (REFERER =~ m#^http://www2\.meshnet\.or\.jp/#)) {
62 =REFERER
74 =REFERER
84 =REFERER
H A Dsample2.idx22 =IF=REFERER
28 =ELSIF=REFERER
34 =ELSIF=REFERER
/dports/www/coppermine/cpg1.6.x-1.6.12/themes/curve/
H A Dtheme.php297 …<li><a href="mode.php?what=news&amp;referer=$REFERER" title="{SHOWNEWS_TITLE}"><span>{SHOWNEWS_ICO…
494 global $AUTHORIZED, $CONFIG, $album, $actual_cat, $cat, $REFERER, $CPG_PHP_SELF;
617 '{ADM_MODE_TGT}' => "mode.php?admin_mode=1&amp;referer=$REFERER",
621 '{USR_MODE_TGT}' => "mode.php?admin_mode=0&amp;referer=$REFERER",
641 …{LOGOUT_TGT}' => "logout.php?form_token=$form_token&amp;timestamp=$timestamp&amp;referer=$REFERER",
651 if ($CPG_PHP_SELF != 'login.php' && strpos($REFERER, 'login.php') === FALSE) {
652 $param['{LOGIN_TGT}'] .= "?referer=$REFERER";
655 if ($CPG_PHP_SELF != 'contact.php' && strpos($REFERER, 'contact.php') === FALSE) {
656 $param['{CONTACT_TGT}'] .= "?referer=$REFERER";
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/views/default/resources/comments/
H A Dedit.php9 forward(REFERER);
14 forward(REFERER);
20 forward(REFERER);
/dports/japanese/hns/hns-2.19.9/public_html/diary/
H A Dlog.cgi.in139 my @REFERER;
433 push (@REFERER, $referer);
525 foreach (@REFERER) {
750 $j = @REFERER;
758 if ($LASTREF[$k] eq $REFERER[$j]) {
762 if (($c == 0) && ($REFERER[$j] ne "")) {
763 $LASTREF[$i] = $REFERER[$j];
765 if (exists($urlname{$REFERER[$j]})) {
766 $refname = $urlname{$REFERER[$j]};
768 $refname = $REFERER[$j];
[all …]
/dports/security/samhain/samhain-4.4.3/scripts/
H A Dexample_sms.pl48 my $REFERER = '<default referer>';
130 $SMS .= "Referer: $REFERER$llim";
/dports/security/samhain-server/samhain-4.4.3/scripts/
H A Dexample_sms.pl48 my $REFERER = '<default referer>';
130 $SMS .= "Referer: $REFERER$llim";
/dports/security/samhain-client/samhain-4.4.3/scripts/
H A Dexample_sms.pl48 my $REFERER = '<default referer>';
130 $SMS .= "Referer: $REFERER$llim";
/dports/devel/hadoop/jetty-6.1.14/extras/ajp/src/main/java/org/mortbay/jetty/ajp/
H A DAjp13RequestHeaders.java32 … COOKIE2="cookie2", HOST="host", PRAGMA="pragma", REFERER="referer", USER_AGENT="user-agent"; field in Ajp13RequestHeaders
45 … PRAGMA_BUFFER=CACHE.add(PRAGMA,PRAGMA_ORDINAL), REFERER_BUFFER=CACHE.add(REFERER,REFERER_ORDINAL),
/dports/devel/hadoop2/jetty-6.1.14/extras/ajp/src/main/java/org/mortbay/jetty/ajp/
H A DAjp13RequestHeaders.java32 … COOKIE2="cookie2", HOST="host", PRAGMA="pragma", REFERER="referer", USER_AGENT="user-agent"; field in Ajp13RequestHeaders
45 … PRAGMA_BUFFER=CACHE.add(PRAGMA,PRAGMA_ORDINAL), REFERER_BUFFER=CACHE.add(REFERER,REFERER_ORDINAL),
/dports/www/p5-Net-Akismet/Net-Akismet-0.05/lib/Net/
H A DAkismet.pm230 $comment->{REFERRER} = $comment->{REFERER} if !$comment->{REFERRER} && $comment->{REFERER};
/dports/www/kannel/gateway-1.4.4/wap/
H A Dwsp_server_session_machine.def72 !defined(REFERER)
93 REFERER(referer_url)
106 #undef REFERER
/dports/security/snort3/snort3-3.1.19.0/src/network_inspectors/appid/test/
H A Dappid_mock_http_session.h53 char const* REFERER = "http://www.yahoo.com/search"; variable
84 meta_data[REQ_REFERER_FID] = new std::string(REFERER); in MockAppIdHttpSession()
/dports/www/py-paste/Paste-3.4.6/tests/
H A Dtest_httpheaders.py6 REFERER.update(collection,'internal:/some/path')
7 assert 'internal:/some/path' == REFERER(collection)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/Paste/tests/
H A Dtest_httpheaders.py6 REFERER.update(collection,'internal:/some/path')
7 assert 'internal:/some/path' == REFERER(collection)
/dports/textproc/p5-Apache-ParseLog/Apache-ParseLog-1.02/
H A DParseLog.pm115 …STATUS, $LSTATUS, $BYTE, $FILENAME, $ADDR, $PORT, $PROC, $SEC, $URL, $HOSTNAME, $REFERER, $UAGENT);
1310 if ($REFERER) {
1315 my($ref) = (($refered) ? "$REFERER -> $refered" : $REFERER);
1317 if ($REFERER =~ m#http://(\S+?)[/?]#) { $referer{$1}++ }
1318 elsif ($REFERER =~ m#^-$#) { $referer{'bookmark'}++ }
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/felogin/Classes/Redirect/
H A DRedirectMode.php33 public const REFERER = 'referer'; define in TYPO3\\CMS\\FrontendLogin\\Redirect\\RedirectMode
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/felogin/Classes/Redirect/
H A DRedirectMode.php33 public const REFERER = 'referer'; define in TYPO3\\CMS\\FrontendLogin\\Redirect\\RedirectMode
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/messages/actions/messages/
H A Ddelete.php18 $forward = $full ? 'messages/inbox/' . elgg_get_logged_in_user_entity()->username : REFERER;
/dports/www/elgg/elgg-3.3.23/mod/messages/actions/messages/
H A Ddelete.php18 $forward = $full ? 'messages/inbox/' . elgg_get_logged_in_user_entity()->username : REFERER;
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/groups/views/default/resources/groups/
H A Dinvite.php7 forward(REFERER);
/dports/www/elgg/elgg-3.3.23/mod/groups/views/default/resources/groups/
H A Dinvite.php7 forward(REFERER);
/dports/www/links/links-2.25/intl/
H A Drussian.lng488 T_REFERER_NONE, "�������� ������ REFERER",
489 T_REFERER_SAME_URL, "�������� ��� �� ������������� ����� ��� REFERER",
490 T_REFERER_FAKE, "�������� ��������� ���� REFERER",
492 T_REFERER_REAL, "�������� ��������� REFERER (�����������!)",
493 T_FAKE_REFERER, "��������� REFERER ��� �������:",
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/mod/notifications/actions/notifications/
H A Dsubscriptions.php15 return elgg_error_response('', REFERER, 404);
/dports/www/elgg/elgg-3.3.23/mod/notifications/actions/notifications/
H A Dsubscriptions.php15 return elgg_error_response('', REFERER, 404);

12345678910>>...28