Home
last modified time | relevance | path

Searched refs:page (Results 201 – 225 of 2033) sorted by relevance

12345678910>>...82

/plugin/pdftools/tpl/checkliste2/
H A DREADME.txt13 first page of a document. If a file is does not exist the next more generic
20 * ''header_first.html'' -- Header for the first page
25 * ''footer_first.html'' -- Footer for the first page
28 * ''cover.html'' -- Added once before first page
29 * ''back.html'' -- Added once after last page
42 * ''@PAGE@'' -- current page number in the PDF
52 The page depended replacements are only for ''citation.html'' updated for every page.
53 In the headers and footers the ID of the bookmanager page of the Bookcreator is applied.
57 …* ''@QRCODE@'' -- QR code image pointing to the original page url (requires an online generator, s…
/plugin/pdftools/tpl/kompakt/
H A DREADME.txt13 first page of a document. If a file is does not exist the next more generic
20 * ''header_first.html'' -- Header for the first page
25 * ''footer_first.html'' -- Footer for the first page
28 * ''cover.html'' -- Added once before first page
29 * ''back.html'' -- Added once after last page
42 * ''@PAGE@'' -- current page number in the PDF
52 The page depended replacements are only for ''citation.html'' updated for every page.
53 In the headers and footers the ID of the bookmanager page of the Bookcreator is applied.
57 …* ''@QRCODE@'' -- QR code image pointing to the original page url (requires an online generator, s…
/plugin/pdftools/tpl/checkliste/
H A DREADME.txt13 first page of a document. If a file is does not exist the next more generic
20 * ''header_first.html'' -- Header for the first page
25 * ''footer_first.html'' -- Footer for the first page
28 * ''cover.html'' -- Added once before first page
29 * ''back.html'' -- Added once after last page
42 * ''@PAGE@'' -- current page number in the PDF
52 The page depended replacements are only for ''citation.html'' updated for every page.
53 In the headers and footers the ID of the bookmanager page of the Bookcreator is applied.
57 …* ''@QRCODE@'' -- QR code image pointing to the original page url (requires an online generator, s…
/plugin/pdftools/tpl/info/
H A DREADME.txt13 first page of a document. If a file is does not exist the next more generic
20 * ''header_first.html'' -- Header for the first page
25 * ''footer_first.html'' -- Footer for the first page
28 * ''cover.html'' -- Added once before first page
29 * ''back.html'' -- Added once after last page
42 * ''@PAGE@'' -- current page number in the PDF
52 The page depended replacements are only for ''citation.html'' updated for every page.
53 In the headers and footers the ID of the bookmanager page of the Bookcreator is applied.
57 …* ''@QRCODE@'' -- QR code image pointing to the original page url (requires an online generator, s…
/plugin/advanced/admin/
H A Dexport.php190 foreach ($pages as $page) {
192 $page_id = $page['id'];
194 $page_size = filesize_h($page['size']);
241 …this->getPagesFromNamespace($INPUT->str('ns'), ($INPUT->str('include-sub-ns') ? 1 : 0)) as $page) {
242 $pages[] = $page['id'];
264 foreach ($pages as $page) {
266 $file_fullpath = wikiFN($page);
/plugin/todo/syntax/
H A Dlist.php174 $opts['pattern'] = '/<todo([^>]*)>(.*?)<\/todo[\W]*?>/'; //all todos in a wiki page
183 foreach($todopages as &$page) {
184 uasort($page['todos'], function($a, $b) {
243 // check if ~~NOTODO~~ is set on the page to skip this page
279 // Only return the todo page if it's in the root namespace
336 foreach($todopages as $page) {
339 foreach($page['matches'][1] as $todoindex => $todomatch) {
340 $todo = array_merge(array('todotitle' => trim($page['matches'][2][$todoindex]), 'todoindex' => $todoindex), $this->parseTodoArgs($todomatch), $data);
347 $pages[] = array('id' => $page['i
[all...]
/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-index.hbs8 {{>page-header-partial}}
9 <div id="page-core" class="{{ layout-container-class }} position-relative">
10 <main id="page-main" class="col-md-8 mx-auto">
17 {{>page-footer-partial}}
H A Dapp-profile.hbs8 {{>page-header-partial}}
9 <div id="page-core" class="{{ layout-container-class }} position-relative">
10 <main id="page-main" class="col-md-5 mx-auto">
17 {{>page-footer-partial}}
H A Dindex.yml2 - 'page-header'
3 - 'page-footer'
4 - 'page-side'
H A Dholy.yml2 - 'page-header'
3 - 'page-footer'
6 - 'page-side'
/plugin/snippets/
H A Dscript.js91 page = link.title;
102 preview.href = page;
104 jQuery(preview).bind('click', {'page': page}, function(event) {
105 snippets.preview(event.data.page);
113 insert.href = page;
115 jQuery(insert).bind('click', {'page': page}, function(event) {
116 snippets.insert(event.data.page);
197 preview: function(page) { argument
205 { call: 'snippet_preview', id: page },
216 insert: function(page) { argument
[all …]
/plugin/404manager/
H A DCHANGES.md12page path is no more split by an underscore `_` for the best page name. This is to avoid that the …
13 …* The best name space page doesn't check all namespace if the page ID that gives a 404 has a exist…
14 …on doesn't occur anymore. The writer is redirected in `edit mode` and can create directly the page.
16 …n occurs the message is kept in the cookie in order to still show it when the new page is rendered.
/plugin/discordnotifier/
H A Dhelper.php109 $page = $event -> data['id'];
110 $description = "{$user} {$event_name} [__{$page}__]({$link})";
138 $page = $event -> data['id'];
140 $page = str_replace ( ":", "/", $page );
143 $url = DOKU_URL . "doku.php?id={$page}";
146 $url = DOKU_URL . $page;
149 $url = DOKU_URL . "doku.php/{$page}";
/plugin/combo/ComboStrap/
H A DMetadataFrontmatterStore.php13 * A page represented as a frontmatter
15 * By giving a page to the constructor, you can:
30 * @var bool Do we have a frontmatter on the page
179 * @param ResourceCombo $page
182 public function __construct(ResourceCombo $page, array $data = null) argument
184 parent::__construct($page, $data);
220 public static function createFromArray(ResourceCombo $page, array $jsonArray): MetadataFrontmatterStore argument
222 return new MetadataFrontmatterStore($page, $jsonArray);
228 public static function createFromFrontmatterString($page, $frontmatter = null): MetadataFrontmatterStore argument
231 return new MetadataFrontmatterStore($page, []);
246 createFromPage(MarkupPath $page) global() argument
[all...]
/plugin/translationbuddy/
H A Dsyntax.php113 $page = $id;
114 $ns = $this->baseNS($page);
118 $page = $this->skipBaseNS($page);
119 $ns = $this->baseNS($page);
127 $items[$lc][$ns][$page] = $date;
138 foreach ($new_pages as $page) {
141 $R->doc .= '<a href="'.wl($page).'">'.$page.'</a>';
/plugin/webcomponent/syntax/
H A Drelated.php227 $page = array();
228 $page[self::RELATED_PAGE_ID_PROP]=$backlink;
229 … $page[self::RELATED_BACKLINKS_COUNT_PROP]=sizeof(ft_backlinks($backlink, $ignore_perms = false));
230 $related[]=$page;
239 $page = array();
240 $page[self::RELATED_PAGE_ID_PROP] = self::MORE_PAGE_ID;
241 $related[] = $page;
/plugin/pdftools/tpl/onlylogo/
H A DREADME.txt13 first page of a document. If a file is does not exist the next more generic
20 * ''header_first.html'' -- Header for the first page
25 * ''footer_first.html'' -- Footer for the first page
28 * ''cover.html'' -- Added once before first page
29 * ''back.html'' -- Added once after last page
42 * ''@PAGE@'' -- current page number in the PDF
54 The page depended replacements are only for ''citation.html'' updated for every page.
55 In the headers and footers the ID of the bookmanager page of the Bookcreator is applied.
59 …* ''@QRCODE@'' -- QR code image pointing to the original page url (requires an online generator, s…
/plugin/pdftools/tpl/standard/
H A DREADME.txt13 first page of a document. If a file is does not exist the next more generic
20 * ''header_first.html'' -- Header for the first page
25 * ''footer_first.html'' -- Footer for the first page
28 * ''cover.html'' -- Added once before first page
29 * ''back.html'' -- Added once after last page
42 * ''@PAGE@'' -- current page number in the PDF
54 The page depended replacements are only for ''citation.html'' updated for every page.
55 In the headers and footers the ID of the bookmanager page of the Bookcreator is applied.
59 …* ''@QRCODE@'' -- QR code image pointing to the original page url (requires an online generator, s…
/plugin/pdftools/tpl/minimal/
H A DREADME.txt13 first page of a document. If a file is does not exist the next more generic
20 * ''header_first.html'' -- Header for the first page
25 * ''footer_first.html'' -- Footer for the first page
28 * ''cover.html'' -- Added once before first page
29 * ''back.html'' -- Added once after last page
42 * ''@PAGE@'' -- current page number in the PDF
54 The page depended replacements are only for ''citation.html'' updated for every page.
55 In the headers and footers the ID of the bookmanager page of the Bookcreator is applied.
59 …* ''@QRCODE@'' -- QR code image pointing to the original page url (requires an online generator, s…
/plugin/dw2pdf/tpl/default/
H A DREADME.txt13 first page of a document. If a file is does not exist the next more generic
20 * ''header_first.html'' -- Header for the first page
25 * ''footer_first.html'' -- Footer for the first page
28 * ''cover.html'' -- Added once before first page
29 * ''back.html'' -- Added once after last page
42 * ''@PAGE@'' -- current page number in the PDF
54 The page depended replacements are only for ''citation.html'' updated for every page.
55 In the headers and footers the ID of the bookmanager page of the Bookcreator is applied.
59 * ''@QRCODE@'' -- QR code image pointing to the original page ur
[all...]
/plugin/blogtng/db/
H A Dupdate0005.sql4 page, field
15 SELECT pid, page, title, blog, image, created, lastmod, author, login, mail
22 page, field
39 SELECT pid, page, title, blog, image, created, lastmod, author, login, mail, 'enabled'
/plugin/davcal/
H A Dscript.js28 dw_davcal__modals.page = calendarpage;
52 id: dw_davcal__modals.page,
53 page: dw_davcal__modals.page,
84 page: dw_davcal__modals.page, property in AnonymousFunction810540b70400.fcOptions.events.data
153 page: null, property in dw_davcal__modals
188 page: dw_davcal__modals.page,
429 var pageid = calEvent.page;
455 page: dw_davcal__modals.page,
515 calEvent.page = dw_davcal__modals.page;
566 page: dw_davcal__modals.page,
[all …]
/plugin/redirect/lang/ru/
H A Dintro.txt8 old_namespace:page new_namespace:new_page
9 page http://example.com
10 page new_page\#headline
/plugin/fckg/fckeditor/editor/dialog/
H A Dget_headers.php10 $page = ltrim($_REQUEST['dw_id'], ':'); variable
11 $page = str_replace(':', '/',$page); variable
12 $path = PAGES . $page . '.txt';
/plugin/tabinclude/
H A Dscript.js5 function dwpl_ti_refresh(_this, page){ argument
6 if(page){
13 jQuery.post(DOKU_BASE + 'lib/plugins/tabinclude/ajax.php', { call: 'content', page: page })

12345678910>>...82