Home
last modified time | relevance | path

Searched refs:page (Results 151 – 175 of 2033) sorted by relevance

12345678910>>...82

/plugin/api/_test/
H A Dpages.test.php79 foreach ($data as $page) {
84 if (in_array($page['id'], $pagesToFound)) {
88 if ($page['id'] == $homePageId) {
90 $actualPageTitle = $page['title'];
95 if ($page['id'] ==$secondPage) {
96 $actualPageTitle = $page['title'];
/plugin/sqlite/
H A DFunctions.php85 * @param string $pageid page ID (needs to be resolved and cleaned)
141 * Resolves a page ID (relative namespaces, plurals etc)
145 * @param string $page The page ID to resolve
146 * @param string $context The page ID (not namespace!) to resolve the page with
149 public static function resolvePage($page, $context)
151 if (is_null($page)) return null; argument
152 if (is_null($context)) return cleanID($page);
155 resolve_pageid($ns, $page,
[all...]
/plugin/struct/lang/fr/
H A Dassignments_intro.txt3 Cette page vous permet d'assigner automatiquement des schémas à des pages ou à des catégories entières. Dès qu'une page est ciblée par un patron, le schéma correspondant est affiché dans cette page.
7 * Pour cibler une page, indiquez son identifiant complet, par exemple ''<nowiki>ma:page</nowiki>''.
8 * Vous pouvez aussi utiliser les expressions régulières en les entourant d'un ''/''. Elles seront comparées avec l'identifiant complet d'une page, préfixé de '':''.
/plugin/tag/
H A Dhelper.php70 'desc' => 'returns the tag links of a given page',
140 * @param string $id page id
257 foreach ($pages as $page) {
259 if($this->isNotVisible($page, $ns)) continue;
261 $pageTags = $this->getTagsFromPageMetadata($page);
266 $meta = p_get_metadata($page);
268 $perm = auth_quickaclcheck($page);
281 $sortkey = $page;
284 $pos = strrpos($page, ':');
286 $sortkey = "\0".$page;
[all...]
/plugin/randominc/
H A Dsyntax.php65 $page = $data[array_rand($data, 1)][id];
66 return $page;
104 $page = $this->_randompage($ns, $flagsarray['depth']);
105 if (empty($page)) {
109 $an_id=$ns.':'.$page;
111 $page = $an_id;
137 $pages = $this->helper->_get_included_pages($mode, $page, $sect, $parent_id, $flags);
165 foreach ($pages as $page) {
166 extract($page);
167 $id = $page['id'];
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidEnterprise/
H A DStoreLayoutPagesListResponse.php29 public function setPage($page) argument
31 $this->page = $page;
38 return $this->page;
/plugin/move/helper/
H A Dplan.php448 foreach($medialist as $page) {
451 $html .= hsc($page);
542 if($page === false) break;
545 $Rewriter->rewritePage($page);
593 foreach($affected as $page){
594 $page = trim($page);
711 foreach($pages as $page) {
741 foreach($pages as &$page) {
743 $page = $dst . substr($page, $len + 1);
746 unset($page);
[all …]
/plugin/autolink3/
H A Daction.php50 private function _is_link_application($page, $text) argument
57 $page = realpath($page);
59 if (!strncmp($page, $locate, strlen($locate)))
61 $text = link_replace($text, $elem[0], $elem[1], str_replace(':', '/', $page));
H A Dscript.js13 this.page = null;
67 pl_si.page = pl_si.pages.shift();
79 pl_si.page = pl_si.pages.shift();
94 if(pl_si.page){
95 …plugin_tagindex_status('indexing<br />'+pl_si.page+'<br />('+pl_si.done+'/'+pl_si.count+')<br />');
98 pl_si.sack.runAJAX('call=indexpage&page='+encodeURI(pl_si.page));
/plugin/tipoftheday/syntax/
H A Dtotd.php34 list($mode, $page, $sect) = preg_split('/>|#/u', $match, 3);
36 $return = array($page, explode('&', $flags));
46 list($page, $flags) = $data;
51 $sections = $this->_getSections($page);
65 … $ins = $helper->_get_instructions($page, cleanID($section), $mode, $renderer->lastlevel, $flags);
83 …sections[$prev])), "&lt;", 'title="previous" onclick="totd_loadnew(\'' . $page . (count($flags)>0 …
84 …=> $sections[$next])), "&gt;", 'title="next" onclick="totd_loadnew(\'' . $page . (count($flags)>0 …
/plugin/multiselect/
H A Dsyntax.php79 $page=$ID;
84 $page
102 $page) = $opt;
116 if ($Hajax && $page == $INFO['id']) {
117 $htmlid = hsc($page).'_'.$itemPos;
126 …mlid."_".$count.'" class="multiclicker" onclick="multiclickclick(\''.hsc($page).'\',\''.$htmlid.'\…
133 …', ',array_map('hsc',$smileys)).']" class="multismiley multismiley_'.hsc($page).'" onclick="multis…
/plugin/combo/action/
H A Dlinkwizard.php25 * This action enhance the search of page in:
59 * just a page search with {@link ft_pageLookup()}
105 foreach ($pages as $page) {
107 $id = $page->getWikiId();
112 $path = $page->getPathObject()->toAbsoluteId();
119 $name = strtolower($page->getNameOrDefault());
120 $title = $page->getTitleOrDefault();
121 $h1 = $page->getH1OrDefault();
135 if (!FileSystems::exists($page->getPathObject())) {
/plugin/linkback/action/
H A Dantispam.php25 $page = $event->data['page'];
61 if ($this->getConf('antispam_link_enable') && !$this->_clean_link($target, $page, $linkback['type'])) {
62 $event->data['log'][] = "\tURL not contained in linking page, marked as spam";
69 $event->data['log'][] = "\tURL found in linking page, marked as ham";
107 * Check whether linking page contains link to us.
112 function _clean_link($targetUri, $page, $type) { argument
119 if (!preg_match($regex, $page['body'], $match) && !preg_match($regex2, $page['body'], $match)) {
126 if (!preg_match($regex, $page['bod
[all...]
/plugin/pycode/
H A Daction.php96 foreach ($log as $page => $files) {
97 $page = substr($page, 0, -4); // remove extension .txt
98 $page = str_replace("/", ":", $page);
99 if ($event->data["page"] == $page) {
100 $event->data["body"] = p_cached_output(wikiFN($page));
169 foreach ($log_old as $page => $files) {
170 if ($wiki == $page) {
/plugin/displaytitle/
H A DREADME.md10 …lay Title Plugin can display the id or title of the current page or the title of an arbitrary page.
18 The plugin offers three inline elements that expand into the text of either a page id or page title.
22 | `<<display id>>` | The id of the current page. |
23 | `<<display title>>` | The title of the current page. |
24 | `<<display title ID>>` | The title of the page `ID` or current page if `ID` is empty. |
28 | `ID` | no | Arbitrary local wiki page id as would be passed to normal local wiki links. |
/plugin/dokukiwix/
H A Dscript.js13 this.page = null;
64 pl_dokukiwix.page = null;
84 pl_dokukiwix.page = pl_dokukiwix.pages.shift();
126 pl_dokukiwix.sack.runAJAX('call=removeLock&page='+encodeURI(pl_dokukiwix.page));
145 plugin_dokukiwix_log('Generated: '+pl_dokukiwix.page);
146 pl_dokukiwix.page = pl_dokukiwix.pages.shift();
162 if(pl_dokukiwix.page){
163 …plugin_dokukiwix_status('Generating '+pl_dokukiwix.page+' ('+pl_dokukiwix.done+'/'+pl_dokukiwix.co…
166 pl_dokukiwix.sack.runAJAX('call=buildOfflinePage&page='+encodeURI(pl_dokukiwix.page));
172 pl_dokukiwix.sack.runAJAX('call=removeLock&page='+encodeURI(pl_dokukiwix.page));
/plugin/acknowledge/db/
H A Dupdate0003.sql4 page TEXT NOT NULL REFERENCES pages (page) ON DELETE CASCADE PRIMARY KEY, field
9 INSERT INTO assignments_temp (page, pageassignees) SELECT page, assignee FROM assignments;
/plugin/sphinxsearch-was/
H A Daction.php172 $page = $row['page'];
173 if (!isset($pageListGroupByPage[$page])) {
174 $pageListGroupByPage[$page] = $row;
176 $pageListGroupByPage[$page]['subpages'][] = $row;
236 $page = $row['page'];
241 $metaData = p_get_metadata($page);
250 $titleText = hsc($page);
253 $namespaces = getNsLinks($page, $keywords, $this->_search);
254 $href = !empty($hid) ? (wl($page) . '#' . $hid) : wl($page);
296 …ass="morematches"><a href="javascript:void(0)" onClick="sh(' . "'more" . $page . "'" . ');" >Show …
/plugin/sphinxsearch/
H A Daction.php222 $page = $row['page'];
223 if(!isset ($pageListGroupByPage[$page])){
224 $pageListGroupByPage[$page] = $row;
226 $pageListGroupByPage[$page]['subpages'][] = $row;
281 $page = $row['page'];
286 $metaData = p_get_metadata($page);
295 $titleText = hsc($page);
298 $namespaces = getNsLinks($page, $keywords, $this->_search);
299 $href = !empty($hid) ? (wl($page).'#'.$hid) : wl($page);
341 …ecoration:underline;"><a href="javascript:void(0)" onClick="sh('."'more".$page."'".');" >More matc…
/plugin/mediasyntax/
H A Daction.php120 // we're only interested in instructions of the current page
122 if(!isset($cache->page) || ($cache->page != $ID)) return;
169 foreach($pages as $page)
171 $page = cleanID($this->helper->_apply_macro($page));
172 resolve_pageid(getNS($ID), $page, $exists);
173 $file = wikiFN($page);
177 $key .= '#' . $page . '|ACL' . auth_quickaclcheck($page);
[all...]
/plugin/quickstats/scripts/
H A Dextended_data.php39 $page = rawurldecode($INPUT->str('page')); variable
294 foreach($pages as $page=>$ar) {
295 $page = rawurlencode($page);
296 $header = "<h1>$page</h1>\n";
318 foreach($pages as $page=>$ar) {
319 $page = rawurlencode($page);
323 echo "<h1>$page</h1>\n";
367 $found = qs_pages_search_i($page,$month);
372 foreach($found as $page=>$accesses) {
373 if(isset($page_users[md5($page)])) {
[all …]
/plugin/pagelist/
H A Dsyntax.php74 // page has an image title
113 foreach ($pages as $i => $page) {
114 $pages[$i]['exists'] = page_exists($page['id']);
124 foreach ($pages as $page) {
125 $pagelist->addPage($page);
133 foreach ($pages as $page) {
134 $renderer->meta['relation']['references'][$page['id']] = $page['exists'];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowCxV3TransitionCoverageTransitionNode.php44 public function setPage(GoogleCloudDialogflowCxV3Page $page) argument
46 $this->page = $page;
53 return $this->page;
/plugin/mytemplate/
H A DREADME1 MyTemplate - DokuWiki Plugin for creating complex page templates
3 The plugin allows you to seperate the structure of a wiki page and the data contained within. This
9 The structure page will be displayed as is, whereas the data page is displayed as the final
10 compiled page, structure and all.
17 1. Declaring the structure page:
92 Maps are declared either in the structure page or a seperate data page. In
116 Simply put this at the end of your data page:
119 When the data page is displayed, everything between [VARIABLES] and
122 template page and only that will be displayed.
123 Of course you can have multiple includes and thus construct a page
[all …]
/plugin/combo/ComboStrap/
H A DFetcherVignette.php11 * http://host/lib/exe/fetch.php?media=id:of:page.png&drive=page-vignette
13 * * 'id:of:page' is the page wiki id
17 * http://combo.nico.lan/lib/exe/fetch.php?media=howto:getting_started:getting_started.png&drive=page-vignette
18 * http://combo.nico.lan/lib/exe/fetch.php?media=howto:howto.webp&drive=page-vignette
44 private ?MarkupPath $page = null; variable in ComboStrap\\FetcherVignette
55 * @throws ExceptionNotFound - if the page does not exists
56 * @throws ExceptionBadArgument - if the mime is not supported or the path of the page is not a wiki path
58 public static function createForPage(MarkupPath $page, Mim argument
364 setPage(MarkupPath $page) global() argument
[all...]

12345678910>>...82