Home
last modified time | relevance | path

Searched refs:session (Results 1 – 25 of 138) sorted by relevance

123456

/plugin/facebookalbum/
H A Dfacebook.php147 protected $session; variable in Facebook
318 $session = $this->validateSessionObject($session);
320 $this->session = $session;
353 $session = $this->validateSessionObject($session);
367 $session = $this->validateSessionObject($session);
386 return $session ? $session['uid'] : null;
397 if ($session) {
660 if ($session) {
717 return $session;
742 $session,
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/Resource/
H A DProjectsInstancesDatabasesSessions.php80 $params = ['session' => $session, 'postBody' => $postBody];
105 $params = ['session' => $session, 'postBody' => $postBody];
168 $params = ['session' => $session, 'postBody' => $postBody];
190 $params = ['session' => $session, 'postBody' => $postBody];
208 $params = ['session' => $session, 'postBody' => $postBody];
271 $params = ['session' => $session, 'postBody' => $postBody];
296 $params = ['session' => $session, 'postBody' => $postBody];
316 public function read($session, ReadRequest $postBody, $optParams = []) argument
318 $params = ['session' => $session, 'postBody' => $postBody];
338 $params = ['session' => $session, 'postBody' => $postBody];
[all …]
/plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/
H A DSymfonySession.php12 private $session; variable in OAuth\\Common\\Storage\\SymfonySession
17 * @param SessionInterface $session
23 SessionInterface $session, argument
28 $this->session = $session;
55 $tokens = $this->session->get($this->sessionVariableName);
64 $this->session->set($this->sessionVariableName, $tokens);
107 $this->session->remove($this->sessionVariableName);
135 $states = $this->session->get($this->stateVariableName);
144 $this->session->set($this->stateVariableName, $states);
187 $this->session->remove($this->stateVariableName);
[all …]
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/
H A DSymfonySession.php12 private $session; variable in OAuth\\Common\\Storage\\SymfonySession
17 * @param SessionInterface $session
23 SessionInterface $session, argument
28 $this->session = $session;
39 // get from session
40 $tokens = $this->session->get($this->sessionVariableName);
46 throw new TokenNotFoundException('Token not found in session, are you sure you stored it?');
55 $tokens = $this->session->get($this->sessionVariableName);
64 $this->session
[all...]
/plugin/batchedit/
H A Dadmin.php21 private $session; variable in admin_plugin_batchedit
30 $this->session = new BatcheditSession($this->getConf('sessionexp'));
50 $this->session->setError($error);
51 $this->session->expire();
63 $interface->printBeginning($this->session->getId());
64 $interface->printMessages($this->session->getMessages());
66 if ($this->session->getMatchCount() > 0) {
67 $interface->printTotalStats($this->command, $this->session->getMatchCount(),
68 $this->session->getPageCount(), $this->session
[all...]
H A Dengine.php990 // request parsing, session loading and saving, etc.
994 private $session; variable in BatcheditEngine
1008 public function __construct($session) { argument
1009 $this->session = $session;
1019 $progress = new BatcheditProgress($this->session->getId(), BatcheditProgress::SEARCH, count($index));
1023 $interrupted = $page->findMatches($regexp, $replacement, $limit - $this->session->getMatchCount(),
1027 $this->session->addPage($page);
1033 $this->session->addWarning('war_searchlimit');
1038 $this->session
[all...]
/plugin/oauth/
H A DOAuthManager.php23 $session = Session::getInstance();
24 $session->setLoginData($servicename, $ID);
57 $session = Session::getInstance();
59 // init service from session
60 $logindata = $session->getLoginData();
65 $session->clearLoginData();
80 $session->setUser($userdata); // log in
81 $session->setCookie($logindata['servicename'], $storageId); // set cookie
91 * Login based on user's current session data
100 $session
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/Resource/
H A DProjectsLocationsAgentsSessions.php45 * @param string $session Required. The name of the session this query is sent
60 …public function detectIntent($session, GoogleCloudDialogflowCxV3DetectIntentRequest $postBody, $op… argument
62 $params = ['session' => $session, 'postBody' => $postBody];
71 * @param string $session Required. The name of the session this query is sent
84 …public function fulfillIntent($session, GoogleCloudDialogflowCxV3FulfillIntentRequest $postBody, $… argument
86 $params = ['session' => $session, 'postBody' => $postBody];
94 * @param string $session Required. The name of the session this query is sent
107 …public function matchIntent($session, GoogleCloudDialogflowCxV3MatchIntentRequest $postBody, $optP… argument
109 $params = ['session' => $session, 'postBody' => $postBody];
H A DProjectsLocationsAgentsEnvironmentsSessions.php45 * @param string $session Required. The name of the session this query is sent
60 …public function detectIntent($session, GoogleCloudDialogflowCxV3DetectIntentRequest $postBody, $op… argument
62 $params = ['session' => $session, 'postBody' => $postBody];
71 * @param string $session Required. The name of the session this query is sent
84 …public function fulfillIntent($session, GoogleCloudDialogflowCxV3FulfillIntentRequest $postBody, $… argument
86 $params = ['session' => $session, 'postBody' => $postBody];
94 * @param string $session Required. The name of the session this query is sent
107 …public function matchIntent($session, GoogleCloudDialogflowCxV3MatchIntentRequest $postBody, $optP… argument
109 $params = ['session' => $session, 'postBody' => $postBody];
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php36 $this->session = new SESSION();
59 $this->session->clearArray("cite");
60 $this->session->clearArray("style");
101 $styleFile = $this->session->getVar('editStyleFile');
126 $this->session->clearArray("style");
146 $this->session->setVar("cite_" . $array['_NAME'],
152 $this->session->setVar("style_" . $array['_NAME'],
520 $ibid = base64_decode($this->session->getVar("cite_ibid"));
575 $input = $this->session->getVar("style_shortName");
867 $input = $this->session->issetVar($formElementName) ?
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3beta1SessionInfo.php29 public $session; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1SessionInfo
48 public function setSession($session) argument
50 $this->session = $session;
57 return $this->session;
H A DGoogleCloudDialogflowCxV3SessionInfo.php29 public $session; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3SessionInfo
48 public function setSession($session) argument
50 $this->session = $session;
57 return $this->session;
H A DGoogleCloudDialogflowV2WebhookRequest.php33 public $session; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2WebhookRequest
80 public function setSession($session) argument
82 $this->session = $session;
89 return $this->session;
H A DGoogleCloudDialogflowV2beta1WebhookRequest.php36 public $session; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1WebhookRequest
97 public function setSession($session) argument
99 $this->session = $session;
106 return $this->session;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DBatchCreateSessionsResponse.php29 public function setSession($session) argument
31 $this->session = $session;
38 return $this->session;
H A DCreateSessionRequest.php28 public function setSession(Session $session) argument
30 $this->session = $session;
37 return $this->session;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/
H A DSessionOperationMetadata.php46 public $session; variable in Google\\Service\\Dataproc\\SessionOperationMetadata
129 public function setSession($session) argument
131 $this->session = $session;
138 return $this->session;
/plugin/evesso/
H A Dhelper.php180 * @param array $session cookie auth session
184 public function validBrowserID ($session) { argument
185 return $session['buid'] == auth_browseruid();
189 * @param array $session cookie auth session
193 public function isSessionTimedOut ($session) { argument
195 return $session['time'] < time() - $conf['auth_security_timeout'];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Fitness/
H A DListSessionsResponse.php81 public function setSession($session) argument
83 $this->session = $session;
90 return $this->session;
H A DAggregateBucket.php89 public function setSession(Session $session) argument
91 $this->session = $session;
98 return $this->session;
/plugin/fedauth/
H A Daction.php118 $session = $_SESSION[DOKU_COOKIE]['fedauth'];
126 if (isset($session) &&
127 ($session['time'] >= @filemtime($conf['cachedir'] . '/sessionpurge')) &&
128 …(($session['time'] >= time() - $conf['auth_security_timeout']) || $this->isLibExe() || $this->isAj…
129 ($session['user'] == $user) &&
130 ($session['prid'] == $cdata['prid']) &&
131 ($session['stok'] == $cdata['stok']) &&
132 ($session['buid'] == auth_browseruid())
137 $USERINFO = $session['info'];
139 if (isset($session['sgin'])) {
[all …]
/plugin/bibtex/OSBib/format/
H A DBIBSTYLE.php34 $this->session = new SESSION();
44 $this->setupStyle = $this->session->getVar("exportRtf_style");
46 $this->setupStyle = $this->session->getVar("setup_style");
54 $styleInfo = $this->session->getVar("style_name");
55 $styleCommon = unserialize(base64_decode($this->session->getVar("style_common")));
56 $styleTypes = unserialize(base64_decode($this->session->getVar("style_types")));
64 $this->session->setVar("style_name", $info['name']);
65 $this->session->setVar("cite_citation", base64_encode(serialize($citation)));
66 $this->session->setVar("style_common", base64_encode(serialize($styleCommon)));
67 $this->session->setVar("style_types", base64_encode(serialize($styleTypes)));
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DSpanner.php763 'session' => [
773 'session' => [
803 'session' => [
813 'session' => [
823 'session' => [
865 'session' => [
875 'session' => [
882 'path' => 'v1/{+session}:read',
885 'session' => [
895 'session' => [
[all …]
/plugin/fedauth/Auth/Yadis/
H A DManager.php384 * @param Auth_Yadis_PHPSession $session An object which
390 function Auth_Yadis_Discovery($session, $url, argument
394 $this->session = $session;
424 $this->session->set($this->session_key,
474 $manager_str = $this->session->get($this->getSessionKey());
501 $this->session->set($this->session_key,
517 $this->session->del($key);
/plugin/authloginapi/
H A Dauth.php39 $session = $_SESSION[DOKU_COOKIE]['auth'];
40 if (isset($session['info'])) {
41 $_SERVER['REMOTE_USER'] = $session['user'];
42 $USERINFO = $session['info'];

123456