Home
last modified time | relevance | path

Searched refs:a_level (Results 1 – 25 of 92) sorted by relevance

1234

/dports/textproc/turboxsl/turboxsl-b03c2c9/src/zlog/src/
H A Dlevel.c19 zc_assert(a_level,); in zlog_level_profile()
21 a_level, in zlog_level_profile()
22 a_level->int_level, in zlog_level_profile()
23 a_level->str_uppercase, in zlog_level_profile()
24 a_level->str_lowercase, in zlog_level_profile()
25 (int) a_level->str_len, in zlog_level_profile()
26 a_level->syslog_level); in zlog_level_profile()
33 zc_assert(a_level,); in zlog_level_del()
34 free(a_level); in zlog_level_del()
100 if (!a_level) { in zlog_level_new()
[all …]
H A Dlevel_list.c23 zlog_level_t *a_level; in zlog_level_list_profile() local
29 if (a_level) zlog_level_profile(a_level, flag); in zlog_level_list_profile()
81 zlog_level_t *a_level; in zlog_level_list_set() local
84 if (!a_level) { in zlog_level_list_set()
89 if (zc_arraylist_set(levels, a_level->int_level, a_level)) { in zlog_level_list_set()
97 zlog_level_del(a_level); in zlog_level_list_set()
103 zlog_level_t *a_level; in zlog_level_list_get() local
114 if (a_level) { in zlog_level_list_get()
115 return a_level; in zlog_level_list_get()
129 zlog_level_t *a_level; in zlog_level_list_atoi() local
[all …]
H A Dlevel.h23 void zlog_level_del(zlog_level_t *a_level);
24 void zlog_level_profile(zlog_level_t *a_level, int flag);
/dports/databases/beansdb/beansdb-0.7.1.4/third-party/zlog-1.2/
H A Dlevel.c19 zc_assert(a_level,); in zlog_level_profile()
21 a_level, in zlog_level_profile()
22 a_level->int_level, in zlog_level_profile()
23 a_level->str_uppercase, in zlog_level_profile()
24 a_level->str_lowercase, in zlog_level_profile()
25 (int) a_level->str_len, in zlog_level_profile()
26 a_level->syslog_level); in zlog_level_profile()
33 zc_assert(a_level,); in zlog_level_del()
34 free(a_level); in zlog_level_del()
100 if (!a_level) { in zlog_level_new()
[all …]
H A Dlevel_list.c23 zlog_level_t *a_level; in zlog_level_list_profile() local
29 if (a_level) zlog_level_profile(a_level, flag); in zlog_level_list_profile()
81 zlog_level_t *a_level; in zlog_level_list_set() local
84 if (!a_level) { in zlog_level_list_set()
89 if (zc_arraylist_set(levels, a_level->int_level, a_level)) { in zlog_level_list_set()
97 zlog_level_del(a_level); in zlog_level_list_set()
103 zlog_level_t *a_level; in zlog_level_list_get() local
114 if (a_level) { in zlog_level_list_get()
115 return a_level; in zlog_level_list_get()
129 zlog_level_t *a_level; in zlog_level_list_atoi() local
[all …]
H A Dlevel.h23 void zlog_level_del(zlog_level_t *a_level);
24 void zlog_level_profile(zlog_level_t *a_level, int flag);
/dports/www/ilias/ILIAS-5.4.25/Services/Logging/classes/
H A Dclass.ilLogger.php30 * @param int $a_level
33 public function isHandling($a_level) argument
35 return $this->getLogger()->isHandling($a_level);
107 $a_level = ilLogLevel::INFO;
110 $this->getLogger()->log($a_level, $a_message);
124 * @param type $a_level
130 if (is_null($a_level)) {
131 $a_level = ilLogLevel::INFO;
136 $a_level = ilLogLevel::INFO;
150 * @param int $a_level
[all …]
H A Dclass.ilLogComponentLevel.php16 public function __construct($a_component_id, $a_level = null) argument
19 if ($a_level === null) {
22 $this->setLevel($a_level);
31 public function setLevel($a_level) argument
33 $this->component_level = $a_level;
H A Dclass.ilLoggingDBSettings.php126 * @param type $a_level
128 public function setLevel($a_level) argument
130 $this->level = $a_level;
135 * @param type $a_level
137 public function setCacheLevel($a_level) argument
139 $this->cache_level = $a_level;
/dports/www/ilias6/ILIAS-6.14/Services/Logging/classes/
H A Dclass.ilLogger.php30 * @param int $a_level
33 public function isHandling($a_level) argument
35 return $this->getLogger()->isHandling($a_level);
107 $a_level = ilLogLevel::INFO;
110 $this->getLogger()->log($a_level, $a_message);
124 * @param type $a_level
130 if (is_null($a_level)) {
131 $a_level = ilLogLevel::INFO;
136 $a_level = ilLogLevel::INFO;
150 * @param int $a_level
[all …]
H A Dclass.ilLogComponentLevel.php16 public function __construct($a_component_id, $a_level = null) argument
19 if ($a_level === null) {
22 $this->setLevel($a_level);
31 public function setLevel($a_level) argument
33 $this->component_level = $a_level;
H A Dclass.ilLoggingDBSettings.php126 * @param type $a_level
128 public function setLevel($a_level) argument
130 $this->level = $a_level;
135 * @param type $a_level
137 public function setCacheLevel($a_level) argument
139 $this->cache_level = $a_level;
/dports/games/heroes/heroes-0.21/src/lvl/
H A Dlvl.h99 typedef struct a_level a_level; /* An Heroes level. */ typedef
111 struct a_level { struct
178 int lvl_save_file (const char *filename, const a_level *out);
180 void lvl_free (a_level *lvl);
185 const char *lvl_sound_track (const a_level *lvl);
186 const char *lvl_tile_sprite_map_basename (const a_level *lvl);
189 void lvl_start_position (const a_level *lvl, unsigned int player,
198 a_tile_type lvl_tile_type (const a_level *lvl, a_tile_index tile);
205 unsigned int lvl_tile_sprite_offset (const a_level *lvl,
209 unsigned int lvl_tile_sprite_overlay_offset (const a_level *lvl,
[all …]
H A Dprivacc.c25 lvl_sound_track (const a_level *lvl) in lvl_sound_track()
31 lvl_tile_sprite_map_basename (const a_level *lvl) in lvl_tile_sprite_map_basename()
37 lvl_start_position (const a_level *lvl, unsigned int player, in lvl_start_position()
47 lvl_tile_type (const a_level *lvl, a_tile_index tile) in lvl_tile_type()
53 lvl_tile_sprite_offset (const a_level *lvl, a_tile_index tile) in lvl_tile_sprite_offset()
59 lvl_tile_sprite_overlay_offset (const a_level *lvl, a_tile_index tile) in lvl_tile_sprite_overlay_offset()
65 lvl_animation_info (const a_level *lvl, a_tile_index tile, in lvl_animation_info()
H A Dlvl_priv.h74 void decode_level_header (const a_u8 *data, a_level *lvl);
75 void decode_level_body (const a_u8 *data, a_level *lvl);
76 void initialize_level_body (a_level *out);
77 void initialize_empty_level_body (a_level *lvl);
78 void encode_level_header (a_u8 *data, const a_level *lvl);
79 void encode_level_body (a_u8 *data, const a_level *lvl);
H A Dload.c25 lvl_init_lvl_basic_fields (a_level *out) in lvl_init_lvl_basic_fields()
45 lvl_load_header_mem (a_u8 *data, a_level *out) in lvl_load_header_mem()
53 lvl_load_header_file (int fd, a_level *out) in lvl_load_header_file()
69 lvl_load_body_mem (a_u8 *data, a_level *out) in lvl_load_body_mem()
77 lvl_load_body_file (int fd, a_level *out) in lvl_load_body_file()
95 lvl_load_file (const char *filename, a_level *out, bool load_body) in lvl_load_file()
H A Dsave.c25 lvl_save_header_file (int fd, const a_level *out) in lvl_save_header_file()
41 lvl_save_body_file (int fd, const a_level *out) in lvl_save_body_file()
59 lvl_save_file (const char *filename, const a_level *out) in lvl_save_file()
/dports/www/ilias/ILIAS-5.4.25/Services/Skill/classes/
H A Dclass.ilPersonalSkill.php121 * @param int $a_level level id
136 " AND level_id = " . $ilDB->quote($a_level, "integer") .
146 $ilDB->quote($a_level, "integer") . "," .
157 * @param int $a_level level id
159 public static function getAssignedMaterial($a_user_id, $a_tref_id, $a_level) argument
167 " WHERE level_id = " . $ilDB->quote($a_level, "integer") .
183 * @param int $a_level level id
193 " WHERE level_id = " . $ilDB->quote($a_level, "integer") .
249 * @param int $a_level level id
254 if ($a_level > 0) {
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Skill/classes/
H A Dclass.ilPersonalSkill.php121 * @param int $a_level level id
136 " AND level_id = " . $ilDB->quote($a_level, "integer") .
146 $ilDB->quote($a_level, "integer") . "," .
157 * @param int $a_level level id
159 public static function getAssignedMaterial($a_user_id, $a_tref_id, $a_level) argument
167 " WHERE level_id = " . $ilDB->quote($a_level, "integer") .
183 * @param int $a_level level id
193 " WHERE level_id = " . $ilDB->quote($a_level, "integer") .
249 * @param int $a_level level id
254 if ($a_level > 0) {
[all …]
/dports/math/gap/gap-4.11.0/pkg/polenta-1.3.9/exam/
H A Dtest.gi35 a_level := AssertionLevel();
51 SetAssertionLevel( a_level );
63 a_level := AssertionLevel();
82 local T, reco, a_level;
83 a_level := AssertionLevel();
96 local t,a_level;
97 a_level := AssertionLevel();
113 a_level := AssertionLevel();
143 local a_level;
164 local i, G, a_level;
[all …]
/dports/irc/smuxi/smuxi-1.1/lib/db4o-net/Db4objects.Db4o/Db4objects.Db4o/Internal/
H A DTreeReader.cs64 private Tree LinkUp(Tree a_preceding, int a_level) in LinkUp() argument
69 node._subsequent = LinkDown(a_level + 1); in LinkUp()
73 return LinkUp(node, a_level - 1); in LinkUp()
78 private Tree LinkDown(int a_level) in LinkDown() argument
83 if (a_level < i_levels) in LinkDown()
85 Tree preceding = LinkDown(a_level + 1); in LinkDown()
88 node._subsequent = LinkDown(a_level + 1); in LinkDown()
/dports/devel/libvirt/libvirt-7.10.0/src/util/
H A Dvirresctrl.c1038 if (!a_level) in virResctrlAllocIsEmpty()
1068 virResctrlAllocPerLevel *a_level = NULL; in virResctrlAllocGetType() local
1082 a_level = alloc->levels[level]; in virResctrlAllocGetType()
1084 if (!a_level->types[type]) in virResctrlAllocGetType()
1087 return a_level->types[type]; in virResctrlAllocGetType()
1166 a_level = alloc->levels[level]; in virResctrlAllocCheckCollision()
1168 if (!a_level) in virResctrlAllocCheckCollision()
1189 a_type = a_level->types[type]; in virResctrlAllocCheckCollision()
1234 if (!a_level) in virResctrlAllocForeachCache()
1507 if (!a_level) in virResctrlAllocFormatCache()
[all …]
/dports/games/heroes/heroes-0.21/src/
H A Dheroeslvl.c199 print_header (const a_level *lvl) in print_header()
290 print_square_types (const a_level *lvl) in print_square_types()
323 print_square_walls (const a_level *lvl) in print_square_walls()
353 print_square_directions (const a_level *lvl) in print_square_directions()
366 print_tunnels (const a_level *lvl) in print_tunnels()
441 print_tile_details (a_level *lvl) in print_tile_details()
487 a_level lvl; in process()
/dports/www/ilias/ILIAS-5.4.25/Services/Logging/classes/extensions/
H A Dclass.ilTraceProcessor.php19 public function __construct($a_level) argument
21 $this->level = $a_level;
/dports/www/ilias6/ILIAS-6.14/Services/Logging/classes/extensions/
H A Dclass.ilTraceProcessor.php19 public function __construct($a_level) argument
21 $this->level = $a_level;

1234