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 29) 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 u [all...] |
/dokuwiki/inc/Subscriptions/ |
H A D | SubscriberManager.php | 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 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 | deprecated.php | 410 * *exact* page or namespace. It will *not* modify any subscription that may exist in higher namespaces. 412 * @param string $id The target page or namespace, specified by id; Namespaces 433 * namespaces. 472 * This sends mails to all subscribers that have a subscription for namespaces above
|
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 | 17 * Sends IO_NAMESPACE_DELETED events for 'pages' and 'media' namespaces. 37 //scan all namespaces 214 io_createNamespace($id); // create namespaces as needed
|
H A D | template.php | 1663 * @param bool $propagate Search higher namespaces, too? 1864 echo '<div class="panel namespaces">' . NL; 1865 echo '<h2>' . $lang['namespaces'] . '</h2>' . NL;
|
H A D | pageutils.php | 666 * Namespaces are denoted by a trailing “:*”. The root namespace is
|
H A D | fulltext.php | 709 * namespaces:
|
/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/lib/scripts/ |
H A D | qsearch.js | 93 * Namespaces are shortened here to keep the results from overflowing
|
H A D | linkwiz.js | 234 // prepend colon inside namespaces for non namespace pages
|
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 | 356 * Only valid pageid's (no namespaces) for usernames 369 * Only valid pageid's (no namespaces) for groupnames
|
/dokuwiki/conf/ |
H A D | dokuwiki.php | 162 $conf['search_nslimit'] = 0; //limit the search to the current X namespaces
|
/dokuwiki/inc/File/ |
H A D | PageFile.php | 182 // remove empty namespaces
|
/dokuwiki/lib/plugins/config/settings/ |
H A D | config.metadata.php | 86 $meta['start'] = ['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 | 85 - The use of PSR-0 classes (all classes without namespaces in the `library` directory) is deprecated, use PSR-4 classes (see `src` directory) instead
|
/dokuwiki/inc/Remote/ |
H A D | ApiCore.php | 20 * The methods are ordered in 'wiki.<method>' and 'dokuwiki.<method>' namespaces
|
12