Home
last modified time | relevance | path

Searched refs:Levels (Results 1 – 25 of 5400) sorted by relevance

12345678910>>...216

/dports/irc/smuxi/smuxi-1.1/lib/ServiceStack/src/ServiceStack.Interfaces/Logging/Support/Logging/
H A DTestLogger.cs25 public enum Levels { enum in ServiceStack.Logging.Support.Logging.TestLogger
33 …static private List<KeyValuePair<Levels, string>> _logs = new List<KeyValuePair<Levels, string>>();
75 Log(Levels.DEBUG, message, exception); in Debug()
79 Log(Levels.DEBUG, message); in Debug()
91 Log(Levels.ERROR, message); in Error()
103 Log(Levels.FATAL, message); in Fatal()
111 Log(Levels.INFO, message, exception); in Info()
115 Log(Levels.INFO, message); in Info()
119 LogFormat(Levels.INFO, format, args); in InfoFormat()
123 Log(Levels.WARN, message, exception); in Warn()
[all …]
/dports/biology/pbseqan/seqan-21d95d737d8decb5cc3693b9065d81e831e7f57d/include/seqan/index/
H A Dindex_fm_rank_dictionary_levels.h105 struct Levels {}; struct
132 struct RankDictionaryWordSize_<TValue, Levels<TSpec, TConfig> > :
146 struct RankDictionaryBitsPerBlock_<TValue, Levels<TSpec, TConfig> > :
159 struct RankDictionaryBlock_<TValue, Levels<TSpec, TConfig> >
168 struct RankDictionaryBlock_<bool, Levels<TSpec, TConfig> >
180 struct RankDictionaryValues_<TValue, Levels<TSpec, TConfig> >
194 struct Fibre<RankDictionary<TValue, Levels<TSpec, TConfig> >, FibreRanks>
211 template <typename TValue, typename TSpec = Levels<> >
219 struct RankDictionaryEntry_<TValue, Levels<TSpec, TConfig> >
252 struct RankDictionary<TValue, Levels<TSpec, TConfig> >
[all …]
/dports/net-mgmt/bind_exporter/bind_exporter-0.4.0/vendor/github.com/go-kit/kit/log/deprecated_levels/
H A Dlevels.go9 type Levels struct { struct
36 l := Levels{
53 func (l Levels) With(keyvals ...interface{}) Levels { argument
54 return Levels{
66 func (l Levels) Debug() log.Logger { argument
71 func (l Levels) Info() log.Logger { argument
76 func (l Levels) Warn() log.Logger { argument
81 func (l Levels) Error() log.Logger { argument
86 func (l Levels) Crit() log.Logger { argument
91 type Option func(*Levels)
[all …]
/dports/databases/prometheus-postgresql-adapter/prometheus-postgresql-adapter-0.6.0/vendor/github.com/go-kit/kit/log/deprecated_levels/
H A Dlevels.go9 type Levels struct { struct
36 l := Levels{
53 func (l Levels) With(keyvals ...interface{}) Levels { argument
54 return Levels{
66 func (l Levels) Debug() log.Logger { argument
71 func (l Levels) Info() log.Logger { argument
76 func (l Levels) Warn() log.Logger { argument
81 func (l Levels) Error() log.Logger { argument
86 func (l Levels) Crit() log.Logger { argument
91 type Option func(*Levels)
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-kit/kit/log/deprecated_levels/
H A Dlevels.go9 type Levels struct { struct
36 l := Levels{
53 func (l Levels) With(keyvals ...interface{}) Levels { argument
54 return Levels{
66 func (l Levels) Debug() log.Logger { argument
71 func (l Levels) Info() log.Logger { argument
76 func (l Levels) Warn() log.Logger { argument
81 func (l Levels) Error() log.Logger { argument
86 func (l Levels) Crit() log.Logger { argument
91 type Option func(*Levels)
[all …]
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/go-kit/kit/log/deprecated_levels/
H A Dlevels.go9 type Levels struct { struct
36 l := Levels{
53 func (l Levels) With(keyvals ...interface{}) Levels { argument
54 return Levels{
66 func (l Levels) Debug() log.Logger { argument
71 func (l Levels) Info() log.Logger { argument
76 func (l Levels) Warn() log.Logger { argument
81 func (l Levels) Error() log.Logger { argument
86 func (l Levels) Crit() log.Logger { argument
91 type Option func(*Levels)
[all …]
/dports/net-mgmt/thanos/thanos-0.11.0/vendor/github.com/go-kit/kit/log/deprecated_levels/
H A Dlevels.go9 type Levels struct { struct
36 l := Levels{
53 func (l Levels) With(keyvals ...interface{}) Levels { argument
54 return Levels{
66 func (l Levels) Debug() log.Logger { argument
71 func (l Levels) Info() log.Logger { argument
76 func (l Levels) Warn() log.Logger { argument
81 func (l Levels) Error() log.Logger { argument
86 func (l Levels) Crit() log.Logger { argument
91 type Option func(*Levels)
[all …]
/dports/sysutils/snmp_exporter/snmp_exporter-0.20.0/vendor/github.com/go-kit/kit/log/deprecated_levels/
H A Dlevels.go9 type Levels struct { struct
36 l := Levels{
53 func (l Levels) With(keyvals ...interface{}) Levels { argument
54 return Levels{
66 func (l Levels) Debug() log.Logger { argument
71 func (l Levels) Info() log.Logger { argument
76 func (l Levels) Warn() log.Logger { argument
81 func (l Levels) Error() log.Logger { argument
86 func (l Levels) Crit() log.Logger { argument
91 type Option func(*Levels)
[all …]
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-kit/kit/log/deprecated_levels/
H A Dlevels.go9 type Levels struct { struct
36 l := Levels{
53 func (l Levels) With(keyvals ...interface{}) Levels { argument
54 return Levels{
66 func (l Levels) Debug() log.Logger { argument
71 func (l Levels) Info() log.Logger { argument
76 func (l Levels) Warn() log.Logger { argument
81 func (l Levels) Error() log.Logger { argument
86 func (l Levels) Crit() log.Logger { argument
91 type Option func(*Levels)
[all …]
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/go-kit/kit/log/deprecated_levels/
H A Dlevels.go9 type Levels struct { struct
36 l := Levels{
53 func (l Levels) With(keyvals ...interface{}) Levels { argument
54 return Levels{
66 func (l Levels) Debug() log.Logger { argument
71 func (l Levels) Info() log.Logger { argument
76 func (l Levels) Warn() log.Logger { argument
81 func (l Levels) Error() log.Logger { argument
86 func (l Levels) Crit() log.Logger { argument
91 type Option func(*Levels)
[all …]
/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/
H A DLUCommon.py121 lvls = { "FIGHTER" : Levels[0] , "MAGE": Levels[1], "THIEF": Levels [2] }
149 Levels = [Levels[1], Levels[0], Levels[2]]
160 if Levels[c] > 0:
172 Levels = IDLUCommon.Levels
173 Levels = [ GemRB.GetPlayerStat (pc, l)+offset for l in Levels ]
175 Levels = []
180 return Levels, -1, -1
198 Levels = [Levels[1], Levels[0], Levels[2]]
244 Levels[i] = MaxLevel
369 if (Levels[0]<=Levels[1]):
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom/defs/hacx/
H A Dlights.ded70 Levels { 240 210 };
77 Levels { 240 210 };
89 Levels { 80 190 };
97 Levels { 80 190 };
105 Levels { 80 190 };
113 Levels { 80 190 };
124 Levels { 240 210 };
135 Levels { 240 210 };
146 Levels { 240 210 };
153 Levels { 240 210 };
[all …]
/dports/biology/seqan/seqan-library-2.4.0/include/seqan/index/
H A Dindex_fm_rank_dictionary_levels.h167 struct Levels {}; struct
197 struct RankDictionaryBlockSize_<TValue, Levels<TSpec, TConfig> >
246 struct RankDictionaryValues_<TValue, Levels<TSpec, TConfig> >
302 struct RankDictionaryBlock_<TValue, Levels<TSpec, TConfig> >
309 struct RankDictionaryBlock_<bool, Levels<TSpec, TConfig> >
326 struct RankDictionarySuperBlock_<bool, Levels<TSpec, TConfig> >
343 struct RankDictionaryUltraBlock_<bool, Levels<TSpec, TConfig> >
390 template <typename TValue, typename TSpec = Levels<> >
398 struct RankDictionaryEntry_<TValue, Levels<TSpec, TConfig> >
478 struct RankDictionary<TValue, Levels<TSpec, TConfig> >
[all …]
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/include/seqan/index/
H A Dindex_fm_rank_dictionary_levels.h167 struct Levels {}; struct
197 struct RankDictionaryBlockSize_<TValue, Levels<TSpec, TConfig> >
246 struct RankDictionaryValues_<TValue, Levels<TSpec, TConfig> >
302 struct RankDictionaryBlock_<TValue, Levels<TSpec, TConfig> >
309 struct RankDictionaryBlock_<bool, Levels<TSpec, TConfig> >
326 struct RankDictionarySuperBlock_<bool, Levels<TSpec, TConfig> >
343 struct RankDictionaryUltraBlock_<bool, Levels<TSpec, TConfig> >
390 template <typename TValue, typename TSpec = Levels<> >
398 struct RankDictionaryEntry_<TValue, Levels<TSpec, TConfig> >
478 struct RankDictionary<TValue, Levels<TSpec, TConfig> >
[all …]
/dports/games/pcgen/pcgen/data/modern/wizards_of_the_coast/msrd/future/future_cybernetics/
H A Dfuturecybernetics_implants.lst9 …ybernetics ABILITY:Special Ability|AUTOMATIC|CyborgRestrictions|Negative Levels BONUS:VAR|ImplantT…
10 …ybernetics ABILITY:Special Ability|AUTOMATIC|CyborgRestrictions|Negative Levels BONUS:VAR|ImplantT…
11 …ybernetics ABILITY:Special Ability|AUTOMATIC|CyborgRestrictions|Negative Levels BONUS:VAR|ImplantT…
12 …ybernetics ABILITY:Special Ability|AUTOMATIC|CyborgRestrictions|Negative Levels BONUS:VAR|ImplantT…
13 …ybernetics ABILITY:Special Ability|AUTOMATIC|CyborgRestrictions|Negative Levels BONUS:VAR|ImplantT…
14 …ybernetics ABILITY:Special Ability|AUTOMATIC|CyborgRestrictions|Negative Levels BONUS:VAR|ImplantT…
15 … SOURCEPAGE:FutureCybernetics ABILITY:Special Ability|AUTOMATIC|CyborgRestrictions|Negative Levels
16 … SOURCEPAGE:FutureCybernetics ABILITY:Special Ability|AUTOMATIC|CyborgRestrictions|Negative Levels
17 … SOURCEPAGE:FutureCybernetics ABILITY:Special Ability|AUTOMATIC|CyborgRestrictions|Negative Levels
28 …ybernetics ABILITY:Special Ability|AUTOMATIC|CyborgRestrictions|Negative Levels
[all …]
/dports/graphics/pinta/pinta-1.7.1/Pinta.Effects/Dialogs/
H A DEffects.LevelsDialog.cs113 private UnaryPixelOps.Level Levels { property in Pinta.Effects.LevelsDialog
118 return EffectData.Levels;
125 EffectData.Levels = value;
318 Levels.SetGamma (c, factor * Levels.GetGamma (c)); in UpdateGammaByMask()
348 Levels.ColorOutHigh = UpdateByMask (Levels.ColorOutHigh, (byte)spinOutHigh.Value); in UpdateLevels()
349 Levels.ColorOutLow = UpdateByMask (Levels.ColorOutLow, (byte)spinOutLow.Value); in UpdateLevels()
352 Levels.ColorInHigh = UpdateByMask (Levels.ColorInHigh, (byte)spinInHigh.Value); in UpdateLevels()
353 Levels.ColorInLow = UpdateByMask (Levels.ColorInLow, (byte)spinInLow.Value); in UpdateLevels()
495 Levels.ColorInLow = col; in HandleColorPanelButtonPressEvent()
497 Levels.ColorInHigh = col; in HandleColorPanelButtonPressEvent()
[all …]
/dports/www/erlang-cowboy/cowboy-1.1.2/test/
H A Dcowboy_error_h.erl132 count_args("]" ++ Tail, N, Levels) ->
133 count_args(Tail, N, Levels - 1);
134 count_args("[" ++ Tail, N, Levels) ->
135 count_args(Tail, N, Levels + 1);
136 count_args("}" ++ Tail, N, Levels) ->
137 count_args(Tail, N, Levels - 1);
139 count_args(Tail, N, Levels + 1);
141 count_args(Tail, N + 1, Levels);
143 count_args(Tail, N, Levels);
144 count_args([_|Tail], N, Levels) ->
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/tools/security/
H A Dcaspol.cs116 pl = (PolicyLevel)Levels [Levels.Count - 1]; in Policies()
120 if (Levels.Count > 1) in Policies()
901 Levels.Clear (); in ProcessInstruction()
904 Levels.Add (User); in ProcessInstruction()
909 Levels.Clear (); in ProcessInstruction()
917 Levels.Clear (); in ProcessInstruction()
923 Levels.Clear (); in ProcessInstruction()
929 Levels.Clear (); in ProcessInstruction()
935 Levels.Clear (); in ProcessInstruction()
936 Levels.Add (User); in ProcessInstruction()
[all …]
/dports/graphics/nanort/nanort-b1feea8/examples/common/glm/test/external/gli/core/
H A Dmake_texture.inl3 inline gli::texture make_texture1d(format Format, extent1d const& Extent, size_t Levels) argument
5 return gli::texture(TARGET_1D, Format, texture::extent_type(Extent.x, 1, 1), 1, 1, Levels);
15 …urn gli::texture(TARGET_1D_ARRAY, Format, texture::extent_type(Extent.x, 1, 1), Layers, 1, Levels);
23 inline gli::texture make_texture2d(format Format, extent2d const& Extent, size_t Levels) argument
25 return gli::texture(TARGET_2D, Format, texture::extent_type(Extent, 1), 1, 1, Levels);
35 return gli::texture(TARGET_2D_ARRAY, Format, texture::extent_type(Extent, 1), Layer, 1, Levels);
43 inline gli::texture make_texture3d(format Format, extent3d const& Extent, size_t Levels) argument
45 return gli::texture(TARGET_3D, Format, texture::extent_type(Extent), 1, 1, Levels);
53 inline gli::texture make_texture_cube(format Format, extent2d const& Extent, size_t Levels) argument
55 return gli::texture(TARGET_CUBE, Format, texture::extent_type(Extent, 1), 1, 6, Levels);
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/apps/plugins/doom/defs/doom1/
H A Dlights.ded82 Levels { 80 190 };
102 Levels { 160 220 };
112 Levels { 140 230 };
145 Levels { 230 220 };
152 Levels { 230 220 };
159 Levels { 230 220 };
170 Levels { 230 220 };
177 Levels { 230 220 };
184 Levels { 230 220 };
195 Levels { 220 200 };
[all …]
/dports/math/vtk9/VTK-9.1.0/Filters/Extraction/
H A DvtkExtractLevel.cxx37 this->Levels = new vtkExtractLevel::vtkSet(); in vtkExtractLevel()
43 delete this->Levels; in ~vtkExtractLevel()
49 this->Levels->insert(level); in AddLevel()
56 this->Levels->erase(level); in RemoveLevel()
63 this->Levels->clear(); in RemoveAllLevels()
110 for (vtkExtractLevel::vtkSet::iterator iter = this->Levels->begin(); in RequestUpdateExtent()
111 iter != this->Levels->end(); ++iter) in RequestUpdateExtent()
154 for (iter = this->Levels->begin(); iter != this->Levels->end(); ++iter) in RequestData()
164 iter = this->Levels->begin(); in RequestData()
166 for (; iter != this->Levels->end(); ++iter) in RequestData()
/dports/math/vtk8/VTK-8.2.0/Filters/Extraction/
H A DvtkExtractLevel.cxx37 this->Levels = new vtkExtractLevel::vtkSet(); in vtkExtractLevel()
43 delete this->Levels; in ~vtkExtractLevel()
49 this->Levels->insert(level); in AddLevel()
56 this->Levels->erase(level); in RemoveLevel()
63 this->Levels->clear(); in RemoveAllLevels()
111 …for(vtkExtractLevel::vtkSet::iterator iter =this->Levels->begin(); iter!= this->Levels->end(); ++i… in RequestUpdateExtent()
156 for( iter =this->Levels->begin(); iter != this->Levels->end(); ++iter ) in RequestData()
166 iter = this->Levels->begin(); in RequestData()
168 for( ;iter != this->Levels->end(); ++iter ) in RequestData()
/dports/math/vtk6/VTK-6.2.0/Filters/Extraction/
H A DvtkExtractLevel.cxx37 this->Levels = new vtkExtractLevel::vtkSet(); in vtkExtractLevel()
43 delete this->Levels; in ~vtkExtractLevel()
49 this->Levels->insert(level); in AddLevel()
56 this->Levels->erase(level); in RemoveLevel()
63 this->Levels->clear(); in RemoveAllLevels()
111 …for(vtkExtractLevel::vtkSet::iterator iter =this->Levels->begin(); iter!= this->Levels->end(); ++i… in RequestUpdateExtent()
156 for( iter =this->Levels->begin(); iter != this->Levels->end(); ++iter ) in RequestData()
166 iter = this->Levels->begin(); in RequestData()
168 for( ;iter != this->Levels->end(); ++iter ) in RequestData()
/dports/devel/upp/upp/bazaar/SystemLog/
H A DSystemLog.cpp11 int SystemLog::platform(Levels level) in platform()
13 dword SystemLog::platform(Levels level) in platform()
177 SystemLog &SystemLog::EnableLevels(byte Levels) in EnableLevels() argument
182 FEnabledLevels |= Levels; in EnableLevels()
190 SystemLog &SystemLog::DisableLevels(byte Levels) in DisableLevels() argument
195 FEnabledLevels &= ~Levels; in DisableLevels()
203 SystemLog &SystemLog::SetLevels(byte Levels) in SetLevels() argument
208 FEnabledLevels = Levels; in SetLevels()
216 String SystemLog::LevelName(Levels level) in LevelName()
244 SystemLog &SystemLog::SetLevel(Levels level) in SetLevel()
[all …]
H A DSystemLog.h22 enum Levels enum
55 Levels FLastLevel;
59 int platform(Levels level);
61 dword platform(Levels level);
104 SystemLog &EnableLevels(byte Levels);
107 SystemLog &DisableLevels(byte Levels);
110 SystemLog &SetLevels(byte Levels);
113 String LevelName(Levels level);
116 SystemLog &SetLevel(Levels level);
117 SystemLog &operator()(Levels level);
[all …]

12345678910>>...216