Home
last modified time | relevance | path

Searched refs:optin (Results 1 – 25 of 858) sorted by relevance

12345678910>>...35

/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/OPTPP/tests/misc/
H A Dtstrd.C93 ifstream optin(opt_input); in ReadOptInput()
94 if (!optin.rdbuf()->is_open()) { in ReadOptInput()
102 optin >> token; in ReadOptInput()
104 while (!optin.eof()) { in ReadOptInput()
113 optin >> equals >> token; in ReadOptInput()
122 optin >> equals >> fcn_tol; in ReadOptInput()
126 optin >> equals >> grad_tol; in ReadOptInput()
134 optin >> equals >> max_iter; in ReadOptInput()
138 optin >> equals >> max_step; in ReadOptInput()
142 optin >> equals >> token; in ReadOptInput()
[all …]
H A Dtstgcount.C7 ifstream optin(opt_input); in main()
12 optin >> token; in main()
13 count = optin.gcount(); in main()
16 while (!optin.eof()) { in main()
20 optin >> token; in main()
21 count = optin.gcount(); in main()
/dports/mail/squirrelmail-sasql-plugin/squirrelmail-sasql-plugin-php74-3.2.0_3/sasql/
H A Dpolicyd.inc.php97 $optin = -1;
99 $optin = $row[$policyd_cols['policy']['_optin']];
102 return $optin;
105 function policyd_grey_optinout ($username, $optin) { argument
132 $optin ? 1 : 0,
156 $optin = policyd_grey_is_optin($username); variable
165 $optin = policyd_grey_is_optin($username); variable
166 if ($optin == -1) {
167 $optin = $policyd_grey_default; variable
183 …<input type='checkbox' name='policyd_grey_enable' value='1' <?php if ($optin) { echo "CHECKED"; } …
/dports/math/optpp/optpp-2.4/src/PDS/
H A Dpds.C324 ifstream optin(opt_input); in readOptInput()
326 if (!optin.rdbuf()->is_open()) { in readOptInput()
341 optin >> token; in readOptInput()
343 while (!optin.eof()) { in readOptInput()
349 optin >> equals >> token; in readOptInput()
353 optin >> equals >> token; in readOptInput()
372 optin >> equals >> grad_tol; in readOptInput()
384 optin >> equals >> max_iter; in readOptInput()
392 optin >> equals >> sss; in readOptInput()
396 optin >> equals >> s_type; in readOptInput()
[all …]
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/OPTPP/src/PDS/
H A Dpds.C359 if (!optin.rdbuf()->is_open()) { in readOptInput()
374 optin >> token; in readOptInput()
376 while (!optin.eof()) { in readOptInput()
382 optin >> equals >> token; in readOptInput()
386 optin >> equals >> token; in readOptInput()
405 optin >> equals >> grad_tol; in readOptInput()
417 optin >> equals >> max_iter; in readOptInput()
421 optin >> equals >> max_step; in readOptInput()
425 optin >> equals >> sss; in readOptInput()
429 optin >> equals >> s_type; in readOptInput()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
H A Dclang-analyzer-optin.cplusplus.UninitializedObject.rst1 .. title:: clang-tidy - clang-analyzer-optin.cplusplus.UninitializedObject
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#optin-cplusplus-unin…
5 clang-analyzer-optin.cplusplus.UninitializedObject
8 The clang-analyzer-optin.cplusplus.UninitializedObject check is an alias, please see
9 `Clang Static Analyzer Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#optin
H A Dclang-analyzer-optin.cplusplus.VirtualCall.rst1 .. title:: clang-tidy - clang-analyzer-optin.cplusplus.VirtualCall
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#optin-cplusplus-virt…
5 clang-analyzer-optin.cplusplus.VirtualCall
8 The clang-analyzer-optin.cplusplus.VirtualCall check is an alias, please see
9 `Clang Static Analyzer Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#optin
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/docs/clang-tidy/checks/
H A Dclang-analyzer-optin.cplusplus.UninitializedObject.rst1 .. title:: clang-tidy - clang-analyzer-optin.cplusplus.UninitializedObject
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#optin-cplusplus-unin…
5 clang-analyzer-optin.cplusplus.UninitializedObject
8 The clang-analyzer-optin.cplusplus.UninitializedObject check is an alias, please see
9 `Clang Static Analyzer Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#optin
H A Dclang-analyzer-optin.cplusplus.VirtualCall.rst1 .. title:: clang-tidy - clang-analyzer-optin.cplusplus.VirtualCall
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#optin-cplusplus-virt…
5 clang-analyzer-optin.cplusplus.VirtualCall
8 The clang-analyzer-optin.cplusplus.VirtualCall check is an alias, please see
9 `Clang Static Analyzer Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#optin
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/docs/clang-tidy/checks/
H A Dclang-analyzer-optin.cplusplus.UninitializedObject.rst1 .. title:: clang-tidy - clang-analyzer-optin.cplusplus.UninitializedObject
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#optin-cplusplus-unin…
5 clang-analyzer-optin.cplusplus.UninitializedObject
8 The clang-analyzer-optin.cplusplus.UninitializedObject check is an alias, please see
9 `Clang Static Analyzer Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#optin
H A Dclang-analyzer-optin.cplusplus.VirtualCall.rst1 .. title:: clang-tidy - clang-analyzer-optin.cplusplus.VirtualCall
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#optin-cplusplus-virt…
5 clang-analyzer-optin.cplusplus.VirtualCall
8 The clang-analyzer-optin.cplusplus.VirtualCall check is an alias, please see
9 `Clang Static Analyzer Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#optin
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/docs/clang-tidy/checks/
H A Dclang-analyzer-optin.cplusplus.UninitializedObject.rst1 .. title:: clang-tidy - clang-analyzer-optin.cplusplus.UninitializedObject
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#optin-cplusplus-unin…
5 clang-analyzer-optin.cplusplus.UninitializedObject
8 The clang-analyzer-optin.cplusplus.UninitializedObject check is an alias, please see
9 `Clang Static Analyzer Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#optin
H A Dclang-analyzer-optin.cplusplus.VirtualCall.rst1 .. title:: clang-tidy - clang-analyzer-optin.cplusplus.VirtualCall
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#optin-cplusplus-virt…
5 clang-analyzer-optin.cplusplus.VirtualCall
8 The clang-analyzer-optin.cplusplus.VirtualCall check is an alias, please see
9 `Clang Static Analyzer Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#optin
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/docs/clang-tidy/checks/
H A Dclang-analyzer-optin.cplusplus.UninitializedObject.rst1 .. title:: clang-tidy - clang-analyzer-optin.cplusplus.UninitializedObject
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#optin-cplusplus-unin…
5 clang-analyzer-optin.cplusplus.UninitializedObject
8 The clang-analyzer-optin.cplusplus.UninitializedObject check is an alias, please see
9 `Clang Static Analyzer Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#optin
H A Dclang-analyzer-optin.cplusplus.VirtualCall.rst1 .. title:: clang-tidy - clang-analyzer-optin.cplusplus.VirtualCall
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#optin-cplusplus-virt…
5 clang-analyzer-optin.cplusplus.VirtualCall
8 The clang-analyzer-optin.cplusplus.VirtualCall check is an alias, please see
9 `Clang Static Analyzer Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#optin
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/docs/clang-tidy/checks/
H A Dclang-analyzer-optin.cplusplus.UninitializedObject.rst1 .. title:: clang-tidy - clang-analyzer-optin.cplusplus.UninitializedObject
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#optin-cplusplus-unin…
5 clang-analyzer-optin.cplusplus.UninitializedObject
8 The clang-analyzer-optin.cplusplus.UninitializedObject check is an alias, please see
9 `Clang Static Analyzer Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#optin
H A Dclang-analyzer-optin.cplusplus.VirtualCall.rst1 .. title:: clang-tidy - clang-analyzer-optin.cplusplus.VirtualCall
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#optin-cplusplus-virt…
5 clang-analyzer-optin.cplusplus.VirtualCall
8 The clang-analyzer-optin.cplusplus.VirtualCall check is an alias, please see
9 `Clang Static Analyzer Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#optin
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/docs/clang-tidy/checks/
H A Dclang-analyzer-optin.cplusplus.UninitializedObject.rst1 .. title:: clang-tidy - clang-analyzer-optin.cplusplus.UninitializedObject
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#optin-cplusplus-unin…
5 clang-analyzer-optin.cplusplus.UninitializedObject
8 The clang-analyzer-optin.cplusplus.UninitializedObject check is an alias, please see
9 `Clang Static Analyzer Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#optin
H A Dclang-analyzer-optin.cplusplus.VirtualCall.rst1 .. title:: clang-tidy - clang-analyzer-optin.cplusplus.VirtualCall
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#optin-cplusplus-virt…
5 clang-analyzer-optin.cplusplus.VirtualCall
8 The clang-analyzer-optin.cplusplus.VirtualCall check is an alias, please see
9 `Clang Static Analyzer Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#optin
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/docs/clang-tidy/checks/
H A Dclang-analyzer-optin.cplusplus.VirtualCall.rst1 .. title:: clang-tidy - clang-analyzer-optin.cplusplus.VirtualCall
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#optin-cplusplus-virt…
5 clang-analyzer-optin.cplusplus.VirtualCall
8 The clang-analyzer-optin.cplusplus.VirtualCall check is an alias, please see
9 `Clang Static Analyzer Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#optin
H A Dclang-analyzer-optin.cplusplus.UninitializedObject.rst1 .. title:: clang-tidy - clang-analyzer-optin.cplusplus.UninitializedObject
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#optin-cplusplus-unin…
5 clang-analyzer-optin.cplusplus.UninitializedObject
8 The clang-analyzer-optin.cplusplus.UninitializedObject check is an alias, please see
9 `Clang Static Analyzer Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#optin
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/docs/clang-tidy/checks/
H A Dclang-analyzer-optin.cplusplus.UninitializedObject.rst1 .. title:: clang-tidy - clang-analyzer-optin.cplusplus.UninitializedObject
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#optin-cplusplus-unin…
5 clang-analyzer-optin.cplusplus.UninitializedObject
8 The clang-analyzer-optin.cplusplus.UninitializedObject check is an alias, please see
9 `Clang Static Analyzer Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#optin
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/docs/clang-tidy/checks/
H A Dclang-analyzer-optin.cplusplus.UninitializedObject.rst1 .. title:: clang-tidy - clang-analyzer-optin.cplusplus.UninitializedObject
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#optin-cplusplus-unin…
5 clang-analyzer-optin.cplusplus.UninitializedObject
8 The clang-analyzer-optin.cplusplus.UninitializedObject check is an alias, please see
9 `Clang Static Analyzer Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#optin
H A Dclang-analyzer-optin.cplusplus.VirtualCall.rst1 .. title:: clang-tidy - clang-analyzer-optin.cplusplus.VirtualCall
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#optin-cplusplus-virt…
5 clang-analyzer-optin.cplusplus.VirtualCall
8 The clang-analyzer-optin.cplusplus.VirtualCall check is an alias, please see
9 `Clang Static Analyzer Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#optin
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
H A Dclang-analyzer-optin.cplusplus.VirtualCall.rst1 .. title:: clang-tidy - clang-analyzer-optin.cplusplus.VirtualCall
3 …:http-equiv=refresh: 5;URL=https://clang.llvm.org/docs/analyzer/checkers.html#optin-cplusplus-virt…
5 clang-analyzer-optin.cplusplus.VirtualCall
8 The clang-analyzer-optin.cplusplus.VirtualCall check is an alias, please see
9 `Clang Static Analyzer Available Checkers <https://clang.llvm.org/docs/analyzer/checkers.html#optin

12345678910>>...35