Home
last modified time | relevance | path

Searched refs:akey (Results 1 – 2 of 2) sorted by path

/dokuwiki/inc/
H A Dhtml.php194 * @param string $akey access key
202 function html_btn($name, $id, $akey, $params, $method = 'get', $tooltip = '', $label = false, $svg = null)
234 if ($akey) {
235 $tip .= ' [' . strtoupper($akey) . ']';
236 $html .= 'accesskey="' . $akey . '" ';
187 html_btn($name, $id, $akey, $params, $method = 'get', $tooltip = '', $label = false, $svg = null) global() argument
H A Dtemplate.php616 $akey = '';
619 $akey = 'accesskey="' . $accesskey . '" ';
627 $akey . $rel .