Home
last modified time | relevance | path

Searched refs:instance (Results 226 – 250 of 405) sorted by path

12345678910>>...17

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1351/
H A DIssue1351Test.php4 protected $instance; variable in Issue1351Test
11 $this->instance = new ChildProcessClass1351();
17 $this->assertNull($this->instance);
26 $this->instance = new ChildProcessClass1351();
36 $this->assertNull($this->instance);
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A DREADME.md11 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/findologicxmlexport/vendor/sebastian/comparator/
H A DREADME.md13 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/findologicxmlexport/vendor/sebastian/comparator/src/
H A DFactory.php26 private static $instance; variable in SebastianBergmann\\Comparator\\Factory
52 if (self::$instance === null) {
53 self::$instance = new self;
56 return self::$instance;
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A DREADME.md11 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/findologicxmlexport/vendor/sebastian/environment/
H A DREADME.md14 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/findologicxmlexport/vendor/sebastian/exporter/
H A DREADME.md169 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A DREADME.md11 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/
H A DREADME.md11 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/findologicxmlexport/vendor/sebastian/version/
H A DREADME.md11 If you only need this library during development, for instance to run your project's test suite, th…
19 * `$release` is the version number of the latest release (`X.Y.Z`, for instance) or the name of the…
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Ddate.rst31 or a DateTime instance.
34 a DateTime instance. Do not set this argument to use current date.
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG47 * fixed using a Twig_TemplateWrapper instance as an argument to extends
84 * fixed length filter when passing an instance of IteratorAggregate
247 * undeprecated _self (should only be used to get the template name, not the template instance)
449 * fixed getting a numeric-like item on a variable ('09' for instance)
587 * enhanced error reporting when the template file is an instance of SplFileInfo
613 * fixed the date filter when a DateTime instance is passed with a specific timezone
707 …* added the possibility to force the escaping of a string already marked as safe (instance of Twig…
927 * added Twig_Template instance support to the include tag
1053 …lters first optional argument to be a Twig_Environment instance instead of a Twig_Template instance
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst169 For instance, the following code:
189 If you want to access the current environment instance in your filter, set the
194 // get the current charset for instance
273 arguments, but after the environment and the context. For instance, a call to
298 an instance of ``\Twig\TwigFunction``::
313 to create an instance of ``\Twig\TwigTest``::
395 For instance, if you want to create a tag that converts a Markdown formatted
418 For instance, if you want to create a tag that logs text, create a ``log``
457 ``\Twig\Environment`` instance::
850 depend on runtime dependencies even if they are not needed (think for instance
[all …]
H A Dadvanced_legacy.rst23 When extending Twig by calling methods on the Twig environment instance,
135 callable. For instance, let's say you have the following code in a template:
179 ``\Twig\Environment`` instance::
184 The second argument of ``addFilter()`` is an instance of ``Twig_Filter``.
226 The ``Twig_Filter`` classes take options as their last argument. For instance,
237 // get the current charset for instance
291 arguments. For instance, a call to ``'foo'|a_path_b()`` will result in the
314 ``addFunction()`` method on the ``\Twig\Environment`` instance::
358 arguments. For instance, a call to ``a_path_b('foo')`` will result in the
398 ``\Twig\Environment`` instance::
[all …]
H A Dapi.rst50 returns a ``\Twig\TemplateWrapper`` instance::
57 ``\Twig\Template`` instance.
84 When creating a new ``\Twig\Environment`` instance, you can pass an array of
214 directory (for instance, it allows warming the cache from a build server where
465 expressions after evaluation. For instance, when working with
475 by a policy instance. By default, Twig comes with one policy class:
585 does not exist for instance).
H A Ddeprecated.rst18 anymore (via an ``include`` call for instance). You need to import macros
188 current ``\Twig\Template`` instance is deprecated; most usages only need the
191 ``\Twig\Template`` instance. If you are using ``{{ _self.templateName }}``,
H A Dinternals.rst30 an instance of ``\Twig\Token``, and the stream is an instance of
79 node tree (an instance of ``\Twig\Node\ModuleNode``). The core extension defines
H A Drecipes.rst82 instance, the name can depend on the value of a variable:
234 instance, if you have the following template data::
304 instance), it might be interesting to validate the template syntax before
375 When attaching a visitor to a ``\Twig\Environment`` instance, Twig uses it to
551 ``interpolateProvider`` service, for instance at the module initialization
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddate.rst28 instance, to display the current date, filter the word "now":
51 ``core`` extension instance. The first argument is the default format for
H A Descape.rst94 ``core`` extension instance. The first argument is the escaper name (to be
105 When called by Twig, the callable receives the Twig environment instance, the
H A Dspaceless.rst53 (think of ``textarea`` or ``pre`` tags for instance). Using a third-party
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Ddate.rst39 the ``core`` extension instance:
H A Dinclude.rst41 ``\Twig\TemplateWrapper`` instance, Twig will use it directly::
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dembed.rst174 instance, if you embed a CSS/JavaScript template into an HTML one). In that
H A Dextends.rst157 instance, Twig will use it as the parent template::

12345678910>>...17