Home
last modified time | relevance | path

Searched refs:more (Results 1 – 25 of 39) sorted by relevance

12

/dokuwiki/inc/Extension/
H A DPluginInterface.php125 * @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 DPluginTrait.php243 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 Dcommon.php593 * @param mixed $more string or array with additional parameters
599 function ml($id = '', $more = '', $direct = true, $sep = '&amp;', $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 Dpreload.php.dist4 * uncomment what you need. See http://www.dokuwiki.org/farms for more information.
H A Dmedia.php1091 $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 Dtemplate.php475 * @param string $more
481 function tpl_link($url, $name, $more = '', $return = false) argument
484 if ($more) $out .= ' ' . $more;
/dokuwiki/vendor/
H A DREADME6 Learn more about Composer at http://getcomposer.org
/dokuwiki/_test/
H A DREADME39 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 Dwelcome.txt3 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 Dsyntax.txt86 …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 Dcomplex.txt21 Here is more and another [[link]].
/dokuwiki/lib/plugins/config/lang/en/
H A Dintro.txt3 …tallation. For help on individual settings refer to [[doku>config]]. For more details about this …
/dokuwiki/vendor/geshi/geshi/
H A DREADME.md16 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 DCHANGELOG106 * 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 DREADME.md10 …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 DREADME25 GNU General Public License for more details.
/dokuwiki/lib/plugins/styling/
H A DREADME25 GNU General Public License for more details.
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md18 This fork makes it usable on more recent systems (PHP 5.4+ ones)
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md113 improved OPML 1.0 support (hopefully - added more elements)
124 added more documentation
/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md22 Check the [API docs](https://splitbrain.github.io/php-archive/) for more
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dpagetools.less11 /* it's 40px because the 30px wide icons will have 5px more spacing to the left and right */
H A D_search.less174 left: -13.5em; /* -( width of #qsearch__in + padding of .ajax_qsearch + a bit more ) */
H A Ddesign.less209 /* make sidebar more condensed */
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown46 6. `demo/` - A basic feed reader demo that shows off some of SimplePie's more
/dokuwiki/_test/data/pages/wiki/
H A Dsyntax.txt86 …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…

12