Home
last modified time | relevance | path

Searched refs:session (Results 26 – 50 of 138) sorted by relevance

123456

/plugin/openid/Auth/Yadis/
H A DManager.php421 * @param Auth_Yadis_PHPSession $session An object which
427 function __construct($session, $url, argument
431 $this->session = $session;
467 $this->session->set($this->session_key,
519 $manager_str = $this->session->get($this->getSessionKey());
551 $this->session->set($this->session_key,
568 $this->session->del($key);
/plugin/statistics/inc/
H A DStatisticsLogger.class.php48 * Return the user's session ID
50 * This is usually our own managed session, not a PHP session (only in fallback)
208 * Log that the session was seen
211 * during their session
222 $session = addslashes($this->getSession());
224 $sql = "INSERT DELAYED INTO " . $this->hlp->prefix . "session
225 SET session = '$session',
280 $session
[all...]
/plugin/statistics/
H A Ddb.sql30 `session` VARCHAR(255)
74 `session` VARCHAR(255)
157 `session` VARCHAR(255) NOT NULL,
171 `session` VARCHAR(255) NOT NULL PRIMARY KEY,
186 `session` VARCHAR(255) NOT NULL,
225 `session` VARCHAR(255) NOT NULL,
/plugin/evesso/
H A Dauth.php41 $session = $_SESSION[DOKU_COOKIE]['auth'];
42 $servicename = $session['oauth'];
44 if ($this->isSessionValid($session)) {
45 $_SERVER['REMOTE_USER'] = $session['user'];
46 $USERINFO = $session['info'];
115 * @param array $session cookie auth session
119 protected function isSessionValid ($session) { argument
122 if ($hlp->validBrowserID($session)) {
123 if (!$hlp->isSessionTimedOut($session)) {
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Ddense-block-markers2.md3 'session' => [
11 'session' => [
/plugin/database2/
H A Ddatabase2.php358 $session =& $this->getSession();
361 $session['editors'] = array();
363 return $session['editors'];
547 $session =& self::getSession();
857 $session =& $this->getSession();
860 $session['rowACLs'] = array();
892 return $session['rowACLs'][$rowid] ? $session['rowACLs'][$rowid] : null;
900 $session =& $this->getSession();
903 unset( $session['rowACLs'] );
2833 $session['search'] = array();
[all …]
H A Dmedia.php87 $session = $_SESSION['database2'][$pageID]['tables'][$ioIndex]['editors'][$column]; variable
88 if ( !is_array( $session ) )
91 $data = $session['file'];
92 $mime = $session['mime'];
93 $name = $session['name'];
/plugin/authjoomla/
H A Dauth.php50 $session = $_COOKIE[$this->getConf('cookiename')];
52 $result = $this->_query($sql, ['session' => $session]);
/plugin/batchedit/
H A Dserver.js3 var session = null;
7 session = jQuery('input[name=session]').val();
16 data.append('session', jQuery('input[name=session]').val());
/plugin/openid/Auth/OpenID/
H A DConsumer.php221 public $session; variable in Auth_OpenID_Consumer
263 if ($session === null) {
264 $session = new Auth_Yadis_PHPSession();
267 $this->session = $session;
282 * @param Auth_Yadis_PHPSession $session
318 $disco = $this->getDiscoveryObject($this->session,
334 $disco->session->set($disco->session_key,
346 $disco->session->set($disco->session_key,
378 $this->session->set($this->_token_key,
426 $endpoint_data = $this->session->get($this->_token_key);
[all …]
H A DServer.php651 public $session; variable in Auth_OpenID_AssociateRequest
667 * @param Auth_OpenID_PlainTextServerSession $session
670 function __construct($session, $assoc_type) argument
672 $this->session = $session;
712 $session = call_user_func([$session_class, 'fromMessage'],
714 if (is_a($session, 'Auth_OpenID_ServerError')) {
715 return $session;
721 if (!in_array($assoc_type, $session->allowed_assoc_types)) {
749 $this->session->answer($assoc->secret));
751 if (! ($this->session->session_type == 'no-encryption'
[all …]
H A DAssociation.php473 list($assoc, $session) = $pair;
475 if ($session != 'no-encryption') {
/plugin/fedauth/Auth/OpenID/
H A DConsumer.php261 function Auth_OpenID_Consumer($store, $session = null, argument
264 if ($session === null) {
265 $session = new Auth_Yadis_PHPSession();
268 $this->session = $session;
284 function getDiscoveryObject($session, $openid_url, argument
287 return new Auth_Yadis_Discovery($session, $openid_url,
317 $disco = $this->getDiscoveryObject($this->session,
333 $disco->session->set($disco->session_key,
345 $disco->session->set($disco->session_key,
377 $this->session->set($this->_token_key,
[all …]
H A DServer.php593 function Auth_OpenID_AssociateRequest($session, $assoc_type) argument
595 $this->session = $session;
631 $session = call_user_func(array($session_class, 'fromMessage'),
633 if (is_a($session, 'Auth_OpenID_ServerError')) {
634 return $session;
640 if (!in_array($assoc_type, $session->allowed_assoc_types)) {
646 $obj = new Auth_OpenID_AssociateRequest($session, $assoc_type);
662 $this->session->answer($assoc->secret));
664 if (! ($this->session->session_type == 'no-encryption'
668 $this->session->session_type);
[all …]
H A DAssociation.php457 list($assoc, $session) = $pair;
459 if ($session != 'no-encryption') {
/plugin/strreplace/
H A DREADME6 during the same search and replace session. To start a new session, set the 'do_replace' option to…
/plugin/aceeditor/
H A Dbuild.js1session.markUndoGroup(),t.selection.clearSelection()),t.session.markUndoGroup()},H=function(){if(!…
/plugin/authucenter/
H A Dauth.php116 $session = $_SESSION[DOKU_COOKIE]['auth'];
117 … if(isset($session) && $session['user'] == $username && $session['password'] == $password){
118 $user_info = $session['info'];
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DDoctrinePHPCRDriverTest.php94 $session = $this->getMockBuilder('PHPCR\SessionInterface')->getMock();
96 return DocumentManager::create($session, $config);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDialogflow.php652 'path' => 'v3/{+session}:detectIntent',
655 'session' => [
662 'path' => 'v3/{+session}:fulfillIntent',
665 'session' => [
672 'path' => 'v3/{+session}:matchIntent',
675 'session' => [
1278 'path' => 'v3/{+session}:detectIntent',
1281 'session' => [
1291 'session' => [
1298 'path' => 'v3/{+session}:matchIntent',
[all …]
/plugin/authdjango/
H A Dplugin.info.txt6 desc Allows for authentication using a django session
/plugin/authshibboleth/
H A DCHANGELOG.md8 * fixed shibboleth session detection
/plugin/database/
H A Ddatabase.php278 global $session;
584 global $session;
780 global $session;
916 global $session;
1418 global $session;
2014 global $session;
2017 if ($session->allowed($action)) {
2043 global $session;
2191 global $session;
2220 $session = new Session();
[all …]
/plugin/oauthauthsch/
H A Daction.php124 … msg('Service did not provide a Refresh Token. You will be logged out when the session expires.');
/plugin/templateconfhelper/
H A DREADME17 * get_user( $var=false ) - get utpl from session
18 * save_session( $var, $false ) - save utpl to session

123456