Home
last modified time | relevance | path

Searched refs:repository (Results 101 – 125 of 210) sorted by path

123456789

/plugin/displayfile/
H A DREADME.md8 …ps://svgshare.com/i/TT5.svg)](https://gitlab.com/JayJeckel/displayfile/repository/archive.zip?ref=…
14 …ing the latest [download url](https://gitlab.com/JayJeckel/displayfile/repository/archive.zip?ref=…
/plugin/displayorphans/
H A DREADME.md8 …//svgshare.com/i/TT5.svg)](https://gitlab.com/JayJeckel/displayorphans/repository/archive.zip?ref=…
14 … the latest [download url](https://gitlab.com/JayJeckel/displayorphans/repository/archive.zip?ref=…
/plugin/displaytitle/
H A DREADME.md8 …s://svgshare.com/i/TT5.svg)](https://gitlab.com/JayJeckel/displaytitle/repository/archive.zip?ref=…
14 …ng the latest [download url](https://gitlab.com/JayJeckel/displaytitle/repository/archive.zip?ref=…
/plugin/displaywikipage/
H A DREADME.md37 The official repository for this plugin is available on GitHub:
/plugin/divalign2/
H A DChangeLog20 * Uploaded into a repository.
/plugin/dokugitviewer/
H A DREADME1 Git repository viewer plugin for Dokuwiki
23 <dokugitviewer:repository=my-repository-name features=backlog bugs=bugdb limit=15>
33 1) Clone this repository into plugins/ directory in your dokuwiki directory
/plugin/dokutexit/
H A DREADME.md3 This is a cloned repository of the [Dokuwiki TeXit plugin], the original website
/plugin/drawio/
H A DREADME.md35 …port on your own, so you rather choose to dump it over to the upstream repository. I am sorry I am…
/plugin/dw2pdf/
H A DREADME18 but results are checked into the plugin repository. Similar to what we do
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DCHANGELOG.md110 - Moved examples to separate repository
196 Git repository enhancements
H A DREADME.md12 > ⚠ If you are viewing this file on mPDF GitHub repository homepage or on Packagist, please note that
13 > the default repository branch is `development` which can differ from the last stable release.
/plugin/dw2pdf/vendor/psr/log/
H A DREADME.md4 This repository holds all interfaces/classes/traits related to
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt43 …web site. Normally, dwcommits can retrieve the URL from the local git repository when you click o…
68 …ity. However, you must give the web server read/write access to the local repository nevertheless.
/plugin/edittable/
H A DREADME.handsontable5 need to be done in the source files in the above repository, be compiled there
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-tests4 # - Moved to .ci folder and seperated out `run-repository.sh`
23 bash .ci/run-repository.s
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DCatNamespace.asciidoc461 $params['repository'] = (list) Name of repository from which to fetch the snapshot information
H A DSearchableSnapshotsNamespace.asciidoc52 $params['repository'] = (string) The name of the repository containing the snapshot of the index to mount
71 $params['repository'] = (string) The repository for which to get the stats for
H A DSnapshotNamespace.asciidoc41 $params['repository'] = (string) A repository name
56 $params['repository'] = (string) A repository name
73 $params['repository'] = (string) A repository name
90 $params['repository'] = (string) A repository name
93 $params['verify'] = (boolean) Whether to verify the repository after creation
94 $params['body'] = (array) The repository definitio
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dcommunity.asciidoc63 - Provides nestable and DSL query builder to be executed by type repository
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/
H A DSnapshots.php30 protected $repository; variable in Elasticsearch\\Endpoints\\Cat\\Snapshots
34 $repository = $this->repository ?? null;
36 if (isset($repository)) {
37 return "/_cat/snapshots/$repository";
61 public function setRepository($repository): Snapshots argument
63 if (isset($repository) !== true) {
66 if (is_array($repository) === true) {
67 $repository = implode(",", $repository);
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/SearchableSnapshots/
H A DMount.php31 protected $repository; variable in Elasticsearch\\Endpoints\\SearchableSnapshots\\Mount
36 $repository = $this->repository ?? null;
39 if (isset($repository) && isset($snapshot)) {
40 return "/_snapshot/$repository/$snapshot/_mount";
69 public function setRepository($repository): Mount argument
71 if (isset($repository) !== true) {
74 $this->repository = $repository;
H A DRepositoryStats.php31 protected $repository; variable in Elasticsearch\\Endpoints\\SearchableSnapshots\\RepositoryStats
35 $repository = $this->repository ?? null;
37 if (isset($repository)) {
38 return "/_snapshot/$repository/_stats";
53 public function setRepository($repository): RepositoryStats argument
55 if (isset($repository) !== true) {
58 $this->repository = $repository;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Snapshot/
H A DCleanupRepository.php31 protected $repository; variable in Elasticsearch\\Endpoints\\Snapshot\\CleanupRepository
35 $repository = $this->repository ?? null;
37 if (isset($repository)) {
38 return "/_snapshot/$repository/_cleanup";
56 public function setRepository($repository): CleanupRepository argument
58 if (isset($repository) !== true) {
61 $this->repository = $repository;
H A DCloneSnapshot.php31 protected $repository; variable in Elasticsearch\\Endpoints\\Snapshot\\CloneSnapshot
37 $repository = $this->repository ?? null;
41 if (isset($repository) && isset($snapshot) && isset($target_snapshot)) {
42 return "/_snapshot/$repository/$snapshot/_clone/$target_snapshot";
69 public function setRepository($repository): CloneSnapshot argument
71 if (isset($repository) !== true) {
74 $this->repository = $repository;
H A DCreate.php31 protected $repository; variable in Elasticsearch\\Endpoints\\Snapshot\\Create
36 $repository = $this->repository ?? null;
39 if (isset($repository) && isset($snapshot)) {
40 return "/_snapshot/$repository/$snapshot";
68 public function setRepository($repository): Create argument
70 if (isset($repository) !== true) {
73 $this->repository = $repository;

123456789