Home
last modified time | relevance | path

Searched defs:entity_exists (Results 1 – 5 of 5) sorted by relevance

/dports/www/thirtybees/thirtybees-1.1.0/install/dev/
H A Dindex.phtml152 $entity_exists = $this->loader->entityExists($entity); variable
/dports/net-im/cawbird/cawbird-1.4.2/src/
H A DCbTextTransform.c242 gboolean entity_exists = FALSE; in cb_text_transform_text() local
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/core/
H A DMapData.cpp504 bool MapData::entity_exists(const EntityIndex& index) const { in entity_exists() function in Solarus::MapData
600 bool MapData::entity_exists(const std::string& name) const { in entity_exists() function in Solarus::MapData
/dports/sysutils/vector/lucet-d4fc14a03bdb99ac83173d27fddf1aca48412a86/wasmtime/crates/environ/src/cache/
H A Dconfig.rs406 let entity_exists = config_file.exists(); in load_and_parse_file() localVariable
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/
H A Dmap_model.cpp479 bool MapModel::entity_exists(const EntityIndex& index) const { in entity_exists() function in SolarusEditor::MapModel