Home
last modified time | relevance | path

Searched refs:OpenTable (Results 1 – 25 of 415) sorted by relevance

12345678910>>...17

/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/global/
H A Dglobal.cpp104 …pon_skills_script.OpenFile("data/skills/weapon.lua") || !_weapon_skills_script.OpenTable("skills")) in _LoadGlobalScripts()
107 …if(!_magic_skills_script.OpenFile("data/skills/magic.lua") || !_magic_skills_script.OpenTable("ski… in _LoadGlobalScripts()
110 …l_skills_script.OpenFile("data/skills/special.lua") || !_special_skills_script.OpenTable("skills")) in _LoadGlobalScripts()
113 …lls_script.OpenFile("data/skills/barehands.lua") || !_bare_hands_skills_script.OpenTable("skills")) in _LoadGlobalScripts()
116 …entities/status_effects/status_effects.lua") || !_status_effects_script.OpenTable("status_effects"… in _LoadGlobalScripts()
119 …ers_script.OpenFile("data/entities/characters.lua") || !_characters_script.OpenTable("characters")) in _LoadGlobalScripts()
122 …if(!_enemies_script.OpenFile("data/entities/enemies.lua") || !_enemies_script.OpenTable("enemies")) in _LoadGlobalScripts()
125 …ites_script.OpenFile("data/entities/map_sprites.lua") || !_map_sprites_script.OpenTable("sprites")) in _LoadGlobalScripts()
173 if (!enemy_data.OpenTable(enemy_id)) in DoesEnemyExist()
280 if (!file.OpenTable("save_game1")) { in LoadGame()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/csv/
H A Dogrcsvdatasource.cpp216 return OpenTable( osFilename, papszOpenOptions, "ARP"); in Open()
220 OpenTable( osFilename, papszOpenOptions, "BaseEndPhysical"); in Open()
221 OpenTable( osFilename, papszOpenOptions, "BaseEndDisplaced"); in Open()
234 OpenTable( osFilename, papszOpenOptions, NULL, "PRIMARY"); in Open()
239 OpenTable( osFilename, papszOpenOptions, NULL, ""); in Open()
243 OpenTable( osFilename, papszOpenOptions, NULL, "PRIM"); in Open()
244 OpenTable( osFilename, papszOpenOptions, NULL, "SOURCE"); in Open()
249 return OpenTable( osFilename, papszOpenOptions ); in Open()
268 return OpenTable( osFilename, papszOpenOptions ); in Open()
303 if( !OpenTable( oSubFilename, papszOpenOptions ) ) in Open()
[all …]
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/global/actors/
H A Dglobal_enemy.cpp46 if (!enemy_data.OpenTable(_id)) { in GlobalEnemy()
57 if (enemy_data.OpenTable("battle_animations" )) { in GlobalEnemy()
97 if (enemy_data.OpenTable("scripts")) { in GlobalEnemy()
103 if (enemy_data.OpenTable("base_stats")) { in GlobalEnemy()
120 if (enemy_data.OpenTable("attack_points")) { in GlobalEnemy()
124 if (enemy_data.OpenTable(i)) { in GlobalEnemy()
136 if (enemy_data.OpenTable("skills")) { in GlobalEnemy()
144 if (enemy_data.OpenTable("drop_objects")) { in GlobalEnemy()
146 enemy_data.OpenTable(i); in GlobalEnemy()
H A Dglobal_character.cpp63 if (!char_script.OpenTable(_id)) { in GlobalCharacter()
162 if (char_script.OpenTable("scripts")) { in GlobalCharacter()
170 char_script.OpenTable("initial_stats"); in GlobalCharacter()
232 if (char_script.OpenTable("attack_points")) { in GlobalCharacter()
235 if (char_script.OpenTable(i)) { in GlobalCharacter()
257 if (char_script.OpenTable("skills")) { in GlobalCharacter()
337 if (!file.OpenTable(_id)) { in LoadCharacter()
392 if (file.OpenTable("equipment")) { in LoadCharacter()
514 if (file.OpenTable("active_status_effects")) { in LoadCharacter()
519 if (!file.OpenTable(status_effect)) in LoadCharacter()
[all …]
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/py_vdb/
H A DL2-table_read.py10 tbl = mgr.OpenTable( acc )
19 return mgr.OpenTable( acc ).CreateCursor().OpenColumns( column_name ).Read( row_id )
25 tbl = mgr.OpenTable( acc )
32 tbl = mgr.OpenTable( acc )
47 tbl = mgr.OpenTable( acc )
H A DL4-database_read.py28 tab = db.OpenTable( t )
38 t = db.OpenTable( tablename )
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/py_vdb/
H A DL2-table_read.py10 tbl = mgr.OpenTable( acc )
19 return mgr.OpenTable( acc ).CreateCursor().OpenColumns( column_name ).Read( row_id )
25 tbl = mgr.OpenTable( acc )
32 tbl = mgr.OpenTable( acc )
47 tbl = mgr.OpenTable( acc )
H A DL4-database_read.py28 tab = db.OpenTable( t )
38 t = db.OpenTable( tablename )
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/global/skill_graph/
H A Dskill_graph.cpp30 if (!script.OpenTable("skill_graph")) { in Initialize()
39 if (!script.OpenTable(node_id)) { in Initialize()
94 if (item_ids.empty() || !script.OpenTable("items_needed")) in _ReadItemsNeeded()
112 if (stat_ids.empty() || !script.OpenTable("stats")) in _ReadStatsUpgrades()
130 if (node_ids.empty() || !script.OpenTable("links")) in _ReadChildrenNodeLinks()
/dports/games/allacrost/allacrost-1.0.2/src/common/global/
H A Dglobal.cpp731 file.OpenTable("save_game1"); in LoadGame()
753 file.OpenTable("characters"); in LoadGame()
1065 file.OpenTable(id); in _LoadCharacter()
1084 file.OpenTable("equipment"); in _LoadCharacter()
1140 file.OpenTable("growth"); in _LoadCharacter()
1162 file.OpenTable("strength"); in _LoadCharacter()
1170 file.OpenTable("vigor"); in _LoadCharacter()
1178 file.OpenTable("fortitude"); in _LoadCharacter()
1194 file.OpenTable("agility"); in _LoadCharacter()
1202 file.OpenTable("evade"); in _LoadCharacter()
[all …]
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/csv/
H A Dogrcsvdatasource.cpp573 return OpenTable(osFilename, papszOpenOptionsIn, "ARP"); in Open()
577 OpenTable(osFilename, papszOpenOptionsIn, "BaseEndPhysical"); in Open()
578 OpenTable(osFilename, papszOpenOptionsIn, "BaseEndDisplaced"); in Open()
580 OpenTable(osFilename, papszOpenOptionsIn, in Open()
599 OpenTable(osFilename, papszOpenOptionsIn, nullptr, ""); in Open()
603 OpenTable(osFilename, papszOpenOptionsIn, nullptr, "PRIM"); in Open()
604 OpenTable(osFilename, papszOpenOptionsIn, nullptr, "SOURCE"); in Open()
609 return OpenTable(osFilename, papszOpenOptionsIn); in Open()
626 return OpenTable(osFilename, papszOpenOptionsIn); in Open()
657 if( !OpenTable(oSubFilename, papszOpenOptionsIn) ) in Open()
[all …]
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/csv/
H A Dogrcsvdatasource.cpp573 return OpenTable(osFilename, papszOpenOptionsIn, "ARP"); in Open()
577 OpenTable(osFilename, papszOpenOptionsIn, "BaseEndPhysical"); in Open()
578 OpenTable(osFilename, papszOpenOptionsIn, "BaseEndDisplaced"); in Open()
580 OpenTable(osFilename, papszOpenOptionsIn, in Open()
599 OpenTable(osFilename, papszOpenOptionsIn, nullptr, ""); in Open()
603 OpenTable(osFilename, papszOpenOptionsIn, nullptr, "PRIM"); in Open()
604 OpenTable(osFilename, papszOpenOptionsIn, nullptr, "SOURCE"); in Open()
609 return OpenTable(osFilename, papszOpenOptionsIn); in Open()
626 return OpenTable(osFilename, papszOpenOptionsIn); in Open()
657 if( !OpenTable(oSubFilename, papszOpenOptionsIn) ) in Open()
[all …]
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/csv/
H A Dogrcsvdatasource.cpp573 return OpenTable(osFilename, papszOpenOptionsIn, "ARP"); in Open()
577 OpenTable(osFilename, papszOpenOptionsIn, "BaseEndPhysical"); in Open()
578 OpenTable(osFilename, papszOpenOptionsIn, "BaseEndDisplaced"); in Open()
580 OpenTable(osFilename, papszOpenOptionsIn, in Open()
599 OpenTable(osFilename, papszOpenOptionsIn, nullptr, ""); in Open()
603 OpenTable(osFilename, papszOpenOptionsIn, nullptr, "PRIM"); in Open()
604 OpenTable(osFilename, papszOpenOptionsIn, nullptr, "SOURCE"); in Open()
609 return OpenTable(osFilename, papszOpenOptionsIn); in Open()
626 return OpenTable(osFilename, papszOpenOptionsIn); in Open()
657 if( !OpenTable(oSubFilename, papszOpenOptionsIn) ) in Open()
[all …]
/dports/games/allacrost/allacrost-1.0.2/src/engine/script/
H A Dscript_read.h278 void OpenTable(const std::string& table_name, bool use_global = false);
283 void OpenTable(int32 table_name);
334 { OpenTable(table_name); _ReadTableKeys(keys); CloseTable(); } in ReadTableKeys()
337 { OpenTable(table_name); _ReadTableKeys(keys); CloseTable(); } in ReadTableKeys()
340 { OpenTable(table_name); _ReadTableKeys(keys); CloseTable(); } in ReadTableKeys()
343 { OpenTable(table_name); _ReadTableKeys(keys); CloseTable(); } in ReadTableKeys()
346 { OpenTable(table_name); _ReadTableKeys(keys); CloseTable(); } in ReadTableKeys()
349 { OpenTable(table_name); _ReadTableKeys(keys); CloseTable(); } in ReadTableKeys()
502 OpenTable(key); in _ReadDataVector()
517 OpenTable(key); in _ReadDataVector()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/utils/src/script/
H A Dscript_read.h326 bool OpenTable(const std::string &table_name, bool use_global = false);
331 bool OpenTable(int32_t table_name);
401 if (OpenTable(table_name)) { in ReadTableKeys()
408 if (OpenTable(table_name)) { in ReadTableKeys()
415 if (OpenTable(table_name)) { in ReadTableKeys()
422 if (OpenTable(table_name)) { in ReadTableKeys()
429 if (OpenTable(table_name)) { in ReadTableKeys()
436 if (OpenTable(table_name)) { in ReadTableKeys()
614 OpenTable(key); in _ReadDataVector()
631 OpenTable(key); in _ReadDataVector()
/dports/www/phpgroupware/phpgroupware-0.9.16.017/sitemgr/sitemgr-site/themes/Kaput/
H A Dtheme.php19 function OpenTable() { function
97 echo OpenTable();
133 echo OpenTable();
/dports/games/valyriatear/ValyriaTear-1.1.0/src/engine/video/
H A Dparticle_effect.cpp52 if (particle_script.OpenTable("map_effect_collision")) { in _LoadEffectDef()
69 particle_script.OpenTable("systems"); in _LoadEffectDef()
92 particle_script.OpenTable(sys); in _LoadEffectDef()
104 particle_script.OpenTable("emitter"); in _LoadEffectDef()
171 particle_script.OpenTable("keyframes"); in _LoadEffectDef()
179 particle_script.OpenTable(kf + 1); in _LoadEffectDef()
260 if (particle_script.OpenTable("wave_motion")) { in _LoadEffectDef()
283 if (particle_script.OpenTable("rotation")) { in _LoadEffectDef()
286 if (particle_script.OpenTable("rotate_to_velocity")) { in _LoadEffectDef()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/global/shop/
H A Dshop_data_handler.cpp50 if (!file.OpenTable("shop_data")) { in LoadShopData()
59 if (!file.OpenTable(shop_ids[i])) in LoadShopData()
63 if (file.OpenTable("available_buy")) { in LoadShopData()
72 if (file.OpenTable("available_trade")) { in LoadShopData()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/global/objects/
H A Dglobal_inventory_handler.cpp28 if(!_items_script.OpenFile("data/inventory/items.lua") || !_items_script.OpenTable("items")) in LoadScripts()
31 …if(!_weapons_script.OpenFile("data/inventory/weapons.lua") || !_weapons_script.OpenTable("weapons"… in LoadScripts()
34 …d_armor_script.OpenFile("data/inventory/head_armor.lua") || !_head_armor_script.OpenTable("armor")) in LoadScripts()
37 …armor_script.OpenFile("data/inventory/torso_armor.lua") || !_torso_armor_script.OpenTable("armor")) in LoadScripts()
40 …if(!_arm_armor_script.OpenFile("data/inventory/arm_armor.lua") || !_arm_armor_script.OpenTable("ar… in LoadScripts()
43 …if(!_leg_armor_script.OpenFile("data/inventory/leg_armor.lua") || !_leg_armor_script.OpenTable("ar… in LoadScripts()
46 …if(!_spirits_script.OpenFile("data/inventory/spirits.lua") || !_spirits_script.OpenTable("spirits"… in LoadScripts()
390 if (file.OpenTable(category_name)) { in _LoadInventory()
H A Dglobal_weapon.cpp40 script_file.OpenTable(_id); in GlobalWeapon()
100 if (!script.OpenTable("battle_animations")) in _LoadWeaponBattleAnimations()
113 if (!script.OpenTable(char_id)) in _LoadWeaponBattleAnimations()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/
H A Dmain.cpp88 if (!settings.OpenTable("settings")) { in LoadSettings()
99 if (!settings.OpenTable("key_settings")) { in LoadSettings()
139 if (!settings.OpenTable("joystick_settings")) { in LoadSettings()
171 if (!settings.OpenTable("video_settings")) { in LoadSettings()
191 if (!settings.OpenTable("audio_settings")) { in LoadSettings()
206 if (!settings.OpenTable("game_options")) { in LoadSettings()
267 theme_script.OpenTable("themes"); in LoadGUIThemes()
284 theme_script.OpenTable(theme_ids[i]); // Theme name in LoadGUIThemes()
/dports/games/allacrost/allacrost-1.0.2/src/
H A Dmain.cpp110 settings.OpenTable("settings"); in LoadSettings()
124 settings.OpenTable("key_settings"); in LoadSettings()
145 settings.OpenTable("joystick_settings"); in LoadSettings()
170 settings.OpenTable("battle_settings"); in LoadSettings()
187 settings.OpenTable("video_settings"); in LoadSettings()
204 settings.OpenTable("audio_settings"); in LoadSettings()
/dports/games/valyriatear/ValyriaTear-1.1.0/src/common/global/emotes/
H A Demote_handler.cpp38 emotes_script.OpenTable("emotes"); in LoadEmotes()
43 emotes_script.OpenTable(emotes_id[i]); in LoadEmotes()
61 emotes_script.OpenTable(j); in LoadEmotes()
/dports/net/kamailio/kamailio-5.4.5/utils/kamctl/dbtextdb/
H A Ddbtextdb_test.py343 db_conn.OpenTable()
355 db_conn.OpenTable()
365 self.assertRaises(ExecuteError, db_conn.OpenTable)
371 self.assertRaises(ExecuteError, db_conn.OpenTable)
377 self.assertRaises(ExecuteError, db_conn.OpenTable)
383 self.assertRaises(ExecuteError, db_conn.OpenTable)
389 self.assertRaises(ExecuteError, db_conn.OpenTable)
395 self.assertRaises(ExecuteError, db_conn.OpenTable)
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/map/
H A Dmap_tiles.cpp86 if (!tileset_script.OpenTable("tileset")) { in Load()
123 map_file.OpenTable("layers"); in Load()
133 map_file.OpenTable(layer_id); in Load()
246 if (!tileset_script.OpenTable("tileset")) { in Load()
254 tileset_script.OpenTable("animated_tiles"); in Load()

12345678910>>...17