/plugin/elasticsearch/vendor/symfony/deprecation-contracts/ |
H A D | README.md | 4 A generic function and convention to trigger deprecation notices. 6 This package provides a single global function named `trigger_deprecation()` that triggers silenced deprecation notices. 12 - the name of the Composer package that is triggering the deprecation 13 - the version of the package that introduced the deprecation 14 - the message of the deprecation 25 While not necessarily recommended, the deprecation notices can be completely ignored by declaring an empty
|
/plugin/combo/vendor/symfony/deprecation-contracts/ |
H A D | README.md | 4 A generic function and convention to trigger deprecation notices. 6 This package provides a single global function named `trigger_deprecation()` that triggers silenced deprecation notices. 12 - the name of the Composer package that is triggering the deprecation 13 - the version of the package that introduced the deprecation 14 - the message of the deprecation 25 While not necessarily recommended, the deprecation notices can be completely ignored by declaring an empty
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/ |
H A D | deprecated.rst | 7 Twig generates a deprecation notice (via a call to the ``trigger_error()`` 29 Note that by default, the deprecation notices are silenced and never displayed nor logged. 30 See :ref:`deprecation-notices` to learn how to handle them.
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/ |
H A D | Generator.php | 1012 …deprecated[ \t]*+(.*?)\r?+\n[ \t]*+\*(?:[ \t]*+@|/$)#s', $method->getDocComment(), $deprecation)) { 1013 … $deprecation = trim(preg_replace('#[ \t]*\r?\n[ \t]*+\*[ \t]*+#', ' ', $deprecation[1])); 1015 $deprecation = false; 1030 $deprecation, 1047 * @param string|false $deprecation 1052 …= '', $reference = '', $callOriginalMethods = false, $static = false, $deprecation = false, $allow… argument 1077 if (false !== $deprecation) { 1078 … $deprecation = "The $className::$methodName method is deprecated ($deprecation)."; 1083 'deprecation' => var_export($deprecation, true), 1087 $deprecation = $deprecationTemplate->render(); [all …]
|
/plugin/jplayer/vendor/symfony/process/ |
H A D | CHANGELOG.md | 26 * deprecation: Process::setStdin() is deprecated in favor of Process::setInput() 27 * deprecation: Process::getStdin() is deprecated in favor of Process::getInput() 28 * deprecation: Process::setInput() and ProcessBuilder::setInput() do not accept non-scalar types
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Generator/ |
H A D | deprecation.tpl.dist | 2 @trigger_error({deprecation}, E_USER_DEPRECATED);
|
H A D | mocked_method_void.tpl.dist | 3 {{deprecation}
|
H A D | mocked_method.tpl.dist | 3 {{deprecation}
|
/plugin/combo/vendor/symfony/process/ |
H A D | CHANGELOG.md | 85 * deprecation: Process::setStdin() is deprecated in favor of Process::setInput() 86 * deprecation: Process::getStdin() is deprecated in favor of Process::getInput() 87 * deprecation: Process::setInput() and ProcessBuilder::setInput() do not accept non-scalar types
|
/plugin/elasticsearch/ |
H A D | composer.lock | 437 "symfony/deprecation-contracts": "^2.2 || ^3.0", 487 "name": "symfony/deprecation-contracts", 491 "url": "https://github.com/symfony/deprecation-contracts.git", 496 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/80d075412b557d41002320b96a096ca65aa2c98d", 532 "description": "A generic function and convention to trigger deprecation notices", 535 "source": "https://github.com/symfony/deprecation-contracts/tree/2.5"
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
H A D | deprecated.rst | 11 As of Twig 1.21, Twig generates deprecation notices when a template uses 12 deprecated features. See :ref:`deprecation-notices` for more information. 42 deprecated. You have two options to avoid the deprecation notice: if you 50 deprecation notices.
|
H A D | recipes.rst | 12 Deprecated features generate deprecation notices (via a call to the 28 catches deprecation notices, and return them. 52 Note that most deprecation notices are triggered during **compilation**, so 57 If you want to manage the deprecation notices from your PHPUnit tests, have
|
H A D | advanced.rst | 291 When a filter is deprecated, Twig emits a deprecation notice when compiling a 292 template using it. See :ref:`deprecation-notices` for more information.
|
H A D | api.rst | 319 ``\Twig\Loader\SourceContextLoaderInterface`` to avoid deprecation notices.
|
/plugin/combo/ |
H A D | composer.lock | 380 "name": "symfony/deprecation-contracts", 384 "url": "https://github.com/symfony/deprecation-contracts.git", 389 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/e8b495ea28c1d97b5e0c121748d6f9b53d075c66", 425 "description": "A generic function and convention to trigger deprecation notices", 428 "source": "https://github.com/symfony/deprecation-contracts/tree/v2.5.2" 772 "symfony/deprecation-contracts": "^2.1|^3",
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/ |
H A D | BREAKING_CHANGES.md | 5 deprecation message).
|
H A D | CHANGELOG.md | 131 - We added the suppress operator `@` for the deprecation messages `@trigger_error()`. 134 Using the `@` operator is still possible to intercept the deprecation message using
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | per-request-configuration.asciidoc | 13 https://www.elastic.co/guide/en/elasticsearch/reference/7.4/logging.html#deprecation-logging[deprecation logs],
|
H A D | release-notes.asciidoc | 227 * We added the suppress operator `@` for the deprecation messages 231 Using the `@` operator is still possible to intercept the deprecation message
|
/plugin/elasticsearch/vendor/react/promise/ |
H A D | CHANGELOG.md | 29 * Feature: Support union types and address deprecation of `ReflectionType::getClass()` (PHP 8+).
|
/plugin/findologicxmlexport/vendor/twig/twig/ |
H A D | CHANGELOG | 97 * fixed deprecation when using Twig_Profiler_Dumper_Html 140 * fixed deprecation notice in Twig_Util_DeprecationCollector 170 * improved a deprecation message 213 * added a missing deprecation notice 302 * fixed variable names for the deprecation triggering code 313 * added deprecation notices for deprecated features 314 * added a deprecation "framework" for filters/functions/tests and test fixtures
|
/plugin/commonmark/vendor/league/commonmark/ |
H A D | CHANGELOG.md | 164 - Fixed `symfony/deprecation-contracts` constraint 168 - Removed deprecation trigger from `MarkdownConverterInterface` to reduce noise 198 - Added missing return type to `Environment::dispatch()` to fix deprecation warning (#778) 210 - Fixed PHP 8.1 deprecation warning (#759, #762)
|
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/ |
H A D | composer.lock | 2484 "symfony/deprecation-contracts": "^2.1|^3", 2565 "name": "symfony/deprecation-contracts", 2569 "url": "https://github.com/symfony/deprecation-contracts.git", 2574 "url": "https://api.github.com/repos/symfony/deprecation-contracts/zipball/1ee04c65529dea5d8744774d474e7cbd2f1206d3", 2610 "description": "A generic function and convention to trigger deprecation notices", 2613 "source": "https://github.com/symfony/deprecation-contracts/tree/v3.2.0" 2936 "symfony/deprecation-contracts": "^2.1|^3"
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/ |
H A D | CHANGELOG.md | 153 - Rriggering of silenced deprecation warnings.
|
/plugin/elasticsearch/vendor/ruflin/elastica/ |
H A D | CHANGELOG.md | 81 * Fixed `DateHistogram` deprecation: use `fixed_interval` or `calendar_interval` instead of `interval` by @VincentLanglet [#2099](https://github.com/ruflin/Elastica/pull/2099) 90 * Added support for `symfony/deprecation-contracts` 3.0 by @rguennichi [#2047](https://github.com/ruflin/Elastica/pull/2047) 113 * Triggered deprecation in `Elastica\Result::getType()` method by @deguif [#2016](https://github.com/ruflin/Elastica/pull/2016) 197 * Added `symfony/deprecation-contracts` package to handle deprecations [#1823](https://github.com/ruflin/Elastica/pull/1823) 535 - The disable_coord parameter of the bool and common_terms queries has been removed. If provided, it will be ignored and issue a deprecation warning. [#1369](https://github.com/ruflin/Elastica/pull/1369) 577 - Fix elastic 5.3.x deprecation warning related to Content-Type not being set. 975 - Added exceptions of deprecated transports to deprecation list 1023 - Removed deprecation for Elastica\Type::deleteByQuery [#875](https://github.com/ruflin/Elastica/pull/875) 1077 - Added deprecation notice to Elastica\Transport\Thrift, Elastica\Transport\Memcached and Elastica\Type::deleteByQuery [#817](https://github.com/ruflin/Elastica/issues/817/)
|