Home
last modified time | relevance | path

Searched refs:getCookie (Results 1 – 25 of 852) sorted by relevance

12345678910>>...35

/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/session/
H A DCookieSessionProviderTest.php469 $this->assertSame( '', $request->response()->getCookie( 'xUserID' ) );
471 $this->assertSame( '', $request->response()->getCookie( 'xToken' ) );
488 $this->assertSame( '', $request->response()->getCookie( 'xToken' ) );
678 $this->assertSame( '', $request->response()->getCookie( 'xUserID' ) );
680 $this->assertSame( '', $request->response()->getCookie( 'xToken' ) );
720 $this->assertSame( '', $request->response()->getCookie( 'xToken' ) );
722 $this->assertSame( 'bar!', $request->response()->getCookie( 'xbar' ) );
791 $this->assertSame( '', $request->response()->getCookie( 'xUserID' ) );
793 $this->assertSame( '', $request->response()->getCookie( 'xToken' ) );
859 $this->assertNull( $provider->getCookie( $request, 'Bar', 'x' ) );
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/session/
H A DCookieSessionProviderTest.php472 $this->assertSame( '', $request->response()->getCookie( 'xUserID' ) );
474 $this->assertSame( '', $request->response()->getCookie( 'xToken' ) );
491 $this->assertSame( '', $request->response()->getCookie( 'xToken' ) );
687 $this->assertSame( '', $request->response()->getCookie( 'xUserID' ) );
689 $this->assertSame( '', $request->response()->getCookie( 'xToken' ) );
729 $this->assertSame( '', $request->response()->getCookie( 'xToken' ) );
731 $this->assertSame( 'bar!', $request->response()->getCookie( 'xbar' ) );
801 $this->assertSame( '', $request->response()->getCookie( 'xUserID' ) );
803 $this->assertSame( '', $request->response()->getCookie( 'xToken' ) );
867 $this->assertNull( $provider->getCookie( $request, 'Bar', 'x' ) );
[all …]
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/session/
H A DCookieSessionProviderTest.php472 $this->assertSame( '', $request->response()->getCookie( 'xUserID' ) );
474 $this->assertSame( '', $request->response()->getCookie( 'xToken' ) );
491 $this->assertSame( '', $request->response()->getCookie( 'xToken' ) );
687 $this->assertSame( '', $request->response()->getCookie( 'xUserID' ) );
689 $this->assertSame( '', $request->response()->getCookie( 'xToken' ) );
729 $this->assertSame( '', $request->response()->getCookie( 'xToken' ) );
731 $this->assertSame( 'bar!', $request->response()->getCookie( 'xbar' ) );
801 $this->assertSame( '', $request->response()->getCookie( 'xUserID' ) );
803 $this->assertSame( '', $request->response()->getCookie( 'xToken' ) );
870 $this->assertNull( $provider->getCookie( $request, 'Bar', 'x' ) );
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/weblayer/browser/android/javatests/src/org/chromium/weblayer/test/
H A DCookieManagerTest.java101 Assert.assertEquals(getCookie(), ""); in testGetCookie()
103 Assert.assertEquals(getCookie(), "foo="); in testGetCookie()
105 Assert.assertEquals(getCookie(), "foo=bar"); in testGetCookie()
118 Assert.assertEquals(helper.getCookie(), "foo=bar"); in testCookieChanged()
123 Assert.assertEquals(helper.getCookie(), "foo=bar"); in testCookieChanged()
126 Assert.assertEquals(helper.getCookie(), "foo=baz"); in testCookieChanged()
140 Assert.assertEquals(helper.getCookie(), "cookie1=something"); in testCookieChangedRemoveCallback()
149 Assert.assertEquals(helper.getCookie(), "cookie2=something"); in testCookieChangedRemoveCallback()
174 private String getCookie() throws Exception { in getCookie() method in CookieManagerTest
175 return mActivityTestRule.getCookie(mCookieManager, mBaseUri); in getCookie()
[all …]
/dports/security/opensaml/opensaml-3.2.1/samltest/
H A DCookieTest.h34 const char* val = getCookie("foo"); in testCookie()
37 val = getCookie("foo2"); in testCookie()
40 val = getCookie("foo3"); in testCookie()
43 val = getCookie("foo4"); in testCookie()
46 val = getCookie("foo5"); in testCookie()
/dports/devel/ice37/ice-3.7.2/cpp/test/Glacier2/router/
H A DCallbackI.cpp35 template<typename T> const T& getCookie(const CookiePtr& cookie) in getCookie() function
47 getCookie<AMD_Callback_initiateCallbackPtr>(cookie)->ice_response(); in responseCallback()
53 getCookie<AMD_Callback_initiateCallbackPtr>(cookie)->ice_exception(ex); in exceptionCallback()
59 getCookie<AMD_Callback_initiateCallbackExPtr>(cookie)->ice_response(); in responseCallbackEx()
65 getCookie<AMD_Callback_initiateCallbackExPtr>(cookie)->ice_exception(ex); in exceptionCallbackEx()
71 getCookie<AMD_Callback_initiateConcurrentCallbackPtr>(cookie)->ice_response(number); in responseConcurrentCallback()
77 getCookie<AMD_Callback_initiateConcurrentCallbackPtr>(cookie)->ice_exception(ex); in exceptionConcurrentCallback()
83 getCookie<AMD_Callback_initiateWaitCallbackPtr>(cookie)->ice_response(); in responseWaitCallback()
89 getCookie<AMD_Callback_initiateWaitCallbackPtr>(cookie)->ice_exception(ex); in exceptionWaitCallback()
95 getCookie<AMD_Callback_initiateCallbackWithPayloadPtr>(cookie)->ice_response(); in responseCallbackWithPayload()
[all …]
/dports/devel/php-ice37/ice-3.7.2/cpp/test/Glacier2/router/
H A DCallbackI.cpp35 template<typename T> const T& getCookie(const CookiePtr& cookie) in getCookie() function
47 getCookie<AMD_Callback_initiateCallbackPtr>(cookie)->ice_response(); in responseCallback()
53 getCookie<AMD_Callback_initiateCallbackPtr>(cookie)->ice_exception(ex); in exceptionCallback()
59 getCookie<AMD_Callback_initiateCallbackExPtr>(cookie)->ice_response(); in responseCallbackEx()
65 getCookie<AMD_Callback_initiateCallbackExPtr>(cookie)->ice_exception(ex); in exceptionCallbackEx()
71 getCookie<AMD_Callback_initiateConcurrentCallbackPtr>(cookie)->ice_response(number); in responseConcurrentCallback()
77 getCookie<AMD_Callback_initiateConcurrentCallbackPtr>(cookie)->ice_exception(ex); in exceptionConcurrentCallback()
83 getCookie<AMD_Callback_initiateWaitCallbackPtr>(cookie)->ice_response(); in responseWaitCallback()
89 getCookie<AMD_Callback_initiateWaitCallbackPtr>(cookie)->ice_exception(ex); in exceptionWaitCallback()
95 getCookie<AMD_Callback_initiateCallbackWithPayloadPtr>(cookie)->ice_response(); in responseCallbackWithPayload()
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/test/Glacier2/router/
H A DCallbackI.cpp35 template<typename T> const T& getCookie(const CookiePtr& cookie) in getCookie() function
47 getCookie<AMD_Callback_initiateCallbackPtr>(cookie)->ice_response(); in responseCallback()
53 getCookie<AMD_Callback_initiateCallbackPtr>(cookie)->ice_exception(ex); in exceptionCallback()
59 getCookie<AMD_Callback_initiateCallbackExPtr>(cookie)->ice_response(); in responseCallbackEx()
65 getCookie<AMD_Callback_initiateCallbackExPtr>(cookie)->ice_exception(ex); in exceptionCallbackEx()
71 getCookie<AMD_Callback_initiateConcurrentCallbackPtr>(cookie)->ice_response(number); in responseConcurrentCallback()
77 getCookie<AMD_Callback_initiateConcurrentCallbackPtr>(cookie)->ice_exception(ex); in exceptionConcurrentCallback()
83 getCookie<AMD_Callback_initiateWaitCallbackPtr>(cookie)->ice_response(); in responseWaitCallback()
89 getCookie<AMD_Callback_initiateWaitCallbackPtr>(cookie)->ice_exception(ex); in exceptionWaitCallback()
95 getCookie<AMD_Callback_initiateCallbackWithPayloadPtr>(cookie)->ice_response(); in responseCallbackWithPayload()
[all …]
/dports/www/phalcon4/cphalcon-4.1.1/tests/unit/Http/Response/Cookies/
H A DGetSetCest.php79 $cookieOne = $this->getCookie('cookie-1');
80 $cookieTwo = $this->getCookie('cookie-2');
81 $cookieThree = $this->getCookie('cookie-3');
163 $cookieOne = $this->getCookie('samesite-cookie-1');
164 $cookieTwo = $this->getCookie('samesite-cookie-2');
165 $cookieThree = $this->getCookie('samesite-cookie-3');
166 $cookieFour = $this->getCookie('samesite-cookie-4');
/dports/audio/audacity/audacity-Audacity-3.1.3/libraries/lib-network-manager/
H A DCookiesList.cpp112 Cookie* item = getCookie (cookieName); in setCookie()
132 return getCookie (cookieName) != nullptr; in hasCookie()
137 const Cookie* item = getCookie (cookieName); in getCookieValue()
145 const Cookie* CookiesList::getCookie (size_t idx) const noexcept in getCookie() function in audacity::network_manager::CookiesList
147 return const_cast<CookiesList*>(this)->getCookie(idx); in getCookie()
150 const Cookie* CookiesList::getCookie (const std::string& name) const noexcept in getCookie() function in audacity::network_manager::CookiesList
152 return const_cast<CookiesList*>(this)->getCookie (name); in getCookie()
195 Cookie* CookiesList::getCookie (size_t idx) noexcept in getCookie() function in audacity::network_manager::CookiesList
203 Cookie* CookiesList::getCookie (const std::string& cookieName) noexcept in getCookie() function in audacity::network_manager::CookiesList
H A DCookiesList.h58 const Cookie* getCookie (size_t idx) const noexcept;
59 const Cookie* getCookie (const std::string& name) const noexcept;
71 Cookie* getCookie (size_t idx) noexcept;
72 Cookie* getCookie (const std::string& cookieName) noexcept;
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/src/Functional/System/
H A DAdminTest.php162 …$this->assertEquals('1', $session->getCookie('Drupal.visitor.admin_compact_mode'), 'Compact mode t…
164 …$this->assertEquals('1', $session->getCookie('Drupal.visitor.admin_compact_mode'), 'Compact mode r…
166 …$this->assertEquals('1', $session->getCookie('Drupal.visitor.admin_compact_mode'), 'Compact mode p…
171 …$this->assertNull($session->getCookie('Drupal.visitor.admin_compact_mode'), 'Compact mode turns of…
173 …$this->assertNull($session->getCookie('Drupal.visitor.admin_compact_mode'), 'Compact mode remains …
175 …$this->assertNull($session->getCookie('Drupal.visitor.admin_compact_mode'), 'Compact mode persists…
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/src/Functional/System/
H A DAdminTest.php164 …$this->assertEquals('1', $session->getCookie('Drupal.visitor.admin_compact_mode'), 'Compact mode t…
166 …$this->assertEquals('1', $session->getCookie('Drupal.visitor.admin_compact_mode'), 'Compact mode r…
168 …$this->assertEquals('1', $session->getCookie('Drupal.visitor.admin_compact_mode'), 'Compact mode p…
175 …$this->assertNull($session->getCookie('Drupal.visitor.admin_compact_mode'), 'Compact mode turns of…
177 …$this->assertNull($session->getCookie('Drupal.visitor.admin_compact_mode'), 'Compact mode remains …
179 …$this->assertNull($session->getCookie('Drupal.visitor.admin_compact_mode'), 'Compact mode persists…
/dports/www/pecl-http/pecl_http-3.2.4/tests/
H A Denvrequestcookie001.phpt14 var_dump($r->getCookie()->toArray());
15 var_dump($r->getCookie("foo", "s"));
16 var_dump($r->getCookie("bar", "i"));
17 var_dump($r->getCookie("baz", "b", true));
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/glue/java/src/com/android/webview/chromium/
H A DCookieManagerAdapter.java80 public String getCookie(String url) { in getCookie() method in CookieManagerAdapter
82 return mChromeCookieManager.getCookie(fixupUrl(url)); in getCookie()
90 public String getCookie(String url, boolean privateBrowsing) { in getCookie() method in CookieManagerAdapter
91 return getCookie(url); in getCookie()
101 public synchronized String getCookie(WebAddress uri) { in getCookie() method in CookieManagerAdapter
102 return mChromeCookieManager.getCookie(uri.toString()); in getCookie()
/dports/games/jinput/jinput-bf22dd975bbba31f01895332255b63df376894e6/plugins/OSX/src/main/java/net/java/games/input/
H A DOSXHIDQueue.java77 return map.get(event.getCookie()); in mapEvent()
114 nAddElement(queue_address, element.getCookie()); in addElement()
115 map.put(element.getCookie(), component); in addElement()
120 nRemoveElement(queue_address, element.getCookie()); in removeElement()
121 map.remove(element.getCookie()); in removeElement()
/dports/www/mediawiki135/mediawiki-1.35.5/includes/session/
H A DCookieSessionProvider.php116 $sessionId = $this->getCookie( $request, $this->params['sessionName'], '' );
119 'forceHTTPS' => $this->getCookie( $request, 'forceHTTPS', '', false )
308 $loggedOut !== (int)$this->getCookie( $request, 'LoggedOut', $this->cookieOptions['prefix'] )
327 $name = $this->getCookie( $request, 'UserName', $this->cookieOptions['prefix'] );
342 $this->getCookie( $request, 'UserID', $prefix ),
343 $this->getCookie( $request, 'UserName', $prefix ),
344 $this->getCookie( $request, 'Token', $prefix ),
356 protected function getCookie( $request, $key, $prefix, $default = null ) { function in MediaWiki\\Session\\CookieSessionProvider
360 $value = $request->getCookie( $key, $prefix, $default );
/dports/www/mediawiki136/mediawiki-1.36.3/includes/session/
H A DCookieSessionProvider.php116 $sessionId = $this->getCookie( $request, $this->params['sessionName'], '' );
119 'forceHTTPS' => $this->getCookie( $request, 'forceHTTPS', '', false )
307 $loggedOut !== (int)$this->getCookie( $request, 'LoggedOut', $this->cookieOptions['prefix'] )
326 $name = $this->getCookie( $request, 'UserName', $this->cookieOptions['prefix'] );
341 $this->getCookie( $request, 'UserID', $prefix ),
342 $this->getCookie( $request, 'UserName', $prefix ),
343 $this->getCookie( $request, 'Token', $prefix ),
355 protected function getCookie( $request, $key, $prefix, $default = null ) { function in MediaWiki\\Session\\CookieSessionProvider
359 $value = $request->getCookie( $key, $prefix, $default );
/dports/www/mediawiki137/mediawiki-1.37.1/includes/session/
H A DCookieSessionProvider.php114 $sessionId = $this->getCookie( $request, $this->params['sessionName'], '' );
117 'forceHTTPS' => $this->getCookie( $request, 'forceHTTPS', '', false )
305 $loggedOut !== (int)$this->getCookie( $request, 'LoggedOut', $this->cookieOptions['prefix'] )
324 $name = $this->getCookie( $request, 'UserName', $this->cookieOptions['prefix'] );
339 $this->getCookie( $request, 'UserID', $prefix ),
340 $this->getCookie( $request, 'UserName', $prefix ),
341 $this->getCookie( $request, 'Token', $prefix ),
353 protected function getCookie( $request, $key, $prefix, $default = null ) { function in MediaWiki\\Session\\CookieSessionProvider
357 $value = $request->getCookie( $key, $prefix, $default );
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/
H A DFauxRequestTest.php123 $this->assertSame( null, $req->getCookie( 'z', '' ) );
126 $this->assertSame( 'Value', $req->getCookie( 'x', '' ) );
129 $this->assertSame( 'One', $req->getCookie( 'x', '' ) );
130 $this->assertSame( 'Two', $req->getCookie( 'y', '' ) );
144 $this->assertSame( null, $req->getCookie( 'z' ) );
147 $this->assertSame( 'Value', $req->getCookie( 'x' ) );
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/
H A DFauxRequestTest.php123 $this->assertSame( null, $req->getCookie( 'z', '' ) );
126 $this->assertSame( 'Value', $req->getCookie( 'x', '' ) );
129 $this->assertSame( 'One', $req->getCookie( 'x', '' ) );
130 $this->assertSame( 'Two', $req->getCookie( 'y', '' ) );
144 $this->assertSame( null, $req->getCookie( 'z' ) );
147 $this->assertSame( 'Value', $req->getCookie( 'x' ) );
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/
H A DFauxRequestTest.php123 $this->assertSame( null, $req->getCookie( 'z', '' ) );
126 $this->assertSame( 'Value', $req->getCookie( 'x', '' ) );
129 $this->assertSame( 'One', $req->getCookie( 'x', '' ) );
130 $this->assertSame( 'Two', $req->getCookie( 'y', '' ) );
144 $this->assertSame( null, $req->getCookie( 'z' ) );
147 $this->assertSame( 'Value', $req->getCookie( 'x' ) );
/dports/devel/php-ice37/ice-3.7.2/cpp/test/Glacier2/override/
H A DCallbackI.cpp35 template<typename T> const T& getCookie(const CookiePtr& cookie) in getCookie() function
47 getCookie<AMD_Callback_initiateCallbackPtr>(cookie)->ice_response(); in responseCallback()
53 getCookie<AMD_Callback_initiateCallbackPtr>(cookie)->ice_exception(ex); in exceptionCallback()
59 getCookie<AMD_Callback_initiateCallbackWithPayloadPtr>(cookie)->ice_response(); in responseCallbackWithPayload()
65 getCookie<AMD_Callback_initiateCallbackWithPayloadPtr>(cookie)->ice_exception(ex); in exceptionCallbackWithPayload()
/dports/devel/ice37/ice-3.7.2/cpp/test/Glacier2/override/
H A DCallbackI.cpp35 template<typename T> const T& getCookie(const CookiePtr& cookie) in getCookie() function
47 getCookie<AMD_Callback_initiateCallbackPtr>(cookie)->ice_response(); in responseCallback()
53 getCookie<AMD_Callback_initiateCallbackPtr>(cookie)->ice_exception(ex); in exceptionCallback()
59 getCookie<AMD_Callback_initiateCallbackWithPayloadPtr>(cookie)->ice_response(); in responseCallbackWithPayload()
65 getCookie<AMD_Callback_initiateCallbackWithPayloadPtr>(cookie)->ice_exception(ex); in exceptionCallbackWithPayload()
/dports/devel/py-ice37/ice-3.7.2/cpp/test/Glacier2/override/
H A DCallbackI.cpp35 template<typename T> const T& getCookie(const CookiePtr& cookie) in getCookie() function
47 getCookie<AMD_Callback_initiateCallbackPtr>(cookie)->ice_response(); in responseCallback()
53 getCookie<AMD_Callback_initiateCallbackPtr>(cookie)->ice_exception(ex); in exceptionCallback()
59 getCookie<AMD_Callback_initiateCallbackWithPayloadPtr>(cookie)->ice_response(); in responseCallbackWithPayload()
65 getCookie<AMD_Callback_initiateCallbackWithPayloadPtr>(cookie)->ice_exception(ex); in exceptionCallbackWithPayload()

12345678910>>...35