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 176 – 200 of 426) sorted by path

12345678910>>...18

/dokuwiki/inc/Parsing/ParserMode/
H A DQuotes.php3 namespace dokuwiki\Parsing\ParserMode;
H A DRss.php3 namespace dokuwiki\Parsing\ParserMode;
H A DSmiley.php3 namespace dokuwiki\Parsing\ParserMode;
H A DTable.php3 namespace dokuwiki\Parsing\ParserMode;
H A DUnformatted.php3 namespace dokuwiki\Parsing\ParserMode;
H A DWindowssharelink.php3 namespace dokuwiki\Parsing\ParserMode;
H A DWordblock.php3 namespace dokuwiki\Parsing\ParserMode;
/dokuwiki/inc/
H A DPassHash.php5 namespace dokuwiki;
H A DStyleUtils.php3 namespace dokuwiki;
/dokuwiki/inc/Remote/
H A DAccessDeniedException.php3 namespace dokuwiki\Remote;
H A DApi.php3 namespace dokuwiki\Remote;
H A DApiCore.php3 namespace dokuwiki\Remote;
235 * List all pages in the given namespace (and below)
237 * Setting the `depth` to `0` and the `namespace` to `""` will return all pages in the wiki.
241 * @param string $namespace The namespace to search. Empty string for root namespace
247 public function listPages($namespace = '', $depth = 1, $hash = false)
251 $namespace = cleanID($namespace);
254 if ($namespace
[all...]
H A DRemoteException.php3 namespace dokuwiki\Remote;
H A DXmlRpcServer.php3 namespace dokuwiki\Remote;
/dokuwiki/inc/Remote/IXR/
H A DClient.php3 namespace dokuwiki\Remote\IXR;
/dokuwiki/inc/Search/
H A DIndexer.php3 namespace dokuwiki\Search;
/dokuwiki/inc/Sitemap/
H A DItem.php3 namespace dokuwiki\Sitemap;
H A DMapper.php10 namespace dokuwiki\Sitemap;
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php3 namespace dokuwiki\Subscriptions;
71 // subscription target is a namespace, get all changes within
135 * @param string $id The target page or namespace, specified by id; Namespaces
166 * @param string $id The target page or namespace, specified by id; Namespaces
219 * @param string $ns_id The id of the namespace
H A DMediaSubscriptionSender.php3 namespace dokuwiki\Subscriptions;
H A DPageSubscriptionSender.php3 namespace dokuwiki\Subscriptions;
H A DRegistrationSubscriptionSender.php3 namespace dokuwiki\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 namespaces.
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, specifie
[all...]
H A DSubscriberRegexBuilder.php3 namespace dokuwiki\Subscriptions;
H A DSubscriptionSender.php3 namespace dokuwiki\Subscriptions;
50 * @param string $context The context of this mail, eg. page or namespace id

12345678910>>...18