Home
last modified time | relevance | path

Searched refs:getCookieParams (Results 1 – 25 of 174) sorted by relevance

1234567

/dports/deskutils/egroupware/egroupware/vendor/zendframework/zend-diactoros/test/
H A DServerRequestTest.php49 $this->assertEmpty($this->request->getCookieParams());
57 $this->assertSame($value, $request->getCookieParams());
165 $this->assertSame($cookies, $request->getCookieParams());
183 $this->assertInternalType('array', $request->getCookieParams());
184 $this->assertCount(0, $request->getCookieParams());
H A DServerRequestFactoryTest.php442 $this->assertSame($cookies, $request->getCookieParams());
458 $this->assertSame(['foo_bar' => 'baz'], $request->getCookieParams());
472 $this->assertSame(['foo_bar' => 'bat'], $request->getCookieParams());
515 $this->assertSame($expectedCookies, $request->getCookieParams());
/dports/www/phalcon4/cphalcon-4.1.1/tests/unit/Http/Message/ServerRequest/
H A DGetCookieParamsCest.php34 $actual = $request->getCookieParams();
49 $actual = $request->getCookieParams();
H A DWithCookieParamsCest.php45 $newInstance->getCookieParams()
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/
H A DSessionHandlerPHP.php77 $params = $this->getCookieParams();
294 public function getCookieParams() function in SimpleSAML\\SessionHandlerPHP
298 $ret = parent::getCookieParams();
H A DSessionHandlerCookie.php166 $params = array_merge($this->getCookieParams(), $cookieParams);
168 $params = $this->getCookieParams();
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/ExpressionLanguage/
H A DRequestWrapper.php62 public function getCookieParams(): array function in TYPO3\\CMS\\Core\\ExpressionLanguage\\RequestWrapper
64 return $this->request->getCookieParams();
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/ExpressionLanguage/
H A DRequestWrapper.php64 public function getCookieParams(): array function in TYPO3\\CMS\\Core\\ExpressionLanguage\\RequestWrapper
66 return $this->request->getCookieParams();
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/ExpressionLanguage/
H A DRequestWrapper.php64 public function getCookieParams(): array function in TYPO3\\CMS\\Core\\ExpressionLanguage\\RequestWrapper
66 return $this->request->getCookieParams();
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/
H A DSessionHandlerCookie.php165 $params = array_merge($this->getCookieParams(), $cookieParams);
167 $params = $this->getCookieParams();
H A DSessionHandlerPHP.php77 $params = $this->getCookieParams();
310 public function getCookieParams() function in SimpleSAML\\SessionHandlerPHP
314 $ret = parent::getCookieParams();
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/LoginProvider/
H A DLoginProviderResolver.php135 …er) || !$this->hasLoginProvider($loginProvider)) && !empty($request->getCookieParams()[$cookieName…
136 $loginProvider = $request->getCookieParams()[$cookieName];
/dports/devel/pecl-psr/psr-1.1.0/tests/
H A DPsrHttpMessageServerRequestInterface.phpt20 $request->getCookieParams();
48 string(36) "SampleServerRequest::getCookieParams"
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/modules/core/www/
H A Dloginuserpassorg.php74 $params = $sessionHandler->getCookieParams();
86 $params = $sessionHandler->getCookieParams();
/dports/www/phalcon4/cphalcon-4.1.1/ext/phalcon/http/message/
H A Dserverrequest.zep.h6 PHP_METHOD(Phalcon_Http_Message_ServerRequest, getCookieParams);
148 …PHP_ME(Phalcon_Http_Message_ServerRequest, getCookieParams, arginfo_phalcon_http_message_serverreq… in ZEND_END_ARG_INFO()
/dports/www/ilias/ILIAS-5.4.25/Services/WebAccessChecker/classes/
H A Dclass.ilWACSignedPath.php127 … $token_cookie_value = $this->httpService->request()->getCookieParams()[$name] ?? $default_token;
130 …$timestamp_cookie_value = $this->httpService->request()->getCookieParams()[$name . self::TS_SUFFIX…
134 …$ttl_cookie_value = $this->httpService->request()->getCookieParams()[$name . self::TTL_SUFFIX] ?? …
/dports/www/ilias6/ILIAS-6.14/Services/WebAccessChecker/classes/
H A Dclass.ilWACSignedPath.php126 … $token_cookie_value = $this->httpService->request()->getCookieParams()[$name] ?? $default_token;
129 …$timestamp_cookie_value = $this->httpService->request()->getCookieParams()[$name . self::TS_SUFFIX…
133 …$ttl_cookie_value = $this->httpService->request()->getCookieParams()[$name . self::TTL_SUFFIX] ?? …
/dports/net-mgmt/icingaweb2-module-graphite/icingaweb2-module-graphite-1.1.0/library/vendor/Psr/Http/Message/
H A DServerRequestInterface.php66 public function getCookieParams(); function
/dports/net-mgmt/icingaweb2-module-elasticsearch/icingaweb2-module-elasticsearch-0.9.0/library/vendor/Psr/Http/Message/
H A DServerRequestInterface.php66 public function getCookieParams(); function
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/psr/http-message/src/
H A DServerRequestInterface.php66 public function getCookieParams(); function
/dports/net-mgmt/icingaweb2-module-ipl/icingaweb2-module-ipl-0.5.0/vendor/psr/http-message/src/
H A DServerRequestInterface.php66 public function getCookieParams(); function
/dports/net-mgmt/icingaweb2-module-reporting/icingaweb2-module-reporting-0.9.2/vendor/psr/http-message/src/
H A DServerRequestInterface.php66 public function getCookieParams(); function
/dports/devel/aws-sdk-php/aws-sdk-php74-3.185.15/Psr/Http/Message/
H A DServerRequestInterface.php66 public function getCookieParams(); function
/dports/net-mgmt/icingaweb2-module-reactbundle/icingaweb2-module-reactbundle-0.9.0/vendor/psr/http-message/src/
H A DServerRequestInterface.php66 public function getCookieParams(); function
/dports/mail/roundcube/roundcubemail-1.5.1/vendor/psr/http-message/src/
H A DServerRequestInterface.php66 public function getCookieParams(); function

1234567