Home
last modified time | relevance | path

Searched refs:getSession (Results 201 – 225 of 5249) sorted by relevance

12345678910>>...210

/dports/www/moodle310/moodle/theme/classic/tests/behat/
H A Dbehat_theme_classic_behat_navigation.php85 …new ExpectationException('Top navigation node "' . $nodetext . '" not found', $this->getSession());
146 …$exception = new ElementNotFoundException($this->getSession(), "\"{$element}\" \"{$selectortype}\"…
178 throw new ExpectationException($exception, $this->getSession());
220 … $exception = new ElementNotFoundException($this->getSession(), 'Page administration menu');
223 } else if (!$this->getSession()->getPage()->find('xpath', $menuxpath)) {
/dports/www/moodle311/moodle/theme/classic/tests/behat/
H A Dbehat_theme_classic_behat_navigation.php85 …new ExpectationException('Top navigation node "' . $nodetext . '" not found', $this->getSession());
146 …$exception = new ElementNotFoundException($this->getSession(), "\"{$element}\" \"{$selectortype}\"…
178 throw new ExpectationException($exception, $this->getSession());
220 … $exception = new ElementNotFoundException($this->getSession(), 'Page administration menu');
223 } else if (!$this->getSession()->getPage()->find('xpath', $menuxpath)) {
/dports/www/moodle39/moodle/theme/classic/tests/behat/
H A Dbehat_theme_classic_behat_navigation.php85 …new ExpectationException('Top navigation node "' . $nodetext . '" not found', $this->getSession());
146 …$exception = new ElementNotFoundException($this->getSession(), "\"{$element}\" \"{$selectortype}\"…
178 throw new ExpectationException($exception, $this->getSession());
220 … $exception = new ElementNotFoundException($this->getSession(), 'Page administration menu');
223 } else if (!$this->getSession()->getPage()->find('xpath', $menuxpath)) {
/dports/multimedia/onevpl/oneVPL-2022.0.6/dispatcher/linux/
H A Dmfxloader.cpp135 inline mfxSession getSession() const { in getSession() function in MFX::LoaderCtx
500 return (*proc)(loader->getSession(), surface); in MFXMemory_GetSurfaceForVPP()
515 return (*proc)(loader->getSession(), surface); in MFXMemory_GetSurfaceForVPPOut()
530 return (*proc)(loader->getSession(), surface); in MFXMemory_GetSurfaceForEncode()
545 return (*proc)(loader->getSession(), surface); in MFXMemory_GetSurfaceForDecode()
563 return (*proc)(loader->getSession(), decode_par, vpp_par_array, num_vpp_par); in MFXVideoDECODE_VPP_Init()
617 return (*proc)(loader->getSession(), par, channel_id); in MFXVideoDECODE_VPP_GetChannelParam()
632 return (*proc)(loader->getSession()); in MFXVideoDECODE_VPP_Close()
649 return (*proc)(loader->getSession(), in, out); in MFXVideoVPP_ProcessFrameAsync()
669 return (*proc)(loader->getSession(), child_loader->getSession()); in MFXJoinSession()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/clusterj/clusterj-test/src/main/java/testsuite/clusterj/
H A DProjectionTest.java82 session = sessionFactory.getSession(); in localSetUp()
148 session = sessionFactory.getSession(); in testPersistProjectHope()
162 session = sessionFactory.getSession(); in testPersistHopeful()
281 session = sessionFactory.getSession(); in testFind()
294 session = sessionFactory.getSession(); in testLoad()
310 session = sessionFactory.getSession(); in testUpdate()
328 session = sessionFactory.getSession(); in testSave()
347 session = sessionFactory.getSession(); in testDeleteByClassAndKey()
356 session = sessionFactory.getSession(); in testDeleteByInstance()
366 session = sessionFactory.getSession(); in testScanPartitionKey()
[all …]
/dports/www/drupal8/drupal-8.9.20/core/modules/file/tests/src/Functional/
H A DFilePrivateTest.php91 …$this->getSession()->getPage()->find('css', 'input[name="' . $field_name . '[0][fids]"]')->setValu…
92 $this->getSession()->getPage()->pressButton(t('Save'));
103 …$this->getSession()->getPage()->find('css', 'input[name="title[0][value]"]')->setValue($edit['titl…
104 …$this->getSession()->getPage()->find('css', 'input[name="' . $field_name . '[0][fids]"]')->setValu…
105 $this->getSession()->getPage()->pressButton(t('Save'));
158 $this->getSession()->reset();
188 $this->getSession()->reset();
211 $this->getSession()->reset();
238 $this->getSession()->reset();
/dports/www/drupal9/drupal-9.2.10/core/modules/file/tests/src/Functional/
H A DFilePrivateTest.php92 …$this->getSession()->getPage()->find('css', 'input[name="' . $field_name . '[0][fids]"]')->setValu…
93 $this->getSession()->getPage()->pressButton(t('Save'));
104 …$this->getSession()->getPage()->find('css', 'input[name="title[0][value]"]')->setValue($edit['titl…
105 …$this->getSession()->getPage()->find('css', 'input[name="' . $field_name . '[0][fids]"]')->setValu…
106 $this->getSession()->getPage()->pressButton(t('Save'));
159 $this->getSession()->reset();
189 $this->getSession()->reset();
212 $this->getSession()->reset();
239 $this->getSession()->reset();
/dports/www/drupal8/drupal-8.9.20/core/modules/node/tests/src/Functional/
H A DNodeBlockFunctionalTest.php163 $this->assertSame('HIT', $this->getSession()->getResponseHeader('X-Drupal-Dynamic-Cache'));
170 …$this->assertSame('UNCACHEABLE', $this->getSession()->getResponseHeader('X-Drupal-Dynamic-Cache'));
175 $this->assertSame('MISS', $this->getSession()->getResponseHeader('X-Drupal-Dynamic-Cache'));
177 $this->assertSame('HIT', $this->getSession()->getResponseHeader('X-Drupal-Dynamic-Cache'));
182 $this->assertSame('MISS', $this->getSession()->getResponseHeader('X-Drupal-Dynamic-Cache'));
184 $this->assertSame('HIT', $this->getSession()->getResponseHeader('X-Drupal-Dynamic-Cache'));
/dports/www/drupal9/drupal-9.2.10/core/modules/workspaces/tests/src/Functional/
H A DWorkspaceTest.php74 $page = $this->getSession()->getPage();
98 $page = $this->getSession()->getPage();
107 $page = $this->getSession()->getPage();
180 $page = $this->getSession()->getPage();
211 $page = $this->getSession()->getPage();
220 $page = $this->getSession()->getPage();
/dports/games/scourge/scourge/src/
H A Dscourgeview.cpp87 if ( scourge->getSession()->isShowingChapterIntro() ) { in drawView()
106 if ( scourge->getSession()->getCutscene()->isInMovieMode() ) { in drawView()
107 scourge->getSession()->getCutscene()->updateCameraPosition(); in drawView()
120 if ( scourge->getSession()->getCutscene()->isInMovieMode() ) { in drawView()
229 Texture image = scourge->getSession()->getChapterImageTexture(); in drawChapterIntro()
505 Creature *creature = scourge->getSession()->getCreature( i ); in drawCreatureInfos()
508 scourge->getSession()->isVisible( creature ) ) { in drawCreatureInfos()
526 if ( scourge->getSession()->getCutscene()->isInMovieMode() ) { in drawInfos()
547 if ( scourge->getSession()->getCutscene()->isInMovieMode() ) { in checkForDropTarget()
799 if ( scourge->getSession()->getCutscene()->isInMovieMode() ) { in showCreatureInfo()
[all …]
H A Dscourgehandler.cpp67 if ( scourge->getSession()->getCutscene()->isInMovieMode() ) { in handleEvent()
131 if ( !scourge->getSession()->getCutscene()->isInMovieMode() ) { in handleEvent()
153 scourge->getSession()->getCurrentMission() && in handleEvent()
299 scourge->getSession()->getSound()->stopMusic(); in handleEvent()
320 if ( !scourge->getSession()->isMultiPlayerGame() && in handleEvent()
321 !scourge->getSession()->getSavegameName().length() ) { in handleEvent()
357 scourge->getSession()->getParty()-> in handleEvent()
368 …b = scourge->getSaveDialog()->quickSave( scourge->getSession()->getSavegameName(), scourge->getSes… in handleEvent()
381 scourge->getSession()->setLoadgameName( scourge->getSession()->getSavegameName() ); in handleEvent()
382 scourge->getSession()->setLoadgameTitle( scourge->getSession()->getSavegameTitle() ); in handleEvent()
[all …]
/dports/devel/pear-Horde_Core/Horde_Core-2.31.14/test/Horde/Core/Factory/
H A DKolabSessionTest.php86 $this->assertSame($session, $factory->getSession());
102 $this->assertTrue($session !== $factory->getSession());
111 $this->assertInstanceOf('Horde_Kolab_Session', $factory->getSession());
121 $this->_getFactory()->getSession()
130 $this->_getFactory()->getSession()
/dports/www/moodle310/moodle/repository/upload/tests/behat/
H A Dbehat_repository_upload.php126 …formexception = new ExpectationException('The upload file form is not ready', $this->getSession());
152 … throw new ExpectationException('The file to be uploaded does not exist.', $this->getSession());
174 $this->getSession()->wait(self::get_timeout(), self::PAGE_READY_JS);
182 $this->getSession()->wait(self::get_timeout(), self::PAGE_READY_JS);
197 …ectationException('"' . $filepickerelement . '" filepicker can not be found', $this->getSession());
/dports/www/moodle311/moodle/repository/upload/tests/behat/
H A Dbehat_repository_upload.php126 …formexception = new ExpectationException('The upload file form is not ready', $this->getSession());
152 … throw new ExpectationException('The file to be uploaded does not exist.', $this->getSession());
174 $this->getSession()->wait(self::get_timeout(), self::PAGE_READY_JS);
182 $this->getSession()->wait(self::get_timeout(), self::PAGE_READY_JS);
197 …ectationException('"' . $filepickerelement . '" filepicker can not be found', $this->getSession());
/dports/www/moodle39/moodle/repository/upload/tests/behat/
H A Dbehat_repository_upload.php126 …formexception = new ExpectationException('The upload file form is not ready', $this->getSession());
152 … throw new ExpectationException('The file to be uploaded does not exist.', $this->getSession());
174 $this->getSession()->wait(self::get_timeout(), self::PAGE_READY_JS);
182 $this->getSession()->wait(self::get_timeout(), self::PAGE_READY_JS);
197 …ectationException('"' . $filepickerelement . '" filepicker can not be found', $this->getSession());
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Authenticator/
H A DAbstractFormLoginAuthenticator.php46 if ($request->getSession() instanceof SessionInterface) {
47 $request->getSession()->set(Security::AUTHENTICATION_ERROR, $exception);
74 if ($request->getSession() instanceof SessionInterface) {
75 $targetPath = $this->getTargetPath($request->getSession(), $providerKey);
/dports/sysutils/loganalyzer/loganalyzer-4.1.12/src/classes/phpClickHouse/tests/
H A DSessionsTest.php44 $this->assertFalse($this->client->getSession());
46 $this->assertStringMatchesFormat('%s',$this->client->getSession());
57 $A_Session_ID = $this->client->useSession()->getSession();
70 $B_Session_ID = $this->client->useSession()->getSession();
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Security/Guard/Authenticator/
H A DAbstractFormLoginAuthenticator.php46 if ($request->getSession() instanceof SessionInterface) {
47 $request->getSession()->set(Security::AUTHENTICATION_ERROR, $exception);
74 if ($request->getSession() instanceof SessionInterface) {
75 $targetPath = $this->getTargetPath($request->getSession(), $providerKey);
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/gnu/javax/net/ssl/provider/
H A DSSLSocketImpl.java79 buffer = ByteBuffer.wrap(new byte[getSession().getPacketBufferSize()]); in SocketOutputStream()
101 int l = Math.min(len-k, getSession().getApplicationBufferSize()); in write()
135 inBuffer = ByteBuffer.wrap(new byte[getSession().getPacketBufferSize()]); in SocketInputStream()
137 appBuffer = ByteBuffer.allocate(getSession().getApplicationBufferSize()); in SocketInputStream()
260 @Override public SSLSession getSession() in getSession() method in SSLSocketImpl
262 return engine.getSession(); in getSession()
426 if (inBuffer.capacity() != getSession().getPacketBufferSize()) in doHandshake()
429 = ByteBuffer.wrap(new byte[getSession().getPacketBufferSize()]); in doHandshake()
434 if (outBuffer.capacity() != getSession().getPacketBufferSize()) in doHandshake()
436 = ByteBuffer.wrap(new byte[getSession().getPacketBufferSize()]); in doHandshake()
[all …]
/dports/devel/spark/spark-2.1.1/sql/hive-thriftserver/src/main/java/org/apache/hive/service/cli/
H A DCLIService.java247 GetInfoValue infoValue = sessionManager.getSession(sessionHandle) in getInfo()
261 OperationHandle opHandle = sessionManager.getSession(sessionHandle) in executeStatement()
274 OperationHandle opHandle = sessionManager.getSession(sessionHandle) in executeStatementAsync()
287 OperationHandle opHandle = sessionManager.getSession(sessionHandle) in getTypeInfo()
299 OperationHandle opHandle = sessionManager.getSession(sessionHandle) in getCatalogs()
312 OperationHandle opHandle = sessionManager.getSession(sessionHandle) in getSchemas()
325 OperationHandle opHandle = sessionManager.getSession(sessionHandle) in getTables()
337 OperationHandle opHandle = sessionManager.getSession(sessionHandle) in getTableTypes()
350 OperationHandle opHandle = sessionManager.getSession(sessionHandle) in getColumns()
363 OperationHandle opHandle = sessionManager.getSession(sessionHandle) in getFunctions()
[all …]
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/gnu/javax/net/ssl/provider/
H A DSSLSocketImpl.java79 buffer = ByteBuffer.wrap(new byte[getSession().getPacketBufferSize()]); in SocketOutputStream()
101 int l = Math.min(len-k, getSession().getApplicationBufferSize()); in write()
135 inBuffer = ByteBuffer.wrap(new byte[getSession().getPacketBufferSize()]); in SocketInputStream()
137 appBuffer = ByteBuffer.allocate(getSession().getApplicationBufferSize()); in SocketInputStream()
260 @Override public SSLSession getSession() in getSession() method in SSLSocketImpl
262 return engine.getSession(); in getSession()
426 if (inBuffer.capacity() != getSession().getPacketBufferSize()) in doHandshake()
429 = ByteBuffer.wrap(new byte[getSession().getPacketBufferSize()]); in doHandshake()
434 if (outBuffer.capacity() != getSession().getPacketBufferSize()) in doHandshake()
436 = ByteBuffer.wrap(new byte[getSession().getPacketBufferSize()]); in doHandshake()
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/gnu/javax/net/ssl/provider/
H A DSSLSocketImpl.java79 buffer = ByteBuffer.wrap(new byte[getSession().getPacketBufferSize()]); in SocketOutputStream()
101 int l = Math.min(len-k, getSession().getApplicationBufferSize()); in write()
135 inBuffer = ByteBuffer.wrap(new byte[getSession().getPacketBufferSize()]); in SocketInputStream()
137 appBuffer = ByteBuffer.allocate(getSession().getApplicationBufferSize()); in SocketInputStream()
260 @Override public SSLSession getSession() in getSession() method in SSLSocketImpl
262 return engine.getSession(); in getSession()
426 if (inBuffer.capacity() != getSession().getPacketBufferSize()) in doHandshake()
429 = ByteBuffer.wrap(new byte[getSession().getPacketBufferSize()]); in doHandshake()
434 if (outBuffer.capacity() != getSession().getPacketBufferSize()) in doHandshake()
436 = ByteBuffer.wrap(new byte[getSession().getPacketBufferSize()]); in doHandshake()
[all …]
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/gnu/javax/net/ssl/provider/
H A DSSLSocketImpl.java79 buffer = ByteBuffer.wrap(new byte[getSession().getPacketBufferSize()]); in SocketOutputStream()
101 int l = Math.min(len-k, getSession().getApplicationBufferSize()); in write()
135 inBuffer = ByteBuffer.wrap(new byte[getSession().getPacketBufferSize()]); in SocketInputStream()
137 appBuffer = ByteBuffer.allocate(getSession().getApplicationBufferSize()); in SocketInputStream()
260 @Override public SSLSession getSession() in getSession() method in SSLSocketImpl
262 return engine.getSession(); in getSession()
426 if (inBuffer.capacity() != getSession().getPacketBufferSize()) in doHandshake()
429 = ByteBuffer.wrap(new byte[getSession().getPacketBufferSize()]); in doHandshake()
434 if (outBuffer.capacity() != getSession().getPacketBufferSize()) in doHandshake()
436 = ByteBuffer.wrap(new byte[getSession().getPacketBufferSize()]); in doHandshake()
[all …]
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/gnu/javax/net/ssl/provider/
H A DSSLSocketImpl.java79 buffer = ByteBuffer.wrap(new byte[getSession().getPacketBufferSize()]); in SocketOutputStream()
101 int l = Math.min(len-k, getSession().getApplicationBufferSize()); in write()
135 inBuffer = ByteBuffer.wrap(new byte[getSession().getPacketBufferSize()]); in SocketInputStream()
137 appBuffer = ByteBuffer.allocate(getSession().getApplicationBufferSize()); in SocketInputStream()
260 @Override public SSLSession getSession() in getSession() method in SSLSocketImpl
262 return engine.getSession(); in getSession()
426 if (inBuffer.capacity() != getSession().getPacketBufferSize()) in doHandshake()
429 = ByteBuffer.wrap(new byte[getSession().getPacketBufferSize()]); in doHandshake()
434 if (outBuffer.capacity() != getSession().getPacketBufferSize()) in doHandshake()
436 = ByteBuffer.wrap(new byte[getSession().getPacketBufferSize()]); in doHandshake()
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/layout_builder/tests/src/Functional/
H A DLayoutBuilderTest.php76 $page = $this->getSession()->getPage();
109 $page = $this->getSession()->getPage();
129 $page = $this->getSession()->getPage();
177 $page = $this->getSession()->getPage();
211 $page = $this->getSession()->getPage();
258 $page = $this->getSession()->getPage();
511 $page = $this->getSession()->getPage();
570 $page = $this->getSession()->getPage();
648 $page = $this->getSession()->getPage();
681 $page = $this->getSession()->getPage();
[all …]

12345678910>>...210