Home
last modified time | relevance | path

Searched refs:page (Results 76 – 100 of 2033) sorted by relevance

12345678910>>...82

/plugin/linkback/exe/
H A Dpingback.php71 $page = $this->tools->getPage($sourceUri);
72 if (!$page['success'] && ($page['status'] < 200 || $page['status'] >= 300))
103 $linkback = $this->_getTrackbackData($sourceUri, $targetUri, $page);
112 'page' => $page,
123 $linkback['favicon'] = $this->tools->getFavicon($linkback['url'], $page['body']);
149 function _getTrackbackData($sourceUri, $targetUri, $page) { argument
170 if (!preg_match($regex, $page['bod
[all...]
/plugin/sql2wiki/action/
H A Dsqlite.php18 const PLUGIN_SQL2WIKI_EDIT_SUMMARY_INFINITE_LOOP = 'plugin sql2wiki: syntax commented out: query results may depend on page revision';
59 // if we have updated the page we are currently viewing, redirect to updated version
69 if ($ACT != 'show') return; // update the page content only when we viewing it
94 foreach ($pages as $page) {
95 if (in_array($page, $filter_ids)) continue;
96 $sql2wiki_data = p_get_metadata($page, 'plugin_sql2wiki');
100 // but when $ACT != 'show' the current page might be not updated yet
101 $sleep = $page == $ID ? 1 : 0;
102 $this->update_query_results($page, $sql2wiki_filtered, $sleep);
134 protected function get_updated_page_content($page_content, $page, argument
170 update_query_results($page, $sql2wiki_data, $sleep = 0) global() argument
[all...]
/plugin/geonav/tpl/startermap/css/
H A Dcontent.css2 * This file provides the main design styles for the page content.
11 .dokuwiki .page h1 {margin-left: 0;}
12 .dokuwiki .page h2 {margin-left: .666em;}
13 .dokuwiki .page h3 {margin-left: 1.776em;}
14 .dokuwiki .page h4 {margin-left: 3em;}
15 .dokuwiki .page h5 {margin-left: 4.5712em;}
16 .dokuwiki .page div.level1 {margin-left: 0;}
17 .dokuwiki .page div.level2 {margin-left: 1em;}
18 .dokuwiki .page div.level3 {margin-left: 2em;}
19 .dokuwiki .page div.level4 {margin-left: 3em;}
[all …]
/plugin/hipchat/
H A Daction.php56 $page = $INFO['namespace'] . $INFO['id'];
81 $page = $INFO['id'];
85 $url = DOKU_URL . "doku.php?id=" . $page;
89 $page = str_replace(":", "/", $page);
91 $url = DOKU_URL . $page;
95 $page = str_replace(":", "/", $page);
97 $url = DOKU_URL . "doku.php/" . $page;
/plugin/farmsync/meta/
H A DPageUpdates.php8 public function updateEntity($page, $source, $target) { argument
9 $result = new UpdateResults($page, $target);
10 $sourceModTime = $this->farm_util->getRemoteFilemtime($source, $page);
11 $sourceText = $this->farm_util->readRemotePage($source, $page);
13 if (!$this->farm_util->remotePageExists($target, $page)) {
14 $this->farm_util->saveRemotePage($target, $page, $sourceText, $sourceModTime);
19 $targetModTime = $this->farm_util->getRemoteFilemtime($target, $page);
20 $targetText = $this->farm_util->readRemotePage($target, $page);
36 $commonroot = $this->farm_util->findCommonAncestor($page, $source, $target);
50 $this->farm_util->saveRemotePage($target, $page, $final);
[all …]
H A DFarmSyncUtil.php114 * @param string $page
120 $this->checkForExternalEdit($animal, $page);
150 * @param string $page a page ID
237 * @param string $page
254 * @param string $page
259 public function findCommonAncestor($page, $source, $target) { argument
261 $parts = explode(':', $page);
280 …rev == $sourceMtime ? $this->readRemotePage($source, $page) : $this->readRemotePage($source, $page
291 * @param string $page
502 private function checkForExternalEdit($animal, $page) { argument
[all …]
/plugin/quickedit/
H A Dscript.js15 this.page = null;
58 function quickedit_save(id, range, page) argument
63 pl_si.page=page;
67 …pl_si.sack.runAJAX('call=save_page&range='+range+'&page='+page+'&text='+text.replace(/&/g, '%26')+…
74 document.location.href="doku.php?id="+pl_si.page;
87 pl_si.sack.runAJAX('call=get_text&range='+pl_si.range+'&page='+pl_si.page);
93 function plugin_quickedit_go(id,range,page, adm){ argument
100 pl_si.page=page;
107 function quickedit_cancel(id, range, page) argument
/plugin/combo/ComboStrap/Api/
H A DMetaManagerHandler.php62 ->setBodyAsJsonMessage("The page path (id form) is empty")
66 $page = MarkupPath::createMarkupFromId($id);
67 if (!$page->exists()) {
72 ->setBodyAsJsonMessage("The page ($id) does not exist")
80 if (!$page->canBeUpdatedByCurrentUser()) {
86 ->setBodyAsJsonMessage("Not Authorized: The user ($user) has not the `write` permission for the page (:$id).")
135 self::handleManagerPost($event, $page, $_POST);
137 self::handleViewerPost($event, $page, $_POST);
144 self::handleManagerGet($event, $page);
146 self::handleViewerGet($event, $page);
159 handleManagerPost($event, MarkupPath $page, array $post) global() argument
243 handleManagerGet(Doku_Event $event, MarkupPath $page) global() argument
260 handleViewerGet(Doku_Event $event, MarkupPath $page) global() argument
304 handleViewerPost(Doku_Event $event, MarkupPath $page, array $post) global() argument
[all...]
/plugin/pageredirect/
H A Dsyntax.php68 // extract target page from match pattern
123 // hook into the post render event to allow the page to be redirected
136 $page = preg_split("/\?|#/", $data[0])[0];
137 $renderer->meta['relation']['references'][$page] = page_exists($page);
149 * @param string $page
153 list($page, $is_external) = $metadata;
155 $link = html_wikilink($page);
157 $link = '<a href="' . hsc($page) . '" class="urlextern">' . hsc($page)
[all...]
/plugin/findologicxmlexport/
H A DDokuwikiPage.php43 public function __construct($page) argument
45 $this->id = $page;
46 $this->url = wl($page, '', true);
47 $this->author = p_get_metadata($page)['last_change']['user'];
49 $this->lastEdit = $date->setTimestamp(p_get_metadata($page)['last_change']['date']);
50 $this->metadata = p_get_metadata($page);
/plugin/snippets/exe/
H A Dsnippets.php20 $page = $conf['plugin']['snippets']['snippets_page']; variable
22 $page = 'snippets'; // use default if not set variable
24 $JSINFO['snippets_listing_page'] = $page;
25 if(!page_exists($page) or auth_quickaclcheck($page) < AUTH_READ) die();
42 <?php print p_wiki_xhtml($page); ?>
/plugin/approve/db/
H A Dupdate0002.sql12 page TEXT PRIMARY KEY, field
17 INSERT INTO pageTemp(page,approver,hidden) SELECT page,maintainer,hidden FROM page;
18 DROP TABLE page;
19 ALTER TABLE pageTemp RENAME TO page;
/plugin/linkback/action/
H A Dsend.php94 foreach ($pages as $page) {
95 if (!$data['sentpings'][$page]) {
97 $this->_ping_page($page, $linkback_info);
99 $sentpings[$page] = true;
140 // page not writable? Quit
211 * Pings a given page with the given info.
213 function _ping_page($page, $linkback_info) { argument
221 $data = $http_client->get($page, true);
227 if ($this->_ping_page_linkback(trim($type), $page, $http_client->resp_headers, $data, $linkback_info))
238 * @param string $page UR
243 _ping_page_linkback($type, $page, $headers, $body, $linkback_info) global() argument
318 _autodiscover_trackback($page, $data) global() argument
[all...]
/plugin/bookcreator/action/
H A Dhandleselection.php8 * Show book bar and pagetool button at a wiki page
61 $page = $INPUT->post->str('savedselectionname');
62 $response = $this->loadSavedSelection($page);
65 $page = $INPUT->post->str('savedselectionname');
66 $response = $this->deleteSavedSelection($page);
108 $page = cleanID($pageid);
112 $response['selection'][$page] = array(wl($page, false, true, "&"), $this->getTitle($page));
202 * @param string $page wit
206 deleteSavedSelection($page) global() argument
230 loadSavedSelection($page) global() argument
[all...]
/plugin/structpublish/meta/
H A DAssignments.php123 // remove page assignments matching the pattern being removed
133 * Updates all assignments of a given page against the current patterns
180 * Add page to assignments
182 * @param string $page
187 public function assignPage($page, $user = null, $status = null) argument
190 return (bool) $this->sqlite->query($sql, [$page, $user, $status]);
194 * Remove page from assignments
196 * @param string $page
200 public function deassignPage($page, $user, $status) argument
203 return (bool) $this->sqlite->query($sql, [$page,
223 getPageAssignments($page, $checkpatterns = true) global() argument
[all...]
/plugin/blogtng/exe/
H A Dpingback.php70 $page = $http->get($sourceUri);
71 if ($page === false)
79 $linkback = $this->_getTrackbackData($sourceUri, $targetUri, $page);
99 function _getTrackbackData($sourceUri, $targetUri, $page) { argument
105 if (!preg_match($regex, $page, $match) && !preg_match($regex2, $page, $match)) {
113 if (!preg_match($regex, $page, $match) && !preg_match($regex2, $page, $match))
122 if (!preg_match($regex, $page, $match))
/plugin/pagetemplater/
H A DREADME.md1 # Page Templater - Embed your page
5 You can also use the META plugin and define a template for only one page:
9 templater page=:my:template-page
16 The template page has to have the word ``@@CONTENT@@`` in the content. This is the placeholder wher…
20 … on your own. Simply use the word ``@@YOURPLACEHOLDER@@`` in the template page (where ``YOURPLACEH…
25 ====== This my page with a Placeholder ======
30 You can now define the following in your page:
34 templater page = :my:template
40 **Note:** The page above defines a templater property using an exclamation mark (!) - this property…
/plugin/combo/ComboStrap/
H A DQualityMenuItem.php37 private $page; variable in ComboStrap\\QualityMenuItem
47 $this->page = MarkupPath::createFromRequestedPage();
48 if($this->page->isLowQualityPage()){
63 if ($this->page->isLowQualityPage()) {
75 * a page (For instance if you want to display it in a layout at a
79 if ($this->page->isLowQualityPage()) {
88 $title = "Show the page quality";
89 if ($this->page->isLowQualityPage()) {
90 $title .= "\n(This page is a low quality page)";
[all...]
/plugin/accscounter/lang/en/
H A Dmngintro.txt3 After selecting the action from the following menu, for each page, you'll see:
5 * The number of page views (PV) since the birth of the page till now
6 * The date when the page was last accessed
9 * The IP address of the visitor who last accessed the page
14 * [[?do=admin&page=accscounter&action=mng&mode=existing|Show the log of existing pages]]
16 * [[?do=admin&page=accscounter&action=mng&mode=deleted|Show the log of non-existing pages]]
18 …* [[?do=admin&page=accscounter&action=mng&mode=all|Show the log of all pages (including non-existi…
20 Or search the page names or namespaces with the textbox below (this searching function is very simp…
/plugin/croissant/
H A Dsyntax.php67 $part = $page = '';
70 $old_page = $page;
75 $page = $part;
76 resolve_pageid('', $page, $exists);
77 if ($page !== $old_page) {
79 tpl_pagelink(':' . $page, p_get_metadata($page, 'plugin_croissant_bctitle'));
/plugin/combo/action/
H A Dlang.php16 * * Change the lang of the page if present
66 * Arabic characters should not be deleted, otherwise the page id abbr becomes the last name
78 $page = MarkupPath::createMarkupFromId($id);
79 if (!FileSystems::exists($page->getPathObject())) {
82 $lastPartName = $page->getPathObject()->getLastNameWithoutExtension();
92 $page = DatabasePageRow::createFromPageIdAbbr($pageId)->getMarkupPath();
93 if ($page === null) {
96 if (!FileSystems::exists($page->getPathObject())) {
100 self::setNormalizedId($page->getPathObject()->getWikiId());
105 $pageLang = $page
[all...]
/plugin/elasticsearch/_test/
H A Dacl.test.php124 * @param string $page
129 public function testSanity($page, $user, $group, $expected) argument
134 $this->assertSame($expected, auth_aclcheck($page, $user, [$group]));
138 * Check parsed ACLs for a given page
141 * @param string $page
144 public function testACL($page, $expected) argument
152 $raw = $helper->getPageACL($page);
/plugin/ireadit/action/
H A Dnotification.php39 foreach ($pages as $page => $row) {
45 $row['current_rev'] != p_get_metadata($page, 'last_change date')) {
49 $link = '<a class="wikilink1" href="' . wl($page, $urlParameters, true) . '">';
51 $heading = p_get_first_heading($page);
55 $link .= noNSorNS($page);
58 $link .= noNSorNS($page);
64 'id' => $page . ':' . $row['current_rev'],
/plugin/combo/resources/theme/default/pages/templates/
H A Dindex.hbs6 {{> page-side-md-collapsable-head }}
9 {{>page-header-partial}}
10 <div id="page-core" class="{{ layout-container-class }} position-relative">
11 <aside id="page-side" class="d-print-none">
12 {{>page-side-md-collapsable }}
14 <main id="page-main">
24 {{>page-footer-partial}}
/plugin/nspages/fileHelper/
H A DpagePreparer.php17 * Boolean Whether the page being rendered should be exluded
59 function prepareFile(&$page){ argument
60 $page['nameToDisplay'] = $this->buildNameToDisplay($page);
61 $page['sort'] = $this->buildSortAttribute($page['nameToDisplay'], $page['id'], $page['mtime']);
67 * @param $metadata - The metadata object of a page. More details on https://www.dokuwiki.org/devel:metadata
92 * Get the page custo
117 buildNameToDisplay($page) global() argument
[all...]

12345678910>>...82