Home
last modified time | relevance | path

Searched refs:user (Results 226 – 250 of 1528) sorted by last modified time

12345678910>>...62

/plugin/upgrade/lang/en/
H A Dfinal.txt3 Should you encounter any problems, be sure all your plugins are up-to-date and compatible with the new version. The [[https://forum.dokuwiki.org/|user forum]] might have some hints for you.
/plugin/upgrade/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/upgrade/vendor/splitbrain/php-cli/
H A DREADME.md70 - ``$options->getCmd()`` returns the sub command the user used
78 By default, the CLI class registers an exception handler and will print the exception's message to the end user and
/plugin/upgrade/HTTP/
H A DHTTPClient.php46 public $user; variable in dokuwiki\\plugin\\upgrade\\HTTP\\HTTPClient
188 if(isset($uri['user'])) $this->user = $uri['user'];
244 if($this->user) {
245 $headers['Authorization'] = 'Basic '.base64_encode($this->user.':'.$this->pass);
/plugin/embeddedphp/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/htmlokalt/
H A DLICENSE46 … enables other parties to make or receive copies. Mere interaction with a user through a computer …
48user interface displays “Appropriate Legal Notices” to the extent that it includes a convenient an…
89 …d) If the work has interactive user interfaces, each must display Appropriate Legal Notices; howev…
108user, “normally used” refers to a typical or common use of that class of product, regardless of th…
/plugin/statistics/inc/
H A DStatisticsLogger.class.php38 * get the unique user ID
48 * Return the user's session ID
62 * Log that we've seen the user (authenticated only)
69 $user = addslashes($_SERVER['REMOTE_USER']);
72 SET `user` = '$user'
324 // handle user agent
339 $user = addslashes($_SERVER['REMOTE_USER']);
359 user = '$user',
472 log_login($type, $user = '') global() argument
[all...]
/plugin/farmer/_animal/data/pages/wiki/
H A Ddokuwiki.txt51 * [[http://forum.dokuwiki.org|Check out the user forum]]
H A Dsyntax.txt79 Windows shares like [[\\server\share|this]] are recognized, too. Please note that these only make sense in a homogeneous user group like a corporate [[wp>Intranet]].
/plugin/farmer/css/
H A Dchosen.less21 -webkit-user-select: none;
22 -moz-user-select: none;
23 user-select: none;
/plugin/farmer/lang/en/
H A Dtab_new_help.txt27 The Animal will be a fully functional wiki with it's own user base. You will need at least one administrative user
28 to configure it. You can copy your current user or all users from the farmer or create a completely new user for the Animal.
/plugin/const/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/sql2wiki/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/approve/
H A Dadmin.php122 $user = $auth->getUserData($approver);
123 if ($user) {
124 echo '<td>' . hsc($user['name']) . '</td>';
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/approve/syntax/
H A Dtable.php199 $by = p_get_metadata($id, 'last_change user');
220 $user = $auth->getUserData($by);
221 if ($user) {
222 $renderer->doc .= $this->getLang('by'). ' ' . $user['name'];
228 $user = $auth->getUserData($approver);
229 if ($user) {
230 $renderer->doc .= $user['name'];
/plugin/approve/action/
H A Dmigration.php134 $user = p_get_metadata($page, 'last_change user');
143 $data['ready_for_approval_by'] = $user;
146 $data['approved_by'] = $user;
252 $user = p_get_metadata($id, 'last_change user');
254 $revision_editors = array($currev => $user);
262 $revision_editors[$rev] = $revInfo['user'];
H A Dnotification.php49 $user = $event->data['user'];
62 $notifications = $approveMetadata->getPages($user, $states);
/plugin/btable2/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/stellarium/
H A DREADME.md20 Attention: If you are using a password, it can be viewed in plain text by any user that is able to …
H A DLICENSE.md39 …sers may redistribute the program under these conditions, and telling the user how to view a copy …
/plugin/structacl/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/notification/
H A DLICENSE109 these conditions, and telling the user how to view a copy of this
/plugin/notification/helper/
H A Dcron.php38 foreach ($newUsers as $user) {
40 ['user' => $user, 'timestamp' => date('c', 0)]);
/plugin/notification/action/
H A Dcron.php55 $user = $sqlite->res2single($res);
57 if (!$user) return;
60 $sqlite->query('UPDATE cron_check SET timestamp=? WHERE user=?', date('c'), $user);
66 'user' => $user,
83 … $res = $sqlite->query('SELECT plugin, notification_id FROM notification WHERE user=?', $user);
130 $userinfo = $auth->getUserData($user, $requireGroups = false);
141 … ['plugin' => $plugin, 'notification_id' => $id, 'user' => $user, 'sent' => date('c')]);

12345678910>>...62