Home
last modified time | relevance | path

Searched refs:info (Results 151 – 175 of 1857) sorted by path

12345678910>>...75

/plugin/autolink2/syntax/
H A Dshow.php77 $x=p_render('xhtml',p_get_instructions($replaced),$info);
/plugin/autologoff/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
H A Dhelper.php77 // make sure we have group info on the current user
81 $info = $auth->getUserData($_SERVER['REMOTE_USER']);
82 $groups = $info['grps'];
/plugin/autostartpage/
H A DREADME.md14 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/autotranslation/
H A DREADME10 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/autotweet/
H A Dplugin.info.txt3 email info@drost-tenfelde.de
/plugin/avatar/
H A DREADME
/plugin/backlinks/
H A Dsyntax.php96 $renderer->info['cache'] = false;
/plugin/backlinks2/
H A DREADME.md7 See COPYING for license info.
H A Dsyntax.php98 $renderer->info['cache'] = false;
/plugin/backlinks2/_test/
H A Dgeneral.test.php35 $info = confToHash($file);
37 $this->assertArrayHasKey('base', $info);
38 $this->assertArrayHasKey('author', $info);
39 $this->assertArrayHasKey('email', $info);
40 $this->assertArrayHasKey('date', $info);
41 $this->assertArrayHasKey('name', $info);
42 $this->assertArrayHasKey('desc', $info);
43 $this->assertArrayHasKey('url', $info);
45 $this->assertEquals('backlinks', $info['base']);
46 $this->assertRegExp('/^https?:\/\//', $info['url']);
[all …]
/plugin/backup/
H A Dadmin.php319 foreach ($rii as $path => $info) {
/plugin/badbehaviour/
H A DREADME10 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/bbcodeextensions/
H A DREADME11 Licensed under GPL 3.0 or later. See LICENSE for license info.
/plugin/behave/
H A DREADME10 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/bez/mdl/
H A DTask.php544 $this->content_html = p_render('bez_xhtmlmail', p_get_instructions($this->content), $info);
545 $attachedImages = array_merge($attachedImages, $info['img']);
H A DTask_comment.php88 $info = array();
89 $html = p_render('bez_xhtmlmail', p_get_instructions($this->content), $info);
96 $this->task->mail_notify($content, false, $info['img']);
H A DThread.php480 $this->content_html = p_render('bez_xhtmlmail', p_get_instructions($this->content), $info);
481 $attachedImages = array_merge($attachedImages, $info['img']);
H A DThread_comment.php118 $info = array();
119 $html = p_render('bez_xhtmlmail', p_get_instructions($this->content), $info);
133 $this->thread->mail_notify($content, false, $info['img']);
/plugin/bez/meta/
H A DTpl.php27 $info = $action->getInfo();
28 $this->set('version', $info['date']);
61 /*users info function for shorten the code*/
79 /*end users info functions*/
/plugin/bez/renderer/
H A Dxhtmlmail.php6 public $info = array( variable in renderer_plugin_bez_xhtmlmail
/plugin/bez/syntax/
H A Dnav.php26 $r->info['cache'] = false;
/plugin/bible/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/bibtex/OSBib/
H A DPARSEXML.php51 $info['name'] = $this->entries[0]['_ELEMENTS'][0]['_ELEMENTS'][0]['_DATA'];
52 $info['description'] = $this->entries[0]['_ELEMENTS'][0]['_ELEMENTS'][1]['_DATA'];
53 $info['language'] = $this->entries[0]['_ELEMENTS'][0]['_ELEMENTS'][2]['_DATA'];
56 $info['version'] = $this->entries[0]['_ELEMENTS'][0]['_ELEMENTS'][3]['_DATA'];
73 return array($info, $citation, $common, $types);
/plugin/bibtex/OSBib/create/
H A DADMINSTYLE.php137 list($info, $citation, $common, $types) = $parseXML->extractEntries($fh);
141 $this->session->setVar("style_longName", base64_encode($info['description']));

12345678910>>...75