Home
last modified time | relevance | path

Searched refs:optmode (Results 1 – 25 of 29) sorted by relevance

12

/dports/mail/squirrelmail/squirrelmail.stable/squirrelmail/src/
H A Doptions.php144 sqgetGlobalVar('optmode', $optmode, SQ_FORM);
159 if (!isset($optmode)) {
160 $optmode = SMOPT_MODE_DISPLAY; variable
234 if ($optmode == SMOPT_MODE_SUBMIT) {
242 switch ($optmode) {
262 if ($optmode == SMOPT_MODE_SUBMIT) {
290 if ($optmode == SMOPT_MODE_SUBMIT) {
317 if ($optmode == SMOPT_MODE_SUBMIT) {
/dports/graphics/hugin/hugin-2020.0.0/src/hugin_base/algorithms/optimizer/
H A DPTOptimizer.cpp453 int optmode = OPT_POS; in smartOptimize() local
464 optmode |= OPT_DE; in smartOptimize()
471 optmode |= OPT_AC | OPT_B; in smartOptimize()
473 optmode |= OPT_AC | OPT_B; in smartOptimize()
475 optmode |= OPT_B; in smartOptimize()
485 optmode |= OPT_HFOV; in smartOptimize()
488 DEBUG_DEBUG("second optimization: " << optmode); in smartOptimize()
522 optmode &= ~OPT_HFOV; in smartOptimize()
525 optmode &= ~OPT_AC; in smartOptimize()
528 optmode &= ~OPT_DE; in smartOptimize()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/native_client/tools/toolchain_tester/
H A Dtorture_test.py99 for optmode in optmodes:
101 config = '_'.join((config_map[compiler], platform, optmode))
103 eh_config = ('_'.join((config_map[compiler] + '++', platform, optmode))
110 failures.append(optmode + ' eh')
117 failures.append(optmode + ' standard')
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/ADDITIONS/squirrelmail-plugin/
H A Dfunctions.inc.php82 global $optmode;
83 $optmode = 'display'; variable
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/ADDITIONS/squirrelmail-plugin/
H A Dfunctions.inc.php87 global $optmode;
88 $optmode = 'display'; variable
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/ADDITIONS/squirrelmail-plugin/
H A Dfunctions.inc.php82 global $optmode;
83 $optmode = 'display'; variable
/dports/mail/postfixadmin/postfixadmin-d3bc1551/ADDITIONS/squirrelmail-plugin/
H A Dfunctions.inc.php87 global $optmode;
88 $optmode = 'display'; variable
/dports/sysutils/fusefs-ntfs/ntfs-3g_ntfsprogs-2017.3.23/ntfsprogs/
H A Dntfsundelete.h33 enum optmode { enum
43 enum optmode mode; /* Scan / Undelete / Copy */
/dports/devel/util-linux/util-linux-2.36/sys-utils/
H A Dmount.c587 int optmode = 0, optmode_mode = 0, optmode_src = 0; in main() local
839 optmode |= MNT_OMODE_FORCE; in main()
856 optmode |= optmode_mode | optmode_src; in main()
857 if (optmode) { in main()
859 optmode |= MNT_OMODE_PREPEND; in main()
861 optmode |= MNT_OMODE_FSTAB | MNT_OMODE_MTAB; in main()
862 mnt_context_set_optsmode(cxt, optmode); in main()
/dports/net-mgmt/kismet/kismet-2016-07-R1/
H A Dserialclient.cc72 int SerialClient::SetOptions(int optmode, struct termios *options) { in SetOptions() argument
73 if (tcsetattr(cli_fd, optmode, options) < 0) { in SetOptions()
H A Dserialclient.h67 virtual int SetOptions(int optmode, struct termios *options);
/dports/mail/squirrelmail/squirrelmail.stable/squirrelmail/include/options/
H A Ddisplay.php35 $optmode;
121 if ($optmode != 'submit')
/dports/graphics/hugin/hugin-2020.0.0/src/tools/
H A Dautooptimiser.cpp491 HuginBase::SmartPhotometricOptimizer::PhotometricOptimizeMode optmode = in main() local
496 optmode = HuginBase::SmartPhotometricOptimizer::OPT_PHOTOMETRIC_HDR; in main()
498 …ptimizer photoOpt(pano, progressDisplay, pano.getOptimizeVector(), points, imageStepSize, optmode); in main()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/include/util/bitset/
H A Dbmsparsevec_parallel.h44 typedef typename bvector_type::optmode optmode_type;
55 typename bvector_type::optmode opt_mode, in build_plan()
H A Dbmbmatrix.h219 typename bvector_type::optmode opt_mode = bvector_type::opt_compress,
432 typename bvector_type::optmode opt_mode = bvector_type::opt_compress,
1131 typename bvector_type::optmode opt_mode, in optimize()
1425 typename bvector_type::optmode opt_mode, in optimize()
H A Dbm.h131 enum optmode enum
1694 typename bm::bvector<Alloc>::optmode opt_mode);
1707 typename bm::bvector<Alloc>::optmode opt_mode);
1754 optmode opt_mode = opt_none)
1800 optmode opt_mode);
1883 optmode opt_mode = opt_compress,
3141 optmode opt_mode, in optimize()
5038 typename bm::bvector<Alloc>::optmode opt_mode) in bit_or()
5135 typename bm::bvector<Alloc>::optmode opt_mode) in bit_xor()
5246 typename bm::bvector<Alloc>::optmode opt_mode) in bit_and()
[all …]
H A Dbmaggregator.h107 typename bvector_type::optmode opt = bvector_type::opt_compress)
476 typename bvector_type::optmode opt_mode_; ///< perform search result optimization
H A Dbmsparsevec_compr.h617 typename bvector_type::optmode opt_mode = bvector_type::opt_compress,
1303 typename bvector_type::optmode opt_mode, in optimize()
H A Dbmsparsevec.h702 typename bvector_type::optmode opt_mode = bvector_type::opt_compress,
1794 typename bvector_type::optmode opt_mode, in optimize()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/util/bitset/
H A Dbmsparsevec_parallel.h44 typedef typename bvector_type::optmode optmode_type;
55 typename bvector_type::optmode opt_mode, in build_plan()
H A Dbmbmatrix.h219 typename bvector_type::optmode opt_mode = bvector_type::opt_compress,
432 typename bvector_type::optmode opt_mode = bvector_type::opt_compress,
1131 typename bvector_type::optmode opt_mode, in optimize()
1425 typename bvector_type::optmode opt_mode, in optimize()
H A Dbm.h131 enum optmode enum
1694 typename bm::bvector<Alloc>::optmode opt_mode);
1707 typename bm::bvector<Alloc>::optmode opt_mode);
1754 optmode opt_mode = opt_none)
1800 optmode opt_mode);
1883 optmode opt_mode = opt_compress,
3141 optmode opt_mode, in optimize()
5038 typename bm::bvector<Alloc>::optmode opt_mode) in bit_or()
5135 typename bm::bvector<Alloc>::optmode opt_mode) in bit_xor()
5246 typename bm::bvector<Alloc>::optmode opt_mode) in bit_and()
[all …]
H A Dbmaggregator.h107 typename bvector_type::optmode opt = bvector_type::opt_compress)
476 typename bvector_type::optmode opt_mode_; ///< perform search result optimization
H A Dbmsparsevec_compr.h617 typename bvector_type::optmode opt_mode = bvector_type::opt_compress,
1303 typename bvector_type::optmode opt_mode, in optimize()
/dports/mail/squirrelmail/squirrelmail.stable/squirrelmail/functions/
H A Doptions.php1366 function create_optmode_element($optmode) { argument
1367 return create_hidden_element('optmode', $optmode);

12