Home
last modified time | relevance | path

Searched defs:ele (Results 126 – 150 of 1352) sorted by relevance

12345678910>>...55

/dports/graphics/blender/blender-2.91.0/release/scripts/startup/bl_operators/bmesh/
H A Dfind_adjacent.py48 def verts_from_elem(ele): argument
60 def edges_from_elem(ele): argument
278 def ele_uuid(ele): argument
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.beans/src/main/java/org/springframework/beans/factory/xml/
H A DBeanDefinitionParserDelegate.java301 protected Object extractSource(Element ele) { in extractSource()
444 public BeanDefinitionHolder parseBeanDefinitionElement(Element ele) { in parseBeanDefinitionElement()
539 Element ele, String beanName, BeanDefinition containingBean) { in parseBeanDefinitionElement()
804 Element ele = (Element) node; in parseLookupOverrideSubElements() local
844 public void parseConstructorArgElement(Element ele, BeanDefinition bd) { in parseConstructorArgElement()
905 public void parsePropertyElement(Element ele, BeanDefinition bd) { in parsePropertyElement()
931 public void parseQualifierElement(Element ele, AbstractBeanDefinition bd) { in parseQualifierElement()
1028 public Object parsePropertySubElement(Element ele, BeanDefinition bd) { in parsePropertySubElement()
1112 public Object parseIdRefElement(Element ele) { in parseIdRefElement()
1135 public Object parseValueElement(Element ele, String defaultTypeName) { in parseValueElement()
[all …]
/dports/www/libdom/libdom-0.4.1/src/html/
H A Dhtml_tablerow_element.c39 struct dom_html_table_row_element **ele) in _dom_html_table_row_element_create()
64 struct dom_html_table_row_element *ele) in _dom_html_table_row_element_initialise()
74 void _dom_html_table_row_element_finalise(struct dom_html_table_row_element *ele) in _dom_html_table_row_element_finalise()
84 void _dom_html_table_row_element_destroy(struct dom_html_table_row_element *ele) in _dom_html_table_row_element_destroy()
95 dom_exception _dom_html_table_row_element_parse_attribute(dom_element *ele, in _dom_html_table_row_element_parse_attribute()
H A Dhtml_element.c82 void _dom_html_element_finalise(struct dom_html_element *ele) in _dom_html_element_finalise()
345 dom_exception dom_html_element_get_bool_property(dom_html_element *ele, in dom_html_element_get_bool_property()
384 dom_exception dom_html_element_set_bool_property(dom_html_element *ele, in dom_html_element_set_bool_property()
459 dom_exception dom_html_element_get_int32_t_property(dom_html_element *ele, in dom_html_element_get_int32_t_property()
510 dom_exception dom_html_element_set_int32_t_property(dom_html_element *ele, in dom_html_element_set_int32_t_property()
548 dom_exception dom_html_element_get_dom_ulong_property(dom_html_element *ele, in dom_html_element_get_dom_ulong_property()
599 dom_exception dom_html_element_set_dom_ulong_property(dom_html_element *ele, in dom_html_element_set_dom_ulong_property()
/dports/games/torcs/torcs-1.3.7/src/tools/trackgen/
H A Deasymesh.cpp69 struct ele { struct
82 elem[MAX_NODES*2]; argument
/dports/cad/gmsh/gmsh-4.9.2-source/Post/
H A DPViewDataList.cpp189 for(int ele = 0; ele < getNumElements(step, ent); ele++) { in getMin() local
213 for(int ele = 0; ele < getNumElements(step, ent); ele++) { in getMax() local
267 for(int ele = 0; ele < nbelm; ele++) { in _stat() local
341 void PViewDataList::_setLast(int ele) in _setLast()
436 int PViewDataList::getDimension(int step, int ent, int ele) in getDimension()
442 int PViewDataList::getNumNodes(int step, int ent, int ele) in getNumNodes()
468 int PViewDataList::getNumComponents(int step, int ent, int ele) in getNumComponents()
474 int PViewDataList::getNumValues(int step, int ent, int ele) in getNumValues()
505 int PViewDataList::getNumEdges(int step, int ent, int ele) in getNumEdges()
511 int PViewDataList::getType(int step, int ent, int ele) in getType()
[all …]
H A DPViewDataIO.cpp33 for(int ele = 0; ele < getNumElements(step, ent); ele++) { in writeSTL() local
84 for(int ele = 0; ele < getNumElements(step, ent); ele++) { in writeTXT() local
134 for(int ele = 0; ele < getNumElements(firstNonEmptyStep, ent); ele++) { in writePOS() local
223 for(int ele = 0; ele < getNumElements(step, ent); ele++) { in toVector() local
255 for(int ele = 0; ele < getNumElements(step, ent); ele++) { in fromVector() local
/dports/databases/redis-devel/redis-0e5b813/src/modules/
H A Dhelloworld.c122 RedisModuleCallReply *ele = RedisModule_CallReplyArrayElement(reply,j); in HelloListSumLen_RedisCommand() local
162 RedisModuleString *ele; in HelloListSplice_RedisCommand() local
206 RedisModuleString *ele; in HelloListSpliceAuto_RedisCommand() local
293 RedisModuleString *ele = RedisModule_ListPop(key,REDISMODULE_LIST_TAIL); in HelloRepl2_RedisCommand() local
397 RedisModuleString *ele = RedisModule_ZsetRangeCurrentElement(key,&score); in HelloZsumRange_RedisCommand() local
407 RedisModuleString *ele = RedisModule_ZsetRangeCurrentElement(key,&score); in HelloZsumRange_RedisCommand() local
449 RedisModuleString *ele = RedisModule_ZsetRangeCurrentElement(key,&score); in HelloLexRange_RedisCommand() local
/dports/databases/redis6/redis-6.0.16/src/modules/
H A Dhelloworld.c122 RedisModuleCallReply *ele = RedisModule_CallReplyArrayElement(reply,j); in HelloListSumLen_RedisCommand() local
162 RedisModuleString *ele; in HelloListSplice_RedisCommand() local
206 RedisModuleString *ele; in HelloListSpliceAuto_RedisCommand() local
293 RedisModuleString *ele = RedisModule_ListPop(key,REDISMODULE_LIST_TAIL); in HelloRepl2_RedisCommand() local
397 RedisModuleString *ele = RedisModule_ZsetRangeCurrentElement(key,&score); in HelloZsumRange_RedisCommand() local
407 RedisModuleString *ele = RedisModule_ZsetRangeCurrentElement(key,&score); in HelloZsumRange_RedisCommand() local
449 RedisModuleString *ele = RedisModule_ZsetRangeCurrentElement(key,&score); in HelloLexRange_RedisCommand() local
/dports/databases/redis5/redis-5.0.14/src/modules/
H A Dhelloworld.c122 RedisModuleCallReply *ele = RedisModule_CallReplyArrayElement(reply,j); in HelloListSumLen_RedisCommand() local
162 RedisModuleString *ele; in HelloListSplice_RedisCommand() local
206 RedisModuleString *ele; in HelloListSpliceAuto_RedisCommand() local
293 RedisModuleString *ele = RedisModule_ListPop(key,REDISMODULE_LIST_TAIL); in HelloRepl2_RedisCommand() local
397 RedisModuleString *ele = RedisModule_ZsetRangeCurrentElement(key,&score); in HelloZsumRange_RedisCommand() local
407 RedisModuleString *ele = RedisModule_ZsetRangeCurrentElement(key,&score); in HelloZsumRange_RedisCommand() local
449 RedisModuleString *ele = RedisModule_ZsetRangeCurrentElement(key,&score); in HelloLexRange_RedisCommand() local
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/gis/
H A DIGisLine.cpp49 qreal ele = dem->getElevationAt(pt.coord); in updateElevation() local
55 qreal ele = dem->getElevationAt(sub.coord); in updateElevation() local
/dports/games/quakeforge/quakeforge-0.7.2/libs/gib/
H A Dgib_thread.c55 GIB_Thread_Free (void *ele, void *data) in GIB_Thread_Free()
108 GIB_Event_Get_Key (const void *ele, void *ptr) in GIB_Event_Get_Key()
114 GIB_Event_Free (void *ele, void *ptr) in GIB_Event_Free()
H A Dgib_vars.c60 GIB_Var_Get_Key (const void *ele, void *ptr) in GIB_Var_Get_Key()
66 GIB_Var_Free (void *ele, void *ptr) in GIB_Var_Free()
273 GIB_Domain_Get_Key (const void *ele, void *ptr) in GIB_Domain_Get_Key()
279 GIB_Domain_Free (void *ele, void *ptr) in GIB_Domain_Free()
/dports/cad/gmsh/gmsh-4.9.2-source/Plugin/
H A DWarp.cpp79 for(int ele = 0; ele < data1->getNumElements(0, ent); ele++) { in execute() local
99 for(int ele = 0; ele < data1->getNumElements(step, ent); ele++) { in execute() local
111 for(int ele = 0; ele < data1->getNumElements(step, ent); ele++) { in execute() local
H A DNearestNeighbor.cpp60 for(int ele = 0; ele < data1->getNumElements(step, ent); ele++) { in execute() local
75 for(int ele = 0; ele < data1->getNumElements(step, ent); ele++) { in execute() local
/dports/games/quakeforge/quakeforge-0.7.2/libs/util/
H A Dhash.c149 get_hash (const void *ele, void *data) in get_hash()
241 Hash_Add (hashtab_t *tab, void *ele) in Hash_Add()
260 Hash_AddElement (hashtab_t *tab, void *ele) in Hash_AddElement()
294 Hash_FindElement (hashtab_t *tab, const void *ele) in Hash_FindElement()
337 Hash_FindElementList (hashtab_t *tab, void *ele) in Hash_FindElementList()
388 Hash_DelElement (hashtab_t *tab, void *ele) in Hash_DelElement()
411 Hash_Free (hashtab_t *tab, void *ele) in Hash_Free()
/dports/math/sdpa/sdpa-7.3.8/libexample/
H A Dexample6.cpp59 void printVector(double* ele, int dim, char* printFormat, FILE* fpout) in printVector()
70 void printMatrix(double* ele, int dim, char* printFormat, FILE* fpout) in printMatrix()
H A Dexample2.cpp360 void printVector(double* ele, int dim, char* printFormat, FILE* fpout) in printVector()
371 void printMatrix(double* ele, int dim, char* printFormat, FILE* fpout) in printMatrix()
H A Dexample4.cpp110 void printVector(double* ele, int dim, char* printFormat, FILE* fpout) in printVector()
121 void printMatrix(double* ele, int dim, char* printFormat, FILE* fpout) in printMatrix()
H A Dexample1.cpp176 void printVector(double* ele, int dim, char* printFormat, FILE* fpout) in printVector()
187 void printMatrix(double* ele, int dim, char* printFormat, FILE* fpout) in printMatrix()
H A Dexample3.cpp196 void printVector(double* ele, int dim, char* printFormat, FILE* fpout) in printVector()
207 void printMatrix(double* ele, int dim, char* printFormat, FILE* fpout) in printMatrix()
/dports/sysutils/pax-utils/pax-utils-1.3.3/
H A Dxfuncs.h27 #define xarraypush_str(arr, ele) xarraypush(arr, ele, strlen(ele) + 1 /*NUL*/) argument
34 #define array_for_each(arr, n, ele) \ argument
/dports/net/openmpi/openmpi-4.1.1/test/class/
H A Dopal_tree.c276 test_data_t *ele; in check_descendants() local
310 test_data_t *ele = (test_data_t *)item; in test_serialize() local
318 test_data_t *ele; in test_deserialize() local
/dports/net/openmpi3/openmpi-3.1.6/test/class/
H A Dopal_tree.c276 test_data_t *ele; in check_descendants() local
310 test_data_t *ele = (test_data_t *)item; in test_serialize() local
318 test_data_t *ele; in test_deserialize() local
/dports/textproc/fop/fop-2.6/fop/examples/plan/src/org/apache/fop/plan/
H A DPlanRenderer.java143 public ActionInfo getActionInfo(Element ele, Locale locale) { in getActionInfo()
178 public EventList getEvents(Element ele, Locale locale) { in getEvents()
191 public GroupInfo getGroupInfo(Element ele, Locale locale) { in getGroupInfo()
204 public Date getDate(Element ele, Locale locale) { in getDate()

12345678910>>...55