Home
last modified time | relevance | path

Searched refs:info (Results 176 – 200 of 1857) sorted by path

12345678910>>...75

/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php110 list($info, $citation, $common, $types) = $parseXML->extractEntries($fh);
112 return array($info, $citation, $common, $types);
H A DBIBSTYLE.php62 list($info, $citation, $styleCommon, $styleTypes) =
64 $this->session->setVar("style_name", $info['name']);
H A DREADME.txt126 list($info, $citation, $styleCommon, $styleTypes) = $bibformat->loadStyle(STRING: $pathToStyleFiles…
129 $info -- general information about the resource including description, language, version etc.
/plugin/bibtex4dw/
H A DREADME.md41 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/blextra/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/bliki/
H A Dsyntax.php402 $renderer->info['cache'] = false;
405 $renderer->doc .= p_render('xhtml', p_get_instructions($compiled), $info);
/plugin/blockquote/
H A DREADME8 See COPYING for license info.
/plugin/blog/
H A DREADME10 See COPYING for license info.
/plugin/bloglinks/
H A DREADME7 See COPYING for license 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/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/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/bookcreator/_test/
H A DGeneralTest.php12 * Simple test to make sure the plugin.info.txt is in correct format
16 $file = __DIR__ . '/../plugin.info.txt';
19 $info = confToHash($file);
21 $this->assertArrayHasKey('base', $info);
22 $this->assertArrayHasKey('author', $info);
23 $this->assertArrayHasKey('email', $info);
24 $this->assertArrayHasKey('date', $info);
25 $this->assertArrayHasKey('name', $info);
26 $this->assertArrayHasKey('desc', $info);
27 $this->assertArrayHasKey('url', $info);
[all...]
/plugin/bookcreator/syntax/
H A Dbookmanager.php118 $renderer->info['cache'] = false;
/plugin/booking/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/booking/_test/
H A Dgeneral.test.php19 $info = confToHash($file);
21 $this->assertArrayHasKey('base', $info);
22 $this->assertArrayHasKey('author', $info);
23 $this->assertArrayHasKey('email', $info);
24 $this->assertArrayHasKey('date', $info);
25 $this->assertArrayHasKey('name', $info);
26 $this->assertArrayHasKey('desc', $info);
27 $this->assertArrayHasKey('url', $info);
29 $this->assertEquals('booking', $info['base']);
30 $this->assertRegExp('/^https?:\/\//', $info['url']);
[all …]
/plugin/bookmark2wiki/
H A DREADME12 Please refer to http://www.dokuwiki.org/extensions for additional info
/plugin/bootnote/
H A DREADME.md19 * "nothing" : display a simple note with info sign : `<bootnote>...Note...</bootnote>`
H A Dstyle.css69 .s-info-sign {
73 div.s-info-sign>div {
160 .n-info-sign {
H A Dsyntax.php85 $renderer->info['cache'] = false;
/plugin/bootswrapper/
H A DREADME.md13 Please refer to http://www.dokuwiki.org/plugins for additional info
H A Dall.css88 .bs-callout-info {
91 .bs-callout-info h4 {
103 .bs-callout-info .bs-callout-icon { color: #5bc0de; }
/plugin/bootswrapper/_test/
H A Dgeneral.test.php18 $info = confToHash($file);
20 $this->assertArrayHasKey('base', $info);
21 $this->assertArrayHasKey('author', $info);
22 $this->assertArrayHasKey('email', $info);
23 $this->assertArrayHasKey('date', $info);
24 $this->assertArrayHasKey('name', $info);
25 $this->assertArrayHasKey('desc', $info);
26 $this->assertArrayHasKey('url', $info);
28 $this->assertEquals('bootswrapper', $info['base']);
29 $this->assertRegExp('/^https?:\/\//', $info['url']);
[all …]
/plugin/bootswrapper/exe/
H A Dhelp.php61 …ne"'), array('class="inline table"'), p_render('xhtml', p_get_instructions($help_content), $info));

12345678910>>...75