Home
last modified time | relevance | path

Searched refs:deprecated (Results 101 – 125 of 140) sorted by last modified time

123456

/plugin/findologicxmlexport/vendor/doctrine/instantiator/docs/en/
H A Dindex.rst61 donated to the doctrine organization, and which is now deprecated in
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dindex.rst13 deprecated
H A Dinstallation.rst38 Using PEAR for installing Twig is deprecated and Twig 1.15.1 was the last
74 deprecated and newer versions of Twig are not available on the PEAR
H A Drecipes.rst16 To easily remove all deprecated feature usages from your templates, write and
37 However, this code won't find all deprecations (like using deprecated some Twig
H A Dadvanced.rst281 Support for deprecated filters was added in Twig 1.21.
283 You can mark a filter as being deprecated by setting the ``deprecated`` option
285 deprecated one when that makes sense::
289 }, ['deprecated' => true, 'alternative' => 'new_one']);
291 When a filter is deprecated, Twig emits a deprecation notice when compiling a
599 …* @deprecated since 1.23 (to be removed in 2.0), implement \Twig\Extension\InitRuntimeInterface in…
650 …* @deprecated since 1.23 (to be removed in 2.0), implement \Twig\Extension\GlobalsInterface instead
659 * @deprecated since 1.26 (to be removed in 2.0), not used anymore internally
H A Dapi.rst291 …* @deprecated since 1.27 (to be removed in 2.0), implement \Twig\Loader\SourceContextLoaderInterfa…
H A Ddeprecated.rst4 This document lists all deprecated features in Twig. Deprecated features are
6 feature that was deprecated in Twig 1.x is removed in Twig 2.0).
12 deprecated features. See :ref:`deprecation-notices` for more information.
24 * As of Twig 1.x, the token parser broker sub-system is deprecated. The
33 * As of Twig 1.27, ``\Twig\Parser::getEnvironment()`` is deprecated.
49 deprecated. Implement ``\Twig\Extension\GlobalsInterface`` to avoid
53 deprecated and it is not used internally anymore.
132 deprecated. Use ``getName()`` instead.
135 methods are deprecated, use
210 deprecated and will be removed in 2.0. Use ``"html"`` instead.
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dextends.rst161 // deprecated as of Twig 1.28
H A Ddeprecated.rst1 ``deprecated``
5 The ``deprecated`` tag was added in Twig 1.36 and 2.6.
8 PHP function) where the ``deprecated`` tag is used in a template:
13 {% deprecated 'The "base.twig" template is deprecated, use "layout.twig" instead.' %}
21 {% deprecated 'The "hey" block is deprecated, use "greet" instead.' %}
H A Dinclude.rst82 // deprecated as of Twig 1.28
H A Dindex.rst26 deprecated
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/deprecated/
H A Dmacro.legacy.test2 Deprecating a macro with "deprecated" tag
10 {% deprecated 'The "welcome" macro is deprecated, use "hello" instead.' %}
H A Dblock.legacy.test2 Deprecating a block with "deprecated" tag
10 {% deprecated 'The "welcome" block is deprecated, use "hello" instead.' %}
H A Dtemplate.legacy.test2 Deprecating a template with "deprecated" tag
6 {% deprecated 'The "index.twig" template is deprecated, use "greeting.twig" instead.' %}
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dnv.d3.min.js2 …le);b.apply(console,arguments)}return arguments[arguments.length-1]},a.deprecated=function(a,b){co… function
3deprecated("tooltips","use chart.tooltip.enabled() instead"),d.enabled(!!b)}},tooltipContent:{get:…
4deprecated("tooltips","use chart.tooltip.enabled() instead"),h.enabled(!!b)}},tooltipContent:{get:…
5deprecated("tooltips","use chart.tooltip.enabled() instead"),j.enabled(!!b)}},tooltipContent:{get:…
6deprecated("tooltips","use chart.tooltip.enabled() instead"),j.enabled(!!b)}},tooltipContent:{get:…
7deprecated("dimensions","use dimensionNames instead"),h=b}},margin:{get:function(){return c},set:f…
8deprecated("tooltipContent","use chart.tooltip.contentGenerator() instead"),i.contentGenerator(b)}…
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md720 - Remove deprecated FileCacheReader for doctrine annotations [\#634](https://github.com/schmittjoh/…
832 - Switch the Twig integration to use non-deprecated APIs [\#482](https://github.com/schmittjoh/seri…
/plugin/findologicxmlexport/vendor/webmozart/assert/
H A DCHANGELOG.md44 * deprecated `Assert::isTraversable()` in favor of `Assert::isIterable()`
H A DREADME.md106 `isTraversable($value, $message = '')` (deprecated) | Check that a value is an array or a `\Tr…
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/
H A Dclass_with_deprecated_method.phpt8 * @deprecated this method
9 * is deprecated
44 …The ClassWithDeprecatedMethod::deprecatedMethod method is deprecated (this method is deprecated).'…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-2.2.md45 * Annotating a method with `@deprecated` now has the same effect as annotating it with `@codeCovera…
H A DChangeLog-3.0.md9 * It is now optional that `@deprecated` code is ignored
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md52 * Support for the `!str` tag is deprecated, use the `!!str` tag instead.
61 deprecated and will throw a `ParseException` in Symfony 4.0.
94 * Omitting the key of a mapping is deprecated and will throw a `ParseException` in Symfony 4.0.
105 * Mappings with a colon (`:`) that is not followed by a whitespace are deprecated
116 deprecated and will lead to a `ParseException` in Symfony 4.0.
166 escaping those characters (when surrounded by double-quotes) is deprecated.
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG57 * added the "deprecated" tag
155 * deprecated function/test/filter/tag overriding
164 * deprecated silent display of undefined blocks
188 * deprecated Twig_Parser::getEnvironment()
190 * deprecated Twig_Compiler::addIndentation()
200 * deprecated Parser::getFilename()
216 * deprecated Twig_ExtensionInterface::getName()
226 * deprecated Twig_Compiler::getFilename()
256 * added versions in deprecated messages
320 * deprecated Twig_Template::getEnvironment()
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md17 …com/sebastianbergmann/phpunit/issues/2472): `PHPUnit\Util\Getopt` uses deprecated `each()` function
210 * The `--log-json` commandline option has been deprecated
211 * The `--tap` and `--log-tap` commandline options have been deprecated
212 * The `--self-update` and `--self-upgrade` commandline options have been deprecated (PHAR binary on…
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md110 …dRemoveFontStyles) option now defaults to `false`. This option will be deprecated in the future. U…
324 …ile`](http://docs.ckeditor.com/#!/api/CKEDITOR.env-property-mobile) as deprecated. The reason is t…
630 …g.autoParagraph`](http://docs.ckeditor.com/#!/api/CKEDITOR.config-cfg-autoParagraph) as deprecated.
770 * [#9504](http://dev.ckeditor.com/ticket/9504): Stopped using deprecated `attribute.specified` in a…
777 …forePaste`](http://docs.ckeditor.com/#!/api/CKEDITOR.editor-event-beforePaste) event as deprecated.

123456