Home
last modified time | relevance | path

Searched defs:documents (Results 1 – 7 of 7) sorted by relevance

/third_party/typescript/src/testRunner/
DdocumentsRef.ts2 namespace documents {} namespace
/third_party/PyYAML/tests/lib/
Dtest_yaml_ext.py61 def new_dump_all(documents, stream=None, Dumper=yaml.CDumper, **kwds): argument
69 def new_safe_dump_all(documents, stream=None, **kwds): argument
/third_party/PyYAML/lib/yaml/
D__init__.py215 def dump_all(documents, stream=None, Dumper=Dumper, argument
255 def safe_dump_all(documents, stream=None, **kwds): argument
/third_party/typescript/scripts/
Dword.d.ts119 documents: Documents; property
/third_party/typescript/src/harness/
DdocumentsUtil.ts4 namespace documents { namespace
DvfsUtil.ts1188 documents?: readonly documents.TextDocument[]; property
/third_party/node/tools/lint-md/
Dlint-md.mjs22410 this.documents = []; property in State$1