Home
last modified time | relevance | path

Searched refs:sticky (Results 1 – 25 of 137) sorted by path

123456

/plugin/aceeditor/
H A Dbuild.js1 …g":"")+(e.ignoreCase?"i":"")+(e.multiline?"m":"")+(e.extended?"x":"")+(e.sticky?"y":"")}function u…
/plugin/adfs/
H A Dauth.php37 public function trustExternal($user, $pass, $sticky = false) argument
/plugin/authchained/
H A Dauth.php167 * @param bool $sticky Cookie should not expire
170 public function trustExternal($user, $pass, $sticky = false) { argument
173 if($module[1]->canDo('external') && $module[1]->trustExternal($user, $pass, $sticky)) {
/plugin/authclientcert/
H A Dauth.php39 * @param bool $sticky Cookie should not expire
43 public function trustExternal($user, $pass, $sticky=false) { argument
45 $sticky ? $sticky = true : $sticky = false; //sanity check
/plugin/authdiscourse/
H A Dauth.php48 public function trustExternal($user, $pass, $sticky=false) { argument
/plugin/authdjango/
H A Dauth.php52 function trustExternal($user,$pass,$sticky=false){ argument
57 $sticky ? $sticky = true : $sticky = false; //sanity check
/plugin/authenvvars/
H A Dauth.php51 public function trustExternal($user, $pass, $sticky=false) { argument
/plugin/authfacebook/
H A Dauth.php41 function trustExternal($user,$pass,$sticky=true ){ argument
44 $sticky ? $sticky = true : $sticky = false; //sanity check
/plugin/authgoogle/
H A Dauth.php28 function trustExternal($user, $pass, $sticky = false) { argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseCloudMessaging/
H A DAndroidNotification.php96 public $sticky; variable in Google\\Service\\FirebaseCloudMessaging\\AndroidNotification
381 public function setSticky($sticky) argument
383 $this->sticky = $sticky;
390 return $this->sticky;
/plugin/authhiorgserver/
H A Dauth.php74 * @param bool $sticky Cookie should not expire
77 public function trustExternal($user, $pass, $sticky = false) { argument
/plugin/authlemonldap/
H A Dauth.php24 public function trustExternal($user, $pass, $sticky = false) { argument
/plugin/authloginapi/
H A Dauth.php31 * @param bool $sticky Cookie should not expire
34 public function trustExternal($user, $pass, $sticky = false) argument
/plugin/authmantis/
H A Dauth.php61 * @param bool $sticky Cookie should not expire
64 public function trustExternal( $user, $pass, $sticky = false ) { argument
82 if( auth_attempt_login( $user, $pass, $sticky ) ) {
/plugin/authnc/
H A Dauth.php74 * @param bool $sticky Cookie should not expire
78 public function trustExternal($user, $pass, $sticky = false) argument
82 $sticky ? $sticky = true : $sticky = false; //sanity check
/plugin/authplaincas/
H A Dauth.php269 function trustExternal ($user,$pass,$sticky=false) argument
272 $sticky ? $sticky = true : $sticky = false; //sanity check
/plugin/authremoteuser/
H A Dauth.php67 * @param bool $sticky
70 public function trustExternal($user, $pass, $sticky=false) { argument
/plugin/authsaml/
H A Dauth.php71 public function trustExternal($user, $pass, $sticky = false) argument
H A Dsaml.php185 $time = $sticky ? (time() + 60 * 60 * 24 * 365) : 0; //one year
/plugin/authsmf20/
H A Dauth.php99 * @param boolean $sticky Cookie should not expire
102 public function trustExternal($user = '', $pass = '', $sticky = false) argument
106 $sticky ? $sticky = true : $sticky = false;
/plugin/authsplit/
H A Dauth.php173 * @param bool $sticky Whether the cookie should not expire
176 public function trustExternal($user, $pass, $sticky = false) { argument
181 if (!$this->authplugins['primary']->trustExternal($user, $pass, $sticky)) {
/plugin/authucenter/
H A Dauth.php79 * @param bool $sticky Cookie should not expire
82 public function trustExternal($user, $pass, $sticky = false) { argument
84 $sticky ? $sticky = true : $sticky = false; //sanity check
/plugin/authvk/
H A Daction.php123 $sticky = true;
125 $secret = auth_cookiesalt(!$sticky, true); //bind non-sticky to session
126 auth_setCookie($vk_login, auth_encrypt($vk_pass, $secret), $sticky);
H A Dauth.php41 function trustExternal($user, $pass, $sticky = false) { argument
46 $sticky = true;
/plugin/autogallery/
H A Dauth.php51 * @param bool $sticky Cookie should not expire

123456