Home
last modified time | relevance | path

Searched refs:collabs (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/npm/lib/
Daccess.js159 ).then(collabs => {
161 output(JSON.stringify(collabs, null, 2))
/third_party/boost/tools/quickbook/src/
Dbb2html.cpp202 std::vector<std::string> collabs; member
659 !d.collabs.empty()) { in generate_docinfo_html()
671 QUICKBOOK_FOR (auto const& collab, d.collabs) { in generate_docinfo_html()
1593 d.collabs.push_back(docinfo_get_contents(d, collabname)); in DOCINFO_NODE_RULE()