Searched full:export (Results 1 – 25 of 10004) sorted by relevance
12345678910>>...401
/third_party/typescript/tests/cases/compiler/ |
D | manyConstExports.ts | 3 export const exp0 = "test"; 4 export const exp1 = "test"; 5 export const exp2 = "test"; 6 export const exp3 = "test"; 7 export const exp4 = "test"; 8 export const exp5 = "test"; 9 export const exp6 = "test"; 10 export const exp7 = "test"; 11 export const exp8 = "test"; 12 export const exp9 = "test"; [all …]
|
D | privacyImportParseErrors.ts | 2 export module m1 { 3 export module m1_M1_public { 4 export class c1 { 6 export function f1() { 9 export var v1 = c1; 10 export var v2: c1; 14 export class c1 { 16 export function f1() { 19 export var v1 = c1; 20 export var v2: c1; [all …]
|
D | privacyImport.ts | 3 export module m1 { 4 export module m1_M1_public { 5 export class c1 { 7 export function f1() { 10 export var v1 = c1; 11 export var v2: c1; 15 export class c1 { 17 export function f1() { 20 export var v1 = c1; 21 export var v2: c1; [all …]
|
D | privacyLocalInternalReferenceImportWithExport.ts | 5 export class c_private { 7 export enum e_private { 11 export function f_private() { 14 export var v_private = new c_private(); 15 export interface i_private { 17 export module mi_private { 18 export class c { 21 export module mu_private { 22 export interface i { 28 export module m_public { [all …]
|
D | privacyTopLevelInternalReferenceImportWithExport.ts | 5 export class c_private { 7 export enum e_private { 11 export function f_private() { 14 export var v_private = new c_private(); 15 export interface i_private { 17 export module mi_private { 18 export class c { 21 export module mu_private { 22 export interface i { 28 export module m_public { [all …]
|
D | privacyGloImportParseErrors.ts | 3 export module m1_M1_public { 4 export class c1 { 6 export function f1() { 9 export var v1 = c1; 10 export var v2: c1; 14 export class c1 { 16 export function f1() { 19 export var v1 = c1; 20 export var v2: c1; 23 export declare module "m1_M3_public" { [all …]
|
D | privacyGloImport.ts | 3 export module m1_M1_public { 4 export class c1 { 6 export function f1() { 9 export var v1 = c1; 10 export var v2: c1; 14 export class c1 { 16 export function f1() { 19 export var v1 = c1; 20 export var v2: c1; 23 //export declare module "m1_M3_public" { [all …]
|
/third_party/typescript/tests/baselines/reference/ |
D | manyConstExports.types | 2 export const exp0 = "test"; 6 export const exp1 = "test"; 10 export const exp2 = "test"; 14 export const exp3 = "test"; 18 export const exp4 = "test"; 22 export const exp5 = "test"; 26 export const exp6 = "test"; 30 export const exp7 = "test"; 34 export const exp8 = "test"; 38 export const exp9 = "test"; [all …]
|
D | manyConstExports.js | 2 export const exp0 = "test"; 3 export const exp1 = "test"; 4 export const exp2 = "test"; 5 export const exp3 = "test"; 6 export const exp4 = "test"; 7 export const exp5 = "test"; 8 export const exp6 = "test"; 9 export const exp7 = "test"; 10 export const exp8 = "test"; 11 export const exp9 = "test"; [all …]
|
D | manyConstExports.symbols | 2 export const exp0 = "test"; 5 export const exp1 = "test"; 8 export const exp2 = "test"; 11 export const exp3 = "test"; 14 export const exp4 = "test"; 17 export const exp5 = "test"; 20 export const exp6 = "test"; 23 export const exp7 = "test"; 26 export const exp8 = "test"; 29 export const exp9 = "test"; [all …]
|
D | privacyImport.js | 2 export module m1 { 3 export module m1_M1_public { 4 export class c1 { 6 export function f1() { 9 export var v1 = c1; 10 export var v2: c1; 14 export class c1 { 16 export function f1() { 19 export var v1 = c1; 20 export var v2: c1; [all …]
|
D | privacyLocalInternalReferenceImportWithExport.js | 4 export class c_private { 6 export enum e_private { 10 export function f_private() { 13 export var v_private = new c_private(); variable 14 export interface i_private { 16 export module mi_private { 17 export class c { 20 export module mu_private { 21 export interface i { 27 export module m_public { [all …]
|
D | jsDeclarationsFunctionKeywordPropExhaustive.js | 20 foo.export = 1; 103 foo.export = 1; 172 export const x: number; 173 export const y: number; 175 export { _break as break }; 177 export { _case as case }; 179 export { _catch as catch }; 181 export { _class as class }; 183 export { _const as const }; 185 export { _continue as continue }; [all …]
|
D | privacyImportParseErrors.js | 2 export module m1 { 3 export module m1_M1_public { 4 export class c1 { 6 export function f1() { 9 export var v1 = c1; 10 export var v2: c1; 14 export class c1 { 16 export function f1() { 19 export var v1 = c1; 20 export var v2: c1; [all …]
|
D | privacyTopLevelInternalReferenceImportWithExport.js | 4 export class c_private { 6 export enum e_private { 10 export function f_private() { 13 export var v_private = new c_private(); variable 14 export interface i_private { 16 export module mi_private { 17 export class c { 20 export module mu_private { 21 export interface i { 27 export module m_public { [all …]
|
D | es6ImportNamedImportWithExport.js | 4 export var a = 10; 5 export var x = a; 6 export var m = a; 7 export var a1 = 10; 8 export var x1 = 10; 9 export var z1 = 10; 10 export var z2 = 10; 11 export var aaaa = 10; 14 export import { } from "./server"; 15 export import { a } from "./server"; [all …]
|
D | privacyVarDeclFile.js | 7 export class publicClass { 10 export interface publicInterfaceWithPrivatePropertyTypes { 14 export interface publicInterfaceWithPublicPropertyTypes { 26 export class publicClassWithWithPrivatePropertyTypes { 33 export class publicClassWithWithPublicPropertyTypes { 54 export var publicVarWithPrivatePropertyTypes: privateClass; // Error 55 export var publicVarWithPublicPropertyTypes: publicClass; 59 export declare var publicAmbientVarWithPrivatePropertyTypes: privateClass; // Error 60 export declare var publicAmbientVarWithPublicPropertyTypes: publicClass; 64 export interface publicInterfaceWithPrivateModulePropertyTypes { [all …]
|
D | privacyGloImport.js | 3 export module m1_M1_public { 4 export class c1 { 6 export function f1() { 9 export var v1 = c1; 10 export var v2: c1; 14 export class c1 { 16 export function f1() { 19 export var v1 = c1; 20 export var v2: c1; 23 //export declare module "m1_M3_public" { [all …]
|
D | privacyGloImportParseErrors.js | 3 export module m1_M1_public { 4 export class c1 { 6 export function f1() { 9 export var v1 = c1; 10 export var v2: c1; 14 export class c1 { 16 export function f1() { 19 export var v1 = c1; 20 export var v2: c1; 23 export declare module "m1_M3_public" { [all …]
|
D | exportAlreadySeen.errors.txt | 1 tests/cases/compiler/exportAlreadySeen.ts(2,12): error TS1030: 'export' modifier already seen. 2 tests/cases/compiler/exportAlreadySeen.ts(3,12): error TS1030: 'export' modifier already seen. 3 tests/cases/compiler/exportAlreadySeen.ts(5,12): error TS1030: 'export' modifier already seen. 4 tests/cases/compiler/exportAlreadySeen.ts(6,16): error TS1030: 'export' modifier already seen. 5 tests/cases/compiler/exportAlreadySeen.ts(7,16): error TS1030: 'export' modifier already seen. 6 tests/cases/compiler/exportAlreadySeen.ts(12,12): error TS1030: 'export' modifier already seen. 7 tests/cases/compiler/exportAlreadySeen.ts(13,12): error TS1030: 'export' modifier already seen. 8 tests/cases/compiler/exportAlreadySeen.ts(15,12): error TS1030: 'export' modifier already seen. 9 tests/cases/compiler/exportAlreadySeen.ts(16,16): error TS1030: 'export' modifier already seen. 10 tests/cases/compiler/exportAlreadySeen.ts(17,16): error TS1030: 'export' modifier already seen. [all …]
|
D | privacyImport.types | 2 export module m1 { 5 export module m1_M1_public { 8 export class c1 { 11 export function f1() { 18 export var v1 = c1; 22 export var v2: c1; 29 export class c1 { 32 export function f1() { 39 export var v1 = c1; 43 export var v2: c1; [all …]
|
/third_party/node/typings/ |
D | primordials.d.ts | 42 export function uncurryThis<T extends (...args: unknown[]) => unknown>(fn: T): UncurryThis<T>; 43 export function makeSafe<T extends NewableFunction>(unsafe: NewableFunction, safe: T): T; 45 export import decodeURI = globalThis.decodeURI; 46 export import decodeURIComponent = globalThis.decodeURIComponent; 47 export import encodeURI = globalThis.encodeURI; 48 export import encodeURIComponent = globalThis.encodeURIComponent; 49 export const JSONParse: typeof JSON.parse 50 export const JSONStringify: typeof JSON.stringify 51 export const MathAbs: typeof Math.abs 52 export const MathAcos: typeof Math.acos [all …]
|
/third_party/zlib/os400/ |
D | bndsrc | 7 EXPORT SYMBOL("adler32") 8 EXPORT SYMBOL("compress") 9 EXPORT SYMBOL("compress2") 10 EXPORT SYMBOL("crc32") 11 EXPORT SYMBOL("get_crc_table") 12 EXPORT SYMBOL("deflate") 13 EXPORT SYMBOL("deflateEnd") 14 EXPORT SYMBOL("deflateSetDictionary") 15 EXPORT SYMBOL("deflateCopy") 16 EXPORT SYMBOL("deflateReset") [all …]
|
/third_party/typescript/src/compiler/factory/ |
D | nodeTests.ts | 4 export function isNumericLiteral(node: Node): node is NumericLiteral { 8 export function isBigIntLiteral(node: Node): node is BigIntLiteral { 12 export function isStringLiteral(node: Node): node is StringLiteral { 16 export function isJsxText(node: Node): node is JsxText { 20 export function isRegularExpressionLiteral(node: Node): node is RegularExpressionLiteral { 24 …export function isNoSubstitutionTemplateLiteral(node: Node): node is NoSubstitutionTemplateLiteral… 30 export function isTemplateHead(node: Node): node is TemplateHead { 34 export function isTemplateMiddle(node: Node): node is TemplateMiddle { 38 export function isTemplateTail(node: Node): node is TemplateTail { 44 export function isDotDotDotToken(node: Node): node is DotDotDotToken { [all …]
|
/third_party/skia/third_party/externals/brotli/ |
D | .gitattributes | 4 **/** export-ignore 7 bootstrap !export-ignore 8 BUILD !export-ignore 9 CMakeLists.txt !export-ignore 10 compiler_config_setting.bzl !export-ignore 11 configure !export-ignore 12 configure-cmake !export-ignore 13 configure.ac !export-ignore 14 CONTRIBUTING.md !export-ignore 15 LICENSE !export-ignore [all …]
|
12345678910>>...401