Searched refs:inner (Results 1 – 6 of 6) sorted by relevance
/dokuwiki/vendor/splitbrain/lesserphp/src/ |
H A D | FormatterClassic.php | 65 $inner = $pre = $this->indentStr(); 83 $inner = ''; 86 $inner = $this->indentStr(); 91 $glue = $this->break . $inner; 92 echo $inner . implode($glue, $block->lines);
|
H A D | Parser.php | 533 (($this->variable($inner) && $inner = ['variable', $inner]) || 534 $this->unit($inner) || 535 $this->parenValue($inner))) { 536 $value = ['unary', '-', $inner];
|
H A D | Lessc.php | 1365 [, $inner] = $value; 1366 return $this->unwrap($this->reduce($inner));
|
/dokuwiki/inc/ |
H A D | template.php | 581 * @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 D | basic.less | 453 input::-moz-focus-inner, 454 button::-moz-focus-inner {
|
/dokuwiki/lib/scripts/jquery/jquery-ui-theme/ |
H A D | smoothness.css | 225 input.ui-button::-moz-focus-inner, 226 button.ui-button::-moz-focus-inner {
|