Home
last modified time | relevance | path

Searched refs:info (Results 501 – 525 of 1857) sorted by last modified time

1...<<21222324252627282930>>...75

/plugin/blockquote/
H A DREADME8 See COPYING for license info.
/plugin/tos/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
H A Daction.php114 $info = $changes->getRevisionInfo($rev);
115 if ($info['type'] === 'E' || $info['type'] === 'C') {
/plugin/tos/_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('tos', $info['base']);
35 $this->assertRegExp('/^https?:\/\//', $info['url']);
[all …]
/plugin/sapnotelink/
H A DREADME14 Please refer to http://www.dokuwiki.org/plugins for additional info
18 Copyright (C) Florian Lamml <info@florian-lamml.de>
H A Dplugin.info.txt3 email info@florian-lamml.de
/plugin/wrap/
H A Dexample.txt186 * any of the classes ''info'', ''tip'', ''important'', ''alert'', ''help'', ''download'', ''todo'' will add a special note container with a corresponding icon
192 <WRAP info 300px left>
194 %%<WRAP info></WRAP>%%
270 <wrap info>info</wrap>, <wrap help>help</wrap>, <wrap alert>alert</wrap>, <wrap important>important</wrap>, <wrap tip>tip</wrap>, <wrap download>download</wrap>, <wrap todo>todo</wrap> and <wrap round box>round box</wrap> and <wrap danger>danger</wrap>, <wrap warning>warning</wrap>, <wrap caution>caution</wrap>, <wrap notice>notice</wrap>, <wrap safety>safety</wrap>.
271 <wrap info>info</wrap>, <wrap help>help</wrap>, ...
H A DREADME1 see plugin.info.tx
H A Dstyle.less89 /*____________ info ____________*/
92 div.wrap_info { background-image: url(images/note/48/info.png); }
93 span.wrap_info { background-image: url(images/note/16/info.png); }
/plugin/dokucrypt2/
H A DREADME.md15 > **!! Warning:** This plugin should not replace a password manager or peer reviewed cryptography tools for high-priority use. Do not store mission critical type data with this plugin - I cannot be sure that the info is not cached by DokuWiki or the web browser.
46 * 2017-11-08: Fixed an issue with the heading buttons 'PATCH 1' required (above). Added plugin info text file.
/plugin/yourip/
H A DREADME.md17 …ase refer to [http://www.dokuwiki.org/plugins](http://www.dokuwiki.org/plugins) for additional info
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/
H A DPlugin.php389 $info = $plugin->getPluginInfo();
390 $html .= '<tr><th>' . $info['name'] . '</th>';
391 $html .= '<td>' . $info['description'] . '</td>';
393 if (isset($info['link']) && $info['link']) {
394 …$html .= '<a href="' . $this->escapeHTML($info['link']) . '"><span class="oi" data-glyph="book"></…
691 $info = [
697 $info['string'][] = $types[$resourceType]['string'];
699 $info['string'][] = $resourceType;
704 $info['icon'] = $resourceInfo['icon'];
708 $info['string'] = implode(', ', $info['string']);
[all …]
/plugin/davcal/vendor/sabre/dav/lib/DAV/
H A DPropFind.php279 foreach ($this->result as $propertyName => $info) {
280 if (!isset($r[$info[0]])) {
281 $r[$info[0]] = [$propertyName => $info[1]];
283 $r[$info[0]][$propertyName] = $info[1];
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Subscriptions/
H A DSubscriptionTest.php16 $info = [
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css314 .oi[data-glyph=info]:before { content:'\e07c'; }
/plugin/davcal/
H A DprincipalBackendDokuwiki.php15 foreach($users as $user => $info)
/plugin/pot/
H A Dsyntax.php108 $renderer->info['cache'] = false;
/plugin/text/
H A Drenderer.php103 …if($this->info['toc'] && is_array($this->toc) && $conf['tocminheads'] && count($this->toc) >= $con…
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/indexmenu/
H A Daction.php59 * Add additional info to $JSINFO
156 echo '<div class="info">';
301 //add eventually debug info
308 //returns only children, therefore, add debug info to first child
417 $out .= p_render('xhtml', p_get_instructions($meta['description']['abstract']), $info);
H A Dadmin.php
H A Dajax.php
/plugin/indexmenu/syntax/
H A Dindexmenu.php450 $renderer->info['cache'] = false;
458 $renderer->info['cache'] = false;
466 $html = p_render('xhtml', p_get_instructions($html), $info);
/plugin/actionrenderer/
H A DREADME12 Please refer to http://www.dokuwiki.org/plugins for additional info
/plugin/actionrenderer/_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('actionrenderer', $info['base']);
30 $this->assertRegExp('/^https?:\/\//', $info['url']);
[all …]

1...<<21222324252627282930>>...75