Home
last modified time | relevance | path

Searched defs:newOptions (Results 1 – 8 of 8) sorted by relevance

/third_party/typescript/src/server/
Dproject.ts2033 const newOptions = cloneCompilerOptions(options || this.getCompilationSettings()); constant
/third_party/openGLES/specs/katex/
Dkatex.js2373 newOptions = options.withStyle(style.sup()); property
2380 newOptions = options.withStyle(style.sub()); property
2904 newOptions = options.withStyle(style.sup()); property
2915 newOptions = options.withStyle(style.sub()); property
/third_party/openGLES/specs/es/katex/
Dkatex.js2373 newOptions = options.withStyle(style.sup()); property
2380 newOptions = options.withStyle(style.sub()); property
2904 newOptions = options.withStyle(style.sup()); property
2915 newOptions = options.withStyle(style.sub()); property
/third_party/openGLES/specs/es/3.2/katex/
Dkatex.js2373 newOptions = options.withStyle(style.sup()); property
2380 newOptions = options.withStyle(style.sub()); property
2904 newOptions = options.withStyle(style.sup()); property
2915 newOptions = options.withStyle(style.sub()); property
/third_party/openGLES/specs/gl/katex/
Dkatex.js2373 newOptions = options.withStyle(style.sup()); property
2380 newOptions = options.withStyle(style.sub()); property
2904 newOptions = options.withStyle(style.sup()); property
2915 newOptions = options.withStyle(style.sub()); property
/third_party/vk-gl-cts/external/vulkan-docs/src/katex/
Dkatex.mjs10514 const newOptions = options.withFont(font); constant
10520 const newOptions = options.withFont(font); constant
10643 let newOptions; variable
/third_party/typescript/lib/
DtypingsInstaller.js14589 function changesAffectModuleResolution(oldOptions, newOptions) { argument
14594 function optionsHaveModuleResolutionChanges(oldOptions, newOptions) { argument
14598 function changesAffectingProgramStructure(oldOptions, newOptions) { argument
14602 function optionsHaveChanges(oldOptions, newOptions, optionDeclarations) { argument
20617 function compilerOptionsAffectSemanticDiagnostics(newOptions, oldOptions) { argument
20621 function compilerOptionsAffectEmit(newOptions, oldOptions) { argument
20625 function compilerOptionsAffectDeclarationPath(newOptions, oldOptions) { argument
44452 function setOwnOptions(newOptions) { argument
121279 …function isProgramUptoDate(program, rootFileNames, newOptions, getSourceVersion, fileExists, hasIn… argument
121488 function shouldProgramCreateNewSourceFiles(program, newOptions) { argument
Dtsc.js11124 function changesAffectModuleResolution(oldOptions, newOptions) { argument
11129 function optionsHaveModuleResolutionChanges(oldOptions, newOptions) { argument
11133 function changesAffectingProgramStructure(oldOptions, newOptions) { argument
11137 function optionsHaveChanges(oldOptions, newOptions, optionDeclarations) { argument
16385 function compilerOptionsAffectSemanticDiagnostics(newOptions, oldOptions) { argument
16389 function compilerOptionsAffectEmit(newOptions, oldOptions) { argument
16393 function compilerOptionsAffectDeclarationPath(newOptions, oldOptions) { argument
36475 function setOwnOptions(newOptions) { argument
100607 …function isProgramUptoDate(program, rootFileNames, newOptions, getSourceVersion, fileExists, hasIn… argument
100783 function shouldProgramCreateNewSourceFiles(program, newOptions) { argument