C# 클래스 NGit.Util.QuotedString.GitPathStyle

Quoting style that obeys the rules Git applies to file names
상속: QuotedString
파일 보기 프로젝트 열기: red-gate/ngit

공개 메소드들

메소드 설명
Dequote ( byte @in, int inPtr, int inEnd ) : string
GitPathStyle ( ) : System
Quote ( string instr ) : string

Using rules from https://github.com/ethomson/libgit2/blob/apply/src/buffer.c#L862 and http://marc.info/?l=git&m=112927316408690&w=2

비공개 메소드들

메소드 설명
AppendCharacter ( byte buf, int i, StringBuilder quoted ) : void
Dq ( byte @in, int inPtr, int inEnd ) : string
GetIndexToStartQuoting ( byte buf ) : int

메소드 상세

Dequote() 공개 메소드

public Dequote ( byte @in, int inPtr, int inEnd ) : string
@in byte
inPtr int
inEnd int
리턴 string

GitPathStyle() 공개 메소드

public GitPathStyle ( ) : System
리턴 System

Quote() 공개 메소드

Using rules from https://github.com/ethomson/libgit2/blob/apply/src/buffer.c#L862 and http://marc.info/?l=git&m=112927316408690&w=2
public Quote ( string instr ) : string
instr string
리턴 string