Home
last modified time | relevance | path

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

12

/dports/print/lyx/lyx-2.3.4.2/src/
H A DConverterCache.cpp118 string const orig_from = lex.getString(); in readIndex() local
130 FileName const orig_from_name(orig_from); in readIndex()
154 << orig_from << "' (too old)."); in readIndex()
270 LYXERR(Debug::FILES, ' ' << orig_from in add()
276 add(orig_from, "eps", converted_eps); in add()
279 add(orig_from, "pdf6", converted_pdf); in add()
313 orig_from.checksum()); in add()
411 if (!inCache(orig_from, "eps")) in inCache()
414 if (!inCache(orig_from, "pdf6")) in inCache()
454 if (!copy(orig_from, "eps", dest_eps)) in copy()
[all …]
H A DConverterCache.h65 void add(support::FileName const & orig_from, std::string const & to_format,
69 void remove(support::FileName const & orig_from,
80 bool inCache(support::FileName const & orig_from,
84 support::FileName const & cacheName(support::FileName const & orig_from,
88 bool copy(support::FileName const & orig_from, std::string const & to_format,
H A DConverter.cpp403 FileName const & orig_from, in convert() argument
411 ConverterCache::get().inCache(orig_from, to_format)) in convert()
412 return ConverterCache::get().copy(orig_from, to_format, to_file); in convert()
438 ConverterCache::get().add(orig_from, in convert()
626 command = subst(command, token_orig_path, quoteName(onlyPath(orig_from.absFileName()))); in convert()
627 command = subst(command, token_orig_from, quoteName(onlyFileName(orig_from.absFileName()))); in convert()
728 ConverterCache::get().add(orig_from, to_format, outfile); in convert()
/dports/news/fidogate/fidogate-5.10-3-g1c1fd41/scripts/inn/
H A Dfilter_nnrpd.pl40 my $orig_from = `$sm $fn`;
41 my @orig_from = grep(/^From:/, split(/\n/, $orig_from));
42 $orig_from = shift @orig_from;
43 $orig_from =~ s/^From:\s*//;
45 $orig_from =~
48 $orig_from =~
50 $orig_from =~ s/^"//;
51 $orig_from =~ s/"$//;
52 $hdr{"X-Comment-To"} = $orig_from;
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_log_messages_sql/
H A Dmod_log_messages_sql.lua121 local orig_from = stanza.attr.from;
123 if not orig_from and c2s then
124 orig_from = origin.full_jid;
126 orig_to = orig_to or orig_from; -- Weird corner cases
137 local store_user, store_host = jid_split(c2s and orig_from or orig_to);
138 local target_jid = c2s and orig_to or orig_from;
/dports/www/groupoffice/groupoffice-6.4.231-php-71/modules/postfixadmin/scripts/
H A Dvacation.pl297 my ($email, $alias, $orig_from, $orig_to, $orig_messageid) = @_;
304 if (already_notified($email, $orig_from)) { return; }
305 …E] for $orig_messageid:\n", "FROM: $email (orig_to: $orig_to)\n", "TO: $orig_from\n", "VACATION SU…
309 do_mail ($alias, $orig_from, $row[0], $row[1]);
310 do_log ($orig_messageid, $orig_to, $orig_from, '');
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_carbons/
H A Dmod_carbons.lua33 local orig_from = stanza.attr.from;
41 local bare_jid = jid_bare(orig_from);
77 …elseif not c2s and bare_jid == orig_from and stanza:get_child("x", "http://jabber.org/protocol/muc…
/dports/devel/p5-Test-Reporter/Test-Reporter-1.62/t/
H A D6-write-read-crlf.t31 my $orig_from = $reporter->from;
65 is($reporter->from, $orig_from);
H A D1-reporter.t121 my $orig_from = $reporter->from;
141 is($reporter->from, $orig_from);
/dports/mail/squirrelmail/squirrelmail.stable/squirrelmail/src/
H A Dcompose.php201 function getReplyCitation($orig_from, $orig_date) { argument
206 if (!is_object($orig_from)) {
207 $orig_from = '';
209 $orig_from = decodeHeader($orig_from->getAddress(false),false,false,true);
218 if ($orig_from == '') {
228 $full_reply_citation = sprintf(_("%s wrote:"),$orig_from);
233 $full_reply_citation = $start . $orig_from . $end;
251 $full_reply_citation = $start . $orig_from . $end;
834 $orig_from = $from_o->getAddress();
836 $orig_from = '';
[all …]
/dports/mail/squirrelmail-spam-buttons-plugin/squirrelmail-spam-buttons-plugin-php74-2.3.1_2/spam_buttons/
H A Dbounce_send.php139 $orig_from = $from_o->getAddress(); variable
141 $orig_from = ''; variable
149 if(strtolower($enc_from_name) == strtolower($orig_from)) {
H A Dcompose_functions-1.4.10.php124 $orig_from = $from_o->getAddress();
126 $orig_from = '';
132 if($enc_from_name == $orig_from) {
179 $orig_from = '';
H A Dcompose_functions-1.5.2.php127 $orig_from = $from_o->getAddress();
129 $orig_from = '';
136 if(strtolower($enc_from_name) == strtolower($orig_from)) {
181 $orig_from = '';
H A Dcompose_functions-1.4.11.php123 $orig_from = $from_o->getAddress();
125 $orig_from = '';
132 if(strtolower($enc_from_name) == strtolower($orig_from)) {
176 $orig_from = '';
H A Dcompose_functions-1.4.14.php123 $orig_from = $from_o->getAddress();
125 $orig_from = '';
132 if(strtolower($enc_from_name) == strtolower($orig_from)) {
176 $orig_from = '';
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/VIRTUAL_VACATION/
H A Dvacation.pl429 my ($email, $orig_from, $orig_to, $orig_messageid, $orig_subject, $test_mode) = @_;
438 if (already_notified($email, $orig_from) == 1) {
439 $logger->debug("Already notified $orig_from, or some error prevented us from doing so");
443 …on response for $orig_messageid: FROM: $email (orig_to: $orig_to), TO: $orig_from; VACATION SUBJEC…
457 my $to = $orig_from;
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/VIRTUAL_VACATION/
H A Dvacation.pl429 my ($email, $orig_from, $orig_to, $orig_messageid, $orig_subject, $test_mode) = @_;
438 if (already_notified($email, $orig_from) == 1) {
439 $logger->debug("Already notified $orig_from, or some error prevented us from doing so");
443 …on response for $orig_messageid: FROM: $email (orig_to: $orig_to), TO: $orig_from; VACATION SUBJEC…
457 my $to = $orig_from;
/dports/net-im/prosody/prosody-0.11.13/plugins/
H A Dmod_carbons.lua26 local orig_from = stanza.attr.from;
27 local bare_from = jid_bare(orig_from);
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/VIRTUAL_VACATION/
H A Dvacation.pl435 my ($email, $orig_from, $orig_to, $orig_messageid, $orig_subject, $test_mode) = @_;
444 if (already_notified($email, $orig_from) == 1) {
445 $logger->debug("Already notified $orig_from, or some error prevented us from doing so");
449 …on response for $orig_messageid: FROM: $email (orig_to: $orig_to), TO: $orig_from; VACATION SUBJEC…
463 my $to = $orig_from;
/dports/mail/postfixadmin/postfixadmin-d3bc1551/VIRTUAL_VACATION/
H A Dvacation.pl435 my ($email, $orig_from, $orig_to, $orig_messageid, $orig_subject, $test_mode) = @_;
444 if (already_notified($email, $orig_from) == 1) {
445 $logger->debug("Already notified $orig_from, or some error prevented us from doing so");
449 …on response for $orig_messageid: FROM: $email (orig_to: $orig_to), TO: $orig_from; VACATION SUBJEC…
463 my $to = $orig_from;
/dports/databases/p5-DBIx-Class/DBIx-Class-0.082842/lib/DBIx/Class/Storage/
H A DDBIHacks.pm279 my @orig_from = @{$attrs->{from}};
287 @outer_from = splice @orig_from, 0, $root_node_offset;
297 @{$orig_from[0]}[1 .. $#{$orig_from[0]}],
308 shift @orig_from; # what we just replaced above
313 $self->_resolve_aliastypes_from_select_args({ %$outer_attrs, from => \@orig_from });
322 while (my $j = shift @orig_from) {
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/drm/dist/shared-core/
H A Dmach64_state.c491 u32 *from, *orig_from; in copy_from_user_vertex() local
501 orig_from = from; /* we'll be modifying the "from" ptr, so save it */ in copy_from_user_vertex()
529 drm_free(orig_from, bytes, DRM_MEM_DRIVER); in copy_from_user_vertex()
536 drm_free(orig_from, bytes, DRM_MEM_DRIVER); in copy_from_user_vertex()
541 drm_free(orig_from, bytes, DRM_MEM_DRIVER); in copy_from_user_vertex()
/dports/net/samba412/samba-4.12.15/source3/auth/
H A Duser_util.c72 char *orig_from = last_from; in set_last_from_to() local
78 SAFE_FREE(orig_from); in set_last_from_to()
/dports/mail/postfix-policyd-weight/policyd-weight-0.1.15.2/
H A Dpolicyd-weight1778 my $orig_from = $from;
1797 $cansw = cache_query('ask', $ip, '0', $orig_from, $from_domain);
2610 if($orig_from =~ /(nobody|anonymous)\@/)
2654 ($orig_from =~ /\@.*?\..*?\./)
2666 ($orig_from =~ /[bcdfgjklmnpqrtvwxz]{5,}.*\@/i) ||
2667 ($orig_from =~ /[aeiou]{4,}.*\@/i)
2687 $orig_from =~ /@(.*)/;
2790 cache_query('nadd', $ip, $rate, $orig_from, $from_domain);
2808 cache_query('padd', $ip, $rate, $orig_from, $from_domain);
/dports/net-im/prosody/prosody-0.11.13/plugins/mod_mam/
H A Dmod_mam.lua250 local orig_from = stanza.attr.from;
251 local orig_to = stanza.attr.to or orig_from;
257 local with = jid_bare(c2s and orig_to or orig_from);

12