Home
last modified time | relevance | path

Searched refs:Environment (Results 76 – 100 of 111) sorted by relevance

12345

/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Drecipes.rst164 $twig = new \Twig\Environment();
348 $twig = new \Twig\Environment($loader, [
355 Before Twig 1.22, you should extend ``\Twig\Environment`` instead::
357 class OpCacheAwareTwigEnvironment extends \Twig\Environment
375 When attaching a visitor to a ``\Twig\Environment`` instance, Twig uses it to
383 public function enterNode(Twig_NodeInterface $node, \Twig\Environment $env)
480 $twig = new \Twig\Environment($loader);
504 $twig = new \Twig\Environment($loader);
523 ``\Twig\Environment::createTemplate()`` (available as of Twig 1.18)::
H A Dadvanced.rst117 $twig = new \Twig\Environment($loader);
154 $twig = new \Twig\Environment($loader);
186 Environment-aware Filters
300 $twig = new \Twig\Environment($loader);
315 $twig = new \Twig\Environment($loader);
325 $twig = new \Twig\Environment($loader);
343 $twig = new \Twig\Environment($loader);
457 ``\Twig\Environment`` instance::
459 $twig = new \Twig\Environment($loader);
684 main ``Environment`` object::
[all …]
H A Dapi.rst12 ``\Twig\Environment``). Instances of this class are used to store the
16 Most applications will create one ``\Twig\Environment`` object on application
28 $twig = new \Twig\Environment($loader, [
81 Environment Options
84 When creating a new ``\Twig\Environment`` instance, you can pass an array of
87 $twig = new \Twig\Environment($loader, ['debug' => true]);
161 See the ``cache`` and ``auto_reload`` options of ``\Twig\Environment`` above
233 $twig = new \Twig\Environment($loader);
263 $twig = new \Twig\Environment($loader);
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php15 use Twig\Environment; alias
164 $twig = new Environment($loader, $config);
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dtemplate_from_string.rst20 $twig = new \Twig\Environment(...);
H A Ddate.rst43 $twig = new \Twig\Environment($loader);
H A Ddump.rst21 $twig = new \Twig\Environment($loader, [
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplateWrapper.php30 public function __construct(Environment $env, Template $template)
H A DParser.php53 public function __construct(Environment $env)
H A DTemplate.php44 public function __construct(Environment $env)
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DRuntime.php11 namespace SebastianBergmann\Environment;
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddate.rst56 $twig = new \Twig\Environment($loader);
84 $twig = new \Twig\Environment($loader);
H A Dnumber_format.rst40 $twig = new \Twig\Environment($loader);
H A Descape.rst99 $twig = new \Twig\Environment($loader);
/plugin/commonmark/vendor/league/commonmark/
H A DCHANGELOG-0.x.md
H A DCHANGELOG.md39 - Adding items to an already-initialized `Environment`
79 - Fixed error using `InlineParserEngine` when no inline parsers are registered in the `Environment` (#908)
198 - Added missing return type to `Environment::dispatch()` to fix deprecation warning (#778)
257 - The `getEnvironment()` method of `CommonMarkConverter` and `GithubFlavoredMarkdownConverter` will always return the concrete, configurable `Environment` for upgrading convenience
340 - `Environment::createDefaultConfiguration()`
341 - `Environment::setEventDispatcher()`
414 - `Environment` and `ConfigurableEnvironmentInterface`:
492 - Removed the ability to pass custom `Environment` instances into the `CommonMarkConverter` and `GithubFlavoredMarkdownConverter` constructors
558 - `Environment::mergeConfig()` (set configuration before instantiation instead)
559 - `Environment
[all...]
/plugin/odt2dw/
H A DREADME6 This plugin works with Apache HTTP Server on Linux Environment.
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DSandboxTest.php12 use Twig\Environment; alias
320 …$twig = new Environment($loader, array_merge(['debug' => true, 'cache' => false, 'autoescape' => f…
/plugin/findologicxmlexport/vendor/sebastian/environment/
H A DLICENSE1 Environment
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DescapingTest.php154 …$this->env = new \Twig\Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock(…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/
H A DRenderer.php16 use SebastianBergmann\Environment\Runtime;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php11 use SebastianBergmann\Environment\Runtime;
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dnewcommand.js19 …s.i+c.length).match(/[a-z]/i)){return 0}this.i+=c.length;return 1}});b.Environment=function(c){a.e… function
/plugin/commonmark/vendor/league/commonmark/src/
H A DEnvironment.php
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php11 use SebastianBergmann\Environment\Console;

12345