Home
last modified time | relevance | path

Searched full:topics (Results 1 – 25 of 111) sorted by relevance

12345

/third_party/rust/crates/clap/src/_cookbook/
Dmod.rs11 //! - Topics:
15 //! - Topics:
20 //! - Topics:
24 //! - Topics:
32 //! - Topics:
40 //! - Topics:
43 //! - Topics:
47 //! - Topics:
/third_party/python/Lib/
Dcmd.py13 calls the command `help_topic'. With no arguments, it lists all topics
14 with defined help_ functions, broken into up to three topics; documented
15 commands, miscellaneous help topics, and undocumented commands.
41 listings of documented functions, miscellaneous topics, and undocumented
71 misc_header = "Miscellaneous help topics:"
288 topics = set(a[5:] for a in self.get_names()
290 return list(commands | topics)
313 topics = set()
316 topics.add(name[5:])
326 if cmd in topics:
[all …]
Dpydoc.py1808 # in pydoc_data/topics.py.
1812 # regenerate the pydoc_data/topics.py file by running
1813 # make pydoc-topics
1886 topics = symbols.get(symbol, topic) variable in Helper
1887 if topic not in topics:
1888 topics = topics + ' ' + topic variable in Helper
1889 symbols[symbol] = topics
1890 del topic, symbols_, symbol, topics
1892 topics = { variable in Helper
2050 elif request == 'topics': self.listtopics()
[all …]
/third_party/python/Doc/
DMakefile27 suspicious coverage doctest pydoc-topics htmlview clean dist check serve \
45 @echo " pydoc-topics to regenerate the pydoc topics file"
138 pydoc-topics: BUILDER = pydoc-topics
139 pydoc-topics: build
141 "cp build/pydoc-topics/topics.py ../Lib/pydoc_data/topics.py"
/third_party/parse5/test/data/sax/lhc/
Dexpected.html22 <link rel="canonical" href="http://home.web.cern.ch/topics/large-hadron-collider" />
24 <meta content="The Large Hadron Collider" about="/topics/large-hadron-collider" property="dc:title"…
77 <body id="page-topics-large-hadron-collider" class="section-topics section-topics-large-hadron-coll…
113 <h3 class="topic-flag"><a href="/topics/">Topic</a></h3>
192 <div id="block-views-topics-block-1" class="block block-views">
196 …<div class="view view-topics view-id-topics view-display-id-block_1 view-dom-id-af80a1ffaab63120de…
221 <div id="block-views-topics-block-3" class="block block-views">
225 …<div class="view view-topics view-id-topics view-display-id-block_3 topics-all-updates view-dom-id…
298 <section id="block-views-topics-block-4" class="block block-views">
302 …<div class="view view-topics view-id-topics view-display-id-block_4 view-dom-id-cc85b914901e0c5c1a…
[all …]
Dsrc.html22 <link rel="canonical" href="http://home.web.cern.ch/topics/large-hadron-collider" />
24 <meta content="The Large Hadron Collider" about="/topics/large-hadron-collider" property="dc:title"…
77 <body id="page-topics-large-hadron-collider" class="section-topics section-topics-large-hadron-coll…
113 <h3 class="topic-flag"><a href="/topics/">Topic</a></h3>
192 <div id="block-views-topics-block-1" class="block block-views">
196 …<div class="view view-topics view-id-topics view-display-id-block_1 view-dom-id-af80a1ffaab63120de…
221 <div id="block-views-topics-block-3" class="block block-views">
225 …<div class="view view-topics view-id-topics view-display-id-block_3 topics-all-updates view-dom-id…
298 <section id="block-views-topics-block-4" class="block block-views">
302 …<div class="view view-topics view-id-topics view-display-id-block_4 view-dom-id-cc85b914901e0c5c1a…
[all …]
/third_party/libwebsockets/include/libwebsockets/
Dlws-mqtt.h155 uint32_t num_topics; /* Number of topics */
353 * For topics other child streams have not already subscribed to, send a packet
354 * to the server asking to subscribe to them. If all topics listed are already
369 * For topics other child streams are not subscribed to, send a packet
370 * to the server asking to unsubscribe from them. If all topics
/third_party/gn/src/gn/
Dcommand_help.cc72 PrintSectionHelp("Other help topics", "", "other"); in PrintToplevelHelp()
192 OutputString("## <a name=\"other\"></a>Other help topics\n\n", in PrintAllHelp()
285 // Special-case ambiguous topics. in RunHelp()
332 // Random other topics. in RunHelp()
367 OutputString("Run `gn help` for a list of available topics.\n", in RunHelp()
Dstandard_out.h43 // used when generating the markdown for all help topics. If empty, no link tag
58 // when generating the markdown for all help topics. If empty, no link tag will
/third_party/python/Doc/tools/extensions/
Dpyspecific.py534 name = 'pydoc-topics'
539 self.topics = {}
543 return 'all pydoc topics'
551 'building topics... ',
562 self.topics[label] = writer.output
565 f = open(path.join(self.outdir, 'topics.py'), 'wb')
569 f.write(('topics = ' + pformat(self.topics) + '\n').encode('utf-8'))
/third_party/libinput/doc/user/
Ddevelopment.rst7 Below is a list of topics of interest to developers, divided into
29 Topics below explain some behaviors of libinput.
/third_party/mesa3d/docs/
Dindex.rst65 :caption: User Topics
104 :caption: Developer Topics
/third_party/python/Lib/test/test_email/data/
Dmsg_02.txt32 Content-description: Today's Topics (5 msgs)
34 Today's Topics:
Dmsg_19.txt15 Today's Topics:
/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/libwebsockets/lib/roles/mqtt/
Dmqtt.c1279 * to track already-subscribed topics globally in _lws_mqtt_rx_parser()
2152 * and we're done, otherwise just ask the server for topics that in lws_mqtt_client_send_subcribe()
2181 * already subscribed to all the topics this stream in lws_mqtt_client_send_subcribe()
2184 lwsl_notice("%s: all topics already subscribed\n", __func__); in lws_mqtt_client_send_subcribe()
2199 * zero or more of the topics already existed, but not all, in lws_mqtt_client_send_subcribe()
2208 * Pid + (Topic len field + Topic len + Req. QoS) x Num of Topics in lws_mqtt_client_send_subcribe()
2218 lwsl_debug("%s: Number of topics = %d, Remaining len = %d\n", in lws_mqtt_client_send_subcribe()
2248 lwsl_info("%s: topics[%d] = %s\n", __func__, in lws_mqtt_client_send_subcribe()
2253 lwsl_info("%s: topics[%d] \"%s\" exists in nwsi\n", in lws_mqtt_client_send_subcribe()
2340 * topics. in lws_mqtt_client_send_unsubcribe()
[all …]
/third_party/icu/docs/userguide/dev/
Dindex.md14 Top-level page for topics for contributors to ICU. See the subpages listed below for
/third_party/vixl/doc/aarch64/topics/
Dindex.md1 We will try to add documentation for topics that may be useful to VIXL users. If
/third_party/lwip/doc/
Dmqtt_client.txt103 /* All topics starting with 'A' might be handled at the same way */
106 /* For all other topics */
/third_party/vixl/
D.ycm_extra_conf.py3 # See doc/topics/ycm.md for details.
/third_party/icu/docs/userguide/
Dindex.md17 This User Guide provides information on i18n topics for which ICU has services, and
/third_party/icu/docs/
Dindex.md19 The [ICU User Guide](./userguide) provides information on i18n topics for which ICU has services, a…
/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/googletest/docs/_data/
Dnavigation.yml14 - title: "Advanced Topics"
/third_party/python/Lib/test/
Dtest_cmd.py92 Miscellaneous help topics:
138 Miscellaneous help topics:

12345