/third_party/typescript/tests/baselines/reference/ |
D | jsDeclarationsExportAssignmentWithKeywordName.types | 7 …s = { extends: 'base', more: { others: ['strs'] }, x} : { extends: string; more… 8 >module.exports : { extends: string; more: { others: string[]; }; x: number; } 9 >module : { exports: { extends: string; more: { others: string[]; }; x: number; }; } 10 >exports : { extends: string; more: { others: string[]; }; x: number; } 11 >{ extends: 'base', more: { others: ['strs'] }, x} : { extends: string; more: { … 18 >more : { others: string[]; } 19 >{ others: ['strs'] } : { others: string[]; } 21 others: ['strs'] 22 >others : string[]
|
D | jsDeclarationsExportAssignmentWithKeywordName.js | 6 others: ['strs'] 16 others: ['strs'] 26 const others: string[]; constant
|
D | jsDeclarationsExportAssignmentWithKeywordName.symbols | 16 others: ['strs'] 17 >others : Symbol(others, Decl(index.js, 3, 11))
|
D | classCanExtendConstructorFunction.errors.txt | 10 …Type '(others: (typeof Wagon)[]) => number' is not assignable to type '(wagons?: Wagon[]) => numbe… 11 Types of parameters 'others' and 'wagons' are incompatible. 96 !!! error TS2417: Type '(others: (typeof Wagon)[]) => number' is not assignable to type '(wagon… 97 !!! error TS2417: Types of parameters 'others' and 'wagons' are incompatible. 107 // should error since others is not optional 108 static circle(others: (typeof Wagon)[]) { 109 return others.length
|
/third_party/flutter/ |
D | NOTICE | 345 Copyright (c) 1995-2016 International Business Machines Corporation and others 688 file you modified, so others can tell that you modified that file (if 2028 Copyright (C) 2016 and later: Unicode, Inc. and others. 2029 Copyright (c) 2002-2005, International Business Machines Corporation and others. All Rights Reserve… 2030 Copyright © 2016 and later: Unicode, Inc. and others. 2031 Copyright (C) 2001-2006, International Business Machines Corporation and others. 2032 Copyright (C) 2001, International Business Machines Corporation and others. 2033 Copyright (C) 1995-2014, International Business Machines Corporation and others. 2034 Copyright (C) 2009-2014, International Business Machines Corporation and others. All Rights Reserve… 2035 Copyright (c) 2002-2014, International Business Machines Corporation and others. [all …]
|
/third_party/python/Mac/PythonLauncher/ |
D | FileSettings.m | 79 others = [source->others retain]; 189 others = [[source others] retain]; 205 others, @"others", 234 value = [dict objectForKey: @"others"]; 235 if (value) others = [value retain]; 286 others, 303 - (NSString *) others { return others;}; method
|
D | PreferencesWindowController.m | 39 [others setStringValue: [settings others]]; 84 - (NSString *) others { return [others stringValue];}; method
|
/third_party/icu/icu4j/perf-tests/data/collation/ |
D | th18057.txt | 2 # * © 2021 and later: Unicode, Inc. and others. 7 #* Corporation and others. All Rights Reserved. 18 # Lines starting with '#' are ignored; others are treated as single words
|
D | TestNames_Simplified_Chinese.txt | 2 # * © 2016 and later: Unicode, Inc. and others. 6 # * others. All Rights Reserved. *
|
D | TestNames_Thai.txt | 2 # * © 2016 and later: Unicode, Inc. and others. 6 # * others. All Rights Reserved. *
|
D | TestNames_Korean.txt | 2 # * © 2016 and later: Unicode, Inc. and others. 6 # * others. All Rights Reserved. *
|
D | TestNames_Japanese_k.txt | 2 # * © 2016 and later: Unicode, Inc. and others. 6 # * others. All Rights Reserved. *
|
D | TestNames_Chinese.txt | 2 # * © 2016 and later: Unicode, Inc. and others. 6 # * others. All Rights Reserved. *
|
D | TestNames_Asian.txt | 2 # * © 2016 and later: Unicode, Inc. and others. 6 # * others. All Rights Reserved. *
|
D | TestNames_Japanese_h.txt | 2 # * © 2016 and later: Unicode, Inc. and others. 6 # * others. All Rights Reserved. *
|
D | TestNames_Japanese.txt | 2 # * © 2016 and later: Unicode, Inc. and others. 6 # * others. All Rights Reserved. *
|
D | TestNames_SerbianSR.txt | 2 # * © 2016 and later: Unicode, Inc. and others. 6 # * others. All Rights Reserved. *
|
/third_party/skia/third_party/externals/icu/source/samples/layout/ |
D | LayoutSample.rc | 3 // Copyright (C) 2016 and later: Unicode, Inc. and others. 15 * Copyright (C) 2016 and later: Unicode, Inc. and others. 22 * Corporation and others. All Rights Reserved. 93 "* Corporation and others. All Rights Reserved.\r\n"
|
/third_party/icu/icu4c/source/samples/layout/ |
D | LayoutSample.rc | 3 // Copyright (C) 2016 and later: Unicode, Inc. and others. 15 * Copyright (C) 2016 and later: Unicode, Inc. and others. 22 * Corporation and others. All Rights Reserved. 93 "* Corporation and others. All Rights Reserved.\r\n"
|
/third_party/flutter/skia/third_party/externals/icu/source/samples/layout/ |
D | LayoutSample.rc | 3 // Copyright (C) 2016 and later: Unicode, Inc. and others. 15 * Copyright (C) 2016 and later: Unicode, Inc. and others. 22 * Corporation and others. All Rights Reserved. 93 "* Corporation and others. All Rights Reserved.\r\n"
|
/third_party/mindspore/mindspore/core/ir/ |
D | func_graph.cc | 239 auto &others = source->value_nodes(); in CopyValueNodes() local 240 for (auto it = others.begin(); it != others.end(); ++it) { in CopyValueNodes() 272 auto &others = source->free_variables(); in CopyFreeVariables() local 273 for (auto it = others.begin(); it != others.end(); ++it) { in CopyFreeVariables() 345 auto &others = source->func_graphs_used(); in CopyFuncGraphsUsed() local 346 for (auto it = others.begin(); it != others.end(); ++it) { in CopyFuncGraphsUsed() 390 auto &others = source->func_graph_cnodes_index(); in CopyFuncGraphCNodesIndex() local 391 for (auto it = others.begin(); it != others.end(); ++it) { in CopyFuncGraphCNodesIndex() 429 auto &others = source->j_value_nodes(); in CopyJValueNodes() local 430 for (const auto &other : others) { in CopyJValueNodes()
|
/third_party/boost/libs/beast/ |
D | CODE_OF_CONDUCT.md | 3 * Be respectful of others 7 * Treat others the way you want to be treated
|
/third_party/icu/icu4c/source/data/brkitr/dictionaries/ |
D | khmerdict.txt | 1 # Copyright (C) 2016 and later: Unicode, Inc. and others. 4 # and others. All Rights Reserved.
|
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/data/resources/ |
D | testmessages.properties | 2 # * Copyright (C) 2016 and later: Unicode, Inc. and others. * 7 # * others. All Rights Reserved. *
|
/third_party/icu/icu4j/main/tests/packaging/ |
D | build.properties | 2 # Copyright (C) 2016 and later: Unicode, Inc. and others. * 7 #* others. All Rights Reserved. *
|