| /template/twigstarter/vendor/twig/twig/src/Extension/ |
| D | EscaperExtension.php | 30 * @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 …]
|
| 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/twigstarter/vendor/twig/twig/src/ |
| D | FileExtensionEscapingStrategy.php | 15 * 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
|
| D | Environment.php | 95 * * 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 D | TokenFactory.php | 11 * 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 D | Parser.php | 41 * 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 D | ANTLRErrorStrategy.php | 38 * 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 D | BailErrorStrategy.php | 21 * 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 D | DefaultErrorStrategy.php | 27 * 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 D | scratch-env.yml | 42 strategy: 91 - name: Dump strategy context 92 run: echo '${{ toJSON(strategy) }}'
|
| H A D | php-test-reusable.yml | 33 strategy:
|
| /template/strap/vendor/salesforce/handlebars-php/.github/workflows/ |
| H A D | ci.yml | 10 strategy:
|
| /template/twigstarter/vendor/twig/twig/src/Cache/ |
| D | NullCache.php | 15 * Implements a no-cache strategy.
|
| D | CacheInterface.php | 19 * need to implement a custom strategy for storing templates on the filesystem.
|
| /template/twigstarter/vendor/twig/twig/src/Node/ |
| D | AutoEscapeNode.php | 19 * The value is the escaping strategy (can be html, js, ...)
|
| /template/strap/vendor/carica/phpcss/.github/workflows/ |
| H A D | ci.yml | 15 strategy:
|
| /template/twigstarter/vendor/twig/twig/src/TokenParser/ |
| D | AutoEscapeTokenParser.php | 34 …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 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/tripillar/ |
| D | main.php | 87 <!-- <h3 class='post-title'><a href='#'>Week 6 Still New Strategy</a></h3> -->
|
| /template/twigstarter/vendor/twig/twig/ |
| D | CHANGELOG | 378 * removed `true` as an equivalent to `html` for the auto-escaping strategy
|
| /template/strap/vendor/antlr/antlr4-php-runtime/src/Atn/ |
| H A D | ParserATNSimulator.php | 41 * 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 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…
|