/dokuwiki/lib/plugins/authad/adLDAP/classes/ |
D | adLDAPGroups.php | 93 * @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 …]
|
D | adLDAPComputers.php | 103 * @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);
|
D | adLDAPContacts.php | 118 $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)){
|
D | adLDAPUsers.php | 202 $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/ |
D | all.css | 15 .group { 18 .group { 21 .group:before, 22 .group:after { 26 .group:after {
|
/dokuwiki/conf/ |
D | mysql.conf.php.example | 64 * %{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/ |
D | auth.php | 226 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/ |
D | AuthPlugin.php | 353 * @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/ |
D | FileInfo.php | 24 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/ |
D | auth.php | 248 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/ |
D | cli.php | 233 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/ |
D | geshi.php | 1078 * @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/ |
D | mailinglist.txt | 7 …ther want to use the mailing list through a news group interface, please read the section [[#News …
|
/dokuwiki/lib/plugins/acl/lang/en/ |
D | help.txt | 5 * The form above allows you to see and modify the permissions of a selected user or group.
|
/dokuwiki/lib/plugins/authldap/ |
D | auth.php | 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;
|
/dokuwiki/lib/plugins/authpdo/_test/ |
D | sqlite.test.php | 17 public function addGroup($group) { argument 18 return parent::addGroup($group);
|
/dokuwiki/lib/plugins/acl/ |
D | style.css | 78 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/ |
D | auth.php | 374 * @param string $group 377 public function cleanGroup($group) argument 381 return cleanID(str_replace([':', '/', ';'], $conf['sepchar'], $group));
|
/dokuwiki/lib/scripts/ |
D | media.js | 874 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/ |
D | smoothness.css | 405 .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/ |
D | auth.php | 765 foreach ($groups as &$group) { 766 $group = '@' . auth_nameencode($group);
|
D | media.php | 860 ] as $group => $content 862 $checked = "_media_get_{$group}_type"; 872 $group . '_dwmedia', 873 $lang['media_' . $group . '_' . $option]
|
/dokuwiki/lib/plugins/authad/adLDAP/ |
D | adLDAP.php | 220 public function group() { function in adLDAP
|
/dokuwiki/vendor/geshi/geshi/ |
D | CHANGELOG | 421 * 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/ |
D | Item.php | 1419 …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…
|