Home
last modified time | relevance | path

Searched refs:topics (Results 1 – 25 of 93) sorted by relevance

1234

/third_party/boost/libs/mpl/doc/src/refmanual/
Drefmanual.py68 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/
Dgapplication-tool.c44 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/
Dreference_HTML.manifest55 topics.html
56 topics/pickle_support.html
57 topics/indexing_support.html
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client/
Dminimal-mqtt-client.c59 static lws_mqtt_topic_elem_t topics[] = { variable
65 .topic = &topics[0],
66 .num_topics = LWS_ARRAY_SIZE(topics),
/third_party/python/Doc/
DMakefile24 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/
Dissues.md4 * [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/
Dpreface.qbk48 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/
Dtopics.py3 topics = {'assert': 'The "assert" statement\n' variable
/third_party/libwebsockets/minimal-examples/mqtt-client/minimal-mqtt-client-multi/
Dminimal-mqtt-client-multi.c69 static lws_mqtt_topic_elem_t topics[] = { variable
75 .topic = &topics[0],
76 .num_topics = LWS_ARRAY_SIZE(topics),
/third_party/opencl-headers/
Dconanfile.py12 topics = ("khronos", "opencl", "headers") variable in OpenCLHeadersConan
/third_party/grpc/examples/ruby/pubsub/
Dpubsub_demo.rb177 topics = list_project_topics.topic.map { |t| t.name }
178 topics.include?(name)
/third_party/icu/docs/userguide/dev/
Dindex.md14 Top-level page for topics for ICU developers. See the subpages listed below for
/third_party/node/
DCONTRIBUTING.md19 * [Discussing non-technical topics](./doc/guides/contributing/issues.md#discussing-non-technical-to…
/third_party/boost/libs/spirit/doc/x3/
Dpreface.qbk30 # 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/
Dreference.qbk20 [include reference/topics.qbk]
/third_party/python/Lib/
Dpydoc.py1888 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 …]
Dcmd.py288 topics = set(a[5:] for a in self.get_names()
290 return list(commands | topics)
/third_party/e2fsprogs/lib/ss/
Dstd_rqs.ct12 "List topics for which help is available.",
/third_party/skia/third_party/externals/abseil-cpp/
Dconanfile.py20 topics = ("conan", "abseil", "abseil-cpp", "google", "common-libraries") variable in AbseilConan
/third_party/abseil-cpp/
Dconanfile.py20 topics = ("conan", "abseil", "abseil-cpp", "google", "common-libraries") variable in AbseilConan
/third_party/icu/docs/
Dindex.md19 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/
Dnpm-help-search.md38 If false, then help-search will just list out the help topics found.
Dnpm-deprecate.md27 `owner` and `adduser` help topics.
/third_party/libinput/doc/user/
Ddevelopment.rst7 Below is a list of topics of interest to developers, divided into
/third_party/flatbuffers/
Dconanfile.py17 topics = ("conan", "flatbuffers", "serialization", "rpc", "json-parser") variable in FlatbuffersConan

1234