Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/
DdocumentsRef.ts2 namespace documents {} namespace
/third_party/glib/gio/
Dgdocumentportal.c41 get_document_portal (GXdpDocuments **documents, in get_document_portal()
96 GXdpDocuments *documents = NULL; in g_document_portal_add_documents() local
/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/src/harness/
DdocumentsUtil.ts4 namespace documents { namespace
DvfsUtil.ts1183 documents?: readonly documents.TextDocument[]; property
/third_party/typescript/scripts/
Dword2md.ts128 documents: Documents; property
/third_party/gettext/gnulib-local/lib/libxml/
Drelaxng.c217 xmlRelaxNGDocumentPtr documents; /* all the documents loaded */ member
254 xmlRelaxNGDocumentPtr documents; /* all the documents loaded */ member
/third_party/libxml2/
Drelaxng.c188 xmlRelaxNGDocumentPtr documents; /* all the documents loaded */ member
225 xmlRelaxNGDocumentPtr documents; /* all the documents loaded */ member
/third_party/node/tools/
Dlint-md.mjs9863 this.documents = []; property in State$1