/third_party/typescript/tests/baselines/reference/ |
D | unionTypePropertyAccessibility.types | 9 class Public { 10 >Public : Public 33 var v2: Public; 34 >v2 : Public 42 var v5: Default | Public; 43 >v5 : Default | Public 51 var v8: Public | Protected; 52 >v8 : Public | Protected 54 var v9: Public | Private; 55 >v9 : Public | Private [all …]
|
D | unionTypePropertyAccessibility.symbols | 9 class Public { 10 >Public : Symbol(Public, Decl(unionTypePropertyAccessibility.ts, 2, 1)) 13 >member : Symbol(Public.member, Decl(unionTypePropertyAccessibility.ts, 4, 14)) 34 var v2: Public; 36 >Public : Symbol(Public, Decl(unionTypePropertyAccessibility.ts, 2, 1)) 46 var v5: Default | Public; 49 >Public : Symbol(Public, Decl(unionTypePropertyAccessibility.ts, 2, 1)) 61 var v8: Public | Protected; 63 >Public : Symbol(Public, Decl(unionTypePropertyAccessibility.ts, 2, 1)) 66 var v9: Public | Private; [all …]
|
D | unionTypePropertyAccessibility.js | 6 class Public { class 19 var v2: Public; 22 var v5: Default | Public; 25 var v8: Public | Protected; 26 var v9: Public | Private; 28 var v11: Default | Public | Protected; 29 var v12: Default | Public | Private; 31 var v14: Public | Private | Protected; 32 var v15: Default | Public | Private | Protected; 57 var Public = /** @class */ (function () { [all …]
|
D | unionTypePropertyAccessibility.errors.txt | 5 …ccessibility.ts(40,4): error TS2339: Property 'member' does not exist on type 'Public | Protected'. 6 …yAccessibility.ts(41,4): error TS2339: Property 'member' does not exist on type 'Public | Private'. 8 …ty.ts(43,5): error TS2339: Property 'member' does not exist on type 'Default | Public | Protected'. 9 …lity.ts(44,5): error TS2339: Property 'member' does not exist on type 'Default | Public | Private'. 11 …bility.ts(46,5): error TS2339: Property 'member' does not exist on type 'Public | Protected | Priv… 12 …47,5): error TS2339: Property 'member' does not exist on type 'Default | Public | Protected | Priv… 20 class Public { 33 var v2: Public; 36 var v5: Default | Public; 39 var v8: Public | Protected; [all …]
|
D | mixinAccessModifiers.types | 52 class Public { 53 >Public : Public 98 function f3(x: Private & Public) { 99 >f3 : (x: Private & Public) => void 118 function f5(x: Protected & Public) { 119 >f5 : (x: Protected & Public) => void 120 >x : Protected & Public 124 >x : Protected & Public 128 function f6(x: Public & Public2) { 129 >f6 : (x: Public & Public2) => void [all …]
|
D | mixinAccessModifiers.js | 26 class Public { class 46 function f3(x: Private & Public) { argument 54 function f5(x: Protected & Public) { argument 58 function f6(x: Public & Public2) { 68 class C3 extends Mix(Private, Public) {} 83 class C5 extends Mix(Protected, Public) { 96 class C6 extends Mix(Public, Public2) { 187 var Public = /** @class */ (function () { 188 function Public() { class in Public 194 return Public; [all …]
|
D | mixinAccessModifiers.symbols | 52 class Public { 53 >Public : Symbol(Public, Decl(mixinAccessModifiers.ts, 22, 1)) 59 >p : Symbol(Public.p, Decl(mixinAccessModifiers.ts, 25, 32)) 62 >s : Symbol(Public.s, Decl(mixinAccessModifiers.ts, 26, 18)) 98 function f3(x: Private & Public) { 102 >Public : Symbol(Public, Decl(mixinAccessModifiers.ts, 22, 1)) 120 function f5(x: Protected & Public) { 124 >Public : Symbol(Public, Decl(mixinAccessModifiers.ts, 22, 1)) 132 function f6(x: Public & Public2) { 135 >Public : Symbol(Public, Decl(mixinAccessModifiers.ts, 22, 1)) [all …]
|
D | genericRecursiveImplicitConstructorErrors2.types | 14 Public 15 >Public : PullSymbolVisibility.Public
|
/third_party/typescript/tests/cases/conformance/types/union/ |
D | unionTypePropertyAccessibility.ts | 5 class Public { class 18 var v2: Public; 21 var v5: Default | Public; 24 var v8: Public | Protected; 25 var v9: Public | Private; 27 var v11: Default | Public | Protected; 28 var v12: Default | Public | Private; 30 var v14: Public | Private | Protected; 31 var v15: Default | Public | Private | Protected;
|
/third_party/e2fsprogs/util/ucd/ |
D | README | 9 http://www.unicode.org/Public/11.0.0/ucd/ 13 http://www.unicode.org/Public/UCD/latest/ 20 http://www.unicode.org/Public/11.0.0/ucd/CaseFolding.txt 21 http://www.unicode.org/Public/11.0.0/ucd/DerivedAge.txt 22 http://www.unicode.org/Public/11.0.0/ucd/extracted/DerivedCombiningClass.txt 23 http://www.unicode.org/Public/11.0.0/ucd/DerivedCoreProperties.txt 24 http://www.unicode.org/Public/11.0.0/ucd/NormalizationCorrections.txt 25 http://www.unicode.org/Public/11.0.0/ucd/NormalizationTest.txt 26 http://www.unicode.org/Public/11.0.0/ucd/UnicodeData.txt
|
/third_party/typescript/tests/cases/conformance/classes/ |
D | mixinAccessModifiers.ts | 27 class Public { class 47 function f3(x: Private & Public) { 55 function f5(x: Protected & Public) { 59 function f6(x: Public & Public2) { 69 class C3 extends Mix(Private, Public) {} 84 class C5 extends Mix(Protected, Public) { 97 class C6 extends Mix(Public, Public2) {
|
/third_party/skia/third_party/externals/spirv-cross/LICENSES/ |
D | CC-BY-4.0.txt | 10 Using Creative Commons Public Licenses 41 4.0 International Public License 45 4.0 International Public License ("Public License"). To the extent this Public 58 Rights held by the Licensor. For purposes of this Public License, where the 65 and conditions of this Public License. 70 rights are labeled or categorized. For purposes of this Public License, the 83 material to which the Licensor applied this Public License. 86 conditions of this Public License, which are limited to all Copyright and 91 Public License. 106 this Public License. Your has a corresponding meaning. [all …]
|
/third_party/libuv/ |
D | LICENSE-docs | 15 Using Creative Commons Public Licenses 57 Creative Commons Attribution 4.0 International Public License 61 Attribution 4.0 International Public License ("Public License"). To the 62 extent this Public License may be interpreted as a contract, You are 76 Licensor. For purposes of this Public License, where the Licensed 83 accordance with the terms and conditions of this Public License. 89 categorized. For purposes of this Public License, the rights 104 or other material to which the Licensor applied this Public 108 terms and conditions of this Public License, which are limited to 113 under this Public License. [all …]
|
/third_party/harfbuzz/src/ |
D | update-unicode-tables.make | 33 curl -O https://unicode.org/Public/UCD/latest/ucd/ArabicShaping.txt 35 curl -O https://unicode.org/Public/UCD/latest/ucd/UnicodeData.txt 37 curl -O https://unicode.org/Public/UCD/latest/ucd/Blocks.txt 39 curl -O https://www.unicode.org/Public/UCD/latest/ucd/emoji/emoji-data.txt 41 curl -O https://unicode.org/Public/UCD/latest/ucd/IndicSyllabicCategory.txt 43 curl -O https://unicode.org/Public/UCD/latest/ucd/IndicPositionalCategory.txt 49 curl -O https://unicode.org/Public/UCD/latest/ucdxml/ucd.nounihan.grouped.zip 51 curl -O https://unicode.org/Public/UCD/latest/ucd/Scripts.txt
|
/third_party/jsoncpp/ |
D | LICENSE | 7 this software is released into the Public Domain. 9 In jurisdictions which do not recognize Public Domain property (e.g. Germany as of 13 In jurisdictions which recognize Public Domain property, the user of this 14 software may choose to accept it either as 1) Public Domain, 2) under the 16 Public Domain/MIT License conditions described here, as they choose. 18 The MIT License is about as close to Public Domain as a license can get, and is 51 software, affording one all of the rights of Public Domain with the 54 Public Domain "license" you can re-license your copy using whatever
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_pkwrite.data | 1 Public key write check RSA 5 Public key write check RSA 4096 9 Public key write check EC 192 bits 13 Public key write check EC 521 bits 17 Public key write check EC Brainpool 512 bits
|
D | test_suite_rsa.data | 315 RSA Check Public key #1 (Correct) 318 RSA Check Public key #2 (Even N) 321 RSA Check Public key #3 (Even E) 324 RSA Check Public key #4 (N exactly 128 bits) 327 RSA Check Public key #5 (N smaller than 128 bits) 330 RSA Check Public key #6 (N exactly 8192 bits) 334 RSA Check Public key #7 (N larger than 8192 bits) 337 RSA Check Public key #8 (E exactly 2 bits) 340 RSA Check Public key #8 (E exactly 1 bits) 343 RSA Check Public key #8 (E exactly 64 bits) [all …]
|
/third_party/typescript/tests/cases/conformance/parser/ecmascript5/ |
D | parserRealSource2.ts | 69 Public = 1 << 1, 101 Public = 1 << 2, 113 Public = 1 << 2, 130 Public = 1 << 2, 154 Public = 1 << 2, 176 Public = 1 << 2,
|
/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/Compatibility/ |
D | PropertyInfoExtensionsTest.cs | 56 … .GetProperty(name, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public); in GetGetMethod_Success() 69 … .GetProperty(name, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public); in GetGetMethod_NoAccessibleGetter() 80 … .GetProperty(name, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public); in GetSetMethod_Success() 93 … .GetProperty(name, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public); in GetSetMethod_NoAccessibleGetter()
|
/third_party/protobuf/csharp/src/Google.Protobuf.Test/Compatibility/ |
D | PropertyInfoExtensionsTest.cs | 56 … .GetProperty(name, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public); in GetGetMethod_Success() 69 … .GetProperty(name, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public); in GetGetMethod_NoAccessibleGetter() 80 … .GetProperty(name, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public); in GetSetMethod_Success() 93 … .GetProperty(name, BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.Public); in GetSetMethod_NoAccessibleGetter()
|
/third_party/flatbuffers/ |
D | BUILD.bazel | 13 # Public flatc library to compile flatbuffer files at runtime. 22 # Public C++ headers for the Flatbuffers library. 42 # Public flatc compiler library. 51 # Public flatc compiler.
|
/third_party/gettext/gettext-runtime/m4/ |
D | nls.m4 | 9 dnl the GNU General Public License or the GNU Lesser General Public 13 dnl by the GNU Lesser General Public License, and the rest of the GNU 14 dnl gettext package is covered by the GNU General Public License.
|
/third_party/flutter/skia/third_party/externals/sdl/Xcode/SDL/SDL.xcodeproj/ |
D | project.pbxproj | 387 …leRef = 567E2F2017C44C35005F1892 /* SDL_filesystem.h */; settings = {ATTRIBUTES = (Public, ); }; }; 409 …f = A77E6EB3167AB0A90010E40B /* SDL_gamecontroller.h */; settings = {ATTRIBUTES = (Public, ); }; }; 410 …f = A77E6EB3167AB0A90010E40B /* SDL_gamecontroller.h */; settings = {ATTRIBUTES = (Public, ); }; }; 424 …; fileRef = AA7557C71595D4D800BBD41B /* begin_code.h */; settings = {ATTRIBUTES = (Public, ); }; }; 425 …; fileRef = AA7557C71595D4D800BBD41B /* begin_code.h */; settings = {ATTRIBUTES = (Public, ); }; }; 426 …; fileRef = AA7557C81595D4D800BBD41B /* close_code.h */; settings = {ATTRIBUTES = (Public, ); }; }; 427 …; fileRef = AA7557C81595D4D800BBD41B /* close_code.h */; settings = {ATTRIBUTES = (Public, ); }; }; 428 …; fileRef = AA7557C91595D4D800BBD41B /* SDL_assert.h */; settings = {ATTRIBUTES = (Public, ); }; }; 429 …; fileRef = AA7557C91595D4D800BBD41B /* SDL_assert.h */; settings = {ATTRIBUTES = (Public, ); }; }; 430 …; fileRef = AA7557CA1595D4D800BBD41B /* SDL_atomic.h */; settings = {ATTRIBUTES = (Public, ); }; }; [all …]
|
/third_party/libsnd/m4/ |
D | ax_recursive_eval.m4 | 20 # under the terms of the GNU General Public License as published by the 27 # Public License for more details. 29 # You should have received a copy of the GNU General Public License along 35 # need not follow the terms of the GNU General Public License when using 37 # Macro appear in them. The GNU General Public License (GPL) does govern
|
/third_party/skia/third_party/externals/microhttpd/m4/ |
D | ax_append_flag.m4 | 27 # under the terms of the GNU General Public License as published by the 34 # Public License for more details. 36 # You should have received a copy of the GNU General Public License along 42 # need not follow the terms of the GNU General Public License when using 44 # Macro appear in them. The GNU General Public License (GPL) does govern
|