Home
last modified time | relevance | path

Searched refs:scope (Results 276 – 300 of 675) sorted by last modified time

1...<<11121314151617181920>>...27

/plugin/mediathumbnails/
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 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...]
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...]
/plugin/googlemaps3/
H A DLICENSE522 the scope of its coverage, prohibits the exercise of, or is
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js1scope=e}return e.prototype.addSymbol=function(e,t,n,r){if(-1!==e.offset){var i=this.scope.findScop…
H A Dbundle.js.map1scope for now\n if (typeof loaderConfig.baseUrl !== 'undefined') {\n del…
H A Deditor.worker.js.map1 … (loaderConfig) {\n // Remove 'baseUrl', handling it is beyond scope for now\n …
H A Djson.worker.js.map1 … (loaderConfig) {\n // Remove 'baseUrl', handling it is beyond scope for now\n …
H A D2.2.js28758 this.children.push(scope);
28759 scope.setParent(this);
28762 this.parent = scope;
28823 function ScopeBuilder(scope) { argument
28824 this.scope = scope;
28950 while (scope) {
28959 scope = scope.parent;
28982 while (scope) {
28990 scope = scope.parent;
29056 while (scope) {
[all …]
H A D3.3.js.map1scope\",\n \"valueSet\": \"s\"\n },\n {\n …
H A D2.2.js.map1scope\",\n \"browsers\": [\n \"E79\",\n \"FF32\",\n …
/plugin/dirtylittlehelper/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1scope","level","third","declare","items","animation","content","stylis","minify","use","plugin","w…
/plugin/dx/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/openlayersmapoverlays/lib/
H A Dlayers.js59scope:this});this.update()}return activated},deactivate:function(){var deactivated=OpenLayers.Stra…
/plugin/deletehistory/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/mediatooltip/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/entitiesbutton/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/logindelay/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/rndtxt/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/dtable/
H A Daction.php152 $scope = $json->decode($_POST['remove']);
155 for ($i = $scope[0]; $i <= $scope[1]; $i++)
163 array_splice($page_lines, $scope[0], $scope[1] - $scope[0] + 1);
223 $scope = $json->decode($_POST['edit']);
226 for ($i = $scope[0]; $i <= $scope[1]; $i++)
236 array_splice($page_lines, $scope[0], $scope[1] - $scope[0] + 1, $new_line);
237 $line_nr = $scope[0];
/plugin/navpath/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/htmldetailstag/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.
/plugin/today/
H A DLICENSE73 covered by this License; they are outside its scope. The act of
132 the scope of this License.

1...<<11121314151617181920>>...27