Searched defs:newLine (Results 1 – 3 of 3) sorted by relevance
356 String[] newLine = excuteResult.split(":"); in getCliResult() local418 String[] newLine = excuteResult.split(" "); in getListResult() local456 String[] newLine = excuteResult.split("\t"); in getListHdcStdResult() local
129 const printer = ts.createPrinter({ removeComments: true, newLine: ts.NewLineKind.LineFeed }); property
133 const printer = ts.createPrinter({ newLine: ts.NewLineKind.LineFeed }); property