Home
last modified time | relevance | path

Searched refs:repository (Results 126 – 150 of 210) sorted by path

123456789

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/
H A DCreateRepository.php31 protected $repository; variable in Elasticsearch\\Endpoints\\Snapshot\\CreateRepository
35 $repository = $this->repository ?? null;
37 if (isset($repository)) {
38 return "/_snapshot/$repository";
67 public function setRepository($repository): CreateRepository argument
69 if (isset($repository) !== true) {
72 $this->repository = $repository;
H A DDelete.php31 protected $repository; variable in Elasticsearch\\Endpoints\\Snapshot\\Delete
36 $repository = $this->repository ?? null;
39 if (isset($repository) && isset($snapshot)) {
40 return "/_snapshot/$repository/$snapshot";
57 public function setRepository($repository): Delete argument
59 if (isset($repository) !== true) {
62 $this->repository = $repository;
H A DDeleteRepository.php31 protected $repository; variable in Elasticsearch\\Endpoints\\Snapshot\\DeleteRepository
35 $repository = $this->repository ?? null;
37 if (isset($repository)) {
38 return "/_snapshot/$repository";
56 public function setRepository($repository): DeleteRepository argument
58 if (isset($repository) !== true) {
61 if (is_array($repository) === true) {
62 $repository = implode(",", $repository);
[all...]
H A DGet.php31 protected $repository; variable in Elasticsearch\\Endpoints\\Snapshot\\Get
36 $repository = $this->repository ?? null;
39 if (isset($repository) && isset($snapshot)) {
40 return "/_snapshot/$repository/$snapshot";
61 public function setRepository($repository): Get argument
63 if (isset($repository) !== true) {
66 $this->repository = $repository;
H A DGetRepository.php30 protected $repository; variable in Elasticsearch\\Endpoints\\Snapshot\\GetRepository
34 $repository = $this->repository ?? null;
36 if (isset($repository)) {
37 return "/_snapshot/$repository";
55 public function setRepository($repository): GetRepository argument
57 if (isset($repository) !== true) {
60 if (is_array($repository) === true) {
61 $repository = implode(",", $repository);
[all...]
H A DRepositoryAnalyze.php31 protected $repository; variable in Elasticsearch\\Endpoints\\Snapshot\\RepositoryAnalyze
35 $repository = $this->repository ?? null;
37 if (isset($repository)) {
38 return "/_snapshot/$repository/_analyze";
65 public function setRepository($repository): RepositoryAnalyze argument
67 if (isset($repository) !== true) {
70 $this->repository = $repository;
H A DRestore.php31 protected $repository; variable in Elasticsearch\\Endpoints\\Snapshot\\Restore
36 $repository = $this->repository ?? null;
39 if (isset($repository) && isset($snapshot)) {
40 return "/_snapshot/$repository/$snapshot/_restore";
68 public function setRepository($repository): Restore argument
70 if (isset($repository) !== true) {
73 $this->repository = $repository;
H A DStatus.php30 protected $repository; variable in Elasticsearch\\Endpoints\\Snapshot\\Status
35 $repository = $this->repository ?? null;
38 if (isset($repository) && isset($snapshot)) {
39 return "/_snapshot/$repository/$snapshot/_status";
41 if (isset($repository)) {
42 return "/_snapshot/$repository/_status";
60 public function setRepository($repository): Status argument
62 if (isset($repository) !== true) {
65 $this->repository
[all...]
H A DVerifyRepository.php31 protected $repository; variable in Elasticsearch\\Endpoints\\Snapshot\\VerifyRepository
35 $repository = $this->repository ?? null;
37 if (isset($repository)) {
38 return "/_snapshot/$repository/_verify";
56 public function setRepository($repository): VerifyRepository argument
58 if (isset($repository) !== true) {
61 $this->repository = $repository;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DCatNamespace.php562 * Returns all snapshots in a specific repository.
564 * $params['repository'] = (list) Name of repository from which to fetch the snapshot information
580 $repository = $this->extractArgument($params, 'repository');
585 $endpoint->setRepository($repository);
H A DSearchableSnapshotsNamespace.php82 * $params['repository'] = (string) The name of the repository containing the snapshot of the index to mount
98 $repository = $this->extractArgument($params, 'repository');
105 $endpoint->setRepository($repository);
114 * $params['repository'] = (string) The repository for which to get the stats for
125 $repository = $this->extractArgument($params, 'repository');
130 $endpoint->setRepository($repository);
[all...]
H A DSnapshotNamespace.php31 * Removes stale data from repository.
33 * $params['repository'] = (string) A repository name
43 $repository = $this->extractArgument($params, 'repository');
48 $endpoint->setRepository($repository);
53 * Clones indices from one snapshot into another snapshot in the same repository.
55 * $params['repository'] = (string) A repository name
67 $repository
[all...]
/plugin/elasticsearch/vendor/psr/log/
H A DREADME.md4 This repository holds all interfaces/classes/traits related to
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSnapshot.php29 * Register a snapshot repository.
31 * @param string $name the name of the repository
32 * @param string $type the repository type ("fs" for file system)
33 * @param array $settings Additional repository settings. If type "fs" is used, the "location" setting must be provided.
52 * Retrieve a repository record by name.
54 * @param string $name the name of the desired repository
79 * Retrieve all repository records.
95 * @param string $repository the name of the repository in which this snapshot should be stored
106 public function createSnapshot($repository, argument
90 createSnapshot($repository, $name, $options = [], $waitForCompletion = false) global() argument
128 getAllSnapshots($repository) global() argument
141 deleteSnapshot($repository, $name) global() argument
156 restoreSnapshot($repository, $name, $options = [], $waitForCompletion = false) global() argument
[all...]
/plugin/exttab1/
H A DREADME1 This is the source repository for the exttab1 plugin for DokuWiki (http://www.dokuwiki.org)
/plugin/exttab2/
H A DREADME.md10 Note: This repository is only for better accessibility for source.
/plugin/findologicxmlexport/
H A DREADME.md24 1. Download this repository
/plugin/findologicxmlexport/vendor/findologic/libflexport/
H A DREADME.md60 If you want to contribute to this project, feel free to fork the repository. Afterwards you can cre…
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCONTRIBUTING.md11 The coding standard rules are defined in the **phpcs.xml.dist** file (part of this repository).
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCONTRIBUTING.md11 The coding standard rules are defined in the **phpcs.xml.dist** file (part of this repository).
/plugin/findologicxmlexport/vendor/sebastian/version/
H A DREADME.md40 * If `$path` is not (part of) a Git repository and `$release` is in `X.Y.Z` format then `$release` …
41 * If `$path` is not (part of) a Git repository and `$release` is in `X.Y` format then `$release` is…
42 * If `$path` is (part of) a Git repository and `$release` is in `X.Y.Z` format then the output of `…
43 * If `$path` is (part of) a Git repository and `$release` is in `X.Y` format then a string is retur…
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DREADME.md13 in the [main Symfony repository](https://github.com/symfony/symfony)
/plugin/findologicxmlexport/vendor/twig/extensions/
H A DREADME.rst4 This repository hosts Twig Extensions that do not belong to the core but can
7 Fork this repository, add your extension, and request a pull.
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG806 * removed the grammar and simple token parser (moved to the Twig Extensions repository)
834 * the i18n extension is now part of the Twig Extensions repository
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst588 extension repository: https://github.com/twigphp/Twig-extensions.
992 Fixtures examples can be found within the Twig repository
999 ``\Twig\Test\NodeTestCase``. Examples can be found in the Twig repository

123456789