Home
last modified time | relevance | path

Searched full:strategy (Results 1 – 25 of 27) sorted by relevance

12

/template/twigstarter/vendor/twig/twig/src/Extension/
DEscaperExtension.php30 * @param string|false|callable $defaultStrategy An escaping strategy
59 * Sets the default strategy to use when not defined by the user.
61 * The strategy can be a valid PHP callback that takes the template
62 * name as an argument and returns the strategy to use.
64 * @param string|false|callable $defaultStrategy An escaping strategy
76 * Gets the default strategy to use when not defined by the user.
80 * @return string|false The default strategy to use for the template
85 // or any other upcoming escaping strategy
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
[all …]
DCoreExtension.php85 … * @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/twigstarter/vendor/twig/twig/src/
DFileExtensionEscapingStrategy.php15 * Default autoescaping strategy based on file names.
17 * This strategy sets the HTML as the default autoescaping strategy,
21 * default autoescaping strategy is set at compilation time.
28 * Guesses the best autoescaping strategy based on the file name.
32 * @return string|false The escaping strategy name to use or false to disable
DEnvironment.php95 * * name: set the autoescaping strategy based on the template name extension
96 …* * PHP callback: a PHP callback that returns an escaping strategy based on the t…
/template/strap/vendor/antlr/antlr4-php-runtime/src/
H A DTokenFactory.php11 * the error handling strategy (to create missing tokens). Notifying the parser
12 * of a new factory means that it notifies its token source and error strategy.
18 * the error handling strategy. If `text !== null`, than the start and stop
H A DParser.php41 * The error handling strategy for the parser. The default value is a new
155 * is called on the current error strategy to attempt recovery. If
168 * and the error strategy could not recover
202 * is called on the current error strategy to attempt recovery.
212 * a wildcard and the error strategy could not
381 * Tell our token source and error strategy about a new way to create tokens.
/template/strap/vendor/antlr/antlr4-php-runtime/src/Error/
H A DANTLRErrorStrategy.php38 * strategy successfully recovers from the match failure, this method
46 * returns successfully. The error strategy implementation is responsible
51 * @throws RecognitionException If the error strategy was not able to
65 * @throws RecognitionException If the error strategy could not recover
86 * @throws RecognitionException If an error is detected by the error strategy
H A DBailErrorStrategy.php21 * This error strategy is useful in the following scenarios.
23 * - Two-stage parsing: This error strategy allows the first stage of two-stage
H A DDefaultErrorStrategy.php27 * Indicates whether the error strategy is currently "recovering from an
397 * identifies single-token deletion as a viable recovery strategy for
435 * identifies single-token insertion as a viable recovery strategy for
480 * This recovery strategy is implemented by
491 * This recovery strategy is implemented by
543 * strategy. It is called by {@see DefaultErrorStrategy::recoverInline()}
544 * if the single-token deletion strategy fails to recover from the mismatched
557 * strategy for the current mismatched input, otherwise `false`.
596 * strategy. It is called by {@see DefaultErrorStrategy::recoverInline()}
/template/strap/.github/workflows/
H A Dscratch-env.yml42 strategy:
91 - name: Dump strategy context
92 run: echo '${{ toJSON(strategy) }}'
H A Dphp-test-reusable.yml33 strategy:
/template/strap/vendor/salesforce/handlebars-php/.github/workflows/
H A Dci.yml10 strategy:
/template/twigstarter/vendor/twig/twig/src/Cache/
DNullCache.php15 * Implements a no-cache strategy.
DCacheInterface.php19 * need to implement a custom strategy for storing templates on the filesystem.
/template/twigstarter/vendor/twig/twig/src/Node/
DAutoEscapeNode.php19 * The value is the escaping strategy (can be html, js, ...)
/template/strap/vendor/carica/phpcss/.github/workflows/
H A Dci.yml15 strategy:
/template/twigstarter/vendor/twig/twig/src/TokenParser/
DAutoEscapeTokenParser.php34 …throw new SyntaxError('An escaping strategy must be a string or false.', $stream->getCurrent()->ge…
/template/strap/resources/library/bootstrap/5.0.1/
H A Dpopper.min.js5strategy:"absolute",placement:n}),p=j(Object.assign({},p,c)),s="popper"===i?p:s;var u={top:a.top-s… property
H A Dbootstrap.min.css.map1 …-font-weight;\n }\n}\n\n\n// Figures\n//\n// Apply a consistent margin strategy (matches our type…
H A Dbootstrap.rtl.min.css.map1 …-font-weight;\n }\n}\n\n\n// Figures\n//\n// Apply a consistent margin strategy (matches our type…
/template/tripillar/
Dmain.php87 <!-- <h3 class='post-title'><a href='#'>Week 6 Still New Strategy</a></h3> -->
/template/twigstarter/vendor/twig/twig/
DCHANGELOG378 * removed `true` as an equivalent to `html` for the auto-escaping strategy
/template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DParserATNSimulator.php41 * The embodiment of the adaptive LL(*), ALL(*), parsing strategy.
43 * The basic complexity of the adaptive strategy makes it harder to understand.
59 * strategy (versus full LL(*)).
205 * error, we need to retry with the combined SLL/LL strategy.
/template/strap/resources/library/bootstrap/4.5.0/
H A Dbootstrap.16col.min.css.map1 …\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 Dbootstrap.16col.min.css.map1 …\n}\n\n\n//\n// Figures\n//\n\nfigure {\n // Apply a consistent margin strategy (matches our type…

12