Home
last modified time | relevance | path

Searched refs:load_entities (Results 1 – 25 of 28) sorted by relevance

12

/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_04_dxf_high_level_structs/
H A Dtest_408_objects_section.py4 from ezdxf.tools.test import load_entities
10 ent = load_entities(TESTOBJECTS, 'OBJECTS')
H A Dtest_410_table.py6 from ezdxf.tools.test import load_entities
19 entities = list(load_entities(AC1009TABLE, 'TABLES'))
36 entities = list(load_entities(AC1024TABLE, 'TABLES'))
H A Dtest_406_blocks_section.py6 from ezdxf.tools.test import load_entities
20 return BlocksSection(dxf12, list(load_entities(TESTBLOCKS, 'BLOCKS')))
25 entities = list(load_entities(TESTBLOCKS, 'BLOCKS'))
41 list(load_entities(EMPTYSEC, 'BLOCKS')))
H A Dtest_405_classes.py7 from ezdxf.tools.test import load_entities
60 entities = load_entities(TEST_CLASSES, 'CLASSES')
/dports/www/drupal8/drupal-8.9.20/core/modules/taxonomy/src/
H A DTermStorage.php220 public function loadTree($vid, $parent = 0, $max_depth = NULL, $load_entities = FALSE) { argument
250 if ($load_entities) {
275 $term = $load_entities ? $term_entities[$child] : $this->treeTerms[$vid][$child];
276 if (isset($this->treeParents[$vid][$load_entities ? $term->id() : $term->tid])) {
282 if (!$load_entities) {
285 $tid = $load_entities ? $term->id() : $term->tid;
H A DTermStorageInterface.php83 * @param bool $load_entities
92 public function loadTree($vid, $parent = 0, $max_depth = NULL, $load_entities = FALSE); argument
/dports/www/drupal9/drupal-9.2.10/core/modules/taxonomy/src/
H A DTermStorage.php222 public function loadTree($vid, $parent = 0, $max_depth = NULL, $load_entities = FALSE) { argument
252 if ($load_entities) {
277 $term = $load_entities ? $term_entities[$child] : $this->treeTerms[$vid][$child];
278 if (isset($this->treeParents[$vid][$load_entities ? $term->id() : $term->tid])) {
284 if (!$load_entities) {
287 $tid = $load_entities ? $term->id() : $term->tid;
H A DTermStorageInterface.php83 * @param bool $load_entities
92 public function loadTree($vid, $parent = 0, $max_depth = NULL, $load_entities = FALSE); argument
/dports/www/elixir-html_entities/html_entities-0.4.0/lib/html_entities/
H A Dutil.ex12 @spec load_entities(String.t) :: [entity]
13 def load_entities(filename) do function
/dports/games/gtkradiant/GPL/GtkRadiant/contrib/bobtoolz/
H A DDMap.cpp145 } load_entities(this, bLoadPatches); in LoadAll() local
147 GlobalSceneGraph().root()->m_traverse->traverse(load_entities); in LoadAll()
/dports/games/netradiant/netradiant-20150621-src/contrib/bobtoolz/
H A DDMap.cpp132 } load_entities( this, bLoadPatches ); in LoadAll() local
134 Node_getTraversable( GlobalSceneGraph().root() )->traverse( load_entities ); in LoadAll()
/dports/textproc/py-mwparserfromhell/mwparserfromhell-0.6.3/src/mwparserfromhell/parser/ctokenizer/
H A Dtokenizer.c197 load_entities(void) in load_entities() function
324 if (!NOARGS || load_entities() || load_tokens() || load_defs()) { in PyInit__tokenizer()
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/tools/
H A Dtest.py27 def load_entities(text: str, name: str): function
/dports/games/nxengine/nxengine-evo-2.6.5-1/src/
H A Dmap.h117 bool load_entities(const std::string &fname);
H A Dmap.cpp71 if (load_entities(ResourceManager::getInstance()->getPath(fname, false))) in load_stage()
223 bool load_entities(const std::string &fname) in load_entities() function
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_02_dxf_graphics/
H A Dtest_210_polyline_2.py7 from ezdxf.tools.test import load_entities
312 section = EntitySection(doc, load_entities(NEW_STYLE_POLYFACE, 'ENTITIES'))
/dports/www/elixir-html_entities/html_entities-0.4.0/lib/
H A Dhtml_entities.ex40 codes = HtmlEntities.Util.load_entities(@external_resource)
/dports/games/quakeforge/quakeforge-0.7.2/tools/qfbsp/source/
H A Dreadbsp.c79 load_entities (void) in load_entities() function
237 load_entities (); in LoadBSP()
/dports/cad/py-ezdxf/ezdxf-0.16.3/src/ezdxf/addons/
H A Diterdxf.py133 for entity in self.load_entities(self.sections['ENTITIES'] + 1,
144 def load_entities(self, start: int, member in IterDXF
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/xml/
H A Drepr-io.cpp96 int setFile( char const * filename, bool load_entities );
119 int XmlSource::setFile(char const *filename, bool load_entities=false) in setFile() argument
176 if(load_entities) { in setFile()
209 this->LoadEntities = load_entities; in setFile()
/dports/games/libretro-nxengine/nxengine-libretro-10c4381/nxengine/
H A Dmap.fdh15 bool load_entities(const char *fname);
H A Dmap.cpp56 if (load_entities(fname)) return 1; in load_stage()
131 bool load_entities(const char *fname) in load_entities() function
/dports/databases/qof/qof-0.8.8/backend/gda/
H A Dqof-gda.c373 load_entities (gpointer value, gpointer user_data) in load_entities() function
423 g_list_foreach (qgda_be->entities, load_entities, qgda_be); in qgda_class_foreach()
/dports/www/html2wml/html2wml-0.4.11/
H A Dhtml2chtml.cgi300 load_entities();
1492 sub load_entities {
H A Dhtml2wml.cgi302 load_entities();
1549 sub load_entities {

12