Home
last modified time | relevance | path

Searched refs:Log (Results 1 – 25 of 10902) sorted by relevance

12345678910>>...437

/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/samples/source/xmpcommand/
H A DPrintUsage.cpp20 Log::info(""); in PrintUsageShort()
23 Log::info(""); in PrintUsageShort()
25 Log::info(""); in PrintUsageShort()
28 Log::info(""); in PrintUsageShort()
42 Log::info(""); in PrintUsageLong()
43 Log::info("Switches:"); in PrintUsageLong()
56 Log::info(""); in PrintUsageLong()
60 Log::info(""); in PrintUsageLong()
70 Log::info(""); in PrintUsageLong()
78 Log::info(""); in PrintUsageLong()
[all …]
/dports/textproc/exempi/exempi-2.5.2/samples/source/xmpcommand/
H A DPrintUsage.cpp20 Log::info(""); in PrintUsageShort()
23 Log::info(""); in PrintUsageShort()
25 Log::info(""); in PrintUsageShort()
28 Log::info(""); in PrintUsageShort()
42 Log::info(""); in PrintUsageLong()
43 Log::info("Switches:"); in PrintUsageLong()
56 Log::info(""); in PrintUsageLong()
60 Log::info(""); in PrintUsageLong()
68 Log::info(""); in PrintUsageLong()
76 Log::info(""); in PrintUsageLong()
[all …]
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/samples/source/dumpfile/
H A Dmain.cpp75 Log::info(""); in printUsageShort()
78 Log::info(""); in printUsageShort()
80 Log::info(""); in printUsageShort()
82 Log::info(""); in printUsageShort()
88 Log::info(""); in printUsageLong()
91 Log::info(""); in printUsageLong()
93 Log::info(""); in printUsageLong()
98 Log::info(""); in printUsageLong()
101 Log::info(""); in printUsageLong()
105 Log::info(""); in printUsageLong()
[all …]
/dports/math/R/R-4.1.2/src/library/tools/R/
H A Dlogging.R34 Log
38 function(Log) argument
39 if(Log$con > 2L) close(Log$con)
54 if (Log$con > 0L) cat(..., file = Log$con, sep = "")
62 printLog(Log, Log$stars, " checking ", ..., " ...")
66 printLog(Log, Log$stars, " creating ", text, " ...")
70 printLog(Log, Log$stars, " ", ..., "\n")
82 Log$errors <- Log$errors + 1L
95 Log$warnings <- Log$warnings + 1L
103 Log$notes <- Log$notes + 1L
[all …]
H A Dcheck.R419 if (!is.null(Log) && Log$con > 0L) cat(td2, file = Log$con)
585 printLog(Log,
1432 noteLog(Log)
2092 warningLog(Log) else noteLog(Log)
2520 if (warn) warningLog(Log) else noteLog(Log)
2538 if(any(bad) || bad2) warningLog(Log) else noteLog(Log)
2611 if (any(bad)) warningLog(Log) else noteLog(Log)
3020 warningLog(Log) else noteLog(Log)
4532 if (!is.null(Log) && Log$con > 0L)
4551 if (!is.null(Log) && Log$con > 0L)
[all …]
/dports/math/libRmath/R-4.1.1/src/library/tools/R/
H A Dlogging.R34 Log
38 function(Log) argument
39 if(Log$con > 2L) close(Log$con)
54 if (Log$con > 0L) cat(..., file = Log$con, sep = "")
62 printLog(Log, Log$stars, " checking ", ..., " ...")
66 printLog(Log, Log$stars, " creating ", text, " ...")
70 printLog(Log, Log$stars, " ", ..., "\n")
82 Log$errors <- Log$errors + 1L
95 Log$warnings <- Log$warnings + 1L
103 Log$notes <- Log$notes + 1L
[all …]
/dports/www/tclhttpd/tclhttpd3.5.1/lib/
H A Dlog.tcl58 global Log
82 catch { puts $Log(debug_fd) $result ; flush $Log(debug_fd) }
91 catch { puts $Log(error_fd) $result ; flush $Log(error_fd) }
107 global Log
156 global Log
177 global Log
199 global Log
253 if {[info exist Log(debug_log)] && $Log(debug_log)} {
254 set Log(debug_file) $Log(log)debug
274 global Log
[all …]
/dports/math/reduce/Reduce-svn5758-src/contrib/rubi-red/mathematicatests/
H A DLogarithmFunctions.m23 {1/(x*Log[a*x]), x, 2, Log[Log[a*x]]}
36 {1/(x*Log[a*x^n]), x, 2, Log[Log[a*x^n]]/n}
94 {Log[a*x]^3, x, 3, -6*x + 6*x*Log[a*x] - 3*x*Log[a*x]^2 + x*Log[a*x]^3}
820 {1/(x*Log[E^x]), x, -1, (-Log[x] + Log[Log[E^x]])/(x - Log[E^x])}
1007 {Log[a*Log[b*x]^p]/x, x, 1, (-Log[b*x])*(p - Log[a*Log[b*x]^p])}
1008 {Log[a*Log[b*x^n]^p]/x, x, 1, -((Log[b*x^n]*(p - Log[a*Log[b*x^n]^p]))/n)}
1093 {Log[Log[6*x]]/(x*Log[6*x]), x, 3, Log[Log[6*x]]^2/2}
1094 {2^Log[x]/x, x, 2, 2^Log[x]/Log[2]}
1096 {(7 - Log[x])/(x*(3 + Log[x])), x, 4, -Log[x] + 10*Log[3 + Log[x]]}
1105 {Log[x]/(x + 4*x*Log[x]^2), x, 4, Log[1 + 4*Log[x]^2]/8}
[all …]
/dports/math/reduce/Reduce-svn5758-src/packages/rubi_red/tests/ExponentialFunctions/
H A DLogarithmFunctions.m23 {1/(x*Log[a*x]), x, 2, Log[Log[a*x]]}
36 {1/(x*Log[a*x^n]), x, 2, Log[Log[a*x^n]]/n}
94 {Log[a*x]^3, x, 3, -6*x + 6*x*Log[a*x] - 3*x*Log[a*x]^2 + x*Log[a*x]^3}
820 {1/(x*Log[E^x]), x, -1, (-Log[x] + Log[Log[E^x]])/(x - Log[E^x])}
1007 {Log[a*Log[b*x]^p]/x, x, 1, (-Log[b*x])*(p - Log[a*Log[b*x]^p])}
1008 {Log[a*Log[b*x^n]^p]/x, x, 1, -((Log[b*x^n]*(p - Log[a*Log[b*x^n]^p]))/n)}
1093 {Log[Log[6*x]]/(x*Log[6*x]), x, 3, Log[Log[6*x]]^2/2}
1094 {2^Log[x]/x, x, 2, 2^Log[x]/Log[2]}
1096 {(7 - Log[x])/(x*(3 + Log[x])), x, 4, -Log[x] + 10*Log[3 + Log[x]]}
1105 {Log[x]/(x + 4*x*Log[x]^2), x, 4, Log[1 + 4*Log[x]^2]/8}
[all …]
/dports/math/reduce/Reduce-svn5758-src/contrib/rubi-red/rubi4/IntegrationProblems/MathematicaSyntaxFiles/ExponentialFunctions/
H A DLogarithmFunctions.m23 {1/(x*Log[a*x]), x, 2, Log[Log[a*x]]}
36 {1/(x*Log[a*x^n]), x, 2, Log[Log[a*x^n]]/n}
94 {Log[a*x]^3, x, 3, -6*x + 6*x*Log[a*x] - 3*x*Log[a*x]^2 + x*Log[a*x]^3}
820 {1/(x*Log[E^x]), x, -1, (-Log[x] + Log[Log[E^x]])/(x - Log[E^x])}
1007 {Log[a*Log[b*x]^p]/x, x, 1, (-Log[b*x])*(p - Log[a*Log[b*x]^p])}
1008 {Log[a*Log[b*x^n]^p]/x, x, 1, -((Log[b*x^n]*(p - Log[a*Log[b*x^n]^p]))/n)}
1093 {Log[Log[6*x]]/(x*Log[6*x]), x, 3, Log[Log[6*x]]^2/2}
1094 {2^Log[x]/x, x, 2, 2^Log[x]/Log[2]}
1096 {(7 - Log[x])/(x*(3 + Log[x])), x, 4, -Log[x] + 10*Log[3 + Log[x]]}
1105 {Log[x]/(x + 4*x*Log[x]^2), x, 4, Log[1 + 4*Log[x]^2]/8}
[all …]
/dports/devel/awless/awless-0.1.11/aws/spec/
H A Dgen_inits.go34 Log: logger.DiscardLogger,
39 Log *logger.Logger member
47 return func() interface{} { return NewAttachAlarm(f.Sess, f.Graph, f.Log) }
67 return func() interface{} { return NewAttachPolicy(f.Sess, f.Graph, f.Log) }
69 return func() interface{} { return NewAttachRole(f.Sess, f.Graph, f.Log) }
75 return func() interface{} { return NewAttachUser(f.Sess, f.Graph, f.Log) }
77 return func() interface{} { return NewAttachVolume(f.Sess, f.Graph, f.Log) }
99 return func() interface{} { return NewCheckVolume(f.Sess, f.Graph, f.Log) }
101 return func() interface{} { return NewCopyImage(f.Sess, f.Graph, f.Log) }
187 return func() interface{} { return NewCreateTag(f.Sess, f.Graph, f.Log) }
[all …]
/dports/math/openturns/openturns-1.18/lib/src/Base/Common/
H A DLog.cxx80 const Log::Severity Log::NONE = 0;
81 const Log::Severity Log::ALL = ~0;
83 const Log::Severity Log::DBG = 1 << 0;
84 const Log::Severity Log::INFO = 1 << 2;
85 const Log::Severity Log::USER = 1 << 3;
86 const Log::Severity Log::WARN = 1 << 4;
87 const Log::Severity Log::ERROR = 1 << 5;
90 const Log::Severity Log::DEFAULT = Log::USER | Log::WARN | Log::ERROR | Log::TRACE;
96 Log::Log() in Log() function in Log
119 Log::~Log() in ~Log()
[all …]
/dports/audio/mumble/mumble-1.3.3/src/mumble/
H A DMessages.cpp191Log::PermissionDenied, tr("%3 was denied %1 privileges in %2.").arg(Log::msgColor(pname, Log::Priv… in msgPermissionDenied()
344Log::ChannelJoin, tr("%1 moved in from %2 by %3.").arg(Log::formatClientUser(pDst, Log::Target)).a… in msgUserState()
346Log::ChannelLeave, tr("%1 moved to %2 by %3.").arg(Log::formatClientUser(pDst, Log::Target)).arg(L… in msgUserState()
365 .arg(Log::formatClientUser(pDst, Log::Target)).arg(Log::formatClientUser(pSrc, Log::Source))); in msgUserState()
368 Log::formatClientUser(pDst, Log::Target))); in msgUserState()
528 …g.l->log(Log::OtherMutedOther, tr("%1 muted and deafened by %2.").arg(Log::formatClientUser(pDst, in msgUserState()
534 …g.l->log(Log::OtherMutedOther, tr("%1 muted by %2.").arg(Log::formatClientUser(pDst, Log::Target),… in msgUserState()
536 …g.l->log(Log::OtherMutedOther, tr("%1 unmuted by %2.").arg(Log::formatClientUser(pDst, Log::Target… in msgUserState()
541 …g.l->log(Log::OtherMutedOther, tr("%1 undeafened by %2.").arg(Log::formatClientUser(pDst, Log::Tar… in msgUserState()
548 …g.l->log(Log::OtherMutedOther, tr("%1 suppressed by %2.").arg(Log::formatClientUser(pDst, Log::Tar… in msgUserState()
[all …]
/dports/audio/murmur/mumble-1.3.3/src/mumble/
H A DMessages.cpp191Log::PermissionDenied, tr("%3 was denied %1 privileges in %2.").arg(Log::msgColor(pname, Log::Priv… in msgPermissionDenied()
344Log::ChannelJoin, tr("%1 moved in from %2 by %3.").arg(Log::formatClientUser(pDst, Log::Target)).a… in msgUserState()
346Log::ChannelLeave, tr("%1 moved to %2 by %3.").arg(Log::formatClientUser(pDst, Log::Target)).arg(L… in msgUserState()
365 .arg(Log::formatClientUser(pDst, Log::Target)).arg(Log::formatClientUser(pSrc, Log::Source))); in msgUserState()
368 Log::formatClientUser(pDst, Log::Target))); in msgUserState()
528 …g.l->log(Log::OtherMutedOther, tr("%1 muted and deafened by %2.").arg(Log::formatClientUser(pDst, in msgUserState()
534 …g.l->log(Log::OtherMutedOther, tr("%1 muted by %2.").arg(Log::formatClientUser(pDst, Log::Target),… in msgUserState()
536 …g.l->log(Log::OtherMutedOther, tr("%1 unmuted by %2.").arg(Log::formatClientUser(pDst, Log::Target… in msgUserState()
541 …g.l->log(Log::OtherMutedOther, tr("%1 undeafened by %2.").arg(Log::formatClientUser(pDst, Log::Tar… in msgUserState()
548 …g.l->log(Log::OtherMutedOther, tr("%1 suppressed by %2.").arg(Log::formatClientUser(pDst, Log::Tar… in msgUserState()
[all …]
/dports/devel/ada-util/ada-util-b6612400/src/
H A Dutil-log-loggers.adb33 use Log.Appenders;
142 return Log.Name;
266 Log.Next_Logger.Prev_Logger := Log.Prev_Logger;
267 Log.Prev_Logger.Next_Logger := Log.Next_Logger;
269 Free (Log);
506 if Log.Instance /= null and then Log.Instance.Level >= Level then
534 if Log.Instance /= null and then Log.Instance.Level >= DEBUG_LEVEL then
545 if Log.Instance /= null and then Log.Instance.Level >= DEBUG_LEVEL then
565 if Log.Instance /= null and then Log.Instance.Level >= INFO_LEVEL then
576 if Log.Instance /= null and then Log.Instance.Level >= WARN_LEVEL then
[all …]
/dports/graphics/opencv/opencv-4.5.3/modules/java/generator/android/java/org/opencv/android/
H A DAsyncServiceHelper.java16 import android.util.Log;
96 Log.d(TAG, "Unbind from service"); in InstallService()
107 Log.d(TAG, "Calling using callback"); in InstallService()
138 Log.d(TAG, "Calling using callback"); in InstallService()
160 Log.d(TAG, "Service connection created");
175 Log.d(TAG, "Unbind from service");
305 Log.i(TAG, str);
326 Log.d(TAG, "Unbind from service");
344 Log.d(TAG, "Trying to load library " + AbsPath); in loadLibrary()
348 Log.d(TAG, "OpenCV libs init was ok!"); in loadLibrary()
[all …]
/dports/misc/visp/visp-3.4.0/modules/java/generator/android/java/org/visp/android/
H A DAsyncServiceHelper.java15 import android.util.Log;
95 Log.d(TAG, "Unbind from service"); in InstallService()
106 Log.d(TAG, "Calling using callback"); in InstallService()
137 Log.d(TAG, "Calling using callback"); in InstallService()
159 Log.d(TAG, "Service connection created");
174 Log.d(TAG, "Unbind from service");
321 Log.d(TAG, "Unbind from service");
323 Log.d(TAG, "Calling using callback");
339 Log.d(TAG, "Trying to load library " + AbsPath); in loadLibrary()
343 Log.d(TAG, "ViSP libs init was ok!"); in loadLibrary()
[all …]
/dports/net-mgmt/icinga2/icinga2-2.13.2/lib/base/
H A Dlogger.hpp94 class Log class
98 Log(const Log& other) = delete;
99 Log& operator=(const Log& rhs) = delete;
104 ~Log();
121 extern template Log& Log::operator<<(const Value&);
122 extern template Log& Log::operator<<(const String&);
123 extern template Log& Log::operator<<(const std::string&);
124 extern template Log& Log::operator<<(const bool&);
126 extern template Log& Log::operator<<(const int&);
128 extern template Log& Log::operator<<(const long&);
[all …]
/dports/net-im/licq-osd/licq-f271d55/licq/src/logging/tests/
H A Dlogtest.cpp41 Log myLog;
62 case Licq::Log::Info: in log()
68 case Licq::Log::Error: in log()
71 case Licq::Log::Debug: in log()
84 case Licq::Log::Info: in log()
90 case Licq::Log::Error: in log()
99 Licq::Log::Stream log() in log()
106 case Licq::Log::Info: in log()
153 Log log("test", logSink); in TEST()
158 TEST(Log, packet) in TEST() argument
[all …]
/dports/net-im/licq-icq/licq-f271d55/licq/src/logging/tests/
H A Dlogtest.cpp41 Log myLog;
62 case Licq::Log::Info: in log()
68 case Licq::Log::Error: in log()
71 case Licq::Log::Debug: in log()
84 case Licq::Log::Info: in log()
90 case Licq::Log::Error: in log()
99 Licq::Log::Stream log() in log()
106 case Licq::Log::Info: in log()
153 Log log("test", logSink); in TEST()
158 TEST(Log, packet) in TEST() argument
[all …]
/dports/net-im/licq-qt-gui/licq-f271d55/licq/src/logging/tests/
H A Dlogtest.cpp41 Log myLog;
62 case Licq::Log::Info: in log()
68 case Licq::Log::Error: in log()
71 case Licq::Log::Debug: in log()
84 case Licq::Log::Info: in log()
90 case Licq::Log::Error: in log()
99 Licq::Log::Stream log() in log()
106 case Licq::Log::Info: in log()
153 Log log("test", logSink); in TEST()
158 TEST(Log, packet) in TEST() argument
[all …]
/dports/net-im/licq/licq-f271d55/licq/src/logging/tests/
H A Dlogtest.cpp41 Log myLog;
62 case Licq::Log::Info: in log()
68 case Licq::Log::Error: in log()
71 case Licq::Log::Debug: in log()
84 case Licq::Log::Info: in log()
90 case Licq::Log::Error: in log()
99 Licq::Log::Stream log() in log()
106 case Licq::Log::Info: in log()
153 Log log("test", logSink); in TEST()
158 TEST(Log, packet) in TEST() argument
[all …]
/dports/net-im/licq-jabber/licq-f271d55/licq/src/logging/tests/
H A Dlogtest.cpp41 Log myLog;
62 case Licq::Log::Info: in log()
68 case Licq::Log::Error: in log()
71 case Licq::Log::Debug: in log()
84 case Licq::Log::Info: in log()
90 case Licq::Log::Error: in log()
99 Licq::Log::Stream log() in log()
106 case Licq::Log::Info: in log()
153 Log log("test", logSink); in TEST()
158 TEST(Log, packet) in TEST() argument
[all …]
/dports/math/reduce/Reduce-svn5758-src/packages/rubi_red/tests4/ExponentialFunctions/
H A DLogarithmFunctions.m74 {1/(x^1*Log[a*x^n]), x, 2, Log[Log[a*x^n]]/n}
113 {1/(x^1*Log[a*x]), x, 2, Log[Log[a*x]]}
1586 {1/(x*Log[E^x]), x, 4, -(Log[x]/(x - Log[E^x])) + Log[Log[E^x]]/(x - Log[E^x])}
1817 {Log[a*Log[b*x]^p]/x, x, 1, (-Log[b*x])*(p - Log[a*Log[b*x]^p])}
1818 {Log[a*Log[b*x^n]^p]/x, x, 1, -((Log[b*x^n]*(p - Log[a*Log[b*x^n]^p]))/n)}
1856 {Log[Log[6*x]]/(x*Log[6*x]), x, 3, Log[Log[6*x]]^2/2}
1857 {2^Log[x]/x, x, 2, 2^Log[x]/Log[2]}
1859 {(7 - Log[x])/(x*(3 + Log[x])), x, 3, -Log[x] + 10*Log[3 + Log[x]]}
1860 {((2 - Log[x])*(3 + Log[x])^2)/x, x, 3, 18*Log[x] + (3*Log[x]^2)/2 - (4*Log[x]^3)/3 - Log[x]^4/4}
1868 {Log[x]/(x + 4*x*Log[x]^2), x, 4, Log[1 + 4*Log[x]^2]/8}
[all …]
/dports/www/joomla3/joomla3-3.9.24/libraries/src/Client/
H A DFtpClient.php13 use Joomla\CMS\Log\Log; alias
369 Log::add('JFtp::login: Unable to login', Log::WARNING, 'jerror');
983 Log::add(\JText::_('JLIB_CLIENT_ERROR_JFTP_GET_PASSIVE'), Log::WARNING, 'jerror');
1013 Log::add(\JText::_('JLIB_CLIENT_ERROR_JFTP_GET_PASSIVE'), Log::WARNING, 'jerror');
1075 Log::add(\JText::_('JLIB_CLIENT_ERROR_JFTP_STORE_PASSIVE'), Log::WARNING, 'jerror');
1115 Log::add(\JText::_('JLIB_CLIENT_ERROR_JFTP_STORE_PASSIVE'), Log::WARNING, 'jerror');
1183 Log::add(\JText::_('JLIB_CLIENT_ERROR_JFTP_WRITE_PASSIVE'), Log::WARNING, 'jerror');
1211 Log::add(\JText::_('JLIB_CLIENT_ERROR_JFTP_WRITE_PASSIVE'), Log::WARNING, 'jerror');
1230 Log::add(\JText::_('JLIB_CLIENT_ERROR_JFTP_WRITE_DATA_PORT'), Log::WARNING, 'jerror');
1888 Log::add(
[all …]

12345678910>>...437