| /dokuwiki/inc/Extension/ |
| H A D | PluginInterface.php | 125 * @param string $more 128 public function email($email, $name = '', $class = '', $more = ''); argument 138 * @param string $more 141 public function external_link($link, $title = '', $class = '', $target = '', $more = ''); argument
|
| H A D | PluginTrait.php | 243 public function email($email, $name = '', $class = '', $more = '') argument 249 return "<a href='mailto:$email' $class title='$email' $more>$name</a>"; 255 public function external_link($link, $title = '', $class = '', $target = '', $more = '') argument 262 if ($conf['relnofollow']) $more .= ' rel="nofollow"'; 266 if ($more) $more = " " . trim($more); 268 return "<a href='$link'$class$target$more>$title</a>";
|
| /dokuwiki/inc/ |
| H A D | common.php | 593 * @param mixed $more string or array with additional parameters 599 function ml($id = '', $more = '', $direct = true, $sep = '&', $abs = false) argument 607 if (is_array($more)) { 609 $w = $more['w'] ?? null; 610 $h = $more['h'] ?? null; 612 $more['tok'] = media_get_token($id, $w, $h); 615 if (isset($more['cache']) && $more['cache'] == 'cache') unset($more['cache']); 616 if (empty($more['w'])) unset($more['w']); 617 if (empty($more['h'])) unset($more['h']); 618 if (isset($more['id']) && $direct) unset($more['id']); [all …]
|
| H A D | preload.php.dist | 4 * uncomment what you need. See http://www.dokuwiki.org/farms for more information.
|
| H A D | media.php | 1091 $more = []; 1093 $more['rev'] = $rev; 1096 $more['t'] = $t; 1099 $more['w'] = $size[0]; 1100 $more['h'] = $size[1]; 1101 $src = ml($image, $more);
|
| H A D | template.php | 475 * @param string $more 481 function tpl_link($url, $name, $more = '', $return = false) argument 484 if ($more) $out .= ' ' . $more;
|
| /dokuwiki/vendor/ |
| H A D | README | 6 Learn more about Composer at http://getcomposer.org
|
| /dokuwiki/_test/ |
| H A D | README | 39 To learn more about running tests and writing your own, visit https://www.dokuwiki.org/devel:unitte… 51 To learn more about PHP CodeSniffer visit https://www.dokuwiki.org/devel:phpcodesniffer 59 To learn more about PHP CodeSniffer visit https://www.dokuwiki.org/devel:rector
|
| /dokuwiki/data/pages/wiki/ |
| H A D | welcome.txt | 3 Congratulations, your wiki is now up and running. Here are a few more tips to get you started. 14 … shown in a margin column on the side. Read our [[doku>faq:sidebar|FAQ on sidebars]] to learn more. 30 Of course we'd be more than happy to have you [[doku>teams:getting_involved|getting involved]] with…
|
| H A D | syntax.txt | 86 …ing (for all users), put the following line in ''conf/lang/en/lang.php'' (more details at [[doku>l… 115 You can use up to five different levels of headlines to structure your content. If you have more th… 125 By using four or more dashes, you can make a horizontal line: 452 …ent. The parameter tells [[wiki:DokuWiki]] to re-render the page if it is more than //refresh peri…
|
| /dokuwiki/_test/tests/TreeBuilder/cp/ |
| H A D | complex.txt | 21 Here is more and another [[link]].
|
| /dokuwiki/lib/plugins/config/lang/en/ |
| H A D | intro.txt | 3 …tallation. For help on individual settings refer to [[doku>config]]. For more details about this …
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | README.md | 16 For more information on how to use GeSHi, please consult the 34 file for more information. If you do modify this program, please tell
|
| H A D | CHANGELOG | 106 * Some more keywords for Bash (BenBE) 334 * Added some more Keywords for robots.txt highlighting (BenBE) 389 * Added some more functions for PHP (BenBE) 394 * Added some more keywords for ABAP (BenBE, Sandra Rossi, Jacob Laursen) 469 * Reworked Keyword groups for MySQL to allow for more configuration (BenBE) 494 …The slightly increased memory consumption (~150KB for PHP language file) is more than worth it! (m… 495 - Some more memory & speed optimizations all over GeSHi (milian) 499 * Use more native functions like substr_replace and strcasecmp to speed things up (milian) 524 - Fixed Economy Mode for GeSHi::get_stylesheet() - now it just makes so much more sense! (milian) 675 - Fixed more reported problems about mirc highlighting [all …]
|
| /dokuwiki/vendor/splitbrain/lesserphp/ |
| H A D | README.md | 10 …id not want to start over again. His approach is much more radical than mine and probably took mor… 24 …ntation](docs/docs.md) for the LESS syntax itself. Keep in mind that some more modern features are…
|
| /dokuwiki/lib/plugins/authpdo/ |
| H A D | README | 25 GNU General Public License for more details.
|
| /dokuwiki/lib/plugins/styling/ |
| H A D | README | 25 GNU General Public License for more details.
|
| /dokuwiki/vendor/kissifrot/php-ixr/ |
| H A D | README.md | 18 This fork makes it usable on more recent systems (PHP 5.4+ ones)
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/ |
| H A D | README.md | 113 improved OPML 1.0 support (hopefully - added more elements) 124 added more documentation
|
| /dokuwiki/vendor/splitbrain/php-archive/ |
| H A D | README.md | 22 Check the [API docs](https://splitbrain.github.io/php-archive/) for more
|
| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | pagetools.less | 11 /* it's 40px because the 30px wide icons will have 5px more spacing to the left and right */
|
| H A D | _search.less | 174 left: -13.5em; /* -( width of #qsearch__in + padding of .ajax_qsearch + a bit more ) */
|
| H A D | design.less | 209 /* make sidebar more condensed */
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | README.markdown | 46 6. `demo/` - A basic feed reader demo that shows off some of SimplePie's more
|
| /dokuwiki/_test/data/pages/wiki/ |
| H A D | syntax.txt | 86 …ing (for all users), put the following line in ''conf/lang/en/lang.php'' (more details at [[doku>l… 115 You can use up to five different levels of headlines to structure your content. If you have more th… 125 By using four or more dashes, you can make a horizontal line: 452 …ent. The parameter tells [[wiki:DokuWiki]] to re-render the page if it is more than //refresh peri…
|