Searched refs:scope (Results 1 – 12 of 12) sorted by relevance
| /dokuwiki/lib/plugins/acl/ |
| H A D | remote.php | 34 * @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 D | admin.php | 113 $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 D | Lessc.php | 73 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 D | auth.php | 649 * @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 D | LICENSE | 143 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 D | LICENCE | 143 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 D | LICENSE | 73 covered by this License; they are outside its scope. The act of 132 the scope of this License.
|
| /dokuwiki/ |
| H A D | COPYING | 73 covered by this License; they are outside its scope. The act of 132 the scope of this License.
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery-ui.min.js | 6 …scope:"default",scroll:!0,scrollSensitivity:20,scrollSpeed:20,snap:!1,snapMode:"both",snapToleranc… property
|
| H A D | jquery.min.js | 2 …scope||((s=e.getAttribute("id"))?s=ce.escapeSelector(s):e.setAttribute("id",s=S)),o=(l=Y(t)).lengt…
|
| /dokuwiki/vendor/splitbrain/lesserphp/ |
| H A D | LICENSE | 563 the scope of its coverage, prohibits the exercise of, or is
|
| /dokuwiki/_test/core/ |
| H A D | phpQuery-onefile.php | 3989 …* @param array $scope External variables passed to callback. Use compact('varName1', 'varName2'...…
|