Home
last modified time | relevance | path

Searched refs:deprecated (Results 1 – 25 of 140) sorted by relevance

123456

/plugin/findologicxmlexport/vendor/twig/twig/doc/
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 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.' %}
/plugin/jplayer/vendor/symfony/process/
H A DCHANGELOG.md7 * deprecated the ProcessBuilder class
8 …* deprecated calling `Process::start()` without setting a valid working directory beforehand (via …
15 * deprecated the `ProcessUtils::escapeArgument()` method
16 * deprecated not inheriting environment variables
17 * deprecated configuring `proc_open()` options
18 * deprecated configuring enhanced Windows compatibility
19 * deprecated configuring enhanced sigchild compatibility
26 * deprecation: Process::setStdin() is deprecated in favor of Process::setInput()
27 * deprecation: Process::getStdin() is deprecated in favor of Process::getInput()
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DDeprecationStatus.php29 public $deprecated; variable in Google\\Service\\Compute\\DeprecationStatus
60 public function setDeprecated($deprecated) argument
62 $this->deprecated = $deprecated;
69 return $this->deprecated;
H A DAcceleratorType.php74 public function setDeprecated(DeprecationStatus $deprecated) argument
76 $this->deprecated = $deprecated;
83 return $this->deprecated;
H A DZone.php97 public function setDeprecated(DeprecationStatus $deprecated) argument
99 $this->deprecated = $deprecated;
106 return $this->deprecated;
H A DRegion.php81 public function setDeprecated(DeprecationStatus $deprecated) argument
83 $this->deprecated = $deprecated;
90 return $this->deprecated;
H A DDiskType.php96 public function setDeprecated(DeprecationStatus $deprecated) argument
98 $this->deprecated = $deprecated;
105 return $this->deprecated;
H A DNodeType.php100 public function setDeprecated(DeprecationStatus $deprecated) argument
102 $this->deprecated = $deprecated;
109 return $this->deprecated;
H A DMachineType.php113 public function setDeprecated(DeprecationStatus $deprecated) argument
115 $this->deprecated = $deprecated;
122 return $this->deprecated;
H A DImage.php163 public function setDeprecated(DeprecationStatus $deprecated) argument
165 $this->deprecated = $deprecated;
172 return $this->deprecated;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessBusinessInformation/
H A DAttributeMetadata.php26 public $deprecated; variable in Google\\Service\\MyBusinessBusinessInformation\\AttributeMetadata
53 public function setDeprecated($deprecated) argument
55 $this->deprecated = $deprecated;
62 return $this->deprecated;
/plugin/combo/vendor/symfony/process/
H A DCHANGELOG.md27 * deprecated `Process::inheritEnvironmentVariables()`: env variables are always inherited.
34 * deprecated passing a command as string when creating a `Process` instance
35 * deprecated the `Process::setCommandline()` and the `PhpProcess::setPhpBinary()` methods
66 * deprecated the ProcessBuilder class
67 * deprecated calling `Process::start()` without setting a valid working directory beforehand (via `setWorkingDirectory()` or constructor)
74 * deprecated the `ProcessUtils::escapeArgument()` method
75 * deprecated not inheriting environment variables
76 * deprecated configuring `proc_open()` options
77 * deprecated configuring enhanced Windows compatibility
78 * deprecated configurin
[all...]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BigQueryDataTransfer/
H A DDataSourceParameter.php30 public $deprecated; variable in Google\\Service\\BigQueryDataTransfer\\DataSourceParameter
97 public function setDeprecated($deprecated) argument
99 $this->deprecated = $deprecated;
106 return $this->deprecated;
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/deprecated/
H A Dtemplate.legacy.test2 Deprecating a template with "deprecated" tag
6 {% deprecated 'The "index.twig" template is deprecated, use "greeting.twig" instead.' %}
H A Dblock.legacy.test2 Deprecating a block with "deprecated" tag
10 {% deprecated 'The "welcome" block is deprecated, use "hello" instead.' %}
H A Dmacro.legacy.test2 Deprecating a macro with "deprecated" tag
10 {% deprecated 'The "welcome" macro is deprecated, use "hello" instead.' %}
/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/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dbreaking-changes.asciidoc5 ==== E_USER_DEPRECATED notice when using deprecated parameters
9 every time you use a deprecated parameters for {es}. We decided to add this
30 {es} 7.0 deprecated APIs that accept types, introduced new typeless APIs, and
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DBREAKING_CHANGES.md3 - Using a deprecated parameter is notified triggering a [E_USER_DEPRECATED](https://www.php.net/manual/en/errorfunc.constants.php)
4 error (e.g. using the `type` parameter will generate a `Specifying types in urls has been deprecated`
15 - Elasticsearch 7.0 deprecated APIs that accept types, introduced new typeless
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md50 * deprecated accepting STDIN implicitly when using the `lint:yaml` command, use `lint:yaml -` (append a dash) instead to make it explicit.
55 * Using a mapping inside a multi-line string is deprecated and will throw a `ParseException` in 5.0.
105 * Support for the `!str` tag is deprecated, use the `!!str` tag instead.
114 deprecated and will throw a `ParseException` in Symfony 4.0.
147 * Omitting the key of a mapping is deprecated and will throw a `ParseException` in Symfony 4.0.
158 * Mappings with a colon (`:`) that is not followed by a whitespace are deprecated
169 deprecated and will lead to a `ParseException` in Symfony 4.0.
219 escaping those characters (when surrounded by double-quotes) is deprecated.
/plugin/formatplus2/
H A DREADME.md4 This fork only tries to fix the deprecated `jQuery.browser` type error (at the moment). I have e-ma…
6 I found that `jQuery.browser` type is deprecated since jQuery 1.9, so I have inserted a snippet fou…
/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/elasticsearch/vendor/symfony/deprecation-contracts/
H A DREADME.md19 trigger_deprecation('symfony/blockchain', '8.9', 'Using "%s" is deprecated, use "%s" instead.', 'bitcoin', 'fabcoin');
23 `Since symfony/blockchain 8.9: Using "bitcoin" is deprecated, use "fabcoin" instead.`
/plugin/combo/vendor/symfony/deprecation-contracts/
H A DREADME.md19 trigger_deprecation('symfony/blockchain', '8.9', 'Using "%s" is deprecated, use "%s" instead.', 'bitcoin', 'fabcoin');
23 `Since symfony/blockchain 8.9: Using "bitcoin" is deprecated, use "fabcoin" instead.`

123456