Home
last modified time | relevance | path

Searched refs:else (Results 1 – 25 of 154) sorted by last modified time

1234567

/template/sprintdoc/
H A DLICENSE45 software. If the software is modified by someone else and passed on, we
107 notice that there is no warranty (or else, saying that you provide
181 signed it. However, nothing else grants you permission to modify or
H A DCOPYING45 software. If the software is modified by someone else and passed on, we
107 notice that there is no warranty (or else, saying that you provide
181 signed it. However, nothing else grants you permission to modify or
/template/kiwiki/
H A DCOPYING45 software. If the software is modified by someone else and passed on, we
107 notice that there is no warranty (or else, saying that you provide
181 signed it. However, nothing else grants you permission to modify or
/template/wikipraktik/
H A DLICENSE45 software. If the software is modified by someone else and passed on, we
107 notice that there is no warranty (or else, saying that you provide
181 signed it. However, nothing else grants you permission to modify or
/template/ad-hominem/
H A DLICENSE45 software. If the software is modified by someone else and passed on, we
107 notice that there is no warranty (or else, saying that you provide
181 signed it. However, nothing else grants you permission to modify or
/template/mikio/
H A DREADME.md230 Mikio now supports dark mode! When the user prefers a dark theme, or has selected dark mode, the html tag will set the theme dataset to `theme-dark`, else it will be `theme-light`.
H A DLICENSE.md46 software is modified by someone else and passed on, we want its recipients to
105 else, saying that you provide a warranty) and that users may redistribute
173 it. However, nothing else grants you permission to modify or distribute the
/template/launch/
H A DCOPYING45 software. If the software is modified by someone else and passed on, we
107 notice that there is no warranty (or else, saying that you provide
181 signed it. However, nothing else grants you permission to modify or
/template/varicolored/
H A DCOPYING45 software. If the software is modified by someone else and passed on, we
107 notice that there is no warranty (or else, saying that you provide
181 signed it. However, nothing else grants you permission to modify or
/template/cleanresurrected/
H A DCOPYING45 software. If the software is modified by someone else and passed on, we
107 notice that there is no warranty (or else, saying that you provide
181 signed it. However, nothing else grants you permission to modify or
/template/panoramacake/css/
H A Dstylesheet_light.less36 // for images, replace _white with something else
H A Dstylesheet_dark.less36 // for images, replace _white with something else
/template/panoramacake/
H A DCOPYING45 software. If the software is modified by someone else and passed on, we
107 notice that there is no warranty (or else, saying that you provide
181 signed it. However, nothing else grants you permission to modify or
/template/tilus/
H A DCOPYING45 software. If the software is modified by someone else and passed on, we
107 notice that there is no warranty (or else, saying that you provide
181 signed it. However, nothing else grants you permission to modify or
/template/darkwood/
H A DCOPYING45 software. If the software is modified by someone else and passed on, we
107 notice that there is no warranty (or else, saying that you provide
181 signed it. However, nothing else grants you permission to modify or
/template/cutopillar/
H A DCOPYING45 software. If the software is modified by someone else and passed on, we
107 notice that there is no warranty (or else, saying that you provide
181 signed it. However, nothing else grants you permission to modify or
/template/basical/
H A DCOPYING45 software. If the software is modified by someone else and passed on, we
107 notice that there is no warranty (or else, saying that you provide
181 signed it. However, nothing else grants you permission to modify or
/template/tripillar/
H A DCOPYING45 software. If the software is modified by someone else and passed on, we
107 notice that there is no warranty (or else, saying that you provide
181 signed it. However, nothing else grants you permission to modify or
/template/mindthedark/
H A DLICENSE45 software. If the software is modified by someone else and passed on, we
107 notice that there is no warranty (or else, saying that you provide
181 signed it. However, nothing else grants you permission to modify or
/template/peanutbutter/
H A DCOPYING45 software. If the software is modified by someone else and passed on, we
107 notice that there is no warranty (or else, saying that you provide
181 signed it. However, nothing else grants you permission to modify or
/template/notos/templates/
H A Ddetail.twig7 {% else %}
/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DIfTokenParser.php41 $else = null;
48 $else = $this->parser->subparse([$this, 'decideIfEnd']);
70 return new IfNode(new Node($tests), $else, $lineno, $this->getTag());
H A DForTokenParser.php55 $else = $this->parser->subparse([$this, 'decideForEnd'], true);
57 $else = null;
77 …return new ForNode($keyTarget, $valueTarget, $seq, $ifexpr, $body, $else, $lineno, $this->getTag()…
/template/twigstarter/vendor/twig/twig/
H A DCHANGELOG287 * added missing else clause to avoid infinite loops
/template/twigstarter/vendor/twig/twig/src/Node/
H A DForNode.php28 … AbstractExpression $seq, ?AbstractExpression $ifexpr, Node $body, ?Node $else, int $lineno, strin… argument
37 if (null !== $else) {
38 $nodes['else'] = $else;

1234567