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 426) sorted by relevance

12345678910>>...18

/dokuwiki/vendor/simplepie/simplepie/library/
H A DSimplePie.php328 * XML Namespace
334 * Atom 1.0 Namespace
340 * Atom 0.3 Namespace
346 * RDF Namespace
352 * RSS 0.90 Namespace
358 * RSS 1.0 Namespace
364 * RSS 1.0 Content Module Namespace
370 * RSS 2.0 Namespace
377 * DC 1.0 Namespace
383 * DC 1.1 Namespace
[all...]
/dokuwiki/inc/
H A Dload.php9 namespace dokuwiki;
97 // namespace to directory conversion
127 * @param string $classPath The class name using forward slashes as namespace separators
145 * @param string $classPath The class name using forward slashes as namespace separators
163 * @param string $classPath The class name using forward slashes as namespace separators
171 $classPath = str_replace('/test/', '/_test/', $classPath); // no underscore in test namespace
192 * @param string $classPath The class name using forward slashes as namespace separators
197 // template namespace
199 $classPath = str_replace('/test/', '/_test/', $classPath); // no underscore in test namespace
218 * @param string $classPath The class name using forward slashes as namespace separator
[all...]
H A Dpageutils.php83 // Namespace autolinking from URL
86 // start page inside namespace
92 // page like namespace exists
144 //alternative namespace seperator
176 * @return string|false the namespace part or false if the given ID has no namespace (root)
188 * Returns the ID without the namespace
206 * Returns the current namespace
219 * Returns the ID without the namespace or current namespace fo
[all...]
/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/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/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 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...]
/dokuwiki/vendor/kissifrot/php-ixr/src/Exception/
H A DServerException.php3 namespace IXR\Exception;
H A DClientException.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 DAccessDeniedException.php3 namespace dokuwiki\Remote;
H A DRemoteException.php3 namespace dokuwiki\Remote;
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DArchiveCorruptedException.php3 namespace splitbrain\PHPArchive;
H A DArchiveIOException.php3 namespace splitbrain\PHPArchive;
H A DFileInfoException.php3 namespace splitbrain\PHPArchive;
H A DArchiveIllegalCompressionException.php3 namespace splitbrain\PHPArchive;
/dokuwiki/vendor/splitbrain/slika/src/
H A DException.php4 namespace splitbrain\slika;
/dokuwiki/inc/Exception/
H A DFatalException.php3 namespace dokuwiki\Exception;
/dokuwiki/inc/Ui/
H A DIndex.php3 namespace dokuwiki\Ui;
17 * @param string $ns namespace
41 * Build html of sitemap, unordered list of pages under the namespace
85 // FS#2766, no need for search bots to follow namespace links in the index
/dokuwiki/vendor/composer/
H A DClassLoader.php13 namespace Composer\Autoload;
31 * namespace or one of its children (Symfony\Component\Console for instance),
219 * Registers a set of PSR-4 directories for a given namespace, either
220 * appending or prepending to the ones previously set for this namespace.
222 * @param string $prefix The prefix/namespace, with trailing '\\'
234 // Register directories for the root namespace.
247 // Register directories for a new namespace.
250 throw new \InvalidArgumentException("A non-empty PSR-4 prefix must end with a namespace separator.");
255 // Prepend directories for an already registered namespace.
261 // Append directories for an already registered namespace
[all...]
/dokuwiki/inc/Extension/
H A DPlugin.php3 namespace dokuwiki\Extension;
H A DCLIPlugin.php3 namespace dokuwiki\Extension;
/dokuwiki/lib/plugins/config/core/Setting/
H A DSettingHidden.php3 namespace dokuwiki\plugin\config\core\Setting;
/dokuwiki/inc/Parsing/ParserMode/
H A DPlugin.php3 namespace dokuwiki\Parsing\ParserMode;
/dokuwiki/inc/Menu/
H A DUserMenu.php3 namespace dokuwiki\Menu;

12345678910>>...18