/plugin/tagfilter/script/select2/ |
H A D | release.sh | 27 git pull 33 git add bower.json 35 git add component.json 36 git add composer.json 37 git add package.json 40 git push 42 git branch "$branch" 43 git checkout "$branch" 52 git add "$js" 53 git add "$css" [all …]
|
/plugin/findologicxmlexport/vendor/sebastian/version/src/ |
H A D | Version.php | 55 $git = $this->getGitInformation($this->path); 57 if ($git) { 59 $this->version = $git; 61 $git = explode('-', $git); 63 $this->version = $this->release . '-' . end($git);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GKEHub/ |
H A D | ConfigManagementConfigSync.php | 54 public function setGit(ConfigManagementGitConfig $git) argument 56 $this->git = $git; 63 return $this->git;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OnDemandScanning/ |
H A D | SourceContext.php | 64 public function setGit(GitSourceContext $git) argument 66 $this->git = $git; 73 return $this->git;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/ |
H A D | SourceContext.php | 64 public function setGit(GitSourceContext $git) argument 66 $this->git = $git; 73 return $this->git;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/ |
H A D | SourceContext.php | 76 public function setGit(GitSourceContext $git) argument 78 $this->git = $git; 85 return $this->git;
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/util/ |
H A D | GenerateEndpoints.php | 20 $git = $gitWrapper->workingCopy(dirname(__DIR__) . '/util/elasticsearch'); variable 22 $git->run('fetch', ['--tags']); 23 $tags = explode("\n", $git->run('tag')); 29 $git->run('checkout', [$version]); 31 $result = $git->run( 55 $git->run('show', [':' . trim($file)]),
|
H A D | RestSpecRunner.php | 30 $git = $gitWrapper->workingCopy(dirname(__DIR__) . '/util/elasticsearch'); variable 33 $git->fetchAll(array('verbose' => true)); 37 $git->checkout($hash, array('force' => true, 'quiet' => true));
|
/plugin/tagadd/ |
H A D | requirements.txt | 1 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/smtp/subtree/txtthinking/Mailer/ |
H A D | composer.lock | 13 "type": "git", 53 "type": "git", 107 "type": "git", 146 "type": "git", 222 "type": "git", 271 "type": "git", 331 "type": "git", 393 "type": "git", 440 "type": "git", 481 "type": "git", [all …]
|
/plugin/datagraph/ |
H A D | requirements.txt | 1 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/data-graph/ |
H A D | requirements.txt | 1 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/oauth/vendor/lusitanian/oauth/ |
H A D | composer.lock | 14 "type": "git", 75 "type": "git", 122 "type": "git", 163 "type": "git", 204 "type": "git", 254 "type": "git", 327 "type": "git", 376 "type": "git", 426 "type": "git", 500 "type": "git", [all …]
|
/plugin/dwcommits/ |
H A D | syntax.php | 200 $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 D | helper.php | 20 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 …]
|
/plugin/elasticsearch/ |
H A D | composer.lock | 13 "type": "git", 30 "cpliakas/git-wrapper": "~2.0", 73 "type": "git", 74 "url": "https://github.com/guzzle/RingPHP.git", 124 "type": "git", 125 "url": "https://github.com/guzzle/streams.git", 174 "type": "git", 175 "url": "https://github.com/php-fig/log.git", 221 "type": "git", 267 "type": "git", [all …]
|
/plugin/oauthdoorkeeper/ |
H A D | Dockerfile | 5 git clone git://github.com/doorkeeper-gem/doorkeeper-provider-app.git /app && \
|
/plugin/git/db/ |
H A D | update0002.sql | 1 INSERT INTO git(repo, timestamp, status ) VALUES ('local', 0, 'clean'); 2 INSERT INTO git(repo, timestamp, status ) VALUES ('upstream', 0, 'clean');
|
H A D | update0001.sql | 1 CREATE TABLE git (repo TEXT PRIMARY KEY, timestamp INTEGER, status TEXT); table 2 CREATE UNIQUE INDEX idx_git ON git(repo);
|
/plugin/findologicxmlexport/vendor/jms/serializer/doc/ |
H A D | requirements.txt | 2 git+https://github.com/fabpot/sphinx-php.git
|
/plugin/tagfilter/ |
H A D | requirements.txt | 1 https://github.com/dokufreaks/plugin-tag.git lib/plugins/tag 2 https://github.com/dokufreaks/plugin-pagelist.git lib/plugins/pagelist
|
/plugin/webdav/ |
H A D | composer.lock | 13 "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", 200 "type": "git", 201 "url": "https://github.com/sabre-io/http.git", 256 "type": "git", 257 "url": "https://github.com/sabre-io/uri.git", 307 "type": "git", [all …]
|
/plugin/combo/ |
H A D | composer.lock | 13 "type": "git", 14 "url": "https://github.com/antlr/antlr-php-runtime.git", 64 "type": "git", 65 "url": "https://github.com/dragonmantank/cron-expression.git", 111 "type": "git", 112 "url": "https://github.com/hidehalo/nanoid-php.git", 168 "type": "git", 169 "url": "https://github.com/paragonie/random_compat.git",
|
/plugin/data-au/ |
H A D | requirements.txt | 2 https://github.com/cosmocode/sqlite.git lib/plugins/sqlite 3 https://github.com/splitbrain/dokuwiki-plugin-translation.git lib/plugins/translation
|
/plugin/swarmwebhook/ |
H A D | requirements.txt | 2 https://github.com/cosmocode/sqlite.git lib/plugins/sqlite 3 https://github.com/cosmocode/dokuwiki-plugin-struct.git lib/plugins/struct
|