Home
last modified time | relevance | path

Searched refs:scope (Results 501 – 525 of 675) sorted by path

1...<<21222324252627

/plugin/pot/
H A DLICENSE74 covered by this License; they are outside its scope. The act of
133 the scope of this License.
/plugin/preservefilenames/
H A DCOPYING73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/prespan/
H A DCOPYING73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/processing/
H A Dscript.js12459 p=p.scope;
12808 var scope = declaredClasses[scopeId];
12809 class_.scope = scope;
12810 if(scope.inScope === undef) {
12811 scope.inScope = {};
12813 scope.inScope[name] = class_;
12822 var currentScope = class_.scope, found;
12827 currentScope = currentScope.scope;
/plugin/projects/
H A Dlicense73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/publist/
H A DCOPYING73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/publistf/
H A DCOPYING73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/publistx/
H A DCOPYING73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/pureldap/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapUrl.php71 protected $scope;
148 return $this->scope;
152 * @param null|string $scope
156 public function setScope(?string $scope)
158 $scope = $scope === null ? $scope : strtolower($scope);
159 if ($scope !== null && !in_array($scope, [sel
57 protected $scope; global() variable in FreeDSx\\Ldap\\LdapUrl
141 setScope(string $scope) global() argument
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DSearchRequest.php34 * scope ENUMERATED {
55 * Searches a scope of a single object (IE. a specific DN)
96 protected $scope = self::SCOPE_WHOLE_SUBTREE;
161 * Set the search scope for all children underneath the base DN.
167 $this->scope = self::SCOPE_WHOLE_SUBTREE;
173 * Set the search scope to the base DN object only.
179 $this->scope = self::SCOPE_BASE_OBJECT;
185 * Set the search scope to a single level listing from the base DN.
191 $this->scope = self::SCOPE_SINGLE_LEVEL;
268 return $this->scope;
94 protected $scope = self::SCOPE_WHOLE_SUBTREE; global() variable in FreeDSx\\Ldap\\Operation\\Request\\SearchRequest
273 setScope(int $scope) global() argument
[all...]
/plugin/pwaoffline/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
H A Dscript.js9 scope: '.'
/plugin/quickedit/
H A DCOPYING73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/quickstats/scripts/php-inet6_1.0.2/
H A DLICENSE522 the scope of its coverage, prohibits the exercise of, or is
/plugin/randominc/
H A DCOPYING73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/randompage2/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/randomtables/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/referrers/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/refnotes/
H A Dcore.php16 require_once(DOKU_PLUGIN . 'refnotes/scope.php');
291 $scope = $this->getNamespace($namespaceName)->getActiveScope();
292 $note = $scope->findNote($namespaceName, $noteName);
295 $scope = $this->getNamespace($this->mapping[$namespaceName])->getActiveScope();
296 $note = $scope->findNote($namespaceName, $noteName);
301 $note = $this->createNote($scope, $namespaceName, $noteName);
303 $scope->addNote($note);
316 abstract protected function createNote($scope, $namespaceName, $noteName); argument
396 protected function createNote($scope, $namespaceName, $noteName) {
397 return new refnotes_renderer_note($scope,
376 createNote($scope, $namespaceName, $noteName) global() argument
480 createNote($scope, $namespaceName, $noteName) global() argument
[all...]
H A Dnamespace.php107 /* Default inheritance for the first scope */
229 private $scope; variable in refnotes_namespace
282 $this->scope = array();
301 return count($this->scope);
342 $index = count($this->scope) + $index;
344 return ($index >= 0) ? $this->scope[$index] : new refnotes_scope_mock();
366 $this->scope[] = new refnotes_scope($this, count($this->scope) + 1);
378 $this->scope[] = new refnotes_scope(NULL, 0, $callIndex);
386 /* Create an empty scope i
[all...]
H A Dnote.php110 protected $scope; variable in refnotes_note
137 public function __construct($scope, $namespaceName, $name) { argument
140 $this->scope = $scope;
154 $this->id = $this->scope->getNoteId();
186 return $this->scope;
256 $result .= $this->scope->getName();
266 $doc = $this->scope->getRenderer()->renderNote($mode, $this, $this->reference);
281 public function __construct($scope, $namespaceName, $name) { argument
282 parent::__construct($scope,
[all...]
/plugin/relativetimehelper/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/remotescript/lib/
H A Dlicense.txt143 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.
/plugin/repo/
H A DCOPYING73 covered by this License; they are outside its scope. The act of
132 the scope of this License.

1...<<21222324252627