/third_party/boost/libs/mpl/doc/src/refmanual/ |
D | refmanual.py | 68 topics = {} 69 for t in toc: topics[t] = [] 91 if not topics.has_key(topic): 92 topics[topic] = [] 94 topics[topic].append((src, order, name)) 104 content = topics[t]
|
/third_party/glib/gio/ |
D | gapplication-tool.c | 44 static const struct help_topic topics[] = { variable 92 for (i = 0; i < G_N_ELEMENTS (topics); i++) in app_help() 93 if (g_str_equal (topics[i].command, command)) in app_help() 94 topic = &topics[i]; in app_help() 139 for (i = 0; i < G_N_ELEMENTS (topics); i++) in app_help() 140 maxwidth = MAX(maxwidth, strlen (topics[i].command)); in app_help() 142 for (i = 0; i < G_N_ELEMENTS (topics); i++) in app_help() 144 topics[i].command, _(topics[i].summary)); in app_help()
|
/third_party/boost/libs/python/doc/html/reference/ |
D | reference_HTML.manifest | 55 topics.html 56 topics/pickle_support.html 57 topics/indexing_support.html
|
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client/ |
D | minimal-mqtt-client.c | 59 static lws_mqtt_topic_elem_t topics[] = { variable 65 .topic = &topics[0], 66 .num_topics = LWS_ARRAY_SIZE(topics),
|
/third_party/python/Doc/ |
D | Makefile | 24 suspicious coverage doctest pydoc-topics htmlview clean dist check serve \ 132 pydoc-topics: BUILDER = pydoc-topics 133 pydoc-topics: build
|
/third_party/node/doc/guides/contributing/ |
D | issues.md | 4 * [Discussing non-technical topics](#discussing-non-technical-topics) 14 ## Discussing non-technical topics 16 Discussion of non-technical topics (such as intellectual property and trademark)
|
/third_party/boost/libs/phoenix/doc/ |
D | preface.qbk | 48 but related topics be interspersed with the normal flow of discussion. To 49 alleviate this problem, topics categorized as "advanced" may be skipped at first 52 Some icons are used to mark certain topics indicative of their relevance. These
|
/third_party/python/Lib/pydoc_data/ |
D | topics.py | 3 topics = {'assert': 'The "assert" statement\n' variable
|
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client-multi/ |
D | minimal-mqtt-client-multi.c | 69 static lws_mqtt_topic_elem_t topics[] = { variable 75 .topic = &topics[0], 76 .num_topics = LWS_ARRAY_SIZE(topics),
|
/third_party/opencl-headers/ |
D | conanfile.py | 12 topics = ("khronos", "opencl", "headers") variable in OpenCLHeadersConan
|
/third_party/grpc/examples/ruby/pubsub/ |
D | pubsub_demo.rb | 177 topics = list_project_topics.topic.map { |t| t.name } 178 topics.include?(name)
|
/third_party/icu/docs/userguide/dev/ |
D | index.md | 14 Top-level page for topics for ICU developers. See the subpages listed below for
|
/third_party/node/ |
D | CONTRIBUTING.md | 19 * [Discussing non-technical topics](./doc/guides/contributing/issues.md#discussing-non-technical-to…
|
/third_party/boost/libs/spirit/doc/x3/ |
D | preface.qbk | 30 # Abstracts: A high level summary of key topics. The objective is to 39 Some icons are used to mark certain topics indicative of their relevance.
|
/third_party/boost/libs/python/doc/ |
D | reference.qbk | 20 [include reference/topics.qbk]
|
/third_party/python/Lib/ |
D | pydoc.py | 1888 topics = symbols.get(symbol, topic) variable in Helper 1889 if topic not in topics: 1890 topics = topics + ' ' + topic variable in Helper 1891 symbols[symbol] = topics 1893 topics = { variable in Helper 2057 elif request in self.topics: self.showtopic(request) 2114 self.list(self.topics.keys()) 2118 import pydoc_data.topics 2125 target = self.topics.get(topic, self.keywords.get(topic)) 2134 doc = pydoc_data.topics.topics[label] [all …]
|
D | cmd.py | 288 topics = set(a[5:] for a in self.get_names() 290 return list(commands | topics)
|
/third_party/e2fsprogs/lib/ss/ |
D | std_rqs.ct | 12 "List topics for which help is available.",
|
/third_party/skia/third_party/externals/abseil-cpp/ |
D | conanfile.py | 20 topics = ("conan", "abseil", "abseil-cpp", "google", "common-libraries") variable in AbseilConan
|
/third_party/abseil-cpp/ |
D | conanfile.py | 20 topics = ("conan", "abseil", "abseil-cpp", "google", "common-libraries") variable in AbseilConan
|
/third_party/icu/docs/ |
D | index.md | 19 The [ICU User Guide](./userguide) provides information on i18n topics for which ICU has services, a…
|
/third_party/node/deps/npm/docs/content/cli-commands/ |
D | npm-help-search.md | 38 If false, then help-search will just list out the help topics found.
|
D | npm-deprecate.md | 27 `owner` and `adduser` help topics.
|
/third_party/libinput/doc/user/ |
D | development.rst | 7 Below is a list of topics of interest to developers, divided into
|
/third_party/flatbuffers/ |
D | conanfile.py | 17 topics = ("conan", "flatbuffers", "serialization", "rpc", "json-parser") variable in FlatbuffersConan
|