Home
last modified time | relevance | path

Searched refs:new_id (Results 1 – 25 of 2953) sorted by relevance

12345678910>>...119

/dports/games/searchandrescue/searchandrescue_1.4.0/sar/
H A Dsarmusic.c75 new_id = -1; in SARMusicUpdate()
156 new_id = in SARMusicUpdate()
167 new_id = in SARMusicUpdate()
176 new_id = in SARMusicUpdate()
188 new_id = in SARMusicUpdate()
198 if(new_id < 0) in SARMusicUpdate()
256 if((new_id != prev_id) && (new_id > -1)) in SARMusicUpdate()
266 new_id, prev_id in SARMusicUpdate()
317 else if(new_id > -1) in SARMusicUpdate()
334 new_id in SARMusicUpdate()
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/blenkernel/intern/
H A Dlib_remap.c69 ID *new_id; member
106 ID *new_id = id_remap_data->new_id; in foreach_libblock_remap_callback() local
114 BLI_assert(!new_id); in foreach_libblock_remap_callback()
122 new_id = NULL; in foreach_libblock_remap_callback()
148 new_id ? new_id->name : "<NONE>", in foreach_libblock_remap_callback()
149 new_id, in foreach_libblock_remap_callback()
214 if (new_id != NULL && (new_id->tag & LIB_TAG_NO_MAIN) == 0) { in foreach_libblock_remap_callback()
384 r_id_remap_data->new_id = new_id; in libblock_remap_data()
434 if (new_id && (new_id->tag & LIB_TAG_INDIRECT) && in libblock_remap_data()
462 BLI_assert((new_id == NULL) || GS(old_id->name) == GS(new_id->name)); in BKE_libblock_remap_locked()
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Object/classes/
H A Dclass.ilObjectDataSet.php273 if ($new_id > 0) {
275 $transl = ilObjectTranslation::getInstance($new_id);
289 if ($new_id > 0) {
313 if ($new_id > 0) {
327 … $customIcon = $customIconFactory->getByObjId($new_id, ilObject::_lookupType($new_id));
338 $ti = $cs->tileImage()->getByObjId($new_id);
360 if (!$new_id) {
363 if (!$new_id) {
366 if (!$new_id) {
370 if (!$new_id) {
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Object/classes/
H A Dclass.ilObjectDataSet.php273 if ($new_id > 0) {
275 $transl = ilObjectTranslation::getInstance($new_id);
289 if ($new_id > 0) {
313 if ($new_id > 0) {
327 … $customIcon = $customIconFactory->getByObjId($new_id, ilObject::_lookupType($new_id));
338 $ti = $cs->tileImage()->getByObjId($new_id);
360 if (!$new_id) {
363 if (!$new_id) {
366 if (!$new_id) {
370 if (!$new_id) {
[all …]
/dports/databases/grass7/grass-7.8.6/lib/nviz/
H A Dmap_obj.c46 int new_id, i; in Nviz_new_map_obj() local
63 new_id = GS_new_surface(); in Nviz_new_map_obj()
65 if (new_id < 0) { in Nviz_new_map_obj()
92 new_id = GV_new_vector(); in Nviz_new_map_obj()
96 GV_delete_vector(new_id); in Nviz_new_map_obj()
120 new_id = GP_new_site(); in Nviz_new_map_obj()
123 Nviz_set_vpoint_attr_default(new_id); in Nviz_new_map_obj()
127 GP_delete_site(new_id); in Nviz_new_map_obj()
147 new_id = GVL_new_vol(); in Nviz_new_map_obj()
151 GVL_delete_vol(new_id); in Nviz_new_map_obj()
[all …]
/dports/finance/sql-ledger/sql-ledger/sql/
H A DDB2-tables.sql387 set new_id.id = NEXTVAL FOR id;
398 set new_id.id = NEXTVAL FOR id;
409 set new_id.id = NEXTVAL FOR id;
420 set new_id.id = NEXTVAL FOR id;
431 set new_id.id = NEXTVAL FOR id;
442 set new_id.id = NEXTVAL FOR id;
453 set new_id.id = NEXTVAL FOR id;
464 set new_id.id = NEXTVAL FOR id;
475 set new_id.id = NEXTVAL FOR id;
486 set new_id.id = NEXTVAL FOR id;
[all …]
/dports/devel/bugzilla50/bugzilla-5.0.4/contrib/
H A Dmerge-users.pl75 my $new_id;
77 $new_id = $1;
79 $new_id = $dbh->selectrow_array('SELECT userid FROM profiles
81 undef, $new_id);
85 $new_id = $dbh->selectrow_array('SELECT userid FROM profiles
89 if ($new_id) {
97 if ($old_id == $new_id) {
162 undef, $old_id, $new_id, $old_id, $new_id);
219 $sth_update->execute($new_id, $old_id);
230 undef, ($new_id, $old_id, 0));
[all …]
/dports/games/biloba/biloba-0.9.3/src/
H A Dgame.c84 int new_id; in game_push_move() local
89 new_id = game->move_id + 1; in game_push_move()
92 game->moves[new_id].player = player; in game_push_move()
93 game->moves[new_id].x = x; in game_push_move()
94 game->moves[new_id].y = y; in game_push_move()
95 game->move_id = new_id; in game_push_move()
104 int new_id; in game_push_message() local
109 new_id = game->message_id + 1; in game_push_message()
112 game->messages[new_id].player = player; in game_push_message()
114 sizeof(game->messages[new_id].message)); in game_push_message()
[all …]
/dports/devel/bugzilla44/bugzilla-4.4.13/contrib/
H A Dmerge-users.pl73 my $new_id;
75 $new_id = $1;
77 $new_id = $dbh->selectrow_array('SELECT userid FROM profiles
79 undef, $new_id);
83 $new_id = $dbh->selectrow_array('SELECT userid FROM profiles
87 if ($new_id) {
88 print "OK, new user account $new found; user ID: $new_id.\n";
95 if ($old_id == $new_id) {
198 $sth_update->execute($new_id, $old_id);
209 undef, ($new_id, $old_id, 0));
[all …]
/dports/devel/intel-graphics-compiler/SPIRV-Tools/source/opt/
H A Dcompact_ids_pass.cpp32 const uint32_t new_id = in GetRemappedId() local
34 const auto insertion_result = result_id_mapping->emplace(id, new_id); in GetRemappedId()
55 uint32_t new_id = GetRemappedId(&result_id_mapping, id); in Process() local
56 if (id != new_id) { in Process()
58 id = new_id; in Process()
72 uint32_t new_id = GetRemappedId(&result_id_mapping, scope_id); in Process() local
73 if (scope_id != new_id) { in Process()
74 inst->UpdateLexicalScope(new_id); in Process()
80 uint32_t new_id = GetRemappedId(&result_id_mapping, inlinedat_id); in Process() local
81 if (inlinedat_id != new_id) { in Process()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Dcompact_ids_pass.cpp32 const uint32_t new_id = in GetRemappedId() local
34 const auto insertion_result = result_id_mapping->emplace(id, new_id); in GetRemappedId()
55 uint32_t new_id = GetRemappedId(&result_id_mapping, id); in Process() local
56 if (id != new_id) { in Process()
58 id = new_id; in Process()
72 uint32_t new_id = GetRemappedId(&result_id_mapping, scope_id); in Process() local
73 if (scope_id != new_id) { in Process()
74 inst->UpdateLexicalScope(new_id); in Process()
80 uint32_t new_id = GetRemappedId(&result_id_mapping, inlinedat_id); in Process() local
81 if (inlinedat_id != new_id) { in Process()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/SPIRV-Tools/src/source/opt/
H A Dcompact_ids_pass.cpp32 const uint32_t new_id = in GetRemappedId() local
34 const auto insertion_result = result_id_mapping->emplace(id, new_id); in GetRemappedId()
55 uint32_t new_id = GetRemappedId(&result_id_mapping, id); in Process() local
56 if (id != new_id) { in Process()
58 id = new_id; in Process()
72 uint32_t new_id = GetRemappedId(&result_id_mapping, scope_id); in Process() local
73 if (scope_id != new_id) { in Process()
74 inst->UpdateLexicalScope(new_id); in Process()
80 uint32_t new_id = GetRemappedId(&result_id_mapping, inlinedat_id); in Process() local
81 if (inlinedat_id != new_id) { in Process()
[all …]
/dports/graphics/spirv-tools/SPIRV-Tools-2021.4/source/opt/
H A Dcompact_ids_pass.cpp32 const uint32_t new_id = in GetRemappedId() local
34 const auto insertion_result = result_id_mapping->emplace(id, new_id); in GetRemappedId()
55 uint32_t new_id = GetRemappedId(&result_id_mapping, id); in Process() local
56 if (id != new_id) { in Process()
58 id = new_id; in Process()
72 uint32_t new_id = GetRemappedId(&result_id_mapping, scope_id); in Process() local
73 if (scope_id != new_id) { in Process()
74 inst->UpdateLexicalScope(new_id); in Process()
80 uint32_t new_id = GetRemappedId(&result_id_mapping, inlinedat_id); in Process() local
81 if (inlinedat_id != new_id) { in Process()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/webrtc/pc/
H A Dused_ids.h45 int new_id = idstruct->id; in FindAndSetIdUsed() local
54 new_id = FindUnusedId(); in FindAndSetIdUsed()
56 << original_id << " to " << new_id; in FindAndSetIdUsed()
57 idstruct->id = new_id; in FindAndSetIdUsed()
59 SetIdUsed(new_id); in FindAndSetIdUsed()
63 bool IsIdUsed(int new_id) { return id_set_.find(new_id) != id_set_.end(); } in IsIdUsed() argument
80 void SetIdUsed(int new_id) { in SetIdUsed() argument
81 RTC_DCHECK(new_id >= min_allowed_id_); in SetIdUsed()
82 RTC_DCHECK(new_id <= max_allowed_id_); in SetIdUsed()
83 RTC_DCHECK(!IsIdUsed(new_id)); in SetIdUsed()
[all …]
/dports/net-im/tg_owt/tg_owt-d578c76/src/pc/
H A Dused_ids.h45 int new_id = idstruct->id; in FindAndSetIdUsed() local
54 new_id = FindUnusedId(); in FindAndSetIdUsed()
56 << original_id << " to " << new_id; in FindAndSetIdUsed()
57 idstruct->id = new_id; in FindAndSetIdUsed()
59 SetIdUsed(new_id); in FindAndSetIdUsed()
63 bool IsIdUsed(int new_id) { return id_set_.find(new_id) != id_set_.end(); } in IsIdUsed() argument
80 void SetIdUsed(int new_id) { in SetIdUsed() argument
81 RTC_DCHECK(new_id >= min_allowed_id_); in SetIdUsed()
82 RTC_DCHECK(new_id <= max_allowed_id_); in SetIdUsed()
83 RTC_DCHECK(!IsIdUsed(new_id)); in SetIdUsed()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webrtc/pc/
H A Dused_ids.h45 int new_id = idstruct->id; in FindAndSetIdUsed() local
54 new_id = FindUnusedId(); in FindAndSetIdUsed()
56 << original_id << " to " << new_id; in FindAndSetIdUsed()
57 idstruct->id = new_id; in FindAndSetIdUsed()
59 SetIdUsed(new_id); in FindAndSetIdUsed()
63 bool IsIdUsed(int new_id) { return id_set_.find(new_id) != id_set_.end(); } in IsIdUsed() argument
80 void SetIdUsed(int new_id) { in SetIdUsed() argument
81 RTC_DCHECK(new_id >= min_allowed_id_); in SetIdUsed()
82 RTC_DCHECK(new_id <= max_allowed_id_); in SetIdUsed()
83 RTC_DCHECK(!IsIdUsed(new_id)); in SetIdUsed()
[all …]
/dports/misc/hwdata/hwdata-0.354/
H A Dcheck-pci-ids.py20 new_id = int('0x' + m.group (1), 16) variable
21 if vendor_id is not None and new_id <= vendor_id:
23 (lineno, new_id, vendor_id))
26 vendor_id = new_id
31 new_id = int('0x' + m.group (1), 16) variable
32 if new_id <= device_id:
34 (lineno, new_id, device_id))
37 device_id = new_id
/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/libdispatch/
H A Dnclistmgr.c85 int new_id; in add_to_NCList() local
92 new_id = 0; /* id's begin at 1 */ in add_to_NCList()
94 if(nc_filelist[i] == NULL) {new_id = i; break;} in add_to_NCList()
96 if(new_id == 0) return NC_ENOMEM; /* no more slots */ in add_to_NCList()
97 nc_filelist[new_id] = ncp; in add_to_NCList()
99 ncp->ext_ncid = (new_id << ID_SHIFT); in add_to_NCList()
114 move_in_NCList(NC *ncp, int new_id) in move_in_NCList() argument
121 if (nc_filelist[new_id]) in move_in_NCList()
126 nc_filelist[new_id] = ncp; in move_in_NCList()
127 ncp->ext_ncid = (new_id << ID_SHIFT); in move_in_NCList()
/dports/science/netcdf/netcdf-c-4.7.4/libdispatch/
H A Dnclistmgr.c85 int new_id; in add_to_NCList() local
92 new_id = 0; /* id's begin at 1 */ in add_to_NCList()
94 if(nc_filelist[i] == NULL) {new_id = i; break;} in add_to_NCList()
96 if(new_id == 0) return NC_ENOMEM; /* no more slots */ in add_to_NCList()
97 nc_filelist[new_id] = ncp; in add_to_NCList()
99 ncp->ext_ncid = (new_id << ID_SHIFT); in add_to_NCList()
114 move_in_NCList(NC *ncp, int new_id) in move_in_NCList() argument
121 if (nc_filelist[new_id]) in move_in_NCList()
126 nc_filelist[new_id] = ncp; in move_in_NCList()
127 ncp->ext_ncid = (new_id << ID_SHIFT); in move_in_NCList()
/dports/net-im/cawbird/cawbird-1.4.2/src/
H A DCbUserCompletionModel.c138 CbUserIdentity *new_id; in cb_user_completion_model_insert_items() local
146 new_id->id = id->id; in cb_user_completion_model_insert_items()
147 new_id->screen_name = g_steal_pointer (&id->screen_name); in cb_user_completion_model_insert_items()
148 new_id->user_name = g_steal_pointer (&id->user_name); in cb_user_completion_model_insert_items()
149 new_id->verified = id->verified; in cb_user_completion_model_insert_items()
150 new_id->protected_account = id->protected_account; in cb_user_completion_model_insert_items()
176 CbUserIdentity *new_id; in cb_user_completion_model_insert_infos() local
184 new_id->id = info->user_id; in cb_user_completion_model_insert_infos()
186 new_id->user_name = g_steal_pointer (&info->user_name); in cb_user_completion_model_insert_infos()
187 new_id->verified = info->verified; in cb_user_completion_model_insert_infos()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/netcdf/vtknetcdf/libsrc/
H A Dnclistmgr.c39 int new_id; in add_to_NCList() local
45 new_id = 0; /* id's begin at 1 */ in add_to_NCList()
47 if(nc_filelist[i] == NULL) {new_id = i; break;} in add_to_NCList()
49 if(new_id == 0) return NC_ENOMEM; /* no more slots */ in add_to_NCList()
50 nc_filelist[new_id] = ncp; in add_to_NCList()
52 new_id = (new_id << ID_SHIFT); in add_to_NCList()
53 ncp->ext_ncid = new_id; in add_to_NCList()
/dports/net-mgmt/crmsh/crmsh-4.3.1/crmsh/
H A Didmgmt.py139 def rename(old_id, new_id): argument
140 if not old_id or not new_id:
144 if is_used(new_id):
147 save(new_id)
176 new_id = node.get("id") or old_id or node.get("uname")
177 if new_id:
178 save(new_id)
180 new_id = new(node, id_hint)
181 if new_id:
182 node.set("id", new_id)
[all …]
/dports/games/pentobi/pentobi-19.1/libpentobi_base/
H A DPentobiTreeWriter.cpp30 string new_id; in write_property() local
32 new_id = (nu_colors == 2 ? "B" : "1"); in write_property()
34 new_id = "2"; in write_property()
36 new_id = (nu_colors == 2 ? "W" : "4"); in write_property()
38 new_id = "3"; in write_property()
40 new_id = id; in write_property()
42 libboardgame_base::TreeWriter::write_property(new_id, values); in write_property()
50 libboardgame_base::TreeWriter::write_property(new_id, new_values); in write_property()
/dports/www/p5-ClearSilver/clearsilver-0.10.5/python/examples/base/
H A Dodb_test.py109 new_id = n + 1
112 newrow.name = "name #%d" % new_id
113 newrow.login = "name%d" % new_id
114 newrow.ext_email = "%d@name" % new_id
116 if newrow.agent_id != new_id:
268 new_id = 1092
269 row.name = "name #%d" % new_id
270 row.login = "name%d" % new_id
271 row.ext_email = "%d@name" % new_id
274 new_id = row.agent_id
[all …]
/dports/textproc/p5-Text-ClearSilver/Text-ClearSilver-0.10.5.4/cs/python/examples/base/
H A Dodb_test.py109 new_id = n + 1
112 newrow.name = "name #%d" % new_id
113 newrow.login = "name%d" % new_id
114 newrow.ext_email = "%d@name" % new_id
116 if newrow.agent_id != new_id:
268 new_id = 1092
269 row.name = "name #%d" % new_id
270 row.login = "name%d" % new_id
271 row.ext_email = "%d@name" % new_id
274 new_id = row.agent_id
[all …]

12345678910>>...119