/plugin/findologicxmlexport/vendor/sebastian/global-state/src/ |
H A D | Restorer.php | 23 * @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 D | CodeExporter.php | 19 * @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 D | ProjectsLocationsInstancesSnapshots.php | 22 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 D | SnapshotTest.php | 30 …$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 D | UpdateSnapshotRequest.php | 22 protected $snapshotType = Snapshot::class; 30 * @param Snapshot 32 public function setSnapshot(Snapshot $snapshot) 37 * @return Snapshot
|
H A D | ListSnapshotsResponse.php | 27 protected $snapshotsType = Snapshot::class; 45 * @param Snapshot[] 52 * @return Snapshot[]
|
H A D | Snapshot.php | 20 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 D | ProjectsSnapshots.php | 25 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 D | ListSnapshotsResponse.php | 23 protected $snapshotsType = Snapshot::class; 27 * @param Snapshot[] 34 * @return Snapshot[]
|
H A D | Snapshot.php | 20 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 D | ListSnapshotsResponse.php | 27 protected $snapshotsType = Snapshot::class; 45 * @param Snapshot[] 52 * @return Snapshot[]
|
H A D | Snapshot.php | 20 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 D | SnapshotListResponse.php | 23 protected $itemsType = Snapshot::class; 35 * @param Snapshot[] 42 * @return Snapshot[]
|
H A D | Snapshot.php | 20 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 D | Snapshots.php | 20 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 D | ProjectsSnapshots.php | 21 use Google\Service\Dataflow\Snapshot; alias 42 * @return Snapshot 48 return $this->call('get', [$params], Snapshot::class);
|
H A D | ProjectsLocationsSnapshots.php | 22 use Google\Service\Dataflow\Snapshot; alias 58 * @return Snapshot 64 return $this->call('get', [$params], Snapshot::class);
|
H A D | ProjectsJobs.php | 23 use Google\Service\Dataflow\Snapshot; alias 174 * @return Snapshot 180 return $this->call('snapshot', [$params], Snapshot::class);
|
H A D | ProjectsLocationsJobs.php | 24 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 D | Snapshots.php | 24 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 D | RegionDisks.php | 29 use Google\Service\Compute\Snapshot; alias 81 * @param Snapshot $postBody 96 public function createSnapshot($project, $region, $disk, Snapshot $postBody, $optParams = [])
|
H A D | Disks.php | 28 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 D | SnapshotList.php | 27 protected $itemsType = Snapshot::class; 59 * @param Snapshot[] 66 * @return Snapshot[]
|
H A D | Snapshot.php | 20 class Snapshot extends \Google\Collection class 455 class_alias(Snapshot::class, 'Google_Service_Compute_Snapshot');
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/ |
H A D | Snapshot.php | 9 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
|