Searched refs:inner (Results 1 – 8 of 8) sorted by relevance
| /dokuwiki/inc/Search/Query/ |
| H A D | NegatedEntry.php | 15 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 D | QueryEvaluator.php | 188 $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 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 | 576 * @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 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 {
|