Home
last modified time | relevance | path

Searched refs:visitor_text (Results 1 – 4 of 4) sorted by relevance

/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Statistics/Repository/Interfaces/
H A DUserRepositoryInterface.php72 * @param string $visitor_text
76 public function userName(string $visitor_text = ''): string; argument
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/Statistics/Repository/
H A DUserRepository.php219 * @param string $visitor_text
223 public function userName(string $visitor_text = ''): string argument
230 return e($visitor_text);
/dports/net-p2p/bazarr/bazarr-1.0.2/bazarr/
H A Danalytics.py33 visitor_text = handle.read()
34 visitor = pickle.loads(codecs.decode(visitor_text.encode(), "base64"))
/dports/www/webtrees20/webtrees-2.0.19/webtrees/app/
H A DStatistics.php2532 * @param string $visitor_text
2536 public function userName(string $visitor_text = ''): string argument
2538 return $this->userRepository->userName($visitor_text);