/plugin/dokusioc/ |
H A D | action.php | 314 $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_id)); 341 $wikipage->isCreator(); 344 $wikipage->addLinks($INFO['meta']['relation']['references']); 353 $wikipage->addContributors($cont_temp); 361 $wikipage->addBacklinks($backlinks); 385 $wikipage [all...] |
/plugin/gcalendar/inc/ |
H A D | gcal_read.php | 40 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 D | list.php | 154 $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 D | entry.php | 97 $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 D | syntax.php | 79 $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 D | action.php | 52 $wikipage = ''; 55 $wikipage = $event->data->_content[$wt]['_text']; 57 if ( !empty( $wikipage ) ){ 58 if ( preg_match( '@\{\{tag>(.*?)\}\}@', $wikipage, $m ) ) {
|
/plugin/authorlist/ |
H A D | README.md | 2 Displays all contributors/authors of a wikipage.
|
H A D | plugin.info.txt | 6 desc Displays all contributors/authors of a wikipage
|
/plugin/showlogin/ |
H A D | README.md | 4 Dokuwiki plugin. Show login-page for unauthenticated users, if they try to access a wikipage having…
|
H A D | plugin.info.txt | 6 desc Show login-page if user is not logged in and ACL restricts access to wanted wikipage
|
H A D | README | 3 Show login-page if user is not logged in and ACL restricts access to wanted wikipage
|
/plugin/flattr/ |
H A D | plugin.info.txt | 6 desc Inserts a flattr button into the current wikipage
|
/plugin/findologicxmlexport/tpl/ |
H A D | admin.twig | 29 {{languageText['wikipage']}} 48 {# wikipage #}
|
/plugin/directions/ |
H A D | plugin.info.txt | 6 desc This plug-in shows the, for a specific wikipage, from where wikinauts come from and go to fr…
|
/plugin/fetchmedia/ |
H A D | style.less | 33 &.wikipage, &.mediaLink {
|
/plugin/nobadbrowser/ |
H A D | ChangeLog | 19 * Message links to plugin wikipage at dokuwiki.org with an explanation.
|
/plugin/imagemap/ |
H A D | README | 13 * [[wikipage|Description @ 10,12,40,30]] 21 * A link to the wiki page ''wikipage'' in a rectangle.
|
/plugin/medialist/ |
H A D | README.md | 5 This plugin shows a list of media files referred in a given wikipage or 37 {{medialist>wikipage}}
|
/plugin/imagemapping/ |
H A D | README | 13 * [[wikipage|Description @ 10,12,40,30]]
21 * A link to the wiki page ''wikipage'' in a rectangle.
|
/plugin/geonav/tpl/startermap/css/ |
H A D | content.css | 38 /* existing wikipage */ 43 /* not existing wikipage */
|
/plugin/templatepagename/ |
H A D | README.md | 3 Let you configure self the wikipage which is used as template for the new
|
/plugin/countdown/ |
H A D | ChangeLog | 14 * syntax.php: Corrected a "one day remaining" bug as notified in wikipage.
|
/plugin/masciimath/ |
H A D | README.txt | 10 * Create a wikipage with the following ASCIIMathML code in it: `x_(1,2)=(-b+-sqrt(b^2-4a c))/(2a)`
|
/plugin/noiewarning/ |
H A D | action.php | 254 private function _getraw ($wikipage) { argument
|
/plugin/snippeter/ |
H A D | README.md | 45 In general you can use any wikipage placed in the namespace you configured
|