Home
last modified time | relevance | path

Searched refs:lastModifiedDate (Results 26 – 50 of 193) sorted by relevance

12345678

/dports/www/bolt/bolt-2.2.24/vendor/composer/composer/src/Composer/Repository/
H A DComposerRepository.php687 … $lastModifiedDate = $rfs->findHeaderValue($rfs->getLastHeaders(), 'last-modified');
688 if ($lastModifiedDate) {
689 $data['last-modified'] = $lastModifiedDate;
748 $lastModifiedDate = $rfs->findHeaderValue($rfs->getLastHeaders(), 'last-modified');
749 if ($lastModifiedDate) {
750 $data['last-modified'] = $lastModifiedDate;
/dports/java/bouncycastle15/crypto-169/prov/src/main/jdk1.4/org/bouncycastle/jcajce/provider/keystore/bcfks/
H A DBcFKSKeyStoreSpi.java138 private Date lastModifiedDate; field in BcFKSKeyStoreSpi
446 lastModifiedDate = lastEditDate; in engineSetKeyEntry()
513 lastModifiedDate = lastEditDate; in engineSetKeyEntry()
542 lastModifiedDate = lastEditDate; in engineSetCertificateEntry()
571 lastModifiedDate = new Date(); in engineDeleteEntry()
779 …reData storeData = new ObjectStoreData(hmacAlgorithm, creationDate, lastModifiedDate, new ObjectDa…
850 lastModifiedDate = creationDate = null;
856 lastModifiedDate = creationDate = new Date();
911 lastModifiedDate = storeData.getLastModifiedDate().getDate();
/dports/devel/kf5-kio/kio-5.89.0/src/ioslaves/http/
H A Dhttp_cache_cleaner.cpp59 qint64 lastModifiedDate; member
92 QDateTime lastModifiedDate; member
108 out << "\n lastModifiedDate " << lastModifiedDate.toString(Qt::ISODate); in prettyPrint()
162 stream >> serialized.lastModifiedDate; in readBinaryHeader()
163 fi->lastModifiedDate.setSecsSinceEpoch(serialized.lastModifiedDate); in readBinaryHeader()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/indexedDB/
H A DKeyPath.cpp155 int64_t lastModifiedDate = file->GetLastModified(rv); in GetJSValFromKeyPathString() local
158 intermediate = JS_NumberValue(lastModifiedDate); in GetJSValFromKeyPathString()
162 Date lastModifiedDate = file->GetLastModifiedDate(rv); in GetJSValFromKeyPathString() local
165 lastModifiedDate.ToDateObject(aCx, &intermediate); in GetJSValFromKeyPathString()
H A DIDBObjectStore.cpp127 int64_t lastModifiedDate; member
550 int64_t lastModifiedDate = file->GetLastModified(rv); in NS_IMPL_ISUPPORTS() local
553 lastModifiedDate = NativeEndian::swapToLittleEndian(lastModifiedDate); in NS_IMPL_ISUPPORTS()
562 if (!JS_WriteBytes(aWriter, &lastModifiedDate, in NS_IMPL_ISUPPORTS()
563 sizeof(lastModifiedDate)) || in NS_IMPL_ISUPPORTS()
833 int64_t lastModifiedDate; in ReadBlobOrFile() local
835 lastModifiedDate = INT64_MAX; in ReadBlobOrFile()
837 if (NS_WARN_IF(!JS_ReadBytes(aReader, &lastModifiedDate, in ReadBlobOrFile()
838 sizeof(lastModifiedDate)))) { in ReadBlobOrFile()
841 lastModifiedDate = NativeEndian::swapFromLittleEndian(lastModifiedDate); in ReadBlobOrFile()
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/ElmerGUI/PythonQt/src/
H A DPythonQtImportFileInterface.h64 virtual QDateTime lastModifiedDate(const QString& filename) = 0;
/dports/x11-fonts/fontmatrix/fontmatrix-0.9.100/pythonqt/src/
H A DPythonQtImportFileInterface.h65 virtual QDateTime lastModifiedDate(const QString& filename) = 0;
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codecommit/include/aws/codecommit/model/
H A DSortByEnum.h20 lastModifiedDate enumerator
/dports/graphics/jalbum/jAlbum/skins/Happenings/
H A Dskin.properties12 lastModifiedDate=2012-02-13 key
/dports/graphics/jalbum/jAlbum/skins/Lumen/
H A Dskin.properties10 lastModifiedDate=2012-09-10 key
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/include/core/http/
H A DResponse.hpp410 ptime lastModifiedDate = from_time_t(filePath.getLastWriteTime()); in setIndefiniteCacheableFile() local
411 setHeader("Last-Modified", util::httpDate(lastModifiedDate)); in setIndefiniteCacheableFile()
414 if (lastModifiedDate == request.ifModifiedSince()) in setIndefiniteCacheableFile()
/dports/graphics/jalbum/jAlbum/skins/Minimal/
H A Dskin.properties10 lastModifiedDate=2012-09-02 key
/dports/graphics/jalbum/jAlbum/skins/Mr.Burns/
H A Dskin.properties12 lastModifiedDate=2012-08-14 key
/dports/devel/p5-Paws/Paws-0.14/lib/Paws/CodeCommit/
H A DRepositoryMetadata.pm9 has lastModifiedDate => (is => 'ro', isa => 'Str'); attribute in Paws::CodeCommit::RepositoryMetadata
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/network/
H A DResourceResponseBase.cpp130 data->m_lastModifiedDate = lastModifiedDate(); in copyData()
479 void ResourceResponseBase::setLastModifiedDate(time_t lastModifiedDate) in setLastModifiedDate() argument
483 m_lastModifiedDate = lastModifiedDate; in setLastModifiedDate()
486 time_t ResourceResponseBase::lastModifiedDate() const in lastModifiedDate() function in WebCore::ResourceResponseBase
/dports/devel/awscli/awscli-1.20.61/awscli/examples/iot/
H A Ddescribe-dimension.rst18 "lastModifiedDate": 1578620223.255
H A Ddescribe-role-alias.rst18 "lastModifiedDate": 1570558643.221
H A Dupdate-dimension.rst13 "lastModifiedDate": 1585866222.317,
/dports/devel/awscli/awscli-1.20.61/awscli/examples/codecommit/
H A Ddelete-comment-content.rst14 "lastModifiedDate": 1508369842.278,
H A Dget-repository.rst16 "lastModifiedDate": 1430783812.0869999,
H A Dget-comment.rst19 "lastModifiedDate": 1508369842.278,
/dports/www/firefox-esr/firefox-91.8.0/mozglue/linker/
H A DZip.h222 le_uint16 lastModifiedDate; member
274 le_uint16 lastModifiedDate; member
/dports/www/firefox/firefox-99.0/mozglue/linker/
H A DZip.h222 le_uint16 lastModifiedDate; member
274 le_uint16 lastModifiedDate; member
/dports/mail/thunderbird/thunderbird-91.8.0/mozglue/linker/
H A DZip.h222 le_uint16 lastModifiedDate; member
274 le_uint16 lastModifiedDate; member
/dports/lang/spidermonkey78/firefox-78.9.0/mozglue/linker/
H A DZip.h222 le_uint16 lastModifiedDate; member
274 le_uint16 lastModifiedDate; member

12345678