Searched refs:strategy (Results 1 – 8 of 8) sorted by relevance
| /template/twigstarter/vendor/twig/twig/src/Extension/ |
| D | EscaperExtension.php | 96 … * @param string $strategy The strategy name that should be used as a strategy in the escape call 99 public function setEscaper($strategy, callable $callable) argument 101 $this->escapers[$strategy] = $callable; 131 foreach ($strategies as $strategy) { 132 $this->safeLookup[$strategy][$class] = true; 165 * @param string $strategy The escaping strategy 171 function twig_escape_filter(Environment $env, $string, $strategy = 'html', $charset = null, $autoes… argument 193 if (isset($ext->safeLookup[$strategy][$c]) || isset($ext->safeLookup['all'][$c])) { 199 } elseif (\in_array($strategy, ['html', 'js', 'css', 'html_attr', 'url'])) { 212 switch ($strategy) { [all …]
|
| D | CoreExtension.php | 85 … * @param string $strategy The strategy name that should be used as a strategy in the escape call 90 public function setEscaper($strategy, callable $callable) argument 94 $this->escapers[$strategy] = $callable;
|
| /template/strap/resources/library/bootstrap/5.0.1/ |
| H A D | popper.min.js | 5 …strategy:"absolute",placement:n}),p=j(Object.assign({},p,c)),s="popper"===i?p:s;var u={top:a.top-s… property
|
| H A D | bootstrap.min.css.map | 1 …-font-weight;\n }\n}\n\n\n// Figures\n//\n// Apply a consistent margin strategy (matches our type…
|
| H A D | bootstrap.rtl.min.css.map | 1 …-font-weight;\n }\n}\n\n\n// Figures\n//\n// Apply a consistent margin strategy (matches our type…
|
| /template/twigstarter/vendor/twig/twig/ |
| D | CHANGELOG | 378 * removed `true` as an equivalent to `html` for the auto-escaping strategy
|
| /template/strap/resources/library/bootstrap/4.5.0/ |
| H A D | bootstrap.16col.min.css.map | 1 …\n}\n\n\n//\n// Figures\n//\n\nfigure {\n // Apply a consistent margin strategy (matches our type…
|
| /template/strap/resources/library/bootstrap/4.4.1/ |
| H A D | bootstrap.16col.min.css.map | 1 …\n}\n\n\n//\n// Figures\n//\n\nfigure {\n // Apply a consistent margin strategy (matches our type…
|