Home
last modified time | relevance | path

Searched refs:namespace (Results 101 – 125 of 684) sorted by relevance

12345678910>>...28

/plugin/filelisting/action/
H A Dajax.php27 * Send the namespace files as html table rows
42 $ns = $INPUT->str('namespace');
56 * Calculate the number of subnamespaces, the given namespace is consisting of
58 * @param string $namespace
61 protected function getNumberOfSubnamespaces($namespace) { argument
62 $cleanedNamespace = trim($namespace, ':');
/plugin/farmsync/meta/
H A DMediaUpdates.php69 $namespace = join(':', explode(':', $cleanline, -1));
78 $documents = array_map(function ($elem) use ($namespace) {
79 return $namespace . ':' . $elem['id'];
84 $documents = array_map(function ($elem) use ($namespace) {
85 return $namespace . ':' . $elem['id'];
H A DTemplateUpdates.php118 $namespace = join(':', explode(':', $cleanline, -1));
125 $documents = array_map(function ($elem) use ($namespace) {
126 return $namespace . ':' . $elem['id'];
130 $documents = array_map(function ($elem) use ($namespace) {
131 return $namespace . ':' . $elem['id'];
H A DPageUpdates.php92 $namespace = join(':', explode(':', $cleanline, -1));
100 $documents = array_map(function ($elem) use ($namespace) {
101 return $namespace . ':' . $elem['id'];
106 $documents = array_map(function ($elem) use ($namespace) {
107 return $namespace . ':' . $elem['id'];
/plugin/refnotes/
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));
/plugin/htmlokay/
H A Daction.php18 var $namespace; variable in action_plugin_htmlOKay
79 $namespace = $this->helper->get_namespace();
81 $this->namespace = $namespace;
82 $namespace = str_replace(':', '#', $namespace);
83 $access_file = $this->helper->get_access_file(HTMLOK_ACCESS_DIR, $namespace);
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dxml_reference.rst11 <xml-namespace prefix="atom" uri="http://www.w3.org/2005/Atom"/>
12 <xml-discriminator attribute="true" cdata="false" namespace=""/>
42 …<xml-list inline="true" entry-name="foobar" namespace="http://www.w3.org/2005/Atom" skip-when-empt…
43 …<xml-map inline="true" key-attribute-name="foo" entry-name="bar" namespace="http://www.w3.org/2005…
44 <xml-element cdata="false" namespace="http://www.w3.org/2005/Atom"/>
100 …<xml-list inline="true" entry-name="foobar" namespace="http://www.w3.org/2005/Atom" skip-when-empt…
101 …<xml-map inline="true" key-attribute-name="foo" entry-name="bar" namespace="http://www.w3.org/2005…
/plugin/clearhistory/lang/en/
H A Dintro.txt10 **Clean on namespace:**
12 This option will check all pages within (and below) the given namespace.
13 If no namespace is entered all namespaces will be checked.
/plugin/minimap/
H A DREADME.md7 …ps://www.dokuwiki.org/index_sitemap?do=index) but only for the current [namespace](https://www.dok…
32 …ssion pattern" includeDirectory="false" debug="false" showHeader="true" namespace="another:name:sp…
38 The use case is when you add to the title of your page already a namespace.
42 * the `namespace` parameter (default to the current namespace) may be used to change the namespace
81 The start page of a namespace is:
83 * the last name of your namespace
86 For instance, for the namespace `wiki`, a start page would be:
104 * The parameters `namespace` and `showheader` were added
/plugin/webdav/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php59 * @param string $namespace
61 function valueObject(Writer $writer, $valueObject, $namespace) { argument
67 $writer->writeElement('{' . $namespace . '}' . $key, $child);
71 $writer->writeElement('{' . $namespace . '}' . $key, $val);
/plugin/icalevents/vendor/sabre/xml/lib/Serializer/
H A Dfunctions.php59 * @param string $namespace
61 function valueObject(Writer $writer, $valueObject, $namespace) { argument
67 $writer->writeElement('{' . $namespace . '}' . $key, $child);
71 $writer->writeElement('{' . $namespace . '}' . $key, $val);
/plugin/calendoku/
H A Daction.php20 foreach ($namespaces as $namespace)
21 if (!strcmp($INFO['namespace'], $namespace)) {
55 foreach ($namespaces as $namespace)
56 if (!strcmp($event->data[1], $namespace)) {
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DSimpleAnnotationReader.php53 * @param string $namespace
57 public function addNamespace($namespace) argument
59 $this->parser->addNamespace($namespace);
/plugin/pglist/
H A DREADME.md4 DokuWiki plugin, list the pages inside namespace
6 List a pages or directories inside the current namespace or selected namespace, but exclude the cur…
/plugin/upload/
H A Daction.php46 $namespace = p_get_metadata($event->data->page, 'has_upload_form');
47 if(!empty($namespace)) {
48 $event->data->key .= '|ACL' . auth_quickaclcheck($namespace);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DDocumentOccurrence.php30 public $namespace; variable in Google\\Service\\ContainerAnalysis\\DocumentOccurrence
89 public function setNamespace($namespace) argument
91 $this->namespace = $namespace;
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DXmlDeserializationVisitor.php173 …$namespace = null !== $this->currentMetadata && $this->currentMetadata->xmlEntryNamespace ? $this-…
175 if (null === $namespace && $this->objectMetadataStack->count()) {
177 $namespace = $classMetadata->xmlNamespaces[''] ?? $namespace;
178 if (null === $namespace) {
181 $namespace = $namespaces[''];
186 if (null !== $namespace) {
188 $data->registerXPathNamespace($prefix, $namespace);
219 $nodes = $data->children($namespace)->$entryName;
/plugin/approve/lang/ru/
H A Dassignments_intro.txt8 * Пространства имен, НЕ включая вложенные пространства указываются как: ''<nowiki>namespace:*</nowiki>''.
9 * Пространства имен, ВКЛЮЧАЯ вложенные пространства указываются как: ''<nowiki>namespace:**</nowiki>''.
/plugin/calendoku/syntax/
H A Dshowtable.php89 foreach ($namespaces as $namespace) {
90 $namespace = preg_replace('/\\ /', ' ', $namespace);
91 $data = ft_pageLookup($namespace, true, false);
93 if (strcmp(getNS($pagename), $namespace))
/plugin/struct/lang/ja/
H A Dassignments_intro.txt5 * ''<nowiki>namespace:*</nowiki>'' はサブ名前空間を含まない名前空間を割当てます。
6 * ''<nowiki>namespace:**</nowiki>'' はサブ名前空間を含む名前空間を割当てます。
/plugin/groupmgr/
H A DREADME36 4. The conf_namespace option specifies a separate namespace for configuration.
37 When the config namespace is used, a placeholder tag (~~GROUPMGR~~) can be
39 namespace at config_namespace:ID
41 page are ignored, necesitating the use of the configuration namespace.
/plugin/changes/
H A Dsyntax.php156 * Clean-up the namespace name and add it (if valid) into the $data array
158 * @param string $namespace
160 protected function addNamespace(&$data, $namespace)
162 if (empty($namespace)) return;
163 $action = ($namespace[0] == '-') ? 'exclude' : 'include';
164 $namespace = cleanID(preg_replace('/^[+-]/', '', $namespace));
165 if (!empty($namespace)) {
166 $data['ns'][$action][] = $namespace;
159 addNamespace(& $data, $namespace) global() argument
/plugin/backlinks2/_test/data/pages/aaa/bbb/cc/
H A Dlink_namespace.txt1 ====== linking to a namespace ======
3 This is [[:mmm:nnn:ooo:|link to a namespace]].
/plugin/src/
H A Dsyntax.php217 * @param string $namespace текущий namespace
220 function _wikiPathFileToAbsolute($filePath, $namespace, $startDir) { argument
226 $filePath = $startDir . '/' . $namespace . '/' . $filePath;
238 if ($this->dirUp($namespace) != '')
240 $filePath = $startDir . '/' . $this->dirUp($namespace) . $midSlash . $filePath;
/plugin/navbox/
H A Dsyntax.php153 $namespace = pageinfo()['namespace'];
157 $namespace = substr($line, 8 + $offset, -2);
160 $title = array_pop(explode(':', $namespace));
175 $namespace = substr($line, $nsStart, ($tStart - $nsStart - 1));
178 $dir = './data/pages/'.str_replace(':', '/', $namespace);

12345678910>>...28