Home
last modified time | relevance | path

Searched refs:startSession (Results 1 – 8 of 8) sorted by relevance

/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DSession.php17 protected $startSession; variable in OAuth\\Common\\Storage\\Session
30 * @param bool $startSession Whether or not to start the session upon construction.
35 $startSession = true, argument
39 if ($startSession && !isset($_SESSION)) {
43 $this->startSession = $startSession;
184 if ($this->startSession) {
H A DSymfonySession.php18 * @param bool $startSession
24 $startSession = true, argument
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DSession.php17 protected $startSession; variable in OAuth\\Common\\Storage\\Session
30 * @param bool $startSession Whether or not to start the session upon construction.
35 $startSession = true, argument
39 if ($startSession && !$this->sessionHasStarted()) {
43 $this->startSession = $startSession;
184 if ($this->startSession) {
H A DSymfonySession.php18 * @param bool $startSession
24 $startSession = true, argument
/plugin/bibtex/OSBib/create/
H A DINIT.php56 function startSession() function in INIT
H A Dindex.php41 $init->startSession();
/plugin/combo/vendor/php-webdriver/webdriver/lib/Chrome/
H A DChromeDriver.php74 public function startSession(DesiredCapabilities $desired_capabilities) function in Facebook\\WebDriver\\Chrome\\ChromeDriver
/plugin/combo/vendor/php-webdriver/webdriver/
H A DCHANGELOG.md41 - Deprecate `ChromeDriver::startSession`. However, the method was supposed to be used only internally.