Home
last modified time | relevance | path

Searched refs:user (Results 251 – 275 of 1528) sorted by relevance

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

/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/ol3/
H A Dstyle.css1user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight…
/plugin/htmlokay/
H A Dadmin.php365 foreach($this->users as $user => $user_array)
369 …strict, $checked_medium, $checked_lax, $checked_su) = $this->get_checked($user, $this->saved_inf['…
371user . ']" value="strict" ' . $checked_strict . ' /></td>' . '<td class="centeralign">' . '<input …
/plugin/swiftmail/Swift/Authenticator/
H A DLOGIN.php29 public function isAuthenticated($user, $pass, Swift $swift) argument
33 $swift->command(base64_encode($user), 334);
/plugin/structpublish/
H A Dadmin.php51 $assignment['user'],
64 $assignment['user'],
74 $assignment['user'],
123 $user = $assignment['user'];
134 'assignment[user]' => $user,
141 echo '<td>' . hsc($user) . '</td>';
156 echo '<td><input type="text" name="assignment[user]" /></td>';
/plugin/jenkins/lang/en/
H A Dsettings.php4 $lang['jenkins.user'] = 'Enter the ID of a Jenkins User, with the right to view any job.';
5 $lang['jenkins.token'] = 'Set the corresponding Jenkins user token. You can find it in "http://JEN…
/plugin/abc2/abc-libraries/abc2svg/
H A Dpage-1.js2 // @source: https://chiselapp.com/user/moinejf/repository/abc2svg
5 abc2svg.page={img_out:function(page,p){var cur_img_out=user.img_out;page.user_out(p)
6 if(user.img_out!=cur_img_out){page.user_out=user.img_out
7 user.img_out=cur_img_out}},abc_end:function(of){var page=this.page
9 if(user.img_out==page.img_out_sav)
10 user.img_out=page.user_out}
195 if(!page&&user.img_out&&abc2svg.abc_end){this.page=page={abc:this,topmargin:38,botmargin:38,h:0,pn:0,pna:0,first:true,user_out:user.img_out}
211 user
[all...]
/plugin/dir/
H A Dsyntax.php620 // Don't add startpages the user isn't authorized to read
900 foreach($users as $userid => $user) {
901 if($user && $user <> "") {
902 return $user;
911 foreach($users as $userid => $user) {
1025 foreach($users as $userid => $user) {
1026 if($user && $user <> '') {
1030 $this->_put($user);
1039 foreach($users as $userid => $user) {
/plugin/structtasks/meta/
H A DUtilities.php121 function getUserEmail($user) { argument
123 $userData = $auth->getUserData($user, false);
125 if (mail_isvalid($user)) {
126 return $user;
/plugin/authlemonldap/
H A Dauth.php24 public function trustExternal($user, $pass, $sticky = false) { argument
36 public function useSessionCache($user) { argument
/plugin/simplechat/
H A Dscript.js14 data: { cmd : 'exited' , user : $username, room : $room } ,
27 data: { cmd : 'send' , msg : $mymsg, user : $username, room : $room , start: $sc_chatstatus } ,
84 data: { cmd : 'entered' , user : $username, room : $room } ,
/plugin/approve/
H A Dadmin.php122 $user = $auth->getUserData($approver);
123 if ($user) {
124 echo '<td>' . hsc($user['name']) . '</td>';
/plugin/fedauth/
H A Daction.php88 * For the time beeing the timeout check is skipped for AJAX calls and the user
117 $user = $cdata['user'];
129 ($session['user'] == $user) &&
136 $_SERVER['REMOTE_USER'] = $user;
204 $user = $_SERVER['REMOTE_USER'];
220 $defaultcmd = empty($user) ? 'login' : 'manage';
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Descape.rst19 {{ user.username|escape }}
25 {{ user.username|e }}
32 {{ user.username|e }}
34 {{ user.username|e('html') }}
40 {{ user.username|escape('js') }}
41 {{ user.username|e('js') }}
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveClient.js189 this.user = user;
191 if (this.user == null)
203 this.userId = user.id;
213 if (this.user != null && this.user.id != this.userId)
215 this.user = null;
223 return this.user;
617 if (this.user != null && this.user.id != this.userId)
619 this.user = null;
833 pic = (resp.user.picture != null) ? resp.user.picture.url : null;
1499 'user-' + ((this.user != null) ? this.user.id : 'nouser') +
[all …]
/plugin/passpolicy/
H A Dscript.js53 var user = jQuery('form input[type=text][name=login]').val();
60 user: user
/plugin/advanced/lang/en/config/
H A Dusers.txt9 * **Real Name** - Real name of the user
10 * **E-Mail** - Email address of user
11 …* **Groups** - Comma separated list of groups a user is member of. The group names must follow the…
/plugin/clearhistory/
H A Dplugin.info.txt6 desc This plugin deletes consecutive history entrys that were made by the same user user within …
/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/task/
H A Dhelper.php72 function getTasks($ns, $num = NULL, $filter = '', $user = NULL) { argument
257 function _isResponsible($user) { argument
260 if (!$user) return false;
262 …f (isset($user['id']) && $user['id'] == $_SERVER['REMOTE_USER'] || isset($user['name']) && $user['…
/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/aclplusregex/_test/
H A DTestAction.php27 public function loadACLRules($user, $groups) argument
29 return parent::loadACLRules($user, $groups);
/plugin/notification/helper/
H A Dcron.php38 foreach ($newUsers as $user) {
40 ['user' => $user, 'timestamp' => date('c', 0)]);
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Ddate.rst14 {% if date(user.created_at) < date('-2days') %}
24 {% if date(user.created_at) < date('-2days', 'Europe/Paris') %}
32 {% if date(user.created_at) < date() %}
/plugin/userpage/
H A DREADME3 Add item the user menu that links to the user page for every logged-in user

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