Home
last modified time | relevance | path

Searched refs:namespace (Results 151 – 175 of 684) sorted by relevance

12345678910>>...28

/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…
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DKML.php3 namespace geoPHP\Adapter;
40 private $namespace = false; variable in geoPHP\\Adapter\\KML
241 * @param bool $namespace
244 public function write(Geometry $geometry, $namespace = false) argument
246 if ($namespace) {
247 $this->namespace = $namespace;
248 $this->nss = $namespace . ':';
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/Rule/
H A DToken.php133 $namespace = 'qux',
136 ->when($result = $token->setNamespace($namespace))
150 $namespace = 'qux',
152 $token->setNamespace($namespace)
157 ->isEqualTo($namespace);
/plugin/webdav/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DExpandPropertyReport.php84 $namespace = isset($elem['attributes']['namespace']) ?
88 $propName = '{' . $namespace . '}' . $elem['attributes']['name'];
/plugin/davcal/vendor/sabre/dav/lib/DAVACL/Xml/Request/
H A DExpandPropertyReport.php84 $namespace = isset($elem['attributes']['namespace']) ?
88 $propName = '{' . $namespace . '}' . $elem['attributes']['name'];
/plugin/geonav/server/
H A Dget_county.php21 $namespace = $topic; variable
24 $wikiData = pullInWikiData($path, $namespace, $topic);
/plugin/querychangelog/lang/en/
H A Dquerychangelog.txt8 :!: This may take a **very** long time if perfomed on a namespace
10 namespace and its subnamespaces are scanned)
/plugin/backlinks2/_test/data/pages/
H A Dbacklink_test_pages.txt5 * [[backlinks_include_syntax|Backlinks to what Bob Ross says (including only include namespace)]]
6 * [[backlinks_exclude_syntax|Backlinks to what Bob Ross says (excluding exclude namespace)]]
/plugin/approve/lang/en/
H A Dassignments_intro.txt6 * Namespaces excluding subnamespaces are assigned as ''<nowiki>namespace:*</nowiki>''.
7 * Namespaces including subnamespaces are assigned as ''<nowiki>namespace:**</nowiki>''.
/plugin/recommend/lang/en/
H A Dintro.txt7 * Namespace excluding subnamespaces are defined as ''<nowiki>namespace:*</nowiki>''
8 * Namespace including subnamespaces are defined as ''<nowiki>namespace:**</nowiki>''
/plugin/recommend/lang/de/
H A Dintro.txt7 …* Namensräume, mit Ausnahme von untergeordneten Namensräumen, werden als ''<nowiki>namespace:*</no…
8 …* Namensräume, einschließlich untergeordneten Namensräumen, werden als ''<nowiki>namespace:**</now…
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DSampler.php200 * @param string $namespace Token namespace.
203 protected function setCurrentNamespace($namespace) argument
206 $this->_currentNamespace = $namespace;
/plugin/404manager/
H A DCHANGES.md12 …orithm will calculate a bigger score for a page in another namespace and before all, namespace are…
13 …The best name space page doesn't check all namespace if the page ID that gives a 404 has a existin…
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst4 … define your own annotations you just have to group them in a namespace and register this namespace
9 namespace MyCompany\Annotations;
26 namespace MyCompany\Annotations;
69 namespace MyCompany\Annotations;
100 namespace MyCompany\Annotations;
233 namespace MyCompany\Entity;
266 namespace MyCompany\Entity;
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DPhpParser.php55 $namespace = preg_quote($class->getNamespaceName());
56 … $content = preg_replace('/^.*?(\bnamespace\s+' . $namespace . '\s*[;{].*)$/s', '\\1', $content);
/plugin/today/
H A Dsyntax.php63 $namespace = trim(substr($match, strlen('{today'), -1));
64 $data['namespace'] = $namespace;
/plugin/bookmark2wiki/
H A Daction.php54 $namespace="new_bookmarks"; // default namespace for bookmark
65 $targeturl = DOKU_BASE."doku.php?id=".$namespace."&do=edit";
/plugin/approve/lang/de/
H A Dassignments_intro.txt6 * Namensr�ume ohne Unter-Namensr�ume werden als ''<nowiki>namespace:*</nowiki>'' zugewiesen.
7 * Namensr�ume, die Unter-Namensr�ume einschlie�en, werden als ''<nowiki>namespace:**</nowiki>'' zugewiesen.
/plugin/fetchmedia/action/
H A Dajax.php70 $namespace = $INPUT->str('namespace');
72 return $this->findExternalMediaFiles($namespace, $type);
222 public function findExternalMediaFiles($namespace, $type) { argument
224 $basedir = dirname(wikiFN(cleanID($namespace) . ':start'));
239 $pagename = cleanID($namespace) . ':' . $page['id'];
/plugin/approve/
H A Dhelper.php82 $no_apr_namespaces_list = array_map(function ($namespace) {
83 return ltrim($namespace, ':');
98 foreach ($no_apr_namespaces_list as $namespace) {
99 if (substr($id, 0, strlen($namespace)) == $namespace) {
111 $res = $sqlite->query('SELECT id,namespace,approver FROM maintainer');
116 $ns = $assignment['namespace'];
144 $ns = ltrim($assignment['namespace'], ':');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DSecurityNamespace.php17 namespace Elasticsearch\Namespaces;
155 * $params['namespace'] = (string) An identifier for the namespace
168 $namespace = $this->extractArgument($params, 'namespace');
175 $endpoint->setNamespace($namespace);
205 * $params['namespace'] = (string) An identifier for the namespace (Required)
219 $namespace = $this->extractArgument($params, 'namespace');
[all...]
/plugin/querychangelog/lang/fr/
H A Dquerychangelog.txt10 effectuée sur un namespace contenant de nombreuses pages ! (Tous les
11 fichiers '.changes' du namespace et de ses sous dossiers sont
/plugin/findologicxmlexport/vendor/jms/serializer/src/Visitor/Factory/
H A DXmlSerializationVisitorFactory.php51 public function setDefaultRootName(string $name, ?string $namespace = null): self argument
54 $this->defaultRootNamespace = $namespace;
/plugin/struct/lang/en/
H A Dassignments_intro.txt5 * Namespaces excluding subnamespaces are assigned as ''<nowiki>namespace:*</nowiki>''.
6 * Namespaces including subnamespaces are assigned as ''<nowiki>namespace:**</nowiki>''.
/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.

12345678910>>...28