Home
last modified time | relevance | path

Searched refs:end_msg (Results 1 – 25 of 839) sorted by relevance

12345678910>>...34

/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/logging/
H A Dtimer.h28 std::string end_msg,
31 m_title(std::move(end_msg)), in m_prefix()
96 #define LOG_TIME_MICROS(end_msg, ...) \ argument
97 …BCLog::Timer<std::chrono::microseconds> PASTE2(logging_timer, __COUNTER__)(__func__, end_msg, ## _…
98 #define LOG_TIME_MILLIS(end_msg, ...) \ argument
99 …BCLog::Timer<std::chrono::milliseconds> PASTE2(logging_timer, __COUNTER__)(__func__, end_msg, ## _…
100 #define LOG_TIME_SECONDS(end_msg, ...) \ argument
101 …BCLog::Timer<std::chrono::seconds> PASTE2(logging_timer, __COUNTER__)(__func__, end_msg, ## __VA_A…
/dports/www/phpgroupware/phpgroupware-0.9.16.017/email/inc/
H A Dclass.mail_dcom_nntp_sock.inc.php29 var $end_msg; variable in mail_dcom
85 $this->end_msg = $this->last_message($this->mailbox);
171 if(($folder == '' || $folder == $this->mailbox) && isset($this->end_msg))
173 return $this->end_msg;
260 $end_msg = $this->end_msg;
266 $end_msg = $this->last_message($mailbox);
272 $old_list = $this->fetch_field($start_msg,$end_msg,'Date');
278 $field_list = $this->fetch_field($start_msg,$end_msg,'From');
281 $field_list = $this->fetch_field($start_msg,$end_msg,'Subject');
284 $field_list = $this->fetch_field($start_msg,$end_msg,'To');
[all …]
/dports/math/mumps/mumps-5.1.2/waftools/
H A Dmathematics.py92 self.end_msg('nothing done')
139 self.end_msg(self.env[var])
142 self.end_msg('no', color='YELLOW')
203 self.end_msg(self.env[varlib])
226 self.end_msg('yes (%s)' % lib)
232 self.end_msg('not found', 'YELLOW')
249 self.end_msg(nproc)
302 self.end_msg('no', color=color)
305 self.end_msg('yes')
317 self.end_msg('yes')
[all …]
/dports/net-p2p/bitcoin-utils/bitcoin-22.0/src/logging/
H A Dtimer.h28 std::string end_msg,
31 m_title(std::move(end_msg)), in m_prefix()
96 #define LOG_TIME_MILLIS_WITH_CATEGORY(end_msg, log_category) \ argument
97 …BCLog::Timer<std::chrono::milliseconds> PASTE2(logging_timer, __COUNTER__)(__func__, end_msg, log_…
98 #define LOG_TIME_SECONDS(end_msg) \ argument
99 BCLog::Timer<std::chrono::seconds> PASTE2(logging_timer, __COUNTER__)(__func__, end_msg)
/dports/net-p2p/bitcoin/bitcoin-22.0/src/logging/
H A Dtimer.h28 std::string end_msg,
31 m_title(std::move(end_msg)),
96 #define LOG_TIME_MILLIS_WITH_CATEGORY(end_msg, log_category) \
97 …BCLog::Timer<std::chrono::milliseconds> PASTE2(logging_timer, __COUNTER__)(__func__, end_msg, log_…
98 #define LOG_TIME_SECONDS(end_msg) \
99 BCLog::Timer<std::chrono::seconds> PASTE2(logging_timer, __COUNTER__)(__func__, end_msg)
/dports/net-p2p/bitcoin-daemon/bitcoin-22.0/src/logging/
H A Dtimer.h28 std::string end_msg,
31 m_title(std::move(end_msg)), in m_prefix()
96 #define LOG_TIME_MILLIS_WITH_CATEGORY(end_msg, log_category) \ argument
97 …BCLog::Timer<std::chrono::milliseconds> PASTE2(logging_timer, __COUNTER__)(__func__, end_msg, log_…
98 #define LOG_TIME_SECONDS(end_msg) \ argument
99 BCLog::Timer<std::chrono::seconds> PASTE2(logging_timer, __COUNTER__)(__func__, end_msg)
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/logging/
H A Dtimer.h28 std::string end_msg,
31 m_title(std::move(end_msg)), in m_prefix()
96 #define LOG_TIME_MILLIS_WITH_CATEGORY(end_msg, log_category) \ argument
97 …BCLog::Timer<std::chrono::milliseconds> PASTE2(logging_timer, __COUNTER__)(__func__, end_msg, log_…
98 #define LOG_TIME_SECONDS(end_msg) \ argument
99 BCLog::Timer<std::chrono::seconds> PASTE2(logging_timer, __COUNTER__)(__func__, end_msg)
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/logging/
H A Dtimer.h28 std::string end_msg,
31 m_title(std::move(end_msg)), in m_prefix()
96 #define LOG_TIME_MILLIS_WITH_CATEGORY(end_msg, log_category) \ argument
97 …BCLog::Timer<std::chrono::milliseconds> PASTE2(logging_timer, __COUNTER__)(__func__, end_msg, log_…
98 #define LOG_TIME_SECONDS(end_msg) \ argument
99 BCLog::Timer<std::chrono::seconds> PASTE2(logging_timer, __COUNTER__)(__func__, end_msg)
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/logging/
H A Dtimer.h28 std::string end_msg,
31 m_title(std::move(end_msg)), in m_prefix()
96 #define LOG_TIME_MILLIS_WITH_CATEGORY(end_msg, log_category) \ argument
97 …BCLog::Timer<std::chrono::milliseconds> PASTE2(logging_timer, __COUNTER__)(__func__, end_msg, log_…
98 #define LOG_TIME_SECONDS(end_msg) \ argument
99 BCLog::Timer<std::chrono::seconds> PASTE2(logging_timer, __COUNTER__)(__func__, end_msg)
/dports/devel/py-pre-commit/pre_commit-1.21.0/pre_commit/
H A Doutput.py13 end_msg=None, argument
49 if bool(end_msg) == bool(end_len):
51 if end_msg is not None and (end_color is None or use_color is None):
61 '.' * (cols - len(start) - len(postfix) - len(end_msg) - 1),
63 color.format_color(end_msg, end_color, use_color),
/dports/multimedia/mpv/mpv-0.34.1/waftools/detections/
H A Dcompiler_swift.py105 ctx.end_msg(swift_libraries['SWIFT_LIB_DYNAMIC'])
107 ctx.end_msg(False)
111 ctx.end_msg(swift_libraries['SWIFT_LIB_STATIC'])
114 ctx.end_msg(False)
173 ctx.end_msg(sdk + ' (version found: ' + ctx.env.MACOS_SDK_VERSION + ')')
175 ctx.end_msg(False)
191 ctx.end_msg(swift)
196 ctx.end_msg(False)
/dports/net/samba412/samba-4.12.15/buildtools/wafsamba/
H A Dsamba_perl.py27 conf.end_msg("'%s'" % (v), 'GREEN')
30 conf.end_msg(False, 'YELLOW')
42 conf.end_msg("'%s'" % (perl_arch_install_dir), 'GREEN')
51 conf.end_msg("'%s'" % (perl_lib_install_dir), 'GREEN')
58 conf.end_msg("%s" % (perl_inc), 'GREEN')
/dports/databases/tdb/tdb-1.4.3/buildtools/wafsamba/
H A Dsamba_perl.py27 conf.end_msg("'%s'" % (v), 'GREEN')
30 conf.end_msg(False, 'YELLOW')
42 conf.end_msg("'%s'" % (perl_arch_install_dir), 'GREEN')
51 conf.end_msg("'%s'" % (perl_lib_install_dir), 'GREEN')
58 conf.end_msg("%s" % (perl_inc), 'GREEN')
/dports/devel/talloc/talloc-2.3.1/buildtools/wafsamba/
H A Dsamba_perl.py27 conf.end_msg("'%s'" % (v), 'GREEN')
30 conf.end_msg(False, 'YELLOW')
42 conf.end_msg("'%s'" % (perl_arch_install_dir), 'GREEN')
51 conf.end_msg("'%s'" % (perl_lib_install_dir), 'GREEN')
58 conf.end_msg("%s" % (perl_inc), 'GREEN')
/dports/devel/tevent/tevent-0.10.2/buildtools/wafsamba/
H A Dsamba_perl.py27 conf.end_msg("'%s'" % (v), 'GREEN')
30 conf.end_msg(False, 'YELLOW')
42 conf.end_msg("'%s'" % (perl_arch_install_dir), 'GREEN')
51 conf.end_msg("'%s'" % (perl_lib_install_dir), 'GREEN')
58 conf.end_msg("%s" % (perl_inc), 'GREEN')
/dports/databases/ldb21/ldb-2.1.5/buildtools/wafsamba/
H A Dsamba_perl.py27 conf.end_msg("'%s'" % (v), 'GREEN')
30 conf.end_msg(False, 'YELLOW')
42 conf.end_msg("'%s'" % (perl_arch_install_dir), 'GREEN')
51 conf.end_msg("'%s'" % (perl_lib_install_dir), 'GREEN')
58 conf.end_msg("%s" % (perl_inc), 'GREEN')
/dports/databases/ldb20/ldb-2.0.10/buildtools/wafsamba/
H A Dsamba_perl.py27 conf.end_msg("'%s'" % (v), 'GREEN')
30 conf.end_msg(False, 'YELLOW')
42 conf.end_msg("'%s'" % (perl_arch_install_dir), 'GREEN')
51 conf.end_msg("'%s'" % (perl_lib_install_dir), 'GREEN')
58 conf.end_msg("%s" % (perl_inc), 'GREEN')
/dports/databases/ldb15/ldb-1.5.6/buildtools/wafsamba/
H A Dsamba_perl.py27 conf.end_msg("'%s'" % (v), 'GREEN')
30 conf.end_msg(False, 'YELLOW')
42 conf.end_msg("'%s'" % (perl_arch_install_dir), 'GREEN')
51 conf.end_msg("'%s'" % (perl_lib_install_dir), 'GREEN')
58 conf.end_msg("%s" % (perl_inc), 'GREEN')
/dports/databases/ldb22/ldb-2.2.1/buildtools/wafsamba/
H A Dsamba_perl.py27 conf.end_msg("'%s'" % (v), 'GREEN')
30 conf.end_msg(False, 'YELLOW')
42 conf.end_msg("'%s'" % (perl_arch_install_dir), 'GREEN')
51 conf.end_msg("'%s'" % (perl_lib_install_dir), 'GREEN')
58 conf.end_msg("%s" % (perl_inc), 'GREEN')
/dports/multimedia/mpv/waf-2.0.20/waflib/extras/
H A Dboost.py197 self.end_msg('headers not found in %s' % includes)
200 self.end_msg('headers not found, please provide a --boost-includes argument (see help)')
243 self.end_msg('libs not found in %s' % libs)
246 self.end_msg('libs not found, please provide a --boost-libs argument (see help)')
316 self.end_msg('lib %s not found in %s' % (lib, path.abspath()))
377 self.end_msg(boost_pthread_flag)
381 self.end_msg('None')
416 self.end_msg("%d.%d.%d" % (int(versions[1]) / 100000,
432 self.end_msg('ok')
506 self.end_msg("Could not link against boost libraries using supplied options")
[all …]
/dports/audio/fomp-lv2/fomp-1.2.2/waflib/extras/
H A Dboost.py197 self.end_msg('headers not found in %s' % includes)
200 self.end_msg('headers not found, please provide a --boost-includes argument (see help)')
243 self.end_msg('libs not found in %s' % libs)
246 self.end_msg('libs not found, please provide a --boost-libs argument (see help)')
318 self.end_msg('lib %s not found in %s' % (lib, path.abspath()))
379 self.end_msg(boost_pthread_flag)
383 self.end_msg('None')
418 self.end_msg("%d.%d.%d" % (int(versions[1]) / 100000,
434 self.end_msg('ok')
508 self.end_msg("Could not link against boost libraries using supplied options")
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/sratom/waflib/extras/
H A Dboost.py197 self.end_msg('headers not found in %s' % includes)
200 self.end_msg('headers not found, please provide a --boost-includes argument (see help)')
243 self.end_msg('libs not found in %s' % libs)
246 self.end_msg('libs not found, please provide a --boost-libs argument (see help)')
316 self.end_msg('lib %s not found in %s' % (lib, path.abspath()))
377 self.end_msg(boost_pthread_flag)
381 self.end_msg('None')
416 self.end_msg("%d.%d.%d" % (int(versions[1]) / 100000,
432 self.end_msg('ok')
506 self.end_msg("Could not link against boost libraries using supplied options")
[all …]
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/lv2/suil/waflib/extras/
H A Dboost.py197 self.end_msg('headers not found in %s' % includes)
200 self.end_msg('headers not found, please provide a --boost-includes argument (see help)')
243 self.end_msg('libs not found in %s' % libs)
246 self.end_msg('libs not found, please provide a --boost-libs argument (see help)')
316 self.end_msg('lib %s not found in %s' % (lib, path.abspath()))
377 self.end_msg(boost_pthread_flag)
381 self.end_msg('None')
416 self.end_msg("%d.%d.%d" % (int(versions[1]) / 100000,
432 self.end_msg('ok')
506 self.end_msg("Could not link against boost libraries using supplied options")
[all …]
/dports/net/samba412/samba-4.12.15/third_party/waf/waflib/extras/
H A Dboost.py197 self.end_msg('headers not found in %s' % includes)
200 self.end_msg('headers not found, please provide a --boost-includes argument (see help)')
243 self.end_msg('libs not found in %s' % libs)
246 self.end_msg('libs not found, please provide a --boost-libs argument (see help)')
316 self.end_msg('lib %s not found in %s' % (lib, path.abspath()))
377 self.end_msg(boost_pthread_flag)
381 self.end_msg('None')
416 self.end_msg("%d.%d.%d" % (int(versions[1]) / 100000,
432 self.end_msg('ok')
506 self.end_msg("Could not link against boost libraries using supplied options")
[all …]
/dports/audio/lvtk/lvtk-2.0.0rc1-14-g1028f69/waflib/extras/
H A Dboost.py197 self.end_msg('headers not found in %s' % includes)
200 self.end_msg('headers not found, please provide a --boost-includes argument (see help)')
243 self.end_msg('libs not found in %s' % libs)
246 self.end_msg('libs not found, please provide a --boost-libs argument (see help)')
316 self.end_msg('lib %s not found in %s' % (lib, path.abspath()))
377 self.end_msg(boost_pthread_flag)
381 self.end_msg('None')
416 self.end_msg("%d.%d.%d" % (int(versions[1]) / 100000,
432 self.end_msg('ok')
506 self.end_msg("Could not link against boost libraries using supplied options")
[all …]

12345678910>>...34