Home
last modified time | relevance | path

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

/dokuwiki/inc/Search/Query/
H A DNegatedEntry.php15 protected StackEntry $inner; variable in dokuwiki\\Search\\Query\\NegatedEntry
17 public function __construct(StackEntry $inner) argument
19 $this->inner = $inner;
27 return $this->inner;
H A DQueryEvaluator.php188 $inner = $negated->getInner();
190 if ($inner instanceof NamespacePredicate) {
191 return $inner->exclude($pages);
194 return $pages->subtract($this->materialize($inner));
/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.php576 * @param string $inner innerHML of link
584 function tpl_actionlink($type, $pre = '', $suf = '', $inner = '', $return = false) argument
621 $pre . ($inner ?: $caption) . $suf,
697 * @param string $inner inner HTML for links
703 …_action($type, $link = false, $wrapper = false, $return = false, $pre = '', $suf = '', $inner = '') argument
708 $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 {