Searched refs:auth_nameencode (Results 1 – 4 of 4) sorted by relevance
/dokuwiki/_test/tests/inc/ |
D | auth_nameencode.test.php | 13 $this->assertEquals(auth_nameencode($in),$out); 19 $this->assertEquals(auth_nameencode($in),$out); 25 $this->assertEquals(auth_nameencode($in),$out); 31 $this->assertEquals(auth_nameencode($in),$out); 37 $this->assertEquals(auth_nameencode($in),$out); 43 $this->assertEquals(auth_nameencode($in),$out); 49 $this->assertEquals(auth_nameencode($in,true),$out); 55 $this->assertEquals(auth_nameencode($in),$out); 63 $this->assertEquals($expect, auth_nameencode($in)); 71 $this->assertEquals($expect, auth_nameencode($in));
|
/dokuwiki/inc/Subscriptions/ |
D | SubscriberManager.php | 46 $user = auth_nameencode(trim($user));
|
/dokuwiki/lib/plugins/acl/ |
D | admin.php | 157 $who = auth_nameencode($who, true); 737 $acl_user = auth_nameencode($acl_user, true); 757 $acl_user = auth_nameencode($acl_user, true);
|
/dokuwiki/inc/ |
D | auth.php | 159 … $rest = str_replace('%USER%', auth_nameencode($INPUT->server->str('REMOTE_USER')), $rest); 168 $nrest = str_replace('%GROUP%', '@' . auth_nameencode($grp), $rest); 761 $user = auth_nameencode($auth->cleanUser($user)); 766 $group = '@' . auth_nameencode($group); 864 function auth_nameencode($name, $skip_group = false) function
|