Home
last modified time | relevance | path

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

123

/dports/www/rt44/rt-4.4.5/sbin/
H A Drt-email-digest222 sub since_date {
229 my $since_date = RT::Date->new( RT->SystemUser );
230 $since_date->Set( Format => 'unix', Value => time() );
232 $since_date->AddDays(-1);
234 $since_date->AddDays(-7);
237 $since_date->AddSeconds($OVERLAP_HEDGE);
239 return $since_date;
244 my $since_date = since_date($frequency);
252 VALUE => $since_date->ISO
H A Drt-email-digest.in222 sub since_date {
229 my $since_date = RT::Date->new( RT->SystemUser );
230 $since_date->Set( Format => 'unix', Value => time() );
232 $since_date->AddDays(-1);
234 $since_date->AddDays(-7);
237 $since_date->AddSeconds($OVERLAP_HEDGE);
239 return $since_date;
244 my $since_date = since_date($frequency);
252 VALUE => $since_date->ISO
/dports/www/rt50/rt-5.0.2/sbin/
H A Drt-email-digest222 sub since_date {
229 my $since_date = RT::Date->new( RT->SystemUser );
230 $since_date->Set( Format => 'unix', Value => time() );
232 $since_date->AddDays(-1);
234 $since_date->AddDays(-7);
237 $since_date->AddSeconds($OVERLAP_HEDGE);
239 return $since_date;
244 my $since_date = since_date($frequency);
252 VALUE => $since_date->ISO
H A Drt-email-digest.in222 sub since_date {
229 my $since_date = RT::Date->new( RT->SystemUser );
230 $since_date->Set( Format => 'unix', Value => time() );
232 $since_date->AddDays(-1);
234 $since_date->AddDays(-7);
237 $since_date->AddSeconds($OVERLAP_HEDGE);
239 return $since_date;
244 my $since_date = since_date($frequency);
252 VALUE => $since_date->ISO
/dports/net/R-cran-twitteR/twitteR/R/
H A Dsearch.R21 since_date = NULL functionVar
23 since_date = strsplit(since, " ")[[1]][1]
29 if (until_date == since_date) {
32 until_date = as.Date(since_date) + 1
48 params <- buildCommonArgs(lang=lang, locale=locale, since=since_date, until=until_date,
/dports/devel/cvs-devel/cvs-1.12.13/src/
H A Dhistory.c257 static char * since_date; variable
481 free (since_date); in history()
482 since_date = NULL; in history()
505 free (since_date); in history()
506 since_date = NULL; in history()
517 free (since_date); in history()
518 since_date = NULL; in history()
612 if (since_date) in history()
747 if (since_date != NULL) in history()
748 free (since_date); in history()
[all …]
/dports/devel/anjuta/anjuta-3.34.0/plugins/git/
H A Dgit-log-command.c38 gchar *since_date; member
86 g_free (self->priv->since_date); in git_log_command_finalize()
126 if (self->priv->since_date) in git_log_command_run()
128 filter_arg = g_strdup_printf ("--since=%s", self->priv->since_date); in git_log_command_run()
219 const gchar *since_date, const gchar *until_date, in git_log_command_new() argument
234 self->priv->since_date = g_strdup (since_date); in git_log_command_new()
H A Dgit-log-command.h65 const gchar *since_date,
/dports/devel/py-pyral/pyral-1.5.2/examples/
H A Drepoitems.py72 showRepoItems(rally, repo_name, workspace=workspace, limit=ITEM_LIMIT, since_date=since)
76 def showRepoItems(rally, repo_name, workspace=None, limit=200, order="ASC", since_date=None): argument
80 if since_date:
81 date_cond = "CommitTimestamp >= %s" % since_date
/dports/net/gnu-radius/radius-1.6.1/build-aux/
H A Dgitlog-to-changelog95 my $since_date = '1970-01-01 UTC';
100 'since=s' => \$since_date,
106 my @cmd = (qw (git log --log-size), "--since=$since_date",
/dports/lang/vala/vala-0.48.18/build-aux/
H A Dgitlog-to-changelog98 my $since_date = '1970-01-01 UTC';
103 'since=s' => \$since_date,
106 my @cmd = (qw (git log --log-size), "--since=$since_date",
/dports/sysutils/tracker3/tracker-3.1.2/
H A Dgitlog-to-changelog98 my $since_date = '1970-01-01 UTC';
103 'since=s' => \$since_date,
106 my @cmd = (qw (git log --log-size), "--since=$since_date",
/dports/devel/libgee/libgee-0.20.3/
H A Dgitlog-to-changelog98 my $since_date = '1970-01-01 UTC';
103 'since=s' => \$since_date,
106 my @cmd = (qw (git log --log-size), "--since=$since_date",
/dports/devel/libgee06/libgee-0.6.8/
H A Dgitlog-to-changelog98 my $since_date = '1970-01-01 UTC';
103 'since=s' => \$since_date,
106 my @cmd = (qw (git log --log-size), "--since=$since_date",
/dports/sysutils/tracker-miners/tracker-miners-2.3.5/
H A Dgitlog-to-changelog98 my $since_date = '1970-01-01 UTC';
103 'since=s' => \$since_date,
106 my @cmd = (qw (git log --log-size), "--since=$since_date",
/dports/sysutils/tracker/tracker-2.3.4/
H A Dgitlog-to-changelog98 my $since_date = '1970-01-01 UTC';
103 'since=s' => \$since_date,
106 my @cmd = (qw (git log --log-size), "--since=$since_date",
/dports/print/system-config-printer/system-config-printer-1.5.12/
H A Dgitlog-to-changelog98 my $since_date = '1970-01-01 UTC';
103 'since=s' => \$since_date,
106 my @cmd = (qw (git log --log-size), "--since=$since_date",
/dports/finance/py-python-obelisk/python-obelisk-0.1.3/obelisk/
H A Dutil.py128 def age(from_date, since_date=None, target_tz=None, include_seconds=False): argument
133 if since_date is None:
134 since_date = datetime.now(target_tz)
136 distance_in_time = since_date - from_date
/dports/net/corosync2/corosync-2.4.5/build-aux/
H A Dgitlog-to-changelog103 my $since_date = '1970-01-01 UTC';
109 'since=s' => \$since_date,
113 my @cmd = (qw (git log --log-size), "--since=$since_date",
/dports/net-mgmt/resource-agents/resource-agents-4.9.0/make/
H A Dgitlog-to-changelog103 my $since_date = '1970-01-01 UTC';
109 'since=s' => \$since_date,
113 my @cmd = (qw (git log --log-size), "--since=$since_date",
/dports/devel/libosinfo/libosinfo-1.9.0/build-aux/
H A Dgitlog-to-changelog103 my $since_date = '1970-01-01 UTC';
109 'since=s' => \$since_date,
113 my @cmd = (qw (git log --log-size), "--since=$since_date",
/dports/graphics/entangle/entangle-1.0/build-aux/
H A Dgitlog-to-changelog103 my $since_date = '1970-01-01 UTC';
109 'since=s' => \$since_date,
113 my @cmd = (qw (git log --log-size), "--since=$since_date",
/dports/security/pinentry-gtk2/pinentry-1.1.1/build-aux/
H A Dgitlog-to-changelog177 my $since_date;
186 'since=s' => \$since_date,
194 defined $since_date
195 and unshift @ARGV, "--since=$since_date";
/dports/security/pinentry/pinentry-1.1.1/build-aux/
H A Dgitlog-to-changelog177 my $since_date;
186 'since=s' => \$since_date,
194 defined $since_date
195 and unshift @ARGV, "--since=$since_date";
/dports/security/pinentry-curses/pinentry-1.1.1/build-aux/
H A Dgitlog-to-changelog177 my $since_date;
186 'since=s' => \$since_date,
194 defined $since_date
195 and unshift @ARGV, "--since=$since_date";

123