Home
last modified time | relevance | path

Searched refs:page (Results 226 – 250 of 2033) sorted by relevance

12345678910>>...82

/plugin/findologicxmlexport/vendor/findologic/libflexport/tests/FINDOLOGIC/Export/Tests/
H A DXmlSerializationTest.php83 $page = $this->exporter->serializeItems([], 0, 0, 0);
85 $this->assertPageIsValid($page);
91 $page = $this->exporter->serializeItems([$item], 0, 1, 1);
93 $this->assertPageIsValid($page);
124 $page = $this->exporter->serializeItems([$item], 0, 1, 1);
126 $this->assertPageIsValid($page);
136 $page = $this->exporter->serializeItems([$item], 0, 1, 1);
138 $this->assertPageIsValid($page);
/plugin/combo/ComboStrap/Meta/Field/
H A DPageTemplateName.php41 * App page
64 public static function createFromPage(MarkupPath $page): PageTemplateName argument
67 ->setResource($page);
77 return "A template applies a layout on your page";
134 * @var MarkupPath $page
136 $page = $this->getResource();
140 * because they are also root item page
143 switch ($page->getPathObject()->getLastNameWithoutExtension()) {
156 * Landing page is perfect
165 if ($page
[all...]
/plugin/quickstats/
H A DREADME1page requests, including geo-location, IP, page counts, browsers, operating systems, query string …
/plugin/yuriigantt/
H A DREADME.md5 [Plugin page at Official](https://www.dokuwiki.org/plugin:yuriigantt)
8 This plugin allow you to add Gantt table into Dokuwiki page.
30 1. create/request new dokuwiki page from your browser
31 1. add the least required syntax into the page
39 1. (Optional) Click page edit. You will see that data for empty embedded database was initialized
68 Info about gantt database is stored in page within special pattern in JSON format.
73 "pageId": "asd", <--- page identifier
90 If you change syntax parser, to refresh rendered page cache please run page with purge
/plugin/miniblog/syntax/
H A Dentry.php49 $page = $num*$INPUT->int('page', 0); // index of first entry in current page
50 $less = (($page > 0) ? max(0, ($page-$num)/$num) : -1); // previous page
51 $more = ((count($entries) > $page+$num) ? ($page+$num)/$num : -1); // next page
52 $entries = array_slice($entries, $page, $num);
/plugin/rating/
H A Dhelper.php91 public function remove($page) { argument
96 $res = $sqlite->query($sql, $page);
134 * @param string $page page to rate
136 public function rate($rate, $page) { argument
154 $lang = $translation->getLangPart($page);
160 $sqlite->query($sql, $page, $this->userID(), $lang, $date, $rate);
/plugin/xcom/scripts/
H A Dxml.php127 function xcom_lock($page, $lock, $client) { argument
132 $locks['lock'][] = $page;
133 echo "locking $page\n";
137 $locks['unlock'][] = $page;
149 if(in_array($page,$data['locked'])) {
152 if(in_array($page,$data['unlocked'])) {
/plugin/combo/ComboStrap/
H A DBreadcrumbTag.php19 * only once in a page
57 * Get the page
135 * @param MarkupPath $page
138 * @return string - the list item for the page
140 public static function getLiHtmlOutput(MarkupPath $page, bool $current = false, bool $link = true): string argument
148 * Applied to a link in the breadcrumb set to indicate that it represents the current page.
150 $liArial = " aria-current=\"page\"";
154 if (FileSystems::exists($page->getPathObject()) && $current === false) {
156 $liHtmlOutput .= $page->getHtmlAnchorLink(self::CANONICAL_HIERARCHICAL);
158 $liHtmlOutput .= $page
[all...]
/plugin/openlayersmap/
H A Dprint.less29 .olPOItblBody tr { page-break-inside: avoid; }
31 h ~ div ~ .olStaticMap { /*?? page-break-inside: auto | avoid | inherit */ /* http://david.latapie.name/blog/page-break-in-css-print-how-to-get-rid-of-accidental-blank-pages/ */ /* http://www.w3.org/TR/CSS21/page.html */ page-break-before: always; /* page-break-after: always;*/ }
/plugin/userhomepage/lang/en/
H A Duserhomepage_private.default3 …* To create a page inside this private space, simply use the standard link syntax __without any na…
4 <code>[[example page 1]]
5 [[example 2|My example page 2]]</code>
6 * To create a sub-namespace, simply indicate the new page's full position :
/plugin/combo/resources/theme/default/pages/templates/
H A Dlanding.hbs8 {{>page-header-partial}}
10 <div id="page-core" class="position-relative">
15 {{>page-footer-partial}}
16 {{!-- Railbar at the end to paint over the footer. It happens when a page without a lot of content is shown such as a slot --}}
/plugin/matrixnotifier/
H A Dhelper.php79 $page = $event->data['id'];
92 $descr_raw = $title.' · '.$useraction.' "'.$page.'" ('.$link.')';
93 …'.htmlspecialchars($useraction).' &quot;<a href="'.$link.'">'.htmlspecialchars($page).'</a>&quot;';
128 $page = $event->data['id'];
133 $page = str_replace(":", "/", $page);
136 $url = sprintf(['%sdoku.php?id=%s', '%s%s', '%sdoku.php/%s'][$userewrite], DOKU_URL, $page);
/plugin/tagfilter/
H A Daction.php161 foreach ($pages_intersect as $page) {
162 $title = p_get_metadata($page, 'title', METADATA_DONT_RENDER);
163 $pages[$title ?: $page] = [
164 'title' => $title ?: $page,
165 'id' => $page
183 foreach ($pages as $page) {
184 $Hpagelist->addPage($page);
/plugin/blog/
H A Daction.php45 // determine page id by rewrite mode
82 * Creates a new entry page
108 // if there is no page template, load our custom one
114 // make custom replacements like @TITLE@ available in standard page templates.
217 * Expire the renderer cache of archive pages whenever a page is updated or a comment or linkback is added
229 $page = $cache->page;
231 // try to extract the page id from the file if possible
232 if (empty($page)) {
234 $page
[all...]
/plugin/referrers/lang/en/
H A Dintro.txt7 …nfiguration Settings** menu from the DokuWiki admin menu. (It will be near the bottom of the page.)
11 The log will be located at the page [[:wiki:referrers|:wiki:referrers]], so you will need to create…
13 … **Access Control List Management** feature (available from the **Admin** page) to make '':wiki:re…
17 For further support or discussion, please see the official plugin page [[doku>plugin:referrers|here…
/plugin/zip/
H A Dadmin.php213 …<form method="post" action="<?=$_REQUEST['id']?>?do=<?=$_REQUEST['do']?>&page=<?=$_REQUEST['page']…
215 <input type="hidden" name="page" value="<?=$_REQUEST['page']?>" />
231 …<form method="POST" action="<?=$_REQUEST['id']?>?do=<?=$_REQUEST['do']?>&page=<?=$_REQUEST['page']…
234 <input type="hidden" name="page" value="<?=$_REQUEST['page']?>" />
/plugin/autlogin/
H A Dadmin.php166 foreach($this->rule as $page => $n1)
172 if(($_REQUEST[$alias.$page] > -1) && ($_REQUEST[$alias.$page] < 256)){
267 $page = $_REQUEST['id'];
269 $page = $_REQUEST['ns'].":*";
270 if($page == "*:*")
271 $page = "*";
282 $save = "$user\t$page\n";
325 if(substr($page,strlen($page)-1,1) != '*' && $perm > AUTH_EDIT)
1104 foreach($pages as $page)
1527 $counta = count($page);
[all …]
/plugin/pglist/
H A DREADME.md6page that have this list or you can exclude the start page. pglist also when list the directories,…
/plugin/miniblog/helper/
H A Dentry.php24 foreach ((array)$pages as $page) {
25 $date = p_get_metadata($page['id'], 'date created', METADATA_DONT_RENDER);
26 $user = p_get_metadata($page['id'], 'user', METADATA_DONT_RENDER);
29 'id' => $page['id'],
/plugin/issuelinks/db/
H A Dupdate0001.sql43 page TEXT NOT NULL CHECK(page <> ''), field
50 PRIMARY KEY (page, rev, service, project_id, issue_id, is_mergerequest, type),
55 FOREIGN KEY (page) REFERENCES pagerevs(page),
/plugin/userpagecreate/
H A Daction.php193 * @param string $page
195 protected function deletePage($page) argument
199 $page = str_replace(':', '/', $page);
202 $file = $conf['datadir'] . '/' . utf8_encodeFN($page) . '.txt';
208 $files = glob($conf['olddir'] . '/' . utf8_encodeFN($page) . '.*.txt.*');
/plugin/ireadit/syntax/
H A Dlist.php157 foreach ($pages as $page => $row) {
167 $row['current_rev'] != p_get_metadata($page, 'last_change date')) {
170 $url = wl($page, $urlParameters);
173 $heading = p_get_first_heading($page);
177 $link .= noNSorNS($page);
180 $link .= noNSorNS($page);
/plugin/do/syntax/
H A Ddo.php142 * @param string $page - the current page
147 protected function _oldTask($page, $md5) argument
153 if ($curPage != $page) {
154 $curPage = $page;
156 $statuses = $this->hlp->loadTasks(array('id' => $page));
173 protected function _needsSave($page, $md5) argument
175 if (isset($this->saved[$page][$md5])) {
178 $this->saved[$page][$md5] = 1;
/plugin/navi/
H A Dsyntax.php125 $page = '';
134 if ($page) array_push($parents, $page);
144 $page = $instructions[$i][1][0];
145 resolve_pageid(getNS($ID), $page, $foo); // resolve relative to sidebar ID
146 $list[$page] = array(
148 'page' => $page,
154 $list['_' . $page] = array(
/plugin/changes/
H A Dsyntax.php143 foreach (preg_split('/\s*,\s*/', $value) as $page) {
144 if (!empty($page)) {
145 $data[$name][] = (new PageResolver($ID))->resolveId($page);
274 // Date sort merged page and media changes
324 // check if it's a hidden page
358 * Check if page belongs to one of namespaces in the list
361 * @param string $id page id
388 $page['id'] = $change['id'];
389 $page['date'] = $change['date'];
390 $page['use
[all...]

12345678910>>...82