/plugin/git/syntax/ |
H A D | localstatus.php | 111 …ave not yet been commited. In order to see all changes to the workspace, commit them and reload th… 113 … a semaphore commit, telling the rendering engine that this isn't a real commit, rather we want to… 115 if(!empty($commit)) unset($commit); 116 $commit['hash'] = 'new'; 117 $commits[] = $commit; 162 if(!empty($commit)) unset($commit); 163 $commit['hash'] = 'all'; 164 $commit['message'] = 'All changes to this workspace'; 165 array_push($commits, $commit);
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/ |
H A D | CHANGELOG.md | 14 [9e05c81](https://github.com/elastic/elasticsearch-php/commit/9e05c8108b638b60cc676b6a4f4be97c7df9eb64) 16 [038b5dd](https://github.com/elastic/elasticsearch-php/commit/038b5dd043dc76b20b9f5f265ea914a38d33568d) 21 [136d5b9](https://github.com/elastic/elasticsearch-php/commit/136d5b9717b3806c6b34ef8a5076bfe7cee8b46e) 23 [0d81be1](https://github.com/elastic/elasticsearch-php/commit/0d81be131bfc7eff6ef82468e61c16077a892aab) 25 [f69d96f](https://github.com/elastic/elasticsearch-php/commit/f69d96fc283580177002b4088c279c3d0c07befe) 45 [3ceb748](https://github.com/elastic/elasticsearch-php/commit/3ceb7484a111aa20126168460c79f098c4fe0792) 50 [85fadc2](https://github.com/elastic/elasticsearch-php/commit/85fadc2bd4b2b309b19761a50ff13010d43a524d) 64 [28bf0ed](https://github.com/elastic/elasticsearch-php/commit/28bf0ed6df6bc95f83f369509431d97907bfdeb0) 75 [f2a0828](https://github.com/elastic/elasticsearch-php/commit/f2a0828d5ee9d126ad63e2a1d43f70b4013845e2) 90 [88b7e1c](https://github.com/elastic/elasticsearch-php/commit/8 [all...] |
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/ |
H A D | PropPatchTest.php | 28 $this->assertTrue($this->propPatch->commit()); 46 $this->assertFalse($this->propPatch->commit()); 64 $this->assertTrue($this->propPatch->commit()); 83 $this->assertTrue($this->propPatch->commit()); 181 $this->propPatch->commit(); 207 $result = $propPatch->commit(); 235 $propPatch->commit(); 258 $result = $propPatch->commit(); 290 $result = $propPatch->commit(); 326 $result = $propPatch->commit(); [all …]
|
/plugin/gitlog/ |
H A D | style.css | 1 .gitlogplugin li.commit { 6 .gitlogplugin li.commit div.message { 10 .gitlogplugin li.commit span.meta { 18 .gitlogplugin li.commit ul.changedfiles{
|
/plugin/git/lib/ |
H A D | Git.php | 339 if(!empty($commit)){ 340 array_push($history, $commit); 341 unset($commit); 343 $commit['hash'] = trim(substr($line, strlen('commit'))); 349 $commit['date'] = trim(substr($line, strlen('Date:'))); 352 if(isset($commit['message'])) 353 $commit['message'] .= trim($line); 355 $commit['message'] = trim($line); 358 if(!empty($commit)) { 359 array_push($history, $commit); [all …]
|
/plugin/pageredirect/ |
H A D | ChangeLog.md | 44 [133a129]: https://github.com/glensc/dokuwiki-plugin-pageredirect/commit/133a129 45 [36ebf4a]: https://github.com/glensc/dokuwiki-plugin-pageredirect/commit/36ebf4a 46 [a04bcd9]: https://github.com/glensc/dokuwiki-plugin-pageredirect/commit/a04bcd9 91 [1362442]: https://github.com/glensc/dokuwiki-plugin-pageredirect/commit/1362442 106 [01efce2]: https://github.com/glensc/dokuwiki-plugin-pageredirect/commit/01efce2 107 [4dca632]: https://github.com/glensc/dokuwiki-plugin-pageredirect/commit/4dca632 108 [6aa688d]: https://github.com/glensc/dokuwiki-plugin-pageredirect/commit/6aa688d 109 [82539ae]: https://github.com/glensc/dokuwiki-plugin-pageredirect/commit/82539ae 110 [87145da]: https://github.com/glensc/dokuwiki-plugin-pageredirect/commit/87145da 111 [9796335]: https://github.com/glensc/dokuwiki-plugin-pageredirect/commit/979633 [all...] |
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/ |
H A D | AbstractPDOTest.php | 56 $propPatch->commit(); 76 $propPatch->commit(); 97 $propPatch->commit(); 115 $propPatch->commit(); 148 $propPatch->commit(); 181 $propPatch->commit();
|
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/ |
H A D | tableCell.js | 1 …commit:function(m){var n=this.getValue();if(n){m.setStyle("text-align",n);m.setAttribute("class",n…
|
H A D | tableCell.js.unc | 105 commit: function( selectedCell ) { 136 commit: function( selectedCell ) { 152 commit: function( selectedCell ) { 171 commit: function( selectedCell ) { 206 if ( !field.setup || !field.commit ) 218 field.commit = CKEDITOR.tools.override( field.commit, function( orgCommit ) {
|
/plugin/move/_test/ |
H A D | namespace_move.test.php | 56 $plan->commit(); 87 $plan->commit(); 115 $plan->commit(); 191 $plan->commit(); 252 $plan->commit(); 295 $plan->commit(); 333 $plan->commit(); 376 $plan->commit(); 420 $plan->commit(); 463 $plan->commit(); [all...] |
/plugin/git/action/ |
H A D | commit.php | 37 if ($this->commit($commit_message) === false) return; 45 function commit($commit_message) function in action_plugin_git_commit 57 $result = $repo->commit($commit_message);
|
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/ |
H A D | tableCell.js | 1 …commit:function(l){var n=parseInt(this.getValue(),10),m=this.getDialog().getValueOf("info","widthT…
|
H A D | tableCell.js.unc | 65 commit: function( element ) { 122 commit: function( selectedCell ) { 155 commit: function( selectedCell ) { 171 commit: function( selectedCell ) { 190 commit: function( selectedCell ) { 216 commit: function( selectedCell ) { 265 commit: function( selectedCell ) {
|
/plugin/git/ |
H A D | helper.php | 225 foreach($commits as $commit) 228 $raw_message = $commit['message']; 234 $renderer->doc .= "<option value=\"".$commit['hash']."\""; 236 if ($commit['hash'] === $selected_hash) $renderer->doc .= "selected=\"selected\""; 237 if ($commit['hash'] === 'all') $renderer->doc .= ">".$msg."</option>"; 249 foreach($commits as $commit) 251 $hash = $commit['hash']; 310 …$renderer->doc .= ' <input type="hidden" name="hash" value="'.$commit['hash'].'" />'; …
|
H A D | plugin.info.txt | 6 …orm GIT actions. It allows, amongst other things to commit changes locally while asking for a comm…
|
/plugin/ckgdoku/ckeditor/plugins/table/dialogs/ |
H A D | table.js | 1 …commit:b},{type:"text",id:"txtCols","default":2,label:h.lang.table.columns,required:true,controlSt…
|
/plugin/ckgedit/ckeditor/plugins/table/dialogs/ |
H A D | table.js | 1 …commit:b},{type:"text",id:"txtCols","default":2,label:h.lang.table.columns,required:true,controlSt…
|
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/ |
H A D | image.js | 1 …commit.apply(B,C);this.foreach(function(D){if(D.commit&&D.id!="txtdlgGenStyle"){D.commit.apply(D,C…
|
/plugin/ckgedit/ckeditor/plugins/image/dialogs/ |
H A D | image.js | 1 …commit.apply(B,C);this.foreach(function(D){if(D.commit&&D.id!="txtdlgGenStyle"){D.commit.apply(D,C…
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
H A D | release-notes.asciidoc | 36 https://github.com/elastic/elasticsearch-php/commit/995f6d4bde7de76004e95d7a434b1d59da7a7e75[995f6d4] 48 https://github.com/elastic/elasticsearch-php/commit/586735109dc18f22bfdf3b73ab0621b37e857be1[5867351] 50 https://github.com/elastic/elasticsearch-php/commit/651c57b2e6bf98a0fd48220949966e630e5a804a[651c57b] 72 https://github.com/elastic/elasticsearch-php/commit/9e05c8108b638b60cc676b6a4f4be97c7df9eb64[9e05c81] 74 https://github.com/elastic/elasticsearch-php/commit/038b5dd043dc76b20b9f5f265ea914a38d33568d[038b5dd] 83 https://github.com/elastic/elasticsearch-php/commit/136d5b9717b3806c6b34ef8a5076bfe7cee8b46e[136d5b9] 85 https://github.com/elastic/elasticsearch-php/commit/0d81be131bfc7eff6ef82468e61c16077a892aab[0d81be1] 87 https://github.com/elastic/elasticsearch-php/commit/f69d96fc283580177002b4088c279c3d0c07befe[f69d96f] 113 https://github.com/elastic/elasticsearch-php/commit/3ceb7484a111aa20126168460c79f098c4fe0792[3ceb748] 118 [85fadc2](https://github.com/elastic/elasticsearch-php/commit/8 [all...] |
/plugin/dokugitviewer/ |
H A D | README | 9 git commit -m "Fixed a typo bug #bug24" 11 After committing, the wiki plugin will show commit messages and 16 git commit -m "Started working for login page (#ft4)"
|
/plugin/yearbox/ |
H A D | CHANGELOG.md | 3 …tandard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. 10 * resolve PHP 8 errors ([bfa3776](https://github.com/micgro42/yearbox/commit/bfa377637c567179d2593b… 11 * restore compatibility with DokuWiki stable ([7062e57](https://github.com/micgro42/yearbox/commit/…
|
/plugin/dx/ |
H A D | README.md | 10 …tional commits](https://www.conventionalcommits.org/en/v1.0.0/) standard for their commit messages. 14 To create a new changelog and a version number bump commit run the following:
|
/plugin/bpmnio/vendor/bpmn-js/ |
H A D | CHANGELOG.md | 33 * `FIX`: restore marker rendering workaround ([`9c6e475`](https://github.com/bpmn-io/bpmn-js/commit… 215 * `DEPS`: bump to `diagram-js@8.2.0` ([2bac149](https://github.com/bpmn-io/bpmn-js/commit/2bac14950… 226 * `DEPS`: bump to `diagram-js@8.1.2` ([bdf9cf3](https://github.com/bpmn-io/bpmn-js/commit/bdf9cf3e7… 256 * `FEAT`: select newly created sub-process ([`6214772b`](https://github.com/bpmn-io/bpmn-js/commit/… 431 ….parse.complete` context payload ([`157aec6e`](https://github.com/bpmn-io/bpmn-js/commit/157aec6e)) 432 * `CHORE`: clarify license terms ([`bc98a637`](https://github.com/bpmn-io/bpmn-js/commit/bc98a63712… 542 * `FIX`: do not adjust labels on paste ([`b2b607f5`](https://github.com/bpmn-io/bpmn-js/commit/b2b6… 586 * `FEAT`: copy and paste boundary events ([`2e27d743`](https://github.com/bpmn-io/bpmn-js/commit/2e… 595 * `FIX`: snap connections to task mid ([`86c61b0`](https://github.com/bpmn-io/bpmn-js/commit/86c61b… 596 * `FIX`: snap connections to sub process mid ([`83e9f05`](https://github.com/bpmn-io/bpmn-js/commit… [all …]
|
/plugin/fedauth/Auth/OpenID/ |
H A D | SQLStore.php | 345 $this->connection->commit(); 389 $this->connection->commit(); 463 $this->connection->commit(); 543 $this->connection->commit(); 552 $this->connection->commit();
|