Home
last modified time | relevance | path

Searched refs:group (Results 1 – 25 of 27) sorted by relevance

12

/dokuwiki/lib/plugins/authad/adLDAP/classes/
DadLDAPGroups.php93 * @param string $group The group to add the user to
98 public function addUser($group, $user, $isGUID = false) argument
110 $groupInfo = $this->info($group, array("cn"));
129 * @param string $group The group to add the contact to
133 public function addContact($group, $contactDn) argument
139 $groupInfo = $this->info($group, array("cn"));
192 * @param string $group The group to delete (please be careful here!)
196 public function delete($group) { argument
198 if ($group === null){ return "Missing compulsory field [group]"; }
200 $groupInfo = $this->info($group, array("*"));
[all …]
DadLDAPComputers.php103 * @param string $group The group to check
107 public function inGroup($computerName, $group, $recursive = NULL) argument
110 if ($group === NULL) { return false; }
118 if (in_array($group, $groups)){
144 $extraGroups = $this->adldap->group()->recursiveGroups($groupName);
DadLDAPContacts.php118 $extraGroups = $this->adldap->group()->recursiveGroups($groupName);
149 …$entries[0]["memberof"][] = $this->adldap->group()->getPrimaryGroup($entries[0]["primarygroupid"][…
184 * @param string $group The group name to query
188 public function inGroup($distinguisedName, $group, $recursive = NULL) argument
191 if ($group === NULL) { return false; }
199 if (in_array($group, $groups)){
DadLDAPUsers.php202 $extraGroups = $this->adldap->group()->recursiveGroups($groupName);
249 …$entries[0]["memberof"][] = $this->adldap->group()->getPrimaryGroup($entries[0]["primarygroupid"][…
291 * @param string $group The name of the group to check against
296 public function inGroup($username, $group, $recursive = NULL, $isGUID = false) argument
299 if ($group === NULL) { return false; }
307 if (in_array($group, $groups)) {
/dokuwiki/lib/styles/
Dall.css15 .group {
18 .group {
21 .group:before,
22 .group:after {
26 .group:after {
/dokuwiki/conf/
Dmysql.conf.php.example64 * %{dgroup} default group name
91 * member of. The plugin accesses the group name as 'group' so an alias
97 $conf['plugin']['authmysql']['getGroups'] = "SELECT name as `group`
119 * %{group} in FilterGroup group name
128 $conf['plugin']['authmysql']['FilterGroup'] = "name LIKE '%{group}'";
150 /* This statement should add a group to the database.
152 * %{group} group name
155 VALUES ('%{group}')";
157 /* This statement should connect a user to a group (a user become member
158 * of that group).
[all …]
/dokuwiki/lib/plugins/authpdo/
Dauth.php226 foreach ($grps as $group) {
227 if (!isset($allgroups[$group])) {
228 $ok = $this->addGroup($group);
235 foreach ($grps as $group) {
236 $ok = $this->joinGroup($userdata, $allgroups[$group]);
302 foreach ($oldgroups as $group) {
303 if (!in_array($group, $changes['grps']) && isset($allgroups[$group])) {
304 $ok = $this->leaveGroup($olddata, $allgroups[$group]);
311 foreach ($changes['grps'] as $group) {
312 if (!isset($allgroups[$group])) {
[all …]
/dokuwiki/inc/Extension/
DAuthPlugin.php353 * @param string $group
356 public function addGroup($group) argument
421 * @param string $group groupname
424 public function cleanGroup($group) argument
426 return $group;
/dokuwiki/vendor/splitbrain/php-archive/src/
DFileInfo.php24 protected $group = ''; variable in splitbrain\\PHPArchive\\FileInfo
196 return $this->group;
200 * @param string $group
202 public function setGroup($group) argument
204 $this->group = $group;
/dokuwiki/lib/plugins/authad/
Dauth.php248 foreach ($info['grps'] as $ndx => $group) {
249 $info['grps'][$ndx] = $this->cleanGroup($group);
303 * @param string $group
306 public function cleanGroup($group) argument
308 $group = str_replace('\\', '', $group);
309 $group = str_replace('#', '', $group);
310 $group = preg_replace('[\s]', '_', $group);
311 $group = PhpString::strtolower(trim($group));
312 return $group;
/dokuwiki/lib/plugins/usermanager/
Dcli.php233 foreach ($newgrps as $group) {
234 if (!in_array($group, $oldinfo['grps'])) {
235 $changes['grps'][] = $group;
271 foreach ($grps as $group) {
272 if (($pos = array_search($group, $changes['grps'])) == !false) {
/dokuwiki/vendor/geshi/geshi/src/
Dgeshi.php1078 * @param int $group Tells the group of symbols for which style should be set.
1081 public function set_escape_characters_style($style, $preserve_defaults = false, $group = 0) { argument
1083 $this->language_data['STYLES']['ESCAPE_CHAR'][$group] = $style;
1085 $this->language_data['STYLES']['ESCAPE_CHAR'][$group] .= $style;
1143 * @param int $group Tells the group of symbols for which style should be set.
1146 public function set_symbols_style($style, $preserve_defaults = false, $group = 0) { argument
1149 $this->language_data['STYLES']['SYMBOLS'][$group] = $style;
1151 $this->language_data['STYLES']['SYMBOLS'][$group] .= $style;
1155 if (0 == $group) {
1182 * @param int $group Tells the group of strings for which style should be set.
[all …]
/dokuwiki/_test/data/pages/
Dmailinglist.txt7 …ther want to use the mailing list through a news group interface, please read the section [[#News
/dokuwiki/lib/plugins/acl/lang/en/
Dhelp.txt5 * The form above allows you to see and modify the permissions of a selected user or group.
/dokuwiki/lib/plugins/authldap/
Dauth.php295 $group = $grp[$this->getConf('groupkey')];
296 if (is_array($group)) {
297 $group = $group[0];
301 if ($group === '') continue;
303 $this->debug('LDAP usergroup: ' . hsc($group), 0, __LINE__, __FILE__);
304 $info['grps'][] = $group;
/dokuwiki/lib/plugins/authpdo/_test/
Dsqlite.test.php17 public function addGroup($group) { argument
18 return parent::addGroup($group);
/dokuwiki/lib/plugins/acl/
Dstyle.css78 background: transparent url(pix/group.png) 0px 1px no-repeat;
82 background: transparent url(pix/group.png) right 1px no-repeat;
/dokuwiki/lib/plugins/authplain/
Dauth.php374 * @param string $group
377 public function cleanGroup($group) argument
381 return cleanID(str_replace([':', '/', ';'], $conf['sepchar'], $group));
/dokuwiki/lib/scripts/
Dmedia.js874 unforbid: function (group) { argument
875 delete dw_mediamanager.forbidden_opts[group];
878 forbid: function (group, forbids) { argument
879 dw_mediamanager.forbidden_opts[group] = forbids;
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
Dsmoothness.css405 .ui-datepicker-multi .ui-datepicker-group {
408 .ui-datepicker-multi .ui-datepicker-group table {
412 .ui-datepicker-multi-2 .ui-datepicker-group {
415 .ui-datepicker-multi-3 .ui-datepicker-group {
418 .ui-datepicker-multi-4 .ui-datepicker-group {
421 .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
422 .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
461 .ui-datepicker-rtl .ui-datepicker-group {
464 .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
465 .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
/dokuwiki/inc/
Dauth.php765 foreach ($groups as &$group) {
766 $group = '@' . auth_nameencode($group);
Dmedia.php860 ] as $group => $content
862 $checked = "_media_get_{$group}_type";
872 $group . '_dwmedia',
873 $lang['media_' . $group . '_' . $option]
/dokuwiki/lib/plugins/authad/adLDAP/
DadLDAP.php220 public function group() { function in adLDAP
/dokuwiki/vendor/geshi/geshi/
DCHANGELOG421 * Moved symbol-lookalike sequences from keyword groups to separate symbol group
464 * Added new Keyword group for APT sources.list highlighter (BenBE)
544 expressions used as delimiters inside keywords instead of a simple char group (BenBE)
738 - Removed background colour on keyword group in eiffel (Julian Tschannen)
779 - mysql - Made the symbols into their own keyword group as the symbol group
790 - Moved a couple of functions to the correct group in smarty (arwan)
971 - If a language uses a case sensitive keyword group and that group
/dokuwiki/vendor/simplepie/simplepie/src/
DItem.php1419 …foreach ((array) $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_MEDIARSS, 'group') as $group…
1576 … if (isset($group['child'][\SimplePie\SimplePie::NAMESPACE_MEDIARSS]['category'])) {
1577 …foreach ((array) $group['child'][\SimplePie\SimplePie::NAMESPACE_MEDIARSS]['category'] as $categor…

12