Searched refs:pages (Results 1 – 25 of 239) sorted by relevance
12345678910
| /template/strap/ComboStrap/ |
| H A D | HistoricalBreadcrumbMenuItem.php | 81 $pages = breadcrumbs(); 82 if (sizeof($pages) === 0) { 86 $pages = array_reverse($pages); 94 $actualPageId = array_keys($pages)[0]; 95 $actualPageName = array_shift($pages); 99 foreach ($pages as $id => $name) {
|
| H A D | Search.php | 65 $pages = []; 71 $pages[] = MarkupPath::createMarkupFromId($row["id"]); 73 return $pages; 76 return $pages;
|
| H A D | FetcherPageSearch.php | 48 $pages = Search::getPages($requestedSearchTerms); 50 if (count($pages) > $maxElements) { 51 array_splice($pages, 0, $maxElements); 55 foreach ($pages as $page) {
|
| H A D | FsWikiUtility.php | 185 $pages = array(); 189 $pages[] = array( 208 $pages, 223 return $pages;
|
| /template/dokubook2/ |
| D | VERSION | 5 Made a signficant change - now puts the discussion pages under /talk:<namespace> rather 7 :discussion pages. 10 - if using indexmenu in sidebar, chache doesn't update when new pages are added or pages
|
| /template/strap/db/combo/ |
| H A D | update0022.sql | 65 FROM pages 66 where ROWID in (select max(ROWID) from pages group by id); 72 DROP TABLE pages; 74 RENAME TO pages; 99 inner join pages p on pr.page_id = p.page_id; 107 inner join pages p on pa.page_id = p.page_id;
|
| H A D | update0019.sql | 7 inner join pages p on pr.page_id = p.page_id;
|
| H A D | update0015.sql | 3 update pages set COUNTRY = null;
|
| H A D | update0016.sql | 11 inner join pages p on pa.page_id = p.page_id;
|
| /template/simple_sidebar/ |
| D | main.php | 39 $pages =tpl_getConf('sbar_closed'); variable 45 else if($pages) { 47 if(preg_match('/' . $ID .'/',$pages)) {
|
| /template/strap/ |
| H A D | cli.php | 287 $pages = FsWikiUtility::getPages($namespaces, $depth); 290 $totalNumberOfPages = sizeof($pages); 291 while ($pageArray = array_shift($pages)) { 344 $pages = FsWikiUtility::getPages($namespaces, $depth); 369 $totalNumberOfPages = sizeof($pages); 370 while ($pageArray = array_shift($pages)) { 488 $pages = FsWikiUtility::getPages($namespaces, $depth); 490 $totalNumberOfPages = sizeof($pages); 495 while ($pageArray = array_shift($pages)) {
|
| H A D | plugin.info.txt | 7 desc Professional looking templates (Bootstrap based) and SEO optimized pages.
|
| /template/strap/action/ |
| H A D | linkwizard.php | 82 $pages = Search::getPages($searchTerm); 92 if (!count($pages)) { 105 foreach ($pages as $page) {
|
| /template/cherokee-based/ |
| D | readme.txt | 14 * use partial (modified or inspired) contents of this pages 27 You could create a sidebar for specific page or default sidebar (for all pages)
|
| /template/notos/ |
| D | CustomController.php | 43 $pages = $this->parseNavigation(wikiFN($controlPage)); 46 foreach ($pages as $page) {
|
| /template/dynamic_template/instructions/ |
| D | readme.txt | 26 it searches /data/pages/ for any .txt files and/or folders. 28 once you begin to add content, the only requirement for this feature comes into play. all pages are…
|
| /template/sidebar/ |
| D | sidebar_print.css | 7 /* prevent the sidebar being included when printing wiki pages */
|
| /template/strap/lang/fr/ |
| H A D | intro.txt | 3 Vous pouvez gérer les redirections ici. Vous pouvez rediriger vers des pages internes ou même vers …
|
| /template/strap/resources/theme/default/pages/templates/ |
| H A D | app.md | 3 Mostly used internally with admin pages
|
| /template/strap/lang/en/admin/ |
| H A D | README.md | 3 This files are used as block for admin pages.
|
| /template/kkh/ |
| D | README.md | 15 * Animation when loading pages (configurable) 23 …ps://www.dokuwiki.org/plugin:wrap)-Plugin to be used on transparent start pages, e.g. ``<WRAP box …
|
| /template/20cones/ |
| D | README.md | 28 must create multiple topbar pages, using one namespace for each language (e.g. 31 These pages must only have a list of links, the social part is common for all
|
| /template/bootie/css/ |
| D | _links.less | 5 /*____________ links to wiki pages ____________*/ 71 /*____________ links to wiki pages (addition to _links) ____________*/
|
| /template/strap/resources/ |
| H A D | README.md | 13 * `images` : icon images used in toolbar and admin pages
|
| /template/apricot/css/ |
| D | basic.css | 64 /* used in footer on non-single pages */ 69 /* little sub-heading line, to be used on pages in place of a post's date line */ 110 color: #202020; /* colot for post titles on index, archive, and search pages */
|
12345678910