Home
last modified time | relevance | path

Searched refs:lastModified (Results 76 – 100 of 5524) sorted by last modified time

12345678910>>...221

/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/mozapps/extensions/
H A DAddonManagerStartup.cpp467 double lastModified = time; in UpdateLastModifiedTime() local
468 JS::RootedValue value(mCx, JS::NumberValue(lastModified)); in UpdateLastModifiedTime()
473 return lastModified != LastModifiedTime(); in UpdateLastModifiedTime()
H A DBlocklist.jsm166 * Record the RemoteSettings Blocklist lastModified server time into the
175 * The RemoteSettings client to retrieve the lastModified timestamp from.
185 let lastModified = await remoteSettingsClient.getLastModified();
188 lastModified
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/themes/shared/
H A DaboutCache.css40 #col-lastModified,
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/modules/
H A DProfileAge.jsm34 timestamp = info.lastModified;
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/winapi/src/um/
H A Dwinsafer.rs122 lastModified: FILETIME,
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/webkit/PerformanceTests/Speedometer/resources/todomvc/architecture-examples/backbone/node_modules/jquery/dist/
H A Djquery.min.map1 …ess","conv2","current","conv","responseFields","dataFilter","active","lastModified","etag","url","…
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/places/
H A DnsINavHistoryService.idl153 * @note When an item is added lastModified is set to the same value as
156 readonly attribute PRTime lastModified;
H A DPlacesUtils.jsm97 bookmark.lastModified * 1000,
142 data.lastModified = aNode.lastModified;
207 lastModified: simpleValidateFunc(v => v.constructor.name == "Date"),
1662 * - lastModified (number, microseconds from the epoch): the last-modified
1703 copyProps("guid", "title", "index", "dateAdded", "lastModified");
1768 title, dateAdded, lastModified) AS (
1771 b1.position, b1.title, b1.dateAdded, b1.lastModified
1776 b2.lastModified
1781 d.lastModified, h.url, (SELECT icon_url FROM moz_icons i
H A DPlacesDBUtils.jsm301 dateAdded, lastModified)
306 a.dateAdded, a.lastModified
863 SET dateAdded = COALESCE(NULLIF(dateAdded, 0), NULLIF(lastModified, 0), NULLIF((
867 lastModified = COALESCE(NULLIF(lastModified, 0), NULLIF(dateAdded, 0), NULLIF((
872 NULLIF(lastModified, 0) IS NULL`,
878 SET dateAdded = lastModified
879 WHERE dateAdded > lastModified`,
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/taskcluster/
H A DREADME.md1175 end point that you will need to delete the lastModified and workerType
1227 This copy contains a lastModified field as well as the worker
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/interfaces/
H A DFileAPI.idl40 readonly attribute long long lastModified;
44 long long lastModified;
H A Dclipboard-apis.idl42 readonly attribute long long lastModified;
H A Dhtml.idl55 readonly attribute DOMString lastModified;
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/xhr/
H A Dresponsexml-document-properties.htm.ini2 [lastModified set to time of response if no HTTP header provided]
/dports/mail/thunderbird/thunderbird-91.8.0/remote/cdp/
H A DProtocol.jsm10430 "name": "lastModified",
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/base/
H A DnsIFileStreams.idl200 readonly attribute long long lastModified;
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/cache2/
H A DnsICacheEntry.idl69 readonly attribute uint32_t lastModified;
H A DCacheStorageService.cpp2150 uint32_t lastModified; in OnMemoryConsumptionChange() local
2151 if (NS_FAILED(aEntry->GetLastModified(&lastModified))) { in OnMemoryConsumptionChange()
2152 lastModified = 0; in OnMemoryConsumptionChange()
2159 aCallback->OnEntryInfo(uriSpec, enhanceId, dataSize, fetchCount, lastModified, in OnMemoryConsumptionChange()
H A DCacheFileIOManager.cpp2457 uint32_t lastModified = metadata->GetLastModified(); in GetEntryInfo() local
2460 aCallback->OnEntryInfo(uriSpec, enhanceId, dataSize, fetchCount, lastModified, in GetEntryInfo()
/dports/mail/thunderbird/thunderbird-91.8.0/modules/libpref/init/
H A DStaticPrefList.yaml10229 # Event.timestamp, File.lastModified, audioContext.currentTime,
/dports/mail/thunderbird/thunderbird-91.8.0/services/settings/
H A DUtils.jsm155 let lastModified = this._dumpStats[identifier];
156 if (lastModified === undefined) {
164 lastModified = records[0]?.last_modified || 0;
166 lastModified = -1;
168 this._dumpStats[identifier] = lastModified;
170 return lastModified;
H A DRemoteSettingsClient.jsm361 let lastModified = await this.db.getLastModified();
362 let hasLocalData = lastModified !== null;
391 if (lastModified < lastModifiedDump) {
393 … `${this.identifier} Local DB is stale (${lastModified}), using dump instead (${lastModifiedDump})`
512 …* @param {int} expectedTimestamp the lastModified date (on the server) for the remote collectio…
/dports/mail/thunderbird/thunderbird-91.8.0/services/sync/modules/
H A DSyncedTabs.jsm78 lastModified: client.lastModified * 1000, // sec to ms
/dports/mail/thunderbird/thunderbird-91.8.0/netwerk/test/mochitests/
H A Dpartial_content.sjs46 var lastModified;
52 // Create lastModified variable for responses.
53 lastModified = (new Date()).toUTCString();
54 setState("lastModified", lastModified);
61 lastModified = getState("lastModified");
115 DBG("Date: " + date.toUTCString() + ", Last-Modified: " + lastModified);
117 "Last-Modified: " + lastModified + "\r\n" +
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/meta/clipboard-apis/
H A Didlharness.https.window.js.ini5 [ClipboardItem interface: attribute lastModified]

12345678910>>...221