Home
last modified time | relevance | path

Searched refs:git (Results 126 – 150 of 160) sorted by last modified time

1234567

/plugin/dwcommits/
H A Dhelper.php20 private $git = '/usr/bin/git'; variable in helper_plugin_dwcommits
40 if(isset($binary)) $this->git=$binary;
204 exec("$this->git add .",$retv_add, $exit_code);
209 exec("$this->git pull",$retv, $exit_code);
285 exec("$this->git branch",$retv, $exit_code);
327 exec("$this->git status",$retv, $exit_code);
764 $git = 'git' . $index;
768 if(isset($inf[$git])) {
769 unset($inf[$git]);
816 if($git !== false) {
[all …]
H A 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";
H A DREADME3 It also requires an intial git, the path to which is set in in the Dokuwiki
10 by the web server, including their .git directories.
/plugin/dwcommits/lang/en/
H A Ddwc_admin.txt40 This window is for updating the git. You can check the current status of the git and pull in any n…
43 …s to the commits on the gitHub (or any git) web site. Normally, dwcommits can retrieve the URL fr…
52 To be able to update a git from the web browser, you may have to create a separate ssh key for the…
64 sudo -u apache git clone git@github.com:turnermm/fckgLite
77 These functions enable you to fetch new data from github, then to merge this data into your git. Th…
86 In this window you can change the current git and switch to another branch of the current git.
118 Clicking on Prune Entries will delete the entry for this git from the dwcommits records, which are …
/plugin/dwcommits/conf/
H A Ddefault.local.ini.dist2 ; default git and date in the plugin's configuration files
29 ; gits outside dwcommits/db --these require the full path to the git:
30 ;other_gits[] = "/path/to/git"
/plugin/matomo/
H A DREADME.md36 $> git clone https://github.com/Bravehartk2/dokuwiki-matomo
/plugin/piwik2/
H A DREADME.md36 $> git clone https://github.com/Bravehartk2/dokuwiki-piwik2.git
/plugin/datagraph/
H A 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/mdpage/vendor/cebe/markdown/
H A D.travis.yml38 # - git clone https://github.com/jgm/stmd && cd stmd && perl runtests.pl spec.txt ../bin/markdown
/plugin/redproject/
H A DREADME.md19 $ git clone https://github.com/kbsali/php-redmine-api.git
21 $ git checkout v1.5.5
/plugin/authsplit/
H A DREADME255 https://github.com/pief/authsplit.git
/plugin/rocketchatnotifier/
H A DREADME.md19 $ git clone https://github.com/Fab-IT-ApS/dokuwiki-rocketchat-integration.git /var/lib/dokuwiki/lib…
/plugin/fetchmedia/
H A Dyarn.lock1699 hosted-git-info@^2.1.4:
1701 …resolved "https://registry.yarnpkg.com/hosted-git-info/-/hosted-git-info-2.5.0.tgz#6d60e34b3abbc83…
2229 hosted-git-info "^2.1.4"
/plugin/fkstimer/
H A Dplugin.info.txt7 url https://github.com/cevro/dokuwiki-plugin-fkstimer.git
/plugin/wikistats/
H A DREADME.md24 Download the wikistats archive from the [git repo](https://github.com/4x4-chris/wikistats).
165 A public git repository is available [here](https://github.com/4x4-chris/wikistats)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DREADME.md55 git clone https://github.com/squizlabs/PHP_CodeSniffer.git
/plugin/authyubikey/
H A Dplugin.info.txt7 url https://github.com/gdirch/authyubikey.git
/plugin/data-graph/
H A 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/gitlog/
H A Dplugin.info.txt6 desc Display git commits and changed files.
H A Dreadme.md26 #### Location of your git executable
28 Usally ```/usr/bin/git``` on linux maschines.
30 If you use git on windows, use ```git```.
/plugin/tokenbucketauth/
H A D.htaccess1 <Directory (.git|lang)>
/plugin/tuxquote/
H A Dquotes.txt1382 …vator', we say `lift'... they say `President', we say `stupid psychopathic git'... <BR> -- Alexi S…
/plugin/advrack/
H A Dplugin.info.txt7 url https://github.com/ashrafhasson/dokuwiki-plugin-advrack.git
/plugin/hipchat/
H A DREADME.md11 $ git clone https://github.com/jaguardesignstudio/dokuwiki-hipchat.git hipchat
H A Dcomposer.lock12 "type": "git",
13 "url": "https://github.com/guzzle/guzzle.git",
104 "type": "git",
105 "url": "https://github.com/rcrowe/Hippy.git",
154 "type": "git",
155 "url": "https://github.com/symfony/EventDispatcher.git",

1234567