/third_party/flutter/skia/modules/skparagraph/src/ |
D | FontResolver.cpp | 129 SkRange<size_t> whitespaces(0, 0); in resolveAllCharactersByFont() local 137 if (resolved.width() == whitespaces.width()) { in resolveAllCharactersByFont() 141 for (auto w = whitespaces.start; w != whitespaces.end; ++w) { in resolveAllCharactersByFont() 163 whitespaces = SkRange<size_t>(0, 0); in resolveAllCharactersByFont() 177 if (index == whitespaces.end) { in resolveAllCharactersByFont() 178 ++whitespaces.end; in resolveAllCharactersByFont() 180 whitespaces = SkRange<size_t>(index, index + 1); in resolveAllCharactersByFont() 183 whitespaces = SkRange<size_t>(0, 0); in resolveAllCharactersByFont()
|
/third_party/boost/libs/metaparse/doc/ |
D | token.qbk | 19 whitespaces afterwards. The result of parsing is the result of `P`. 61 "token consumes whitespaces after the number" 68 "whitespaces after the number are optional"
|
D | spaces.qbk | 44 "it should consume all whitespaces at the beginning of the input"
|
D | manual.qbk | 83 used to build parsers that accept only digit characters, only whitespaces, etc. 124 whitespaces after the number. So the following parser parses one number and the 125 whitespaces after it:
|
/third_party/skia/third_party/externals/imgui/ |
D | .editorconfig | 3 # - In practice VS2019 stills gets trailing whitespaces wrong :( 4 # - Suggest install to trim whitespaces: https://marketplace.visualstudio.com/items?itemName=Mads…
|
/third_party/json/third_party/amalgamate/ |
D | CHANGES.md | 6 - reindented file to remove trailing whitespaces
|
/third_party/typescript/tests/cases/conformance/jsx/ |
D | checkJsxChildrenProperty7.tsx | 29 // Error: whitespaces matters
|
/third_party/mindspore/.github/ISSUE_TEMPLATE/ |
D | bug-report.md | 15 …evice <>` line, hit enter to put that in a new line, and remove leading whitespaces from that line:
|
/third_party/curl/tests/data/ |
D | test663 | 54 HTTP redirect with dotdots and whitespaces in absolute Location: URL
|
/third_party/PyYAML/lib/yaml/ |
D | scanner.py | 1234 whitespaces = self.prefix(length) 1249 chunks.append(whitespaces) 1319 whitespaces = self.prefix(length) 1344 elif whitespaces: 1345 chunks.append(whitespaces)
|
/third_party/typescript/tests/baselines/reference/ |
D | checkJsxChildrenProperty7.errors.txt | 29 // Error: whitespaces matters
|
D | checkJsxChildrenProperty7.types | 58 // Error: whitespaces matters
|
D | checkJsxChildrenProperty7.symbols | 59 // Error: whitespaces matters
|
/third_party/flutter/flutter/packages/flutter_tools/lib/src/ |
D | globals.dart | 51 /// specified number of whitespaces.
|
/third_party/flutter/engine/flutter/lib/web_ui/test/text/ |
D | measurement_test.dart | 146 // leading whitespaces 153 // trailing whitespaces 160 // mixed whitespaces
|
/third_party/python/Doc/library/ |
D | textwrap.rst | 139 Text is preferably wrapped on whitespaces and right after the hyphens in 268 (default: ``True``) If true, wrapping will occur preferably on whitespaces 270 If false, only whitespaces will be considered as potentially good places
|
D | shlex.rst | 279 If ``True``, tokens will only be split in whitespaces. This is useful, for 369 split words in whitespaces;
|
/third_party/flutter/engine/flutter/tools/licenses/ |
D | README.md | 6 …ense files. Click `Download full logs` (Github removes lines with only whitespaces, which invalida…
|
/third_party/skia/experimental/sktext/src/ |
D | Line.h | 188 TextRange whitespaces() const { return fWhitespaces; } in whitespaces() function
|
/third_party/boost/libs/property_tree/doc/ |
D | xml_parser.qbk | 21 that consists only of whitespace. Encoded whitespaces (e.g.  ) does not
|
/third_party/PyYAML/ |
D | CHANGES | 168 for block scalar; thus scalars with leading whitespaces 229 quote is not escaped when preceded by whitespaces or line breaks.
|
/third_party/skia/experimental/sktext/include/ |
D | SkText.md | 13 …ion that may be needed later: graphemes, words, hard/soft line breaks, whitespaces, bidi regions a…
|
/third_party/flutter/engine/flutter/lib/web_ui/lib/src/engine/text/ |
D | ruler.dart | 401 // Force single-line (even if wider than screen) and preserve whitespaces. 428 // Preserve whitespaces. 489 // Force single-line (even if wider than screen) and preserve whitespaces.
|
/third_party/skia/modules/skparagraph/src/ |
D | TextLine.cpp | 872 TextRange whitespaces = intersected( in iterateThroughVisualRuns() local 874 if (whitespaces.width() > 0) { in iterateThroughVisualRuns() 875 …auto whitespacesLen = measureTextInsideOneRun(whitespaces, run, runOffset, 0, true, false).clip.wi… in iterateThroughVisualRuns()
|
/third_party/ffmpeg/doc/ |
D | utils.texi | 29 Leading and trailing whitespaces, unless escaped or quoted, are 62 Include leading or trailing whitespaces using quoting: 64 ' this string starts and ends with whitespaces '
|