Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPGroups.php58 * Add a group to a group
60 * @param string $parent The parent group name
61 * @param string $child The child group name
66 // Find the parent group's dn
73 // Find the child group's dn
91 * Add a user to a group
93 * @param string $group The group to add the user to
94 * @param string $user The user to add to the group
98 addUser($group, $user, $isGUID = false) global() argument
133 addContact($group, $contactDn) global() argument
196 delete($group) global() argument
250 removeUser($group, $user, $isGUID = false) global() argument
283 removeContact($group, $contactDn) global() argument
310 inGroup($group, $recursive = NULL) global() argument
359 members($group, $recursive = NULL) global() argument
462 recursiveGroups($group) global() argument
[all...]
H A DadLDAPComputers.php100 * Check if a computer is in a group
103 * @param string $group The group to check
107 public function inGroup($computerName, $group, $recursive = NULL) argument
110 if ($group === NULL) { return false; }
117 //return true if the specified group is in the group list
118 if (in_array($group, $groups)){
144 $extraGroups = $this->adldap->group()->recursiveGroups($groupName);
H A DadLDAPContacts.php118 $extraGroups = $this->adldap->group()->recursiveGroups($groupName);
146 // AD does not return the primary group in the ldap query, we may need to fudge it
149 $entries[0]["memberof"][] = $this->adldap->group()->getPrimaryGroup($entries[0]["primarygroupid"][0], $entries[0]["objectsid"][0]);
181 * Determine if a contact is a member of a group
184 * @param string $group The group name to query
188 public function inGroup($distinguisedName, $group, $recursive = NULL) argument
191 if ($group === NULL) { return false; }
198 // Return true if the specified group is in the group lis
[all...]
H A DadLDAPUsers.php202 $extraGroups = $this->adldap->group()->recursiveGroups($groupName);
246 // AD does not return the primary group in the ldap query, we may need to fudge it
249 $entries[0]["memberof"][] = $this->adldap->group()->getPrimaryGroup($entries[0]["primarygroupid"][0], $entries[0]["objectsid"][0]);
288 * Determine if a user is in a specific group
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; }
306 // Return true if the specified group is in the group lis
[all...]
/dokuwiki/lib/styles/
H A Dall.css15 .group {
18 .group {
21 .group:before,
22 .group:after {
26 .group:after {
/dokuwiki/conf/
H A 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 nam
[all...]
/dokuwiki/lib/plugins/authpdo/
H A Dauth.php64 ['select-user', 'select-user-groups', 'select-groups', 'insert-user', 'insert-group', 'join-group']
69 ['select-user', 'select-user-groups', 'select-groups', 'leave-group', 'delete-user']
94 ['select-user', 'select-user-groups', 'select-groups', 'leave-group', 'join-group', 'insert-group']
184 * The new user HAS TO be added to the default group by this
223 foreach ($grps as $group) {
224 if (!isset($allgroups[$group])) {
225 $ok = $this->addGroup($group);
472 addGroup($group) global() argument
[all...]
/dokuwiki/inc/Extension/
H A DAuthPlugin.php264 * The new user HAS TO be added to the default group by this
348 * Define a group [implement only where required/possible]
353 * @param string $group
356 public function addGroup($group)
358 msg("authorisation method does not support independent group creation", -1); argument
374 msg("authorisation method does not support group list retrieval", -1);
421 * @param string $group groupname
424 public function cleanGroup($group)
426 return $group; argument
/dokuwiki/vendor/splitbrain/php-archive/src/
H A 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/
H A Dauth.php248 foreach ($info['grps'] as $ndx => $group) {
249 $info['grps'][$ndx] = $this->cleanGroup($group);
255 // always add the default group to the list of groups
298 * Make AD group names usable by DokuWiki. argument
303 * @param string $group
306 public function cleanGroup($group)
308 $group = str_replace('\\', '', $group);
309 $group = str_replace('#', '', $group);
[all...]
/dokuwiki/lib/plugins/usermanager/
H A Dcli.php44 // add to group
45 $options->registerCommand('addtogroup', 'Add user to group(s)');
47 $options->registerArgument('group', 'Group(s), comma-seperated', true, 'addtogroup');
49 // remove from group
50 $options->registerCommand('removefromgroup', 'Remove user from group(s)');
52 $options->registerArgument('group', 'Group(s), comma-separated', true, 'removefromgroup');
217 * Adds an user to group(s)
234 foreach ($newgrps as $group) {
235 if (!in_array($group, $oldinfo['grps'])) {
236 $changes['grps'][] = $group;
[all...]
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php133 /** The key of the regex array defining what bracket group in a
138 /** The key of the regex array defining what bracket group in a
141 /** The key of the regex array defining what bracket group in a
985 * Sets the style for a keyword group. If $preserve_defaults is
989 * @param int $key The key of the keyword group to change the styles of
996 //Set the style for this keyword group
1020 * Turns highlighting on/off for a keyword group
1022 * @param int $key The key of the keyword group to turn on or off
1023 * @param boolean $flag Whether to turn highlighting for that group on or off
1035 * @param int $key The key of the comment group t
1081 set_escape_characters_style($style, $preserve_defaults = false, $group = 0) global() argument
1146 set_symbols_style($style, $preserve_defaults = false, $group = 0) global() argument
1185 set_strings_style($style, $preserve_defaults = false, $group = 0) global() argument
1214 set_script_style($style, $preserve_defaults = false, $group = 0) global() argument
1234 set_numbers_style($style, $preserve_defaults = false, $group = 0) global() argument
1748 set_url_for_keyword_group($group, $url) global() argument
[all...]
/dokuwiki/lib/plugins/acl/lang/en/
H A Dhelp.txt5 * The form above allows you to see and modify the permissions of a selected user or group.
/dokuwiki/lib/plugins/authldap/
H A Dauth.php283 $this->debug('LDAP group search: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
287 msg("LDAP: Reading group memberships failed", -1);
295 $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;
309 // always add the default group t
[all...]
/dokuwiki/lib/plugins/acl/
H A 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/
H A Dauth.php126 * The new user will be added to the default group by this
152 // set default group if no groups specified
335 * @param int $start index of first group to be returned
371 * @param string $group
374 public function cleanGroup($group)
378 return cleanID(str_replace([':', '/', ';'], $conf['sepchar'], $group));
367 cleanGroup($group) global() argument
/dokuwiki/lib/scripts/
H A Dmedia.js874 unforbid: function (group) {
875 delete dw_mediamanager.forbidden_opts[group];
878 forbid: function (group, forbids) {
879 dw_mediamanager.forbidden_opts[group] = forbids;
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css416 .ui-datepicker-multi .ui-datepicker-group {
419 .ui-datepicker-multi .ui-datepicker-group table {
423 .ui-datepicker-multi-2 .ui-datepicker-group {
426 .ui-datepicker-multi-3 .ui-datepicker-group {
429 .ui-datepicker-multi-4 .ui-datepicker-group {
432 .ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
433 .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
472 .ui-datepicker-rtl .ui-datepicker-group {
475 .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
476 .ui-datepicker-rtl .ui-datepicker-group
[all...]
/dokuwiki/inc/
H A Dauth.php157 // substitute group wildcard (its 1:m)
740 foreach ($groups as &$group) {
741 $group = '@' . auth_nameencode($group);
747 //add ALL group
H A Dmedia.php860 ] as $group => $content
862 $checked = "_media_get_{$group}_type";
872 $group . '_dwmedia',
873 $lang['media_' . $group . '_' . $option]
/dokuwiki/lib/plugins/authad/adLDAP/
H A DadLDAP.php124 * AD does not return the primary group. http://support.microsoft.com/?kbid=321360
125 * This tweak will resolve the real primary group.
127 * someone's primary group is NOT domain users, this is obviously going to mess up the results
158 * When querying group memberships, do it recursively
209 * The group class
216 * Get the group class interface
220 public function group() { function in adLDAP
450 * Set whether to detect the true primary group
461 * Get the real primary group setting
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG419 * Moved symbol-lookalike sequences from keyword groups to separate symbol group
462 * Added new Keyword group for APT sources.list highlighter (BenBE)
542 expressions used as delimiters inside keywords instead of a simple char group (BenBE)
736 - Removed background colour on keyword group in eiffel (Julian Tschannen)
777 - mysql - Made the symbols into their own keyword group as the symbol group
788 - Moved a couple of functions to the correct group in smarty (arwan)
969 - If a language uses a case sensitive keyword group and that group
/dokuwiki/vendor/simplepie/simplepie/src/
H A DItem.php904 * @todo Add ability to prefer one type of content over another (in a media group).
1419 // If we have media:group tags, loop through them.
1420 foreach ((array) $this->get_item_tags(\SimplePie\SimplePie::NAMESPACE_MEDIARSS, 'group') as $group) {
1421 if (isset($group['child']) && isset($group['child'][\SimplePie\SimplePie::NAMESPACE_MEDIARSS]['content'])) {
1423 foreach ((array) $group['child'][\SimplePie\SimplePie::NAMESPACE_MEDIARSS]['content'] as $content) {
1496 // Checking the other optional media: elements. Priority: media:content, media:group, item, channel
1526 } elseif (isset($group['child'][\SimplePie\SimplePie::NAMESPACE_MEDIARSS]['text'])) {
1527 foreach ($group['chil
[all...]
/dokuwiki/data/pages/wiki/
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]].