Home
last modified time | relevance | path

Searched refs:git (Results 1 – 25 of 180) sorted by relevance

12345678

/plugin/tagfilter/script/select2/
Drelease.sh20 curbranch=`git branch | grep "*" | sed "s/* //"`
27 git pull
33 git add bower.json
34 git add select2.jquery.json
35 git add component.json
36 git add composer.json
37 git add package.json
39 git commit -m "modified version identifiers in descriptors for release $ver"
40 git push
42 git branch "$branch"
[all …]
/plugin/findologicxmlexport/vendor/sebastian/version/src/
DVersion.php55 $git = $this->getGitInformation($this->path);
57 if ($git) {
59 $this->version = $git;
61 $git = explode('-', $git);
63 $this->version = $this->release . '-' . end($git);
/plugin/todo/
DREADME.md14 git push origin
15 git tag `date +%F`
16 git tag --force latest
17 git push origin `date +%F`
19 git push -f origin latest
25 git fetch --tags -f
/plugin/smtp/subtree/txtthinking/Mailer/
Dcomposer.lock13 "type": "git",
14 "url": "https://github.com/php-fig/log.git",
53 "type": "git",
54 "url": "https://github.com/doctrine/instantiator.git",
107 "type": "git",
108 "url": "https://bitbucket.org/erblearn/testing-tools.git",
146 "type": "git",
147 "url": "https://github.com/Seldaek/monolog.git",
222 "type": "git",
223 "url": "https://github.com/phpDocumentor/ReflectionDocBlock.git",
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/
DConfigManagementConfigSync.php54 public function setGit(ConfigManagementGitConfig $git) argument
56 $this->git = $git;
63 return $this->git;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
DSourceContext.php64 public function setGit(GitSourceContext $git) argument
66 $this->git = $git;
73 return $this->git;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/
DSourceContext.php64 public function setGit(GitSourceContext $git) argument
66 $this->git = $git;
73 return $this->git;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/
DSourceContext.php76 public function setGit(GitSourceContext $git) argument
78 $this->git = $git;
85 return $this->git;
/plugin/oauth/vendor/lusitanian/oauth/
Dcomposer.lock14 "type": "git",
15 "url": "https://github.com/sebastianbergmann/php-code-coverage.git",
75 "type": "git",
76 "url": "https://github.com/sebastianbergmann/php-file-iterator.git",
122 "type": "git",
123 "url": "https://github.com/sebastianbergmann/php-text-template.git",
163 "type": "git",
164 "url": "https://github.com/sebastianbergmann/php-timer.git",
204 "type": "git",
205 "url": "https://github.com/sebastianbergmann/php-token-stream.git",
[all …]
/plugin/dwcommits/
Dhelper.php20 private $git = '/usr/bin/git'; variable in helper_plugin_dwcommits
40 if(isset($binary)) $this->git=$binary;
188 exec("$this->git fetch origin",$retv,$exit_code);
190 …$this->status_message = array_merge(array(getcwd(),"$this->git fetch origin", $status),$this->stat…
193 exec("$this->git merge origin",$retv, $exit_code);
195 …$this->status_message = array_merge(array(getcwd(),"$this->git merge origin", $status),$this->stat…
204 exec("$this->git add .",$retv_add, $exit_code);
209 exec("$this->git pull",$retv, $exit_code);
215 exec("$this->git checkout $branch",$retv, $exit_code);
221 exec("$this->git config --get remote.origin.url",$retv, $exit_code);
[all …]
Dsyntax.php200 $git = $this->dwc_element('git', $matches[1], $inf);
201 if($git !== false) {
202 if(!file_exists($git)) {
203 $this->output .= "<b>Local Git Missing:</b> $git\n";
205 else $this->output .= "<b>Local Git:</b> $git\n";
/plugin/combo/
Dcontrib.md48 git clone https://github.com/dokuwiki/dokuwiki combo
56 git clone git@github.com:ComboStrap/combo
63 git clone https://github.com/cosmocode/sqlite sqlite
64 git clone https://github.com/michitux/dokuwiki-plugin-move/ move
65 git clone https://github.com/dokufreaks/plugin-include include
66 git clone https://github.com/tatewake/dokuwiki-plugin-googleanalytics googleanalytics
67 git clone https://github.com/alexlehm/dokuwiki-plugin-gtm googletagmanager
73 git clone git@github.com:ComboStrap/combo_test.git _test
Dcomposer.lock13 "type": "git",
14 "url": "https://github.com/antlr/antlr-php-runtime.git",
64 "type": "git",
65 "url": "https://github.com/ThomasWeinert/PhpCss.git",
107 "type": "git",
108 "url": "https://github.com/dragonmantank/cron-expression.git",
154 "type": "git",
155 "url": "https://github.com/hidehalo/nanoid-php.git",
211 "type": "git",
212 "url": "https://github.com/paragonie/random_compat.git",
[all …]
/plugin/barcodes/
Dcomposer.lock13 "type": "git",
14 "url": "https://github.com/jucksearm/php-barcode.git",
67 "type": "git",
68 "url": "https://github.com/doctrine/instantiator.git",
137 "type": "git",
138 "url": "https://github.com/myclabs/DeepCopy.git",
197 "type": "git",
198 "url": "https://github.com/nikic/PHP-Parser.git",
255 "type": "git",
256 "url": "https://github.com/phar-io/manifest.git",
[all …]
/plugin/tagadd/
Drequirements.txt1 https://github.com/lisps/ajaxedit.git lib/plugins/ajaxedit
2 https://github.com/lisps/tagfilter.git lib/plugins/tagfilter
3 https://github.com/dokufreaks/plugin-tag.git lib/plugins/tag
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
Dcomposer.lock14 "type": "git",
15 "url": "https://github.com/composer/pcre.git",
85 "type": "git",
86 "url": "https://github.com/composer/semver.git",
166 "type": "git",
167 "url": "https://github.com/composer/xdebug-handler.git",
232 "type": "git",
233 "url": "https://github.com/doctrine/annotations.git",
308 "type": "git",
309 "url": "https://github.com/doctrine/instantiator.git",
[all …]
/plugin/aichat/
Dcomposer.lock13 "type": "git",
14 "url": "https://github.com/bdelespierre/php-kmeans.git",
62 "type": "git",
63 "url": "https://github.com/erusev/parsedown.git",
112 "type": "git",
113 "url": "https://github.com/mehrab-wj/tiktoken-php.git",
159 "type": "git",
160 "url": "https://github.com/vanderlee/php-sentence.git",
188 "homepage": "https://github.com/vanderlee/php-sentence.git",
/plugin/data-graph/
Drequirements.txt1 https://github.com/cosmocode/sqlite.git lib/plugins/sqlite
2 https://github.com/splitbrain/dokuwiki-plugin-translation.git lib/plugins/translation
3 https://github.com/splitbrain/dokuwiki-plugin-data.git lib/plugins/data
/plugin/datagraph/
Drequirements.txt1 https://github.com/cosmocode/sqlite.git lib/plugins/sqlite
2 https://github.com/splitbrain/dokuwiki-plugin-translation.git lib/plugins/translation
3 https://github.com/splitbrain/dokuwiki-plugin-data.git lib/plugins/data
/plugin/asciidocjs/node_modules/lodash/
Drelease.md4 git clone --depth=10 --branch=master git@github.com:lodash-archive/lodash-cli.git ./node_modules/lo…
28 $ git clone https://github.com/lodash/lodash.git
29 $ git clone https://github.com/bnjmnt4n/lodash-cli.git
/plugin/elasticsearch/
Dcomposer.lock13 "type": "git",
14 "url": "git@github.com:elastic/elasticsearch-php.git",
75 "type": "git",
76 "url": "https://github.com/ezimuel/guzzlestreams.git",
128 "type": "git",
129 "url": "https://github.com/ezimuel/ringphp.git",
185 "type": "git",
186 "url": "https://github.com/Nyholm/dsn.git",
247 "type": "git",
248 "url": "https://github.com/patrickschur/language-detection.git",
[all …]
/plugin/xlsx2dw/
DREADME.md10 - SSH: `git clone git@github.com:moevm/MSE-2023-moevm-doku_wiki-10.git`
11 - HTTPS: `git clone https://github.com/moevm/MSE-2023-moevm-doku_wiki-10.git`
/plugin/oauthdoorkeeper/
DDockerfile5 git clone git://github.com/doorkeeper-gem/doorkeeper-provider-app.git /app && \
/plugin/webdav/
Dcomposer.lock13 "type": "git",
14 "url": "https://github.com/php-fig/log.git",
60 "type": "git",
61 "url": "https://github.com/sabre-io/dav.git",
143 "type": "git",
144 "url": "https://github.com/sabre-io/event.git",
200 "type": "git",
201 "url": "https://github.com/sabre-io/http.git",
256 "type": "git",
257 "url": "https://github.com/sabre-io/uri.git",
[all …]
/plugin/asciidocjs/node_modules/jake/
DREADME.md9 2. Clone this repository `$ git clone git@github.com:jakejs/jake.git`.

12345678