Home
last modified time | relevance | path

Searched defs:user (Results 26 – 50 of 267) sorted by relevance

1234567891011

/plugin/authucenter/
H A Dauth.php82 public function trustExternal($user, $pass, $sticky = false) {
159 public function checkPass($user, $pass) {
176 public function getUserData($user) {
208 public function createUser($user, $pass, $name, $mail, $grps = null) {
221 public function modifyUser($user, $changes) {
354 public function cleanUser($user) {
418 private function _get_user_group($user, $is_uid = 0) {
/plugin/magento/
H A Dauth.php86 public function checkPass($user, $pass) {
111 public function getUserData($user) {
283 public function cleanUser( $user ) {
346 protected function _findUser( $user ) {
415 protected function _findAdmin( $user ) {
/plugin/twofactoryubiauth/
H A Dhelper.php15 public function canUse($user = null){
91 public function processLogin($code, $user = null){
126 public function validateUser($code, $user) {
/plugin/starred/
H A Dhelper.php42 public function toggleStar($user = null, $pageid = null)
76 public function checkStar($user = null, $pageid = null)
101 public function loadStars($user = null, $limit = 0)
/plugin/newpagetemplate/
H A Dhelper.php85 function pagefromtemplate($template, $page, $newpagevars, $user = "") argument
170 function output_ini($user="", $ini, $usrreplace) argument
192 function process_array($pages, $newpagevars, $tpl, $user argument
224 process_single($pages, $newpagevars, $tpl, $user = '', $usrreplace) global() argument
[all...]
/plugin/authhiorgserver/
H A Dauth.php77 public function trustExternal($user, $pass, $sticky = false) {
150 function getGroups($user) {
186 function buildUser($user, $ov="") {
395 public function cleanUser($user) {
/plugin/epub/
H A Dscript.js1 function epub_show_throbber(user,client) { argument
58 function _epub_show_throbber(user,client) { argument
66 function epub_check_progress(client,user) { argument
/plugin/authlemonldap/
H A Dauth.php24 public function trustExternal($user, $pass, $sticky = false) {
36 public function useSessionCache($user) {
/plugin/notification/db/
H A Dupdate0001.sql4 user TEXT NOT NULL, field
10 user TEXT NOT NULL, field
/plugin/acknowledge/db/
H A Dupdate0002.sql6 user TEXT NOT NULL, field
18 user TEXT NOT NULL, field
/plugin/sfauth/
H A Dhelper.php11 protected $user = null; variable in helper_plugin_sfauth
72 public function init_by_user($user) {
281 protected function oauth_directlogin($user, $sessionId, $instanceurl) {
350 protected function loadFromFile($user) {
H A Dauth.php13 function getUserData($user) {
37 function checkPass(&$user, $pass) {
/plugin/pureldap/classes/
H A DADClient.php163 cleanUser($user) global() argument
175 prepareBindUser($user) global() argument
199 qualifiedUser($user) global() argument
213 simpleUser($user) global() argument
[all...]
/plugin/structpublish/meta/
H A DAssignments.php72 public function addPattern($pattern, $user, $status) argument
110 public function removePattern($pattern, $user, $status) argument
187 assignPage($page, $user = null, $status = null) global() argument
200 deassignPage($page, $user, $status) global() argument
[all...]
/plugin/authradius/
H A Dauth.php72 public function checkPass($user, $pass) {
162 public function getUserData($user) {
/plugin/structpublish/db/
H A Dupdate0001.sql3 user TEXT NOT NULL, field
10 user TEXT NOT NULL, field
/plugin/authopenldapkerberos/
H A Dauth.php31 public function checkPass($user, $pass)
43 public function getUserData($user, $requireGroups = true)
217 protected function filter($user, $info)
/plugin/authplaincas/
H A Dauth.php269 function trustExternal ($user,$pass,$sticky=false)
491 function modifyUser($user, $changes) {
566 function getUserData($user, $requireGroups=true) {
655 function cleanUser($user) {
670 function _filter($user, $info) {
/plugin/authsmf20/
H A Dauth.php102 public function trustExternal($user = '', $pass = '', $sticky = false)
326 public function getUserData($user, $requireGroups = true)
447 public function checkPass($user = '', $pass = '')
472 public function cleanUser($user)
/plugin/avatar/
H A Dhelper.php30 function getXHTML($user, $title = '', $align = '', $size = NULL) { argument
44 function _getAvatarURL($user, &$title, &$size) { argument
[all...]
/plugin/editor/
H A Dhelper.php29 function getEditor($ns = '', $num = NULL, $user = '') {
93 function _handleRecent($line, $ns, $type, $user) {
/plugin/authyubikey/
H A Dauth.php46 public function checkPass($user, $pass) {
97 public function modifyUser($user, $changes) {
/plugin/epub/scripts/
H A Dcheck_progess.php23 $user= rawurldecode($_POST['user']); variable
24 if($user) $user=cleanID($user); variable
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/
H A DHasPrivileges.php30 protected $user; variable in Elasticsearch\\Endpoints\\Security\\HasPrivileges
64 public function setUser($user): HasPrivileges argument
[all...]
/plugin/authmantis/
H A Dauth.php64 public function trustExternal( $user, $pass, $sticky = false ) {
130 public function getUserData($user, $requireGroups = true) {

1234567891011