Home
last modified time | relevance | path

Searched refs:ReadOption (Results 1 – 25 of 189) sorted by relevance

12345678

/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/FileManager/
H A DRegistryUtils.cpp95 static void ReadOption(CKey &key, LPCTSTR value, bool &dest) in ReadOption() function
151 ReadOption(key, kShowDots, ShowDots); in Load()
152 ReadOption(key, kShowRealFileIcons, ShowRealFileIcons); in Load()
153 ReadOption(key, kFullRow, FullRow); in Load()
154 ReadOption(key, kShowGrid, ShowGrid); in Load()
155 ReadOption(key, kSingleClick, SingleClick); in Load()
156 ReadOption(key, kAlternativeSelection, AlternativeSelection); in Load()
159 ReadOption(key, kShowSystemMenu, ShowSystemMenu ); in Load()
184 ReadOption(key, GetFlatViewName(panelIndex), enabled); in ReadFlatView()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/FileManager/
H A DRegistryUtils.cpp92 static void ReadOption(CKey &key, LPCTSTR value, bool &dest) in ReadOption() function
148 ReadOption(key, kShowDots, ShowDots); in Load()
149 ReadOption(key, kShowRealFileIcons, ShowRealFileIcons); in Load()
150 ReadOption(key, kFullRow, FullRow); in Load()
151 ReadOption(key, kShowGrid, ShowGrid); in Load()
152 ReadOption(key, kSingleClick, SingleClick); in Load()
153 ReadOption(key, kAlternativeSelection, AlternativeSelection); in Load()
156 ReadOption(key, kShowSystemMenu, ShowSystemMenu ); in Load()
181 ReadOption(key, GetFlatViewName(panelIndex), enabled); in ReadFlatView()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/UI/FileManager/
H A DRegistryUtils.cpp87 static bool ReadOption(const TCHAR *value, bool defaultValue) in ReadOption() function
121 bool ReadShowDots() { return ReadOption(kShowDots, false); } in ReadShowDots()
124 bool ReadShowRealFileIcons() { return ReadOption(kShowRealFileIcons, false); } in ReadShowRealFileIcons()
127 bool ReadShowSystemMenu(){ return ReadOption(kShowSystemMenu, false); } in ReadShowSystemMenu()
130 bool ReadFullRow() { return ReadOption(kFullRow, false); } in ReadFullRow()
133 bool ReadShowGrid(){ return ReadOption(kShowGrid, false); } in ReadShowGrid()
136 bool ReadAlternativeSelection(){ return ReadOption(kAlternativeSelection, false); } in ReadAlternativeSelection()
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/cloud.google.com/go/profiler/google-cloud-go-0.1.0/bigquery/
H A Dread_op.go20 func RecordsPerRequest(n int64) ReadOption { return recordsPerRequest(n) }
30 func StartIndex(i uint64) ReadOption { return startIndex(i) }
42 func (c *Client) readTable(t *Table, options []ReadOption) (*Iterator, error) { argument
57 func (c *Client) readQueryResults(job *Job, options []ReadOption) (*Iterator, error) { argument
H A Dbigquery.go52 type ReadOption interface { interface
131 func (c *Client) Read(ctx context.Context, src ReadSource, options ...ReadOption) (*Iterator, error…
144 func (c *Client) executeQuery(ctx context.Context, q *Query, options ...ReadOption) (*Iterator, err…
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/fs/
H A DTestEnhancedByteBufferAccess.java168 EnumSet.of(ReadOption.SKIP_CHECKSUMS)); in testZeroCopyReads()
365 EnumSet.of(ReadOption.SKIP_CHECKSUMS)); in testZeroCopyMmapCache()
368 EnumSet.of(ReadOption.SKIP_CHECKSUMS)); in testZeroCopyMmapCache()
391 EnumSet.of(ReadOption.SKIP_CHECKSUMS)); in testZeroCopyMmapCache()
393 EnumSet.of(ReadOption.SKIP_CHECKSUMS)); in testZeroCopyMmapCache()
623 EnumSet.noneOf(ReadOption.class)); in testZeroCopyReadOfCachedData()
641 EnumSet.noneOf(ReadOption.class)); in testZeroCopyReadOfCachedData()
652 EnumSet.noneOf(ReadOption.class)); in testZeroCopyReadOfCachedData()
739 fsIn.read(null, 1, EnumSet.of(ReadOption.SKIP_CHECKSUMS)); in testClientMmapDisable()
769 buf = fsIn.read(null, 1, EnumSet.of(ReadOption.SKIP_CHECKSUMS)); in testClientMmapDisable()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/dlr/Runtime/Microsoft.Dynamic/
H A DDebugOptions.cs31 private static bool ReadOption(string name) { in ReadOption() method in Microsoft.Scripting.DebugOptions
43 return ReadOption(name); in ReadDebugOption()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/main/java/org/apache/hadoop/hdfs/
H A DBlockReader.java24 import org.apache.hadoop.fs.ReadOption;
99 ClientMmap getClientMmap(EnumSet<ReadOption> opts); in getClientMmap()
/dports/www/wt/wt-4.6.1/src/web/
H A DCgiParser.h30 enum ReadOption { ReadDefault, ReadHeadersOnly, ReadBodyAnyway }; enum
41 void parse(WebRequest& request, ReadOption option);
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/
H A DFSDataInputStream.java185 EnumSet<ReadOption> opts) in read()
201 private static final EnumSet<ReadOption> EMPTY_READ_OPTIONS_SET =
202 EnumSet.noneOf(ReadOption.class);
H A DReadOption.java28 public enum ReadOption { enum
H A DHasEnhancedByteBufferAccess.java69 EnumSet<ReadOption> opts) in read()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/hdfs/server/datanode/
H A DTestFsDatasetCacheRevocation.java31 import org.apache.hadoop.fs.ReadOption;
128 in.read(null, BLOCK_SIZE, EnumSet.noneOf(ReadOption.class)); in testPinning()
178 in.read(null, BLOCK_SIZE, EnumSet.noneOf(ReadOption.class)); in testRevocation()
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/cloud.google.com/go/profiler/google-cloud-go-0.1.0/bigtable/
H A Dbigtable.go105 func (t *Table) ReadRows(ctx context.Context, arg RowSet, f func(Row) bool, opts ...ReadOption) err…
159 func (t *Table) ReadRow(ctx context.Context, row string, opts ...ReadOption) (Row, error) {
289 type ReadOption interface { interface
294 func RowFilter(f Filter) ReadOption { return rowFilter{f} }
301 func LimitRows(limit int64) ReadOption { return limitRows{limit} }
/dports/x11-wm/fvwm3/fvwm3-1.0.4/modules/FvwmIconMan/
H A Dreadconfig.h15 } ReadOption; typedef
/dports/x11-wm/fvwm2/fvwm-2.6.9/modules/FvwmIconMan/
H A Dreadconfig.h13 } ReadOption; typedef
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/bigtable/cmd/cbt/
H A Dtimeout_test.go36 opts ...bigtable.ReadOption,
/dports/www/gitlab-pages/gitlab-pages-f8512edbec4ec83b426c8ca2dda467de424685e4/vendor/cloud.google.com/go/bigtable/cmd/cbt/
H A Dtimeout_test.go36 opts ...bigtable.ReadOption,
/dports/net/drive/drive-0.4.0/vendor/cloud.google.com/go/bigtable/cmd/cbt/
H A Dtimeout_test.go36 opts ...bigtable.ReadOption,
/dports/net/rclone/rclone-1.57.0/vendor/cloud.google.com/go/bigtable/cmd/cbt/
H A Dtimeout_test.go36 opts ...bigtable.ReadOption,
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/cloud.google.com/go/bigtable/cmd/cbt/
H A Dtimeout_test.go36 opts ...bigtable.ReadOption,
/dports/www/gohugo/hugo-0.91.2/vendor/cloud.google.com/go/bigtable/cmd/cbt/
H A Dtimeout_test.go36 opts ...bigtable.ReadOption,
/dports/www/tusd/tusd-1.8.0/vendor/cloud.google.com/go/bigtable/cmd/cbt/
H A Dtimeout_test.go36 opts ...bigtable.ReadOption,
/dports/www/tusd/google-cloud-go-storage-v1.18.2/bigtable/cmd/cbt/
H A Dtimeout_test.go36 opts ...bigtable.ReadOption,
/dports/www/grafana8/grafana-8.3.6/vendor/cloud.google.com/go/bigtable/
H A Dbigtable.go171 func (t *Table) ReadRows(ctx context.Context, arg RowSet, f func(Row) bool, opts ...ReadOption) (er…
255 func (t *Table) ReadRow(ctx context.Context, row string, opts ...ReadOption) (Row, error) {
457 type ReadOption interface { interface
465 func RowFilter(f Filter) ReadOption { return rowFilter{f} }
472 func LimitRows(limit int64) ReadOption { return limitRows{limit} }

12345678