Home
last modified time | relevance | path

Searched refs:setSession (Results 1 – 25 of 780) sorted by relevance

12345678910>>...32

/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/apps/HelloAndroidCamera2/src/com/android/ex/camera2/blocking/
H A DBlockingSessionCallback.java150 mSessionFuture.setSession(session); in onActive()
157 mSessionFuture.setSession(session); in onClosed()
164 mSessionFuture.setSession(session); in onConfigured()
173 mSessionFuture.setSession(session); in onConfigureFailed()
182 mSessionFuture.setSession(session); in onReady()
193 public void setSession(CameraCaptureSession session) { in setSession() method in BlockingSessionCallback.SessionFuture
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web/src/test/java/org/springframework/web/context/request/
H A DServletRequestAttributesTests.java50 request.setSession(session); in updateAccessedAttributes()
85 request.setSession(session); in setSessionScopedAttribute()
97 request.setSession(session); in setSessionScopedAttributeAfterCompletion()
111 request.setSession(session); in setGlobalSessionScopedAttribute()
123 request.setSession(session); in setGlobalSessionScopedAttributeAfterCompletion()
152 request.setSession(session); in removeSessionScopedAttribute()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.portlet/src/test/java/org/springframework/web/portlet/context/
H A DPortletRequestAttributesTests.java55 request.setSession(session); in testUpdateAccessedAttributes()
90 request.setSession(session); in testSetSessionScopedAttribute()
102 request.setSession(session); in testSetSessionScopedAttributeAfterCompletion()
116 request.setSession(session); in testSetGlobalSessionScopedAttribute()
128 request.setSession(session); in testSetGlobalSessionScopedAttributeAfterCompletion()
155 request.setSession(session); in testRemoveSessionScopedAttribute()
/dports/www/mediawiki137/mediawiki-1.37.1/tests/phpunit/includes/session/
H A DTestBagOStuff.php23 $this->setSession( $id, [ 'data' => $data ] );
31 $this->setSession( $id, [ 'metadata' => $metadata ] );
38 public function setSession( $id, array $blob ) { function in MediaWiki\\Session\\TestBagOStuff
/dports/www/mediawiki135/mediawiki-1.35.5/tests/phpunit/includes/session/
H A DTestBagOStuff.php23 $this->setSession( $id, [ 'data' => $data ] );
31 $this->setSession( $id, [ 'metadata' => $metadata ] );
38 public function setSession( $id, array $blob ) { function in MediaWiki\\Session\\TestBagOStuff
/dports/www/mediawiki136/mediawiki-1.36.3/tests/phpunit/includes/session/
H A DTestBagOStuff.php23 $this->setSession( $id, [ 'data' => $data ] );
31 $this->setSession( $id, [ 'metadata' => $metadata ] );
38 public function setSession( $id, array $blob ) { function in MediaWiki\\Session\\TestBagOStuff
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/symfony/http-kernel/Fragment/
H A DInlineFragmentRenderer.php121 static $setSession;
123 if (null === $setSession) {
124 …$setSession = \Closure::bind(static function ($subRequest, $request) { $subRequest->session = $req…
126 $setSession($subRequest, $request);
/dports/audio/ampache/ampache-php74-5.0.0/vendor/jwilsson/spotify-web-api-php/docs/examples/
H A Drefreshing-access-tokens.md29 …ance when initializing a new `SpotifyWebAPI` instance or by using the `setSession()` method. Remem…
44 // You can also call setSession on an existing SpotifyWebAPI instance
45 $api->setSession($session);
80 // You can also call setSession on an existing SpotifyWebAPI instance
81 $api->setSession($session);
/dports/deskutils/egroupware/egroupware/vendor/symfony/http-kernel/Fragment/
H A DInlineFragmentRenderer.php122 static $setSession;
124 if (null === $setSession) {
125 …$setSession = \Closure::bind(static function ($subRequest, $request) { $subRequest->session = $req…
127 $setSession($subRequest, $request);
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/http-kernel/Fragment/
H A DInlineFragmentRenderer.php122 static $setSession;
124 if (null === $setSession) {
125 …$setSession = \Closure::bind(static function ($subRequest, $request) { $subRequest->session = $req…
127 $setSession($subRequest, $request);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/
H A DUsernamePasswordFormAuthenticationListenerTest.php36 …$request->setSession($this->getMockBuilder('Symfony\Component\HttpFoundation\Session\SessionInterf…
92 …$request->setSession($this->getMockBuilder('Symfony\Component\HttpFoundation\Session\SessionInterf…
115 …$request->setSession($this->getMockBuilder('Symfony\Component\HttpFoundation\Session\SessionInterf…
138 …$request->setSession($this->getMockBuilder('Symfony\Component\HttpFoundation\Session\SessionInterf…
165 …$request->setSession($this->getMockBuilder('Symfony\Component\HttpFoundation\Session\SessionInterf…
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Security/Http/Tests/Firewall/
H A DUsernamePasswordFormAuthenticationListenerTest.php36 …$request->setSession($this->getMockBuilder('Symfony\Component\HttpFoundation\Session\SessionInterf…
92 …$request->setSession($this->getMockBuilder('Symfony\Component\HttpFoundation\Session\SessionInterf…
115 …$request->setSession($this->getMockBuilder('Symfony\Component\HttpFoundation\Session\SessionInterf…
138 …$request->setSession($this->getMockBuilder('Symfony\Component\HttpFoundation\Session\SessionInterf…
165 …$request->setSession($this->getMockBuilder('Symfony\Component\HttpFoundation\Session\SessionInterf…
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Driver/
H A DMonad.hs57 setSession :: HscEnv -> m ()
71 setSession $! f h
76 m `MC.finally` setSession saved_session
123 setSession s' = Ghc $ \(Session r) -> writeIORef r s' function
173 setSession s' = GhcT $ \(Session r) -> liftIO $ writeIORef r s' function
/dports/www/firefox-esr/firefox-91.8.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DGeckoViewTest.kt36 view.setSession(sessionRule.session) in setup()
47 view.setSession(GeckoSession()) in setSessionOnClosed()
53 view.setSession(GeckoSession()) in setSessionOnOpenThrows()
/dports/mail/thunderbird/thunderbird-91.8.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DGeckoViewTest.kt36 view.setSession(sessionRule.session) in setup()
47 view.setSession(GeckoSession()) in setSessionOnClosed()
53 view.setSession(GeckoSession()) in setSessionOnOpenThrows()
/dports/lang/spidermonkey78/firefox-78.9.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DGeckoViewTest.kt36 view.setSession(sessionRule.session) in setup()
47 view.setSession(GeckoSession()) in setSessionOnClosed()
53 view.setSession(GeckoSession()) in setSessionOnOpenThrows()
/dports/deskutils/egroupware/egroupware/vendor/simplesamlphp/simplesamlphp/lib/SimpleSAML/HTTP/
H A DRouter.php80 $this->setSession(Session::getSessionFromRequest());
132 public function setSession(Session $session) function in SimpleSAML\\HTTP\\Router
135 $this->resolver->setSession($session);
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Driver/
H A DMonad.hs72 setSession :: HscEnv -> m ()
86 setSession $! f h
93 setSession $! h'
98 m `MC.finally` setSession saved_session
187 setSession s' = Ghc $ \(Session r) -> writeIORef r s' function
240 setSession s' = GhcT $ \(Session r) -> liftIO $ writeIORef r s' function
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/main/
H A DGhcMonad.hs55 setSession :: HscEnv -> m ()
69 setSession $! f h
74 m `gfinally` setSession saved_session
129 setSession s' = Ghc $ \(Session r) -> writeIORef r s' function
188 setSession s' = GhcT $ \(Session r) -> liftIO $ writeIORef r s' function
/dports/lang/ghc/ghc-8.10.7/compiler/main/
H A DGhcMonad.hs55 setSession :: HscEnv -> m ()
69 setSession $! f h
74 m `gfinally` setSession saved_session
129 setSession s' = Ghc $ \(Session r) -> writeIORef r s' function
188 setSession s' = GhcT $ \(Session r) -> liftIO $ writeIORef r s' function
/dports/deskutils/egroupware/egroupware/projectmanager/inc/
H A Dclass.projectmanager_export_elements_csv.inc.php75 Api\Cache::setSession('projectmanager', 'project_list', $old_p_query);
99 Api\Cache::setSession('projectmanager', 'projectelements_list', $old_query);
113 Api\Cache::setSession('projectmanager', 'projectelements_list', $_query);
156 Api\Cache::setSession('projectmanager', 'projectelements_list', $_query);
/dports/deskutils/egroupware/egroupware/openid/src/
H A DAuthorize.php81 Api\Cache::setSession('openid', 'url', $this->url=$url);
104 Api\Cache::setSession('openid', 'authRequest', serialize($this->authRequest));
137 Api\Cache::setSession('openid', 'authRequest', serialize($this->authRequest));
197 Api\Cache::setSession('openid', 'authRequest', serialize($this->authRequest));
/dports/www/firefox/firefox-99.0/mobile/android/geckoview/src/androidTest/java/org/mozilla/geckoview/test/
H A DGeckoViewTest.kt34 it.view.setSession(sessionRule.session) in setup()
49 it.view.setSession(GeckoSession()) in setSessionOnClosed()
58 it.view.setSession(newSession) in setSessionOnOpenDoesNotThrow()
/dports/devel/hadoop2/jetty-6.1.14/contrib/terracotta/src/main/java/org/mortbay/terracotta/servlet/
H A DTerracottaSessionHandler.java73 currentRequest.setSession(null); in handle()
100 if (currentSession != null) currentRequest.setSession(currentSession); in handle()
132 currentRequest.setSession(requestSession); in handle()
/dports/devel/hadoop/jetty-6.1.14/contrib/terracotta/src/main/java/org/mortbay/terracotta/servlet/
H A DTerracottaSessionHandler.java73 currentRequest.setSession(null); in handle()
100 if (currentSession != null) currentRequest.setSession(currentSession); in handle()
132 currentRequest.setSession(requestSession); in handle()

12345678910>>...32