Home
last modified time | relevance | path

Searched refs:Snapshot (Results 26 – 42 of 42) sorted by path

12

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/
H A DCreate.php17 namespace Elasticsearch\Endpoints\Snapshot;
H A DCreateRepository.php17 namespace Elasticsearch\Endpoints\Snapshot;
H A DDelete.php17 namespace Elasticsearch\Endpoints\Snapshot;
H A DDeleteRepository.php17 namespace Elasticsearch\Endpoints\Snapshot;
H A DGet.php17 namespace Elasticsearch\Endpoints\Snapshot;
H A DGetRepository.php17 namespace Elasticsearch\Endpoints\Snapshot;
H A DRepositoryAnalyze.php17 namespace Elasticsearch\Endpoints\Snapshot;
H A DRestore.php17 namespace Elasticsearch\Endpoints\Snapshot;
H A DStatus.php17 namespace Elasticsearch\Endpoints\Snapshot;
H A DVerifyRepository.php17 namespace Elasticsearch\Endpoints\Snapshot;
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1387 - Add snapshot / restore functionality (Elastica\Snapshot) [#566](https://github.com/ruflin/Elastica/issues/566/)
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSnapshot.php9 use Elasticsearch\Endpoints\Snapshot\Restore;
12 * Class Snapshot.
16 class Snapshot
130 throw new NotFoundException("Snapshot '".$name."' does not exist in repository '".$repository."'.");
14 class Snapshot global() class
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php11 use SebastianBergmann\GlobalState\Snapshot; alias
2251 if (!$this->snapshot instanceof Snapshot) {
2288 * @return Snapshot
2317 return new Snapshot(
2332 * @param Snapshot $before
2333 * @param Snapshot $after
2337 private function compareGlobalStateSnapshots(Snapshot $before, Snapshot $after)
/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
H A DCodeExporter.php19 * @param Snapshot $snapshot
22 public function constants(Snapshot $snapshot)
39 * @param Snapshot $snapshot
42 public function iniSettings(Snapshot $snapshot)
H A DRestorer.php23 * @param Snapshot $snapshot
27 public function restoreFunctions(Snapshot $snapshot)
43 * @param Snapshot $snapshot
45 public function restoreGlobalVariables(Snapshot $snapshot)
71 * @param Snapshot $snapshot
73 public function restoreStaticAttributes(Snapshot $snapshot)
75 …$current = new Snapshot($snapshot->blacklist(), false, false, false, false, true, false, false,…
115 * @param Snapshot $snapshot
118 private function restoreSuperGlobalArray(Snapshot $snapshot, $superGlobalArray)
H A DSnapshot.php19 class Snapshot class
/plugin/findologicxmlexport/vendor/sebastian/global-state/tests/
H A DSnapshotTest.php30 …$snapshot = new Snapshot($blacklist, false, true, false, false, false, false, false, false, false);
42 …$snapshot = new Snapshot($this->getBlacklist(), false, false, true, false, false, false, false, fa…
50 …$snapshot = new Snapshot($this->getBlacklist(), false, false, false, true, false, false, false, fa…
68 …$snapshot = new Snapshot($this->getBlacklist(), false, false, false, false, true, false, false, fa…
77 …$snapshot = new Snapshot($this->getBlacklist(), false, false, false, false, false, true, false, fa…
91 …$snapshot = new Snapshot($this->getBlacklist(), false, false, false, false, false, false, true, fa…
97 …$snapshot = new Snapshot($this->getBlacklist(), false, false, false, false, false, false, false, t…
106 …$snapshot = new Snapshot($this->getBlacklist(), false, false, false, false, false, false, false, f…

12