Home
last modified time | relevance | path

Searched refs:info (Results 51 – 75 of 1857) sorted by path

12345678910>>...75

/plugin/alphaindex/
H A Dsyntax.php107 $alpha_data = p_render('xhtml', p_get_instructions($alpha_data), $info);
/plugin/alphalist/
H A Dhelper.php31 $info = array();
32 $rendered = p_render('xhtml',p_get_instructions($string),$info);
/plugin/amazon/
H A DREADME10 Please refer to http://www.dokuwiki.org/plugins for additional info
H A Dplugin.info.txt6 desc Pull article info from Amazon
/plugin/amazonlight/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/amcharts/
H A DREADME.md12 Please refer to the [DokuWiki document](http://www.dokuwiki.org/plugins) for additional info on how…
H A Daction.php64 $info = $this->getInfo();
65 $resource = DOKU_BASE."lib/plugins/".$info['base']."/assets/".$resource;
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js2084 this.pdfKitDoc.info.Producer = 'pdfmake';
2085 this.pdfKitDoc.info.Creator = 'pdfmake';
17082 this.info = {
17087 if (this.options.info) {
17088 _ref1 = this.options.info;
17091 this.info[key] = val;
17215 _ref = this.info;
30077 var info;
30080 this.exists = !!info;
30081 if (info) {
[all …]
H A Dpdfmake.min.js7 …({size:[n.width,n.height],compress:!1}),this.pdfKitDoc.info.Producer="pdfmake",this.pdfKitDoc.info
10info={Producer:"PDFKit",Creator:"PDFKit",CreationDate:new Date},this.options.info){o=this.options.
H A Dpdfmake.min.js.map1info","Producer","Creator","images","builder","pageMargins","tableLayouts","layoutDocument","conte…
/plugin/anewssystem/
H A Daction.php110 $info = array();
H A Dsyntax.php650 $info = array();
745 … if ($wysiwyg==false) $prvw_string = p_render('xhtml',p_get_instructions($prvw_string),$info);
965 $info = array();
993 $info = array();
1060 … if ($wysiwyg==false) $prvw_string = p_render('xhtml',p_get_instructions($prvw_string),$info);
1204 $info = array();
1300 …nt)$news_wysiwyg==false) $news_content = p_render('xhtml',p_get_instructions($news_content),$info);
/plugin/anewssystem/tpl/
H A Dnewstemplate.txt1 //field |type |length |value |description | add info (<-do not delete thi…
H A Dnewstemplate_de.txt1 //field |type |length |value |description | add info (<-do not delete thi…
H A Dnewstemplate_en.txt1 //field |type |length |value |description | add info (<-do not delete thi…
H A Dnewstemplate_it.txt1 //field |type |length |value |description | add info (<-do not delete thi…
/plugin/annotate/
H A Danno.php129 …$html = html_secedit(p_render('xhtml',p_get_instructions($xhtml),$info),$secedit); //$info is …
/plugin/anonip/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/api/_test/
H A Drest.test.php30 $info = dokuwiki_plugin_api_util::$PLUGIN_INFO;
32 $this->assertArrayHasKey('base', $info);
35 $this->assertArrayHasKey('author', $info);
36 $this->assertArrayHasKey('name', $info);
37 $this->assertArrayHasKey('desc', $info);
39 $this->assertArrayHasKey('date', $info);
41 $this->assertTrue(false !== strtotime($info['date']));
44 $this->assertArrayHasKey('url', $info);
45 $this->assertRegExp('/^https?:\/\//', $info['url']);
47 $this->assertArrayHasKey('email', $info);
[all …]
/plugin/api/
H A Daction.php35 $info = confToHash(__DIR__ . '/plugin.info.txt');
58 "version" => $info['date']
64 $pluginApiVersion = $info['date'];
/plugin/appendtoquery/
H A DREADME12 Please refer to http://www.dokuwiki.org/extensions for additional info
/plugin/approve/
H A DREADME12 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/archiveupload/
H A DREADME8 See COPYING for license info.

12345678910>>...75