Lines Matching defs:current
177 * current id
198 echo '<h2>' . $this->getLang('current') . '</h2>';
270 * @param string $folder an already converted filesystem folder of the current namespace
342 * Display the current ACL for selected where/who combination with
385 $current = $this->getExactPermisson();
387 // explain current permissions
388 $this->printExplanation($current);
390 $this->printAclEditor($current);
409 protected function printAclEditor($current)
414 if (is_null($current)) {
420 echo $this->makeCheckboxes($current, empty($this->ns), 'acl');
422 if (is_null($current)) {
437 protected function printExplanation($current)
506 } elseif (is_null($current)) {
576 * Get current ACL settings as multidim array