Home
last modified time | relevance | path

Searched refs:E_USER_DEPRECATED (Results 26 – 50 of 130) sorted by last modified time

123456

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DExistsType.php37 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
H A DPutMapping.php37 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
H A DValidateQuery.php36 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
H A DGetFieldMapping.php44 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
H A DGetMapping.php36 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md898 - Elastica\Query\Filtered triggers E_USER_DEPRECATED error because filtered query is deprecated since ES 2.0.0-beta1. Use BoolQuery instead.
899 - Elastica\QueryBuilder\DSL\Query::filtered() triggers E_USER_DEPRECATED error because filtered query is deprecated since ES 2.0.0-beta1. Use bool() instead.
914 - Elastica\Query\Builder trigger E_USER_DEPRECATED error when you try use it.
915 - Elastica\Filter\Bool and Elastica\Query\Bool trigger E_USER_DEPRECATED error when you try use them.
916 - Elastica\Query\Fuzzy:addField method trigger E_USER_DEPRECATED error
917 - Elastica\Query\FunctionScore:addBoostFactorFunction method trigger E_USER_DEPRECATED error
918 - Elastica\Query:setLimit method trigger E_USER_DEPRECATED error
919 - Elastica\Document:add method trigger E_USER_DEPRECATED error
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DScroll.php36 @trigger_error('A scroll id can be quite large and should be specified as part of the body', E_USER_DEPRECATED);
H A DSearch.php36 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
H A DSearchTemplate.php36 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
H A DClearScroll.php36 @trigger_error('A scroll id can be quite large and should be specified as part of the body', E_USER_DEPRECATED);
H A DExplain.php48 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
H A DGet.php48 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
H A DIndex.php43 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
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);
H A DMget.php36 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
H A DMTermVectors.php36 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Monitoring/
H A DBulk.php43 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Rollup/
H A DRollupSearch.php42 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Graph/
H A DExplore.php42 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md675 - You can now enable E_USER_DEPRECATED warnings to see if you are using any deprecated methods.:
H A DCHANGELOG.md748 Now triggering an E_USER_DEPRECATED warning when used. Use `$message->getHeader()->parseParams()`.
771 * You can now enable E_USER_DEPRECATED warnings to see if you are using a deprecated method by sett…
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php151 … @trigger_error('idn_to_ascii(): INTL_IDNA_VARIANT_2003 is deprecated', \E_USER_DEPRECATED);
204 … @trigger_error('idn_to_utf8(): INTL_IDNA_VARIANT_2003 is deprecated', \E_USER_DEPRECATED);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
H A DBadResponseException.php22 E_USER_DEPRECATED
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUri.php804 E_USER_DEPRECATED

123456