Home
last modified time | relevance | path

Searched refs:semicolons (Results 1 – 25 of 92) sorted by relevance

1234

/third_party/typescript_eslint/packages/eslint-plugin/docs/rules/
Dsemi.md1 # Require or disallow semicolons instead of ASI (`semi`)
3 This rule enforces consistent use of semicolons after statements.
8 It adds support for TypeScript features that require semicolons.
Dno-extra-semi.md1 # Disallow unnecessary semicolons (`no-extra-semi`)
Dmember-delimiter-style.md117 For example, to require commas for `type`s, and semicolons for multiline `interface`s:
/third_party/typescript/tests/cases/fourslash/
DformatRemoveSemicolons3.ts7 format.setFormatOptions({ ...format.copyFormatOptions(), semicolons: ts.SemicolonPreference.Remove …
DformatRemoveSemicolons1.ts40 format.setFormatOptions({ ...format.copyFormatOptions(), semicolons: ts.SemicolonPreference.Remove …
DformatRemoveSemicolons2.ts15 format.setFormatOptions({ ...format.copyFormatOptions(), semicolons: ts.SemicolonPreference.Remove …
DformatAddSemicolons1.ts28 format.setFormatOptions({ ...format.copyFormatOptions(), semicolons: ts.SemicolonPreference.Insert …
Dextract-method28.ts6 format.setFormatOptions({ ...format.copyFormatOptions(), semicolons: ts.SemicolonPreference.Insert …
Dextract-method29.ts6 format.setFormatOptions({ ...format.copyFormatOptions(), semicolons: ts.SemicolonPreference.Remove …
Dextract-method30.ts6 format.setFormatOptions({ ...format.copyFormatOptions(), semicolons: ts.SemicolonPreference.Ignore …
Dfourslash.ts165 readonly semicolons?: ts.SemicolonPreference;
/third_party/glslang/Test/
Dhlsl.semicolons.frag6 ; ; ; // HLSL allows stray global scope semicolons.
D450.vert48 ; // ERROR: no extraneous semicolons
/third_party/mbedtls/docs/architecture/testing/
Dtest-framework.md15 * Test descriptions may not contain semicolons, line breaks and other control characters, or non-AS…
49 …ter and no quoting. This means that fields may not contain newlines or semicolons. There is no tit…
/third_party/boost/tools/build/example/
Duser-config.jam26 # semicolons. Important syntax notes:
/third_party/glslang/Test/baseResults/
Dhlsl.semicolons.frag.out1 hlsl.semicolons.frag
/third_party/boost/libs/date_time/data/
DREADME.zone_spec_csv_file71 separated by semicolons.
/third_party/mesa3d/docs/relnotes/
D18.1.3.rst71 - glsl: allow standalone semicolons outside main()
/third_party/typescript/src/services/
Dtypes.ts957 readonly semicolons?: SemicolonPreference; property
981 semicolons: SemicolonPreference.Ignore,
DtextChanges.ts964 …const shouldAutoDetectSemicolonPreference = !options.semicolons || options.semicolons === Semicolo…
965 …const shouldRemoveSemicolons = options.semicolons === SemicolonPreference.Remove || shouldAutoDete…
968semicolons: shouldRemoveSemicolons ? SemicolonPreference.Remove : SemicolonPreference.Ignore,
/third_party/typescript_eslint/packages/eslint-plugin/
DREADME.md206 …s/no-extra-semi.md) | Disallow unnecessary semicolons
222 …d) | Require or disallow semicolons instead of ASI …
/third_party/skia/third_party/externals/libjpeg-turbo/
Dwizard.txt130 definitions are separated by semicolons (';'). A semicolon after the last
/third_party/libjpeg-turbo/
Dwizard.txt130 definitions are separated by semicolons (';'). A semicolon after the last
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Dwizard.txt130 definitions are separated by semicolons (';'). A semicolon after the last
/third_party/openssl/doc/man3/
DOPENSSL_malloc.pod189 It is a set of fields separated by semicolons, which each field is a count

1234