Home
last modified time | relevance | path

Searched refs:page (Results 251 – 275 of 2033) sorted by relevance

1...<<11121314151617181920>>...82

/plugin/git/
H A Dhelper.php304 $page = $this->getPageFromFile($file);
305 $renderer->doc .= '<a href="'.DOKU_URL.'doku.php?id='.$page.'">'.$page.'</a>';
331 $page = str_replace('pages/', '', $file);
332 $page = str_replace('.txt', '', $page);
333 $page = str_replace('/', ':', $page);
334 $page = trim($page);
336 return $page;
346 $page = $this->getPageFromFile($fileForDiff);
353 $renderer->doc .= '<h2>Changes to: '.$page.'</h2>';
/plugin/picasawebalbum/orig/
H A Djquery.pwi.js100 settings.page = 1;
159 if (settings.page > 1) {
162 settings.page = (parseInt(settings.page) - 1);
169 if (p == settings.page) {
174 settings.page = e.data;
181 if (settings.page < $pageCount) {
184 settings.page = (parseInt(settings.page) + 1);
192 var i = ((settings.page-1)*settings.maxResults);
193 while(i < (settings.maxResults*settings.page) && i < $np) {
297 page: 1, property in $.fn.pwi.defaults
[all …]
/plugin/picasawebalbum/
H A Djquery.pwi.js100 settings.page = 1;
159 if (settings.page > 1) {
162 settings.page = (parseInt(settings.page) - 1);
169 if (p == settings.page) {
174 settings.page = e.data;
181 if (settings.page < $pageCount) {
184 settings.page = (parseInt(settings.page) + 1);
192 var i = ((settings.page-1)*settings.maxResults);
193 while(i < (settings.maxResults*settings.page) && i < $np) {
297 page: 1, property in $.fn.pwi.defaults
[all …]
/plugin/tipoftheday/
H A DREADME.md4 Display Tip of the Day - which is a random section of another page.
9 {{totd>:namespace:page}}
12 Display random page in namespace
/plugin/accscounter/lang/ja/
H A Dmngintro.txt14 * [[?do=admin&page=accscounter&action=mng&mode=existing|存在するページのログを表示する]]
16 * [[?do=admin&page=accscounter&action=mng&mode=deleted|存在しないページのログを表示する]]
18 * [[?do=admin&page=accscounter&action=mng&mode=all|全てのページ(存在しないページも含む)のログを表示する]]
/plugin/pagebreak2/
H A Dtitle-h1.css2 page-break-before:always;
5 /* Do not break on the first print page */
7 page-break-before:avoid;
/plugin/userhomepage/lang/fr/
H A Duserhomepage_private.default3 …* Pour créer une page au sein de cet espace réservé, utilisez simplement la syntaxe de lien __sans…
4 <code>[[page exemple 1]]
5 [[exemple2|Ma page exemple2]]</code>
6 …* Pour créer un sous-espace de nom, il suffit d'indiquer une nouvelle page avec son emplacement co…
/plugin/sectiontoggle/
H A Dtemplates.ini55 name = page
63 name = page
67 name = page
75 name = page-content
/plugin/button/
H A Daction.php51 function move_newid($handler, $page, $type) argument
54 $newpage = $handler->adaptRelativeId($page);
56 $newpage = $handler->resolveMoves($page, $type);
57 $newpage = $handler->relativeLink($page, $newpage, $type);
79 $link_items[0] = $this->move_newid($handler, $link_items[0], 'page');
/plugin/notfound/
H A Dplugin.info.txt5 name "Not Found" page plugin
6 desc Display a custom page when a page does not exist.
/plugin/findologicxmlexport/
H A DPageGetter.php26 $allPagesWithoutTitle = array_filter($allPages, function ($page, $k) {
27 return (p_get_metadata($page)['description'] !== '' && !p_get_metadata($page)['title']);
/plugin/discussion/syntax/
H A Dthreads.php150 foreach ($pages as $page) {
151 $page['class'] = 'discussion_status'.$page['status'];
152 $pagelist->addPage($page);
171 foreach ($pages as $page) {
172 $renderer->meta['relation']['references'][$page['id']] = true;
/plugin/combo/action/
H A Dmetatwitter.php104 $page = MarkupPath::createPageFromPathObject($templateForWebPage->getRequestedContextPath());
110 if (!FileSystems::exists($page)) {
117 if ($page->isSlot()) {
129 self::META_TITLE => StringUtility::truncateString($page->getTitleOrDefault(), 70),
133 $description = $page->getDescriptionOrElseDokuWiki();
148 // Identify the Twitter profile of the page that populates the via property
161 $twitterImagePath = TwitterImage::createFromResource($page)->getValueOrDefault();
/plugin/dokugitviewer/
H A DREADME12 convert "#bug24" into internal link to bug-page with correct anchor.
16 git commit -m "Started working for login page (#ft4)"
18 The "#ft4" is transformed into internal link to features page and creating
21 Just add this into wiki page:
35 3) Add <dokugitviewer> link into your wiki page
/plugin/top/
H A Dhelper.php45 * @param string $page the page id
47 public function add($page) { argument
62 $lang = $translation->getLangPart($page);
69 $res = $sqlite->query($sql, $page, $page, $month, $lang, $month);
H A Daction.php43 $page = cleanID($INPUT->str('page'));
44 if(!$page) return;
48 $hlp->add($page);
/plugin/pagenav/
H A Dsyntax.php121 * @param string $page page to link to
125 protected function buildImgLink($page, $cmd) argument
130 if (blank($page)) {
135 $title = p_get_first_heading($page);
137 'href' => wl($page),
/plugin/displaywikipage/lang/en/
H A Dintro.txt5 …additional template function such that you can display more than one wiki page at a time on any gi…
9 …u will have to insert the following code into your template, at the top of the page should suffice.
17 To display a wiki page at any point in your document, use the following code:
20 <?php if (function_exists('dwp_display_wiki_page')) dwp_display_wiki_page(":path:to:page"); ?>
29 For further support or discussion, please see the official plugin page [[doku>plugin:displaywikipag…
/plugin/struct/action/
H A Dcache.php52 if (!$cache->page) return true; // not a page cache
55 if (!$assignments->getPageAssignments($cache->page)) return true; // no struct here
77 if (!$cache->page) return true; // not a page cache
79 $meta = p_get_metadata($cache->page, 'plugin struct');
89 // dynamic renders should never overwrite the default page cache
132 if (!$cache->page) return true; // not a page cache
/plugin/pdfjs/pdfjs/web/locale/fr/
H A Dviewer.properties22 page.title=Page
50 first_page.title=Aller à la première page
51 first_page.label=Aller à la première page
52 first_page_label=Aller à la première page
53 last_page.title=Aller à la dernière page
54 last_page.label=Aller à la dernière page
55 last_page_label=Aller à la dernière page
152 # LOCALIZATION NOTE (thumb_page_title): "{{page}}" will be replaced by the page
154 thumb_page_title=Page {{page}}
155 # LOCALIZATION NOTE (thumb_page_canvas): "{{page}}" will be replaced by the page
[all …]
/plugin/do/
H A Dhelper.php244 * @param string $page page id of the task
253 public function toggleTaskStatus($page, $md5, $commitmsg = '') argument
261 if (!$page || !$md5) {
275 $page, $md5
299 $page, $md5, $stat, $name, $commitmsg
310 $page, $md5
390 * @param string $page page id
394 public function getAllPageStatuses($page) argument
399 if (!$page) {
416 $page
/plugin/combo/ComboStrap/
H A DCacheManager.php75 * @return CacheResults[] - null if the page does not exists
97 $page = MarkupPath::createMarkupFromId($pageId);
99 $cacheExpirationFrequency = CacheExpirationFrequency::createForPage($page)
106 $cacheExpirationDateMeta = CacheExpirationDate::createForPage($page);
113 LogUtility::error("The cron expression ($cacheExpirationFrequency) of the page ($page) is not a valid cron expression");
/plugin/autolink2/
H A Dhelper.php84 foreach ($res as $anchor => $page){
111 $replace[$l++]="[[:".$page."|$1]]";
255 foreach ($pages as $page){
256 $anchors = p_get_metadata($page['id'], 'anchors');
258 $this->_updateAutolinkIndex($page['id'], $anchors);
270 foreach ($nums as $page=>$num){
271 $docs[$page] = trim($this->page_idx[$num]);
316 $page=substr($value,3,-2);
317 list ($pageid,$anchor) = explode('|',$page);
/plugin/combo/lang/en/admin/
H A Dpagerules_intro.txt4 This page permits you to create [[https://combostrap.com/page/rules|page rules]].
/plugin/rplus/
H A Drenderer.php279 $page = $conf['start'];
280 $pageTitle = tpl_pagetitle($page, true);
281 …$htmlOutput .= tpl_link(wl($page), '<span class="nicon_home" aria-hidden="true"></span>', 'title="…
298 $page = $pagePart;
300 resolve_pageid(getNS($ID), $page, $exist, "", true);
302 $pageTitle = tpl_pagetitle($page, true);
309 …$htmlOutput .= tpl_link(wl($page), $linkContent, 'title="' . $pageTitle . '" class="navlink"', $re…

1...<<11121314151617181920>>...82