Home
last modified time | relevance | path

Searched refs:info (Results 326 – 350 of 1857) sorted by last modified time

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

/plugin/ifauthex/_test/
H A Dgeneral.test.php232 $info = array();
310 $info = confToHash($file);
312 $this->assertArrayHasKey('base', $info);
313 $this->assertArrayHasKey('author', $info);
314 $this->assertArrayHasKey('email', $info);
315 $this->assertArrayHasKey('date', $info);
316 $this->assertArrayHasKey('name', $info);
317 $this->assertArrayHasKey('desc', $info);
318 $this->assertArrayHasKey('url', $info);
320 $this->assertEquals('ifauthex', $info['base']);
[all …]
H A Dinstruction.test.php42 $info = array();
44 $xhtml = p_render('xhtml', $calls, $info);
50 $xhtml = p_render('xhtml', $calls, $info);
/plugin/imgpaste/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/feedmod/
H A DREADME7 (c) 2008 - 2023 by Michael Klier <chi@chimeric.de>, Rainer Kaufmann <info@kaufmann-automotive.ch>
9 See COPYING for license info.
/plugin/semantic/
H A DREADME.md13 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/semantic/_test/
H A Dgeneral.test.php20 $info = confToHash($file);
22 $this->assertArrayHasKey('base', $info);
23 $this->assertArrayHasKey('author', $info);
24 $this->assertArrayHasKey('email', $info);
25 $this->assertArrayHasKey('date', $info);
26 $this->assertArrayHasKey('name', $info);
27 $this->assertArrayHasKey('desc', $info);
28 $this->assertArrayHasKey('url', $info);
30 $this->assertEquals('semantic', $info['base']);
31 $this->assertRegExp('/^https?:\/\//', $info['url']);
[all …]
/plugin/odtsupport/
H A DREADME.md11 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/snow/_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('snow', $info['base']);
46 $this->assertRegExp('/^https?:\/\//', $info['url']);
[all …]
/plugin/snow/
H A DREADME.md9 Please refer to http://www.dokuwiki.org/plugins for additional info on how to install plugins in Do…
/plugin/structgantt/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/structgantt/_test/
H A DGeneralTest.php17 * Simple test to make sure the plugin.info.txt is in correct format
21 $file = __DIR__ . '/../plugin.info.txt';
24 $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);
[all...]
/plugin/authdrupal8/
H A DREADME.md10 Please refer to http://www.dokuwiki.org/plugins for additional info
H A Dauth.php111 * Return user info
127 $info = $this->_getUserInfo($user, $requireGroups);
131 $info = false;
133 return $info;
151 $info = null;
153 $info = $this->cacheUserInfo[$user];
155 if (is_null($info)) {
156 $info = $this->_retrieveUserInfo($user);
158 if (($requireGroups == true) && $info && !isset($info['grp
[all...]
/plugin/twofactoraltemail/
H A Daction.php72 $info = $this->transmitMessage($code);
73 msg(hsc($info), 1);
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/docnavigation/
H A DREADME.md14 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/dw2markdown/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/dw2markdown/_test/
H A Dgeneral.test.php17 $info = confToHash($file);
19 $this->assertArrayHasKey('base', $info);
20 $this->assertArrayHasKey('author', $info);
21 $this->assertArrayHasKey('email', $info);
22 $this->assertArrayHasKey('date', $info);
23 $this->assertArrayHasKey('name', $info);
24 $this->assertArrayHasKey('desc', $info);
25 $this->assertArrayHasKey('url', $info);
27 $this->assertEquals('dw2markdown', $info['base']);
28 $this->assertRegExp('/^https?:\/\//', $info['url']);
[all …]
/plugin/gitlabapi/
H A Dsyntax.php108 $renderer->info['cache'] = false;
/plugin/edittable/lib/
H A Dhandsontable.full.js12761 var info;
12767 minlen = info === null ? -1 : info[1].length;
46122 if (this[i].row === info.row && this[i].col === info.col) {
46187 if (info) {
46202 this.mergedCellInfoCollection.removeInfo(info.row, info.col);
46208 if (info) {
46209 if (info.row === row && info.col === col) {
46488 if (info) {
46686 if (info) {
46689 select[2] = info.row + info.rowspan - 1;
[all …]
H A Dhandsontable.less151 …/* reset bootstrap table style. for more info see: https://github.com/handsontable/handsontable/is…
/plugin/edittable/script/
H A Dcontextmenu.js184 var info = this.mergeCells.mergedCellInfoCollection.getInfo(sel[0], sel[1]);
185 if (info) {
/plugin/edittable/
H A DREADME13 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/blog/
H A DREADME10 See COPYING for license info.
/plugin/grouphome/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info

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