Home
last modified time | relevance | path

Searched refs:E_USER_DEPRECATED (Results 76 – 100 of 130) sorted by relevance

123456

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DMsearch.php44 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
H A DMsearchTemplate.php44 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
/plugin/jplayer/vendor/symfony/process/
H A DPhpProcess.php50 …ctor is deprecated since Symfony 3.3 and will be removed in 4.0.', __CLASS__), \E_USER_DEPRECATED);
H A DProcessUtils.php43 …mand line array or give env vars to the Process::start/run() method instead.', \E_USER_DEPRECATED);
H A DProcessBuilder.php14 …ll be removed in 4.0. Use the Process class instead.', ProcessBuilder::class), \E_USER_DEPRECATED);
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DArrayLoader.php56 …is deprecated since 1.27. Use getSourceContext() instead.', \get_class($this)), E_USER_DEPRECATED);
H A DFilesystemLoader.php141 …is deprecated since 1.27. Use getSourceContext() instead.', \get_class($this)), E_USER_DEPRECATED);
175 …upporting this argument is deprecated since version 1.27.', \get_class($this)), E_USER_DEPRECATED);
H A DChainLoader.php55 …is deprecated since 1.27. Use getSourceContext() instead.', \get_class($this)), E_USER_DEPRECATED);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DErrorHandler.php73 } elseif ($errno == E_DEPRECATED || $errno == E_USER_DEPRECATED) {
/plugin/commonmark/vendor/league/commonmark/src/Extension/Autolink/
H A DInlineMentionParser.php
/plugin/commonmark/vendor/league/commonmark/src/Extension/HeadingPermalink/
H A DHeadingPermalinkRenderer.php
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DErrorHandler.php174 E_USER_DEPRECATED => LogLevel::NOTICE,
295 case E_USER_DEPRECATED:
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DAutoEscapeTokenParser.php60 … "true" or "false" before the strategy name is deprecated since version 1.21.', E_USER_DEPRECATED);
/plugin/commonmark/vendor/league/commonmark/bin/
H A Dcommonmark
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/Expression/
H A DBlockReferenceExpression.php31 …ent is deprecated since version 1.28 and will be removed in 2.0.', __METHOD__), E_USER_DEPRECATED);
H A DGetAttrExpression.php33 …n %s is deprecated since version 1.30 and will be removed in 2.0.', __CLASS__), E_USER_DEPRECATED);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DAsseticTokenParser.php166 …teNode is deprecated since 1.3. Overwrite %s instead.', __CLASS__, __METHOD__), E_USER_DEPRECATED);
190 …ince 1.3 and will be removed in 2.0. Use createBodyNode instead.', __METHOD__), E_USER_DEPRECATED);
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/
H A DTokenParserBroker.php36 …_CLASS__.' class is deprecated since version 1.12 and will be removed in 2.0.', E_USER_DEPRECATED);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DAmqpHandler.php47 …n using PhpAmqpLib, if using an AMQPExchange instance configure it beforehand', E_USER_DEPRECATED);
/plugin/combo/vendor/symfony/polyfill-ctype/
H A DCtype.php223 @trigger_error($function.'(): Argument of type int will be interpreted as string in the future', \E_USER_DEPRECATED);
/plugin/commonmark/vendor/league/commonmark/src/
H A DEnvironment.php
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DScssphpFilter.php56 … is deprecated. Use `%s` instead.', $formatter, $legacyFormatters[$formatter]), E_USER_DEPRECATED);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/
H A Dclass_with_deprecated_method.phpt44 …tedMethod::deprecatedMethod method is deprecated (this method is deprecated).', E_USER_DEPRECATED);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DLexer.php85 …nd will be removed in 2.0. Pass a \Twig\Source instance instead.', __METHOD__), E_USER_DEPRECATED);
92 …load" different from 0 is deprecated version 1.29 and will be removed in 2.0.', E_USER_DEPRECATED);
306 …21. Use "verbatim" instead in %s at line %d.', $this->filename, $this->lineno), E_USER_DEPRECATED);
/plugin/combo/vendor/composer/
H A DInstalledVersions.php357 @trigger_error('getRawData only returns the first dataset loaded, which may not be what you expect. Use getAllRawData() instead which returns all datasets for all autoloaders present in the process.', E_USER_DEPRECATED);

123456