/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/ |
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/ |
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/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/authgooglesheets/vendor/google/apiclient-services/src/Fitness/ |
D | ListSessionsResponse.php | 81 public function setSession($session) argument 83 $this->session = $session; 90 return $this->session;
|
D | AggregateBucket.php | 89 public function setSession(Session $session) argument 91 $this->session = $session; 98 return $this->session;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
D | Spanner.php | 760 'path' => 'v1/{+session}:beginTransaction', 763 'session' => [ 770 'path' => 'v1/{+session}:commit', 773 'session' => [ 800 'path' => 'v1/{+session}:executeBatchDml', 803 'session' => [ 810 'path' => 'v1/{+session}:executeSql', 813 'session' => [ 820 'path' => 'v1/{+session}:executeStreamingSql', 823 'session' => [ [all …]
|
/plugin/fedauth/Auth/Yadis/ |
D | Manager.php | 384 * @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/ |
D | auth.php | 39 $session = $_SESSION[DOKU_COOKIE]['auth']; 40 if (isset($session['info'])) { 41 $_SERVER['REMOTE_USER'] = $session['user']; 42 $USERINFO = $session['info'];
|