Home
last modified time | relevance | path

Searched refs:page (Results 176 – 200 of 2033) sorted by relevance

12345678910>>...82

/plugin/include/
H A Daction.php3 * Include Plugin: Display a wiki page within another wiki page
70 $inclmeta = p_get_metadata($event->data['page'], 'plugin_include', METADATA_RENDER_UNLIMITED);
74 foreach ($inclmeta['pages'] as $page) {
75 if (auth_aclcheck($page['id'], '', array()) < AUTH_READ) { // is $page public?
90 // metadata is only rendered once for a page in one request - thus we need to render manually.
91 $meta = p_read_metadata($event->data['page']); // load the original metdata
92 $meta = p_render_metadata($event->data['page'], $meta); // render the metadata
93 p_save_metadata($event->data['page'],
[all...]
/plugin/aichat/Storage/
H A DAbstractStorage.php9 * Defines a vector storage for page chunks and their embeddings
12 * DokuWiki's fulltext index. ChunkIDs count from the page's id*100 upwards. Eg. Page 12 will have
57 * @param string $page The page the chunks belong to
61 abstract public function reusePageChunks($page, $firstChunkID);
64 * Delete all chunks associated with the given page
66 * @param string $page The page the chunks belong to
70 abstract public function deletePageChunks($page, $firstChunkID);
100 * Get all chunks associated with the given page
44 reusePageChunks($page, $firstChunkID) global() argument
53 deletePageChunks($page, $firstChunkID) global() argument
[all...]
/plugin/minimap/
H A Dsyntax.php154 foreach ($pagesOfNamespace as $page) {
160 if ($page['type'] == "d") {
162 $pageId = $this->getNamespaceStartId($page['id']);
167 $pageId = $page['id'];
216 if ($page['ns']) {
217 $nameSpacePathPrefix = $page['ns'] . ':';
222 if ($page['id'] == $nameSpacePathPrefix . $currentNameSpace) {
231 } else if ($page['id'] == $nameSpacePathPrefix . $startConf) {
234 } else if ($page['id'] == $nameSpacePathPrefix . $conf['sidebar']) {
247 if ($page['type'] == "d") {
/plugin/bootswrapper/exe/help/
H A Dpage-header.txt3 <code html><page-header>
4 ===== Example page header =====
5 </page-header>
9 <page-header>
10 ===== Example page header =====
11 </page-header>
/plugin/combo/resources/theme/default/components/css/
H A Dpage-explorer-list.css1 .page-explorer-list-cs svg, .page-explorer-list-cs img {
5 .page-explorer-list-cs a {
9 .page-explorer-list-home-cs {
/plugin/issuelinks/helper/
H A Ddb.php390 * @param string $page
409 $rev = filemtime(wikiFN($page));
410 $changelog = new PageChangelog($page);
413 $this->savePageRev($page, $rev, $rev_info['sum'], $user);
420 'page' => $page,
435 * @param string $page
442 public function savePageRev($page, $rev, $summary, $user) argument
444 if (blank($page) || blank($rev) || blank($user)) {
453 'page' => $page,
464 * @param string $page the wikipage
[all …]
/plugin/pagehere/
H A Daction.php30 $page = cleanID($_REQUEST['pagehere']);
32 $page = str_replace(':', $conf['sepchar'], $page);
37 $newpage = cleanID($ns.':'.$page);
/plugin/move/lang/en/
H A Dmove.txt3 This plugin allows you to move and/or rename the current page or move and/or rename the current nam…
5 * You must have edit permission for the current page/all pages in the current namespace.
7 * For moving a page you also need create permission in the target namespace.
8 * You cannot move a page to a namespace where a page with the same name already exists.
/plugin/tag/_test/
H A Dtopic_and_tagrefine.test.php72 * @param array $expected expected page ids
87 * @param array $expected List of page ids
94 foreach ($actual as $page) {
95 if ($page['id'] === $id) {
103 foreach ($actual as $page) {
104 $this->assertTrue(in_array($page['id'], $expected), $msg_prefix.'Page '.$page['id'].' is in the result but wasn\'t expected');
/plugin/workflow/syntax/
H A Ddecision.php16 function wf_render_link($ns, $page, $onclick, $text) { argument
18 resolve_pageid('wf', $page, $exists);
20 …return "<a class=\"wikilink$exists\" title=\"$page\" href=\"doku.php?id=$page\" onclick=\"$onclick…
89 $page = trim($tokens[0]);
90 $text = in_array('|', $tokens) ? trim($tokens[2]) : $page;
107 …=\"" . wf_render_criteria($criteria) . "\"><td>" . wf_render_link($wfns, $page, $onclick, $text) .…
/plugin/searchindex/
H A Dscript.js17 page = null,
57 if (page) {
58 …jQuery.post(url, 'call=indexpage&page=' + encodeURI(page) + '&force=' + force, function(response) {
61 page = pages.shift();
66 …<p>' + lang.indexing + ' ' + done + '/' + count + '</p><p class="name">' + page + '</p>' + status);
121 page = pages.shift();
/plugin/metadisplay/
H A DREADME.md3 Displays metadata for specified namespace or page
13 [[--no-colors] [--loglevel ] -n [--namespace] [ -p --page|.] [-e <off|on>]
23 -p, --page page name without namespace or extension, e.g. start
25 …-e, --exact exact page match, set to on for exact match, off for normal match
35 The plugin simplifies this in an admin panel accessed from the wiki's administration page
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/
H A DPdfReader.php89 * Get the page count.
111 * Get a page instance.
131 'Page number "%s" out of available page range (1 - %s)',
140 $page = $this->pages[$pageNumber - 1];
142 if ($page instanceof PdfIndirectObjectReference) {
165 $page = $this->parser->getIndirectObject($page->value);
166 $dict = PdfType::resolve($page, $this->parser);
172 $page = $this->pages[$pageNumber - 1] = $readPages($kids);
178 // let's reset the pages array and read all page object
[all...]
/plugin/cssperpage/
H A DREADME.md2 Enable per page styling for Dokuwiki.
4 Cssperpage enables setting of CSS styles for an entire page or for sections of a page by placing HT…
5 the entire page or sections. The CSS must be placed in the style.css file of the plugin directory.
/plugin/combo/resources/theme/default/pages/templates/
H A Dapp-edit.hbs5 {{>page-header-partial}}
6 <div id="page-core" class="{{ layout-container-class }} position-relative">
7 <main id="page-main">
14 {{>page-footer-partial}}
H A Dapp-search.hbs5 {{>page-header-partial}}
6 <div id="page-core" class="{{ layout-container-class }} position-relative">
7 <main id="page-main">
14 {{>page-footer-partial}}
H A Dhamburger.hbs5 {{>page-header-partial}}
6 <div id="page-core" class="{{ layout-container-class }} position-relative">
7 <main id="page-main">
14 {{>page-footer-partial}}
H A Dapp-diff.hbs5 {{>page-header-partial}}
6 <div id="page-core" class="{{ layout-container-class }} position-relative">
7 <main id="page-main">
14 {{>page-footer-partial}}
H A Dapp-revisions.hbs5 {{>page-header-partial}}
6 <div id="page-core" class="{{ layout-container-class }} position-relative">
7 <main id="page-main">
14 {{>page-footer-partial}}
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhelpers.asciidoc17 The `SearchResponseIterator` can be used to iterate page by page in a search
30 'size' => 100, // 100 results per page
40 // Sample usage of iterating over page results
41 foreach($pages as $page) {
43 // e.g. prints the number of document per page (100)
44 echo count($page['hits']['hits']), PHP_EOL;
67 'size' => 100, // 100 results per page
/plugin/epub/lang/fr/
H A Dremove.txt3 …sur le boutton ci-dessus: **Supprimer la page de la liste de création**. Cela libérera l'identifia…
4 À moins que vous ne fassiez ceci, la page continuera d'afficher les bouttons **Commencer** et **Sup…
5 même si vous avez supprimé la syntaxe epub de la page.
/plugin/tplinc/lang/en/
H A Dhelp.txt3 * For a single page just specify its full page id
6 …can be used starting and ending with ''/'' - they are matched against a '':'' prefixed full page id
8 Pages can optionally be given as relative IDs and will be resolved against the current page's names…
9 regular expressions, matched groups can be reused in the inserted page name by referencing them as …
/plugin/epub/scripts/
H A Depub_utils.php113 foreach($items as $page) {
226 if($current_page != $page) {
227 fwrite($handle,"<br/><h1><a name='$page' id='$page'>$page</a></h1>\n");
237 …$footnote = "<a href='$page#backto_$fn_id' class='wikilink1' title='$page'>[$fn_id]</a> <a href='$…
239 $current_page=$page;
347 foreach($items as $page) {
349 $page = $page[0];
351 if(!$page) continue;
358 <content src="$page"/>
441 if(!$page) return $spine;
[all …]
/plugin/timetrack/db/
H A Dupdate0001.sql4 CREATE TABLE page (id INTEGER PRIMARY KEY, page TEXT); table
5 CREATE UNIQUE INDEX idx_page ON page(page);
/plugin/wrap/
H A Dprint_or_pdf.less13 break-after: page; /* CSS 3 */
14 page-break-after: always; /* CSS 2.1 */
17 /*____________ avoid page break ____________*/
22 page-break-inside: avoid; /* CSS 2.1 */

12345678910>>...82