Home
last modified time | relevance | path

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

12

/plugin/dokusioc/
Daction.php314 $wikipage = new SIOCDokuWikiArticle(
326 $wikipage->addContentEncoded(p_cached_output(wikiFN($ID, $REV), 'xhtml'));
329 $wikipage->addCreated(date('c', $INFO['meta']['date']['created']));
333 $wikipage->addModified(date('c', $INFO['meta']['date']['modified']));
337 …$wikipage->addCreator(array('foaf:maker' => '#' . $INFO['editor'], 'sioc:modifier' => $dwuserpage_…
341 $wikipage->isCreator();
344 $wikipage->addLinks($INFO['meta']['relation']['references']);
353 $wikipage->addContributors($cont_temp);
361 $wikipage->addBacklinks($backlinks);
385 $wikipage->addVersionPrevious($pagerevs[$prevrev]);
[all …]
/plugin/gcalendar/inc/
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/templater/
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)
97 if (array_key_exists(1, $wikipage)) {
98 $section = cleanID($wikipage[1]);
103 return array($wikipage[0], $replacers, $section);
/plugin/datatemplate/syntax/
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%@…
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/tagentry/
Daction.php52 $wikipage = '';
55 $wikipage = $event->data->_content[$wt]['_text'];
57 if ( !empty( $wikipage ) ){
58 if ( preg_match( '@\{\{tag>(.*?)\}\}@', $wikipage, $m ) ) {
/plugin/yatp/syntax/
Dtemplate.php45 $wikipage = array_shift($replacers);
48 $template = $helper->getTemplateFile($wikipage);
/plugin/authorlist/
DREADME.md2 Displays all contributors/authors of a wikipage.
Dplugin.info.txt6 desc Displays all contributors/authors of a wikipage
/plugin/showlogin/
DREADME.md4 Dokuwiki plugin. Show login-page for unauthenticated users, if they try to access a wikipage having…
Dplugin.info.txt6 desc Show login-page if user is not logged in and ACL restricts access to wanted wikipage
DREADME3 Show login-page if user is not logged in and ACL restricts access to wanted wikipage
/plugin/flattr/
Dplugin.info.txt6 desc Inserts a flattr button into the current wikipage
/plugin/findologicxmlexport/tpl/
Dadmin.twig29 {{languageText['wikipage']}}
48 {# wikipage #}
/plugin/fetchmedia/
Dstyle.less33 &.wikipage, &.mediaLink {
/plugin/directions/
Dplugin.info.txt6 desc This plug-in shows the, for a specific wikipage, from where wikinauts come from and go to fr…
/plugin/imagemap/
DREADME13 * [[wikipage|Description @ 10,12,40,30]]
21 * A link to the wiki page ''wikipage'' in a rectangle.
/plugin/nobadbrowser/
DChangeLog19 * Message links to plugin wikipage at dokuwiki.org with an explanation.
/plugin/imagemapping/
DREADME13 * [[wikipage|Description @ 10,12,40,30]]
21 * A link to the wiki page ''wikipage'' in a rectangle.
/plugin/medialist/
DREADME.md5 This plugin shows a list of media files referred in a given wikipage or
37 {{medialist>wikipage}}
/plugin/geonav/tpl/startermap/css/
Dcontent.css38 /* existing wikipage */
43 /* not existing wikipage */
/plugin/templatepagename/
DREADME.md3 Let you configure self the wikipage which is used as template for the new
/plugin/countdown/
DChangeLog14 * syntax.php: Corrected a "one day remaining" bug as notified in wikipage.
/plugin/masciimath/
DREADME.txt10 * Create a wikipage with the following ASCIIMathML code in it: `x_(1,2)=(-b+-sqrt(b^2-4a c))/(2a)`
/plugin/noiewarning/
Daction.php254 private function _getraw ($wikipage) { argument

12