Home
last modified time | relevance | path

Searched refs:logId (Results 101 – 125 of 301) sorted by relevance

12345678910>>...13

/dports/www/crp/CRP/Code/
H A Dconference.sql13 logId int(11) NOT NULL auto_increment, field
19 PRIMARY KEY (logId),
20 UNIQUE KEY logId (logId),
/dports/www/mediawiki135/mediawiki-1.35.5/includes/exception/
H A DMWExceptionRenderer.php190 $logId = WebRequest::getRequestId();
193 '[' . $logId . '] ' .
198 $logId,
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/codecompletion/parser/
H A Dcclogger.cpp69 void CCLogger::Init(wxEvtHandler* parent, int logId, int debugLogId, int addTokenId) in Init() argument
72 m_LogId = logId; in Init()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/resistfingerprinting/
H A DRFPHelper.jsm404 let logId = Math.random();
405 log("_roundContentView[" + logId + "]");
444 logId +
460 logId +
476 logId +
526 logId +
546 log("_roundContentView[" + logId + "] is_rounded == true");
550 logId +
564 logId +
/dports/www/firefox/firefox-99.0/toolkit/components/resistfingerprinting/
H A DRFPHelper.jsm404 let logId = Math.random();
405 log("_roundContentView[" + logId + "]");
444 logId +
460 logId +
476 logId +
526 logId +
546 log("_roundContentView[" + logId + "] is_rounded == true");
550 logId +
564 logId +
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/resistfingerprinting/
H A DRFPHelper.jsm404 let logId = Math.random();
405 log("_roundContentView[" + logId + "]");
444 logId +
460 logId +
476 logId +
526 logId +
546 log("_roundContentView[" + logId + "] is_rounded == true");
550 logId +
564 logId +
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/resistfingerprinting/
H A DRFPHelper.jsm404 let logId = Math.random();
405 log("_roundContentView[" + logId + "]");
444 logId +
460 logId +
476 logId +
526 logId +
546 log("_roundContentView[" + logId + "] is_rounded == true");
550 logId +
564 logId +
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/liblog/
H A Dpmsg_reader.c31 static int pmsgAvailable(log_id_t logId);
59 static int pmsgAvailable(log_id_t logId) { in pmsgAvailable() argument
60 if (logId > LOG_ID_SECURITY) { in pmsgAvailable()
273 __android_log_pmsg_file_read(log_id_t logId, char prio, const char* prefix, in __android_log_pmsg_file_read() argument
310 if (logId != LOG_ID_ANY) { in __android_log_pmsg_file_read()
311 transp.logMask = (1 << logId); in __android_log_pmsg_file_read()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/
H A DOldTLogServer_4_6.actor.cpp399 UID logId; member
443 Key logIdKey = BinaryWriter::toValue(logId,Unversioned()); in ~LogData()
488 …self->persistentData->set(KeyValueRef( persistTagPoppedKey(logData->logId, tag), persistTagPoppedV… in updatePersistentPopped()
494 persistTagMessagesKey( logData->logId, tag, Version(0) ), in updatePersistentPopped()
495 persistTagMessagesKey( logData->logId, tag, data.popped ) ) ); in updatePersistentPopped()
527 …self->persistentData->set( KeyValueRef( persistTagMessagesKey( logData->logId, tag->key, currentVe… in updatePersistentData()
921 persistTagMessagesKey(logData->logId, oldTag, req.begin), in tLogPeekMessages()
1179 self->id_data.erase(logData->logId); in removeLog()
1201 TraceEvent("NewLogData", self->dbgid).detail("LogId", logData->logId); in tLogCore()
1213 …( traceCounters("TLogMetrics", logData->logId, SERVER_KNOBS->STORAGE_LOGGING_DELAY, &logData->cc, … in tLogCore()
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/vst3sdk/public.sdk/samples/vst/hostchecker/source/
H A Dhostcheck.cpp58 void HostCheck::addLogEvent (Steinberg::int32 logId) { mEventLogger.addLogEvent (logId); } in addLogEvent() argument
/dports/lang/spidermonkey60/firefox-60.9.0/security/certverifier/
H A DCTPolicyEnforcer.cpp112 const Buffer* sctLogId = &verifiedSct.sct.logId; in CountLogsForSelectedScts()
115 for (const Buffer* logId : logIds) { in CountLogsForSelectedScts() local
116 if (*logId == *sctLogId) { in CountLogsForSelectedScts()
H A DCTSerialization.cpp440 Input logId; in DecodeSignedCertificateTimestamp() local
443 rv = ReadFixedBytes(kLogIdLength, reader, logId); in DecodeSignedCertificateTimestamp()
460 rv = InputToBuffer(logId, result.logId); in DecodeSignedCertificateTimestamp()
/dports/www/mediawiki136/mediawiki-1.36.3/includes/exception/
H A DMWExceptionRenderer.php184 $logId = WebRequest::getRequestId();
187 '[' . $logId . '] ' .
192 $logId,
/dports/www/mediawiki137/mediawiki-1.37.1/includes/exception/
H A DMWExceptionRenderer.php195 $logId = WebRequest::getRequestId();
198 '[' . $logId . '] ' .
203 $logId,
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/examples/
H A DotherPhysicsEngine.py28 logId = p.startStateLogging(p.STATE_LOGGING_PROFILE_TIMINGS, "physx_create_dominoes.json") variable
84 p.stopStateLogging(logId)
H A DsaveRestoreState.py14 logId = p.startStateLogging(p.STATE_LOGGING_PROFILE_TIMINGS, "saveRestoreTimings.log") variable
136 p.stopStateLogging(logId)
H A Drendertest.py67 logId = pybullet.startStateLogging(pybullet.STATE_LOGGING_PROFILE_TIMINGS, "renderTimings")
118 pybullet.stopStateLogging(logId)
H A DaddPlanarReflection.py44 logId = p.startStateLogging(p.STATE_LOGGING_PROFILE_TIMINGS, "visualShapeBench.json") variable
81 p.stopStateLogging(logId)
/dports/audio/vst3sdk/vst3sdk-3.7.1_build_50-1-g8199057/public.sdk/samples/vst/hostchecker/source/
H A Dhostcheck.cpp61 void HostCheck::addLogEvent (Steinberg::int32 logId) in addLogEvent() argument
63 mEventLogger.addLogEvent (logId); in addLogEvent()
/dports/net-mgmt/icingaweb2-module-director/icingaweb2-module-director-1.6.2/library/Director/Data/Db/
H A DDbObject.php804 $logId = '"' . $this->getLogId() . '"';
807 $logId .= sprintf(', %s=%s', $this->autoincKeyName, $autoId);
812 $logId
972 $logId = json_encode($id);
974 $logId = $id;
977 return $logId;
/dports/www/firefox-esr/firefox-91.8.0/security/ct/
H A DCTSerialization.cpp393 Input logId; in DecodeSignedCertificateTimestamp() local
396 rv = ReadFixedBytes(kLogIdLength, reader, logId); in DecodeSignedCertificateTimestamp()
413 InputToBuffer(logId, result.logId); in DecodeSignedCertificateTimestamp()
/dports/www/firefox/firefox-99.0/security/ct/
H A DCTSerialization.cpp393 Input logId; in DecodeSignedCertificateTimestamp() local
396 rv = ReadFixedBytes(kLogIdLength, reader, logId); in DecodeSignedCertificateTimestamp()
413 InputToBuffer(logId, result.logId); in DecodeSignedCertificateTimestamp()
/dports/mail/thunderbird/thunderbird-91.8.0/security/ct/
H A DCTSerialization.cpp393 Input logId; in DecodeSignedCertificateTimestamp() local
396 rv = ReadFixedBytes(kLogIdLength, reader, logId); in DecodeSignedCertificateTimestamp()
413 InputToBuffer(logId, result.logId); in DecodeSignedCertificateTimestamp()
/dports/lang/spidermonkey78/firefox-78.9.0/security/ct/
H A DCTSerialization.cpp393 Input logId; in DecodeSignedCertificateTimestamp() local
396 rv = ReadFixedBytes(kLogIdLength, reader, logId); in DecodeSignedCertificateTimestamp()
413 InputToBuffer(logId, result.logId); in DecodeSignedCertificateTimestamp()
/dports/audio/soundkonverter/soundkonverter-3.0.1/src/
H A Dfilelistitem.cpp21 logId = -1;
38 logId = -1;

12345678910>>...13