Home
last modified time | relevance | path

Searched refs:Snapshot (Results 26 – 42 of 42) sorted by last modified time

12

/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/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DListSnapshotsResponse.php23 protected $snapshotsType = Snapshot::class;
27 * @param Snapshot[]
34 * @return Snapshot[]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/
H A DSnapshot.php20 class Snapshot extends \Google\Model class
98 class_alias(Snapshot::class, 'Google_Service_Pubsub_Snapshot');
H A DUpdateSnapshotRequest.php22 protected $snapshotType = Snapshot::class;
30 * @param Snapshot
32 public function setSnapshot(Snapshot $snapshot)
37 * @return Snapshot
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/
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 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 = [])
/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/Dataflow/Resource/
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);
H A DProjectsSnapshots.php21 use Google\Service\Dataflow\Snapshot; alias
42 * @return Snapshot
48 return $this->call('get', [$params], Snapshot::class);
/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/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 DSnapshot.php19 class Snapshot class
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)
/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/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