Home
last modified time | relevance | path

Searched refs:testACL (Results 1 – 5 of 5) sorted by path

/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAVACL/
H A DAllowAccessTest.php73 function testACL() { function in Sabre\\DAVACL\\AllowAccessTest
H A DBlockAccessTest.php126 function testACL() { function in Sabre\\DAVACL\\BlockAccessTest
H A DPluginPropertiesTest.php138 function testACL() { function in Sabre\\DAVACL\\PluginPropertiesTest
/plugin/elasticsearch/_test/
H A Dacl.test.php144 public function testACL($page, $expected) function in helper_plugin_elasticsearch_test
/plugin/random_page/
H A Daction.php59 $testACL = auth_aclcheck($id, $_SERVER['REMOTE_USER'], $USERINFO['grps']);
61 if (($testACL > 1) and (file_exists(wikiFN($id)))) {
67 if ($testACL < 1) {