Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 11 of 11) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DIfTokenParser.php40 $tests = [$expr, $body];
55 $tests[] = $expr;
56 $tests[] = $body;
70 return new IfNode(new Node($tests), $else, $lineno, $this->getTag());
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DStagingExtension.php33 private $tests = []; variable in Twig\\Extension\\StagingExtension
89 if (isset($this->tests[$test->getName()])) {
93 $this->tests[$test->getName()] = $test;
98 return $this->tests;
/template/twigstarter/vendor/twig/twig/src/
H A DExtensionSet.php36 private $tests; variable in Twig\\ExtensionSet
362 return $this->tests;
374 if (isset($this->tests[$name])) {
375 return $this->tests[$name];
378 foreach ($this->tests as $pattern => $test) {
417 $this->tests = [];
444 $this->tests[$test->getName()] = $test;
/template/twigstarter/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php97 $tests = [];
128 …$tests[] = [str_replace($fixturesDir.'/', '', $file), $message, $condition, $templates, $exception…
131 if ($legacyTests && empty($tests)) {
136 return $tests;
/template/twigstarter/vendor/twig/twig/src/Node/
H A DIfNode.php24 public function __construct(Node $tests, ?Node $else, int $lineno, string $tag = null) argument
26 $nodes = ['tests' => $tests];
/template/breeze/bower_components/modular-scale/stylesheets/
H A D_modular-scale.scss6 @import "modular-scale/tests";
/template/twigstarter/vendor/twig/twig/
H A DCHANGELOG62 * Make round brackets optional for one argument tests like "same as" or "divisible by"
149 * added support for macros on "is defined" tests
263 * added support for dynamically named tests
/template/templar/less/
H A Dbutton-groups.less13 …: nowrap; // prevent buttons from wrapping when in tight spaces (e.g., the table on the tests page)
/template/khum1/
H A DCHANGELOG.md.backup147 - Enlèvement d'un fichier css pour les tests.
H A DCHANGELOG.md168 - Enlèvement d'un fichier css pour les tests.
/template/daily/css/
H A Dpure-min.css1431 there's a rowspan on the first cell. Case added to the tests. issue#432 */