Home
last modified time | relevance | path

Searched refs:trigger_error (Results 76 – 100 of 209) sorted by path

123456789

/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 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);
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);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DMTermVectors.php36 @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 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 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 DTermVectors.php43 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
H A DUpdate.php48 @trigger_error('Specifying types in urls has been deprecated', E_USER_DEPRECATED);
H A DUpdateByQuery.php42 @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/ezimuel/guzzlestreams/src/
H A DStreamDecoratorTrait.php41 trigger_error('StreamDecorator::__toString exception: '
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/Client/
H A DStreamHandler.php403 trigger_error("URL is invalid: {$url}", E_USER_WARNING);
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md948 - trigger_error with E_USER_DEPRECATE added to deprecated places
/plugin/elasticsearch/vendor/symfony/deprecation-contracts/
H A Dfunction.php25 @trigger_error(($package || $version ? "Since $package $version: " : '').($args ? vsprintf($message, $args) : $message), \E_USER_DEPRECATED);
/plugin/fckg/action/
H A Dedit.php2613 trigger_error("Unable to resolve render class $rclass",E_USER_WARNING);
/plugin/fedauth/Auth/
H A DOpenID.php254 trigger_error("Auth_OpenID::arrayGet (key = ".$key.") expected " .
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php137 trigger_error(sprintf($fmt, $assoc_type), E_USER_ERROR);
229 trigger_error('Unexpected key values: ' . var_export($keys, true),
242 trigger_error('Unknown version: ' . $version, E_USER_WARNING);
H A DBigMath.php50 trigger_error($msg, E_USER_ERROR);
99 trigger_error("bytesToNum works only for positive integers.",

123456789