Home
last modified time | relevance | path

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

/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/util/
H A Drelicense.pl97 my $commit_line = shift @stdout;
99 ( $commit_line =~
101 or die "Malformed commit line \"$commit_line\"\n";
108 or die "Malformed detail line \"$detail_line\" for $commit_line\n";
112 die "Missing commit details for $commit_line\n"
116 or die "Malformed code line \"$code_line\" for $commit_line\n";
133 or die "Missing author email for $commit_line\n";
135 or die "Malformed author email \"$author_mail\" for $commit_line\n";
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/util/
H A Drelicense.pl97 my $commit_line = shift @stdout;
99 ( $commit_line =~
101 or die "Malformed commit line \"$commit_line\"\n";
108 or die "Malformed detail line \"$detail_line\" for $commit_line\n";
112 die "Missing commit details for $commit_line\n"
116 or die "Malformed code line \"$code_line\" for $commit_line\n";
133 or die "Missing author email for $commit_line\n";
135 or die "Malformed author email \"$author_mail\" for $commit_line\n";
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/util/
H A Drelicense.pl97 my $commit_line = shift @stdout;
99 ( $commit_line =~
101 or die "Malformed commit line \"$commit_line\"\n";
108 or die "Malformed detail line \"$detail_line\" for $commit_line\n";
112 die "Missing commit details for $commit_line\n"
116 or die "Malformed code line \"$code_line\" for $commit_line\n";
133 or die "Missing author email for $commit_line\n";
135 or die "Malformed author email \"$author_mail\" for $commit_line\n";
/dports/net/ipxe/ipxe-2265a65/src/util/
H A Drelicense.pl97 my $commit_line = shift @stdout;
99 ( $commit_line =~
101 or die "Malformed commit line \"$commit_line\"\n";
108 or die "Malformed detail line \"$detail_line\" for $commit_line\n";
112 die "Missing commit details for $commit_line\n"
116 or die "Malformed code line \"$code_line\" for $commit_line\n";
133 or die "Missing author email for $commit_line\n";
135 or die "Malformed author email \"$author_mail\" for $commit_line\n";
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/util/
H A Drelicense.pl97 my $commit_line = shift @stdout;
99 ( $commit_line =~
101 or die "Malformed commit line \"$commit_line\"\n";
108 or die "Malformed detail line \"$detail_line\" for $commit_line\n";
112 die "Missing commit details for $commit_line\n"
116 or die "Malformed code line \"$code_line\" for $commit_line\n";
133 or die "Missing author email for $commit_line\n";
135 or die "Malformed author email \"$author_mail\" for $commit_line\n";
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/util/
H A Drelicense.pl97 my $commit_line = shift @stdout;
99 ( $commit_line =~
101 or die "Malformed commit line \"$commit_line\"\n";
108 or die "Malformed detail line \"$detail_line\" for $commit_line\n";
112 die "Missing commit details for $commit_line\n"
116 or die "Malformed code line \"$code_line\" for $commit_line\n";
133 or die "Missing author email for $commit_line\n";
135 or die "Malformed author email \"$author_mail\" for $commit_line\n";
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/util/
H A Drelicense.pl97 my $commit_line = shift @stdout;
99 ( $commit_line =~
101 or die "Malformed commit line \"$commit_line\"\n";
108 or die "Malformed detail line \"$detail_line\" for $commit_line\n";
112 die "Missing commit details for $commit_line\n"
116 or die "Malformed code line \"$code_line\" for $commit_line\n";
133 or die "Missing author email for $commit_line\n";
135 or die "Malformed author email \"$author_mail\" for $commit_line\n";
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/util/
H A Drelicense.pl97 my $commit_line = shift @stdout;
99 ( $commit_line =~
101 or die "Malformed commit line \"$commit_line\"\n";
108 or die "Malformed detail line \"$detail_line\" for $commit_line\n";
112 die "Missing commit details for $commit_line\n"
116 or die "Malformed code line \"$code_line\" for $commit_line\n";
133 or die "Missing author email for $commit_line\n";
135 or die "Malformed author email \"$author_mail\" for $commit_line\n";
/dports/devel/gitinspector/gitinspector-0.4.4/gitinspector/
H A Dchanges.py46 commit_line = string.split("|")
48 if commit_line.__len__() == 2:
49 self.name = commit_line[0].strip()
79 commit_line = string.split("|")
81 if commit_line.__len__() == 4:
82 self.date = commit_line[0]
83 self.sha = commit_line[1]
85 self.email = commit_line[3].strip()
95 commit_line = string.split("|")
97 if commit_line.__len__() == 4:
[all …]
/dports/x11/kitty/kitty-0.23.1/kittens/broadcast/
H A Dmain.py39 def commit_line(self) -> None: member in Broadcast
46 self.commit_line()
51 self.commit_line()
61 self.commit_line()
/dports/sysutils/vector/vector-0.10.0/scripts/
H A Drelease-prepare.rb130 commit_lines.collect do |commit_line|
131 parse_commit_line!(commit_line)
251 def parse_commit_line!(commit_line) argument
253 line_parts = commit_line.split("\t")
/dports/devel/tig/tig-2.5.4/src/
H A Dlog.c50 struct line *commit_line = find_prev_line_by_type(view, line, LINE_COMMIT); in log_select() local
52 if (commit_line) in log_select()
53 log_copy_rev(view, commit_line); in log_select()
/dports/lang/v/v-0.1.29/vlib/readline/
H A Dreadline_linux.c.v21 commit_line
181 `\n` { return .commit_line }
182 `\r` { return .commit_line }
279 .commit_line { return r.commit_line() }
400 fn (mut r Readline) commit_line() bool {
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/gui2/
H A Dflow_toolbar.py187 def commit_line(): function
211 commit_line()
232 commit_line()
/dports/math/curv/curv-0.5/extern/replxx/src/
H A Dreplxx_impl.hxx216 Replxx::ACTION_RESULT commit_line( char32_t );
H A Dreplxx_impl.cxx333 … return ( action( RESET_KILL_ACTION, &Replxx::ReplxxImpl::commit_line, code ) ); in invoke()
1623 Replxx::ACTION_RESULT Replxx::ReplxxImpl::commit_line( char32_t ) { in commit_line() function in replxx::Replxx::ReplxxImpl
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/replxx/src/
H A Dreplxx_impl.hxx229 Replxx::ACTION_RESULT commit_line( char32_t );
H A Dreplxx_impl.cxx365 … return ( action( RESET_KILL_ACTION, &Replxx::ReplxxImpl::commit_line, code ) ); in invoke()
1659 Replxx::ACTION_RESULT Replxx::ReplxxImpl::commit_line( char32_t ) { in commit_line() function in replxx::Replxx::ReplxxImpl
/dports/mail/rspamd/rspamd-3.1/contrib/replxx/src/
H A Dreplxx_impl.hxx229 Replxx::ACTION_RESULT commit_line( char32_t );
H A Dreplxx_impl.cxx365 … return ( action( RESET_KILL_ACTION, &Replxx::ReplxxImpl::commit_line, code ) ); in invoke()
1659 Replxx::ACTION_RESULT Replxx::ReplxxImpl::commit_line( char32_t ) { in commit_line() function in replxx::Replxx::ReplxxImpl
/dports/devel/replxx/replxx-release-0.0.3/src/
H A Dreplxx_impl.hxx221 Replxx::ACTION_RESULT commit_line( char32_t );
H A Dreplxx_impl.cxx337 … return ( action( RESET_KILL_ACTION, &Replxx::ReplxxImpl::commit_line, code ) ); in invoke()
1630 Replxx::ACTION_RESULT Replxx::ReplxxImpl::commit_line( char32_t ) { in commit_line() function in replxx::Replxx::ReplxxImpl
/dports/security/tor/tor-0.4.6.8/src/test/
H A Dtest_shared_random.c698 char *commit_line = smartlist_get(chunks, 1); in test_vote() local
699 tt_assert(commit_line); in test_vote()
700 ret = smartlist_split_string(tokens, commit_line, " ", 0, 0); in test_vote()
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/test/
H A Dtest_shared_random.c698 char *commit_line = smartlist_get(chunks, 1); in test_vote() local
699 tt_assert(commit_line); in test_vote()
700 ret = smartlist_split_string(tokens, commit_line, " ", 0, 0); in test_vote()
/dports/textproc/ibus-typing-booster/ibus-typing-booster-2.15.11/engine/
H A Dhunspell_table.py2625 for commit_line in commit_phrase.splitlines(keepends=True):
2626 if not commit_line.endswith('\n'):
2628 IBus.Text.new_from_string(commit_line))
2631 IBus.Text.new_from_string(commit_line[:-1]))