C# 클래스 VS_QuickNavigation.StringScore

파일 보기 프로젝트 열기: thennequin/VS-QuickNavigation

공개 메소드들

메소드 설명
FormatMatches ( string sString, int>.List matches, bool>.List formatted, int start ) : void
LevenshteinDistance ( string a, string b ) : int
Search ( string word, IEnumerable wordList, double fuzzyness ) : List
Search ( string search, string words, double fuzzyness ) : List
Search ( string query, string content, int>.List matchIndexOut = null, int doubleScoreStart ) : int

비공개 메소드들

메소드 설명
CharScore ( char a, char b ) : int

메소드 상세

FormatMatches() 공개 정적인 메소드

public static FormatMatches ( string sString, int>.List matches, bool>.List formatted, int start ) : void
sString string
matches int>.List
formatted bool>.List
start int
리턴 void

LevenshteinDistance() 공개 정적인 메소드

public static LevenshteinDistance ( string a, string b ) : int
a string
b string
리턴 int

Search() 공개 정적인 메소드

public static Search ( string word, IEnumerable wordList, double fuzzyness ) : List
word string
wordList IEnumerable
fuzzyness double
리턴 List

Search() 공개 정적인 메소드

public static Search ( string search, string words, double fuzzyness ) : List
search string
words string
fuzzyness double
리턴 List

Search() 공개 정적인 메소드

public static Search ( string query, string content, int>.List matchIndexOut = null, int doubleScoreStart ) : int
query string
content string
matchIndexOut int>.List
doubleScoreStart int
리턴 int