Home
last modified time | relevance | path

Searched defs:Options (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_api_module/convertxml/
Djs_convertxml.h33 struct Options { struct
34 std::string declaration = "_declaration";
35 std::string instruction = "_instruction";
36 std::string attributes = "_attributes";
37 std::string text = "_text";
38 std::string cdata = "_cdata";
39 std::string doctype = "_doctype";
40 std::string comment = "_comment";
41 std::string parent = "_parent";
42 std::string type = "_type";
[all …]
/commonlibrary/ets_utils/js_api_module/buffer/src/
Djs_buffer.ts286 type Options = { alias