Home
last modified time | relevance | path

Searched refs:Snapshot (Results 1 – 25 of 42) sorted by relevance

12

/plugin/findologicxmlexport/vendor/sebastian/global-state/src/
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 DCodeExporter.php19 * @param Snapshot $snapshot
22 public function constants(Snapshot $snapshot)
39 * @param Snapshot $snapshot
42 public function iniSettings(Snapshot $snapshot)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/Resource/
H A DProjectsLocationsInstancesSnapshots.php22 use Google\Service\CloudFilestore\Snapshot; alias
40 * @param Snapshot $postBody
49 public function create($parent, Snapshot $postBody, $optParams = [])
77 * @return Snapshot
83 return $this->call('get', [$params], Snapshot::class);
114 * @param Snapshot $postBody
121 public function patch($name, Snapshot $postBody, $optParams = [])
/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…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/
H A DUpdateSnapshotRequest.php22 protected $snapshotType = Snapshot::class;
30 * @param Snapshot
32 public function setSnapshot(Snapshot $snapshot)
37 * @return Snapshot
H A DListSnapshotsResponse.php27 protected $snapshotsType = Snapshot::class;
45 * @param Snapshot[]
52 * @return Snapshot[]
H A DSnapshot.php20 class Snapshot extends \Google\Model class
98 class_alias(Snapshot::class, 'Google_Service_Pubsub_Snapshot');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/Resource/
H A DProjectsSnapshots.php25 use Google\Service\Pubsub\Snapshot; alias
64 * @return Snapshot
70 return $this->call('create', [$params], Snapshot::class);
103 * @return Snapshot
109 return $this->call('get', [$params], Snapshot::class);
173 * @return Snapshot
179 return $this->call('patch', [$params], Snapshot::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DListSnapshotsResponse.php23 protected $snapshotsType = Snapshot::class;
27 * @param Snapshot[]
34 * @return Snapshot[]
H A DSnapshot.php20 class Snapshot extends \Google\Collection class
205 class_alias(Snapshot::class, 'Google_Service_Dataflow_Snapshot');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudFilestore/
H A DListSnapshotsResponse.php27 protected $snapshotsType = Snapshot::class;
45 * @param Snapshot[]
52 * @return Snapshot[]
H A DSnapshot.php20 class Snapshot extends \Google\Model class
134 class_alias(Snapshot::class, 'Google_Service_CloudFilestore_Snapshot');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/
H A DSnapshotListResponse.php23 protected $itemsType = Snapshot::class;
35 * @param Snapshot[]
42 * @return Snapshot[]
H A DSnapshot.php20 class Snapshot extends \Google\Model class
222 class_alias(Snapshot::class, 'Google_Service_Games_Snapshot');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Games/Resource/
H A DSnapshots.php20 use Google\Service\Games\Snapshot; alias
41 * @return Snapshot
47 return $this->call('get', [$params], Snapshot::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/Resource/
H A DProjectsSnapshots.php21 use Google\Service\Dataflow\Snapshot; alias
42 * @return Snapshot
48 return $this->call('get', [$params], Snapshot::class);
H A DProjectsLocationsSnapshots.php22 use Google\Service\Dataflow\Snapshot; alias
58 * @return Snapshot
64 return $this->call('get', [$params], Snapshot::class);
H A DProjectsJobs.php23 use Google\Service\Dataflow\Snapshot; alias
174 * @return Snapshot
180 return $this->call('snapshot', [$params], Snapshot::class);
H A DProjectsLocationsJobs.php24 use Google\Service\Dataflow\Snapshot; alias
177 * @return Snapshot
183 return $this->call('snapshot', [$params], Snapshot::class);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
H A DSnapshots.php24 use Google\Service\Compute\Snapshot; alias
75 * @return Snapshot
81 return $this->call('get', [$params], Snapshot::class);
108 * @param Snapshot $postBody
123 public function insert($project, Snapshot $postBody, $optParams = [])
H A DRegionDisks.php29 use Google\Service\Compute\Snapshot; alias
81 * @param Snapshot $postBody
96 public function createSnapshot($project, $region, $disk, Snapshot $postBody, $optParams = [])
H A DDisks.php28 use Google\Service\Compute\Snapshot; alias
142 * @param Snapshot $postBody
159 public function createSnapshot($project, $zone, $disk, Snapshot $postBody, $optParams = [])
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DSnapshotList.php27 protected $itemsType = Snapshot::class;
59 * @param Snapshot[]
66 * @return Snapshot[]
H A DSnapshot.php20 class Snapshot extends \Google\Collection class
455 class_alias(Snapshot::class, 'Google_Service_Compute_Snapshot');
/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

12