Home
last modified time | relevance | path

Searched +refs:conf +refs:level (Results 1 – 25 of 27314) sorted by relevance

12345678910>>...1093

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/clients/cmd/fluent-bit/
H A Dout_grafana_loki.go60 level.Info(paramLogger).Log("URL", conf.clientConfig.URL)
61 level.Info(paramLogger).Log("TenantID", conf.clientConfig.TenantID)
63 level.Info(paramLogger).Log("BatchSize", conf.clientConfig.BatchSize)
68 level.Info(paramLogger).Log("Labels", conf.clientConfig.ExternalLabels)
69 level.Info(paramLogger).Log("LogLevel", conf.logLevel.String())
72 level.Info(paramLogger).Log("LabelKeys", fmt.Sprintf("%+v", conf.labelKeys))
73 level.Info(paramLogger).Log("LineFormat", conf.lineFormat)
74 level.Info(paramLogger).Log("DropSingleKey", conf.dropSingleKey)
76 level.Info(paramLogger).Log("Buffer", conf.bufferConfig.buffer)
77 level.Info(paramLogger).Log("BufferType", conf.bufferConfig.bufferType)
[all …]
/dports/net/ns3/ns-allinone-3.35/pybindgen-0.22.0/waf-tools/
H A Dcflags.py159 def configure(conf): argument
160 cc = conf.env['COMPILER_CC'] or None
161 cxx = conf.env['COMPILER_CXX'] or None
182 if cc and not conf.env['CCFLAGS']:
183 conf.env.append_value('CCFLAGS', optimizations)
184 conf.env.append_value('CCFLAGS', debug)
185 conf.env.append_value('CCFLAGS', warnings)
186 conf.env.append_value('CCDEFINES', debug_defs)
187 if cxx and not conf.env['CXXFLAGS']:
189 conf.env.append_value('CXXFLAGS', debug)
[all …]
/dports/net/ns3/ns-allinone-3.35/ns-3.35/waf-tools/
H A Dcflags.py165 def configure(conf): argument
166 cc = conf.env['COMPILER_CC'] or None
167 cxx = conf.env['COMPILER_CXX'] or None
194 if cc and not conf.env['CCFLAGS']:
195 conf.env.append_value('CCFLAGS', optimizations)
196 conf.env.append_value('CCFLAGS', debug)
197 conf.env.append_value('CCFLAGS', warnings)
198 conf.env.append_value('CCDEFINES', debug_defs)
199 if cxx and not conf.env['CXXFLAGS']:
201 conf.env.append_value('CXXFLAGS', debug)
[all …]
/dports/security/py-ssh-audit/ssh-audit-2.5.0/test/
H A Dtest_auditconf.py37 assert conf.level == options['level']
68 conf.ipv4 = True
74 conf.ipv6 = True
100 for level in ['info', 'warn', 'fail']:
101 conf.level = level
102 assert conf.level == level
103 for level in ['head', 'good', 'unknown', None]:
105 conf.level = level
172 self._test_conf(conf, host='localhost', level='info')
174 self._test_conf(conf, host='localhost', level='warn')
[all …]
/dports/dns/drool/drool-1.1.0/src/
H A Dconf.c838 level = LOG_LEVEL_DEBUG; in parse_log()
840 level = LOG_LEVEL_INFO; in parse_log()
846 level = LOG_LEVEL_ERROR; in parse_log()
857 if (log_enable(conf_log_rw(conf), LOG_FACILITY_CORE, level) in parse_log()
858 || log_enable(conf_log_rw(conf), LOG_FACILITY_NETWORK, level)) { in parse_log()
863 if (log_enable(conf_log_rw(conf), facility, level)) { in parse_log()
906 level = LOG_LEVEL_DEBUG; in parse_nolog()
908 level = LOG_LEVEL_INFO; in parse_nolog()
925 if (log_disable(conf_log_rw(conf), LOG_FACILITY_CORE, level) in parse_nolog()
926 || log_disable(conf_log_rw(conf), LOG_FACILITY_NETWORK, level)) { in parse_nolog()
[all …]
/dports/devel/pear-Horde_Core/Horde_Core-2.31.14/lib/Horde/Core/Factory/
H A DActiveSyncServer.php10 global $conf;
12 if (empty($conf['activesync']['logging']['level'])) {
13 $level = Horde_ActiveSync_Wbxml::LOG_PROTOCOL;
15 $level = $conf['activesync']['logging']['level'];
20 new Horde_ActiveSync_Wbxml_Decoder(fopen('php://input', 'r'), $level),
21 new Horde_ActiveSync_Wbxml_Encoder(fopen('php://output', 'w+'), $level),
29 … $level = ($conf['activesync']['logging']['level'] == Horde_ActiveSync_Wbxml::LOG_PROTOCOL)
33 $level = null;
37 'type' => $conf['activesync']['logging']['type'],
39 'level' => $level))
[all …]
/dports/games/retroarch/RetroArch-1.9.7/deps/mbedtls/
H A Ddebug.c62 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, idstr ); in debug_send_line()
64 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, str ); in debug_send_line()
78 if( NULL == ssl->conf ) in mbedtls_debug_print_msg()
80 if( NULL == ssl->conf->f_dbg ) in mbedtls_debug_print_msg()
82 if( level > debug_threshold ) in mbedtls_debug_print_msg()
117 if( ssl->conf == NULL || ssl->conf->f_dbg == NULL || level > debug_threshold ) in mbedtls_debug_print_ret()
142 if( ssl->conf == NULL || ssl->conf->f_dbg == NULL || level > debug_threshold ) in mbedtls_debug_print_buf()
195 if( ssl->conf == NULL || ssl->conf->f_dbg == NULL || level > debug_threshold ) in mbedtls_debug_print_ecp()
215 if( ssl->conf == NULL || ssl->conf->f_dbg == NULL || X == NULL || level > debug_threshold ) in mbedtls_debug_print_mpi()
283 debug_send_line( ssl, level, file, line, in debug_print_pk()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapreduce/lib/partition/
H A DTotalOrderPartitioner.java61 Configuration conf; field in TotalOrderPartitioner
79 this.conf = conf; in setConf()
121 return conf; in getConf()
164 private final int level; field in TotalOrderPartitioner.TrieNode
165 TrieNode(int level) { in TrieNode() argument
166 this.level = level; in TrieNode()
169 return level; in getLevel()
199 super(level); in InnerTrieNode()
249 super(level); in LeafTrieNode()
264 super(level); in UnsplitTrieNode()
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/lib/partition/
H A DTotalOrderPartitioner.java61 Configuration conf; field in TotalOrderPartitioner
79 this.conf = conf; in setConf()
121 return conf; in getConf()
164 private final int level; field in TotalOrderPartitioner.TrieNode
165 TrieNode(int level) { in TrieNode() argument
166 this.level = level; in TrieNode()
169 return level; in getLevel()
199 super(level); in InnerTrieNode()
249 super(level); in LeafTrieNode()
264 super(level); in UnsplitTrieNode()
[all …]
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/mbedtls-2.27.0/library/
H A Ddebug.c71 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, idstr ); in debug_send_line()
73 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, str ); in debug_send_line()
87 NULL == ssl->conf || in mbedtls_debug_print_msg()
88 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_msg()
114 NULL == ssl->conf || in mbedtls_debug_print_ret()
115 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_ret()
144 NULL == ssl->conf || in mbedtls_debug_print_buf()
145 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_buf()
202 NULL == ssl->conf || in mbedtls_debug_print_ecp()
203 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_ecp()
[all …]
/dports/www/p5-Dancer-Logger-Log4perl/Dancer-Logger-Log4perl-0.9.0/lib/Dancer/Logger/
H A DLog4perl.pm30 my $conf = Dancer::Config::setting('log4perl');
39 if ( ! $conf->{no_init} ) {
40 if ( $conf->{tiny} ) {
43 if ( exists $conf->{$accessor} ) {
49 exists $conf->{config_file} ? $conf->{config_file}
50 : exists $conf->{config} ? \$conf->{config}
60 my ($self, $level, $message) = @_;
62 $level = 'warn' if $level eq 'warning';
63 $level = 'trace' if $level eq 'core';
64 my $format_level = $level;
[all …]
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/mbedtls/library/
H A Ddebug.c77 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, idstr ); in debug_send_line()
79 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, str ); in debug_send_line()
91 if( NULL == ssl || NULL == ssl->conf || NULL == ssl->conf->f_dbg || level > debug_threshold ) in mbedtls_debug_print_msg()
117 debug_send_line( ssl, level, file, line, str ); in mbedtls_debug_print_msg()
126 if( ssl->conf == NULL || ssl->conf->f_dbg == NULL || level > debug_threshold ) in mbedtls_debug_print_ret()
140 debug_send_line( ssl, level, file, line, str ); in mbedtls_debug_print_ret()
151 if( ssl->conf == NULL || ssl->conf->f_dbg == NULL || level > debug_threshold ) in mbedtls_debug_print_buf()
204 if( ssl->conf == NULL || ssl->conf->f_dbg == NULL || level > debug_threshold ) in mbedtls_debug_print_ecp()
224 if( ssl->conf == NULL || ssl->conf->f_dbg == NULL || X == NULL || level > debug_threshold ) in mbedtls_debug_print_mpi()
292 debug_send_line( ssl, level, file, line, in debug_print_pk()
[all …]
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/mbedtls/library/
H A Ddebug.c74 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, idstr ); in debug_send_line()
76 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, str ); in debug_send_line()
88 if( ssl->conf == NULL || ssl->conf->f_dbg == NULL || level > debug_threshold ) in mbedtls_debug_print_msg()
114 debug_send_line( ssl, level, file, line, str ); in mbedtls_debug_print_msg()
123 if( ssl->conf == NULL || ssl->conf->f_dbg == NULL || level > debug_threshold ) in mbedtls_debug_print_ret()
137 debug_send_line( ssl, level, file, line, str ); in mbedtls_debug_print_ret()
148 if( ssl->conf == NULL || ssl->conf->f_dbg == NULL || level > debug_threshold ) in mbedtls_debug_print_buf()
201 if( ssl->conf == NULL || ssl->conf->f_dbg == NULL || level > debug_threshold ) in mbedtls_debug_print_ecp()
221 if( ssl->conf == NULL || ssl->conf->f_dbg == NULL || X == NULL || level > debug_threshold ) in mbedtls_debug_print_mpi()
289 debug_send_line( ssl, level, file, line, in debug_print_pk()
[all …]
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/connect/mbedtls/
H A Ddebug.c100 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, idstr ); in debug_send_line()
102 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, str ); in debug_send_line()
115 NULL == ssl->conf || in mbedtls_debug_print_msg()
116 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_msg()
155 NULL == ssl->conf || in mbedtls_debug_print_ret()
156 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_ret()
185 NULL == ssl->conf || in mbedtls_debug_print_buf()
186 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_buf()
243 NULL == ssl->conf || in mbedtls_debug_print_ecp()
244 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_ecp()
[all …]
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/connect/mbedtls/
H A Ddebug.c100 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, idstr ); in debug_send_line()
102 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, str ); in debug_send_line()
115 NULL == ssl->conf || in mbedtls_debug_print_msg()
116 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_msg()
155 NULL == ssl->conf || in mbedtls_debug_print_ret()
156 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_ret()
185 NULL == ssl->conf || in mbedtls_debug_print_buf()
186 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_buf()
243 NULL == ssl->conf || in mbedtls_debug_print_ecp()
244 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_ecp()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/labkit/log/
H A Dlogger_options.go13 level logrus.Level member
26 conf := loggerConfig{
28 level: logrus.InfoLevel,
34 v(&conf)
37 return &conf
66 func WithLogLevel(level string) LoggerOption {
68 logrusLevel, err := logrus.ParseLevel(level)
72 conf.level = logrusLevel
87 conf.writer = nil
96 conf.writer = writer
[all …]
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/labkit/log/
H A Dlogger_options.go13 level logrus.Level member
26 conf := loggerConfig{
28 level: logrus.InfoLevel,
34 v(&conf)
37 return &conf
66 func WithLogLevel(level string) LoggerOption {
68 logrusLevel, err := logrus.ParseLevel(level)
72 conf.level = logrusLevel
87 conf.writer = nil
96 conf.writer = writer
[all …]
/dports/multimedia/librist/librist-5c1f4a06ab46e16e6bba42fe7381d8353020a1fd/contrib/mbedtls/library/
H A Ddebug.c71 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, idstr ); in debug_send_line()
73 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, str ); in debug_send_line()
87 NULL == ssl->conf || in mbedtls_debug_print_msg()
88 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_msg()
114 NULL == ssl->conf || in mbedtls_debug_print_ret()
115 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_ret()
144 NULL == ssl->conf || in mbedtls_debug_print_buf()
145 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_buf()
202 NULL == ssl->conf || in mbedtls_debug_print_ecp()
203 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_ecp()
[all …]
/dports/security/mbedtls/mbedtls-mbedtls-2.16.12/library/
H A Ddebug.c100 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, idstr ); in debug_send_line()
102 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, str ); in debug_send_line()
115 NULL == ssl->conf || in mbedtls_debug_print_msg()
116 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_msg()
155 NULL == ssl->conf || in mbedtls_debug_print_ret()
156 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_ret()
185 NULL == ssl->conf || in mbedtls_debug_print_buf()
186 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_buf()
243 NULL == ssl->conf || in mbedtls_debug_print_ecp()
244 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_ecp()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/mbedtls/library/
H A Ddebug.c100 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, idstr ); in debug_send_line()
102 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, str ); in debug_send_line()
115 NULL == ssl->conf || in mbedtls_debug_print_msg()
116 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_msg()
155 NULL == ssl->conf || in mbedtls_debug_print_ret()
156 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_ret()
185 NULL == ssl->conf || in mbedtls_debug_print_buf()
186 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_buf()
243 NULL == ssl->conf || in mbedtls_debug_print_ecp()
244 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_ecp()
[all …]
/dports/comms/fldigi/fldigi-4.1.20/src/mbedtls/
H A Ddebug.c77 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, idstr ); in debug_send_line()
79 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, str ); in debug_send_line()
91 if( NULL == ssl || NULL == ssl->conf || NULL == ssl->conf->f_dbg || level > debug_threshold ) in mbedtls_debug_print_msg()
117 debug_send_line( ssl, level, file, line, str ); in mbedtls_debug_print_msg()
126 if( ssl->conf == NULL || ssl->conf->f_dbg == NULL || level > debug_threshold ) in mbedtls_debug_print_ret()
140 debug_send_line( ssl, level, file, line, str ); in mbedtls_debug_print_ret()
151 if( ssl->conf == NULL || ssl->conf->f_dbg == NULL || level > debug_threshold ) in mbedtls_debug_print_buf()
204 if( ssl->conf == NULL || ssl->conf->f_dbg == NULL || level > debug_threshold ) in mbedtls_debug_print_ecp()
224 if( ssl->conf == NULL || ssl->conf->f_dbg == NULL || X == NULL || level > debug_threshold ) in mbedtls_debug_print_mpi()
292 debug_send_line( ssl, level, file, line, in debug_print_pk()
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/mbedtls/library/
H A Ddebug.c75 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, idstr ); in debug_send_line()
77 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, str ); in debug_send_line()
89 if( NULL == ssl || NULL == ssl->conf || NULL == ssl->conf->f_dbg || level > debug_threshold ) in mbedtls_debug_print_msg()
115 debug_send_line( ssl, level, file, line, str ); in mbedtls_debug_print_msg()
124 if( ssl->conf == NULL || ssl->conf->f_dbg == NULL || level > debug_threshold ) in mbedtls_debug_print_ret()
138 debug_send_line( ssl, level, file, line, str ); in mbedtls_debug_print_ret()
149 if( ssl->conf == NULL || ssl->conf->f_dbg == NULL || level > debug_threshold ) in mbedtls_debug_print_buf()
202 if( ssl->conf == NULL || ssl->conf->f_dbg == NULL || level > debug_threshold ) in mbedtls_debug_print_ecp()
222 if( ssl->conf == NULL || ssl->conf->f_dbg == NULL || X == NULL || level > debug_threshold ) in mbedtls_debug_print_mpi()
290 debug_send_line( ssl, level, file, line, in debug_print_pk()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/mbedtls/library/
H A Ddebug.c100 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, idstr ); in debug_send_line()
102 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, str ); in debug_send_line()
115 NULL == ssl->conf || in mbedtls_debug_print_msg()
116 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_msg()
155 NULL == ssl->conf || in mbedtls_debug_print_ret()
156 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_ret()
185 NULL == ssl->conf || in mbedtls_debug_print_buf()
186 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_buf()
243 NULL == ssl->conf || in mbedtls_debug_print_ecp()
244 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_ecp()
[all …]
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/mbedtls/library/
H A Ddebug.c71 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, idstr ); in debug_send_line()
73 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, str ); in debug_send_line()
86 NULL == ssl->conf || in mbedtls_debug_print_msg()
87 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_msg()
113 NULL == ssl->conf || in mbedtls_debug_print_ret()
114 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_ret()
143 NULL == ssl->conf || in mbedtls_debug_print_buf()
144 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_buf()
201 NULL == ssl->conf || in mbedtls_debug_print_ecp()
202 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_ecp()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/skiboot/libstb/crypto/mbedtls/library/
H A Ddebug.c75 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, idstr ); in debug_send_line()
77 ssl->conf->f_dbg( ssl->conf->p_dbg, level, file, line, str ); in debug_send_line()
90 NULL == ssl->conf || in mbedtls_debug_print_msg()
91 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_msg()
130 NULL == ssl->conf || in mbedtls_debug_print_ret()
131 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_ret()
160 NULL == ssl->conf || in mbedtls_debug_print_buf()
161 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_buf()
218 NULL == ssl->conf || in mbedtls_debug_print_ecp()
219 NULL == ssl->conf->f_dbg || in mbedtls_debug_print_ecp()
[all …]

12345678910>>...1093