Home
last modified time | relevance | path

Searched refs:scope (Results 1 – 12 of 12) sorted by relevance

/dokuwiki/lib/plugins/acl/
H A Dremote.php34 * @param string $scope The page or namespace to apply the ACL to
40 public function addAcl($scope, $user, $level) argument
51 return $apa->addOrUpdateACL($scope, $user, $level);
57 * @param string $scope The page or namespace the ACL applied to
62 public function delAcl($scope, $user) argument
73 return $apa->deleteACL($scope, $user);
H A Dadmin.php113 $scope = '*';
115 $scope = $this->ns . ':*';
118 $scope = $ID;
121 if ($cmd == 'save' && $scope && $this->who && $INPUT->has('acl')) {
123 $this->deleteACL($scope, $this->who);
124 $this->addOrUpdateACL($scope, $this->who, $INPUT->int('acl'));
125 } elseif ($cmd == 'del' && $scope && $this->who) {
127 $this->deleteACL($scope, $this->who);
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DLessc.php73 protected ?stdClass $scope = null; variable in LesserPHP\\Lessc
114 $this->scope = null;
134 $this->formatter->block($this->scope);
500 $this->scope->children[] = $out;
503 $block->scope = $env; // mixins carry scope with them!
513 $parentScope = $this->mediaParent($this->scope);
517 $this->scope = $this->makeOutputBlock($media->type, [$query]);
518 $parentScope->children[] = $this->scope;
520 $this->compileProps($media, $this->scope);
522 if (count($this->scope->lines) > 0) {
[all …]
/dokuwiki/lib/plugins/authldap/
H A Dauth.php649 * @param string $scope can be 'base', 'one' or 'sub'
660 $scope = 'sub', argument
667 if ($scope == 'base') {
676 } elseif ($scope == 'one') {
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE143 covered by this License; they are outside its scope. The act of
209 the scope of this License.
244 therefore falls outside the scope of this License.
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE143 covered by this License; they are outside its scope. The act of
209 the scope of this License.
244 therefore falls outside the scope of this License.
/dokuwiki/vendor/geshi/geshi/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/dokuwiki/
H A DCOPYING73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/dokuwiki/lib/scripts/jquery/
H A Djquery-ui.min.js6scope:"default",scroll:!0,scrollSensitivity:20,scrollSpeed:20,snap:!1,snapMode:"both",snapToleranc… property
H A Djquery.min.js2scope||((s=e.getAttribute("id"))?s=ce.escapeSelector(s):e.setAttribute("id",s=S)),o=(l=Y(t)).lengt…
/dokuwiki/vendor/splitbrain/lesserphp/
H A DLICENSE563 the scope of its coverage, prohibits the exercise of, or is
/dokuwiki/_test/core/
H A DphpQuery-onefile.php3989 …* @param array $scope External variables passed to callback. Use compact('varName1', 'varName2'...…