| /third_party/mbedtls/ |
| D | .readthedocs.yaml | 3 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details 11 - framework 15 os: ubuntu-20.04 20 - ./scripts/apidoc_full.sh 21 - breathe-apidoc -o docs/api apidoc/xml 23 - | 26 …"$READTHEDOCS_VIRTUALENV_PATH/bin/rtd" projects "Mbed TLS API" redirects sync --wet-run -f docs/re… 37 - requirements: docs/requirements.txt
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/time/internal/cctz/src/ |
| D | time_zone_lookup_test.cc | 7 // https://www.apache.org/licenses/LICENSE-2.0 38 // A list of known time-zone names. 87 "Africa/Porto-Novo", 120 "America/Blanc-Sablon", 220 "America/Port-au-Prince", 365 "Asia/Ust-Nera", 443 "Etc/GMT-0", 444 "Etc/GMT-1", 445 "Etc/GMT-10", 446 "Etc/GMT-11", [all …]
|
| /third_party/skia/experimental/sktext/editor/ |
| D | Editor.cpp | 26 auto textSize = SkSize::Make(size.width(), size.height() - DEFAULT_STATUS_HEIGHT); in Editor() 38 auto statusPoint = SkPoint::Make(0, size.height() - DEFAULT_STATUS_HEIGHT); in Editor() 49 auto endOfText = fEditableText->lastElement(fDefaultPositionType); in Editor() 50 //fEditableText->recalculateBoundaries(endOfText); in Editor() 51 fCursor->place(endOfText.fBoundaries); in Editor() 56 if (fEditableText->isValid()) { in update() 61 …auto position = fEditableText->adjustedPosition(fDefaultPositionType, fCursor->getCenterPosition()… in update() 62 //fEditableText->recalculateBoundaries(position); in update() 63 fCursor->place(position.fBoundaries); in update() 66 fMouse->clearTouchInfo(); in update() [all …]
|
| /third_party/tzdata/ |
| D | europe | 4 # 2009-05-17 by Arthur David Olson. 11 # From Paul Eggert (2017-02-10): 38 # <http://cs.ucla.edu/~eggert/The-Waste-of-Daylight-19th.pdf> 39 # [PDF] (1914-03) 41 # Milne J. Civil time. Geogr J. 1899 Feb;13(2):173-94 48 # This Russian-language source was consulted by Vladimir Karpinsky; see 49 # https://mm.icann.org/pipermail/tz/2014-August/021320.html 52 # введенный декретом Совета народных комиссаров для всей России с 1-го 53 # июля 1919 г. / Изд. 2-е Междуведомственной комиссии. - Петроград: 55 # http://resolver.gpntb.ru/purl?docushare/dsweb/Get/Resource-2011/Byalokoz__E.L.__Novyy__schet__vre… [all …]
|
| D | theory.html | 5 <meta charset="UTF-8"> 7 pre {margin-left: 2em; white-space: pre-wrap;} 34 href="https://www.iana.org/time-zones"><code><abbr>tz</abbr></code> 37 It organizes <a href="tz-link.html">time zone and daylight saving time 42 (1970-01-01 00:00:00 <a 45 Although 1970 is a somewhat-arbitrary cutoff, there are significant 61 <code>America/Denver</code> which observes US-style daylight saving 72 Clock transitions before 1970 are recorded for location-based timezones, 74 misbehave if data entries were omitted for pre-1970 transitions. 78 details of pre-1970 civil timekeeping. [all …]
|
| /third_party/icu/icu4j/perf-tests/data/collation/ |
| D | ulyss10.txt | 30 organization with EIN [Employee Identification Number] 64-6221541 78 These Web sites include award-winning information about Project 108 If they reach just 1-2% of the world's population then the total 116 At our revised rates of production, we will reach only one-third 157 how to make them tax-deductible, or even if they CAN be made 166 Oxford, MS 38655-4109 174 [Employee Identification Number] 64-622154. Donations are 175 tax-deductible to the maximum extent permitted by law. As fundraising 213 By using or reading any part of this PROJECT GUTENBERG-tm 221 ABOUT PROJECT GUTENBERG-TM ETEXTS [all …]
|
| D | nvsbl10.txt | 116 wintertime was an unheard-of piece of luck, let alone a guest who 137 big blue spectacles with sidelights, and had a bush side-whisker 138 over his coat-collar that completely hid his cheeks and face. 144 Mrs. Hall, feeling that her conversational advances were ill-timed, 148 hat-brim turned down, hiding his face and ears completely. She put 165 with a certain stateliness upon a gold and black tea-tray, carried 173 in front of the fire, and a pair of wet boots threatened rust to her 182 He held a white cloth--it was a serviette he had brought with 183 him--over the lower part of his face, so that his mouth and jaws 189 pink, and shiny just as it had been at first. He wore a dark-brown [all …]
|
| /third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/resources/ |
| D | Transliterator_Kanji_English.txt | 1 #-------------------------------------------------------------------- 4 #-------------------------------------------------------------------- 5 #-------------------------------------------------------------------- 6 # Copyright (c) 1999-2001, International Business Machines 8 #-------------------------------------------------------------------- 10 #-------------------------------------------------------------------- 12 # Kanji-English 114 仙>'[Taoist super-being]'; 281 僊>'[Taoist super-being]'; 296 僻>'[out-of-the-way]'; [all …]
|
| /third_party/icu/icu4c/source/test/intltest/ |
| D | tzfmttst.cpp | 5 * Copyright (C) 2007-2015, International Business Machines Corporation and * 99 SimpleTimeZone unknownZone(-31415, ETC_UNKNOWN); in TestTimeZoneRoundTrip() 100 int32_t badDstOffset = -1234; in TestTimeZoneRoundTrip() 101 int32_t badZoneOffset = -2345; in TestTimeZoneRoundTrip() 120 cal->set(1900, UCAL_JANUARY, 1); in TestTimeZoneRoundTrip() 121 low = cal->getTime(status); in TestTimeZoneRoundTrip() 122 cal->set(2040, UCAL_JANUARY, 1); in TestTimeZoneRoundTrip() 123 high = cal->getTime(status); in TestTimeZoneRoundTrip() 132 cal->clear(); in TestTimeZoneRoundTrip() 134 cal->set(testDateData[i][0], testDateData[i][1], testDateData[i][2]); in TestTimeZoneRoundTrip() [all …]
|
| /third_party/skia/m133/third_party/externals/icu/source/test/intltest/ |
| D | tzfmttst.cpp | 5 * Copyright (C) 2007-2015, International Business Machines Corporation and * 98 SimpleTimeZone unknownZone(-31415, ETC_UNKNOWN); in TestTimeZoneRoundTrip() 99 int32_t badDstOffset = -1234; in TestTimeZoneRoundTrip() 100 int32_t badZoneOffset = -2345; in TestTimeZoneRoundTrip() 119 cal->set(1900, UCAL_JANUARY, 1); in TestTimeZoneRoundTrip() 120 low = cal->getTime(status); in TestTimeZoneRoundTrip() 121 cal->set(2040, UCAL_JANUARY, 1); in TestTimeZoneRoundTrip() 122 high = cal->getTime(status); in TestTimeZoneRoundTrip() 131 cal->clear(); in TestTimeZoneRoundTrip() 133 cal->set(testDateData[i][0], testDateData[i][1], testDateData[i][2]); in TestTimeZoneRoundTrip() [all …]
|
| /third_party/rust/crates/memchr/bench/data/opensubtitles/ |
| D | en-huge.txt | 6 - There's a stirrup. 8 - No. 9 - Why not? 10 - I'm beholden to you, mister. 12 - Morning. 13 - Morning. 14 - Put him up? 15 - For how long? 16 - I wouldn't know. 17 - It'll be two bits for oats. [all …]
|
| /third_party/skia/third_party/externals/brotli/tests/testdata/ |
| D | alice29.txt | 16 Down the Rabbit-Hole 27 the pleasure of making a daisy-chain would be worth the trouble 36 but when the Rabbit actually TOOK A WATCH OUT OF ITS WAISTCOAT- 39 before seen a rabbit with either a waistcoat-pocket, or a watch to 42 down a large rabbit-hole under the hedge. 47 The rabbit-hole went straight on like a tunnel for some way, 57 noticed that they were filled with cupboards and book-shelves; 74 me see: that would be four thousand miles down, I think--' (for, 78 listen to her, still it was good practice to say it over) `--yes, 79 that's about the right distance--but then I wonder what Latitude [all …]
|
| D | asyoulik.txt | 141 you are the first-born; but the same tradition 168 obscuring and hiding from me all gentleman-like 207 'Twill be a good way; and to-morrow the wrestling is. 241 OLIVER What, you wrestle to-morrow before the new duke? 247 To-morrow, sir, I wrestle for my credit; and he that 255 run into, in that it is a thing of his own search 281 to-morrow, I'll give him his payment: if ever he go 362 makes very ill-favouredly. 376 Fortune makes Nature's natural the cutter-off of 436 ROSALIND Then shall we be news-crammed. [all …]
|
| /third_party/cups/locale/ |
| D | cups_en.po | 4 # Copyright © 2020-2024 by OpenPrinting. 5 # Copyright © 2007-2019 by Apple Inc. 6 # Copyright © 2005-2007 by Easy Software Products. 16 # problems. Run with: 26 "Project-Id-Version: CUPS 2.3.0\n" 27 "Report-Msgid-Bugs-To: https://github.com/openprinting/cups/issues\n" 28 "POT-Creation-Date: 2021-03-07 10:33-0500\n" 29 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" 30 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" 31 "Language-Team: English\n" [all …]
|
| D | cups.strings | 28 "\tprinter is on device '%s' speed -1" = "\tprinter is on device ‘%s’ speed -1"; 42 " REF: Pages 16-17, section 3.2." = " REF: Pages 16-17, section 3.2."; 43 " REF: Pages 42-45, section 5.2." = " REF: Pages 42-45, section 5.2."; 44 " REF: Pages 45-46, section 5.2." = " REF: Pages 45-46, section 5.2."; 45 " REF: Pages 48-49, section 5.2." = " REF: Pages 48-49, section 5.2."; 46 " REF: Pages 52-54, section 5.2." = " REF: Pages 52-54, section 5.2."; 47 " %-39.39s %.0f bytes" = " %-39.39s %.0f bytes"; 68 … REF: Pages 56-57, section 5.3." = " WARN LanguageEncoding required by PPD 4.3 spe… 70 … REF: Pages 58-59, section 5.3." = " WARN Manufacturer required by PPD 4.3 spec.… 71 " WARN Non-Windows PPD files should use lines ending with only LF, not CR LF." = " … [all …]
|
| /third_party/icu/icu4j/main/shared/data/ |
| D | Transliterator_Han_Latin_Definition.txt | 3 #-------------------------------------------------------------------- 4 # Copyright (c) 1999-2004, International Business Machines 6 #-------------------------------------------------------------------- 13 …-popular\-form\-of\-narrative\-literature\-flourishing\-in\-the\-tang\-dynasty\-\(618\-907\)\-with… 14 …-region\-currency\-\(consisting\-of\-the\-currency\-notes\-issued\-by\-the\-border\-region\-govern… 15 … \"through\-train\"\-\(refers\-to\-the\-idea\-of\-retaining\-previous\-legislature\-after\-transit… 16 小臟鬼 < dirty\-little\-monster\-\(spoken\-affectionately\-to\-a\-child\-who\-has\-gotten\-him\(her\)s… 17 殺雞給猴看 < \"kill\-a\-chicken\-in\-front\-of\-a\-monkey\"\-\-\-\-make\-an\-example\-out\-of\-someone\-… 18 抱薪救火 < carry\-faggots\-to\-put\-out\-a\-fire\-\-\-adopt\-a\-wrong\-method\-to\-save\-a\-situation\-… 19 不見棺材不落淚 < not\-shed\-a\-tear\-until\-one\-sees\-the\-coffin\-\-\-refuse\-to\-be\-convinced\-until\-… [all …]
|
| /third_party/tex-hyphen/old/hyphen/ |
| D | nehyph96.tex | 3 % PURPOSE: 8-bit hyphenation patterns for TeX based upon the new Dutch 11 % (1) provide 8-bit patterns based upon the T1 character encoding 14 % before or after the hyphen (hence hyphens in a-drenaline, 15 % studi-o, mensa-pen and vide-oachtig are invalid) 21 % menu-tje) 23 % there meaning (buur-tje/buurt-je) 27 % ----------------------------------------------------------------- 34 % ----------------------------------------------------------------- 43 % ^^c4 (A-umlaut) ^^e4 (a-umlaut) 45 % ^^c7 (C-cedille) ^^e7 (c-cedille) [all …]
|
| /third_party/tex-hyphen/collaboration/repository/offo/ |
| D | nl.xml | 1 <?xml version="1.0" encoding="utf-8"?> 2 <hyphenation-info> 4 <!-- This file has been converted for the hyph-utf8 project from nehyph96.tex, --> 5 <!-- whose author has been identified as Piet Tutelaers. The licence terms are --> 6 <!-- unchanged. --> 8 <!-- See http://www.hyphenation.org for details on the project. --> 9 <!-- ‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐‐ --> 11 <!-- PURPOSE: 8-bit hyphenation patterns for TeX based upon the new Dutch --> 12 <!-- spelling, officially since 1 August 1996. These patterns follow --> 13 <!-- the new hyphenation rules in the `Woordenlijst Nederlandse --> [all …]
|
| /third_party/tex-hyphen/hyph-utf8/tex/generic/hyph-utf8/patterns/tex/ |
| D | hyph-nl.tex | 3 % notice: This file is part of the hyph-utf8 package. 13 % - 21 % - Version 1.1 November 1996 22 % - Copyright changed March 2000 28 % description: |- 29 % Hyphenation patterns for Dutch in T1/EC and UTF-8 encodings. 30 % These patterns don't handle cases like 'menuutje' > 'menu-tje', 34 % xi-ii: 'when we’d expect xiii for a roman number (see GitHub issue #29)' 36 % PURPOSE: 8-bit hyphenation patterns for TeX based upon the new Dutch 44 % (1) provide 8-bit patterns based upon the T1 character encoding [all …]
|
| /third_party/tex-hyphen/hyph-utf8/tex/generic/hyph-utf8/patterns/ptex/ |
| D | hyph-nl.ec.tex | 1 % pTeX-friendly hyphenation patterns 6 % This file has been auto-generated from hyph-nl.tex 7 % with a script [texmf]/scripts/generic/hyph-utf8/generate-ptex-patterns.rb 9920 3run. 12447 3wet. 12750 aan-dachts-trek-ker 12751 aan-dachts-trek-kers 12752 acht-en-der 12753 acht-en-ders 12754 acht-en-der-tig [all …]
|
| /third_party/cups-filters/cupsfilters/ |
| D | ppdgenerator.c | 4 * Copyright 2016-2019 by Till Kamppeter. 5 * Copyright 2017-2019 by Sahil Arora. 6 * Copyright 2018-2019 by Deepak Patankar. 9 * "lpadmin -m everywhere" functionality in the cups/ppd-cache.c 12 * Copyright 2010-2016 by Apple Inc. 58 It needed for create_local_queue() in cups-browsed 59 to set up local queues for non-CUPS printer broadcasts 68 * platform for this code. Taken from cups/ppd-cache.c, 69 * cups/string-private.h, cups/string.c. 74 * to the options with the current PPD-based dialogs and can even share [all …]
|
| /third_party/rust/crates/aho-corasick/bench/data/ |
| D | sherlock.txt | 5 re-use it under the terms of the Project Gutenberg License included 43 II. The Red-headed League 71 were admirable things for the observer--excellent for drawing the 76 sensitive instrument, or a crack in one of his own high-power 84 home-centred interests which rise up around the man who first 104 One night--it was on the twentieth of March, 1888--I was 107 passed the well-remembered door, which must always be associated 117 drug-created dreams and was hot upon the scent of some new 140 yourself very wet lately, and that you have a most clumsy and 160 weather, and that you had a particularly malignant boot-slitting [all …]
|
| /third_party/rust/crates/regex/bench/src/data/ |
| D | sherlock.txt | 5 re-use it under the terms of the Project Gutenberg License included 43 II. The Red-headed League 71 were admirable things for the observer--excellent for drawing the 76 sensitive instrument, or a crack in one of his own high-power 84 home-centred interests which rise up around the man who first 104 One night--it was on the twentieth of March, 1888--I was 107 passed the well-remembered door, which must always be associated 117 drug-created dreams and was hot upon the scent of some new 140 yourself very wet lately, and that you have a most clumsy and 160 weather, and that you had a particularly malignant boot-slitting [all …]
|
| /third_party/rust/crates/memchr/bench/data/sherlock/ |
| D | huge.txt | 5 re-use it under the terms of the Project Gutenberg License included 43 II. The Red-headed League 71 were admirable things for the observer--excellent for drawing the 76 sensitive instrument, or a crack in one of his own high-power 84 home-centred interests which rise up around the man who first 104 One night--it was on the twentieth of March, 1888--I was 107 passed the well-remembered door, which must always be associated 117 drug-created dreams and was hot upon the scent of some new 140 yourself very wet lately, and that you have a most clumsy and 160 weather, and that you had a particularly malignant boot-slitting [all …]
|
| /third_party/rust/crates/regex/regex-capi/examples/ |
| D | sherlock.txt | 5 re-use it under the terms of the Project Gutenberg License included 43 II. The Red-headed League 71 were admirable things for the observer--excellent for drawing the 76 sensitive instrument, or a crack in one of his own high-power 84 home-centred interests which rise up around the man who first 104 One night--it was on the twentieth of March, 1888--I was 107 passed the well-remembered door, which must always be associated 117 drug-created dreams and was hot upon the scent of some new 140 yourself very wet lately, and that you have a most clumsy and 160 weather, and that you had a particularly malignant boot-slitting [all …]
|