Searched defs:Date (Results 1 - 8 of 8) sorted by relevance

/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/main/resources/js/json2/json2/1.0/
H A Djson2-1.0.js48 Date.prototype.toJSON = function (key) {
96 text = JSON.stringify([new Date()], function (key, value) {
97 return this[key] instanceof Date ?
98 'Date(' + this[key] + ')' : value;
100 // text is '["Date(---current time---)"]'
116 // be converted to Date objects.
124 return new Date(Date.UTC(+a[1], +a[2] - 1, +a[3], +a[4],
131 myData = JSON.parse('["Date(09/09/2001)"]', function (key, value) {
134 value.slice(0, 5) === 'Date('
174 if (typeof Date.prototype.toJSON !== 'function') { class
[all...]
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/json/
H A Djson.js43 return key.indexOf('date') >= 0 ? new Date(value) : value;
111 Date.prototype.toJSONString = function () {
108 }; class
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/json/
H A Djson.js43 return key.indexOf('date') >= 0 ? new Date(value) : value;
111 Date.prototype.toJSONString = function () {
108 }; class
/forgerock/opendj2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 232 milliseconds