Home
last modified time | relevance | path

Searched refs:_doc (Results 1 – 5 of 5) sorted by relevance

/third_party/jsframework/runtime/main/page/
DPage.ts54 private _doc: Document; property in Page
69 this._doc = new Document(id, this._options.bundleUrl);
159 return this._doc;
163 this._doc = doc;
/third_party/boost/libs/python/src/object/
Dfunction.cpp535 str _doc; in add_to_namespace() local
539 _doc += str(const_cast<const char*>(detail::py_signature_tag)); in add_to_namespace()
542 _doc += doc; in add_to_namespace()
546 _doc += str(const_cast<const char*>(detail::cpp_signature_tag)); in add_to_namespace()
548 if(_doc) in add_to_namespace()
551 mutable_attribute.attr("__doc__")= _doc; in add_to_namespace()
/third_party/python/Modules/
D_stat.c279 PyDoc_STRVAR(stat_ ## isfunc ## _doc, doc)
Dmathmodule.c1150 PyDoc_STRVAR(math_##funcname##_doc, docstring);
1156 PyDoc_STRVAR(math_##funcname##_doc, docstring);
1162 PyDoc_STRVAR(math_##funcname##_doc, docstring);
/third_party/python/Doc/library/
Dxmlrpc.server.rst390 .. _doc-xmlrpc-servers: