Home
last modified time | relevance | path

Searched refs:tLog (Results 1 – 25 of 109) sorted by relevance

12345

/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/golangci/golangci-lint/pkg/config/
H A Dconfig_gocritic_test.go21 type tLog struct{} struct
23 func (l *tLog) Fatalf(format string, args ...interface{}) { argument
27 func (l *tLog) Panicf(format string, args ...interface{}) { argument
31 func (l *tLog) Errorf(format string, args ...interface{}) { argument
35 func (l *tLog) Warnf(format string, args ...interface{}) { argument
39 func (l *tLog) Infof(format string, args ...interface{}) { argument
43 func (l *tLog) Child(name string) logutils.Log { return nil } argument
45 func (l *tLog) SetLevel(level logutils.LogLevel) {} argument
48 testLog := &tLog{}
/dports/net/concourse-fly/concourse-6.7.1/atc/db/migration/
H A Dencryption.go41 tLog := logger.Session("table", lager.Data{
55 tLog.Error("failed-to-scan", err)
63 rLog := tLog.Session("row", lager.Data{
87 tLog.Info("encrypted-existing-plaintext-data", lager.Data{
108 tLog := logger.Session("table", lager.Data{
122 tLog.Error("failed-to-scan", err)
126 rLog := tLog.Session("row", lager.Data{
150 tLog.Info("decrypted-existing-encrypted-data", lager.Data{
173 tLog := logger.Session("table", lager.Data{
187 tLog.Error("failed-to-scan", err)
[all …]
/dports/misc/concourse/concourse-6.7.2/atc/db/migration/
H A Dencryption.go41 tLog := logger.Session("table", lager.Data{
55 tLog.Error("failed-to-scan", err)
63 rLog := tLog.Session("row", lager.Data{
87 tLog.Info("encrypted-existing-plaintext-data", lager.Data{
108 tLog := logger.Session("table", lager.Data{
122 tLog.Error("failed-to-scan", err)
126 rLog := tLog.Session("row", lager.Data{
150 tLog.Info("decrypted-existing-encrypted-data", lager.Data{
173 tLog := logger.Session("table", lager.Data{
187 tLog.Error("failed-to-scan", err)
[all …]
/dports/devel/dolphin-plugins/dolphin-plugins-21.12.3/svn/
H A Dsvnlogdialog.cpp146 m_ui.tLog->item(i, columnAuthor)->setFont(font); in setCurrentRevision()
147 m_ui.tLog->item(i, columnDate)->setFont(font); in setCurrentRevision()
150 m_ui.tLog->selectRow(i); in setCurrentRevision()
165 m_ui.tLog->clearContents(); in refreshLog()
169 m_ui.tLog->setRowCount( m_log->size() ); in refreshLog()
178 m_ui.tLog->setItem(i, columnRevision, revision); in refreshLog()
179 m_ui.tLog->setItem(i, columnAuthor, author); in refreshLog()
180 m_ui.tLog->setItem(i, columnDate, date); in refreshLog()
181 m_ui.tLog->setItem(i, columnMessage, msg); in refreshLog()
229 QTableWidgetItem *item = m_ui.tLog->item( m_ui.tLog->currentRow(), columnRevision ); in showContextMenuLog()
[all …]
/dports/games/irrlamb/irrlamb-1.0.1/working/levels/c_trees0/
H A Dc_trees0.lua29 tLog = Level.GetTemplate("log")
34 oLog = Level.CreateObject("log0", tLog, X, 6, Z, 90, 0, 0);
37 oLog = Level.CreateObject("log1", tLog, X, 6, Z, 90, 0, 0);
40 oLog = Level.CreateObject("log2", tLog, X, 6, Z, 90, 0, 0);
43 oLog = Level.CreateObject("log3", tLog, X, 6, Z, 90, 0, 0);
46 oLog = Level.CreateObject("log4", tLog, X, 6, Z, 90, 0, 0);
53 Level.CreateObject("log5", tLog, X, 6, Z, 90, 0, 0);
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A DLogSystemConfig.h204 for( auto& tLog : tLogSet.tLogs ) { in getLocalityForDcId()
206 if( tLog.present() && tLog.interf().locality.dcId() == dcId ) { in getLocalityForDcId()
217 for( auto& tLog : tLogSet.tLogs ) { in getLocalityForDcId()
219 if( tLog.present() && tLog.interf().locality.dcId() == dcId ) { in getLocalityForDcId()
266 for (auto &tLog : tLogSet.tLogs) { in allSharedLogs()
267 if (tLog.present()) in allSharedLogs()
268 results.push_back(IdAddrPair(tLog.interf().getSharedTLogID(), tLog.interf().address())); in allSharedLogs()
274 for (auto &tLog : tLogSet.tLogs) { in allSharedLogs()
275 if (tLog.present()) in allSharedLogs()
276 results.push_back(IdAddrPair(tLog.interf().getSharedTLogID(), tLog.interf().address())); in allSharedLogs()
H A DWorkerInterface.actor.h46 RequestStream< struct InitializeTLogRequest > tLog; member
65 UID id() const { return tLog.getEndpoint().token; } in id()
66 NetworkAddress address() const { return tLog.getEndpoint().getPrimaryAddress(); } in address()
73 …serializer(ar, clientInterface, locality, tLog, master, masterProxy, dataDistributor, ratekeeper, … in serialize()
383 ACTOR Future<Void> tLog(IKeyValueStore* persistentData, IDiskQueue* persistentQueue,
401 ACTOR Future<Void> tLog(IKeyValueStore* persistentData, IDiskQueue* persistentQueue,
405 ACTOR Future<Void> tLog(IKeyValueStore* persistentData, IDiskQueue* persistentQueue,
411 typedef decltype(&tLog) TLogFn;
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/public/
H A Dviewlog.php64 $tLog = array(); variable
92 $tLog[] = $row;
96 foreach ($tLog as $k => $v) {
99 $tLog[$k] = $v;
105 $smarty->assign('tLog', $tLog, false);
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/public/
H A Dviewlog.php64 $tLog = array(); variable
92 $tLog[] = $row;
96 foreach ($tLog as $k => $v) {
99 $tLog[$k] = $v;
105 $smarty->assign('tLog', $tLog, false);
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/public/
H A Dviewlog.php64 $tLog = array(); variable
92 $tLog[] = $row;
96 foreach ($tLog as $k => $v) {
99 $tLog[$k] = $v;
111 $smarty->assign('tLog', $tLog, false);
/dports/mail/postfixadmin/postfixadmin-d3bc1551/public/
H A Dviewlog.php64 $tLog = array(); variable
92 $tLog[] = $row;
96 foreach ($tLog as $k => $v) {
99 $tLog[$k] = $v;
111 $smarty->assign('tLog', $tLog, false);
/dports/games/irrlamb/irrlamb-1.0.1/working/levels/c_roll0/
H A Dc_roll0.lua23 tLog = Level.GetTemplate("log")
25 oLog = Level.CreateObject("log0", tLog, 2, 1.25, 2.5, 0, 0, 0)
28 oLog = Level.CreateObject("log1", tLog, -20, 1.25, 10.5, 0, 0, 0)
31 oLog = Level.CreateObject("log2", tLog, -22, 1.25, 18.5, 0, 0, 0)
/dports/games/irrlamb/irrlamb-1.0.1/working/levels/tut_cylinder1/
H A Dtut_cylinder1.lua15 tLog = Level.GetTemplate("log")
18 oLog = Level.CreateObject("log" .. i, tLog, 0, -2.5, 8.1 + i * 10.1, 0, 0, 0)
/dports/science/jmol/jmol-14.32.7/src/org/jmol/g3d/
H A DPixelator.java69 public void addImagePixel(byte shade, int tLog, int offset, int z, int argb, in addImagePixel() argument
83 shade += tLog; in addImagePixel()
H A DTextRenderer.java118 int tLog = g.translucencyLog; in plot() local
127 jr.plotImagePixel(argb, x + j, y + i, z, shade, bgargb, width, height, zbuf, p, tLog); in plot()
133 p.addImagePixel(tmap[off++], tLog, pbufOffset++, z, argb, bgargb); in plot()
/dports/graphics/silgraphite/silgraphite-2.3.1/wrappers/pangographite/
H A Dgraphitecache.cpp281 GList *tLog = g_list_first(logattr_cache); in graphite_CacheLogAttr() local
282 if (tLog) in graphite_CacheLogAttr()
285 reinterpret_cast<LogAttrCache*>(tLog->data); in graphite_CacheLogAttr()
288 logattr_cache = g_list_delete_link(logattr_cache, tLog); in graphite_CacheLogAttr()
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/templates/
H A Dviewlog.tpl8 {if $tLog}
22 {foreach from=$tLog item=item}
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/templates/
H A Dviewlog.tpl8 {if $tLog}
22 {foreach from=$tLog item=item}
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/templates/
H A Dviewlog.tpl8 {if $tLog}
26 {foreach from=$tLog item=item}
/dports/mail/postfixadmin/postfixadmin-d3bc1551/templates/
H A Dviewlog.tpl8 {if $tLog}
26 {foreach from=$tLog item=item}
/dports/www/free-sa-devel/free-sa-2.0.0b6p7/src/work/
H A Dw_log_operations.c406 FILE *tLog; in CropLog() local
411 tLog = SAfopenI("w", tfname); in CropLog()
418 SAfwriteI(tbuf, strlen(tbuf), tLog); in CropLog()
419 SAfputs("\n", tLog); in CropLog()
423 SAfclose(tLog); in CropLog()
/dports/www/free-sa-devel/free-sa-2.0.0b6p7/src/logformats/
H A Dl_logformats.c136 char MailReadRecord(FILE *tLog, time_t *tTime, double *tSeconds, char *tIp, short int *tCode, doubl… in MailReadRecord() argument
139 if ((t = READ_RECORDM(tLog)) == NULL) { in MailReadRecord()
/dports/science/dakota/dakota-6.13.0-release-public.src-UI/packages/external/JEGA/FrontEnd/Core/src/
H A DDriver.cpp447 Logger& tLog = (newLog == 0x0) ? Logger::Global() : *newLog; in ExtractAllData() local
451 Logger tLog; in ExtractAllData() local
455 GeneticAlgorithm* theGA = this->CreateNewAlgorithm(algConfig, tLog); in ExtractAllData()
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dsphinxrt.cpp5605 ARRAY_FOREACH ( i, tLog.m_dIndexInfos ) in NotifyIndexFlush()
5771 ARRAY_FOREACH ( i, tLog.m_dIndexInfos ) in GetWriteIndexID()
5783 int iID = tLog.m_dIndexInfos.GetLength(); in GetWriteIndexID()
5923 BinlogFileDesc_t tLog; in OpenNewLog() local
5924 tLog.m_iExt = iExt; in OpenNewLog()
5925 m_dLogFiles.Add ( tLog ); in OpenNewLog()
6039 tLog.m_dIndexInfos.Reset(); in ReplayBinlog()
6102 ARRAY_FOREACH ( i, tLog.m_dIndexInfos ) in ReplayBinlog()
6145 return tLog.m_dIndexInfos[iVal]; in ReplayIndexID()
6257 ARRAY_FOREACH ( i, tLog.m_dIndexInfos ) in ReplayIndexAdd()
[all …]
/dports/devel/dolphin-plugins/dolphin-plugins-21.12.3/po/ug/
H A Dfileviewsvnplugin.po501 #. i18n: ectx: property (text), widget (QTableWidget, tLog)
507 #. i18n: ectx: property (text), widget (QTableWidget, tLog)
513 #. i18n: ectx: property (text), widget (QTableWidget, tLog)
519 #. i18n: ectx: property (text), widget (QTableWidget, tLog)

12345