Home
last modified time | relevance | path

Searched refs:info (Results 301 – 325 of 1857) sorted by last modified time

1...<<11121314151617181920>>...75

/plugin/odt/action/
H A Dexport.php451 … $xmlcontent .= p_render('odt_book', p_cached_instructions($filename, false, $page), $info);
/plugin/odt/renderer/
H A Dpage.php264 print p_render('xhtml', $instructions, $info);
H A Dpagepdf.php108 $this->doc = p_render('xhtml', $instructions, $info);
/plugin/odt/
H A DChangeLog.txt107 2015-04-10 Florian Lamml (info@florian-lamml.de)
134 2015-02-26 Florian Lamml (info@florian-lamml.de)
146 2014-10-14 Florian Lamml (info@florian-lamml.de)
148 * Change info.txt to plugin.info.txt - fix install error
167 2014-02-10 Florian Lamml (info@florian-lamml.de)
/plugin/keyboard/
H A DREADME8 See COPYING for license info.
/plugin/prosemirror/parser/
H A DRSSNode.php61 return p_render('xhtml', $ins, $info);
/plugin/prosemirror/
H A DREADME.md13 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/prosemirror/action/
H A Dajax.php163 $prosemirrorJSON = p_render('prosemirror', $instructions, $info);
H A Deditor.php80 $prosemirrorJSON = p_render('prosemirror', $instructions, $info);
/plugin/blogtng/action/
H A Dajax.php48 if($auth AND $info = $auth->getUserData($INPUT->server->str('REMOTE_USER'))) {
49 $comment->setName($info['name']);
50 $comment->setMail($info['mail']);
/plugin/blogtng/syntax/
H A Dblog.php175 $renderer->info['cache'] = (bool)$data['conf']['cache'];
184 $renderer->info['cache'] = false; //never cache this
192 $renderer->info['cache'] = false; // never cache this
/plugin/blogtng/entities/
H A DComment.php115 echo p_render('blogtng_comment',$inst,$info);
/plugin/blogtng/helper/
H A Dentry.php845 $info = array();
866 $content = p_render('xhtml', $ins, $info);
869 if ($TOC && $backupTOC !== $TOC && $info['toc']){
/plugin/navi/_test/
H A DBasicListTest.php32 $info = [];
33 $actualHTML = p_render('xhtml', p_get_instructions('{{navi>controlpage}}'), $info);
63 $info = [];
66 $actualHTML = p_render('xhtml', p_get_instructions('{{navi>controlpage}}'), $info);
H A DGeneralTest.php24 $info = confToHash($file);
26 $this->assertArrayHasKey('base', $info);
27 $this->assertArrayHasKey('author', $info);
28 $this->assertArrayHasKey('email', $info);
29 $this->assertArrayHasKey('date', $info);
30 $this->assertArrayHasKey('name', $info);
31 $this->assertArrayHasKey('desc', $info);
32 $this->assertArrayHasKey('url', $info);
34 $this->assertEquals('navi', $info['base']);
35 $this->assertRegExp('/^https?:\/\//', $info['url']);
[all …]
H A DExternalLinksTest.php37 $info = [];
40 $actualHTML = p_render('xhtml', p_get_instructions('{{navi>controlpage}}'), $info);
/plugin/navi/
H A Dsyntax.php69 $R->info['cache'] = false; // no cache please
226 foreach ((array)$navItems as $pid => $info) {
228 $countparents = count($info['parents']);
238 foreach ((array)$navItems as $pid => $info) {
255 if ($info['lvl'] == $lvl) {
261 } elseif ($lvl > $info['lvl']) {
262 for (; $lvl > $info['lvl']; --$lvl) {
268 } elseif ($lvl < $info['lvl']) {
270 for (; $lvl < $info['lvl']; ++$lvl) {
279 $R->internallink(':' . $info['page'], $info['title']);
[all …]
/plugin/structautolink/
H A DREADME12 Please refer to http://www.dokuwiki.org/extensions for additional info
/plugin/structautolink/_test/
H A DGeneralTest.php24 $info = confToHash($file);
26 $this->assertArrayHasKey('base', $info);
27 $this->assertArrayHasKey('author', $info);
28 $this->assertArrayHasKey('email', $info);
29 $this->assertArrayHasKey('date', $info);
30 $this->assertArrayHasKey('name', $info);
31 $this->assertArrayHasKey('desc', $info);
32 $this->assertArrayHasKey('url', $info);
34 $this->assertEquals('structautolink', $info['base']);
35 $this->assertRegExp('/^https?:\/\//', $info['url']);
[all …]
/plugin/orphanmedia2/
H A Ddokuwiki-plugin-page.md78 displaying some filename and path info without any effect to your source.
/plugin/do/
H A Dhelper.php371 $info = $auth->getUserData($receiver);
372 if (!$info['mail']) {
375 $to = $info['name'] . ' <' . $info['mail'] . '>';
/plugin/do/syntax/
H A Ddo.php208 $R->info['cache'] = false;
H A Ddolist.php104 $R->info['cache'] = false;
/plugin/autoindex/
H A DREADME12 Please refer to http://www.dokuwiki.org/extensions for additional info
/plugin/ifauthex/
H A DREADME.md36 …ase refer to [http://www.dokuwiki.org/plugins](http://www.dokuwiki.org/plugins) for additional info

1...<<11121314151617181920>>...75