Home
last modified time | relevance | path

Searched refs:commit_type (Results 1 – 25 of 138) sorted by relevance

123456

/dports/sysutils/vector/vector-0.10.0/cargo-crates/rdkafka-sys-2.0.0+1.4.2/librdkafka/tests/
H A D0106-cgrp_sess_timeout.c39 static const char *commit_type; variable
63 if (strcmp(commit_type, "auto")) { in rebalance_cb()
66 TEST_SAY("Performing %s commit\n", commit_type); in rebalance_cb()
77 rk, parts, !strcmp(commit_type, "async")); in rebalance_cb()
79 if (!strcmp(commit_type, "async")) in rebalance_cb()
91 commit_type, in rebalance_cb()
144 commit_type = use_commit_type; in do_test_session_timeout()
147 commit_type); in do_test_session_timeout()
167 !strcmp(commit_type, "auto") ? "true" : "false"); in do_test_session_timeout()
215 commit_type); in do_test_session_timeout()
/dports/net/librdkafka/librdkafka-1.8.2/tests/
H A D0106-cgrp_sess_timeout.c39 static const char *commit_type; variable
63 if (strcmp(commit_type, "auto")) { in rebalance_cb()
66 TEST_SAY("Performing %s commit\n", commit_type); in rebalance_cb()
77 rk, parts, !strcmp(commit_type, "async")); in rebalance_cb()
79 if (!strcmp(commit_type, "async")) in rebalance_cb()
91 commit_type, in rebalance_cb()
149 commit_type = use_commit_type; in do_test_session_timeout()
172 !strcmp(commit_type, "auto") ? "true" : "false"); in do_test_session_timeout()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/plugins/out_kafka/librdkafka-1.7.0/tests/
H A D0106-cgrp_sess_timeout.c39 static const char *commit_type; variable
63 if (strcmp(commit_type, "auto")) { in rebalance_cb()
66 TEST_SAY("Performing %s commit\n", commit_type); in rebalance_cb()
77 rk, parts, !strcmp(commit_type, "async")); in rebalance_cb()
79 if (!strcmp(commit_type, "async")) in rebalance_cb()
91 commit_type, in rebalance_cb()
149 commit_type = use_commit_type; in do_test_session_timeout()
172 !strcmp(commit_type, "auto") ? "true" : "false"); in do_test_session_timeout()
/dports/devel/cgit/cgit-1.2.3/git/git-gui/lib/
H A Dcommit.tcl5 global HEAD PARENT MERGE_HEAD commit_type ui_comm commit_author
64 0 {set commit_type amend-initial}
65 1 {set commit_type amend}
66 default {set commit_type amend-merge}
117 global commit_type ui_comm commit_author
119 set commit_type normal
154 if {[string match amend* $commit_type]
352 if {$commit_type eq {normal}} {
409 if {$commit_type ne {normal}} {
410 append reflogm " ($commit_type)"
[all …]
H A Dmerge.tcl10 global HEAD commit_type file_states
12 if {[string match amend* $commit_type]} {
26 if {$commit_type ne $curType || $HEAD ne $curHEAD} {
215 global HEAD commit_type file_states
217 if {[string match amend* $commit_type]} {
227 if {[string match *merge* $commit_type]} {
H A Dcheckout_op.tcl280 global HEAD commit_type
285 if {[string match amend* $commit_type]
288 } elseif {$commit_type ne $curType || $HEAD ne $old_hash} {
393 global commit_type HEAD MERGE_HEAD PARENT
494 global commit_type_is_amend commit_type HEAD MERGE_HEAD PARENT
500 if {[string match amend* $commit_type]} {
506 repository_state commit_type HEAD MERGE_HEAD
/dports/devel/git-svn/git-2.34.1/git-gui/lib/
H A Dcommit.tcl5 global HEAD PARENT MERGE_HEAD commit_type ui_comm commit_author
64 0 {set commit_type amend-initial}
65 1 {set commit_type amend}
66 default {set commit_type amend-merge}
117 global commit_type ui_comm commit_author
119 set commit_type normal
154 if {[string match amend* $commit_type]
352 if {$commit_type eq {normal}} {
409 if {$commit_type ne {normal}} {
410 append reflogm " ($commit_type)"
[all …]
H A Dmerge.tcl10 global HEAD commit_type file_states
12 if {[string match amend* $commit_type]} {
26 if {$commit_type ne $curType || $HEAD ne $curHEAD} {
215 global HEAD commit_type file_states
217 if {[string match amend* $commit_type]} {
227 if {[string match *merge* $commit_type]} {
H A Dcheckout_op.tcl280 global HEAD commit_type
285 if {[string match amend* $commit_type]
288 } elseif {$commit_type ne $curType || $HEAD ne $old_hash} {
393 global commit_type HEAD MERGE_HEAD PARENT
494 global commit_type_is_amend commit_type HEAD MERGE_HEAD PARENT
500 if {[string match amend* $commit_type]} {
506 repository_state commit_type HEAD MERGE_HEAD
/dports/devel/git-gui/git-2.34.1/git-gui/lib/
H A Dcommit.tcl5 global HEAD PARENT MERGE_HEAD commit_type ui_comm commit_author
64 0 {set commit_type amend-initial}
65 1 {set commit_type amend}
66 default {set commit_type amend-merge}
117 global commit_type ui_comm commit_author
119 set commit_type normal
154 if {[string match amend* $commit_type]
352 if {$commit_type eq {normal}} {
409 if {$commit_type ne {normal}} {
410 append reflogm " ($commit_type)"
[all …]
H A Dmerge.tcl10 global HEAD commit_type file_states
12 if {[string match amend* $commit_type]} {
26 if {$commit_type ne $curType || $HEAD ne $curHEAD} {
215 global HEAD commit_type file_states
217 if {[string match amend* $commit_type]} {
227 if {[string match *merge* $commit_type]} {
H A Dcheckout_op.tcl280 global HEAD commit_type
285 if {[string match amend* $commit_type]
288 } elseif {$commit_type ne $curType || $HEAD ne $old_hash} {
393 global commit_type HEAD MERGE_HEAD PARENT
494 global commit_type_is_amend commit_type HEAD MERGE_HEAD PARENT
500 if {[string match amend* $commit_type]} {
506 repository_state commit_type HEAD MERGE_HEAD
/dports/devel/git-p4/git-2.34.1/git-gui/lib/
H A Dcommit.tcl5 global HEAD PARENT MERGE_HEAD commit_type ui_comm commit_author
64 0 {set commit_type amend-initial}
65 1 {set commit_type amend}
66 default {set commit_type amend-merge}
117 global commit_type ui_comm commit_author
119 set commit_type normal
154 if {[string match amend* $commit_type]
352 if {$commit_type eq {normal}} {
409 if {$commit_type ne {normal}} {
410 append reflogm " ($commit_type)"
[all …]
H A Dmerge.tcl10 global HEAD commit_type file_states
12 if {[string match amend* $commit_type]} {
26 if {$commit_type ne $curType || $HEAD ne $curHEAD} {
215 global HEAD commit_type file_states
217 if {[string match amend* $commit_type]} {
227 if {[string match *merge* $commit_type]} {
H A Dcheckout_op.tcl280 global HEAD commit_type
285 if {[string match amend* $commit_type]
288 } elseif {$commit_type ne $curType || $HEAD ne $old_hash} {
393 global commit_type HEAD MERGE_HEAD PARENT
494 global commit_type_is_amend commit_type HEAD MERGE_HEAD PARENT
500 if {[string match amend* $commit_type]} {
506 repository_state commit_type HEAD MERGE_HEAD
/dports/devel/git/git-2.34.1/git-gui/lib/
H A Dcommit.tcl5 global HEAD PARENT MERGE_HEAD commit_type ui_comm commit_author
64 0 {set commit_type amend-initial}
65 1 {set commit_type amend}
66 default {set commit_type amend-merge}
117 global commit_type ui_comm commit_author
119 set commit_type normal
154 if {[string match amend* $commit_type]
352 if {$commit_type eq {normal}} {
409 if {$commit_type ne {normal}} {
410 append reflogm " ($commit_type)"
[all …]
H A Dmerge.tcl10 global HEAD commit_type file_states
12 if {[string match amend* $commit_type]} {
26 if {$commit_type ne $curType || $HEAD ne $curHEAD} {
215 global HEAD commit_type file_states
217 if {[string match amend* $commit_type]} {
227 if {[string match *merge* $commit_type]} {
H A Dcheckout_op.tcl280 global HEAD commit_type
285 if {[string match amend* $commit_type]
288 } elseif {$commit_type ne $curType || $HEAD ne $old_hash} {
393 global commit_type HEAD MERGE_HEAD PARENT
494 global commit_type_is_amend commit_type HEAD MERGE_HEAD PARENT
500 if {[string match amend* $commit_type]} {
506 repository_state commit_type HEAD MERGE_HEAD
/dports/devel/git-cvs/git-2.34.1/git-gui/lib/
H A Dcommit.tcl5 global HEAD PARENT MERGE_HEAD commit_type ui_comm commit_author
64 0 {set commit_type amend-initial}
65 1 {set commit_type amend}
66 default {set commit_type amend-merge}
117 global commit_type ui_comm commit_author
119 set commit_type normal
154 if {[string match amend* $commit_type]
352 if {$commit_type eq {normal}} {
409 if {$commit_type ne {normal}} {
410 append reflogm " ($commit_type)"
[all …]
H A Dmerge.tcl10 global HEAD commit_type file_states
12 if {[string match amend* $commit_type]} {
26 if {$commit_type ne $curType || $HEAD ne $curHEAD} {
215 global HEAD commit_type file_states
217 if {[string match amend* $commit_type]} {
227 if {[string match *merge* $commit_type]} {
H A Dcheckout_op.tcl280 global HEAD commit_type
285 if {[string match amend* $commit_type]
288 } elseif {$commit_type ne $curType || $HEAD ne $old_hash} {
393 global commit_type HEAD MERGE_HEAD PARENT
494 global commit_type_is_amend commit_type HEAD MERGE_HEAD PARENT
500 if {[string match amend* $commit_type]} {
506 repository_state commit_type HEAD MERGE_HEAD
/dports/multimedia/aegisub/aegisub-3.2.2/src/
H A Ddialog_translation.cpp183 void DialogTranslation::OnExternalCommit(int commit_type) { in OnExternalCommit() argument
184 if (commit_type == AssFile::COMMIT_NEW || commit_type & AssFile::COMMIT_DIAG_ADDREM) { in OnExternalCommit()
189 if (commit_type & AssFile::COMMIT_DIAG_TEXT) in OnExternalCommit()
/dports/devel/R-cran-BH/BH/inst/include/boost/regex/v5/
H A Dstates.hpp257 enum commit_type enum
265 commit_type action;
/dports/devel/boost-docs/boost_1_72_0/boost/regex/v4/
H A Dstates.hpp268 enum commit_type enum
276 commit_type action;
/dports/devel/R-cran-BH/BH/inst/include/boost/regex/v4/
H A Dstates.hpp268 enum commit_type enum
276 commit_type action;

123456