change "the the" to the

This commit is contained in:
Jan-Hendrik Dolling 2016-10-27 09:10:44 +02:00 committed by Kevin Moore
parent 5ad24d5185
commit 89560c68a0
14 changed files with 17 additions and 17 deletions

View file

@ -2,7 +2,7 @@
# Copyright (c) 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
"""Prints if the the terminal is likely to understand ANSI codes."""
"""Prints if the terminal is likely to understand ANSI codes."""
import os

View file

@ -39810,7 +39810,7 @@ class Dimension {
/**
* Set this CSS Dimension to the specified number of x-heights.
*
* One ex is equal to the the x-height of a font's baseline to its mean line,
* One ex is equal to the x-height of a font's baseline to its mean line,
* generally the height of the letter "x" in the font, which is usually about
* half the font-size.
*/

View file

@ -120,7 +120,7 @@
*
* The client connects to the WebSocket using the `connect()` method
* and a URI that uses the Web Socket protocol.
* The the client can write to the WebSocket with the `add()` method.
* The client can write to the WebSocket with the `add()` method.
* For example,
*
* WebSocket.connect('ws://127.0.0.1:4040/ws').then((socket) {

View file

@ -312,7 +312,7 @@ class Isolate {
* [AS_EVENT].
* The shutdown is performed at different times depending on the priority:
*
* * `IMMEDIATE`: The the isolate shuts down as soon as possible.
* * `IMMEDIATE`: The isolate shuts down as soon as possible.
* Control messages are handled in order, so all previously sent control
* events from this isolate will all have been processed.
* The shutdown should happen no later than if sent with
@ -345,7 +345,7 @@ class Isolate {
* [AS_EVENT].
* The response is sent at different times depending on the ping type:
*
* * `IMMEDIATE`: The the isolate responds as soon as it receives the
* * `IMMEDIATE`: The isolate responds as soon as it receives the
* control message. This is after any previous control message
* from the same isolate has been received.
* * `BEFORE_NEXT_EVENT`: The response is scheduled for the next time

View file

@ -223,7 +223,7 @@ abstract class DeclarationMirror implements Mirror {
/**
* The simple name for this Dart language entity.
*
* The simple name is in most cases the the identifier name of the entity,
* The simple name is in most cases the identifier name of the entity,
* such as 'myMethod' for a method, [:void myMethod() {...}:] or 'mylibrary'
* for a [:library 'mylibrary';:] declaration.
*/
@ -920,7 +920,7 @@ abstract class TypedefMirror implements TypeMirror {
/**
* The defining type for this typedef.
*
* If the the type referred to by the reflectee is a function type *F*, the
* If the type referred to by the reflectee is a function type *F*, the
* result will be [:FunctionTypeMirror:] reflecting *F* which is abstract
* and has an abstract method [:call:] whose signature corresponds to *F*.
* For instance [:void f(int):] is the referent for [:typedef void f(int):].

View file

@ -243,7 +243,7 @@ class JSString extends Interceptor implements String, JSIndexable<String> {
return index;
}
/// Finds the index after the the last non-whitespace character, or 0.
/// Finds the index after the last non-whitespace character, or 0.
/// Start looking at position [index - 1].
static int _skipTrailingWhitespace(String string, int index) {
const int SPACE = 0x20;

View file

@ -1395,7 +1395,7 @@ void IsolateReloadContext::ResetUnoptimizedICsOnStack() {
if (code.is_optimized()) {
// If this code is optimized, we need to reset the ICs in the
// corresponding unoptimized code, which will be executed when the stack
// unwinds to the the optimized code.
// unwinds to the optimized code.
function = code.function();
code = function.unoptimized_code();
ASSERT(!code.IsNull());

View file

@ -39804,7 +39804,7 @@ class Dimension {
/**
* Set this CSS Dimension to the specified number of x-heights.
*
* One ex is equal to the the x-height of a font's baseline to its mean line,
* One ex is equal to the x-height of a font's baseline to its mean line,
* generally the height of the letter "x" in the font, which is usually about
* half the font-size.
*/

View file

@ -44329,7 +44329,7 @@ class Dimension {
/**
* Set this CSS Dimension to the specified number of x-heights.
*
* One ex is equal to the the x-height of a font's baseline to its mean line,
* One ex is equal to the x-height of a font's baseline to its mean line,
* generally the height of the letter "x" in the font, which is usually about
* half the font-size.
*/

View file

@ -120,7 +120,7 @@
*
* The client connects to the WebSocket using the `connect()` method
* and a URI that uses the Web Socket protocol.
* The the client can write to the WebSocket with the `add()` method.
* The client can write to the WebSocket with the `add()` method.
* For example,
*
* WebSocket.connect('ws://127.0.0.1:4040/ws').then((socket) {

View file

@ -412,7 +412,7 @@ class Isolate {
* The [priority] must be one of [IMMEDIATE] or [BEFORE_NEXT_EVENT].
* The shutdown is performed at different times depending on the priority:
*
* * `IMMEDIATE`: The the isolate shuts down as soon as possible.
* * `IMMEDIATE`: The isolate shuts down as soon as possible.
* Control messages are handled in order, so all previously sent control
* events from this isolate will all have been processed.
* The shutdown should happen no later than if sent with
@ -435,7 +435,7 @@ class Isolate {
* The [priority] must be one of [IMMEDIATE] or [BEFORE_NEXT_EVENT].
* The response is sent at different times depending on the ping type:
*
* * `IMMEDIATE`: The the isolate responds as soon as it receives the
* * `IMMEDIATE`: The isolate responds as soon as it receives the
* control message. This is after any previous control message
* from the same isolate has been received, but may be during
* execution of another event.

View file

@ -944,7 +944,7 @@ abstract class TypedefMirror implements TypeMirror {
/**
* The defining type for this typedef.
*
* If the the type referred to by the reflectee is a function type *F*, the
* If the type referred to by the reflectee is a function type *F*, the
* result will be [:FunctionTypeMirror:] reflecting *F* which is abstract
* and has an abstract method [:call:] whose signature corresponds to *F*.
* For instance [:void f(int):] is the referent for [:typedef void f(int):].

View file

@ -209,7 +209,7 @@ Future runTests([List<ConfigurationTransformer> transformations]) async {
// * A variable defined in a library loaded using a `package:` URI.
//
// The configurations all have URIs as `root`, `config` and `mainFile` strings,
// have empty argument lists and `mainFile` points to the the `main.dart` file.
// have empty argument lists and `mainFile` points to the `main.dart` file.
void createConfigurations() {
add(String description, String mainDir, {String root, String config,
Map file, Map http, Map expect}) {

View file

@ -43,7 +43,7 @@ class Dimension {
/**
* Set this CSS Dimension to the specified number of x-heights.
*
* One ex is equal to the the x-height of a font's baseline to its mean line,
* One ex is equal to the x-height of a font's baseline to its mean line,
* generally the height of the letter "x" in the font, which is usually about
* half the font-size.
*/