Searched refs:lastAccessed (Results 1 – 3 of 3) sorted by relevance
734 Cookie.prototype.lastAccessed = null; // Date when set method in Cookie755 '; aAge='+(this.lastAccessed ? (now-this.lastAccessed.getTime())+'ms' : '?') +1097 cookie.lastAccessed = now;1102 cookie.creation = cookie.lastAccessed = now;1198 c.lastAccessed = now;
211 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.401 …lastAccessed` property will always be different between the two objects (to the precision possible…
2822 data_struct = dict(lastAccessed=datetime.datetime.now(),