Home
last modified time | relevance | path

Searched full:foo* (Results 29176 - 29200 of 30485) sorted by relevance

1...<<1161116211631164116511661167116811691170>>...1220

/third_party/typescript/tests/cases/fourslash/
H A DsignatureHelpTaggedTemplatesWithOverloadedTags6.ts6 //// function f(...foo[]: any) { return ""; }
H A DsignatureHelpTaggedTemplatesWithOverloadedTags7.ts6 //// function f(...foo[]: any) { return ""; }
H A DsignatureHelpTaggedTemplatesWithOverloadedTags8.ts6 //// function f(...foo[]: any) { return ""; }
H A DsignatureHelpTaggedTemplatesWithOverloadedTags9.ts6 //// function f(...foo[]: any) { return ""; }
H A DsignatureHelpThis.ts2 ////class Foo<T> {
8 //// public explicitClass(this: Foo<T>, n: number) {
22 ////let foo = new Foo<number>();
23 ////foo.implicitAny(/*1*/);
24 ////foo.explicitThis(/*2*/);
25 ////foo.explicitClass(/*3*/);
H A DsignatureHelpWhenEditingCallExpression.ts8 ////declare function foo(start: number, end?: number);
H A DsignatureHelpWithInvalidArgumentList1.ts3 ////function foo(a) { }
4 ////foo(hello my name /**/is
6 verify.signatureHelp({ marker: "", text: "foo(a: any): void" });
H A DsignatureHelpWithTriggers01.ts3 ////declare function foo<T>(x: T, y: T): T;
5 ////foo/*1*//*2*/;
6 ////foo(/*3*/100/*4*/);
7 ////foo/*5*//*6*/();
H A DsignatureHelpWithTriggers02.ts3 ////declare function foo<T>(x: T, y: T): T;
6 ////foo(bar/*1*/)
32 text: "foo(x: <U>(x: U, y: U) => U, y: <U>(x: U, y: U) => U): <U>(x: U, y: U) => U",
H A DsmartIndentAfterAlignedFunctionArgument.ts3 ////function foo(bar,
H A DsmartIndentClass.ts5 //// private foo: string = "";
H A DsmartIndentEnum.ts3 ////enum Foo3 {
H A DsmartIndentInsideMultilineString.ts15 ////function foo1() {
16 //// function foo2() {
17 //// function foo3() {
H A DsmartIndentInterface.ts3 ////interface Foo {
7 //// foo(): number;
H A DsmartIndentModule.ts3 ////module Foo {
H A DsmartIndentNestedModule.ts3 ////module Foo {
4 //// module Foo2 {
H A DsmartIndentNonterminatedArgumentListAtEOF.ts3 ////function foo(a,
H A DsmartIndentOnAccessors.ts3 ////class Foo {
4 //// get foo(a,
10 //// set foo(a,
H A DsmartIndentOnAccessors01.ts3 ////class Foo {
4 //// get foo(a,
10 //// set foo(a,
H A DsmartIndentOnAccessors02.ts3 ////class Foo {
4 //// get foo() {
H A DsmartIndentOnFunctionParameters.ts3 ////function foo(a,
H A DsmartIndentReturn.ts3 //// function foo() {
H A DsmartIndentStartLineInLists.ts2 ////foo(function () {
H A DsmartIndentStatementFor.ts3 ////function Foo() {
H A DsmartIndentStatementForIn.ts3 ////function Foo() {

Completed in 27 milliseconds

1...<<1161116211631164116511661167116811691170>>...1220