Home
last modified time | relevance | path

Searched full:pull (Results 1 – 18 of 18) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md16 …https://github.com/simplepie/simplepie/pull/887), backported in [#895](https://github.com/simplepi…
20 …Girgias, @jrfnl and @jtojnar, backported in [#875](https://github.com/simplepie/simplepie/pull/875)
21 …issing `Content-Type` header by @jtojnar in [#891](https://github.com/simplepie/simplepie/pull/891)
22 …https://github.com/simplepie/simplepie/pull/894), backported in [#898](https://github.com/simplepi…
23 - Reverted `strict_types` by @jtojnar in [#842](https://github.com/simplepie/simplepie/pull/842)
29 …g a PSR-16 cache implementation by @Art4 in [#742](https://github.com/simplepie/simplepie/pull/742)
30 …amefilter()` for customize the cache key in [#762](https://github.com/simplepie/simplepie/pull/762)
31 … a `callable` to customize the cache key in [#762](https://github.com/simplepie/simplepie/pull/762)
32 …o classes created by `Registry` by @Art4 in [#760](https://github.com/simplepie/simplepie/pull/760)
33 …rsions in GH Actions workflows by @jrfnl in [#767](https://github.com/simplepie/simplepie/pull/767)
[all …]
H A DREADME.markdown93 the project on GitHub and send pull requests for patches. When doing so, please
97 Please create your pull requests primarily against this branch.
133 1. Pull down the latest SimplePie code
/dokuwiki/vendor/splitbrain/lesserphp/
H A DHISTORY.md25 * 2016-09-30: applying some pull requests of the origin repository
26 * https://github.com/leafo/lessphp/pull/584
27 * https://github.com/leafo/lessphp/pull/607
28 * https://github.com/leafo/lessphp/pull/619
29 * 2016-09-29: applying some pull requests of the origin repository
30 * https://github.com/leafo/lessphp/pull/590
31 * https://github.com/leafo/lessphp/pull/523
32 * https://github.com/leafo/lessphp/pull/540
33 * https://github.com/leafo/lessphp/pull/564
34 * https://github.com/leafo/lessphp/pull/566
[all …]
H A DREADME.md14 …n/lesserphp/issues). Fixes are only likely when DokuWiki needs them, or you provide a pull request.
16 Feature Requests will be ignored unless accompanied by a pull request.
/dokuwiki/.github/workflows/
H A DautoFix.yml40 - name: Create Pull Request
41 uses: peter-evans/create-pull-request@v6
48 …ges before merging. Please note that unit tests are not run for automated pull requests - so if in…
50 …If you disagree with the changes, simply clean the code yourself and create a new pull request. Th…
H A Drelease-preparation.yml1 # This workflow is triggered manually and prepares a new release by creating a pull request
4 # When the pull request is merged, the release-build workflow will be triggered automatically
28 name: Prepare Pull Request
75 - name: Create pull request
76 uses: repo-sync/pull-request@v2
H A DdeletedFiles.yml1 # This workflow updates the list of deleted files based on the recent changes and creates a pull re…
52 - name: Create Pull Request
53 uses: peter-evans/create-pull-request@v6
/dokuwiki/vendor/phpseclib/phpseclib/
H A DREADME.md97 6. Send us a Pull Request
/dokuwiki/_test/tests/Feed/
H A DFeedPageProcessorTest.php70 // see https://github.com/dokuwiki/dokuwiki/pull/4156#issuecomment-1911842452 why we can't
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dbash.php202 'git peek-remote', 'git prune', 'git prune-packed', 'git pull',
207 'git repack', 'git replace', 'git repo-config', 'git request-pull',
244 'git-prune-packed', 'gitps', 'git-pull', 'git-push',
248 'git-repo-config', 'git-request-pull', 'git-rerere', 'git-reset',
H A Drexx.php55 'options', 'parse', 'procedure', 'pull', 'push', 'queue',
H A Doorexx.php55 'parse', 'procedure', 'pull', 'push', 'queue',
H A Dalgol68.php33 * - Pull reserved words from the source of A68G and A68RS
34 * - Pull stdlib PROC/OP/MODE symbols from the soruce of A68G and A68RS
35 * - Pull PROC/OP/MODE extensions from the soruce of A68G and A68RS
H A Dicon.php84 'open', 'opmask', 'ord', 'paramnames', 'parent', 'pipe', 'pop', 'pos', 'proc', 'pull',
H A Dunicon.php84 'open', 'opmask', 'ord', 'paramnames', 'parent', 'pipe', 'pop', 'pos', 'proc', 'pull',
/dokuwiki/inc/
H A Dcommon.php450 * See discussions at https://github.com/dokuwiki/dokuwiki/pull/84 and
451 * https://github.com/dokuwiki/dokuwiki/pull/173 why we use a whitelist of
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DSymmetricKey.php3204 // @see https://github.com/phpseclib/phpseclib/pull/1143
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php850 …'': // some SFTP servers /require/ double /'s. see https://github.com/phpseclib/phpseclib/pull/1137