Home
last modified time | relevance | path

Searched refs:user (Results 476 – 500 of 1528) sorted by path

1...<<11121314151617181920>>...62

/plugin/davcal/
H A DprincipalBackendDokuwiki.php15 foreach($users as $user => $info)
17 $principal = 'principals/'.$user;
19 $data = $this->getPrincipalByPath($user);
29 $user = str_replace('principals/', '', $path);
30 $userData = $auth->getUserData($user);
34 return array('uri' => 'principals/'.$user,
/plugin/davcal/syntax/
H A Dtable.php209 $user, $fromStr, $toStr, $timezone));
/plugin/davcal/vendor/sabre/dav/bin/
H A Dgooglecode_upload.py236 options.user, options.password)
H A Dmigrateto17.php51 $user = isset($argv[2])?$argv[2]:null; variable
56 $pdo = new PDO($dsn, $user, $pass);
H A Dmigrateto20.php57 $user = isset($argv[2])?$argv[2]:null; variable
62 $pdo = new PDO($dsn, $user, $pass);
H A Dmigrateto21.php58 $user = isset($argv[2])?$argv[2]:null; variable
63 $pdo = new PDO($dsn, $user, $pass);
H A Dmigrateto30.php57 $user = isset($argv[2])?$argv[2]:null; variable
62 $pdo = new PDO($dsn, $user, $pass);
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Property/
H A DInvite.php125 foreach ($this->users as $user) {
128 $writer->writeElement('{DAV:}href', $user['href']);
129 if (isset($user['commonName']) && $user['commonName']) {
132 switch ($user['status']) {
149 if ($user['readOnly']) {
156 if (isset($user['summary']) && $user['summary']) {
198 $user = [
222 $user['href'] = $userElem['value'];
230 $user['readOnly'] = true;
241 if (!$user['status']) {
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DServer.php109 '{DAV:}current-user-privilege-set',
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DScheduleDeliverTest.php636 function assertItemsInInbox($user, $count) { argument
638 $inboxNode = $this->server->tree->getNodeForPath('calendars/'.$user.'/inbox');
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Auth/Backend/
H A DBasicCallBackTest.php15 $callBack = function($user, $pass) use (&$args) {
17 $args = [$user, $pass];
/plugin/davcal/vendor/sabre/vobject/
H A DChangeLog.md172 * #103: Added support for processing [iTip][iTip] messages. This allows a user
175 a user made on objects.
/plugin/davcard/action/
H A Dajax.php38 $user = $_SERVER['REMOTE_USER'];
40 $user = null;
75 … if($write && ($this->hlp->addContactEntryToAddressbookForPage($id, $user, $params) === true))
111 …if($write && ($this->hlp->editContactEntryToAddressbookForPage($id, $user, $params['uri'], $params…
126 …if($write && ($this->hlp->deleteContactEntryToAddressbookForPage($id, $user, $params['uri']) === t…
/plugin/davcard/
H A Dhelper.php405 * @param string $user The user's ID
410 public function deleteContactEntryToAddressbookForPage($id, $user, $uri) argument
448 * @param string $user The user name
454 public function editContactEntryToAddressbookForPage($id, $user, $uri, $params) argument
551 * @param string $user The user ID
556 public function addContactEntryToAddressbookForPage($id, $user, $params) argument
/plugin/davcard/vendor/sabre/vobject/
H A DChangeLog.md212 * #103: Added support for processing [iTip][iTip] messages. This allows a user
215 a user made on objects.
/plugin/dblclickedit/
H A DCOPYING109 these conditions, and telling the user how to view a copy of this
/plugin/dbquery/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
H A Dhelper.php37 * @param string|null $user
41 public function getPDO($dsn = null, $user = null, $pass = null) argument
44 $user = $user ?: $this->getConf('user');
46 $conid = md5($dsn . $user . $pass);
56 $this->pdo[$conid] = new PDO($dsn, $user, $pass, $opts);
/plugin/deeplautotranslate/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/deletehistory/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/dev/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
H A Dcli.php168 * Interactively ask for a value from the user
275 $user = $this->readLine('Your Name', true);
278 $skeletor = new Skeletor($type, $base, $desc, $user, $mail);
/plugin/dev/skel/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
H A Dauth.php30 //$this->cando['logout'] = true; // can the user logout again? (eg. not possible with HTTP auth)
42 //public function trustExternal($user, $pass, $sticky = false)
56 $_SERVER['REMOTE_USER'] = $user;
57 $_SESSION[DOKU_COOKIE]['auth']['user'] = $user;
66 public function checkPass($user, $pass)
73 public function getUserData($user, $requireGroups = true)
80 'grps' => ['user', 'admin']
88 //public function createUser($user, $pass, $name, $mail, $grps = null)
95 //public function modifyUser($user,
65 checkPass($user, $pass) global() argument
72 getUserData($user, $requireGroups = true) global() argument
142 cleanUser($user) global() argument
[all...]
/plugin/diagrams/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this

1...<<11121314151617181920>>...62