Home
last modified time | relevance | path

Searched refs:pages (Results 1 – 25 of 239) sorted by relevance

12345678910

/template/strap/ComboStrap/
H A DHistoricalBreadcrumbMenuItem.php81 $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 DSearch.php65 $pages = [];
71 $pages[] = MarkupPath::createMarkupFromId($row["id"]);
73 return $pages;
76 return $pages;
H A DFetcherPageSearch.php48 $pages = Search::getPages($requestedSearchTerms);
50 if (count($pages) > $maxElements) {
51 array_splice($pages, 0, $maxElements);
55 foreach ($pages as $page) {
H A DFsWikiUtility.php185 $pages = array();
189 $pages[] = array(
208 $pages,
223 return $pages;
/template/dokubook2/
DVERSION5 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 Dupdate0022.sql65 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 Dupdate0019.sql7 inner join pages p on pr.page_id = p.page_id;
H A Dupdate0015.sql3 update pages set COUNTRY = null;
H A Dupdate0016.sql11 inner join pages p on pa.page_id = p.page_id;
/template/simple_sidebar/
Dmain.php39 $pages =tpl_getConf('sbar_closed'); variable
45 else if($pages) {
47 if(preg_match('/' . $ID .'/',$pages)) {
/template/strap/
H A Dcli.php287 $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 Dplugin.info.txt7 desc Professional looking templates (Bootstrap based) and SEO optimized pages.
/template/strap/action/
H A Dlinkwizard.php82 $pages = Search::getPages($searchTerm);
92 if (!count($pages)) {
105 foreach ($pages as $page) {
/template/cherokee-based/
Dreadme.txt14 * 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/
DCustomController.php43 $pages = $this->parseNavigation(wikiFN($controlPage));
46 foreach ($pages as $page) {
/template/dynamic_template/instructions/
Dreadme.txt26 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/
Dsidebar_print.css7 /* prevent the sidebar being included when printing wiki pages */
/template/strap/lang/fr/
H A Dintro.txt3 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 Dapp.md3 Mostly used internally with admin pages
/template/strap/lang/en/admin/
H A DREADME.md3 This files are used as block for admin pages.
/template/kkh/
DREADME.md15 * 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/
DREADME.md28 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.less5 /*____________ links to wiki pages ____________*/
71 /*____________ links to wiki pages (addition to _links) ____________*/
/template/strap/resources/
H A DREADME.md13 * `images` : icon images used in toolbar and admin pages
/template/apricot/css/
Dbasic.css64 /* 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