Home
last modified time | relevance | path

Searched refs:wikipage (Results 1 – 25 of 28) sorted by relevance

12

/plugin/dokusioc/
H A Daction.php309 $wikipage = new SIOCDokuWikiArticle(
336 $wikipage->isCreator();
339 $wikipage->addLinks($INFO['meta']['relation']['references']);
348 $wikipage->addContributors($cont_temp);
356 $wikipage->addBacklinks($backlinks);
380 $wikipage->addVersionPrevious($pagerevs[$prevrev]);
384 $wikipage->addVersionNext($pagerevs[$nextrev]);
389 $wikipage->addVersionLatest();
394 $wikipage->addContainer($INFO['namespace']);
398 $wikipage->addSite($this->getConf('owners'));
[all …]
/plugin/gcalendar/inc/
H A Dgcal_read.php40 foreach($page_list as $wikipage)
43 list($wikipage,$section)=explode('#',$wikipage,2);
45 $wikipage=cleanID($wikipage);
48 if(!isset($options["showdup"]) && in_array($wikipage,$pages_allready_read)) continue;
49 $pages_allready_read[] = $wikipage;
52 $perm = auth_quickaclcheck(cleanID($wikipage));
59 …$pagelink = " <span class='gCal_pagelink'><a href='".wl($wikipage)."'>".noNS($wikipage)."</a></spa…
65 read_wikipage_into_calendar($options,$page_key,$wikipage,$section,$pagelink,$default_date);
84 function read_wikipage_into_calendar(&$options,$page_key,$wikipage,$section,$pagelink,$default_date… argument
97 $filepath = wikiFN($wikipage);
/plugin/datatemplate/syntax/
H A Dlist.php154 $wikipage = preg_split('/\#/u', $data['template'], 2);
157 $this->_renderTemplate($wikipage[0], $data, $rows, $R);
169 * @param string $wikipage the id of the wikipage containing the template
175 function _renderTemplate($wikipage, $data, $rows, &$R) { argument
178 resolve_pageid(getNS($ID), $wikipage, $exists); // resolve shortcuts
181 if (auth_quickaclcheck($wikipage) < 1) {
188 $file = wikiFN($wikipage);
191 $R->doc .= "Template {$wikipage} not found. ";
192 $R->internalLink($wikipage, '[Click here to create it]');
253 …msg("datatemplate plugin: Use of @@Page@@ in '{$wikipage}' is deprecated. Replace it by @@%title%@…
H A Dentry.php97 $wikipage = preg_split('/\#/u', $template, 2);
99 resolve_pageid(getNS($ID), $wikipage[0], $exists);
101 $file = wikiFN($wikipage[0]);
105 if (auth_quickaclcheck($wikipage[0]) < 1) return -1;
/plugin/templater/
H A Dsyntax.php79 $wikipage = array_shift($replacers);
83 $wikipage = preg_split('/\#/u', $wikipage, 2); // split hash from filename
87 $wikipage[0] = $resolver->resolveId($wikipage[0]);
88 $exists = page_exists($wikipage[0]);
91 if (auth_quickaclcheck($wikipage[0]) < 1)
94 // $wikipage[1] is the header of a template enclosed within a section {{template>page#section}}
97 if (array_key_exists(1, $wikipage)) {
98 $section = cleanID($wikipage[
[all...]
/plugin/tagentry/
H A Daction.php52 $wikipage = '';
55 $wikipage = $event->data->_content[$wt]['_text'];
57 if ( !empty( $wikipage ) ){
58 if ( preg_match( '@\{\{tag>(.*?)\}\}@', $wikipage, $m ) ) {
/plugin/authorlist/
H A DREADME.md2 Displays all contributors/authors of a wikipage.
H A Dplugin.info.txt6 desc Displays all contributors/authors of a wikipage
/plugin/showlogin/
H A DREADME.md4 Dokuwiki plugin. Show login-page for unauthenticated users, if they try to access a wikipage having…
H A Dplugin.info.txt6 desc Show login-page if user is not logged in and ACL restricts access to wanted wikipage
H A DREADME3 Show login-page if user is not logged in and ACL restricts access to wanted wikipage
/plugin/flattr/
H A Dplugin.info.txt6 desc Inserts a flattr button into the current wikipage
/plugin/findologicxmlexport/tpl/
H A Dadmin.twig29 {{languageText['wikipage']}}
48 {# wikipage #}
/plugin/directions/
H A Dplugin.info.txt6 desc This plug-in shows the, for a specific wikipage, from where wikinauts come from and go to fr…
/plugin/fetchmedia/
H A Dstyle.less33 &.wikipage, &.mediaLink {
/plugin/nobadbrowser/
H A DChangeLog13 * Message links to plugin wikipage at dokuwiki.org with an explanation.
/plugin/imagemap/
H A DREADME13 * [[wikipage|Description @ 10,12,40,30]]
21 * A link to the wiki page ''wikipage'' in a rectangle.
/plugin/medialist/
H A DREADME.md5 This plugin shows a list of media files referred in a given wikipage or
37 {{medialist>wikipage}}
/plugin/imagemapping/
H A DREADME13 * [[wikipage|Description @ 10,12,40,30]]
21 * A link to the wiki page ''wikipage'' in a rectangle.
/plugin/geonav/tpl/startermap/css/
H A Dcontent.css38 /* existing wikipage */
43 /* not existing wikipage */
/plugin/templatepagename/
H A DREADME.md3 Let you configure self the wikipage which is used as template for the new
/plugin/countdown/
H A DChangeLog14 * syntax.php: Corrected a "one day remaining" bug as notified in wikipage.
/plugin/masciimath/
H A DREADME.txt10 * Create a wikipage with the following ASCIIMathML code in it: `x_(1,2)=(-b+-sqrt(b^2-4a c))/(2a)`
/plugin/noiewarning/
H A Daction.php254 private function _getraw ($wikipage) { argument
/plugin/snippeter/
H A DREADME.md45 In general you can use any wikipage placed in the namespace you configured

12