Home
last modified time | relevance | path

Searched refs:level_s (Results 1 – 24 of 24) sorted by relevance

/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/input/
H A Dtest.fc97 (user:role:type,level_s,)
98 (user:role:type,level_s,level_c)
100 (user:role:type:level_s:level_c,other,other)
103 us er:role:type:level_s:level_c
104 user:ro le:type:level_s:level_c
105 user:role:ty pe:level_s:level_c
107 user:role:type:level_s:lev el_c
109 (u ser:role:type,level_s,level_c,other,other)
110 (user:ro le:type,level_s,level_c,other,other)
111 (user:role:ty pe,level_s,level_c,other,other)
[all …]
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/folding/
H A Dtest.fc.fold97 <beginfold id='1'>(</beginfold id='1'>user:role:type,level_s,<endfold id='1'>)</endfold id='1'>
98 <beginfold id='1'>(</beginfold id='1'>user:role:type,level_s,level_c<endfold id='1'>)</endfold id='…
100 <beginfold id='1'>(</beginfold id='1'>user:role:type:level_s:level_c,other,other<endfold id='1'>)</…
103 us er:role:type:level_s:level_c
104 user:ro le:type:level_s:level_c
105 user:role:ty pe:level_s:level_c
107 user:role:type:level_s:lev el_c
109 <beginfold id='1'>(</beginfold id='1'>u ser:role:type,level_s,level_c,other,other<endfold id='1'>)<…
110 <beginfold id='1'>(</beginfold id='1'>user:ro le:type,level_s,level_c,other,other<endfold id='1'>)<…
111 <beginfold id='1'>(</beginfold id='1'>user:role:ty pe,level_s,level_c,other,other<endfold id='1'>)<…
[all …]
/dports/editors/rehex/rehex-0.4.0/tests/
H A DConsoleBuffer.cpp72 std::string level_s; in ConsoleBufferTest() local
76 level_s = "DEBUG"; in ConsoleBufferTest()
80 level_s = "INFO"; in ConsoleBufferTest()
84 level_s = "ERROR"; in ConsoleBufferTest()
88 events.push_back("PRINT(" + level_s + ", '" + event.text + "')"); in ConsoleBufferTest()
/dports/science/siesta/siesta-4.1.5/Src/
H A Dm_pivot_methods.F901384 type(tLevelStructure), target :: level_s local
1426 depth = level_structure_depth(level_s)
1427 width = level_structure_width(level_s)
1491 ls => level_s
1500 call delete_level_structure(level_s)
2249 ls => level_s
2266 ls => level_s
2293 ls => level_s
2318 ls => level_s
2328 sub, level_s, start, &
[all …]
/dports/security/suricata/suricata-6.0.4/src/
H A Dalert-syslog.c113 const char *level_s = ConfNodeLookupChildValue(conf, "level"); in AlertSyslogInitCtx() local
114 if (level_s != NULL) { in AlertSyslogInitCtx()
115 int level = SCMapEnumNameToValue(level_s, SCSyslogGetLogLevelMap()); in AlertSyslogInitCtx()
H A Dutil-debug.c1389 const char *level_s; in SCLogLoadConfig() local
1416 level_s = ConfNodeLookupChildValue(output, "level"); in SCLogLoadConfig()
1417 if (level_s != NULL) { in SCLogLoadConfig()
1418 level = SCMapEnumNameToValue(level_s, sc_log_level_map); in SCLogLoadConfig()
1421 level_s); in SCLogLoadConfig()
H A Doutput-json.c1162 const char *level_s = ConfNodeLookupChildValue(conf, "level"); in OutputJsonInitCtx() local
1163 if (level_s != NULL) { in OutputJsonInitCtx()
1164 int level = SCMapEnumNameToValue(level_s, SCSyslogGetLogLevelMap()); in OutputJsonInitCtx()
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/autotests/reference/
H A Dtest.fc.ref97 …cement>type</Type Enforcement><Normal Text>,</Normal Text><MLS/MCS Level>level_s</MLS/MCS Level><N…
98 …cement>type</Type Enforcement><Normal Text>,</Normal Text><MLS/MCS Level>level_s</MLS/MCS Level><N…
101 …cement>type</Type Enforcement><Normal Text>:</Normal Text><MLS/MCS Level>level_s</MLS/MCS Level><N…
103 …cement>type</Type Enforcement><Normal Text>:</Normal Text><MLS/MCS Level>level_s</MLS/MCS Level><N…
104 …rmal Text><Role>type</Role><Normal Text>:</Normal Text><Type Enforcement>level_s</Type Enforcement…
105 …al Text> </Normal Text><User>pe</User><Normal Text>:</Normal Text><Role>level_s</Role><Normal Tex…
107 …cement>type</Type Enforcement><Normal Text>:</Normal Text><MLS/MCS Level>level_s</MLS/MCS Level><N…
110 <Normal Text>(user:ro le:type</Normal Text><Symbol>,</Symbol><Normal Text>level_s</Normal Text><Sym…
111 …Enforcement><Normal Text> pe</Normal Text><Symbol>,</Symbol><Normal Text>level_s</Normal Text><Sym…
115 …ment>type</Type Enforcement><Normal Text>, </Normal Text><MLS/MCS Level>level_s </MLS/MCS Level><…
[all …]
/dports/misc/amanda-client/amanda-3.3.9/common-src/
H A Damxml.h50 typedef struct level_s { struct
/dports/misc/amanda-server/amanda-3.3.9/common-src/
H A Damxml.h50 typedef struct level_s { struct
/dports/devel/simgear/simgear-2020.3.11/simgear/scene/util/
H A DSGImageUtils.cxx509 int level_s = input->s() >> i; in buildNearestNeighborMipmaps() local
511 int levelSizeBytes = level_s * level_t * pixelSizeBytes; in buildNearestNeighborMipmaps()
529 int level_s = input->s(); in buildNearestNeighborMipmaps() local
537 ImageUtils::resizeImage(input2.get(), level_s, level_t, temp, 0, false); in buildNearestNeighborMipmaps()
538 level_s >>= 1; in buildNearestNeighborMipmaps()
564 int level_s = primary->s() >> i; in createMipmapBlendedImage() local
566 int levelSizeBytes = level_s * level_t * pixelSizeBytes; in createMipmapBlendedImage()
584 int level_s = primary->s(); in createMipmapBlendedImage() local
590 ImageUtils::resizeImage(secondary, level_s, level_t, result, level); in createMipmapBlendedImage()
592 ImageUtils::resizeImage(primary, level_s, level_t, result, level); in createMipmapBlendedImage()
[all …]
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarth/
H A DImageUtils.cpp507 int level_s = input->s() >> i; in buildNearestNeighborMipmaps() local
509 int levelSizeBytes = level_s * level_t * pixelSizeBytes; in buildNearestNeighborMipmaps()
527 int level_s = input->s(); in buildNearestNeighborMipmaps() local
535 ImageUtils::resizeImage(input2.get(), level_s, level_t, temp, 0, false); in buildNearestNeighborMipmaps()
536 level_s >>= 1; in buildNearestNeighborMipmaps()
562 int level_s = primary->s() >> i; in createMipmapBlendedImage() local
564 int levelSizeBytes = level_s * level_t * pixelSizeBytes; in createMipmapBlendedImage()
582 int level_s = primary->s(); in createMipmapBlendedImage() local
588 ImageUtils::resizeImage( secondary, level_s, level_t, result, level ); in createMipmapBlendedImage()
590 ImageUtils::resizeImage( primary, level_s, level_t, result, level ); in createMipmapBlendedImage()
[all …]
/dports/devel/py-foolscap/foolscap-21.7.0/src/foolscap/logging/
H A Dweb.py326 level_s = ""
328 level_s = self.LEVELMAP.get(level, "") + " "
337 level_s, msg)
/dports/games/glbsp/glbsp-2.20/
H A Dwad.h60 typedef struct level_s struct
/dports/games/edge/Edge-1.35-source/glbsp/src/
H A Dwad.h60 typedef struct level_s struct
/dports/games/vavoom/vavoom-1.33/utils/glbsp/
H A Dwad.h60 typedef struct level_s struct
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/event_handlers/mod_event_socket/
H A Dmod_event_socket.c2382 char *level_s, *p; in parse_command() local
2393 level_s = cmd + 3; in parse_command()
2395 while(*level_s == ' ') { in parse_command()
2396 level_s++; in parse_command()
2399 if ((p = strchr(level_s, ' '))) { in parse_command()
2404 if (!zstr(level_s)) { in parse_command()
2405 ltype = switch_log_str2level(level_s); in parse_command()
2411 switch_snprintf(reply, reply_len, "+OK log level %s [%d]", level_s, listener->level); in parse_command()
/dports/devel/courier-unicode/courier-unicode-2.2.3/
H A Dbiditest2.C170 std::istringstream level_s{buf.substr(p, q-p)}; in character_test()
174 while (level_s >> s) in character_test()
/dports/sysutils/py-mitogen/mitogen-0.2.9/mitogen/
H A Dmaster.py395 name, level_s, s = msg.data.decode('utf-8', 'replace').split('\x00', 2)
405 level=int(level_s),
/dports/comms/hamlib/hamlib-4.3.1/tests/
H A Drigctl_parse.c4320 const char *level_s; in dump_chan() local
4330 level_s = rig_strlevel(level); in dump_chan()
4332 if (!level_s || level_s[0] == '\0') in dump_chan()
4348 fprintf(fout, " %s: %g%%", level_s, 100 * chan->levels[idx].f); in dump_chan()
4352 fprintf(fout, " %s: %d", level_s, chan->levels[idx].i); in dump_chan()
/dports/textproc/diffstat/diffstat-1.64/
H A Ddiffstat.c2742 int level_s = count_prefix(path_opt); in count_unmodified_files() local
2746 (void) skip_prefix(pathname, level_s + 1, &base_s); in count_unmodified_files()
2747 (void) skip_prefix(ref_name, level_s + 1, &base_d); in count_unmodified_files()
/dports/games/nexuiz/Nexuiz/sources/darkplaces/
H A Dmenu.c3475 typedef struct level_s struct
/dports/games/xonotic/Xonotic/source/darkplaces/
H A Dmenu.c3529 typedef struct level_s struct
/dports/games/darkplaces/darkplaces/
H A Dmenu.c3529 typedef struct level_s struct