Home
last modified time | relevance | path

Searched refs:article (Results 1 – 25 of 162) sorted by relevance

1234567

/third_party/rust/crates/cxx/syntax/
Dtrivial.rs173 article: "a", in as_what()
180 article: "an", in as_what()
187 article: "a", in as_what()
194 article: "type", in as_what()
201 article: "a", in as_what()
208 article: "a", in as_what()
217 article: "a", in as_what()
225 write!(f, "{} ", clause.article())?; in as_what()
240 article: &'a str, in as_what()
245 article: &'a str, in as_what()
[all …]
/third_party/python/Doc/library/
Dnntplib.rst44 To post an article from a binary file (this assumes that the article has valid
48 >>> f = open('article.txt', 'rb')
309 and *first* are the last and first article numbers, and *flag* usually
359 number of articles in the group, *first* is the first article number in
360 the group, *last* is the last article number in the group, and *name*
370 articles starting from *first* to the last article in the current group,
371 or :const:`None` to select the current article in the current group.
374 ``(article_number, overview)`` tuples, one for each article selected
383 * the ``:bytes`` metadata: the number of bytes in the entire raw article
385 * the ``:lines`` metadata: the number of lines in the article body
[all …]
/third_party/parse5/test/data/parser-feedback/
Dblocks.test82 "description": "<!doctype html><p>foo<article>bar<p>baz",
83 "input": "<!doctype html><p>foo<article>bar<p>baz",
103 "article",
123 "description": "<!doctype html><article><p>foo</article>bar",
124 "input": "<!doctype html><article><p>foo</article>bar",
135 "article",
149 "article"
Dtests19.test3260 "description": "<!doctype html><figcaption><article></figcaption>a",
3261 "input": "<!doctype html><figcaption><article></figcaption>a",
3277 "article",
3292 "description": "<!doctype html><summary><article></summary>a",
3293 "input": "<!doctype html><summary><article></summary>a",
3309 "article",
Dtests20.test63 "description": "<!doctype html><p><button><article>",
64 "input": "<!doctype html><p><button><article>",
85 "article",
/third_party/python/Lib/test/
Dtest_nntplib.py169 def check_article_resp(self, resp, article, art_num=None): argument
170 self.assertIsInstance(article, nntplib.ArticleInfo)
172 self.assertEqual(article.number, art_num)
173 for line in article.lines:
176 self.assertNotIn(article.lines[-1], (b".", b".\n", b".\r\n"))
198 resp, article = self.server.article(art_num)
200 self.check_article_resp(resp, article, art_num)
205 filtered_lines = [line for line in article.lines
1010 resp, info = self.server.article()
1017 resp, info = self.server.article(3000234)
[all …]
/third_party/skia/third_party/externals/libjpeg-turbo/
DREADME.ijg51 FAQ (Frequently Asked Questions) article. See ARCHIVE LOCATIONS below to find
52 out where to obtain the FAQ article.
173 handy, a PDF file containing a revised version of Wallace's article is
175 a preprint for an article that appeared in IEEE Trans. Consumer Electronics)
177 and some added material. Note: the Wallace article is copyright ACM and IEEE,
232 The JPEG FAQ (Frequently Asked Questions) article is a source of some
/third_party/nghttp2/doc/sources/
Dbuilding-android-binary.rst4 In this article, we briefly describe how to build Android binary using
11 this article.
/third_party/libunwind/libunwind/doc/
Dunw_strerror.tex1 \documentclass{article}
Dunw_destroy_addr_space.tex1 \documentclass{article}
Dunw_regname.tex1 \documentclass{article}
D_U_dyn_cancel.tex1 \documentclass{article}
Dunw_is_fpreg.tex1 \documentclass{article}
D_U_dyn_register.tex1 \documentclass{article}
Dunw_backtrace.tex1 \documentclass{article}
Dunw_set_cache_size.tex1 \documentclass{article}
Dunw_get_accessors.tex1 \documentclass{article}
Dunw_apply_reg_state.tex1 \documentclass{article}
Dunw_flush_cache.tex1 \documentclass{article}
Dunw_getcontext.tex1 \documentclass{article}
Dunw_is_signal_frame.tex1 \documentclass{article}
Dunw_step.tex1 \documentclass{article}
Dunw_get_reg.tex1 \documentclass{article}
/third_party/zlib/
DREADME30 Mark Nelson <markn@ieee.org> wrote an article about zlib for the Jan. 1997
31 issue of Dr. Dobb's Journal; a copy of the article is available at
/third_party/skia/third_party/externals/oboe/samples/MegaDrone/
DREADME.md20 The [following article explaining how to debug CPU performance problems](https://medium.com/@dontur…

1234567