/plugin/findologicxmlexport/vendor/sebastian/global-state/src/ |
H A D | Restorer.php | 23 * @param Snapshot $snapshot 27 public function restoreFunctions(Snapshot $snapshot) argument 43 * @param Snapshot $snapshot 45 public function restoreGlobalVariables(Snapshot $snapshot) argument 47 $superGlobalArrays = $snapshot->superGlobalArrays(); 50 $this->restoreSuperGlobalArray($snapshot, $superGlobalArray); 53 $globalVariables = $snapshot->globalVariables(); 71 * @param Snapshot $snapshot 73 public function restoreStaticAttributes(Snapshot $snapshot) argument 115 * @param Snapshot $snapshot [all …]
|
H A D | CodeExporter.php | 19 * @param Snapshot $snapshot 22 public function constants(Snapshot $snapshot) argument 26 foreach ($snapshot->constants() as $name => $value) { 39 * @param Snapshot $snapshot 42 public function iniSettings(Snapshot $snapshot) argument 46 foreach ($snapshot->iniSettings() as $key => $value) {
|
H A D | Snapshot.php | 341 $snapshot = array(); 355 $snapshot[$name] = unserialize(serialize($value)); 360 if (!empty($snapshot)) { 361 $this->staticAttributes[$className] = $snapshot;
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/ |
H A D | Get.php | 24 * Elasticsearch API name snapshot.get 32 protected $snapshot; variable in Elasticsearch\\Endpoints\\Snapshot\\Get 37 $snapshot = $this->snapshot ?? null; 39 if (isset($repository) && isset($snapshot)) { 40 return "/_snapshot/$repository/$snapshot"; 42 throw new RuntimeException('Missing parameter for the endpoint snapshot.get'); 71 public function setSnapshot($snapshot): Get argument 73 if (isset($snapshot) !== true) { 76 if (is_array($snapshot) [all...] |
H A D | Status.php | 23 * Elasticsearch API name snapshot.status 31 protected $snapshot; variable in Elasticsearch\\Endpoints\\Snapshot\\Status 36 $snapshot = $this->snapshot ?? null; 38 if (isset($repository) && isset($snapshot)) { 39 return "/_snapshot/$repository/$snapshot/_status"; 70 public function setSnapshot($snapshot): Status argument 72 if (isset($snapshot) !== true) { 75 if (is_array($snapshot) === true) { 76 $snapshot [all...] |
H A D | Delete.php | 24 * Elasticsearch API name snapshot.delete 32 protected $snapshot; variable in Elasticsearch\\Endpoints\\Snapshot\\Delete 37 $snapshot = $this->snapshot ?? null; 39 if (isset($repository) && isset($snapshot)) { 40 return "/_snapshot/$repository/$snapshot"; 42 throw new RuntimeException('Missing parameter for the endpoint snapshot.delete'); 67 public function setSnapshot($snapshot): Delete argument 69 if (isset($snapshot) !== true) { 72 $this->snapshot [all...] |
H A D | Create.php | 24 * Elasticsearch API name snapshot.create 32 protected $snapshot; variable in Elasticsearch\\Endpoints\\Snapshot\\Create 37 $snapshot = $this->snapshot ?? null; 39 if (isset($repository) && isset($snapshot)) { 40 return "/_snapshot/$repository/$snapshot"; 42 throw new RuntimeException('Missing parameter for the endpoint snapshot.create'); 78 public function setSnapshot($snapshot): Create argument 80 if (isset($snapshot) !== true) { 83 $this->snapshot [all...] |
H A D | Restore.php | 24 * Elasticsearch API name snapshot.restore 32 protected $snapshot; variable in Elasticsearch\\Endpoints\\Snapshot\\Restore 37 $snapshot = $this->snapshot ?? null; 39 if (isset($repository) && isset($snapshot)) { 40 return "/_snapshot/$repository/$snapshot/_restore"; 42 throw new RuntimeException('Missing parameter for the endpoint snapshot.restore'); 78 public function setSnapshot($snapshot): Restore argument 80 if (isset($snapshot) !== true) { 83 $this->snapshot [all...] |
H A D | CloneSnapshot.php | 24 * Elasticsearch API name snapshot.clone 32 protected $snapshot; variable in Elasticsearch\\Endpoints\\Snapshot\\CloneSnapshot 38 $snapshot = $this->snapshot ?? null; 41 if (isset($repository) && isset($snapshot) && isset($target_snapshot)) { 42 return "/_snapshot/$repository/$snapshot/_clone/$target_snapshot"; 44 throw new RuntimeException('Missing parameter for the endpoint snapshot.clone'); 79 public function setSnapshot($snapshot): CloneSnapshot argument 81 if (isset($snapshot) !== true) { 84 $this->snapshot [all...] |
/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); 37 $this->assertEquals($expected, $snapshot->staticAttributes()); 42 …$snapshot = new Snapshot($this->getBlacklist(), false, false, true, false, false, false, false, fa… 43 $this->assertArrayHasKey('GLOBALSTATE_TESTSUITE', $snapshot->constants()); 50 …$snapshot = new Snapshot($this->getBlacklist(), false, false, false, true, false, false, false, fa… 51 $functions = $snapshot->functions(); 69 $classes = $snapshot->classes(); 78 $interfaces = $snapshot->interfaces(); 92 …$this->assertContains('SebastianBergmann\GlobalState\TestFixture\SnapshotTrait', $snapshot->traits… 98 $iniSettings = $snapshot->iniSettings(); [all …]
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/SearchableSnapshots/ |
H A D | Mount.php | 32 protected $snapshot; variable in Elasticsearch\\Endpoints\\SearchableSnapshots\\Mount 37 $snapshot = $this->snapshot ?? null; 39 if (isset($repository) && isset($snapshot)) { 40 return "/_snapshot/$repository/$snapshot/_mount"; 79 public function setSnapshot($snapshot): Mount argument 81 if (isset($snapshot) !== true) { 84 $this->snapshot = $snapshot;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/ |
H A D | SeekRequest.php | 25 public $snapshot; variable in Google\\Service\\Pubsub\\SeekRequest 34 public function setSnapshot($snapshot) argument 36 $this->snapshot = $snapshot; 43 return $this->snapshot;
|
H A D | UpdateSnapshotRequest.php | 32 public function setSnapshot(Snapshot $snapshot) argument 34 $this->snapshot = $snapshot; 41 return $this->snapshot;
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
H A D | SnapshotNamespace.asciidoc | 57 $params['snapshot'] = (string) The name of the snapshot to clone from 58 $params['target_snapshot'] = (string) The name of the cloned snapshot to create 60 $params['body'] = (array) The snapshot clone definition (Required) 74 $params['snapshot'] = (string) A snapshot name 77 $params['body'] = (array) The snapshot definition 108 $params['snapshot'] = (string) A snapshot name 122 $params['repository'] = (list) Name of the snapshot repositor [all...] |
H A D | SlmNamespace.asciidoc | 39 $params['policy_id'] = (string) The id of the snapshot lifecycle policy to remove 52 $params['policy_id'] = (string) The id of the snapshot lifecycle policy to be executed 77 $params['policy_id'] = (list) Comma-separated list of snapshot lifecycle policies to retrieve 114 $params['policy_id'] = (string) The id of the snapshot lifecycle policy 115 $params['body'] = (array) The snapshot lifecycle policy definition to register
|
H A D | SearchableSnapshotsNamespace.asciidoc | 52 $params['repository'] = (string) The name of the repository containing the snapshot of the index to mount 53 $params['snapshot'] = (string) The name of the snapshot of the index to mount 57 $params['body'] = (array) The restore configuration for mounting the snapshot as searchable (Required)
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/ |
H A D | SnapshotNamespace.php | 39 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/clean-up-snapshot-repo-api.html 53 * Clones indices from one snapshot into another snapshot in the same repository. 56 * $params['snapshot'] = (string) The name of the snapshot to clone from 57 * $params['target_snapshot'] = (string) The name of the cloned snapshot to create 59 * $params['body'] = (array) The snapshot clone definition (Required) 68 $snapshot = $this->extractArgument($params, 'snapshot'); 76 $endpoint->setSnapshot($snapshot); [all...] |
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AIPlatformNotebooks/ |
H A D | UpgradeHistoryEntry.php | 41 public $snapshot; variable in Google\\Service\\AIPlatformNotebooks\\UpgradeHistoryEntry 122 public function setSnapshot($snapshot) argument 124 $this->snapshot = $snapshot; 131 return $this->snapshot;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/Resource/ |
H A D | ProjectsSnapshots.php | 83 * @param string $snapshot Required. The name of the snapshot to delete. Format 88 public function delete($snapshot, $optParams = []) argument 90 $params = ['snapshot' => $snapshot]; 100 * @param string $snapshot Required. The name of the snapshot to get. Format is 105 public function get($snapshot, $optParams = []) argument 107 $params = ['snapshot' => $snapshot];
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/Resource/ |
H A D | Snapshots.php | 47 * @param string $snapshot Name of the Snapshot resource to delete. 62 public function delete($project, $snapshot, $optParams = []) argument 64 $params = ['project' => $project, 'snapshot' => $snapshot]; 73 * @param string $snapshot Name of the Snapshot resource to return. 77 public function get($project, $snapshot, $optParams = []) argument 79 $params = ['project' => $project, 'snapshot' => $snapshot];
|
/plugin/findologicxmlexport/vendor/phpunit/php-timer/ |
H A D | .travis.yml | 9 - 7.0snapshot 11 - 7.1snapshot
|
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/ |
H A D | .travis.yml | 6 - 7.0snapshot 8 - 7.1snapshot
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/ |
H A D | .travis.yml | 6 - 7.0snapshot 8 - 7.1snapshot
|
/plugin/findologicxmlexport/vendor/sebastian/diff/ |
H A D | .travis.yml | 9 - 7.0snapshot 11 - 7.1snapshot
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/ |
H A D | .travis.yml | 6 - 7.0snapshot 8 - 7.1snapshot
|