Home
last modified time | relevance | path

Searched full:tools (Results 1 – 25 of 133) sorted by relevance

123456

/dokuwiki/_test/
H A DREADME1 ====== DokuWiki Test Suite and Develpoment Tools ======
3 …ctory contains the test suite for DokuWiki as well as configuration for various code quality tools.
7 Before you can use any of the tools you need to install the dependencies. This is done using compos…
15 The composer configuration contains a number of scripts to run the various tools on all of DokuWiki.
29 ===== Tools =====
31 All the tools can be called directly from the ''vendor/bin'' directory.
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dpagetools.less2 * This file provides the styles for the page tools
10 /* give space to the right so the tools won't disappear on smaller screens */
19 min-height: 190px; /* 30 (= height of icons) x 6 (= maximum number of possible tools) + 2x5 */
35 div.tools {
102 div.tools {
114 div.tools ul {
H A Dstructure.less26 .tools {
38 .tools {
H A Ddesign.less21 .tools {
25 .tools {
72 /* tools
89 #dokuwiki__header .tools {
112 [dir=rtl] #dokuwiki__header .tools li {
118 display: none; /* hide mobile tools dropdown to only show in mobile view */
121 /*____________ site tools ____________*/
H A Dmobile.less202 #dokuwiki__header .tools {
209 [dir=rtl] #dokuwiki__header .tools {
247 /* action dropdown is alternative for all hidden tools */
263 /* force same height on search input and tools select */
327 #dokuwiki__pagetools div.tools {
/dokuwiki/lib/plugins/popularity/lang/zh-tw/
H A Dlang.php7 * @author http://www.chinese-tools.com/tools/converter-simptrad.html
/dokuwiki/lib/plugins/popularity/lang/zh/
H A Dlang.php7 * @author http://www.chinese-tools.com/tools/converter-tradsimp.html
/dokuwiki/lib/plugins/revert/lang/zh-tw/
H A Dlang.php7 * @author http://www.chinese-tools.com/tools/converter-simptrad.html
/dokuwiki/lib/plugins/revert/lang/zh/
H A Dlang.php7 * @author http://www.chinese-tools.com/tools/converter-tradsimp.html
/dokuwiki/lib/tpl/dokuwiki/
H A Dtpl_header.php43 <div class="tools group">
44 <!-- USER TOOLS -->
61 <!-- SITE TOOLS -->
66 <?php echo (new \dokuwiki\Menu\MobileMenu())->getDropdown($lang['tools']); ?>
/dokuwiki/inc/Menu/
H A DMobileMenu.php72 $html .= '<select name="do" class="edit quickselect" title="' . $lang['tools'] . '">';
75 foreach ($this->getGroupedItems() as $tools => $items) {
77 $html .= '<optgroup label="' . $lang[$tools . '_tools'] . '">';
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DDH.php105 // see http://tools.ietf.org/html/rfc2409#section-6.2 and
106 // http://tools.ietf.org/html/rfc2412, appendex E
113 // see http://tools.ietf.org/html/rfc3526#section-3
125 // see https://tools.ietf.org/html/rfc3526#section-4
140 // see https://tools.ietf.org/html/rfc3526#section-5
159 // see https://tools.ietf.org/html/rfc3526#section-6
186 // see https://tools.ietf.org/html/rfc3526#section-7
234 …* The rationale for the second parameter is described in http://tools.ietf.org/html/rfc4419#sectio…
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DDigestInfo.php21 * from https://tools.ietf.org/html/rfc2898#appendix-A.3
H A DPBES2params.php21 * from https://tools.ietf.org/html/rfc2898#appendix-A.3
H A DPBMAC1params.php21 * from https://tools.ietf.org/html/rfc2898#appendix-A.3
H A DPBEParameter.php21 * from https://tools.ietf.org/html/rfc2898#appendix-A.3
H A DRC2CBCParameter.php21 * from https://tools.ietf.org/html/rfc2898#appendix-A.3
H A DExtension.php25 * http://tools.ietf.org/html/rfc5280#section-4.2
H A DECPrivateKey.php6 * From: https://tools.ietf.org/html/rfc5915
H A DPBKDF2params.php21 * from https://tools.ietf.org/html/rfc2898#appendix-A.3
H A DOneAsymmetricKey.php6 * See https://tools.ietf.org/html/rfc5958
/dokuwiki/lib/plugins/acl/lang/zh/
H A Dlang.php7 * @author http://www.chinese-tools.com/tools/converter-tradsimp.html
/dokuwiki/lib/plugins/acl/lang/zh-tw/
H A Dlang.php8 * @author http://www.chinese-tools.com/tools/converter-simptrad.html
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php24 … Per https://tools.ietf.org/html/rfc8032#page-6 EdDSA has several parameters, one of which is b:
99 * Implements steps 2-4 at https://tools.ietf.org/html/rfc8032#section-5.1.3
123 https://tools.ietf.org/html/rfc8032#section-5.1.1:
154 * Implements steps 1-3 at https://tools.ietf.org/html/rfc8032#section-5.1.5
220 * From https://tools.ietf.org/html/rfc8032#section-5.1.4 :
262 // from https://tools.ietf.org/html/rfc8032#page-12
312 // from https://tools.ietf.org/html/rfc8032#page-12
H A DEd448.php55 * Implements steps 2-4 at https://tools.ietf.org/html/rfc8032#section-5.2.3
95 * Implements steps 1-3 at https://tools.ietf.org/html/rfc8032#section-5.2.5
164 * From https://tools.ietf.org/html/rfc8032#section-5.2.4 :
205 // from https://tools.ietf.org/html/rfc8032#page-18
253 // from https://tools.ietf.org/html/rfc8032#page-17

123456