Home
last modified time | relevance | path

Searched refs:Environment (Results 76 – 100 of 111) sorted by last modified time

12345

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/NodeVisitor/
H A DOptimizerTest.php12 use Twig\Environment; alias
20 …$env = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock(), ['cache' …
32 …$env = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock(), ['cache' …
48 …$env = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock(), ['cache' …
62 …$env = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock(), ['cache' …
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DTemplateTest.php12 use Twig\Environment; alias
41 $env = new Environment(new ArrayLoader($templates), ['strict_variables' => true]);
90 $twig = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock());
130 … $twig = new Environment($this->getMockBuilder('Twig_TemplateTestLoaderInterface')->getMock());
178 … $twig = new Environment($this->getMockBuilder('Twig_TemplateTestLoaderInterface')->getMock());
224 … $twig = new Environment($this->getMockBuilder('Twig_TemplateTestLoaderInterface')->getMock());
233 …$template = new Twig_TemplateTest(new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterf…
261 …$template = new Twig_TemplateTest(new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterf…
467 public function __construct(Environment $env, $name = 'index.twig')
789 public function enterNode(Twig_NodeInterface $node, Environment $env)
[all …]
H A DTemplateWrapperTest.php12 use Twig\Environment; alias
19 $twig = new Environment(new ArrayLoader([
45 $twig = new Environment(new ArrayLoader([
56 $twig = new Environment(new ArrayLoader([
H A DCompilerTest.php13 use Twig\Environment; alias
19 …$compiler = new Compiler(new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->ge…
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/sebastian/environment/
H A DREADME.md1 # Environment chapter
22 use SebastianBergmann\Environment\Runtime;
/plugin/findologicxmlexport/vendor/sebastian/environment/src/
H A DConsole.php11 namespace SebastianBergmann\Environment;
H A DRuntime.php11 namespace SebastianBergmann\Environment;
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced_legacy.rst118 $twig = new \Twig\Environment($loader);
179 ``\Twig\Environment`` instance::
181 $twig = new \Twig\Environment($loader);
223 Environment aware Filters
316 $twig = new \Twig\Environment($loader);
322 $twig = new \Twig\Environment($loader);
398 ``\Twig\Environment`` instance::
400 $twig = new \Twig\Environment($loader);
629 main ``Environment`` object::
631 $twig = new \Twig\Environment($loader);
[all …]
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/doc/filters/
H A Descape.rst99 $twig = new \Twig\Environment($loader);
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DTemplateInterface.php12 use Twig\Environment; alias
47 * @return Environment
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DDebugExtension.php47 use Twig\Environment; alias
51 function twig_var_dump(Environment $env, $context, array $vars = [])
/plugin/findologicxmlexport/vendor/twig/twig/src/Profiler/NodeVisitor/
H A DProfilerNodeVisitor.php14 use Twig\Environment; alias
39 protected function doEnterNode(Node $node, Environment $env)
44 protected function doLeaveNode(Node $node, Environment $env)
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DTemplate.php44 public function __construct(Environment $env)
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DFilterTest.php12 use Twig\Environment; alias
35 … $environment = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock());
H A DTestTest.php12 use Twig\Environment; alias
36 … $environment = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock());
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Util/
H A DDeprecationCollectorTest.php12 use Twig\Environment; alias
23 $twig = new Environment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock());
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php20 use SebastianBergmann\Environment\Runtime;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DTestRunner.php20 use SebastianBergmann\Environment\Runtime;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DPHP.php11 use SebastianBergmann\Environment\Runtime;
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG8 * fixed BC break on Environment::resolveTemplate()
29 * added the possibility to pass a TemplateWrapper to Twig\Environment::load()
85 * fixed Environment::resolveTemplate to accept instances of TemplateWrapper

12345