Home
last modified time | relevance | path

Searched refs:info (Results 351 – 375 of 1857) sorted by last modified time

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

/plugin/simplenavi/_test/
H A DGeneralTest.php
/plugin/captcha/
H A DREADME10 Please refer to http://www.dokuwiki.org/plugins for additional info
H A Dhelper.php578 $info = unpack($fields, $header);
581 if ($info['Subchunk1Size'] > 16) {
582 $header .= fread($fp, ($info['Subchunk1Size'] - 16));
/plugin/captcha/_test/
H A DGeneralTest.php
/plugin/tplinc/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/tplinc/_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('tplinc', $info['base']);
35 $this->assertRegExp('/^https?:\/\//', $info['url']);
[all …]
/plugin/mathpublish/
H A DREADME10 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/mathpublish/phpmathpublisher/
H A DPhpMathPublisher.php70 $info = pathinfo($fi);
71 … if ($fi != "." && $fi != ".." && $info["extension"] == "png" && preg_match("#^math#", $fi)) {
/plugin/statdisplay/
H A Dcli.php59 $this->info(sprintf('%.2f%%', $helper->progress()));
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/statdisplay/helper/
H A Dlog.php370 foreach ($data as $day => $info) {
371 foreach ((array)$info as $user => $traffic) {
/plugin/advanced/
H A DREADME.md12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/advanced/_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('advanced', $info['base']);
29 $this->assertRegExp('/^https?:\/\//', $info['url']);
[all …]
/plugin/advanced/lang/en/config/
H A Duserscript.txt5 …okuWiki core, [[doku>plugins]] and [[doku>templates]]. It also gives some info about event handlin…
/plugin/advanced/lang/en/
H A Dconfig.txt10 … ^ type of config ^ quick info
/plugin/linksuggest/
H A DREADME.md14 See LICENSE for license info.
/plugin/firenews/HTMLTemplates/author/
H A Dauthor.css169 .info-message {
/plugin/firenews/
H A DREADME12 Please refer to http://www.dokuwiki.org/extensions for additional info
/plugin/s5/
H A DREADME10 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/gh/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/oauthauthsch/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/pageredirect/
H A DREADME.md15 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/archivegenerator/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/archivegenerator/_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);
30 $this->assertRegExp('/^https?:\/\//', $info['url']);
31 $this->assertTrue(mail_isvalid($info['email']));
[all …]
/plugin/elasticsearch/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info

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