Home
last modified time | relevance | path

Searched refs:inner (Results 1 – 6 of 6) sorted by relevance

/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DFormatterClassic.php65 $inner = $pre = $this->indentStr();
83 $inner = '';
86 $inner = $this->indentStr();
91 $glue = $this->break . $inner;
92 echo $inner . implode($glue, $block->lines);
H A DParser.php533 (($this->variable($inner) && $inner = ['variable', $inner]) ||
534 $this->unit($inner) ||
535 $this->parenValue($inner))) {
536 $value = ['unary', '-', $inner];
H A DLessc.php1365 [, $inner] = $value;
1366 return $this->unwrap($this->reduce($inner));
/dokuwiki/inc/
H A Dtemplate.php581 * @param string $inner innerHML of link
589 function tpl_actionlink($type, $pre = '', $suf = '', $inner = '', $return = false) argument
626 $pre . ($inner ?: $caption) . $suf,
702 * @param string $inner inner HTML for links
708 …_action($type, $link = false, $wrapper = false, $return = false, $pre = '', $suf = '', $inner = '') argument
713 $out .= tpl_actionlink($type, $pre, $suf, $inner, true);
/dokuwiki/lib/tpl/dokuwiki/css/
H A Dbasic.less453 input::-moz-focus-inner,
454 button::-moz-focus-inner {
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/
H A Dsmoothness.css225 input.ui-button::-moz-focus-inner,
226 button.ui-button::-moz-focus-inner {