| /plugin/facebookalbum/ |
| D | facebook.php | 147 protected $session; variable in Facebook 313 * @param Array $session the session 317 public function setSession($session=null, $write_cookie=true) { argument 318 $session = $this->validateSessionObject($session); 320 $this->session = $session; 322 $this->setCookieFromSession($session); 335 $session = null; 342 $session = $this->createSessionFromSignedRequest($signedRequest); 346 if (!$session && isset($_REQUEST['session'])) { 347 $session = json_decode( [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/Resource/ |
| D | ProjectsInstancesDatabasesSessions.php | 73 * @param string $session Required. The session in which the transaction runs. 78 public function beginTransaction($session, BeginTransactionRequest $postBody, $optParams = []) argument 80 $params = ['session' => $session, 'postBody' => $postBody]; 97 * @param string $session Required. The session in which the transaction to be 103 public function commit($session, CommitRequest $postBody, $optParams = []) argument 105 $params = ['session' => $session, 'postBody' => $postBody]; 160 * @param string $session Required. The session in which the DML statements 166 public function executeBatchDml($session, ExecuteBatchDmlRequest $postBody, $optParams = []) argument 168 $params = ['session' => $session, 'postBody' => $postBody]; 182 * @param string $session Required. The session in which the SQL query should be [all …]
|
| /plugin/evesso/phpoauthlib/src/OAuth/Common/Storage/ |
| D | SymfonySession.php | 12 private $session; variable in OAuth\\Common\\Storage\\SymfonySession 17 * @param SessionInterface $session 23 SessionInterface $session, argument 28 $this->session = $session; 40 $tokens = $this->session->get($this->sessionVariableName); 55 $tokens = $this->session->get($this->sessionVariableName); 64 $this->session->set($this->sessionVariableName, $tokens); 76 $tokens = $this->session->get($this->sessionVariableName); 89 $tokens = $this->session->get($this->sessionVariableName); 95 $this->session->set($this->sessionVariableName, $tokens); [all …]
|
| /plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Storage/ |
| H A D | SymfonySession.php | 12 private $session; variable in OAuth\\Common\\Storage\\SymfonySession 17 * @param SessionInterface $session 23 SessionInterface $session, argument 28 $this->session = $session; 40 $tokens = $this->session->get($this->sessionVariableName); 55 $tokens = $this->session->get($this->sessionVariableName); 64 $this->session->set($this->sessionVariableName, $tokens); 76 $tokens = $this->session->get($this->sessionVariableName); 89 $tokens = $this->session->get($this->sessionVariableName); 95 $this->session->set($this->sessionVariableName, $tokens); [all …]
|
| /plugin/batchedit/ |
| D | admin.php | 21 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->getEditCount()); 69 $interface->printMatches($this->session->getPages()); [all …]
|
| D | engine.php | 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->addWarning('war_timeout'); 1043 $this->session->addWarning('war_cancelled'); 1048 if ($this->session->getMatchCount() == 0) { [all …]
|
| /plugin/oauth/ |
| H A D | OAuthManager.php | 23 $session = Session::getInstance(); 24 $session->setLoginData($servicename, $ID); 57 $session = Session::getInstance(); 60 $logindata = $session->getLoginData(); 65 $session->clearLoginData(); 80 $session->setUser($userdata); // log in 81 $session->setCookie($logindata['servicename'], $storageId); // set cookie 100 $session = Session::getInstance(); 101 if (!$session->isValid()) { 102 $session->clear(); [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/Resource/ |
| D | ProjectsLocationsAgentsEnvironmentsSessions.php | 45 * @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];
|
| D | ProjectsLocationsAgentsSessions.php | 45 * @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/ |
| D | ADMINSTYLE.php | 36 $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"); 132 $this->session->setVar('editStyleFile', $this->vars['editStyleFile']); 140 $this->session->setVar("style_shortName", $this->vars['editStyleFile']); 141 $this->session->setVar("style_longName", base64_encode($info['description'])); 146 $this->session->setVar("cite_" . $array['_NAME'], 152 $this->session->setVar("style_" . $array['_NAME'], [all …]
|
| /plugin/statistics/ |
| D | action.php | 49 $session = $_SESSION[DOKU_COOKIE]['statistics'] ?? []; 52 if (time() - ($session['time'] ?? 0) > 60 * 15) { 53 $session = []; 56 if ($INPUT->server->str('HTTP_USER_AGENT') != ($session['user_agent'] ?? '')) { 57 $session = []; 61 $session['time'] = time(); 62 $session['user_agent'] = $INPUT->server->str('HTTP_USER_AGENT'); 63 $session['uid'] = get_doku_pref('plgstats', bin2hex(random_bytes(16))); 64 if (!isset($session['id'])) { 66 $session['id'] = bin2hex(random_bytes(16)); [all …]
|
| /plugin/statistics/db/ |
| D | update0001.sql | 21 `session` TEXT PRIMARY KEY, 56 …`session` TEXT NOT NULL REFERENCES `sessions` (`session`) ON DELETE CASCADE ON UPDATE CASCADE, 82 … `session` TEXT NOT NULL REFERENCES `sessions` (`session`) ON DELETE CASCADE ON UPDATE CASCADE, 96 … `session` TEXT NOT NULL REFERENCES `sessions` (`session`) ON DELETE CASCADE ON UPDATE CASCADE, 115 … `session` TEXT NOT NULL REFERENCES `sessions` (`session`) ON DELETE CASCADE ON UPDATE CASCADE, 141 … `session` TEXT NOT NULL REFERENCES `sessions` (`session`) ON DELETE CASCADE ON UPDATE CASCADE,
|
| D | update0004.sql | 4 session TEXT PRIMARY KEY REFERENCES sessions (session) ON DELETE CASCADE ON UPDATE CASCADE, field 11 INSERT INTO campaigns_new (session, campaign, source, medium) 12 SELECT session, campaign, source, medium FROM campaigns;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/ |
| D | GoogleCloudDialogflowCxV3SessionInfo.php | 29 public $session; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3SessionInfo 48 public function setSession($session) argument 50 $this->session = $session; 57 return $this->session;
|
| D | GoogleCloudDialogflowCxV3beta1SessionInfo.php | 29 public $session; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3beta1SessionInfo 48 public function setSession($session) argument 50 $this->session = $session; 57 return $this->session;
|
| D | GoogleCloudDialogflowV2WebhookRequest.php | 33 public $session; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2WebhookRequest 80 public function setSession($session) argument 82 $this->session = $session; 89 return $this->session;
|
| D | GoogleCloudDialogflowV2beta1WebhookRequest.php | 36 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/ |
| D | BatchCreateSessionsResponse.php | 29 public function setSession($session) argument 31 $this->session = $session; 38 return $this->session;
|
| D | CreateSessionRequest.php | 28 public function setSession(Session $session) argument 30 $this->session = $session; 37 return $this->session;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataproc/ |
| D | SessionOperationMetadata.php | 46 public $session; variable in Google\\Service\\Dataproc\\SessionOperationMetadata 129 public function setSession($session) argument 131 $this->session = $session; 138 return $this->session;
|
| /plugin/evesso/ |
| D | helper.php | 180 * @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/fedauth/ |
| D | action.php | 118 $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/ |
| D | BIBSTYLE.php | 34 $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/statistics/_test/ |
| D | LoggerTest.php | 257 $session = $this->helper->getDB()->queryRecord('SELECT * FROM sessions LIMIT 1'); 258 $this->assertIsArray($session); 259 $this->assertEquals('testuser', $session['user']); 260 $this->assertEquals(self::SESSION_ID, $session['session']); 261 $this->assertEquals(self::USER_ID, $session['uid']); 262 $this->assertEquals(self::USER_AGENT, $session['ua']); 263 $this->assertEquals('Chrome', $session['ua_info']); 264 $this->assertEquals('browser', $session['ua_type']); 265 $this->assertEquals('91', $session['ua_ver']); 266 $this->assertEquals('Windows', $session['os']); [all …]
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Fitness/ |
| D | ListSessionsResponse.php | 81 public function setSession($session) argument 83 $this->session = $session; 90 return $this->session;
|