Home
last modified time | relevance | path

Searched refs:snapshot (Results 26 – 50 of 81) sorted by relevance

1234

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DSearchableSnapshotsNamespace.php80 * Mount a snapshot as a searchable index.
82 * $params['repository'] = (string) The name of the repository containing the snapshot of the index to mount
83 * $params['snapshot'] = (string) The name of the snapshot of the index to mount
87 * $params['body'] = (array) The restore configuration for mounting the snapshot as searchable (Required)
91 * @see https://www.elastic.co/guide/en/elasticsearch/reference/current/searchable-snapshots-api-mount-snapshot.html
99 $snapshot = $this->extractArgument($params, 'snapshot');
106 $endpoint->setSnapshot($snapshot);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DPubsub.php208 'path' => 'v1/{+snapshot}',
211 'snapshot' => [
218 'path' => 'v1/{+snapshot}',
221 'snapshot' => [
H A DDataflow.php257 ],'snapshot' => [
258 'path' => 'v1b3/projects/{projectId}/jobs/{jobId}:snapshot',
610 ],'snapshot' => [
611 'path' => 'v1b3/projects/{projectId}/locations/{location}/jobs/{jobId}:snapshot',
/plugin/weiqi/img/
H A Dreadme.txt9 http://www.dragongoserver.net/snapshot.php (at the end of April 2008)
/plugin/findologicxmlexport/vendor/hoa/zformat/
H A DCHANGELOG.md19 (first snapshot)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dnamespaces.asciidoc15 | `snapshot()` | Methods to snapshot/restore your cluster and indices
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DCHANGELOG.md30 (first snapshot)
/plugin/findologicxmlexport/vendor/hoa/visitor/
H A DCHANGELOG.md49 (first snapshot)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php255 private $snapshot; variable in PHPUnit_Framework_TestCase
2246 $this->snapshot = $this->createGlobalStateSnapshot($backupGlobals);
2251 if (!$this->snapshot instanceof Snapshot) {
2260 $this->snapshot,
2271 $restorer->restoreGlobalVariables($this->snapshot);
2275 $restorer->restoreStaticAttributes($this->snapshot);
2278 $this->snapshot = null;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/Resource/
H A DProjectsJobs.php176 public function snapshot($projectId, $jobId, SnapshotJobRequest $postBody, $optParams = []) function in Google\\Service\\Dataflow\\Resource\\ProjectsJobs
H A DProjectsLocationsJobs.php179 …public function snapshot($projectId, $location, $jobId, SnapshotJobRequest $postBody, $optParams =… function in Google\\Service\\Dataflow\\Resource\\ProjectsLocationsJobs
/plugin/findologicxmlexport/vendor/hoa/protocol/
H A DCHANGELOG.md38 (first snapshot)
/plugin/findologicxmlexport/vendor/hoa/regex/
H A DCHANGELOG.md65 (first snapshot)
/plugin/findologicxmlexport/vendor/hoa/file/
H A DCHANGELOG.md71 (first snapshot)
/plugin/findologicxmlexport/vendor/hoa/event/
H A DCHANGELOG.md44 (first snapshot)
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DCHANGELOG.md51 (first snapshot)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMlNamespace.asciidoc239 $params['snapshot_id'] = (string) The ID of the snapshot to delete
579 $params['snapshot_id'] = (string) The ID of the snapshot to fetch
844 $params['snapshot_id'] = (string) The ID of the snapshot to revert to
845 $params['delete_intervening_results'] = (boolean) Should we reset the results back to the time of the snapshot?
1001 $params['snapshot_id'] = (string) The ID of the snapshot to update
1002 $params['body'] = (array) The model snapshot properties to update (Required)
1016 $params['snapshot_id'] = (string) The ID of the snapshot
1017 $params['timeout'] = (time) How long should the API wait for the job to be opened and the old snapshot to be loaded.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-elasticsearch.sh41 --env repositories.url.allowed_urls=http://snapshot.test*
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DCHANGELOG.md85 (first snapshot)
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClient.php227 protected $snapshot; variable in Elasticsearch\\Client
302 $this->snapshot = new SnapshotNamespace($transport, $endpoint);
1847 * Returns the snapshot namespace
1849 public function snapshot(): SnapshotNamespace function in Elasticsearch\\Client
1851 return $this->snapshot;
/plugin/findologicxmlexport/vendor/hoa/math/
H A DCHANGELOG.md96 (first snapshot)
/plugin/findologicxmlexport/vendor/hoa/ustring/
H A DCHANGELOG.md92 (first snapshot)
/plugin/bpmnio/vendor/bpmn-js/
H A DREADME.md82 building the latest development snapshot.
/plugin/authgoogle/google/contrib/
H A DGoogle_ComputeService.php1343 * @param string $snapshot Name of the persistent disk snapshot resource to delete.
1347 public function delete($project, $snapshot, $optParams = array()) { argument
1348 $params = array('project' => $project, 'snapshot' => $snapshot);
1361 * @param string $snapshot Name of the persistent disk snapshot resource to return.
1365 public function get($project, $snapshot, $optParams = array()) { argument
1366 $params = array('project' => $project, 'snapshot' => $snapshot);
/plugin/findologicxmlexport/vendor/hoa/stream/
H A DCHANGELOG.md129 (first snapshot)

1234