Home
last modified time | relevance | path

Searched defs:FormatOpts (Results 1 – 5 of 5) sorted by relevance

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/iga/IGALibrary/Frontend/
H A DFormatter.hpp31 struct FormatOpts { struct
32 const Model &model;
33 LabelerFunction labeler = nullptr;
35 bool numericLabels = false;
36 bool hexFloats = true;
37 bool printInstPc = false;
46 bool printLdSt = false;
47 bool printAnsi = false;
48 bool printJson = false;
52 FormatOpts(const Model &m) in FormatOpts() argument
[all …]
/dports/devel/stylua/StyLua-0.11.0/src/cli/
H A Dopt.rs101 pub struct FormatOpts { struct
104 pub column_width: Option<usize>,
107 pub line_endings: Option<ArgLineEndings>,
110 pub indent_type: Option<ArgIndentType>,
113 pub indent_width: Option<usize>,
116 pub quote_style: Option<ArgQuoteStyle>,
/dports/astro/gpsbabel14/gpsbabel-1.4.4/win32/gui-2/
H A Dcommon.pas171 function FormatOpts(const Descr: string): TStringList; overload; in FormatOpts() function
172 function FormatOpts(cap : TCapability): TStringList; overload; in FormatOpts() function
378 function TOptions.FormatOpts(const Descr: string): TStringList; in TOptions.FormatOpts() function
388 function TOptions.FormatOpts(cap : TCapability): TStringList; in TOptions.FormatOpts() function
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/crates/ide_completion/src/completions/postfix/
H A Dformat_like.rs94 FormatOpts, enumerator
/dports/lang/rust/rustc-1.58.1-src/src/tools/rust-analyzer/crates/ide_completion/src/completions/postfix/
H A Dformat_like.rs94 FormatOpts, enumerator