Home
last modified time | relevance | path

Searched full:checkout (Results 1 – 17 of 17) sorted by relevance

/dokuwiki/vendor/php81_bc/strftime/
H A D.gitattributes7 # to native line endings on checkout.
24 # Declare files that will always have CRLF line endings on checkout.
27 # Declare files that will always have LF line endings on checkout.
/dokuwiki/.github/workflows/
H A DtestWindows.yml15 contents: read # to fetch code (actions/checkout)
29 - name: Checkout
30 uses: actions/checkout@v7
H A DtodoChecker.yml18 - name: Checkout code
19 uses: actions/checkout@v7
H A DphpCS.yml15 contents: read # to fetch code (actions/checkout)
23 - uses: actions/checkout@v7
H A DtestLinux.yml15 contents: read # to fetch code (actions/checkout)
46 - name: Checkout
47 uses: actions/checkout@v7
H A Drelease-build.yml17 - name: Checkout
18 uses: actions/checkout@v7
50 - name: Checkout
51 uses: actions/checkout@v7
H A DautoFix.yml16 - name: Checkout
17 uses: actions/checkout@v7
H A Drelease-preparation.yml37 - name: Checkout
38 uses: actions/checkout@v7
72 git checkout -B auto-${{ env.next_version }}
H A DdeletedFiles.yml23 - name: Checkout
24 uses: actions/checkout@v7
/dokuwiki/_test/tests/inc/
H A Dinfoutils_getversiondata.test.php6 * On a git checkout the reported date and hash must be well-formed.
17 $this->markTestSkipped('not running from a git checkout');
/dokuwiki/bin/
H A Ddwpage.php13 * Checkout and commit pages from the command line while maintaining the history
45 /* checkout command */
47 'checkout',
56 'The wiki page to checkout',
58 'checkout'
62 'How to name the local checkout',
64 'checkout'
162 case 'checkout':
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dbash.php155 'cvs add', 'cvs admin', 'cvs annotate', 'cvs checkout',
182 'git check-attr', 'git checkout', 'git checkout-index',
222 'git-cat-file', 'git-check-attr', 'git-checkout',
223 'git-checkout-index', 'git-check-ref-format', 'git-cherry',
304 'svn changelist', 'svn checkout', 'svn ci', 'svn cl', 'svn cleanup',
H A Dpowershell.php239 …Equals|DefaultNetworkCredentials|DefaultCredentials|CreateQualifiedName|Checkout|Draft|Published|I…
H A Dvisualfoxpro.php290 'Build','CheckIn','CheckOut','Circle','Clear','ClearData',
/dokuwiki/vendor/phpseclib/phpseclib/
H A DREADME.md75 * [Checkout Questions and Answers on Stack Overflow](http://stackoverflow.com/questions/tagged/phps…
/dokuwiki/_test/tests/ChangeLog/
H A DPageChangeLogTest.php83 * change (a backup restore, a git checkout, ...). That must not be recorded as an
178 * A deleted page recreated externally with an mtime after the deletion (as a git checkout,
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php708 // A file mtime can move without the content changing (backup restore, git checkout, ...).