Home
last modified time | relevance | path

Searched refs:group (Results 476 – 500 of 769) sorted by path

1...<<11121314151617181920>>...31

/plugin/gallery/script/
H A Dprosemirror.js21 group: 'protected_block', // may go into a block quote or list, but not into a table
/plugin/gdpr/
H A D.travis.yml20 …- ./phpunit.phar --configuration=../lib/plugins/gdpr/phpunit.xml --group plugin_gdpr --coverage-cl…
/plugin/gitlabproject/
H A DREADME.md31 **NAMESPACE** is the namespace of your project, typically the name of the user or group in which th…
/plugin/groupadmin/
H A DREADME3 Group membership admin from group perspective
H A Dadmin.php122 foreach ($group_list as $group) {
123 if ($this->_group_name == $group) {
124 ptln(' <option value="'.$group.'" selected="selected">'.$group.'</option>');
126 ptln(' <option value="'.$group.'">'.$group.'</option>');
H A Dplugin.info.txt6 desc Group membership admin from group perspective
/plugin/grouphome/
H A DREADME3 Redirect logged in users from the start page to their primary group's homepage
H A Dplugin.info.txt6 desc Redirect logged in users from the start page to their primary group's homepage
/plugin/groupmail/
H A DREADME.textile5 using. However, I wanted to use it to send out email to a group of people which
15 * support emailing to dokuwiki group members
64 p. or email to dokuwiki group members (via dokuwiki group names
92 | togroup=... | a (list of) dokuwiki group names to send email to. |
95 | ccgroup=... | a (list of) dokuwiki group names to carbon copy email to. |
98 | bccgroup=... | a (list of) dokuwiki group names to blind carbon copy email to. |
H A Dsyntax.php117 foreach ($vals as $group) {
118 if (!in_array($group, $this->recipient_groups)){
119 $this->_set_error("acl_togroup", array($group, $field), 'acl');
/plugin/groupmanager/
H A DREADME8 GROUPMGR already allowed easy modification of group membership by non-admins.
9 This greatly simplified management of collaborative projects by group-admins.
13 Groupmanager may also enable group-admins to add and delete users independently from a
29 Groups to manage separated by commas; the first group in the list will be the default group.
38 Members of group ‘ wg_mygroup_reader ‘ can be managed by group ‘ wg_mygroup_admin ‘
44 …reader ‘ and ‘ wg_mygroup_editor ‘ can be managed by user ‘harald’ and members of the group ‘admin’
55 3. Group-admins may assign the group-admin role to other users!
56 4. But: users cannot remove themselves from the group that grants them access to the
57 group admin (including admins)
69 “default” group, which is the first managed group (wg_mygroup_reader in the example).
[all …]
H A Dplugin.info.txt6 desc Embeddable group manager
/plugin/groupmatrix/
H A DREADME3 Show group membership and other user data in an overview table
H A Dplugin.info.txt6 desc Show group membership and other user data in an overview table
/plugin/groupmatrix/syntax/
H A Dtable.php138 foreach ($groups as $group) {
139 $row['memberof'][$group] = in_array($group, $user['grps']) ? self::MARK : '';
/plugin/groupmgr/
H A DREADME4 _groupmgr_ is a simple group manager plugin for dokuwiki. It allows easy
5 modification of group membership by non-admins. Configured properly, it
23 Members of group 'posters' can be managed by group 'moderators'
27 and members of the group 'admin'
34 3. Users cannot remove themselves from the group that grants them access
35 to the group manager (including admins)
H A Dplugin.info.txt6 desc Embeddable group manager
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1group:1,into:1,join:1,let:1,orderby:1,partial:1,select:1,set:1,value:1,"var":1,where:1,yield:1}},m… property in hljs.LANGUAGES.mel.dM.k
/plugin/highlightparent/
H A D.travis.yml18 script: cd _test && phpunit --stderr --group plugin_highlightparent
/plugin/html2pdf/html2pdf/html2ps/cache/
H A D7d888258e9745b3716532ea81342daaf.css.compiled1group";s:10:"_important";b:0;}}s:10:"_positions";a:1:{i:29;i:0;}s:11:"_priorities";a:1:{i:0;i:1;}s…
/plugin/html2pdf/html2pdf/html2ps/
H A Ddefault.css415 display: table-row-group;
430 display: table-header-group;
434 display: table-footer-group;
H A Dxhtml.tables.inc.php47 function process_rowgroup($group, &$sample_html, $offset) { argument
49 "(thead|tbody|tfoot|td|th|tr|/table|/{$group})",
53 "/{$group}");
/plugin/html5video2/script/
H A Dvideo.min.js27 …var m in c[i]||(c[i]=[]),u[e][i]){var g=u[e][i][m],y=void 0,y=f?(h("AUDIO group '"+i+"' label '"+m…
/plugin/htmldetailstag/
H A D.travis.yml15 script: cd _test && ./phpunit.phar --stderr --group plugin_htmldetailstag
/plugin/htmlokay/
H A Dadmin.php291 foreach($groups as $group => $val)
293 …list($checked_strict, $checked_medium, $checked_lax, $su) = $this->get_checked($group, $this->save…
295group]' />" . "<td class='centeralign'><input type='radio' value='medium' $checked_medium name='gr…

1...<<11121314151617181920>>...31