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 201 – 225 of 426) sorted by path

12345678910>>...18

/dokuwiki/inc/
H A DTaskRunner.php3 namespace dokuwiki;
/dokuwiki/inc/Ui/
H A DAdmin.php3 namespace dokuwiki\Ui;
H A DBacklinks.php3 namespace dokuwiki\Ui;
H A DDiff.php3 namespace dokuwiki\Ui;
H A DEditor.php3 namespace dokuwiki\Ui;
166 echo '<a href="' . DOKU_BASE . 'lib/exe/mediamanager.php?ns=' . $INFO['namespace'] . '" target="_blank">';
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
H A DLogin.php3 namespace dokuwiki\Ui;
H A DMediaDiff.php3 namespace dokuwiki\Ui;
H A DMediaRevisions.php3 namespace dokuwiki\Ui;
H A DPageConflict.php3 namespace dokuwiki\Ui;
H A DPageDiff.php3 namespace dokuwiki\Ui;
H A DPageDraft.php3 namespace dokuwiki\Ui;
H A DPageRevisions.php3 namespace dokuwiki\Ui;
H A DPageView.php3 namespace dokuwiki\Ui;
H A DRecent.php3 namespace dokuwiki\Ui;
H A DRevisions.php3 namespace dokuwiki\Ui;
H A DSearch.php3 namespace dokuwiki\Ui;
148 * Check if the query is simple enough to modify its namespace limitations without breaking the rest of the query
285 * Add the elements for the namespace selector
343 * Parse the full text results for their top namespaces below the given base namespace
345 * @param string $baseNS the namespace within which was searched, empty string for root namespace
347 * @return array an associative array with namespace => #number of found pages, sorted descending
354 $namespace = getNS($page);
355 if (!$namespace) {
358 if ($namespace
[all...]
H A DSearchState.php3 namespace dokuwiki\Ui;
34 * Get a search state for the current search limited to a new namespace
36 * @param string $ns the namespace to which to limit the search, falsy to remove the limitation
H A DSubscribe.php3 namespace dokuwiki\Ui;
H A DUi.php3 namespace dokuwiki\Ui;
H A DUserProfile.php3 namespace dokuwiki\Ui;
H A DUserRegister.php3 namespace dokuwiki\Ui;
/dokuwiki/inc/Ui/Media/
H A DDisplay.php3 namespace dokuwiki\Ui\Media;
12 /** @var string should IDs be shown relative to this namespace? Used in search results */
65 * Show IDs relative to this namespace
H A DDisplayRow.php3 namespace dokuwiki\Ui\Media;
H A DDisplayTile.php3 namespace dokuwiki\Ui\Media;

12345678910>>...18