Home
last modified time | relevance | path

Searched +full:namespace +(+path:plugin +path:tag) -(+path:plugin +path:tag +path:lang) (Results 126 – 133 of 133) sorted by path

123456

/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/
H A DTag.php13 namespace phpDocumentor\Reflection\DocBlock;
/plugin/findologicxmlexport/vendor/symfony/yaml/Tag/
H A DTaggedValue.php12 namespace Symfony\Component\Yaml\Tag;
/plugin/struct/types/
H A DTag.php3 namespace dokuwiki\plugin\struct\types;
/plugin/tag/
H A Daction.php76 $tagns = $this->getConf('namespace');
H A Dhelper.php17 * @var string namespace tag links point to
19 public $namespace; variable in helper_plugin_tag
40 $this->namespace = $this->getConf('namespace');
41 if (!$this->namespace) {
42 $this->namespace = getNS($ID);
84 'namespace (optional)' => 'string',
153 return $this->namespace;
188 $resolver = new dokuwiki\File\PageResolver($this->namespace . ':something');
193 resolve_pageid($this->namespace,
[all...]
/plugin/tag/conf/
H A Ddefault.php5 $conf['namespace'] = 'tag'; // where should tag links point to? default: 'tag'
10 $conf['list_tags_of_subns'] = 0; // list also tags in subnamespaces of a specified namespace (count syntax)
H A Dmetadata.php9 $meta['namespace'] = array('string');
/plugin/tag/syntax/
H A Dsearchtags.php122 * Return the search form for the namespace and the tag selection
134 // build the list in the form value => label from the namespace search result
148 // namespace select
228 * Returns the currently selected namespace
229 * @return string the cleaned namespace id

123456