Searched refs:article (Results 1 – 25 of 162) sorted by relevance
1234567
/third_party/rust/crates/cxx/syntax/ |
D | trivial.rs | 173 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/ |
D | nntplib.rst | 44 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/ |
D | blocks.test | 82 "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"
|
D | tests19.test | 3260 "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",
|
D | tests20.test | 63 "description": "<!doctype html><p><button><article>", 64 "input": "<!doctype html><p><button><article>", 85 "article",
|
/third_party/python/Lib/test/ |
D | test_nntplib.py | 169 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/ |
D | README.ijg | 51 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/ |
D | building-android-binary.rst | 4 In this article, we briefly describe how to build Android binary using 11 this article.
|
/third_party/libunwind/libunwind/doc/ |
D | unw_strerror.tex | 1 \documentclass{article}
|
D | unw_destroy_addr_space.tex | 1 \documentclass{article}
|
D | unw_regname.tex | 1 \documentclass{article}
|
D | _U_dyn_cancel.tex | 1 \documentclass{article}
|
D | unw_is_fpreg.tex | 1 \documentclass{article}
|
D | _U_dyn_register.tex | 1 \documentclass{article}
|
D | unw_backtrace.tex | 1 \documentclass{article}
|
D | unw_set_cache_size.tex | 1 \documentclass{article}
|
D | unw_get_accessors.tex | 1 \documentclass{article}
|
D | unw_apply_reg_state.tex | 1 \documentclass{article}
|
D | unw_flush_cache.tex | 1 \documentclass{article}
|
D | unw_getcontext.tex | 1 \documentclass{article}
|
D | unw_is_signal_frame.tex | 1 \documentclass{article}
|
D | unw_step.tex | 1 \documentclass{article}
|
D | unw_get_reg.tex | 1 \documentclass{article}
|
/third_party/zlib/ |
D | README | 30 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/ |
D | README.md | 20 The [following article explaining how to debug CPU performance problems](https://medium.com/@dontur…
|
1234567