Home
last modified time | relevance | path

Searched refs:user (Results 101 – 125 of 1528) sorted by last modified time

12345678910>>...62

/plugin/dev/skel/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/authwordpress/
H A Dauth.php118 * Check user+password.
120 * @param string $user the user name
127 public function checkPass($user, $pass) argument
129 $data = $this->getUserData($user);
142 * Bulk retrieval of user data.
144 * @param int $start index of first user to be returned
160 foreach ($this->users as $user => $info) {
161 if ($this->applyFilter($user, $info)) {
163 $list[$user]
208 getUserData($user, $requireGroups = true) global() argument
352 applyFilter(string $user, array $info) global() argument
[all...]
/plugin/structtasks/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/structtasks/meta/
H A DAbstractNotifier.php172 foreach ($notifiable_users as $user) {
173 $mailer->to($user);
H A DUtilities.php121 function getUserEmail($user) { argument
123 $userData = $auth->getUserData($user, false);
125 if (mail_isvalid($user)) {
126 return $user;
/plugin/orphanswanted/
H A DCOPYING109 these conditions, and telling the user how to view a copy of this
/plugin/button/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/bibtex4dw/
H A DCHANGELOG.md37 * Display of PDF files: If a PDF file with a name identical to the BibTeX key of a reference esists in a configurable namespace, a link to this file will be added to the end of the reference, permitted the user has read access to this namespace
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
H A DTODO.md20 Another thing missing is a proper documentation (at least of the code as such). Coming from Python/Sphinx, documentation integrating both, API and user documentation, seems still in its infancies in PHP. However, phpDocumentor seems to be the *de facto* standard:
30 DokuWiki seems to have good messaging capabilities, hence make use of these to display problems to the user.
/plugin/copycode/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/tag/
H A Dhelper.php311 'user' => $meta['creator'],
395 // don't count hidden pages or pages the user can't access
544 * Makes user or date dependent topic lists possible by replacing placeholders in tags
552 $user = $INPUT->server->str('REMOTE_USER');
575 '@USER@' => cleanID($user),
639 // discard if user can't read
H A DCOPYING110 these conditions, and telling the user how to view a copy of this
/plugin/recommend/helper/
H A Dmail.php82 foreach ($users as $user) {
83 $resolved[] = $user['mail'];
96 $user = $auth->getUserData($recipient);
97 if ($user) $resolved[] = $user['mail'];
118 $user = $auth->retrieveUsers(0, 1, ['mail' => $mail]);
119 return (bool)$user;
/plugin/recommend/
H A Dadmin.php108 $user = $assignment['user'];
120 'assignment[user]' => $user,
128 $form .= '<td>' . hsc($user) . '</td>';
/plugin/todo/syntax/
H A Dtodo.php9 * The @ sign followed by a username can be used to assign this todo to a user.
11 * A todo without user assignment
13 * A completed todo without user assignment
15 * A todo assigned to user User
17 * A completed todo assigned to user User
188 * @return array(bool, false|string) with checked and user
217 if(in_array($value, array('user', 'real', 'none'))) {
273 foreach($data['todousers'] as $user) {
274 if (($user = $this->_prepUsername($user,
[all...]
H A Dlist.php100 if(in_array($value, array('user', 'real', 'none'))) {
111 // @date 20140317 le: if check for logged in user, also check for logged in user email address
119 // @date 20140317 le: if check for logged in user, also check for logged in user email address
295 * @param $user String to be worked on
298 private function __todolistExpandAssignees($user) { argument
300 if($user == '@@USER@@' && !empty($_SERVER['REMOTE_USER'])) { //$INPUT->server->str('REMOTE_USER')
303 // @date 20140317 le: check for logged in user email address
304 if( $user
316 __todolistTrimUser($user) global() argument
[all...]
/plugin/todo/
H A Daction.php47 * @brief This method is called by ajax if the user clicks on the to-do checkbox or the to-do text.
62 * add user assignment for todos \n
198 * @param $todoTag string current to-do tag e.g. <todo @user>
200 * @return string new to-do completed or uncompleted tag e.g. <todo @user #>
203 $user = '';
205 if(!empty($_SERVER['REMOTE_USER'])) { $user = $_SERVER['REMOTE_USER']; }
206 $newTag = preg_replace('/>/', ' #'.$user.':'.date('Y-m-d').'>', $todoTag);
H A Dstyle.css3 ** add todouser for user assignment css class \n
H A Dplugin.info.txt6 desc Create a checkbox based todo list with optional user assignment (by using <todo>This is a ToDo</todo>). In combination with dokuwiki searchpattern plugin it is a lightweight task list management system.
/plugin/bureaucracy/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/bureaucracy/helper/
H A Dfieldusers.php62 return implode($delimiter, array_map(function ($user) use ($auth, $attribute) {
63 return $auth->getUserData($user)[$attribute];
90 foreach ($users as $user) {
91 if ($auth->getUserData($user) === false) {
/plugin/bureaucracy/script/
H A Duser.js21 response(jQuery.map(data, function (name, user) { argument
23 label: name + ' (' + user + ')',
24 value: user
/plugin/tgnotify/
H A DCHANGELOG.rst25 * Feature: user name in message can be enabled/disabled in plugin config
26 * Feature: user address (ip or fqdn) in message can be enabled/disabled in plugin config
/plugin/htmlok/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this

12345678910>>...62