Home
last modified time | relevance | path

Searched refs:page (Results 51 – 75 of 2033) sorted by relevance

12345678910>>...82

/plugin/diagramsnet/lib/js/diagramly/
H A DPages.js82 this.page = page;
139 this.page = page;
178 page.model.rootChanged(page.root);
337 if (page != null && page != sourcePage)
948 return page;
1027 page = (page != null) ? page : this.createPage(null, this.createPageId());
1031 var change = new ChangePage(this, page, page, index);
1035 return page;
1061 return page;
1153 return page;
[all …]
/plugin/ckgdoku/ckeditor/
H A Dget_headers.php15 $page = $INPUT->str('dw_id'); variable
16 $page = ltrim($page, ':'); variable
20 $page = str_replace(':', '/',$page); variable
21 $page = dwiki_encodeFN($page); variable
23 $path = $Dwfck_conf_values['ckg_savedir'] . '/pages/' . $page . '.txt';
25 else $path = PAGES . $page . '.txt';
H A Duseheading.php7 $page = $INPUT->str('dw_id'); variable
8 $page = urldecode($page); variable
9 $page = ltrim($page, ':'); variable
11 $t= trim(tpl_pagetitle($page,1));
/plugin/favoris/
H A Daction.php58 …foreach ($_COOKIE['favoris'] as $page => $cpt) if ($page != "off") setCookie("favoris[$page]", "",…
65 foreach ($_COOKIE['favoris'] as $page => $cpt) {
67 if ($cpt != "-1") setCookie("favoris[$page]", "", time()-3600, '/');
114 foreach ($fav as $page => $cpt) {
115 if ($page=='off' || $cpt<1) continue;
123 list($imagePath, $titrePage, $target)=$snap->getSnap($page, 200, 150, true);
125 print $this->getLang('fav_pbsnap')." $page<br />";
135 … if (!@file_exists(fullpath(wikiFN($page)))) $style="style=\"border:1px dashed red; margin:2px;\"";
138 print "<a href=\"".$snap->url."\" title=\"$page$titrePage\" $target>";
/plugin/structtasks/_test/
H A DCliTest.php88 $page = 'some:page';
103 saveWikiText($page, $content, 'save 1');
108 ->with($this->equalTo($page),
117 $assignments->assignPageSchema($page, 'valid');
119 $cli->processTask($page, [$notifier]);
137 $page = [];
142 $page[] = 'some:page';
154 saveWikiText($page[0], $content[0], 'save 1');
155 $assignments->assignPageSchema($page[0], 'valid');
157 $page[] = 'another:page';
[all …]
/plugin/do/db/
H A Dupdate0007.sql3 CREATE TABLE task_assignees (page, md5, user); field
6 INSERT INTO task_assignees (page, md5, user) SELECT page,md5,user FROM tasks WHERE user != '';
9 CREATE TABLE tasks_tmp ( page, md5, date, text , creator , pos ); field
10 INSERT INTO tasks_tmp SElECT page, md5, date, text , creator , pos FROM tasks;
13 CREATE TABLE tasks ( page, md5, date, text , creator , pos); field
14 INSERT INTO tasks SElECT page, md5, date, text , creator , pos FROM tasks_tmp;
/plugin/accscounter/syntax/
H A Dpopularity.php96 $page = $item['id'];
97 if ((strpos($except, '|' . $page . '|') !== FALSE) ||
98 ! page_exists($page) || ! auth_quickaclcheck($page))
101 $array = @file($achelper->counterFN($page, '.number'));
109 if (($today == $date) and ($today_count != 0)) $counters[$page] = $today_count;
111 if (($yesterday == $date) and ($today_count != 0)) $counters[$page] = $today_count;
112 … if (($thisday == $date) and ($yesterday_count != 0)) $counters[$page] = $yesterday_count;
114 $counters[$page] = $count;
128 foreach ($counters as $page=>$count) {
132 $renderer->internallink(':' . $page);
/plugin/include/syntax/
H A Dwrap.php25 * Wraps the included page in a div and writes section edits for the action component
26 * so it can detect where an included page starts/ends.
36 list($page, $redirect, $secid) = $data;
39 $renderer->startSectionEdit(0, array('target' => 'plugin_include_start', 'name' => $page, 'hid' => ''));
41 $renderer->startSectionEdit(0, 'plugin_include_start', $page);
45 $renderer->startSectionEdit(0, array('target' => 'plugin_include_start_noredirect', 'name' => $page, 'hid' => ''));
47 $renderer->startSectionEdit(0, 'plugin_include_start_noredirect', $page);
51 // Start a new section with type != section so headers in the included page
52 // won't print section edit buttons of the parent page
54 $renderer->startSectionEdit(0, array('target' => 'plugin_include_end', 'name' => $page, 'hi
[all...]
/plugin/struct/
H A Dremote.php35 * Get the structured data of a given page
37 * @param string $page The page to get data for
44 public function getData($page, $schema, $time)
46 $page = cleanID($page);
48 if (auth_quickaclcheck($page) < AUTH_READ) {
49 throw new AccessDeniedException('no permissions to access data of that page');
55 return $this->hlp->getData($page, $schema, $time);
63 * Saves data for a given page (create
41 getData($page, $schema, $time) global() argument
74 saveData($page, $data, $summary, $minor = false) global() argument
[all...]
/plugin/randompage2/
H A Daction.php27 foreach ($pages as $page) {
28 $page = trim($page);
29 if(!page_exists($page)) continue;
30 if(isHiddenPage($page)) continue;
31 if (auth_quickaclcheck($page)) {
32 send_redirect(wl($page, '', true, '&'));
/plugin/dir/
H A Dsyntax.php885 function _getSortKey(&$page, $keyType) { argument
932 function _tableCellContentID(&$page) { argument
933 $fqid = $page ["id"];
934 $tmplvl = $page ["level"] - 1;
939 if($page ["type"] == 'd') {
978 if(!isset ($page ["meta"]))
979 $page ["meta"] = p_get_metadata($page ["linkid"], false, true);
1000 return $page ["meta"] [$key1];
1006 function _tableCellContent(&$page, $col) { argument
1234 function _hasTag($page) { argument
[all …]
/plugin/findologicxmlexport/
H A DDokuwikiXMLExport.php90 $pageTitleIsNotEmpty = !empty(p_get_metadata($page)['title']);
128 foreach ($this->pages as $key => $page) {
130 $this->fillDataToItem($page, $item);
265 public function fillDataToItem($page, $item) argument
267 $item->addName($this->getName($page));
269 $item->addSummary($this->getSummary($page));
271 $item->addDescription($this->getDescription($page));
275 $item->addUrl($this->getUrl($page));
277 $item->addDateAdded($this->getDateAdded($page));
279 $item->addOrdernumber(new Ordernumber($this->getPageId($page)));
[all …]
/plugin/pageredirect/
H A Daction.php38 // skip when looking page history or action is not 'show'
49 list($page, $is_external) = $metadata;
73 // preserve #section from $page
74 list($page, $section) = array_pad(explode('#', $page, 2), 2, null);
83 $page = wl($page, array('redirect' => $redirect), true, '&');
90 $page .= $section;
93 $this->redirect($page);
124 list($page,
[all...]
/plugin/ireadit/action/
H A Dmigration.php101 $page = $row['page'];
112 'page' => $page,
168 $pages[] = str_replace('/', ':', $page);
173 foreach ($pages as $page) {
175 $meta = p_get_metadata($page, 'plugin ireadit');
179 'page' => $page,
214 $pages[] = str_replace('/', ':', $page);
218 foreach ($pages as $page) {
220 $meta = p_get_metadata($page, 'plugin_ireadit');
227 'page' => $page,
[all …]
/plugin/combo/resources/theme/default/pages/templates/
H A Dholy.css1 main > *, #page-core {
8 #page-core {
11 grid-template-areas: "page-side page-main";
16 #page-side {
17 grid-area: page-side;
20 #page-main {
21 grid-area: page-main;
29 #page-core {
35 grid-area: page
[all...]
/plugin/approve/db/
H A Dupdate0001.sql8 page TEXT NOT NULL, field
16 PRIMARY KEY (page, rev)
19 CREATE TABLE page ( table
20 page TEXT PRIMARY KEY, field
31 ON revision (current, page, rev, ready_for_approval, approved, version);
34 ON page (maintainer, page, hidden);
/plugin/feed/
H A Dfeed.php133 foreach ($pages as $page) {
140 if ($page['title']) {
141 $item->title = $page['title'];
149 $item->link = wl($page['id'], '', true, '&') . '#' . $page['anchor'];
152 if ($page['desc']) {
153 $description = $page['desc'];
166 $item->date = date('r', $page['date']);
169 if ($page['cat']) {
170 $item->category = $page['cat'];
180 if ($page['user']) {
[all …]
/plugin/ckgedit/ckeditor/
H A Duseheading.php7 $page = $INPUT->str('dw_id'); variable
8 $page = urldecode($page); variable
9 $page = ltrim($page, ':'); variable
11 $t= trim(tpl_pagetitle($page,1));
/plugin/combo/action/
H A Dmetacanonical.php28 $page = MarkupPath::createFromRequestedPage();
33 throw new ExceptionNotFound("No requested page");
37 * No metadata for slot page
39 if ($page->isSlot()) {
43 return $page;
61 $page = self::getContextPageForHeadHtmlMeta();
70 $this->canonicalHeadMetadata($event, $page);
74 $this->appNameMetadata($event, $page);
83 private function canonicalHeadMetadata($event, MarkupPath $page) argument
95 $canonicalUrl = $page
153 appNameMetadata($event, MarkupPath $page) global() argument
[all...]
/plugin/searchpattern/
H A Dsyntax.php467 if( substr( $page, 0, 1 ) == '{' && substr( $page, -1 ) == '}' ) {
470 if( isset( $data['{'.$page.'}'] ) ) {
471 $matches[$page] = $data['{'.$page.'}'];
472 unset($data['{'.$page.'}']);
494 foreach($params['page_limit'] as $page){
495 $renderer->doc .= '<li>'.$page.'</li>';
509 foreach($params['page_exclude'] as $page){
510 $renderer->doc .= '<li>'.$page.'</li>';
547 foreach($data as $page => $count){ //for each result
548 …$renderer->doc .= '<tr class="sp_result"><td class="sp_page"><a href="'.wl($page).'">'.$page.'</a>…
[all …]
/plugin/combo/ComboStrap/Meta/Api/
H A DMetadataStoreAbs.php16 private $page; variable in ComboStrap\\Meta\\Api\\MetadataStoreAbs
26 * @param ResourceCombo $page
28 public function __construct(ResourceCombo $page) argument
30 $this->page = $page;
35 if ($this->page->getPathObject()->toAbsoluteId() !== $requestedResource->getPathObject()->toAbsoluteId()) {
36 throw new ExceptionRuntime("The page ($requestedResource) is unknown. We got data for the page ($this->page)", $this->getCanonical());
65 return $this->page;
[all...]
/plugin/acknowledge/db/
H A Dupdate0001.sql3 page TEXT NOT NULL PRIMARY KEY, field
9 page TEXT NOT NULL REFERENCES pages (page) ON DELETE CASCADE, field
12 PRIMARY KEY (page, user)
17 page TEXT NOT NULL REFERENCES pages (page) ON DELETE CASCADE PRIMARY KEY, field
/plugin/combo/ComboStrap/Meta/Field/
H A DPageImage.php14 * Represents the image of a page in a {@link PageImages}
20 const PAGE_IMAGE = "page-image";
36 private $page; variable in ComboStrap\\Meta\\Field\\PageImage
41 public function __construct(WikiPath $image, MarkupPath $page) argument
44 $this->page = $page;
49 * @param MarkupPath $page
52 public static function create(WikiPath $image, ResourceCombo $page): PageImage argument
54 return new PageImage($image, $page);
70 throw new ExceptionCompile("The page imag
[all...]
/plugin/publish/
H A Dsyntax.php80 foreach($pages as $page) {
82 $this_ns = getNS($page[0]);
97 $updated = '<a href="' . wl($page[0]) . '">' . dformat($page[2]) . '</a>';
98 if($page[1] == null || count($page[1]) == 0) {
102 $keys = array_keys($page[1]);
106 $page[1][$last][1],
107 wl($page[0], 'rev=' . $last),
109 if($last == $page[2]) { $updated = 'Unchanged'; } //shouldn't be possible:
117 $renderer->doc .= wl($page[0]);
119 $renderer->doc .= $page[0];
/plugin/fetchmedia/script/
H A Dmain.js5 yield* Object.entries(data).reduce((carry, [page, links]) => {
6 const flatLinks = links.map(link => [page, link]);
11 function decorateLiWithResult(page, link, res) { argument
12 const selector = `td[data-id="${btoa(page + link)}"]`;
29 const [page, link] = value;
30 const selector = `td[data-id="${btoa(page + link)}"]`;
39 page,
48 decorateLiWithResult(page, link, res);
90 const tableRows = links.map(([page, mediaLinks]) => {
91 const pageUrl = `${DOKU_BASE}doku.php?id=${page}`;
[all …]

12345678910>>...82