Home
last modified time | relevance | path

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

12345678

/dports/java/bouncycastle15/crypto-169/core/src/main/java/org/bouncycastle/asn1/bc/
H A DObjectStoreData.java36 private final ASN1GeneralizedTime lastModifiedDate; field in ObjectStoreData
40 …ata(AlgorithmIdentifier integrityAlgorithm, Date creationDate, Date lastModifiedDate, ObjectDataSe… in ObjectStoreData() argument
45 this.lastModifiedDate = new DERGeneralizedTime(lastModifiedDate); in ObjectStoreData()
55 this.lastModifiedDate = ASN1GeneralizedTime.getInstance(seq.getObjectAt(3)); in ObjectStoreData()
91 return lastModifiedDate; in getLastModifiedDate()
111 v.add(lastModifiedDate); in toASN1Primitive()
H A DObjectData.java37 private final ASN1GeneralizedTime lastModifiedDate; field in ObjectData
46 this.lastModifiedDate = ASN1GeneralizedTime.getInstance(seq.getObjectAt(3)); in ObjectData()
51 …public ObjectData(BigInteger type, String identifier, Date creationDate, Date lastModifiedDate, by… in ObjectData() argument
56 this.lastModifiedDate = new DERGeneralizedTime(lastModifiedDate); in ObjectData()
98 return lastModifiedDate; in getLastModifiedDate()
113 v.add(lastModifiedDate); in toASN1Primitive()
/dports/textproc/sigil/Sigil-1.8.0/src/ResourceObjects/
H A DResource.cpp262 const QDateTime lastModifiedDate = QFileInfo(m_FullFilePath).lastModified(); in SaveToDisk() local
264 if (lastModifiedDate.isValid()) { in SaveToDisk()
265 m_LastSaved = lastModifiedDate.toMSecsSinceEpoch(); in SaveToDisk()
272 const QDateTime lastModifiedDate = latestFileInfo.lastModified(); in FileChangedOnDisk() local
273 m_LastWrittenTo = lastModifiedDate.isValid() ? lastModifiedDate.toMSecsSinceEpoch() : 0; in FileChangedOnDisk()
281 const QDateTime lastModifiedDate = newFileInfo.lastModified(); in ResourceFileModified() local
282 qint64 latestWrittenTo = lastModifiedDate.isValid() ? lastModifiedDate.toMSecsSinceEpoch() : 0; in ResourceFileModified()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Extensions/Script/Services/
H A DWebServiceClientProxyGenerator.cs37 … DateTime lastModifiedDate = GetAssemblyModifiedTime(webServiceData.TypeData.Type.Assembly); in GetClientProxyScript()
45 if (header >= lastModifiedDate) { in GetClientProxyScript()
55 if (lastModifiedDate.ToUniversalTime() < DateTime.UtcNow) { in GetClientProxyScript()
59 cachePolicy.SetLastModified(lastModifiedDate); in GetClientProxyScript()
63 cachePolicy.SetExpires(lastModifiedDate.AddYears(-1)); in GetClientProxyScript()
/dports/www/firefox-esr/firefox-91.8.0/dom/indexedDB/
H A DIndexedDatabase.cpp40 int64_t lastModifiedDate = INT64_MAX; member
140 int64_t lastModifiedDate; in ReadBlobOrFile() local
142 lastModifiedDate = INT64_MAX; in ReadBlobOrFile()
144 if (NS_WARN_IF(!JS_ReadBytes(aReader, &lastModifiedDate, in ReadBlobOrFile()
145 sizeof(lastModifiedDate)))) { in ReadBlobOrFile()
148 lastModifiedDate = NativeEndian::swapFromLittleEndian(lastModifiedDate); in ReadBlobOrFile()
151 aRetval->lastModifiedDate = lastModifiedDate; in ReadBlobOrFile()
247 aData.lastModifiedDate * PR_USEC_PER_MSEC); in CreateAndWrapBlobOrFile()
/dports/lang/spidermonkey78/firefox-78.9.0/dom/indexedDB/
H A DIndexedDatabase.cpp39 int64_t lastModifiedDate = INT64_MAX; member
139 int64_t lastModifiedDate; in ReadBlobOrFile() local
141 lastModifiedDate = INT64_MAX; in ReadBlobOrFile()
143 if (NS_WARN_IF(!JS_ReadBytes(aReader, &lastModifiedDate, in ReadBlobOrFile()
144 sizeof(lastModifiedDate)))) { in ReadBlobOrFile()
147 lastModifiedDate = NativeEndian::swapFromLittleEndian(lastModifiedDate); in ReadBlobOrFile()
150 aRetval->lastModifiedDate = lastModifiedDate; in ReadBlobOrFile()
246 aData.lastModifiedDate * PR_USEC_PER_MSEC); in CreateAndWrapBlobOrFile()
/dports/www/firefox/firefox-99.0/dom/indexedDB/
H A DIndexedDatabase.cpp39 int64_t lastModifiedDate = INT64_MAX; member
139 int64_t lastModifiedDate; in ReadBlobOrFile() local
141 lastModifiedDate = INT64_MAX; in ReadBlobOrFile()
143 if (NS_WARN_IF(!JS_ReadBytes(aReader, &lastModifiedDate, in ReadBlobOrFile()
144 sizeof(lastModifiedDate)))) { in ReadBlobOrFile()
147 lastModifiedDate = NativeEndian::swapFromLittleEndian(lastModifiedDate); in ReadBlobOrFile()
150 aRetval->lastModifiedDate = lastModifiedDate; in ReadBlobOrFile()
246 aData.lastModifiedDate * PR_USEC_PER_MSEC); in CreateAndWrapBlobOrFile()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/indexedDB/
H A DIndexedDatabase.cpp40 int64_t lastModifiedDate = INT64_MAX; member
140 int64_t lastModifiedDate; in ReadBlobOrFile() local
142 lastModifiedDate = INT64_MAX; in ReadBlobOrFile()
144 if (NS_WARN_IF(!JS_ReadBytes(aReader, &lastModifiedDate, in ReadBlobOrFile()
145 sizeof(lastModifiedDate)))) { in ReadBlobOrFile()
148 lastModifiedDate = NativeEndian::swapFromLittleEndian(lastModifiedDate); in ReadBlobOrFile()
151 aRetval->lastModifiedDate = lastModifiedDate; in ReadBlobOrFile()
247 aData.lastModifiedDate * PR_USEC_PER_MSEC); in CreateAndWrapBlobOrFile()
/dports/net/akonadi-notes/akonadi-notes-21.12.3/src/
H A Dnoteutils.cpp185 QDateTime lastModifiedDate; member in Akonadi::NoteUtils::NoteMessageWrapperPrivate
209 lastModifiedDate = QDateTime::fromString(lastmod->asUnicodeString(), Qt::RFC2822Date); in readMimeMessage()
210 if (!lastModifiedDate.isValid()) { in readMimeMessage()
392 QDateTime lastModifiedDate = QDateTime::currentDateTime(); in message() local
393 if (d->lastModifiedDate.isValid()) { in message()
394 lastModifiedDate = d->lastModifiedDate; in message()
407 …st QString formatDate = QLocale::c().toString(lastModifiedDate, QStringLiteral("ddd, ")) + lastMod… in message()
472 void NoteMessageWrapper::setLastModifiedDate(const QDateTime &lastModifiedDate) in setLastModifiedDate() argument
475 d->lastModifiedDate = lastModifiedDate; in setLastModifiedDate()
478 QDateTime NoteMessageWrapper::lastModifiedDate() const in lastModifiedDate() function in Akonadi::NoteUtils::NoteMessageWrapper
[all …]
H A Dnoteutils.h244 void setLastModifiedDate(const QDateTime &lastModifiedDate);
249 QDateTime lastModifiedDate() const;
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/sensio/framework-extra-bundle/EventListener/
H A DHttpCacheListener.php52 $lastModifiedDate = '';
54 …$lastModifiedDate = $this->getExpressionLanguage()->evaluate($configuration->getLastModified(), $r…
55 $response->setLastModified($lastModifiedDate);
73 if ($lastModifiedDate) {
74 $this->lastModifiedDates[$request] = $lastModifiedDate;
/dports/finance/prestashop/prestashop/vendor/sensio/framework-extra-bundle/EventListener/
H A DHttpCacheListener.php51 $lastModifiedDate = '';
53 …$lastModifiedDate = $this->getExpressionLanguage()->evaluate($configuration->getLastModified(), $r…
54 $response->setLastModified($lastModifiedDate);
72 if ($lastModifiedDate) {
73 $this->lastModifiedDates[$request] = $lastModifiedDate;
/dports/astro/marble/marble-21.12.3/src/plugins/render/opencaching/
H A DOpenCachingCacheDescription.cpp71 void OpenCachingCacheDescription::setLastModifiedDate( const QDateTime& lastModifiedDate ) in setLastModifiedDate() argument
73 m_lastModifiedDate = lastModifiedDate; in setLastModifiedDate()
76 const QDateTime& OpenCachingCacheDescription::lastModifiedDate() const in lastModifiedDate() function in Marble::OpenCachingCacheDescription
H A DOpenCachingCacheLogEntry.cpp82 void OpenCachingCacheLogEntry::setLastModifiedDate( const QDateTime& lastModifiedDate ) in setLastModifiedDate() argument
84 m_lastModifiedDate = lastModifiedDate; in setLastModifiedDate()
87 const QDateTime& OpenCachingCacheLogEntry::lastModifiedDate() const in lastModifiedDate() function in Marble::OpenCachingCacheLogEntry
H A DOpenCachingCacheDescription.h45 void setLastModifiedDate( const QDateTime& lastModifiedDate );
47 const QDateTime& lastModifiedDate() const;
H A DOpenCachingCacheLogEntry.h50 void setLastModifiedDate( const QDateTime& lastModifiedDate );
52 const QDateTime& lastModifiedDate() const;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codecommit/source/model/
H A DSortByEnum.cpp36 return SortByEnum::lastModifiedDate; in GetSortByEnumForName()
54 case SortByEnum::lastModifiedDate: in GetNameForSortByEnum()
/dports/net/akonadi-notes/akonadi-notes-21.12.3/autotests/
H A Dnotestest.cpp52 QCOMPARE(result.lastModifiedDate(), note.lastModifiedDate()); in testSerializeAndParse()
65 QVERIFY(result.lastModifiedDate().isValid()); in createIfEmpty()
/dports/devel/awscli/awscli-1.20.61/awscli/examples/codecommit/
H A Dget-comments-for-pull-request.rst27 "lastModifiedDate": 1508369622.123,
42 "lastModifiedDate": 150836912.273,
H A Dbatch-get-repositories.rst18 "lastModifiedDate": 1430783812.0869999,
30 "lastModifiedDate": 1430783812.0889999,
H A Dget-comments-for-compared-commit.rst28 "lastModifiedDate": 1508369842.278,
44 "lastModifiedDate": 1508369612.240,
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/eventkit/
H A DEKCalendarItem.inc27 function lastModifiedDate: NSDate; message 'lastModifiedDate';
/dports/java/bouncycastle15/crypto-169/prov/src/main/jdk1.3/org/bouncycastle/jcajce/provider/keystore/bcfks/
H A DBcFKSKeyStoreSpi.java126 private Date lastModifiedDate; field in BcFKSKeyStoreSpi
434 lastModifiedDate = lastEditDate; in engineSetKeyEntry()
501 lastModifiedDate = lastEditDate; in engineSetKeyEntry()
530 lastModifiedDate = lastEditDate; in engineSetCertificateEntry()
559 lastModifiedDate = new Date(); in engineDeleteEntry()
744 …reData storeData = new ObjectStoreData(hmacAlgorithm, creationDate, lastModifiedDate, new ObjectDa…
810 lastModifiedDate = creationDate = null;
816 lastModifiedDate = creationDate = new Date();
861 lastModifiedDate = storeData.getLastModifiedDate().getDate();
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/indexedDB/
H A DIDBObjectStore.cpp123 int64_t lastModifiedDate; member
128 , lastModifiedDate(INT64_MAX) in BlobOrFileData()
322 int64_t lastModifiedDate = file->GetLastModified(rv); in StructuredCloneWriteCallback() local
325 lastModifiedDate = NativeEndian::swapToLittleEndian(lastModifiedDate); in StructuredCloneWriteCallback()
334 if (!JS_WriteBytes(aWriter, &lastModifiedDate, sizeof(lastModifiedDate)) || in StructuredCloneWriteCallback()
584 int64_t lastModifiedDate; in ReadBlobOrFile() local
586 lastModifiedDate = INT64_MAX; in ReadBlobOrFile()
588 if (NS_WARN_IF(!JS_ReadBytes(aReader, &lastModifiedDate, in ReadBlobOrFile()
589 sizeof(lastModifiedDate)))) { in ReadBlobOrFile()
592 lastModifiedDate = NativeEndian::swapFromLittleEndian(lastModifiedDate); in ReadBlobOrFile()
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/github.com/aquasecurity/trivy-db/pkg/vulnsrc/nvd/
H A Dnvd.go94 lastModifiedDate, _ := time.Parse("2006-01-02T15:04Z", item.LastModifiedDate)
108 LastModifiedDate: &lastModifiedDate,

12345678