Home
last modified time | relevance | path

Searched refs:lastAccessed (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/npm/node_modules/tough-cookie/lib/
Dcookie.js734 Cookie.prototype.lastAccessed = null; // Date when set method in Cookie
755 '; aAge='+(this.lastAccessed ? (now-this.lastAccessed.getTime())+'ms' : '?') +
1097 cookie.lastAccessed = now;
1102 cookie.creation = cookie.lastAccessed = now;
1198 c.lastAccessed = now;
/third_party/node/deps/npm/node_modules/tough-cookie/
DREADME.md211 Any `Date` properties (i.e., `.expires`, `.creation`, and `.lastAccessed`) are exported in ISO form…
219 Any `Date` properties (i.e., `.expires`, `.creation`, and `.lastAccessed`) are parsed via `Date.par…
260 …ookie is passed through. The cookie will have updated `.creation`, `.lastAccessed` and `.hostOnly…
289 The `.lastAccessed` property of the returned cookies will have been updated.
393 …T be modified; the caller will have already updated the `.creation` and `.lastAccessed` properties.
401lastAccessed` property will always be different between the two objects (to the precision possible…
/third_party/python/Doc/whatsnew/
D2.6.rst2822 data_struct = dict(lastAccessed=datetime.datetime.now(),