Home
last modified time | relevance | path

Searched refs:requestDomain (Results 1 – 16 of 16) sorted by relevance

/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-http/src/Header/
H A DSetCookie.php652 * @param string $requestDomain
657 public function isValidForRequest($requestDomain, $path, $isSecure = false) argument
659 if ($this->getDomain() && (strrpos($requestDomain, $this->getDomain()) === false)) {
/dports/www/limesurvey/limesurvey/application/helpers/Zend/Http/Header/
H A DSetCookie.php510 public function isValidForRequest($requestDomain, $path, $isSecure = false) argument
512 if ($this->getDomain() && (strrpos($requestDomain, $this->getDomain()) !== false)) {
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-http/src/Header/
H A DSetCookie.php560 public function isValidForRequest($requestDomain, $path, $isSecure = false) argument
562 if ($this->getDomain() && (strrpos($requestDomain, $this->getDomain()) === false)) {
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-http/src/Header/
H A DSetCookie.php560 public function isValidForRequest($requestDomain, $path, $isSecure = false) argument
562 if ($this->getDomain() && (strrpos($requestDomain, $this->getDomain()) === false)) {
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-http/src/Header/
H A DSetCookie.php560 public function isValidForRequest($requestDomain, $path, $isSecure = false) argument
562 if ($this->getDomain() && (strrpos($requestDomain, $this->getDomain()) === false)) {
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-http/src/Header/
H A DSetCookie.php560 public function isValidForRequest($requestDomain, $path, $isSecure = false) argument
562 if ($this->getDomain() && (strrpos($requestDomain, $this->getDomain()) === false)) {
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-http/src/Header/
H A DSetCookie.php560 public function isValidForRequest($requestDomain, $path, $isSecure = false) argument
562 if ($this->getDomain() && (strrpos($requestDomain, $this->getDomain()) === false)) {
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-http/src/Header/
H A DSetCookie.php560 public function isValidForRequest($requestDomain, $path, $isSecure = false) argument
562 if ($this->getDomain() && (strrpos($requestDomain, $this->getDomain()) === false)) {
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-http/src/Header/
H A DSetCookie.php560 public function isValidForRequest($requestDomain, $path, $isSecure = false) argument
562 if ($this->getDomain() && (strrpos($requestDomain, $this->getDomain()) === false)) {
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-http/src/Header/
H A DSetCookie.php560 public function isValidForRequest($requestDomain, $path, $isSecure = false) argument
562 if ($this->getDomain() && (strrpos($requestDomain, $this->getDomain()) === false)) {
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-http/src/Header/
H A DSetCookie.php560 public function isValidForRequest($requestDomain, $path, $isSecure = false) argument
562 if ($this->getDomain() && (strrpos($requestDomain, $this->getDomain()) === false)) {
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-http/src/Header/
H A DSetCookie.php560 public function isValidForRequest($requestDomain, $path, $isSecure = false) argument
562 if ($this->getDomain() && (strrpos($requestDomain, $this->getDomain()) === false)) {
/dports/www/bareos19-webui/bareos-Release-19.2.11/webui/vendor/zendframework/zend-http/src/Header/
H A DSetCookie.php560 public function isValidForRequest($requestDomain, $path, $isSecure = false) argument
562 if ($this->getDomain() && (strrpos($requestDomain, $this->getDomain()) === false)) {
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/vendor/zendframework/zend-http/src/Header/
H A DSetCookie.php560 public function isValidForRequest($requestDomain, $path, $isSecure = false) argument
562 if ($this->getDomain() && (strrpos($requestDomain, $this->getDomain()) === false)) {
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Http/Header/
H A DSetCookie.php560 public function isValidForRequest($requestDomain, $path, $isSecure = false) argument
562 if ($this->getDomain() && (strrpos($requestDomain, $this->getDomain()) === false)) {
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/swarm/api/
H A Dact.go210 requestDomain := sctx.GetHost(ctx)
212 if strings.Contains(requestDomain, v) {