Home
last modified time | relevance | path

Searched refs:createSession (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
H A DQueryRequest.php28 public $createSession; variable in Google\\Service\\Bigquery\\QueryRequest
103 public function setCreateSession($createSession) argument
105 $this->createSession = $createSession;
112 return $this->createSession;
H A DJobConfigurationQuery.php38 public $createSession; variable in Google\\Service\\Bigquery\\JobConfigurationQuery
159 public function setCreateSession($createSession) argument
161 $this->createSession = $createSession;
168 return $this->createSession;
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Dexamples.php179 $sessionID = $instance->createSession($groupID, $authorID, $validUntil);
H A Detherpad-lite-client.php161 public function createSession($groupID, $authorID, $validUntil){ function in EtherpadLiteClient
/plugin/etherpadlite/action/
H A Detherpadlite.php359 …$cookies = $this->ep_instance->createSession($this->groupid, $authorid, time() + 7 * 24 * 60 * 60);