Home
last modified time | relevance | path

Searched refs:users (Results 51 – 75 of 904) sorted by relevance

12345678910>>...37

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DPushoverHandler.php33 private $users; variable in Monolog\\Handler\\PushoverHandler
84 …* @param string|array $users Pushover user id or array of ids the message will be sent…
103 $users, argument
131 $this->users = (array) $users;
203 foreach ($this->users as $user) {
/plugin/submgr/lang/en/
H A Dintro.txt3 This tool allows you to define rules for automatically adding email subscriptions for users and gro…
4 rule is added, it is automatically applied to all matching users (eg. they are subscribed to the gi…
5 namespace immeadiately). All existing rules are automatically applied to all newly created users.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/IdentityToolkit/
H A DIdentitytoolkitRelyingpartyUploadAccountRequest.php263 public function setUsers($users) argument
265 $this->users = $users;
272 return $this->users;
/plugin/ckgdoku/scripts/
H A Dadd_v_animal.sh22 touch ${ANIMAL}/conf/{local.php,local.protected.php,acl.auth.php,users.auth.php,plugins.local.php}
23 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php}
46 admin:$1$cce258b2$U9o5nK0z4MhTfB5QlKF23/:admin:admin@mail.org:admin,user' > ${ANIMAL}/conf/users.au…
H A Daddanimal.sh28 touch ${ANIMAL}/conf/{local.php,local.protected.php,acl.auth.php,users.auth.php,plugins.local.php}
29 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php}
53 admin:$1$cce258b2$U9o5nK0z4MhTfB5QlKF23/:admin:admin@mail.org:admin,user' > ${ANIMAL}/conf/users.au…
/plugin/ckgedit/scripts/
H A Dadd_v_animal.sh22 touch ${ANIMAL}/conf/{local.php,local.protected.php,acl.auth.php,users.auth.php,plugins.local.php}
23 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php}
46 admin:$1$cce258b2$U9o5nK0z4MhTfB5QlKF23/:admin:admin@mail.org:admin,user' > ${ANIMAL}/conf/users.au…
H A Daddanimal.sh28 touch ${ANIMAL}/conf/{local.php,local.protected.php,acl.auth.php,users.auth.php,plugins.local.php}
29 chmod 666 ${ANIMAL}/conf/{local.php,acl.auth.php,users.auth.php,plugins.local.php}
53 admin:$1$cce258b2$U9o5nK0z4MhTfB5QlKF23/:admin:admin@mail.org:admin,user' > ${ANIMAL}/conf/users.au…
/plugin/authshibboleth/plugin/authshibboleth/
H A Dauth.php119 $this->users = array();
134 $this->users[$row[0]]['mail'] = $row[2];
135 $this->users[$row[0]]['grps'] = $groups;
235 if($this->users === null) $this->_loadUserData();
236 return isset($this->users[$user]) ? $this->users[$user] : false;
248 if($this->users === null) $this->_loadUserData();
249 if(!count($filter)) return count($this->users);
252 foreach($this->users as $user => $info) {
269 if($this->users === null) $this->_loadUserData();
270 ksort($this->users);
[all …]
/plugin/dir/
H A Dsyntax.php897 $users = $this->_getMeta($page, "contributor");
898 if(is_array($users)) {
900 foreach($users as $userid => $user) {
906 return $users;
909 if(is_array($users)) {
911 foreach($users as $userid => $user) {
917 return $users;
1023 if(is_array($users)) {
1025 foreach($users as $userid => $user) {
1037 if(is_array($users)) {
[all …]
/plugin/acknowledge/
H A Dhelper.php133 * Returns all users, formatted for autocomplete
152 $users = $auth->retrieveUsers();
153 $users = array_map($cb, array_keys($users), array_values($users));
155 return $users;
294 * Resolve names of users assigned to a given page
311 $users = [];
316 $users = array_merge(
317 $users,
[all...]
/plugin/ireadit/syntax/
H A Direadit.php36 $users = [];
43 $users[] = $split;
46 return ['users' => $users, 'groups' => $groups];
/plugin/permissioninfo/
H A Dstyle.css31 .piContainer .users {
42 .piContainer .users header {
46 .piContainer .users a {
51 .piContainer .users a.special{
/plugin/sympaauth/files/
H A Dsympa.class.php27 var $users = null; variable in auth_sympa
154 $this->users[$user] = compact('name','mail','grps');
155 return (isset($this->users[$user]) ? $this->users[$user] : false);
/plugin/freechat/phpfreechat/src/commands/
H A Dwho.class.php60 $users = $ct->getOnlineNick($chanmeta['chan']);
62 $chanmeta['meta']['users']['nick'] = $users['nick'];
63 $chanmeta['meta']['users']['nickid'] = $users['nickid'];
H A Dconnect.class.php36 $users = $ct->getOnlineNick(NULL);
37 if (isset($users["nickid"]) &&
38 …(count($users["nickid"]) == 0 || (count($users["nickid"]) == 1 && $users["nickid"][0] == $u->nicki…
/plugin/adminperm/lang/en/
H A Dintro.txt3 This interface allows you to give access to admin and manager plugins to users and groups without m…
5 Simply specify the users and groups (''@''-prefixed) as comma separated list for each of the availa…
7 :!: **Please be careful!** Plugins may not expect that they are run by unprivileged users. Giving a…
/plugin/indexmenu/scripts/
H A Dcontextmenu.local.js.example12 * Right Context Menu configuration for all users:
29 * Right Context Menu configuration for admin users:
39 * Right Context Menu configuration for authenticated users:
42 //override or add here the menu entries for authenticated users, see for examples above
55 * Insert your custom functions (available for all users) at the bottom of this file.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DAccount.php261 public function setUsers($users) argument
263 $this->users = $users;
270 return $this->users;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DTasks.php70 'path' => 'tasks/v1/users/@me/lists/{tasklist}',
80 'path' => 'tasks/v1/users/@me/lists/{tasklist}',
90 'path' => 'tasks/v1/users/@me/lists',
94 'path' => 'tasks/v1/users/@me/lists',
107 'path' => 'tasks/v1/users/@me/lists/{tasklist}',
117 'path' => 'tasks/v1/users/@me/lists/{tasklist}',
/plugin/htmlokay/
H A Dadmin.php29 var $users; variable in admin_plugin_htmlOKay
183 $this->users = array();
197 $this->users[$row[0]]['name'] = urldecode($row[2]);
198 $this->users[$row[0]]['mail'] = $row[3];
199 $this->users[$row[0]]['grps'] = $groups;
365 foreach($this->users as $user => $user_array)
525 function debug($users = false, $groups = false) argument
549 if($users) {
551 print_r ($this->users);
/plugin/do/scripts/
H A DPluginDo.js479 var users = m[1]; variable
480 m = users.match(/\d\d\d\d-\d\d-\d\d/);
483 users = users.replace(date, '');
486 users = users.replace(/^\s+/, '');
487 users = users.replace(/\s+$/, '');
488 $popup_assign.val(users);
/plugin/farmer/admin/
H A Dnew.php110 if ($farmconfig['inherit']['users']) {
121 if (!$farmconfig['inherit']['users']) {
264 $users = "# <?php exit()?>\n" . $this->makeAdminLine($adminPassword) . "\n";
266 $users = "# <?php exit()?>\n" . $this->getAdminLine() . "\n";
268 if (file_exists($animaldir . '/conf/users.auth.php')) {
270 $users = '';
273 $users = "# <?php exit()?>\n";
276 $users = io_readFile(DOKU_CONF . 'users.auth.php');
278 if ($users) {
[all...]
/plugin/listusergroup/
H A Dhelper.php63 $users = array();
68 $users = $users + $getuser;
100 foreach ($users as $user => $info) {
/plugin/bez/mdl/
H A DEntity.php170 public function mail_notify($content, $users=false, $attachedImages=array()) { argument
176 if ($users == FALSE) {
177 $users = $this->get_participants('subscribent');
179 unset($users[$this->model->user_nick]);
183 foreach ($users as $user) {
187 //omit muted users
/plugin/groupmatrix/syntax/
H A Dtable.php121 $users = $auth->retrieveUsers(0,
127 if (empty($users)) {
143 }, $users, array_keys($users));

12345678910>>...37