Home
last modified time | relevance | path

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

12

/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/util/
H A Drelicense.pl132 my $author_mail = $details->{$commit}->{"author-mail"}
134 ( my $email ) = ( $author_mail =~ /^<(\S+)>$/ )
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.pl132 my $author_mail = $details->{$commit}->{"author-mail"}
134 ( my $email ) = ( $author_mail =~ /^<(\S+)>$/ )
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.pl132 my $author_mail = $details->{$commit}->{"author-mail"}
134 ( my $email ) = ( $author_mail =~ /^<(\S+)>$/ )
135 or die "Malformed author email \"$author_mail\" for $commit_line\n";
/dports/net/ipxe/ipxe-2265a65/src/util/
H A Drelicense.pl132 my $author_mail = $details->{$commit}->{"author-mail"}
134 ( my $email ) = ( $author_mail =~ /^<(\S+)>$/ )
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.pl132 my $author_mail = $details->{$commit}->{"author-mail"}
134 ( my $email ) = ( $author_mail =~ /^<(\S+)>$/ )
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.pl132 my $author_mail = $details->{$commit}->{"author-mail"}
134 ( my $email ) = ( $author_mail =~ /^<(\S+)>$/ )
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.pl132 my $author_mail = $details->{$commit}->{"author-mail"}
134 ( my $email ) = ( $author_mail =~ /^<(\S+)>$/ )
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.pl132 my $author_mail = $details->{$commit}->{"author-mail"}
134 ( my $email ) = ( $author_mail =~ /^<(\S+)>$/ )
135 or die "Malformed author email \"$author_mail\" for $commit_line\n";
/dports/devel/p5-Config-Versioned/Config-Versioned-1.01/t/
H A D01-initdb.t45 author_mail => 'test@example.com',
85 author_mail => 'test@example.com',
96 author_mail => 'test@example.com',
132 author_mail => 'test@example.com',
H A D09-symlink.t46 author_mail => 'test@example.com',
86 author_mail => 'test@example.com',
97 author_mail => 'test@example.com',
H A D08-sha.t91 author_mail => 'test@example.com',
105 author_mail => 'test@example.com',
H A D00-load.t26 # author_mail => 'test@example.com',
/dports/irc/inspircd/inspircd-3.11.0/make/
H A Ddirective.pm114 my $author_mail = get_directive($file, 'ModAuthorMail');
115 if (defined $author_mail) {
116 push @message, " * $author <$author_mail>";
/dports/www/drupal8/drupal-8.9.20/core/modules/comment/tests/src/Functional/
H A DCommentAnonymousTest.php133 $author_mail = $this->randomMachineName() . '@example.com';
134 …randomMachineName(), $this->randomMachineName(), ['name' => $author_name, 'mail' => $author_mail]);
142 …$this->assertRaw($author_mail, "The anonymous user's email address is correct when editing the com…
H A DCommentAdminTest.php225 $author_mail = $this->randomMachineName() . '@example.com';
226 …randomMachineName(), $this->randomMachineName(), ['name' => $author_name, 'mail' => $author_mail]);
/dports/www/drupal9/drupal-9.2.10/core/modules/comment/tests/src/Functional/
H A DCommentAnonymousTest.php133 $author_mail = $this->randomMachineName() . '@example.com';
134 …randomMachineName(), $this->randomMachineName(), ['name' => $author_name, 'mail' => $author_mail]);
143 $this->assertSession()->responseContains($author_mail);
H A DCommentAdminTest.php225 $author_mail = $this->randomMachineName() . '@example.com';
226 …randomMachineName(), $this->randomMachineName(), ['name' => $author_name, 'mail' => $author_mail]);
/dports/archivers/py-bup/bup-0.31/lib/bup/t/
H A Dtgit.py310 WVPASSEQ(commit_items.author_mail, b'someone@somewhere')
346 author_mail = b'author@somewhere'
353 b'%s <%s>' % (author_name, author_mail),
361 b'%s <%s>' % (author_name, author_mail),
375 WVPASSEQ(author_mail, commit_items.author_mail)
388 WVPASSEQ(author_mail, commit_items.author_mail)
/dports/devel/cgit/cgit-1.2.3/git/builtin/
H A Dblame.c90 struct strbuf author_mail; member
166 strbuf_init(&ci->author_mail, 0); in commit_info_init()
178 strbuf_release(&ci->author_mail); in commit_info_destroy()
199 &ret->author, &ret->author_mail, in get_commit_info()
256 printf("author-mail %s\n", ci.author_mail.buf); in emit_one_suspect_detail()
497 name = ci.author_mail.buf; in emit_other()
520 name = ci.author_mail.buf; in emit_other()
638 num = utf8_strwidth(ci.author_mail.buf); in find_alignment()
/dports/devel/git-svn/git-2.34.1/builtin/
H A Dblame.c91 struct strbuf author_mail; member
106 .author_mail = STRBUF_INIT, \
177 strbuf_release(&ci->author_mail); in commit_info_destroy()
196 &ret->author, &ret->author_mail, in get_commit_info()
253 printf("author-mail %s\n", ci.author_mail.buf); in emit_one_suspect_detail()
492 name = ci.author_mail.buf; in emit_other()
515 name = ci.author_mail.buf; in emit_other()
633 num = utf8_strwidth(ci.author_mail.buf); in find_alignment()
/dports/devel/git-gui/git-2.34.1/builtin/
H A Dblame.c91 struct strbuf author_mail; member
106 .author_mail = STRBUF_INIT, \
177 strbuf_release(&ci->author_mail); in commit_info_destroy()
196 &ret->author, &ret->author_mail, in get_commit_info()
253 printf("author-mail %s\n", ci.author_mail.buf); in emit_one_suspect_detail()
492 name = ci.author_mail.buf; in emit_other()
515 name = ci.author_mail.buf; in emit_other()
633 num = utf8_strwidth(ci.author_mail.buf); in find_alignment()
/dports/devel/git-p4/git-2.34.1/builtin/
H A Dblame.c91 struct strbuf author_mail; member
106 .author_mail = STRBUF_INIT, \
177 strbuf_release(&ci->author_mail); in commit_info_destroy()
196 &ret->author, &ret->author_mail, in get_commit_info()
253 printf("author-mail %s\n", ci.author_mail.buf); in emit_one_suspect_detail()
492 name = ci.author_mail.buf; in emit_other()
515 name = ci.author_mail.buf; in emit_other()
633 num = utf8_strwidth(ci.author_mail.buf); in find_alignment()
/dports/devel/git/git-2.34.1/builtin/
H A Dblame.c91 struct strbuf author_mail; member
106 .author_mail = STRBUF_INIT, \
177 strbuf_release(&ci->author_mail); in commit_info_destroy()
196 &ret->author, &ret->author_mail, in get_commit_info()
253 printf("author-mail %s\n", ci.author_mail.buf); in emit_one_suspect_detail()
492 name = ci.author_mail.buf; in emit_other()
515 name = ci.author_mail.buf; in emit_other()
633 num = utf8_strwidth(ci.author_mail.buf); in find_alignment()
/dports/devel/git-cvs/git-2.34.1/builtin/
H A Dblame.c91 struct strbuf author_mail; member
106 .author_mail = STRBUF_INIT, \
177 strbuf_release(&ci->author_mail); in commit_info_destroy()
196 &ret->author, &ret->author_mail, in get_commit_info()
253 printf("author-mail %s\n", ci.author_mail.buf); in emit_one_suspect_detail()
492 name = ci.author_mail.buf; in emit_other()
515 name = ci.author_mail.buf; in emit_other()
633 num = utf8_strwidth(ci.author_mail.buf); in find_alignment()
/dports/devel/p5-Connector/connector-1.44/t/
H A D01-proxy-config-versioned.t49 author_mail => 'test@example.com',
61 author_mail => 'test@example.com',

12