HomeSort by relevance Sort by last modified time
    Searched full:datetime (Results 1 - 25 of 209) sorted by null

1 2 3 4 5 6 7 8 9

  /external/webkit/Source/WebCore/manual-tests/
input-type-datetime-default-value.html 3 <head><title>Default values for date/time input (type= date, datetime, datetime-local, month, time, week)</title></head>
12 <li>datetime: <input type="datetime" size="32" value="" />
13 <li>datetime-local: <input type="datetime-local" size="32" value="" />
21 <li>datetime: <input type="datetime" size="32" value="foo" />
22 <li>datetime-local: <input type="datetime-local" size="32" value="foo" /
    [all...]
  /external/webkit/Tools/iExploder/iexploder-1.7.2/src/html-values/
webkit 31 datetime
32 datetime-local
  /external/clang/docs/
doxygen.footer 3 Generated on $datetime by <a href="http://www.doxygen.org">Doxygen
  /external/webkit/LayoutTests/dom/html/level2/html/
HTMLModElement01.html 9 <INS CITE="./files/ins-reasons.html" DATETIME="January 1, 2002">The INS element is used to indicate that a section of a document had been inserted.</INS>
11 <DEL CITE="./files/del-reasons.html" DATETIME="January 2, 2002">The DEL element is used to indicate that a section of a document had been removed.</DEL>
HTMLModElement02.html 9 <INS CITE="./files/ins-reasons.html" DATETIME="January 1, 2002">The INS element is used to indicate that a section of a document had been inserted.</INS>
11 <DEL CITE="./files/del-reasons.html" DATETIME="January 2, 2002">The DEL element is used to indicate that a section of a document had been removed.</DEL>
HTMLModElement03.html 9 <INS CITE="./files/ins-reasons.html" DATETIME="January 1, 2002">The INS element is used to indicate that a section of a document had been inserted.</INS>
11 <DEL CITE="./files/del-reasons.html" DATETIME="January 2, 2002">The DEL element is used to indicate that a section of a document had been removed.</DEL>
HTMLModElement04.html 9 <INS CITE="./files/ins-reasons.html" DATETIME="January 1, 2002">The INS element is used to indicate that a section of a document had been inserted.</INS>
11 <DEL CITE="./files/del-reasons.html" DATETIME="January 2, 2002">The DEL element is used to indicate that a section of a document had been removed.</DEL>
HTMLModElement02.js 78 The dateTime attribute specifies the date and time of the change.
80 Retrieve the dateTime attribute of the INS element and examine its value.
102 vdatetime = testNode.dateTime;
HTMLModElement04.js 78 The dateTime attribute specifies the date and time of the change.
80 Retrieve the dateTime attribute of the DEL element and examine its value.
102 vdatetime = testNode.dateTime;
  /external/webkit/LayoutTests/dom/xhtml/level2/html/
HTMLModElement01.xhtml 11 <ins cite="./files/ins-reasons.html" datetime="January 1, 2002">The INS element is used to indicate that a section of a document had been inserted.</ins>
13 <del cite="./files/del-reasons.html" datetime="January 2, 2002">The DEL element is used to indicate that a section of a document had been removed.</del>
HTMLModElement02.xhtml 11 <ins cite="./files/ins-reasons.html" datetime="January 1, 2002">The INS element is used to indicate that a section of a document had been inserted.</ins>
13 <del cite="./files/del-reasons.html" datetime="January 2, 2002">The DEL element is used to indicate that a section of a document had been removed.</del>
HTMLModElement03.xhtml 11 <ins cite="./files/ins-reasons.html" datetime="January 1, 2002">The INS element is used to indicate that a section of a document had been inserted.</ins>
13 <del cite="./files/del-reasons.html" datetime="January 2, 2002">The DEL element is used to indicate that a section of a document had been removed.</del>
HTMLModElement04.xhtml 11 <ins cite="./files/ins-reasons.html" datetime="January 1, 2002">The INS element is used to indicate that a section of a document had been inserted.</ins>
13 <del cite="./files/del-reasons.html" datetime="January 2, 2002">The DEL element is used to indicate that a section of a document had been removed.</del>
HTMLModElement02.js 78 The dateTime attribute specifies the date and time of the change.
80 Retrieve the dateTime attribute of the INS element and examine its value.
102 vdatetime = testNode.dateTime;
HTMLModElement04.js 78 The dateTime attribute specifies the date and time of the change.
80 Retrieve the dateTime attribute of the DEL element and examine its value.
102 vdatetime = testNode.dateTime;
  /external/llvm/docs/
doxygen.footer 3 Generated on $datetime for <a href="http://llvm.org/">$projectname</a> by
  /external/clang/utils/CIndex/
completion_logger_server.py 5 import datetime namespace
33 f.write("\"time\": \"{0}\"".format(datetime.datetime.utcnow().strftime('%Y-%m-%d %H:%M:%S')))
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/
DateTime.java 20 package org.apache.james.mime4j.field.datetime;
22 import org.apache.james.mime4j.field.datetime.parser.DateTimeParser;
23 import org.apache.james.mime4j.field.datetime.parser.ParseException;
24 import org.apache.james.mime4j.field.datetime.parser.TokenMgrError;
32 public class DateTime {
42 public DateTime(String yearString, int month, int day, int hour, int minute, int second, int timeZone) {
119 public static DateTime parse(String dateString) throws ParseException {
  /external/antlr/antlr-3.4/runtime/CSharp3/Sources/Antlr3.Runtime.Test/
TestFastLexer.cs 67 DateTime start = DateTime.Now;
76 return DateTime.Now - start;
81 DateTime start = DateTime.Now;
91 return DateTime.Now - start;
  /external/webkit/Tools/QueueStatusServer/model/
activeworkitems_unittest.py 30 from datetime import datetime namespace
50 # db.Model only stores dates to second resolution, so we use an explicit datetime without milliseconds.
51 time = datetime(2011, 4, 18, 18, 50, 44)
  /packages/apps/Email/src/org/apache/james/mime4j/field/
DateTimeField.java 29 import org.apache.james.mime4j.field.datetime.DateTime;
30 import org.apache.james.mime4j.field.datetime.parser.ParseException;
62 date = DateTime.parse(body).getDate();
  /external/skia/include/core/
SkTime.h 20 struct DateTime {
29 static void GetDateTime(DateTime*);
  /development/testrunner/
logger.py 24 import datetime namespace
63 return "# %s: %s" % (datetime.datetime.now().strftime("%m/%d/%y %H:%M:%S"),
  /external/webkit/Tools/QueueStatusServer/handlers/
nextpatch.py 29 from datetime import datetime namespace
54 now = datetime.now()
updateworkitems.py 36 from datetime import datetime namespace
58 work_items.date = datetime.now()

Completed in 1431 milliseconds

1 2 3 4 5 6 7 8 9