Home
last modified time | relevance | path

Searched defs:options (Results 226 – 250 of 66927) sorted by relevance

12345678910>>...2678

/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/xtp-2a31d70/include/votca/xtp/
H A Ddavidsonsolver.h40 * For a rough overview https://joshuagoings.com/2013/08/23/davidsons-method/
41 * For the symmetric case we simply extract the smallest eigenvalues
42 * For the non-symmetric case we need the smallest non-negative eigenvalues
43 * These are harder to extract, because iterative methods tend to converge
44 *towards extreme eigenvalues, thus we use harmonic ritz values.
47 class DavidsonSolver {
50 DavidsonSolver(Logger &log);
52 void set_iter_max(Index N) { this->iter_max_ = N; }
53 void set_max_search_space(Index N) { this->max_search_space_ = N; }
H A Dsigma_base.h39 struct options { struct
51 void configure(options opt) { in configure() argument
/dports/science/votca/votca-2021.2-18560-gfbe18d971/xtp/include/votca/xtp/
H A Dconvergenceacc.h40 struct options { struct
56 void Configure(const ConvergenceAcc::options& opt) { in Configure() argument
H A Dsigma_base.h39 struct options { struct
51 void configure(options opt) { in configure() argument
/dports/net-im/matterircd/matterircd-0.25.0/vendor/github.com/mattermost/logr/v2/
H A Doptions.go10 type options struct { struct
11 maxQueueSize int
12 onLoggerError func(error)
15 onExit func(code int)
17 enqueueTimeout time.Duration
18 shutdownTimeout time.Duration
19 flushTimeout time.Duration
20 useSyncMapLevelCache bool
21 maxPooledBuffer int
22 disableBufferPool bool
[all …]
/dports/www/mattermost-server/mattermost-server-6.0.2/vendor/github.com/mattermost/logr/v2/
H A Doptions.go10 type options struct { struct
11 maxQueueSize int
12 onLoggerError func(error)
15 onExit func(code int)
17 enqueueTimeout time.Duration
18 shutdownTimeout time.Duration
19 flushTimeout time.Duration
20 useSyncMapLevelCache bool
21 maxPooledBuffer int
22 disableBufferPool bool
[all …]
/dports/math/highs/HiGHS-cfe064e/src/interfaces/
H A DOsiHiGHSSolverInterface.cpp65 HighsOptions& options = this->highs->options_; in OsiHiGHSSolverInterface() local
89 HighsOptions& options = this->highs->options_; in OsiHiGHSSolverInterface() local
107 HighsOptions& options = this->highs->options_; in ~OsiHiGHSSolverInterface() local
134 HighsOptions& options = this->highs->options_; in clone() local
149 HighsOptions& options = this->highs->options_; in setIntParam() local
167 HighsOptions& options = this->highs->options_; in setDblParam() local
193 HighsOptions& options = this->highs->options_; in setStrParam() local
209 HighsOptions& options = this->highs->options_; in getIntParam() local
228 HighsOptions& options = this->highs->options_; in getDblParam() local
254 HighsOptions& options = this->highs->options_; in getStrParam() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/core/
H A Dentrypoints.cc43 const MojoCreateMessagePipeOptions* options, in MojoCreateMessagePipeImpl()
65 const MojoFuseMessagePipesOptions* options) { in MojoFuseMessagePipesImpl()
80 const MojoSerializeMessageOptions* options) { in MojoSerializeMessageImpl()
89 const MojoAppendMessageDataOptions* options, in MojoAppendMessageDataImpl()
111 const MojoSetMessageContextOptions* options) { in MojoSetMessageContextImpl()
118 const MojoGetMessageContextOptions* options, in MojoGetMessageContextImpl()
127 const MojoNotifyBadMessageOptions* options) { in MojoNotifyBadMessageImpl()
186 const MojoCreateSharedBufferOptions* options, in MojoCreateSharedBufferImpl()
249 const MojoWrapPlatformHandleOptions* options, in MojoWrapPlatformHandleImpl()
318 const MojoSendInvitationOptions* options) { in MojoSendInvitationImpl()
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/programs/x509/
H A Dcert_write.c161 struct options struct
163 const char *issuer_crt; /* filename of the issuer certificate */
164 const char *request_file; /* filename of the certificate request */
165 const char *subject_key; /* filename of the subject key file */
166 const char *issuer_key; /* filename of the issuer key file */
167 const char *subject_pwd; /* password for the subject key file */
168 const char *issuer_pwd; /* password for the issuer key file */
170 const char *subject_name; /* subject name for certificate */
171 const char *issuer_name; /* issuer name for certificate */
172 const char *not_before; /* validity period not before */
[all …]
/dports/editors/parinfer-rust/parinfer-rust-0.4.3/benches/
H A Dperf.rs32 let options = build_case("paren", LONG_MAP_WITH_STRINGS); in bench_paren_long_map_with_strings() localVariable
40 let options = build_case("indent", LONG_MAP_WITH_STRINGS); in bench_indent_long_map_with_strings() localVariable
48 let options = build_case("smart", LONG_MAP_WITH_STRINGS); in bench_smart_long_map_with_strings() localVariable
56 let options = build_case("paren", REALLY_LONG_FILE); in bench_paren_really_long_file() localVariable
64 let options = build_case("indent", REALLY_LONG_FILE); in bench_indent_really_long_file() localVariable
72 let options = build_case("smart", REALLY_LONG_FILE); in bench_smart_really_long_file() localVariable
80 let options = build_case("paren", REALLY_LONG_FILE_WITH_UNCLOSED_PAREN); in bench_paren_really_long_file_with_unclosed_paren() localVariable
88 let options = build_case("indent", REALLY_LONG_FILE_WITH_UNCLOSED_PAREN); in bench_indent_really_long_file_with_unclosed_paren() localVariable
96 let options = build_case("smart", REALLY_LONG_FILE_WITH_UNCLOSED_PAREN); in bench_smart_really_long_file_with_unclosed_paren() localVariable
104 let options = build_case("paren", REALLY_LONG_FILE_WITH_UNCLOSED_QUOTE); in bench_quote_really_long_file_with_unclosed_quote() localVariable
[all …]
/dports/benchmarks/ali/ali-0.7.5/vendor/github.com/mum4k/termdash/widgets/donut/
H A Doptions.go29 set(*options)
41 type options struct { struct
42 donutHolePercent int
43 hideTextProgress bool
45 textCellOpts []cell.Option
46 cellOpts []cell.Option
48 labelCellOpts []cell.Option
49 labelAlign align.Horizontal
50 label string
53 startAngle int
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/docs/
H A DClangCommandLineReference.rst2495 SYCL flags
2921 AARCH64
2975 AMDGPU
2989 ARM
3035 Hexagon
3055 Hexagon
3071 MIPS
3147 PowerPC
3195 WebAssembly
3225 X86
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/docs/
H A DClangCommandLineReference.rst2444 SYCL flags
2836 AARCH64
2882 AMDGPU
2900 ARM
2942 Hexagon
2962 Hexagon
2978 MIPS
3054 PowerPC
3098 WebAssembly
3128 X86
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/docs/
H A DClangCommandLineReference.rst2444 SYCL flags
2836 AARCH64
2882 AMDGPU
2900 ARM
2942 Hexagon
2962 Hexagon
2978 MIPS
3054 PowerPC
3098 WebAssembly
3128 X86
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/docs/
H A DClangCommandLineReference.rst2484 SYCL flags
2902 AARCH64
2956 AMDGPU
2970 ARM
3016 Hexagon
3036 Hexagon
3052 MIPS
3128 PowerPC
3176 WebAssembly
3206 X86
[all …]
/dports/graphics/osg34/OpenSceneGraph-OpenSceneGraph-3.4.1/src/osgDB/
H A DClassInterface.cpp30 class PropertyOutputIterator : public osgDB::OutputIterator in findLibraryFile()
46 char* ptr = reinterpret_cast<char*>(&t); in findLibraryFile()
52 virtual void writeUChar( unsigned char c ) { _str.push_back(static_cast<char>(c)); } in findLibraryFile()
53 virtual void writeShort( short s ) { write(s); } in findLibraryFile()
58 virtual void writeULong( unsigned long l ) { write(l); } in findLibraryFile()
63 virtual void writeBase( std::ios_base& (*fn)(std::ios_base&) ) {} in findLibraryFile()
82 /////////////////////////////////////////////////////////////////// in writeImage()
84 // PropertyInputIterator enables the set of class properties in writeImage()
90 _sstream(std::stringstream::binary), in writeImage()
95 setStream(&_sstream); in writeImage()
[all …]
/dports/graphics/osg/OpenSceneGraph-OpenSceneGraph-3.6.5/src/osgDB/
H A DCallbacks.cpp23 std::string FindFileCallback::findDataFile(const std::string& filename, const Options* options, Cas… in findDataFile()
28 std::string FindFileCallback::findLibraryFile(const std::string& filename, const Options* options, … in findLibraryFile()
42 …riter::ReadResult ReadFileCallback::readObject(const std::string& filename, const Options* options) in readObject()
47 …Writer::ReadResult ReadFileCallback::readImage(const std::string& filename, const Options* options) in readImage()
52 …::ReadResult ReadFileCallback::readHeightField(const std::string& filename, const Options* options) in readHeightField()
57 …rWriter::ReadResult ReadFileCallback::readNode(const std::string& filename, const Options* options) in readNode()
62 …riter::ReadResult ReadFileCallback::readShader(const std::string& filename, const Options* options) in readShader()
67 …riter::ReadResult ReadFileCallback::readScript(const std::string& filename, const Options* options) in readScript()
76 …leCallback::writeObject(const osg::Object& obj, const std::string& fileName,const Options* options) in writeObject()
81 …FileCallback::writeImage(const osg::Image& obj, const std::string& fileName,const Options* options) in writeImage()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/docs/
H A DClangCommandLineReference.rst2495 SYCL flags
2921 AARCH64
2975 AMDGPU
2989 ARM
3035 Hexagon
3055 Hexagon
3071 MIPS
3147 PowerPC
3195 WebAssembly
3225 X86
[all …]
/dports/misc/netron/node_modules/boxen/
H A Dreadme.md43 #### text
49 #### options argument
53 ##### borderColor
60 ##### borderStyle
123 ##### dimBorder
130 ##### padding
139 ##### margin
148 ##### float
156 ##### backgroundColor
163 ##### align
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/
H A Dbuild.py381 def getMSWSettings(options): argument
515 def getBuildDir(options): argument
959 def cmd_dox(options, args): argument
1062 def cmd_etg(options, args): argument
1141 def cmd_wxlib(options, args): argument
1160 def cmd_wxpy(options, args): argument
1227 def cmd_sip(options, args): argument
1326 def cmd_touch(options, args): argument
1366 def cmd_build(options, args): argument
1496 def copyWxDlls(options): argument
[all …]
/dports/www/nextcloud/nextcloud/3rdparty/microsoft/azure-storage-blob/src/Blob/
H A DBlobRestProxy.php132 array $options = []
199 array $options = []
249 array $options = []
1406 public function setBlobTier(
2552 public function appendBlock(
3702 public function getBlob(
3888 public function deleteBlob(
4071 public function copyBlob(
4275 public function abortCopy(
4534 public function renewLease(
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/programs/ssl/
H A Dssl_client2.c274 struct options struct
276 const char *server_name; /* hostname of the server (client only) */
277 const char *server_addr; /* address of the server (client only) */
278 const char *server_port; /* port on which the ssl service runs */
279 int debug_level; /* level of debugging */
280 int nbio; /* should I/O be blocking? */
282 int max_resend; /* DTLS times to resend on read timeout */
283 const char *request_page; /* page on server to request */
285 const char *ca_file; /* the file with the CA certificate(s) */
287 const char *crt_file; /* the file with the client certificate */
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/golang.org/x/text/collate/
H A Doption.go56 type options struct { struct
58 ignore [colltab.NumLevels]bool
62 caseLevel bool
66 backwards bool
72 numeric bool
75 alternate alternateHandling
79 variableTop uint32
81 t colltab.Weighter
83 f norm.Form
195 func looseF(o *options) {
[all …]
/dports/security/vuls/vuls-0.13.7/vendor/golang.org/x/text/collate/
H A Doption.go56 type options struct { struct
58 ignore [colltab.NumLevels]bool
62 caseLevel bool
66 backwards bool
72 numeric bool
75 alternate alternateHandling
79 variableTop uint32
81 t colltab.Weighter
83 f norm.Form
195 func looseF(o *options) {
[all …]
/dports/net/gscloud/gscloud-0.11.0/vendor/golang.org/x/text/collate/
H A Doption.go56 type options struct { struct
58 ignore [colltab.NumLevels]bool
62 caseLevel bool
66 backwards bool
72 numeric bool
75 alternate alternateHandling
79 variableTop uint32
81 t colltab.Weighter
83 f norm.Form
195 func looseF(o *options) {
[all …]

12345678910>>...2678