Home
last modified time | relevance | path

Searched refs:auth (Results 76 – 100 of 299) sorted by relevance

12345678910>>...12

/plugin/bureaucracy/helper/
H A Daction.php108 $auth = auth_aclcheck($id, $runas, array());
110 $auth = auth_quickaclcheck($id);
112 return $auth;
/plugin/mediatooltip/
H A Daction.php74 $auth =$_SESSION[$dw_session[0]];
81 if(isset($auth)) {
82 $user_grps = $auth['auth']['info']['grps'];
85 $user_grps = $auth['auth']['info']['grps'];
96 if(isset($auth)) {
98 $user = $auth['auth']['user'];
101 $user = $auth['auth']['info']['name'];
/plugin/xcom/scripts/
H A Dxcom_save.php125 … $auth = $this->xcom_get_data( 'wiki.aclCheck',$this->localClient,false,array($this->page));
127 if($auth < 4) {
189 $auth = $this->xcom_get_data( 'wiki.aclCheck',$this->localClient,false,array($id));
191 if($auth < 8) {
201 $this->media_save($ftmp,$id,$auth);
204 function media_save($file_name,$id,$auth=255) { argument
209 $res = media_save($file, $id, $ow, $auth, $move) ;
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractDigest.php152 $auth = new HTTP\Auth\Digest(
157 $auth->init();
160 $auth->requireLogin();
/plugin/davcal/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DAbstractDigest.php152 $auth = new HTTP\Auth\Digest(
157 $auth->init();
158 $auth->requireLogin();
/plugin/mediarename/
H A Daction.php65 if(is_null($auth)){
66 $auth = auth_quickaclcheck($info['id']);
68 if($auth < AUTH_READ){
/plugin/blogtng/action/
H A Dpagedata.php37 global $auth;
54 if ($auth != null){
55 $userdata = $auth->getUserData($login);
/plugin/authsaml/
H A Daction.php58 global $ACT, $auth;
76 $auth->sucess = false;
101 global $auth;
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jar ... cookie/params/ org/apache/http/auth/ org/apache/http/auth/params ...
/plugin/jcapture/lib/
H A Dhttpclient-4.0.1.jar ... cookie/params/ org/apache/http/auth/ org/apache/http/auth/params ...
/plugin/davcal/
H A DauthBackendDokuwiki.php13 global $auth;
15 $ret = $auth->checkPass($username, $password);
/plugin/adfs/phpsaml/lib/Saml/
H A DResponse.php15 $auth = new OneLogin_Saml2_Auth($oldSettings);
16 $settings = $auth->getSettings();
H A DMetadata.php14 $auth = new OneLogin_Saml2_Auth($settings);
15 $this->_settings = $auth->getSettings();
/plugin/unblink/
H A Dsyntax.php46 global $auth;
50 if($mode != 'xhtml' || is_null($auth)){
56 $uinfo = $auth->getUserData($login);
/plugin/authdiscourse/
H A Daction.php40 global $auth, $lang;
42 $loginurl = $auth->getLoginURL();
/plugin/schedule/
H A DajaxClearCache.php18 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
H A DajaxPOI.php21 $INFO['userinfo'] = $auth->getUserData ($auth->cleanUser ($_SERVER['REMOTE_USER']));
/plugin/sfauth/
H A Dplugin.info.txt6 desc Allow SalesForce auth besides auth plain.
/plugin/webdav/core/Backend/
H A DAuth.php28 global $auth;
32 $check = $auth->checkPass($username, $password);
/plugin/preservefilenames/
H A Daction_anteater.php389 $auth = auth_quickaclcheck("$ns:*");
391 $this->_listMedia($ns, $auth, $JUMPTO);
399 function _listMedia($ns, $auth, $jumpto) argument
406 if ($auth < AUTH_READ) {
409 media_uploadform($ns, $auth);
426 media_printfile($item, $auth, $jumpto);
/plugin/do/syntax/
H A Ddo.php69 global $auth;
89 if ($auth) {
90 … $data['task']['users'] = array_map(array($auth, 'cleanUser'), $data['task']['users']);
288 global $auth;
317 if (!$auth) {
/plugin/notification/helper/
H A Dcron.php23 global $auth;
32 $allUsers = array_keys($auth->retrieveUsers());
/plugin/fedauth/classes/
H A Dfa_cookie.class.php92 global $auth, $USERINFO;
94 if(!$auth) return false;
97 $USERINFO = $auth->getUserData($user);
/plugin/structtasks/_test/
H A DActionTest.php47 global $auth;
48 $auth->createUser('user1', 'abcdefg', 'Arron Dom Person', 'adperson@example.com');
49 $auth->createUser('user2', '123456789', 'Fay Mail', 'user2@example.com');
/plugin/notification/action/
H A Dmigration.php47 global $auth;
52 foreach (array_keys($auth->retrieveUsers()) as $user) {

12345678910>>...12