Home
last modified time | relevance | path

Searched refs:logType (Results 1 – 25 of 539) sorted by relevance

12345678910>>...22

/dports/games/manaplus/manaplus-2.1.3.17/src/utils/
H A Dx11logger.cpp39 #define logType(val, str) \ in PRAGMA48() macro
61 logType(2, strprintf("KeyPress: %u,%u %d,%d",
100 logType(9, strprintf("FocusIn: %d,%d",
103 logType(10, strprintf("FocusOut: %d,%d",
128 logType(14, strprintf("NoExpose: %d,%d",
140 logType(17, "DestroyNotify");
141 logType(18, strprintf("UnmapNotify: %d",
143 logType(19, strprintf("MapNotify: %d",
145 logType(20, "MapRequest");
177 logType(29, strprintf("SelectionClear: %u",
[all …]
/dports/www/mediawiki135/mediawiki-1.35.5/vendor/wikimedia/parsoid/src/Logger/
H A DParsoidLogger.php48 * @param string $logType
51 private function buildLoggingRE( array $flags, string $logType ): string { argument
52 return $logType . '/(' . implode( '|', array_keys( $flags ) ) . ')(/|$)';
91 * @param string $logType
95 private function formatTrace( string $logType, array $args ): string { argument
108 $numMatches = preg_match_all( '#/#', $logType );
112 $prettyLogType = self::PRETTY_LOGTYPE_MAP[$logType] ?? null;
117 $msg .= $logType;
136 private function logMessage( ?string $logType, array $args ): string { argument
138 $output = $logType ? "[$logType]" : '';
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/parsoid/src/Logger/
H A DParsoidLogger.php48 * @param string $logType
51 private function buildLoggingRE( array $flags, string $logType ): string { argument
52 return $logType . '/(' . implode( '|', array_keys( $flags ) ) . ')(/|$)';
91 * @param string $logType
95 private function formatTrace( string $logType, array $args ): string { argument
108 $numMatches = preg_match_all( '#/#', $logType );
112 $prettyLogType = self::PRETTY_LOGTYPE_MAP[$logType] ?? null;
117 $msg .= $logType;
136 private function logMessage( ?string $logType, array $args ): string { argument
138 $output = $logType ? "[$logType]" : '';
/dports/www/mediawiki137/mediawiki-1.37.1/vendor/wikimedia/parsoid/src/Logger/
H A DParsoidLogger.php48 * @param string $logType
51 private function buildLoggingRE( array $flags, string $logType ): string { argument
52 return $logType . '/(' . implode( '|', array_keys( $flags ) ) . ')(/|$)';
91 * @param string $logType
95 private function formatTrace( string $logType, array $args ): string { argument
108 $numMatches = substr_count( $logType, '/' );
112 $prettyLogType = self::PRETTY_LOGTYPE_MAP[$logType] ?? null;
117 $msg .= $logType;
136 private function logMessage( ?string $logType, array $args ): string { argument
138 $output = $logType ? "[$logType]" : '';
/dports/www/jericho-html/jericho-html-3.2/src/java/net/htmlparser/jericho/
H A DAttributes.java150 … if (reachedMaxErrorCount(++errorCount,source,logType,tagName,logBegin,maxErrorCount)) return null; in construct()
187 if (isInvalidEmptyElementTag(startTagType,source,i,logType,tagName,logBegin)) break; in construct()
189 … if (reachedMaxErrorCount(++errorCount,source,logType,tagName,logBegin,maxErrorCount)) return null; in construct()
217 …if (errorCount>0 && reachedMaxErrorCount(++errorCount,source,logType,tagName,logBegin,maxErrorCoun… in construct()
222 …if (source.logger.isInfoEnabled()) log(source,logType,tagName,logBegin,"rejected because of '<' ch… in construct()
225 if (isInvalidEmptyElementTag(startTagType,source,i,logType,tagName,logBegin)) break; in construct()
232 … if (reachedMaxErrorCount(++errorCount,source,logType,tagName,logBegin,maxErrorCount)) return null; in construct()
242 …if (source.logger.isInfoEnabled()) log(source,logType,tagName,logBegin,"has missing attribute valu… in construct()
244 …if (errorCount>0 && reachedMaxErrorCount(++errorCount,source,logType,tagName,logBegin,maxErrorCoun… in construct()
267 if (isInvalidEmptyElementTag(startTagType,source,i,logType,tagName,logBegin)) break; in construct()
[all …]
/dports/games/csmash/csmash-0.6.6/
H A DLogging.cpp70 Logging::Log( long logType, char *logString ) { in Log() argument
71 if (m_fp[logType]) { in Log()
72 fputs( logString, m_fp[logType] ); in Log()
73 fflush( m_fp[logType] ); in Log()
110 Log( logType, buf ); in LogTime()
116 Logging::LogTime( long logType ) { in LogTime() argument
124 Log( logType, buf ); in LogTime()
133 LogTime( logType ); in LogBall()
139 Log( logType, buf ); in LogBall()
148 LogTime( logType ); in LogPlayer()
[all …]
/dports/irc/ergo/ergo-2.8.0/irc/logger/
H A Dlogger.go164 func (logger *Manager) Log(level Level, logType string, messageParts ...string) {
169 singleLogger.Log(level, logType, messageParts...)
174 func (logger *Manager) Debug(logType string, messageParts ...string) {
175 logger.Log(LogDebug, logType, messageParts...)
179 func (logger *Manager) Info(logType string, messageParts ...string) {
180 logger.Log(LogInfo, logType, messageParts...)
184 func (logger *Manager) Warning(logType string, messageParts ...string) {
185 logger.Log(LogWarning, logType, messageParts...)
189 func (logger *Manager) Error(logType string, messageParts ...string) {
190 logger.Log(LogError, logType, messageParts...)
[all …]
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SQLAdmin/
H A DTruncateLogContext.php21 public $logType; variable in Google_Service_SQLAdmin_TruncateLogContext
31 public function setLogType($logType) argument
33 $this->logType = $logType;
37 return $this->logType;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/SQLAdmin/
H A DTruncateLogContext.php21 public $logType; variable in Google_Service_SQLAdmin_TruncateLogContext
31 public function setLogType($logType) argument
33 $this->logType = $logType;
37 return $this->logType;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/DeploymentManager/
H A DAuditLogConfig.php22 public $logType; variable in Google_Service_DeploymentManager_AuditLogConfig
32 public function setLogType($logType) argument
34 $this->logType = $logType;
38 return $this->logType;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/CloudKMS/
H A DAuditLogConfig.php22 public $logType; variable in Google_Service_CloudKMS_AuditLogConfig
32 public function setLogType($logType) argument
34 $this->logType = $logType;
38 return $this->logType;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Compute/
H A DAuditLogConfig.php22 public $logType; variable in Google_Service_Compute_AuditLogConfig
32 public function setLogType($logType) argument
34 $this->logType = $logType;
38 return $this->logType;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/ContainerAnalysis/
H A DAuditLogConfig.php22 public $logType; variable in Google_Service_ContainerAnalysis_AuditLogConfig
32 public function setLogType($logType) argument
34 $this->logType = $logType;
38 return $this->logType;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/DataFusion/
H A DAuditLogConfig.php22 public $logType; variable in Google_Service_DataFusion_AuditLogConfig
32 public function setLogType($logType) argument
34 $this->logType = $logType;
38 return $this->logType;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/CloudPrivateCatalogProducer/
H A DGoogleIamV1AuditLogConfig.php22 public $logType; variable in Google_Service_CloudPrivateCatalogProducer_GoogleIamV1AuditLogConfig
32 public function setLogType($logType) argument
34 $this->logType = $logType;
38 return $this->logType;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/CloudSourceRepositories/
H A DAuditLogConfig.php22 public $logType; variable in Google_Service_CloudSourceRepositories_AuditLogConfig
32 public function setLogType($logType) argument
34 $this->logType = $logType;
38 return $this->logType;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Cloudbilling/
H A DAuditLogConfig.php22 public $logType; variable in Google_Service_Cloudbilling_AuditLogConfig
32 public function setLogType($logType) argument
34 $this->logType = $logType;
38 return $this->logType;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/CloudFunctions/
H A DAuditLogConfig.php22 public $logType; variable in Google_Service_CloudFunctions_AuditLogConfig
32 public function setLogType($logType) argument
34 $this->logType = $logType;
38 return $this->logType;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/CloudResourceManager/
H A DAuditLogConfig.php22 public $logType; variable in Google_Service_CloudResourceManager_AuditLogConfig
32 public function setLogType($logType) argument
34 $this->logType = $logType;
38 return $this->logType;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/CloudMachineLearningEngine/
H A DGoogleIamV1AuditLogConfig.php22 public $logType; variable in Google_Service_CloudMachineLearningEngine_GoogleIamV1AuditLogConfig
32 public function setLogType($logType) argument
34 $this->logType = $logType;
38 return $this->logType;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Iam/
H A DAuditLogConfig.php22 public $logType; variable in Google_Service_Iam_AuditLogConfig
32 public function setLogType($logType) argument
34 $this->logType = $logType;
38 return $this->logType;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/SecurityCommandCenter/
H A DAuditLogConfig.php22 public $logType; variable in Google_Service_SecurityCommandCenter_AuditLogConfig
32 public function setLogType($logType) argument
34 $this->logType = $logType;
38 return $this->logType;
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/ServiceManagement/
H A DAuditLogConfig.php22 public $logType; variable in Google_Service_ServiceManagement_AuditLogConfig
32 public function setLogType($logType) argument
34 $this->logType = $logType;
38 return $this->logType;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/SecretManager/
H A DAuditLogConfig.php22 public $logType; variable in Google_Service_SecretManager_AuditLogConfig
32 public function setLogType($logType) argument
34 $this->logType = $logType;
38 return $this->logType;
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/ServiceManagement/
H A DAuditLogConfig.php22 public $logType; variable in Google_Service_ServiceManagement_AuditLogConfig
32 public function setLogType($logType) argument
34 $this->logType = $logType;
38 return $this->logType;

12345678910>>...22