Home
last modified time | relevance | path

Searched refs:repository (Results 26 – 50 of 210) sorted by relevance

123456789

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
H A DSearchableSnapshotsNamespace.php82 * $params['repository'] = (string) The name of the repository containing the snapshot of the index to mount
98 $repository = $this->extractArgument($params, 'repository');
105 $endpoint->setRepository($repository);
114 * $params['repository'] = (string) The repository for which to get the stats for
125 $repository = $this->extractArgument($params, 'repository');
130 $endpoint->setRepository($repository);
[all...]
/plugin/gitlog/
H A Dsyntax.php92 $repository = $this->clean_git_dir($data['dir']).$data['repository'];
94 $repository = $this->clean_git_dir($this->getConf('root_dir')).$data['repository'];
98 if ( ! is_dir(dirname($repository)) ) {
99 throw new Exception('repository path not valid >> '.$repository, 1);
103 $log = $this->git_log($repository, $limit, $bare);
H A Dreadme.md1 # Git repository log viewer for Dokuwiki
3 This dokuwiki plugin displays your last commits for a given repository and the changed files.
49 <gitlog:repository="my-repository-name" [dir="custom/path/to/repo/"] [bare="0"] [limit="10"]>
/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/gitlab/
H A Dsyntax.php45 foreach ($repositories as &$repository) {
46 if ($repository['name'] == $name) {
47 $data = $repository;
/plugin/sequencediagram/bower_components/bower-webfontloader/
H A DREADME.md3 This repository is for distribution on `bower`. The source for this module is in
4 the main [Web Font Loader repository](https://github.com/typekit/webfontloader).
/plugin/findologicxmlexport/vendor/twig/extensions/
H A DREADME.rst4 This repository hosts Twig Extensions that do not belong to the core but can
7 Fork this repository, add your extension, and request a pull.
/plugin/findologicxmlexport/vendor/sebastian/version/
H A DREADME.md40 * If `$path` is not (part of) a Git repository and `$release` is in `X.Y.Z` format then `$release` …
41 * If `$path` is not (part of) a Git repository and `$release` is in `X.Y` format then `$release` is…
42 * If `$path` is (part of) a Git repository and `$release` is in `X.Y.Z` format then the output of `…
43 * If `$path` is (part of) a Git repository and `$release` is in `X.Y` format then a string is retur…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
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
/plugin/semanticdata/
H A DREADME15 …the triple store. You have to setup a repository for dokuwiki to use. Remember the url for access …
23 2. The name of the repository, default: dokuwiki
/plugin/jplayer/vendor/happyworm/jplayer/
H A DMIGRATION.md38 …dded all download content to the repository and added a grunt build system. The example demos work…
51 This was the last version that used the old repository structure.
/plugin/asana/
H A DREADME.md4 elonet project repository
/plugin/ssocas/
H A D.hgeol1 [repository]
/plugin/exttab1/
H A DREADME1 This is the source repository for the exttab1 plugin for DokuWiki (http://www.dokuwiki.org)
/plugin/authplaincas/
H A DREADME.md6 clone this repository as "authplaincas" in the plugin directory
/plugin/authgooglesheets/vendor/google/apiclient/src/Service/
H A DREADME.md5 repository.
/plugin/repo/
H A Dplugin.info.txt6 desc Show files from a remote repository with GesHi syntax highlighting
/plugin/pycode/
H A Dplugin.info.txt6 desc Plugin to embed a Python script hosted in a remote repository.
H A DREADME.md5 It allows you to embeds a Python script hosted in a remote repository such as Bitbucket or GitHub.
/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/ghissues/
H A Dplugin.info.txt6 desc Uses GitHub API to display a list of current issues for a repository.
/plugin/authgooglesheets/vendor/psr/cache/
H A DREADME.md4 This repository holds all interfaces defined by
/plugin/exttab2/
H A DREADME.md10 Note: This repository is only for better accessibility for source.
/plugin/diagramsnet/lib/
H A DCITATION.cff12 repository-code: "https://github.com/jgraph/drawio"
/plugin/edittable/
H A DREADME.handsontable5 need to be done in the source files in the above repository, be compiled there

123456789