Searched defs:textWrap (Results 1 – 2 of 2) sorted by relevance
96 type textWrap struct { struct97 Prefix string // e.g., "bytes.Buffer{"98 Value textNode // textWrap | textList | textLine99 Suffix string // e.g., "}"100 Metadata interface{} // arbitrary metadata; has no effect on formatting103 func (s *textWrap) Len() int {106 func (s1 *textWrap) Equal(s2 textNode) bool {112 func (s *textWrap) String() string {121 func (s *textWrap) formatCompactTo(b []byte, d diffMode) ([]byte, textNode) {131 func (s *textWrap) formatExpandedTo(b []byte, d diffMode, n indentMode) []byte {
META-INF/ META-INF/MANIFEST.MF org/ org/owasp/ org/ ...