Home
last modified time | relevance | path

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

12345678910>>...49

/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/ikeikeikeike/go-sitemap-generator/v2/stm/
H A Dsitemap_test.go35 <lastmod>2018-10-28T17:37:21+09:00</lastmod>
56 <lastmod>2018-10-28T17:56:02+09:00</lastmod>
63 <lastmod>2018-10-28T17:56:02+09:00</lastmod>
69 <lastmod>2018-10-28T17:56:02+09:00</lastmod>
75 <lastmod>2018-10-28T17:56:02+09:00</lastmod>
82 <lastmod>2018-10-28T17:56:02+09:00</lastmod>
88 <lastmod>2018-10-28T17:56:02+09:00</lastmod>
94 <lastmod>2018-10-28T17:56:02+09:00</lastmod>
101 <lastmod>2018-10-28T17:56:02+09:00</lastmod>
107 <lastmod>2018-10-28T17:56:02+09:00</lastmod>
[all …]
/dports/mail/notmuch/notmuch-0.34.2/test/
H A DT570-revision-tracking.sh40 notmuch count --lastmod '*' | cut -f2-3 > OUTPUT
44 before=$(notmuch count --lastmod '*' | cut -f3)
46 after=$(notmuch count --lastmod '*' | cut -f3)
50 notmuch count --lastmod '*' | cut -f2 > UUID
78 modtotal=$(notmuch count lastmod:0..)
82 modtotal=$(notmuch count lastmod:1000000..)
86 lastmod=$(notmuch count --lastmod '*' | cut -f3)
89 subtotal=$(notmuch count lastmod:..$lastmod)
/dports/mail/notmuch-emacs/notmuch-0.34.2/test/
H A DT570-revision-tracking.sh40 notmuch count --lastmod '*' | cut -f2-3 > OUTPUT
44 before=$(notmuch count --lastmod '*' | cut -f3)
46 after=$(notmuch count --lastmod '*' | cut -f3)
50 notmuch count --lastmod '*' | cut -f2 > UUID
78 modtotal=$(notmuch count lastmod:0..)
82 modtotal=$(notmuch count lastmod:1000000..)
86 lastmod=$(notmuch count --lastmod '*' | cut -f3)
89 subtotal=$(notmuch count lastmod:..$lastmod)
/dports/mail/py-notmuch2/notmuch-0.34.2/test/
H A DT570-revision-tracking.sh40 notmuch count --lastmod '*' | cut -f2-3 > OUTPUT
44 before=$(notmuch count --lastmod '*' | cut -f3)
46 after=$(notmuch count --lastmod '*' | cut -f3)
50 notmuch count --lastmod '*' | cut -f2 > UUID
78 modtotal=$(notmuch count lastmod:0..)
82 modtotal=$(notmuch count lastmod:1000000..)
86 lastmod=$(notmuch count --lastmod '*' | cut -f3)
89 subtotal=$(notmuch count lastmod:..$lastmod)
/dports/mail/notmuch-mutt/notmuch-0.34.2/test/
H A DT570-revision-tracking.sh40 notmuch count --lastmod '*' | cut -f2-3 > OUTPUT
44 before=$(notmuch count --lastmod '*' | cut -f3)
46 after=$(notmuch count --lastmod '*' | cut -f3)
50 notmuch count --lastmod '*' | cut -f2 > UUID
78 modtotal=$(notmuch count lastmod:0..)
82 modtotal=$(notmuch count lastmod:1000000..)
86 lastmod=$(notmuch count --lastmod '*' | cut -f3)
89 subtotal=$(notmuch count lastmod:..$lastmod)
/dports/mail/py-notmuch/notmuch-0.34.2/test/
H A DT570-revision-tracking.sh40 notmuch count --lastmod '*' | cut -f2-3 > OUTPUT
44 before=$(notmuch count --lastmod '*' | cut -f3)
46 after=$(notmuch count --lastmod '*' | cut -f3)
50 notmuch count --lastmod '*' | cut -f2 > UUID
78 modtotal=$(notmuch count lastmod:0..)
82 modtotal=$(notmuch count lastmod:1000000..)
86 lastmod=$(notmuch count --lastmod '*' | cut -f3)
89 subtotal=$(notmuch count lastmod:..$lastmod)
/dports/www/tikiwiki/tiki-21.2/lib/wiki-plugins/
H A Dwikiplugin_lastmod.php63 $lastmod = $tikilib->get_long_date($tikilib->page_exists_modtime($thispage), $user);
66 $lastmod = $tikilib->get_short_date($tikilib->page_exists_modtime($thispage), $user);
69 $lastmod = $tikilib->get_short_datetime($tikilib->page_exists_modtime($thispage), $user);
72 $lastmod = $tikilib->get_iso8601_datetime($tikilib->page_exists_modtime($thispage), $user);
75 $lastmod = $tikilib->get_long_datetime($tikilib->page_exists_modtime($thispage), $user);
77 return $lastmod;
/dports/math/calc/calc-2.14.0.14/custom/
H A Dc_pmodm127.c62 STATIC ZVALUE lastmod[1]; variable
110 if (havelastmod && zcmp(q, *lastmod)) { in c_pmodm127()
111 zfree(*lastmod); in c_pmodm127()
116 zcopy(q, lastmod); in c_pmodm127()
147 (void) zmod(result.v_num->num, *lastmod, &temp, 0); in c_pmodm127()
202 if (zrel(*zp, *lastmod) < 0) in zmod5_or_zmod()
204 modlen = lastmod->len; in zmod5_or_zmod()
212 (void) zmod(*zp, *lastmod, &tmp1, 0); in zmod5_or_zmod()
224 zmul(z3, *lastmod, &tmp2); in zmod5_or_zmod()
249 while (len > 0 && zrel(*zp, *lastmod) >= 0) { in zmod5_or_zmod()
[all …]
/dports/japanese/hns/hns-2.19.9/tools/
H A Dmake-diary.pl.in52 my $lastmod;
55 my @lastmod;
62 $lastmod[$1] = $l if ($lastmod[$1] < $l);
63 $lastmod = $l if ($lastmod < $l);
71 next unless ($lastmod[$mm]);
73 ! -f $monthly || (stat($monthly))[9] < $lastmod[$mm]) {
76 utime(time(), $lastmod[$mm], $monthly);
82 if ($opt_f || ! -f $recent || (stat($recent))[9] < $lastmod) {
85 utime(time(), $lastmod, $recent);
/dports/textproc/p5-KinoSearch1/KinoSearch1-1.01/
H A DBuild.PL23 my $lastmod = -f 'lastmod' ? retrieve('lastmod') : {};
27 if ( !exists $lastmod->{'Build.PL'}
28 or $lastmod->{'Build.PL'} != $build_pl_lastmod )
32 $lastmod->{'Build.PL'} = $build_pl_lastmod;
95 if ( !exists $lastmod->{$pm_filepath}{$inside}
96 or $lastmod->{$pm_filepath}{$inside} != $mod_time )
100 $lastmod->{$pm_filepath}{$inside} = $mod_time;
212 store( $lastmod, 'lastmod' );
/dports/www/dokuwiki/dokuwiki-2020-07-29/inc/Sitemap/
H A DItem.php12 public $lastmod; variable in dokuwiki\\Sitemap\\Item
20 * @param int $lastmod Timestamp of the last modification
26 public function __construct($url, $lastmod, $changefreq = null, $priority = null) { argument
28 $this->lastmod = $lastmod;
58 .' <lastmod>'.date_iso8601($this->lastmod).'</lastmod>'.NL;
/dports/ftp/dmachine/dmachine-0.25/src/
H A Dqueuefile.java23 private long lastmod; field in queuefile
50 this.lastmod=0L; in queuefile()
66 if(lastmod==0) in isModified()
77 if(qf.lastModified()!=lastmod) in isModified()
108 lastmod=new File(fname).lastModified(); in loadfile()
152 lastmod=0; in savefile()
169 lastmod=new File(name).lastModified(); in savefile()
224 if(lastmod>0) in exists()
/dports/www/moinmoin/moin-1.9.11/MoinMoin/action/
H A Dpollsistersites.py30 lastmod = data['lastmod']
31 if lastmod:
32 uo.addheader('If-Modified-Since', lastmod)
44 lastmod = f.info()["Last-Modified"]
46 lastmod = timefuncs.formathttpdate(time.time())
48 data['lastmod'] = lastmod
/dports/www/phpgroupware/phpgroupware-0.9.16.017/addressbook/inc/
H A Dclass.ipc_addressbook.inc.php256 * @param integer $lastmod last modification time, default is -1 and means return all data id's
259 function getIdList($lastmod=-1) argument
262 $lastmod = intval($lastmod);
268 if($lastmod >= 0)
280 ' (ca.modified_on '.$lastmod.') OR '.
281 ' (cc.modified_on '.$lastmod.') OR '.
282 ' (cn.modified_on '.$lastmod.') OR '.
283 ' (cp.modified_on '.$lastmod.') '.
/dports/www/py-aiohttp/aiohttp-3.7.4.post0/tests/
H A Dtest_web_sendfile_functional.py225 assert lastmod is not None
247 lastmod = "Mon, 1 Jan 1990 01:01:01 GMT"
265 lastmod = "not a valid HTTP-date"
283 lastmod = "Fri, 31 Dec 9999 23:59:59 GMT"
566 lastmod = "Mon, 1 Jan 1990 01:01:01 GMT"
588 lastmod = "Fri, 31 Dec 9999 23:59:59 GMT"
610 lastmod = "Mon, 1 Jan 1990 01:01:01 GMT"
651 lastmod = "Mon, 1 Jan 1990 01:01:01 GMT"
690 lastmod = "Mon, 1 Jan 1990 01:01:01 GMT"
728 lastmod = "not a valid HTTP-date"
[all …]
/dports/irc/undernet-ircu/ircu2.10.12.19/ircd/
H A Dm_jupe.c124 time_t expire_off, lastmod; in ms_jupe() local
151 lastmod = atoi(parv[4]); in ms_jupe()
158 else if (JupeLastMod(ajupe) < lastmod) { /* new modification */ in ms_jupe()
160 return jupe_activate(cptr, sptr, ajupe, lastmod, flags); in ms_jupe()
162 return jupe_deactivate(cptr, sptr, ajupe, lastmod, flags); in ms_jupe()
163 } else if (JupeLastMod(ajupe) == lastmod || IsBurstOrBurstAck(cptr)) in ms_jupe()
169 return jupe_add(cptr, sptr, server, reason, expire_off, lastmod, flags); in ms_jupe()
/dports/www/p5-libservlet/libservlet-0.9.2/lib/Servlet/Http/
H A DHttpServlet.pm206 my $lastmod = $self->getLastModified($request);
207 if ($lastmod == -1) {
211 if ($ifmodsince < ($lastmod / 1000 * 1000)) {
212 $self->maybeSetLastModified($response, $lastmod);
220 my $lastmod = $self->getLastModified($request);
221 $self->maybeSetLastModified($response, $lastmod);
243 my $lastmod = shift;
248 $response->setDateHeader(HEADER_LASTMOD, $lastmod) if $lastmod >= 0;
/dports/mail/mailscanner/MailScanner-5.3.4/usr/share/MailScanner/perl/custom/
H A DLastSpam.pm147 my($lastmod);
150 ($lastmod) = (stat $filename{$option})[9];
151 print STDERR "Last mod date of $option is $lastmod\n" if $Debug;
152 if ($lastmod != $modtime{$option}) {
156 $modtime{$option} = $lastmod; # Update the stored modification time
349 my($lastmod);
352 ($lastmod) = (stat $rulesetfilename{$option})[9];
353 print STDERR "Last mod date of ruleset for $option is $lastmod\n" if $Debug;
354 if ($lastmod != $rulesetmodtime{$option}) {
357 $rulesetmodtime{$option} . " to $lastmod\n" if $Debug;
[all …]
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-view/src/Helper/Navigation/
H A DSitemap.php203 if (isset($page->lastmod)) {
204 $lastmod = strtotime((string) $page->lastmod);
207 if ($lastmod !== false) {
208 $lastmod = date('c', $lastmod);
212 || $lastmodValidator->isValid($lastmod)
216 $dom->createElementNS(self::SITEMAP_NS, 'lastmod', (string) $lastmod)
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-view/src/Helper/Navigation/
H A DSitemap.php203 if (isset($page->lastmod)) {
204 $lastmod = strtotime((string) $page->lastmod);
207 if ($lastmod !== false) {
208 $lastmod = date('c', $lastmod);
212 || $lastmodValidator->isValid($lastmod)
216 $dom->createElementNS(self::SITEMAP_NS, 'lastmod', (string) $lastmod)
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-view/src/Helper/Navigation/
H A DSitemap.php203 if (isset($page->lastmod)) {
204 $lastmod = strtotime((string) $page->lastmod);
207 if ($lastmod !== false) {
208 $lastmod = date('c', $lastmod);
212 || $lastmodValidator->isValid($lastmod)
216 $dom->createElementNS(self::SITEMAP_NS, 'lastmod', (string) $lastmod)
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-view/src/Helper/Navigation/
H A DSitemap.php203 if (isset($page->lastmod)) {
204 $lastmod = strtotime((string) $page->lastmod);
207 if ($lastmod !== false) {
208 $lastmod = date('c', $lastmod);
212 || $lastmodValidator->isValid($lastmod)
216 $dom->createElementNS(self::SITEMAP_NS, 'lastmod', (string) $lastmod)
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-view/src/Helper/Navigation/
H A DSitemap.php203 if (isset($page->lastmod)) {
204 $lastmod = strtotime((string) $page->lastmod);
207 if ($lastmod !== false) {
208 $lastmod = date('c', $lastmod);
212 || $lastmodValidator->isValid($lastmod)
216 $dom->createElementNS(self::SITEMAP_NS, 'lastmod', (string) $lastmod)
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-view/src/Helper/Navigation/
H A DSitemap.php203 if (isset($page->lastmod)) {
204 $lastmod = strtotime((string) $page->lastmod);
207 if ($lastmod !== false) {
208 $lastmod = date('c', $lastmod);
212 || $lastmodValidator->isValid($lastmod)
216 $dom->createElementNS(self::SITEMAP_NS, 'lastmod', (string) $lastmod)
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-view/src/Helper/Navigation/
H A DSitemap.php203 if (isset($page->lastmod)) {
204 $lastmod = strtotime((string) $page->lastmod);
207 if ($lastmod !== false) {
208 $lastmod = date('c', $lastmod);
212 || $lastmodValidator->isValid($lastmod)
216 $dom->createElementNS(self::SITEMAP_NS, 'lastmod', (string) $lastmod)

12345678910>>...49