Home
last modified time | relevance | path

Searched refs:group (Results 326 – 350 of 769) sorted by relevance

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

/plugin/actionrenderer/
H A D.travis.yml15 script: cd _test && ./phpunit.phar --stderr --group plugin_actionrenderer
/plugin/smtp/
H A D.travis.yml15 script: cd _test && ./phpunit.phar --stderr --group plugin_smtp
/plugin/imagemapping/
H A D.travis.yml
/plugin/farmsync/
H A D.travis.yml15 script: cd _test && ./phpunit.phar --stderr --group plugin_farmsync
/plugin/submgr/lang/en/
H A Dnousers.txt3 …ation backend currently in use does not allow retrieving a list of users within a given group. This
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D2435.phpt2 GH-2435: Test empty @group annotation
/plugin/twitter/
H A D.travis.yml25 - cd _test && PRESERVE_TMP=false ./phpunit.phar --stderr --group plugin_twitter --verbose --debug
/plugin/include/
H A Ddeleted.files5 _test/include.group.php
/plugin/batchedit/
H A Dinterface.php625 private function printRadioButton($group, $name, $label) {
626 $id = $group . $name;
627 $html = '<input type="radio" id="be-' . $id . '" name="' . $group . '" value="' . $name . '"';
629 if (isset($_REQUEST[$group]) && $_REQUEST[$group] == $name) {
603 printRadioButton($group, $name, $label) global() argument
/plugin/highlightparent/
H A D.travis.yml18 script: cd _test && phpunit --stderr --group plugin_highlightparent
/plugin/aclplusregex/conf/
H A Daclplusregex.conf.example1 # Please note that the same encoding rules for user and group names should be used as in the original ACL
/plugin/structsection/
H A D.travis.yml19 script: cd _test && ./phpunit.phar --stderr --group plugin_structsection
/plugin/dropfiles/
H A D.travis.yml19 script: cd _test && ./phpunit.phar --stderr --group plugin_dropfiles
/plugin/shibbolethauth/files/
H A Dshibboleth.class.php357 foreach($grps as $group){
358 array_unshift($user['grps'],$group);
363 foreach ($user['grps'] as $group){
364 if($group == $this->sympaDefaultGroup) $defaultgroupset = true;
/plugin/elasticsearch/action/
H A Dsearch.php320 // include if group OR user have read permissions, allows for ACLs such as "block @group except user"
322 foreach($groups as $group) {
324 $term->setTerm('groups_include', $group);
338 foreach($groups as $group) {
340 $term->setTerm('groups_exclude', $group);
/plugin/404manager/
H A D.travis.yml13 script: cd _test && phpunit --stderr --group plugin_404manager
/plugin/ipgroup/
H A Dplugin.info.txt6 desc Allows administrators to map (anonymous) users from specified networks to a single group.
/plugin/edittable/
H A D.travis.yml20 - cd _test && ./phpunit.phar --stderr --group plugin_edittable
/plugin/structstatus/
H A D.travis.yml20 script: cd _test && ./phpunit.phar --stderr --group plugin_structstatus
/plugin/minimap/
H A Dplugin.info.txt6 …e (pages and sub-namespace) in a list format (with the help of a bootstrap panel with a list group)
/plugin/autlogin/
H A Dadmin.php1167 foreach($user2 as $group)
1168 if($group == 'autlogin')
1249 foreach($grps as $group)
1250 if($group == 'moderator')
1284 foreach($grps as $group)
1286 $save.=$group;
1287 if($group != 'moderator'){
1288 $groups[]=$group;
1421 foreach($groups as $group)
1422 if($group == 'autlogin')
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dlist-groups.phpt15 Available test group(s):
/plugin/authremoteuser/
H A Dauth.php332 * @param string $group
335 public function cleanGroup($group) { argument
337 return cleanID(str_replace(':', $conf['sepchar'], $group));
/plugin/farm/install/animaltemplate/conf/
H A Dlocal.php.bak13 $conf['tpl']['dokubrick']['sidebar_content'] = 'toc,main,user,group,namespace,index';
/plugin/backlinks2/
H A D.travis.yml30 - cd _test && PRESERVE_TMP=false phpunit --stderr --group plugin_backlinks --verbose --debug

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