/third_party/icu/icu4c/source/samples/datefmt/ |
D | datefmt.sln | 5 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "datefmt", "datefmt.vcxproj", "{6D592DB7-B9C8-4…
|
D | Makefile | 14 TARGET=datefmt
|
D | README.TXT | 35 Open the file "datefmt.sln" in Microsoft Visual C++.
|
/third_party/skia/third_party/externals/icu/source/samples/datefmt/ |
D | Makefile | 14 TARGET=datefmt
|
D | README.TXT | 35 Open the file "datefmt.sln" in Microsoft Visual C++.
|
/third_party/skia/third_party/externals/icu/source/samples/all/ |
D | samplecheck.bat | 52 set SAMPLE_DATEFMT=%ICU_SAMPLESDIR%\datefmt\%ICU_ARCH%\%ICU_DBRL%\datefmt.exe 115 @set THT=datefmt
|
/third_party/icu/icu4c/source/samples/all/ |
D | samplecheck.bat | 52 set SAMPLE_DATEFMT=%ICU_SAMPLESDIR%\datefmt\%ICU_ARCH%\%ICU_DBRL%\datefmt.exe 115 @set THT=datefmt
|
D | all.sln | 13 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "datefmt", "..\datefmt\datefmt.vcxproj", "{6D59…
|
/third_party/skia/third_party/externals/icu/patches/ |
D | atomic_template_instantiation.patch | 14 * Export an explicit template instantiation. See datefmt.h
|
/third_party/python/Lib/logging/ |
D | __init__.py | 567 def __init__(self, fmt=None, datefmt=None, style='%', validate=True, *, argument 592 self.datefmt = datefmt 597 def formatTime(self, record, datefmt=None): argument 616 if datefmt: 617 s = time.strftime(datefmt, ct) 680 record.asctime = self.formatTime(record, self.datefmt)
|
/third_party/skia/third_party/externals/icu/source/samples/ |
D | Makefile.in | 26 ALLSUBDIRS = break case csdet datefmt msgfmt numfmt props translit ucnv udata ufortune uresb ustrin…
|
D | readme.txt | 20 datefmt - an exercise using the date formatting API
|
/third_party/icu/icu4c/source/samples/ |
D | Makefile.in | 26 ALLSUBDIRS = cal citer coll csdet date datecal ufortune uresb datefmt msgfmt numfmt props strsrch t…
|
D | readme.txt | 24 datefmt - an exercise using the date formatting API
|
/third_party/icu/ |
D | .gitignore | 174 icu4c/source/samples/datefmt/datefmt
|
/third_party/skia/third_party/externals/icu/source/i18n/ |
D | sources.txt | 50 datefmt.cpp
|
/third_party/icu/icu4c/source/i18n/ |
D | sources.txt | 50 datefmt.cpp
|
/third_party/skia/third_party/externals/angle2/tools/android/modularization/convenience/ |
D | lookup_dep.py | 53 datefmt='%H:%M:%S')
|
/third_party/python/Doc/library/ |
D | logging.config.rst | 253 * ``datefmt`` 471 datefmt: '%Y-%m-%d %H:%M:%S' 494 'datefmt' : '%Y-%m-%d %H:%M:%S' 825 datefmt=
|
D | logging.rst | 541 .. class:: Formatter(fmt=None, datefmt=None, style='%', validate=True, *, defaults=None) 546 specified, ``'%(message)s'`` is used. If no *datefmt* is specified, a format 594 .. method:: formatTime(record, datefmt=None) 599 is as follows: if *datefmt* (a string) is specified, it is used with 1203 | *datefmt* | Use the specified date/time format, as |
|
/third_party/json/tools/serve_header/ |
D | serve_header.py | 346 datefmt=DATETIME_FORMAT, level=logging.INFO)
|
/third_party/python/Lib/test/ |
D | test_logging.py | 2198 def formatFunc(format, datefmt=None): argument 2199 return logging.Formatter(format, datefmt) 2202 def __init__(self, fmt, datefmt=None): argument 4541 self.assertIsNone(formatter.datefmt) 4613 logging.basicConfig(datefmt='bar') 4616 self.assertEqual(formatter.datefmt, 'bar')
|
/third_party/python/Doc/howto/ |
D | logging.rst | 310 a *datefmt* argument to ``basicConfig``, as in this example:: 313 logging.basicConfig(format='%(asctime)s %(message)s', datefmt='%m/%d/%Y %I:%M:%S %p') 322 The format of the *datefmt* argument is the same as supported by 545 .. method:: logging.Formatter.__init__(fmt=None, datefmt=None, style='%')
|
/third_party/skia/third_party/externals/icu/ |
D | icu.gyp | 510 'unicode/datefmt.h',
|
/third_party/skia/third_party/icu/ |
D | icu.gni | 490 "$_src/i18n/datefmt.cpp", 763 "$_src/i18n/unicode/datefmt.h",
|