Home
last modified time | relevance | path

Searched refs:checkout (Results 126 – 150 of 15900) sorted by relevance

12345678910>>...636

/dports/mail/thunderbird/thunderbird-91.8.0/gfx/angle/targets/preprocessor/
H A Dmoz.build33 "../../checkout/include/",
34 "../../checkout/out/gen/angle/",
35 "../../checkout/src/",
36 "../../checkout/src/common/third_party/base/",
178 "../../checkout/src/compiler/preprocessor/DiagnosticsBase.cpp",
181 "../../checkout/src/compiler/preprocessor/Input.cpp",
182 "../../checkout/src/compiler/preprocessor/Lexer.cpp",
183 "../../checkout/src/compiler/preprocessor/Macro.cpp",
184 "../../checkout/src/compiler/preprocessor/MacroExpander.cpp",
185 "../../checkout/src/compiler/preprocessor/Preprocessor.cpp",
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/angle/targets/preprocessor/
H A Dmoz.build34 "../../checkout/include/",
35 "../../checkout/out/gen/angle/",
36 "../../checkout/src/",
37 "../../checkout/src/common/third_party/base/",
178 "../../checkout/src/compiler/preprocessor/DiagnosticsBase.cpp",
181 "../../checkout/src/compiler/preprocessor/Input.cpp",
182 "../../checkout/src/compiler/preprocessor/Lexer.cpp",
183 "../../checkout/src/compiler/preprocessor/Macro.cpp",
184 "../../checkout/src/compiler/preprocessor/MacroExpander.cpp",
185 "../../checkout/src/compiler/preprocessor/Preprocessor.cpp",
[all …]
/dports/devel/svk/SVK-v2.2.3/t/
H A D19cleanup.t28 $svk->checkout ('//', $copath);
33 is ($xd->{checkout}->get ($corpath)->{lock}, $$, 'copath locked');
35 $xd->{checkout}->store ($corpath, {lock => $$+1});
42 is ($xd->{checkout}->get ($corpath)->{lock}, undef, 'unlocked');
44 $xd->{checkout}->store ($corpath, {lock => $$+1});
61 $xd->{checkout}->store(__("$corpath/A"), { revision => 1});
68 $xd2->{checkout}->store(__("$corpath/B"), { revision => 1});
81 is($xd->{checkout}->get(__("$corpath/B"))->{revision}, 1);
82 is($xd2->{checkout}->get(__("$corpath/A"))->{revision}, 1);
/dports/devel/git-p4/git-2.34.1/t/
H A Dlib-submodule-update.sh75 git checkout -b "add_sub1" &&
83 git checkout -b remove_sub1 add_sub1 &&
86 git checkout -b modify_sub1 add_sub1 &&
91 git checkout -b "modifications" &&
107 git checkout -b modify_sub1_recursively &&
123 git -C sub1 checkout modifications &&
139 git checkout -b replace_file_with_sub1 &&
142 git checkout -b invalid_sub1 add_sub1 &&
145 git checkout -b valid_sub1 &&
148 git checkout "$branch"
[all …]
/dports/devel/git-svn/git-2.34.1/t/
H A Dlib-submodule-update.sh75 git checkout -b "add_sub1" &&
83 git checkout -b remove_sub1 add_sub1 &&
86 git checkout -b modify_sub1 add_sub1 &&
91 git checkout -b "modifications" &&
107 git checkout -b modify_sub1_recursively &&
123 git -C sub1 checkout modifications &&
139 git checkout -b replace_file_with_sub1 &&
142 git checkout -b invalid_sub1 add_sub1 &&
145 git checkout -b valid_sub1 &&
148 git checkout "$branch"
[all …]
/dports/devel/git/git-2.34.1/t/
H A Dlib-submodule-update.sh75 git checkout -b "add_sub1" &&
83 git checkout -b remove_sub1 add_sub1 &&
86 git checkout -b modify_sub1 add_sub1 &&
91 git checkout -b "modifications" &&
107 git checkout -b modify_sub1_recursively &&
123 git -C sub1 checkout modifications &&
139 git checkout -b replace_file_with_sub1 &&
142 git checkout -b invalid_sub1 add_sub1 &&
145 git checkout -b valid_sub1 &&
148 git checkout "$branch"
[all …]
/dports/devel/git-gui/git-2.34.1/t/
H A Dlib-submodule-update.sh75 git checkout -b "add_sub1" &&
83 git checkout -b remove_sub1 add_sub1 &&
86 git checkout -b modify_sub1 add_sub1 &&
91 git checkout -b "modifications" &&
107 git checkout -b modify_sub1_recursively &&
123 git -C sub1 checkout modifications &&
139 git checkout -b replace_file_with_sub1 &&
142 git checkout -b invalid_sub1 add_sub1 &&
145 git checkout -b valid_sub1 &&
148 git checkout "$branch"
[all …]
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/misc/
H A Dbuild.cmd32 svn co %URL% checkout
34 echo *** FATAL: checkout error.
39 call checkout\src\svnxrev.cmd checkout
42 rmdir /s /q checkout\.svn
53 cd checkout
64 svn export checkout\%%i common\%%i
67 copy checkout\%%i common\%%i
74 copy checkout\bin\release\*.exe %BASE%\bin
91 cd checkout
104 copy checkout\bin\release\*.exe %BASE%\bin
[all …]
/dports/databases/p5-App-Sqitch/App-Sqitch-0.9994/t/
H A Dcheckout.t188 isa_ok my $checkout = $CLASS->new(sqitch => $sqitch), $CLASS;
271 isa_ok my $checkout = App::Sqitch::Command->load({
276 my $client = $checkout->client;
279 throws_ok { $checkout->execute($probed) } 'App::Sqitch::X',
297 throws_ok { $checkout->execute('master') } 'App::Sqitch::X',
331 isa_ok $checkout = $CLASS->new(
340 ok $checkout->execute('master'), 'Checkout master';
381 isa_ok $checkout = $CLASS->new(
393 ok $checkout->execute('master'), 'Checkout master again';
419 throws_ok { $checkout->execute(qw(master greg)) } 'App::Sqitch::X',
[all …]
/dports/devel/git-cvs/git-2.34.1/t/
H A Dlib-submodule-update.sh75 git checkout -b "add_sub1" &&
83 git checkout -b remove_sub1 add_sub1 &&
86 git checkout -b modify_sub1 add_sub1 &&
91 git checkout -b "modifications" &&
107 git checkout -b modify_sub1_recursively &&
123 git -C sub1 checkout modifications &&
139 git checkout -b replace_file_with_sub1 &&
142 git checkout -b invalid_sub1 add_sub1 &&
145 git checkout -b valid_sub1 &&
148 git checkout "$branch"
[all …]
/dports/devel/cgit/cgit-1.2.3/git/t/
H A Dlib-submodule-update.sh74 git checkout -b "add_sub1" &&
82 git checkout -b remove_sub1 add_sub1 &&
85 git checkout -b modify_sub1 add_sub1 &&
90 git checkout -b "modifications" &&
106 git checkout -b modify_sub1_recursively &&
122 git -C sub1 checkout modifications &&
138 git checkout -b replace_file_with_sub1 &&
141 git checkout -b invalid_sub1 add_sub1 &&
144 git checkout -b valid_sub1 &&
147 git checkout master
[all …]
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/misc/
H A Dbuild.cmd32 svn co %URL% checkout
34 echo *** FATAL: checkout error.
39 call checkout\src\svnxrev.cmd checkout
42 rmdir /s /q checkout\.svn
53 cd checkout
64 svn export checkout\%%i common\%%i
67 copy checkout\%%i common\%%i
74 copy checkout\bin\release\*.exe %BASE%\bin
91 cd checkout
104 copy checkout\bin\release\*.exe %BASE%\bin
[all …]
/dports/misc/cheat/cheat-4.2.2/vendor/github.com/docopt/docopt-go/docopt.go-ee0de3bc6815/examples/fake-git/checkout/
H A Dgit_checkout.go9 usage := `usage: git checkout [options] <branch>
10 git checkout [options] <branch> -- <file>...
14 -b <branch> create and checkout a new branch
15 -B <branch> create/reset and checkout a branch
20 -2, --ours checkout our version for unmerged files
21 -3, --theirs checkout their version for unmerged files
22 -f, --force force checkout (throw away local modifications)
/dports/textproc/htmltest/htmltest-0.15.0/vendor/github.com/docopt/docopt-go/examples/fake-git/checkout/
H A Dgit_checkout.go9 usage := `usage: git checkout [options] <branch>
10 git checkout [options] <branch> -- <file>...
14 -b <branch> create and checkout a new branch
15 -B <branch> create/reset and checkout a branch
20 -2, --ours checkout our version for unmerged files
21 -3, --theirs checkout their version for unmerged files
22 -f, --force force checkout (throw away local modifications)
/dports/www/tusc/tusc-0.4.7/vendor/github.com/docopt/docopt-go/examples/fake-git/checkout/
H A Dgit_checkout.go9 usage := `usage: git checkout [options] <branch>
10 git checkout [options] <branch> -- <file>...
14 -b <branch> create and checkout a new branch
15 -B <branch> create/reset and checkout a branch
20 -2, --ours checkout our version for unmerged files
21 -3, --theirs checkout their version for unmerged files
22 -f, --force force checkout (throw away local modifications)
/dports/math/mppp/mppp-0.26/.circleci/
H A Dconfig.yml8 - checkout
16 - checkout
24 - checkout
32 - checkout
40 - checkout
48 - checkout
56 - checkout
67 - checkout
79 - checkout
/dports/www/minio-client/mc-RELEASE.2021-12-10T00-14-28Z/vendor/github.com/goccy/go-json/.github/workflows/
H A Dgo.yml12 - name: checkout
13 uses: actions/checkout@v2
28 - name: checkout
29 uses: actions/checkout@v2
46 - name: checkout ( feature )
47 uses: actions/checkout@v2
52 - name: checkout ( master )
53 uses: actions/checkout@v2
68 - name: checkout
69 uses: actions/checkout@v2
/dports/devel/lazygit/lazygit-0.31.4/test/integration/mergeConflicts/expected/.git_keep/logs/
H A DHEAD2 …1085acb41fd710e279ac38911aadfb0a09 CI <CI@example.com> 1617671441 +1000 checkout: moving from mast…
13 …1085acb41fd710e279ac38911aadfb0a09 CI <CI@example.com> 1617671441 +1000 checkout: moving from deve…
15 …d67130c6f7e2b9bb7f23f0cda2b37eb30b CI <CI@example.com> 1617671441 +1000 checkout: moving from mast…
17 …f0bd23eda6d8977c0edfae7f913ffc5db3 CI <CI@example.com> 1617671441 +1000 checkout: moving from deve…
19 …e6b47b7a5ca8ffc4e25b77c1af6222b503 CI <CI@example.com> 1617671441 +1000 checkout: moving from mast…
21 …b99e516795f349033f09383f87be0b74e9 CI <CI@example.com> 1617671441 +1000 checkout: moving from deve…
23 …90c3748e269bdf1ee3ce537a006d2394aa CI <CI@example.com> 1617671441 +1000 checkout: moving from mast…
25 …350a92fa37b2fe35f13eb3dd3f7655f6cf CI <CI@example.com> 1617671441 +1000 checkout: moving from deve…
27 …765dc6c32c943b6278b4abbff1e6f52839 CI <CI@example.com> 1617671441 +1000 checkout: moving from mast…
29 …a3f67ec050f6d4e08f379e3cbb0a9913f1 CI <CI@example.com> 1617671441 +1000 checkout: moving from base…
[all …]
/dports/devel/lazygit/lazygit-0.31.4/test/integration/branchSuggestions/
H A Dsetup.sh14 git checkout -b new-branch
15 git checkout -b new-branch-2
16 git checkout -b new-branch-3
17 git checkout -b old-branch
18 git checkout -b old-branch-2
19 git checkout -b old-branch-3
/dports/devel/lazygit/lazygit-0.31.4/test/integration/branchDelete/
H A Dsetup.sh14 git checkout -b new-branch
15 git checkout -b new-branch-2
16 git checkout -b new-branch-3
17 git checkout -b old-branch
18 git checkout -b old-branch-2
19 git checkout -b old-branch-3
/dports/devel/mercurial/mercurial-6.0/tests/
H A Dtest-githelp.t64 $ hg githelp -- checkout -- .
70 $ hg githelp -- checkout "HEAD^"
74 $ hg githelp -- checkout -- HEAD
92 $ hg githelp -- checkout test_file
116 $ hg githelp -- checkout dir
123 $ hg githelp -- checkout file
131 $ hg githelp -- checkout both
135 $ hg githelp -- git checkout -p xyz
144 $ hg githelp -- git checkout -f xyz
150 $ hg githelp -- git checkout -f
[all …]
/dports/www/opencart/opencart-3.0.3.8/upload/catalog/view/theme/default/template/extension/module/
H A Dpilibaba_button.twig1 <div class="panel panel-default checkout-panel">
2 <div class="pilibaba-checkout-text">
11 .checkout-panel {
18 .pilibaba-checkout-text {
23 .checkout-panel img {
30 .pilibaba-checkout-text {
39 .checkout-panel img {
/dports/devel/indi/indi-1.9.1/.circleci/
H A Dconfig.yml8 - checkout
20 - checkout
32 - checkout
44 - checkout
56 - checkout
72 - checkout
87 - checkout
99 - checkout
111 - checkout
123 - checkout
[all …]
/dports/devel/lazygit/lazygit-0.31.4/test/integration/branchRebase/expected/.git_keep/logs/
H A DHEAD2 …65183742f1aa5ee2fe7c09dc3c16482d7d CI <CI@example.com> 1617686669 +1000 checkout: moving from mast…
4 …65183742f1aa5ee2fe7c09dc3c16482d7d CI <CI@example.com> 1617686669 +1000 checkout: moving from deve…
6 …7d7a26a03a4e996a1d8e9bf2754609717f CI <CI@example.com> 1617686669 +1000 checkout: moving from mast…
8 …01e7b980e97f714fba45aa18f0eef726fb CI <CI@example.com> 1617686669 +1000 checkout: moving from deve…
10 …0d946867abbd3228fc132afef480287c27 CI <CI@example.com> 1617686669 +1000 checkout: moving from mast…
12 …c13c9ad8d00604ec9b646e2b2187706287 CI <CI@example.com> 1617686669 +1000 checkout: moving from deve…
14 …e605705a3b485f653df7779e43a41f4e76 CI <CI@example.com> 1617686669 +1000 checkout: moving from mast…
16 …f323be49b6cc9036db9299fb0ae6764440 CI <CI@example.com> 1617686669 +1000 checkout: moving from deve…
18 …3faf319cc5e48e6d57384e4f37 CI <CI@example.com> 1617686671 +1000 rebase -i (start): checkout develop
20 …3faf319cc5e48e6d57384e4f37 CI <CI@example.com> 1617686674 +1000 rebase -i (start): checkout develop
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-rust/script/
H A Dfetch-examples5 function checkout() {
17 checkout examples/bitflags rust-lang-nursery/bitflags 7ec3fe2d7cafb7f185c5785006efac94b88f42f0
18 checkout examples/libc rust-lang/libc 8318a3ec1c1f13aab21d0a74ac9a7cf618bb2261
19 checkout examples/regex rust-lang/regex.git 991ae1a4c69cd81ecf989119b9205a3204088e83
20 checkout examples/serde serde-rs/serde.git 4e54aaf7963c3580cc50b56842949b0ce6b3a997
21 checkout examples/tokio tokio-rs/tokio 0490280d662f000aff674593cc9a4f69a1cd1171

12345678910>>...636