Searched refs:strategy (Results 1 – 9 of 9) sorted by relevance
| /template/twigstarter/vendor/twig/twig/src/Runtime/ |
| D | EscaperRuntime.php | 37 …* @param string $strategy The strategy name that should… 42 public function setEscaper($strategy, callable $callable) argument 44 $this->escapers[$strategy] = $callable; 85 foreach ($strategies as $strategy) { 86 $this->safeLookup[$strategy][$class] = true; 94 * @param string $strategy The escaping strategy 100 …public function escape($string, string $strategy = 'html', ?string $charset = null, bool $autoesca… argument 121 … if (isset($this->safeLookup[$strategy][$c]) || isset($this->safeLookup['all'][$c])) { 127 …} elseif (\in_array($strategy, ['html', 'js', 'css', 'html_attr', 'html_attr_relaxed', 'url'], tru… 139 switch ($strategy) { [all …]
|
| /template/twigstarter/vendor/twig/twig/src/Extension/ |
| D | EscaperExtension.php | 132 …* @param string $strategy The strategy name that should be … 139 public function setEscaper($strategy, callable $callable) argument 145 $this->escapers[$strategy] = $callable; 150 $escaper->setEscaper($strategy, $callable);
|
| /template/twigstarter/vendor/twig/twig/src/Resources/ |
| D | escaper.php | 34 function twig_escape_filter(Environment $env, $string, $strategy = 'html', $charset = null, $autoes… argument 38 … return $env->getRuntime(EscaperRuntime::class)->escape($string, $strategy, $charset, $autoescape);
|
| /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 | 55 …* Add `html_attr_relaxed` escaping strategy that preserves :, @, [, and ] for front-end framework … 192 * Add JSON support for the file extension escaping strategy 343 "yield" will be the only strategy supported in the next major version
|
| /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…
|