Home
last modified time | relevance | path

Searched refs:users (Results 201 – 225 of 904) sorted by path

12345678910>>...37

/plugin/btable2/
H A DREADME.md13 - No Authorization! Everyone can change votes from others. non-internet-users (yes, they exist...) …
/plugin/bulletodo/
H A DLICENSE14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
/plugin/bureaucracy-au/_test/
H A Dinput.txt2 action template userstpl users:%Y:@@What's your Name?@@:start
34 addpage users:publicationtemplate publications
/plugin/bureaucracy-au/
H A Daction.php42 $users = array();
47 $users[$username] = $data['name'];
49 if (count($users) === 10) {
54 if (count($users) === 1 && key($users) === $search) {
55 $users = array();
60 echo $json->encode($users);
/plugin/bureaucracy-au/helper/
H A Dfieldusers.php55 $users = array_map('trim', explode(',', $value));
59 return implode($delimiter, $users);
64 }, $users));
89 $users = array_filter(preg_split('/\s*,\s*/', $this->getParam('value')));
90 foreach ($users as $user) {
/plugin/bureaucracy/
H A DLICENSE14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
H A Daction.php42 $users = array();
47 $users[$username] = $data['name'];
49 if (count($users) === 10) {
54 if (count($users) === 1 && key($users) === $search) {
55 $users = array();
58 echo json_encode($users);
/plugin/bureaucracy/helper/
H A Dfieldusers.php55 $users = array_map('trim', explode(',', $value));
59 return implode($delimiter, $users);
64 }, $users));
89 $users = array_filter(preg_split('/\s*,\s*/', $this->getParam('value')));
90 foreach ($users as $user) {
/plugin/bureaucracyau/_test/
H A Dinput.txt2 action template userstpl users:%Y:@@What's your Name?@@:start
34 addpage users:publicationtemplate publications
/plugin/bureaucracyau/
H A Daction.php42 $users = array();
47 $users[$username] = $data['name'];
49 if (count($users) === 10) {
54 if (count($users) === 1 && key($users) === $search) {
55 $users = array();
60 echo $json->encode($users);
/plugin/bureaucracyau/helper/
H A Dfieldusers.php55 $users = array_map('trim', explode(',', $value));
59 return implode($delimiter, $users);
64 }, $users));
89 $users = array_filter(preg_split('/\s*,\s*/', $this->getParam('value')));
90 foreach ($users as $user) {
/plugin/button/
H A DLICENSE14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
/plugin/cacherevisionseraser/
H A DREADME.md116 * Removed auth mechanism (Doku Wiki don�t allow non-admin users to access admins plug-ins anyway), …
/plugin/caption/
H A DLICENSE14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
/plugin/charter/
H A DCOPYING14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
/plugin/chat/
H A Dlocal.php.dist4 $conf['chat']['allowguests'] = true; // should unregistred users be allowed to comment
H A Dreadme.txt112 if there is a lot of users that have the page with the chat plugin open in browser,
/plugin/cite/
H A DLICENSE14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
H A DREADME.md13 This plugin gives you the ability to let users cite your work. This is required quite often in acad…
H A Dplugin.info.txt6 desc This plugin gives you the ability to let users cite your work.
/plugin/cite/lang/en/
H A Dintro.txt5 This plugin gives you the ability to let users cite your work. This is required quite often in acad…
/plugin/ckgdoku/
H A DLICENSE14 software--to make sure the software is free for all its users. This
108 a warranty) and that users may redistribute the program under
/plugin/ckgdoku/ckeditor/
H A DLICENSE.md84 software-to make sure the software is free for all its users. This
178 a warranty) and that users may redistribute the program under
374 free software-to make sure the software is free for all its users.
417 effectively restrict the users of a free program by obtaining a
461 users' freedom, it does ensure that the user of a program that is
1376 presented to the 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…

12345678910>>...37