Home
last modified time | relevance | path

Searched refs:readerFormat (Results 1 – 10 of 10) sorted by relevance

/dports/textproc/jalingo/jalingo-0.6.0-src/src/ja/lingo/engine/dictionaryindex/reader/
H A DDictionaryIndex.java41 private ReaderFormat readerFormat; field in DictionaryIndex
57 this.readerFormat = readerFormat; in DictionaryIndex()
67 return readerFormat.size(); in size()
77 LOG.info( "Closing \"" + readerFormat + "\"..." ); in close()
78 readerFormat.close(); in close()
87 readerFormat.readTitle( index, titleByteArray ); in getTitle()
97 readerFormat.readTitle( index, titleByteArray ); in getBody()
98 readerFormat.readBody( index, bodyByteArray ); in getBody()
107 return readerFormat.getTitleToken( index ); in getTitleToken()
112 return readerFormat.getBodyToken( index ); in getBodyToken()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/ulikunitz/xz/cmd/gxz/
H A Dfile.go352 func readerFormat(br *bufio.Reader, opts *options) (f *format, err error) { func
379 f, err := readerFormat(br, opts)
/dports/sysutils/helmfile/helmfile-0.138.7/vendor/github.com/ulikunitz/xz/cmd/gxz/
H A Dfile.go352 func readerFormat(br *bufio.Reader, opts *options) (f *format, err error) { func
379 f, err := readerFormat(br, opts)
/dports/sysutils/jest/jest-f76bc46/vendor/github.com/ulikunitz/xz/cmd/gxz/
H A Dfile.go352 func readerFormat(br *bufio.Reader, opts *options) (f *format, err error) { func
379 f, err := readerFormat(br, opts)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/ulikunitz/xz/cmd/gxz/
H A Dfile.go352 func readerFormat(br *bufio.Reader, opts *options) (f *format, err error) { func
379 f, err := readerFormat(br, opts)
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/ulikunitz/xz/cmd/gxz/
H A Dfile.go352 func readerFormat(br *bufio.Reader, opts *options) (f *format, err error) { func
379 f, err := readerFormat(br, opts)
/dports/devel/bit/bit-1.1.2/vendor/github.com/ulikunitz/xz/cmd/gxz/
H A Dfile.go352 func readerFormat(br *bufio.Reader, opts *options) (f *format, err error) { func
379 f, err := readerFormat(br, opts)
/dports/graphics/tiled/tiled-1.7.2/src/tiled/
H A Ddocumentmanager.cpp924 auto readerFormat = mapDocument->readerFormat(); in reloadDocumentAt() local
925 if (!readerFormat) in reloadDocumentAt()
930 readerFormat, in reloadDocumentAt()
H A Dmapdocument.h102 MapFormat *readerFormat() const;
H A Dmapdocument.cpp181 MapFormat *MapDocument::readerFormat() const in readerFormat() function in MapDocument