Home
last modified time | relevance | path

Searched refs:namespace (Results 226 – 250 of 684) sorted by last modified time

12345678910>>...28

/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js12887 var namespace = '';
13006 namespace = value;
13129 var id = (identityIndex != null) ? namespace + values[identityIndex] : null;
13208 namespace + values[parentIndex]) : null;
/plugin/linkpagechild/
H A Dplugin.info.txt6 …et path starts with '::' resolve to the namespace with the name of the current page, under the cur…
H A DREADME4 starts with '::' resolve to the namespace with the name of the
5 current page, under the current namespace.
/plugin/refnotes/
H A Dcore.php15 require_once(DOKU_PLUGIN . 'refnotes/namespace.php');
181 protected $namespace; variable in refnotes_core
189 $this->namespace = array();
197 return count($this->namespace);
201 * Returns a namespace given it's name. The namespace is created if it doesn't exist yet.
214 * Finds a namespace given it's name
219 if (array_key_exists($name, $this->namespace)) {
220 $result = $this->namespace[$name];
227 * Finds a namespace o
[all...]
H A Dinstructions.php76 public function __construct($namespace, $data) { argument
77 parent::__construct('style', array('ns' => $namespace), $data);
87 public function __construct($namespace, $data) { argument
88 parent::__construct('map', array('ns' => $namespace), $data);
98 public function __construct($namespace) { argument
99 parent::__construct('render', array('ns' => $namespace));
H A Dreference.php17 list($namespace, $name) = refnotes_namespace::parseName($name);
23 parent::__construct(array('ns' => $namespace, 'name' => $name));
H A Dscope.php59 private $namespace; variable in refnotes_scope
69 public function __construct($namespace, $id, $start = -1, $end = -1000) { argument
70 $this->namespace = $namespace;
82 return $this->namespace->getName() . $this->id;
103 return $this->namespace->getRenderer();
H A Dbibtex.php451 private $namespace; variable in refnotes_bibtex_entry_stash
459 $this->namespace = ':';
483 $name = $this->namespace . $name;
500 if (isset($data['namespace']) && $this->isValidRefnotesName($data['namespace'])) {
501 $this->namespace = refnotes_namespace::canonizeName($data['namespace']);
H A Ddatabase.php18 private $namespace; variable in refnotes_reference_database
40 $this->namespace = array();
112 $namespace = refnotes_configuration::getSetting('reference-db-namespace');
113 $namespacePattern = '/^' . trim($namespace, ':') . ':/';
136 $this->namespace[$ns][] = $pageId;
152 list($namespace, $temp) = refnotes_namespace::parseName($name);
154 if (array_key_exists($namespace, $this->namespace)) {
155 $this->loadNamespaceNotes($namespace);
167 loadNamespaceNotes($namespace) global() argument
188 private $namespace; global() variable in refnotes_reference_database_page
535 update($fileName, $namespace) global() argument
[all...]
H A Dnamespace.php25 abstract public function add($namespace, $data); argument
59 protected $namespace; variable in refnotes_namespace_data
65 public function __construct($namespace, $data) { argument
66 $this->namespace = $namespace;
74 return $this->namespace->getName();
102 public function add($namespace, $data) { argument
103 $style = new refnotes_namespace_style_info($namespace, $data);
106 if (($parent == '') && ($namespace->getScopesCount() == 1)) {
108 $parent = refnotes_namespace::getParentName($namespace
218 add($namespace, $data) global() argument
[all...]
H A Drendering.php24 protected $namespace; variable in refnotes_renderer_base
29 public function __construct($namespace) { argument
30 $this->namespace = $namespace;
37 return $this->namespace->getStyle($name);
75 public function __construct($namespace) { argument
76 parent::__construct($namespace);
88 $renderer = new refnotes_harvard_renderer($this->namespace);
92 $renderer = new refnotes_basic_renderer($this->namespace);
933 public function __construct($namespace) {
926 __construct($namespace) global() argument
[all...]
H A Daction.php260 * Extract namespace mapping info
420 $namespace = refnotes_configuration::load('namespaces');
421 $namespace = $this->translateStyles($namespace, 'dw', 'js');
424 $config['namespaces'] = $namespace;
438 $namespace = $config['namespaces'];
439 $namespace = $this->translateStyles($namespace, 'js', 'dw');
442 $saved = $saved && refnotes_configuration::save('namespaces', $namespace);
446 $saved = $saved && $this->setupReferenceDatabase($config['general']['reference-db-namespace']);
429 translateStyles($namespace, $from, $to) global() argument
504 setupReferenceDatabase($namespace) global() argument
[all...]
H A Dadmin.js229 ['reference-db-namespace', ':refnotes:']
290 fields.set(new TextField('reference-db-namespace'));
292 jQuery('#field-reference-db-namespace').css('width', '19em');
659 for (let [name, namespace] of namespaces) {
660 settings[name] = namespace.getSettings();
/plugin/refnotes/lang/en/
H A Dintro.txt8 * //Reference database namespace// --- DokuWiki namespace for the reference database.
13 Settings that are shown on a blue background are the default values. In the //Namespaces// section settings that are shown on a green background are inherited from the parent namespace.
H A D__template.txt7 * Define notes using [[wp>BibTeX]] syntax. BibTeX entries have to be wrapped into a ''<code>'' section. The key of BibTeX entry serves as name of the note. The namespace can be either specified as part of the key or in a separate comment (see example below) for all entries that follow.
38 namespace = "ref:prog"
/plugin/refnotes/syntax/
H A Dreferences.php52 $namespace = refnotes_namespace::getNamePattern('optional');
57 $fullName = '\s*(?:' . $namespace . $strictName . '|:' . $namespace . $extendedName . ')\s*';
62 $optionalFullName = $namespace . $extendedName . '?';
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1namespace provides helper functions to work with\r\n * [Position](#Position) literals.\r\n */\r\ne…
H A D41.41.js.map1 … 'interface',\n 'instanceof',\n 'insteadof',\n 'namespace',\n 'new'…
H A D42.42.js.map1 … token: 'keyword.dlr' },\n '@default': { token: 'namespace' } // most likel…
H A D48.48.js.map1 … 'long',\n 'nameof',\n 'new',\n 'null',\n 'namespace',\n 'obje…
H A D52.52.js1 …ted:[[/\$\w*/,"global.constant","@pop"],[/@\w*/,"namespace.class.identifier","@pop"],[/@@\w*/,"nam…
H A D52.52.js.map1namespace.instance.identifier'],\n [/@@[\\w]*/, 'namespace.class.identifier'],\n …
H A D57.57.js.map1 …face|-moz-document)', { token: 'keyword' }],\n ['[@](charset|namespace)', { token: 'key…
H A D6.6.js.map1 … 'is',\n 'keyof',\n 'let',\n 'module',\n 'namespace',\n 'neve…
H A D62.62.js.map1 … 'end_method',\n 'property',\n 'end_property',\n 'namespace',\n 'end_…

12345678910>>...28