/plugin/directions/ |
H A D | action.php | 158 $referer = array_pop($crumbs); // get current page's predecessor 159 $referer = ($referer) ? $this->dir_prepareID($referer) : ''; 161 $this->dir_logAccess($page,$this->dir_getStatus(wikiFN($id)),$referer); 175 * @param $referer predecessor of $page (which page link to $page) 183 * "<referer>" "<agent>"\n 199 function dir_logAccess($page,$status,$referer=''){ argument 254 //echo "referrer:" . $referer . "/"; 255 if ($referer == ""){ 261 $referer = $this->dir_prepareID($match[1]); 265 $referer = $_SERVER['HTTP_REFERER']; [all …]
|
/plugin/logstats/ |
H A D | action.php | 41 $referer = array_pop($crumbs); // get current page's predecessor 42 $referer = ($referer) ? $this->prepareID($referer) : ''; 47 $this->logAccess($page, $status, $size, $referer); 115 * @param string $referer predecessor of $page (which page link to $page) 120 public function logAccess($page, $status, $size, $referer = '') { argument 161 if($referer == "") { 166 $referer = $this->prepareID($match[1]); 168 $referer = $_SERVER['HTTP_REFERER']; 172 …$logline = "$host - $user $timestamp \"$method $page $protocol\" $status $size \"$referer\" \"$age…
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Networkconnectivity/ |
H A D | HttpRequest.php | 28 public $referer; variable in Google\\Service\\Networkconnectivity\\HttpRequest 86 public function setReferer($referer) argument 88 $this->referer = $referer; 92 return $this->referer;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceControl/ |
H A D | V2HttpRequest.php | 49 public $referer; variable in Google\\Service\\ServiceControl\\V2HttpRequest 170 public function setReferer($referer) argument 172 $this->referer = $referer; 179 return $this->referer;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/ |
H A D | HttpRequest.php | 49 public $referer; variable in Google\\Service\\Logging\\HttpRequest 170 public function setReferer($referer) argument 172 $this->referer = $referer; 179 return $this->referer;
|
/plugin/nohighlight/ |
H A D | action.php | 164 $referer = (string) $_SERVER['HTTP_REFERER']; 167 strpos($referer, DOKU_URL) === 0 && 168 preg_match('/[?&]do=search&id=([^&]+)/', $referer, $matches)
|
/plugin/statdisplay/helper/ |
H A D | log.php | 199 $referer = trim($parts[10], '"'); 201 if (substr($referer, 0, 4) == 'http' && (strpos($referer, DOKU_URL) !== 0)) { 202 list($referer) = explode('?', $referer); 207 $this->logdata[$month]['referer_url'][$referer] = 208 isset($this->logdata[$month]['referer_url'][$referer]) ? 209 $this->logdata[$month]['referer_url'][$referer] + 1 :
|
H A D | table.php | 45 $this->referer($from); 81 private function referer($date = '') function in helper_plugin_statdisplay_table
|
/plugin/authgoogle/ |
H A D | auth.php | 179 $referer = $_SESSION[DOKU_COOKIE]['authgoogle']['referer']; 180 $redirect = empty($referer) ? wl('start', '', true) : $referer; 181 header("Location: ".$referer);
|
/plugin/log404/ |
H A D | helper.php | 72 $referer = isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : ''; 74 $logline = $datetime.','.$page.','.$ipAddress.',"'.$referer.'","'.$agent.'"'.PHP_EOL;
|
/plugin/statistics/inc/ |
H A D | StatisticsLogger.class.php | 118 * Will not write anything if the referer isn't a search engine 120 public function log_externalsearch($referer, &$type) { argument 121 $referer = utf8_strtolower($referer); 128 // parse the referer 129 $urlparts = parse_url($referer); 305 # FIXME check referer against blacklist and drop logging for bad boys 307 // handle referer 308 $referer = trim($_REQUEST['r']); 309 if($referer) { [all...] |
H A D | StatisticsQuery.class.php | 323 public function referer($tlimit, $start = 0, $limit = 20) { function in StatisticsQuery
|
/plugin/linkprefix/ |
H A D | plugin.info.txt | 5 desc Adds a custom string infront of all external URLs. This is useful for referer remove service…
|
H A D | README | 3 This plugin adds a custom string in front of all external URLs. That is useful for referer remove s…
|
/plugin/sentry/ |
H A D | script.js | 19 referer: document.referrer property in data.request.headers
|
/plugin/linkback/ |
H A D | http.php | 93 $headers['Referer'] = $this->referer; 188 $this->referer = $url;
|
/plugin/upgrade/HTTP/ |
H A D | HTTPClient.php | 26 public $referer; variable in dokuwiki\\plugin\\upgrade\\HTTP\\HTTPClient 72 $this->referer = ''; 218 $headers['Referer'] = $this->referer; 372 $this->referer = $url;
|
/plugin/redirect2/ |
H A D | action.php | 57 $referer = isset($_SERVER['HTTP_REFERER']) ? $_SERVER['HTTP_REFERER'] : ''; 58 $this->_log_redirection(404, $ID, $referer); 374 // $dest is referer of the $orig page
|
/plugin/elwikiupgrade/ |
H A D | HTTPClient.php | 36 var $referer; variable in dokuwiki\\plugin\\elwikiupgrade\\HTTPClient 82 $this->referer = ''; 226 $headers['Referer'] = $this->referer; 380 $this->referer = $url;
|
/plugin/statistics/ |
H A D | admin.php | 54 'referer', 283 // top referer today 407 $result = $this->hlp->Query()->referer($this->tlimit, $this->start, 150);
|
/plugin/authgooglesheets/vendor/google/apiclient/ |
H A D | README.md | 411 'referer' => 'mysite.com'
|
/plugin/authgooglesheets/vendor/monolog/monolog/ |
H A D | CHANGELOG.md | 559 * Added `server` and `referer` to WebProcessor output
|
/plugin/photogallery/phpThumb/docs/ |
H A D | phpthumb.changelog.txt | 701 referer (now either nothing or "_offsite") 1102 HTTP referer, but only if the refering domain does not
|