Home
last modified time | relevance | path

Searched +full:namespace -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 893) sorted by relevance

12345678910>>...36

/dokuwiki/_test/tests/TreeBuilder/
H A DPageTreeBuilderTest.php3 namespace dokuwiki\test\Treebuilder;
17 saveWikiText('namespace:start', 'This is the start page', 'test');
18 saveWikiText('namespace:page1', 'This is page 1', 'test');
19 saveWikiText('namespace:page2', 'This is page 2', 'test');
20 saveWikiText('namespace:subns:start', 'This is the subns start page', 'test');
21 saveWikiText('namespace:subns:page3', 'This is page 3 in subns', 'test');
22 saveWikiText('namespace:subns:deeper:start', 'This is the deeper start page', 'test');
23 saveWikiText('namespace:subns:deeper:page4', 'This is page 4 in deeper', 'test');
44 'namespace' => 'namespace',
48 '+namespace:start',
[all …]
/dokuwiki/_test/tests/inc/
H A Dauth_aclcheck_caseinsensitive.test.php40 'namespace:page @Group1 1',
41 'namespace:page @group2 1',
46 $this->assertEquals(auth_aclcheck('namespace:page', '', array()), AUTH_NONE);
47 $this->assertEquals(auth_aclcheck('namespace:*', '', array()), AUTH_NONE);
51 $this->assertEquals(auth_aclcheck('namespace:page', 'jill', array('foo')), AUTH_NONE);
52 $this->assertEquals(auth_aclcheck('namespace:*', 'jill', array('foo')), AUTH_NONE);
56 … $this->assertEquals(auth_aclcheck('namespace:page', 'jill', array('foo', 'group1')), AUTH_READ);
57 … $this->assertEquals(auth_aclcheck('namespace:*', 'jill', array('foo', 'group1')), AUTH_UPLOAD);
61 … $this->assertEquals(auth_aclcheck('namespace:page', 'jill', array('foo', 'Group2')), AUTH_READ);
62 … $this->assertEquals(auth_aclcheck('namespace:*', 'jill', array('foo', 'Group2')), AUTH_UPLOAD);
[all …]
H A Dauth_aclcheck.test.php36 $this->assertEquals(auth_aclcheck('namespace:page','',array()), AUTH_NONE);
37 $this->assertEquals(auth_aclcheck('namespace:*', '',array()), AUTH_NONE);
41 $this->assertEquals(auth_aclcheck('namespace:page','jill',array('foo')), AUTH_NONE);
42 $this->assertEquals(auth_aclcheck('namespace:*', 'jill',array('foo')), AUTH_NONE);
46 … $this->assertEquals(auth_aclcheck('namespace:page','jill',array('foo','user')), AUTH_UPLOAD);
47 … $this->assertEquals(auth_aclcheck('namespace:*', 'jill',array('foo','user')), AUTH_UPLOAD);
51 $this->assertEquals(auth_aclcheck('namespace:page','john',array('foo')), AUTH_ADMIN);
52 $this->assertEquals(auth_aclcheck('namespace:*', 'john',array('foo')), AUTH_ADMIN);
64 'namespace:page @user 1',
69 $this->assertEquals(auth_aclcheck('namespace:page','',array()), AUTH_NONE);
[all …]
H A DFulltextPageLookupTest.php5 * Test cases search only in a namespace or exclude a namespace
/dokuwiki/inc/TreeBuilder/Node/
H A DWikiStartpage.php3 namespace dokuwiki\TreeBuilder\Node;
6 * A node representing a namespace startpage
17 * @param string $originalNamespace The original namespace
26 * This will return the namespace this startpage is for
28 * This might differ from the namespace of the pageID, because a startpage may be outside
29 * the namespace.
H A DWikiNamespace.php3 namespace dokuwiki\TreeBuilder\Node;
6 * A node representing a wiki namespace
/dokuwiki/inc/TreeBuilder/
H A DPageTreeBuilder.php3 namespace dokuwiki\TreeBuilder;
20 * associated with the namespace's start page.
39 /** @var int The given namespace should be added as top element */
42 /** @var string The top level namespace to iterate over */
43 protected string $namespace; variable in dokuwiki\\TreeBuilder\\PageTreeBuilder
52 * @param string $namespace The namespace to start from
55 public function __construct(string $namespace, int $maxdepth = -1) argument
57 $this->namespace = $namespace;
68 // add directly to top or add the namespace under the top element?
70 $parent = $this->createNamespaceNode($this->namespace, noNS($this->namespace));
[all …]
H A DTreeSort.php3 namespace dokuwiki\TreeBuilder;
43 * Comparator to sort namespace first, then by ID
69 * Comparator to sort namespace first, then by title
83 * Comparator to sort by namespace first
/dokuwiki/vendor/simplepie/simplepie/library/
H A DSimplePie.php327 * XML Namespace
333 * Atom 1.0 Namespace
339 * Atom 0.3 Namespace
345 * RDF Namespace
351 * RSS 0.90 Namespace
357 * RSS 1.0 Namespace
363 * RSS 1.0 Content Module Namespace
369 * RSS 2.0 Namespace
376 * DC 1.0 Namespace
382 * DC 1.1 Namespace
[all …]
/dokuwiki/inc/
H A Dload.php9 namespace dokuwiki;
95 // namespace to directory conversion
125 * @param string $classPath The class name using forward slashes as namespace separators
143 * @param string $classPath The class name using forward slashes as namespace separators
161 * @param string $classPath The class name using forward slashes as namespace separators
169 … $classPath = str_replace('/test/', '/_test/', $classPath); // no underscore in test namespace
190 * @param string $classPath The class name using forward slashes as namespace separators
195 // template namespace
197 … $classPath = str_replace('/test/', '/_test/', $classPath); // no underscore in test namespace
216 * @param string $classPath The class name using forward slashes as namespace separators
/dokuwiki/inc/File/
H A DResolver.php3 namespace dokuwiki\File;
12 /** @var string namespace of context page ID */
60 // relative to current namespace
67 // auto-relative, because there is a context namespace but no namespace in the ID
/dokuwiki/_test/tests/Remote/OpenApiDoc/
H A DClassResolverTest.php3 namespace dokuwiki\test\Remote\OpenApiDoc;
18 // resolve in same namespace
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php3 namespace dokuwiki\Subscriptions;
22 * Adds a new subscription for the given page or namespace
25 …* *exact* page or namespace. It will *not* modify any subscription that may exist in higher namesp…
29 * @param string $id The target page or namespace, specified by id; Namespaces
67 * Removes a subscription for the given page or namespace
70 * namespace. It will *not* modify any subscriptions that may exist in higher
73 * @param string $id The target object’s (namespace or page) id
154 * namespace.
156 * @param string $page The target object’s (namespace or page) id
283 * @param string $id The target page or namespace, specified by id; Namespaces
/dokuwiki/vendor/simplepie/simplepie/
H A Dautoloader.php59 // project-specific namespace prefix
62 // base directory for the namespace prefix
65 // does the class use the namespace prefix?
75 // replace the namespace prefix with the base directory, replace namespace
/dokuwiki/_test/tests/Subscriptions/
H A DSubscriberManagerTest.php3 namespace dokuwiki\test\Subscriptions;
55 // add namespace subscription
73 // change namespace subscription
122 …'More than one subscription saved for the root namespace even though the old one should have been …
127 …'More than one subscription saved for the wiki namespace even though the old one should have been …
/dokuwiki/inc/Feed/
H A DFeedCreatorOptions.php3 namespace dokuwiki\Feed;
42 'namespace' => '',
83 $this->options['namespace'] = $INPUT->filter('cleanID')->str('ns');
102 if ($this->options['namespace']) {
103 $this->options['title'] .= ' - ' . $this->options['namespace'];
/dokuwiki/vendor/kissifrot/php-ixr/src/Exception/
H A DClientException.php3 namespace IXR\Exception;
H A DServerException.php3 namespace IXR\Exception;
/dokuwiki/vendor/splitbrain/php-jsstrip/src/
H A DException.php3 namespace splitbrain\JSStrip;
/dokuwiki/inc/HTTP/
H A DHTTPClientException.php3 namespace dokuwiki\HTTP;
/dokuwiki/inc/Remote/
H A DRemoteException.php3 namespace dokuwiki\Remote;
H A DAccessDeniedException.php3 namespace dokuwiki\Remote;
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfoException.php3 namespace splitbrain\PHPArchive;
H A DArchiveCorruptedException.php3 namespace splitbrain\PHPArchive;
H A DArchiveIOException.php3 namespace splitbrain\PHPArchive;

12345678910>>...36