Home
last modified time | relevance | path

Searched refs:direct (Results 1 – 6 of 6) sorted by path

/dokuwiki/data/pages/wiki/
H A Dsyntax.txt85 * For security reasons direct browsing of windows shares only works in Microsoft Internet Explorer per default (and only in the "local zone").
/dokuwiki/inc/
H A Dcommon.php592 * Will return a link to the detail page if $direct is false
599 * @param bool $direct link to detail page if false
604 function ml($id = '', $more = '', $direct = true, $sep = '&', $abs = false)
623 if (isset($more['id']) && $direct) unset($more['id']);
647 // external URLs are always direct without rewriting
658 if ($direct) {
601 ml($id = '', $more = '', $direct = true, $sep = '&', $abs = false) global() argument
/dokuwiki/lib/plugins/extension/lang/en/
H A Dintro_install.txt1 Here you can manually install plugins and templates by either uploading them or providing a direct download URL.
/dokuwiki/lib/plugins/extension/lang/ru/
H A Dintro_install.txt1 Здесь вы можете самостоятельно установить плагины и шаблоны, загрузив их или указав прямую (direct) ссылку для скачивания
/dokuwiki/vendor/aziraphale/email-address-validator/
H A DREADME.md28 Note that this updated version is **version 2.0.0**. I have kept the original class tagged as **version 1.0.10** (it was the 10th commit to the Google Code svn repository). If you want to use Composer to install the **old** class, simply specify `^1` as the version constraint (which will allow for backwards-compatible changes to be installed, if any get made, while never jumping to my modified class without your direct action):
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG618 - Code cleanup by using direct string indexing instead of substr with length 1 (Milian Wolff)