Home
last modified time | relevance | path

Searched refs:RuntimeException (Results 226 – 250 of 594) sorted by relevance

12345678910>>...24

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Indices/
H A DPutMapping.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
49 throw new RuntimeException('Missing parameter for the endpoint indices.put_mapping');
H A DExistsAlias.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
36 throw new RuntimeException(
H A DCloneIndices.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
41 throw new RuntimeException('Missing parameter for the endpoint indices.clone');
H A DShrink.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
41 throw new RuntimeException('Missing parameter for the endpoint indices.shrink');
H A DSplit.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
41 throw new RuntimeException('Missing parameter for the endpoint indices.split');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Rollup/
H A DRollupSearch.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
35 throw new RuntimeException(
H A DRollup.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
41 throw new RuntimeException('Missing parameter for the endpoint rollup.rollup');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Graph/
H A DExplore.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
35 throw new RuntimeException(
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Ml/
H A DGetInfluencers.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint ml.get_influencers');
H A DGetRecords.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint ml.get_records');
H A DGetOverallBuckets.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
40 throw new RuntimeException('Missing parameter for the endpoint ml.get_overall_buckets');
H A DPutTrainedModelAlias.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
42 throw new RuntimeException('Missing parameter for the endpoint ml.put_trained_model_alias');
H A DUpgradeJobSnapshot.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
42 throw new RuntimeException('Missing parameter for the endpoint ml.upgrade_job_snapshot');
H A DDeleteCalendarEvent.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
42 throw new RuntimeException('Missing parameter for the endpoint ml.delete_calendar_event');
H A DDeleteCalendarJob.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
42 throw new RuntimeException('Missing parameter for the endpoint ml.delete_calendar_job');
H A DDeleteTrainedModelAlias.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
42 throw new RuntimeException('Missing parameter for the endpoint ml.delete_trained_model_alias');
H A DDeleteModelSnapshot.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
42 throw new RuntimeException('Missing parameter for the endpoint ml.delete_model_snapshot');
H A DPutCalendarJob.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
42 throw new RuntimeException('Missing parameter for the endpoint ml.put_calendar_job');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php22 use Elasticsearch\Common\Exceptions\RuntimeException; alias
194 * @throws Common\Exceptions\RuntimeException
215 throw new RuntimeException("Unknown parameters provided: $unknown");
225 * @throws \RuntimeException
239 throw new \RuntimeException('Elasticsearch-PHP requires cURL, or a custom HTTP handler.');
248 * @throws \RuntimeException
255 throw new \RuntimeException('CurlMulti handler requires cURL.');
262 * @throws \RuntimeException
269 throw new \RuntimeException('CurlSingle handler requires cURL.');
760 * @throws RuntimeException
[all...]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Source/
H A DFilesystemSource.php41 * @throws RuntimeException when a source file cannot be read
57 … throw new RuntimeException(sprintf('Failed to read source file "%s".', $this->fileName));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Security/
H A DGetServiceCredentials.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
42 throw new RuntimeException('Missing parameter for the endpoint security.get_service_credentials');
H A DDeletePrivileges.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
42 throw new RuntimeException('Missing parameter for the endpoint security.delete_privileges');
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DRangeRetrieval.php19 use FreeDSx\Ldap\Exception\RuntimeException;
140 throw new RuntimeException(sprintf(
146 throw new RuntimeException(sprintf(
172 throw new RuntimeException(sprintf(
17 use FreeDSx\Ldap\Exception\RuntimeException; global() alias
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/
H A DDelete.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
42 throw new RuntimeException('Missing parameter for the endpoint snapshot.delete');
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DPutScript.php19 use Elasticsearch\Common\Exceptions\RuntimeException; alias
36 throw new RuntimeException(

12345678910>>...24