Searched +full:namespaces -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 25 of 32) sorted by relevance
12
| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | _media_fullscreen.css | 32 #mediamanager__page .namespaces { 118 /*____________ namespaces panel ____________*/ 120 [dir=rtl] #mediamanager__page .namespaces { 125 #mediamanager__page .namespaces h2 { 141 [dir=rtl] #mediamanager__page .namespaces h2 { 146 #mediamanager__page .namespaces .panelHeader { 151 #mediamanager__page .namespaces ul { 157 [dir=rtl] #mediamanager__page .namespaces ul { 161 #mediamanager__page .namespaces ul ul { 164 [dir=rtl] #mediamanager__page .namespaces ul ul { [all …]
|
| /dokuwiki/inc/TreeBuilder/ |
| H A D | PageTreeBuilder.php | 14 * A tree builder for wiki pages and namespaces 17 * of wiki pages and namespaces. 19 …* The created hierarchy can either use WikiNamespace nodes or represent namespaces as WikiPage nod… 27 /** @var int Return WikiPage(startpage) instead of WikiNamespace(id) for namespaces */ 30 /** @var int Do not return Namespaces, will also disable recursion */ 103 // Process namespaces (subdirectories) 115 * Process namespaces (subdirectories) and add them to the hierarchy
|
| /dokuwiki/inc/Subscriptions/ |
| H A D | SubscriberManager.php | 25 …xact* 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 71 * namespaces. 283 * @param string $id The target page or namespace, specified by id; Namespaces
|
| H A D | BulkSubscriptionSender.php | 15 * This sends mails to all subscribers that have a subscription for namespaces above 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
|
| /dokuwiki/inc/Ui/ |
| H A D | Search.php | 343 * Parse the full text results for their top namespaces below the given base namespace 351 $namespaces = []; 363 if (empty($namespaces[$subtopNS])) { 364 $namespaces[$subtopNS] = 0; 366 ++$namespaces[$subtopNS]; 368 Sort::ksort($namespaces); 369 arsort($namespaces); 370 return $namespaces;
|
| H A D | Index.php | 101 * <li> tags for namespaces when displaying the page index
|
| /dokuwiki/inc/ |
| H A D | Ajax.php | 344 * List matching namespaces and pages for the link wizard 376 // result contains matches in pages and namespaces 377 // we now extract the matching namespaces to show
|
| H A D | search.php | 92 * namespaces (directories) are NOT checked (when sneaky_index is 0) as this 155 * List all namespaces 475 * listdirs bool include namespaces in listing (default: false)
|
| H A D | io.php | 18 * Sends IO_NAMESPACE_DELETED events for 'pages' and 'media' namespaces. 38 //scan all namespaces 215 io_createNamespace($id); // create namespaces as needed
|
| H A D | template.php | 1665 * @param bool $propagate Search higher namespaces, too? 1866 echo '<div class="panel namespaces">' . NL; 1867 echo '<h2>' . $lang['namespaces'] . '</h2>' . NL;
|
| H A D | pageutils.php | 666 * Namespaces are denoted by a trailing “:*”. The root namespace is
|
| /dokuwiki/_test/tests/Subscriptions/ |
| H A D | SubscriberManagerTest.php | 106 * user exist for two nested namespaces, this is a test for the bug described in FS#2580
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | fsharp.php | 74 * http://research.microsoft.com/en-us/um/cambridge/projects/fsharp/manual/namespaces.html 185 … 2 => 'http://research.microsoft.com/en-us/um/cambridge/projects/fsharp/manual/namespaces.html',
|
| /dokuwiki/data/pages/wiki/ |
| H A D | syntax.txt | 54 You can use [[some:namespaces]] by using a colon in the pagename. 56 You can use [[some:namespaces]] by using a colon in the pagename. 58 For details about namespaces see [[doku>namespaces]].
|
| /dokuwiki/_test/data/pages/wiki/ |
| H A D | syntax.txt | 54 You can use [[some:namespaces]] by using a colon in the pagename. 56 You can use [[some:namespaces]] by using a colon in the pagename. 58 For details about namespaces see [[doku>namespaces]].
|
| /dokuwiki/lib/scripts/ |
| H A D | qsearch.js | 93 * Namespaces are shortened here to keep the results from overflowing
|
| H A D | linkwiz.js | 398 // namespaces are irrelevant
|
| H A D | media.js | 336 jQuery('div.namespaces .selected').removeClass('selected'); 484 return jQuery('#mediamanager__page').find('div.namespaces, div.filelist');
|
| /dokuwiki/lib/plugins/authplain/ |
| H A D | auth.php | 359 * Only valid pageid's (no namespaces) for usernames 372 * Only valid pageid's (no namespaces) for groupnames
|
| /dokuwiki/inc/File/ |
| H A D | PageFile.php | 182 // remove empty namespaces
|
| /dokuwiki/conf/ |
| H A D | dokuwiki.php | 162 $conf['search_nslimit'] = 0; //limit the search to the current X namespaces
|
| /dokuwiki/lib/plugins/config/settings/ |
| H A D | config.metadata.php | 86 …rt'] = ['string', '_caution' => 'warning', '_pattern' => '!^[^:;/]+$!']; // don't accept namespaces
|
| /dokuwiki/vendor/composer/ |
| H A D | ClassLoader.php | 20 * // register classes with namespaces
|
| /dokuwiki/lib/plugins/acl/ |
| H A D | admin.php | 248 // wrap a list with the root level around the other namespaces
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | CHANGELOG.md | 100 - The use of PSR-0 classes (all classes without namespaces in the `library` directory) is deprecate…
|
12