Home
last modified time | relevance | path

Searched refs:info (Results 1601 – 1625 of 1857) sorted by path

1...<<61626364656667686970>>...75

/plugin/struct/
H A Dstyle.less59 background: url(../../images/info.png) no-repeat right 5px top;
/plugin/struct/types/
H A DMedia.php57 if (!empty($R->info['struct_table_hash'])) {
81 $hash = empty($R->info['struct_table_hash']) ? '' : "[gal-" . $R->info['struct_table_hash'] . "]";
H A DUser.php34 $info = $auth->getUserData($rawvalue, false);
35 if ($info === false) throw new ValidationException('User not found', $rawvalue);
89 foreach ($logins as $login => $info) {
90 $result["$login "] = $info;
104 foreach ($logins as $login => $info) {
107 'label' => $info['name'] . ' [' . $true_login . ']',
H A DWiki.php21 $doc = p_render($mode, p_get_instructions($value), $info);
/plugin/structacl/
H A DREADME12 Please refer to http://www.dokuwiki.org/extensions for additional info
/plugin/structacl/_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('structacl', $info['base']);
35 $this->assertRegExp('/^https?:\/\//', $info['url']);
[all …]
/plugin/structat/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/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/structcombolookup/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/structcondstyle/
H A DREADME.md12 Please refer to http://www.dokuwiki.org/plugins for additional info
/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/structgroupby/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/structinputstretch/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/structjoin/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/structnotification/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
H A Dadmin.php134 $html = p_render('xhtml',p_get_instructions($value), $info);
/plugin/structnotification/action/
H A Dnotification.php124 p_get_instructions($message_with_replacements), $info);
195 foreach ($all_users as $user => $info) {
197 $set[$user] = $info;
198 } elseif (array_intersect($groups, $info['grps'])) {
199 $set[$user] = $info;
/plugin/structodt/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
H A Dhelper.php173 foreach ($iterator as $info) {
174 if ($info->isFile()) {
175 $files[] = $info->getPathname();
/plugin/structodt/_test/
H A Dgeneral.test.php11 * Simple test to make sure the plugin.info.txt is in correct format
14 $file = __DIR__.'/../plugin.info.txt';
17 $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);
[all...]
/plugin/structodt/meta/
H A DAggregationEditorTableOdt.php45 * Adds additional info to document and renderer in XHTML mode
54 $this->renderer->info['struct_table_hash'] = md5(var_export($this->data, true));
80 $this->renderer->info['struct_table_hash'] = md5(var_export($this->data, true));
H A DAggregationTableOdt.php40 * Adds additional info to document and renderer in XHTML mode
47 $this->renderer->info['struct_table_hash'] = md5(var_export($this->data, true));
/plugin/structprogress/
H A DREADME12 Please refer to http://www.dokuwiki.org/extensions for additional info

1...<<61626364656667686970>>...75