Home
last modified time | relevance | path

Searched defs:ele (Results 1 – 25 of 1352) sorted by relevance

12345678910>>...55

/dports/www/xoops/XoopsCore25-2.5.10/htdocs/modules/system/admin/preferences/
H A Dmain.php88 …$ele = new XoopsFormSelect($title, $config[$i]->getVar('conf_name'), $config[$i]->getConfValue… variable
110 …$ele = new XoopsFormRadioYN($title, $config[$i]->getVar('conf_name'), $config[$i]->getConfValueFor… variable
127 …$ele = new XoopsFormSelect($title, $config[$i]->getVar('conf_name'), $config[$i]->getCo… variable
139 …$ele = new XoopsFormSelect($title, $config[$i]->getVar('conf_name'), $config[$i]->getConfValueForO… variable
146 …$ele = new XoopsFormSelectTimezone($title, $config[$i]->getVar('conf_name'), $config[$i]->getConfV… variable
150 …$ele = new XoopsFormSelectLang($title, $config[$i]->getVar('conf_name'), $config[$i]->getConfValue… variable
154 …$ele = new XoopsFormSelect($title, $config[$i]->getVar('conf_name'), $config[$i]->getCo… variable
196 $ele = new XoopsFormElementTray($title, '<br>'); variable
205 $ele = new XoopsFormLabel($title, _MD_AM_NOMODULE); variable
210 …$ele = new XoopsFormSelect($title, $config[$i]->getVar('conf_name'), $config[$i]->getConfValueForO… variable
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/test/org/rstudio/core/client/
H A DVirtualConsoleTests.java78 private VirtualConsole getVC(Element ele) in getVC()
147 PreElement ele = Document.get().createPreElement(); in testSimpleColor() local
157 PreElement ele = Document.get().createPreElement(); in testTwoColors() local
169 PreElement ele = Document.get().createPreElement(); in testColorOverwrite() local
181 PreElement ele = Document.get().createPreElement(); in testColorSplit() local
194 PreElement ele = Document.get().createPreElement(); in testColorOverlap() local
208 PreElement ele = Document.get().createPreElement(); in testFormFeed() local
219 PreElement ele = Document.get().createPreElement(); in testCarriageReturnWithStyleChange() local
236 PreElement ele = Document.get().createPreElement(); in testCarriageReturnWithStyleChange2() local
254 PreElement ele = Document.get().createPreElement(); in testCarriageReturnWithStyleChange3() local
[all …]
H A DElementIdsTests.java31 Element ele = DOM.createDiv(); in testExactMatchElementId() local
38 Element ele = DOM.createDiv(); in testMismatchedElementId() local
45 Element ele = DOM.createDiv(); in testMatchingUndupedElementId() local
52 Element ele = DOM.createDiv(); in testMisMatchedUndupedElementId() local
58 Element ele = DOM.createDiv(); in testElementIdWithoutStandardPrefix() local
65 Element ele = DOM.createDiv(); in testElementIdWithoutStandardSuffix() local
/dports/www/libdom/libdom-0.4.1/src/html/
H A Dhtml_select_element.c38 struct dom_html_select_element **ele) in _dom_html_select_element_create()
63 struct dom_html_select_element *ele) in _dom_html_select_element_initialise()
161 dom_html_select_element *ele, in _dom_html_select_element_make_collection()
207 dom_html_select_element *ele, int32_t *index) in dom_html_select_element_get_selected_index()
265 dom_html_select_element *ele, int32_t index) in dom_html_select_element_set_selected_index()
424 dom_html_select_element *ele, uint32_t *len) in dom_html_select_element_get_length()
450 dom_html_select_element *ele, uint32_t len) in dom_html_select_element_set_length()
484 dom_html_select_element *ele, in dom__html_select_element_get_options()
512 dom_html_select_element *ele, bool disabled) in dom_html_select_element_set_disabled()
601 dom_html_select_element *ele, int32_t size) in dom_html_select_element_set_size()
[all …]
H A Dhtml_script_element.c36 struct dom_html_script_element **ele) in _dom_html_script_element_create()
61 struct dom_html_script_element *ele) in _dom_html_script_element_initialise()
73 void _dom_html_script_element_finalise(struct dom_html_script_element *ele) in _dom_html_script_element_finalise()
83 void _dom_html_script_element_destroy(struct dom_html_script_element *ele) in _dom_html_script_element_destroy()
94 dom_exception _dom_html_script_element_parse_attribute(dom_element *ele, in _dom_html_script_element_parse_attribute()
202 dom_exception dom_html_script_element_get_defer(dom_html_script_element *ele, in dom_html_script_element_get_defer()
216 dom_exception dom_html_script_element_set_defer(dom_html_script_element *ele, in dom_html_script_element_set_defer()
259 dom_html_script_element *ele, in dom_html_script_element_get_text()
273 dom_html_script_element *ele, in dom_html_script_element_set_text()
287 dom_html_script_element *ele, in dom_html_script_element_get_flags()
[all …]
H A Dhtml_input_element.c36 struct dom_html_input_element **ele) in _dom_html_input_element_create()
61 struct dom_html_input_element *ele) in _dom_html_input_element_initialise()
79 void _dom_html_input_element_finalise(struct dom_html_input_element *ele) in _dom_html_input_element_finalise()
94 void _dom_html_input_element_destroy(struct dom_html_input_element *ele) in _dom_html_input_element_destroy()
200 dom_html_input_element *ele, dom_string **default_value) in dom_html_input_element_get_default_value()
218 dom_html_input_element *ele, dom_string *default_value) in dom_html_input_element_set_default_value()
240 dom_html_input_element *ele, bool *default_checked) in dom_html_input_element_get_default_checked()
255 dom_html_input_element *ele, bool default_checked) in dom_html_input_element_set_default_checked()
268 dom_exception _dom_html_input_element_parse_attribute(dom_element *ele, in _dom_html_input_element_parse_attribute()
469 dom_exception dom_html_input_element_blur(dom_html_input_element *ele) in dom_html_input_element_blur()
[all …]
H A Dhtml_text_area_element.c36 struct dom_html_text_area_element **ele) in _dom_html_text_area_element_create()
61 struct dom_html_text_area_element *ele) in _dom_html_text_area_element_initialise()
77 void _dom_html_text_area_element_finalise(struct dom_html_text_area_element *ele) in _dom_html_text_area_element_finalise()
99 void _dom_html_text_area_element_destroy(struct dom_html_text_area_element *ele) in _dom_html_text_area_element_destroy()
172 dom_html_text_area_element *ele, dom_string **default_value) in dom_html_text_area_element_get_default_value()
200 dom_html_text_area_element *ele, dom_string *default_value) in dom_html_text_area_element_set_default_value()
222 dom_html_text_area_element *ele, dom_string **value) in dom_html_text_area_element_get_value()
255 dom_html_text_area_element *ele, dom_string *value) in dom_html_text_area_element_set_value()
284 dom_exception _dom_html_text_area_element_parse_attribute(dom_element *ele, in _dom_html_text_area_element_parse_attribute()
470 dom_exception dom_html_text_area_element_blur(dom_html_text_area_element *ele) in dom_html_text_area_element_blur()
[all …]
H A Dhtml_frame_element.c36 struct dom_html_frame_element **ele) in _dom_html_frame_element_create()
61 struct dom_html_frame_element *ele) in _dom_html_frame_element_initialise()
71 void _dom_html_frame_element_finalise(struct dom_html_frame_element *ele) in _dom_html_frame_element_finalise()
81 void _dom_html_frame_element_destroy(struct dom_html_frame_element *ele) in _dom_html_frame_element_destroy()
94 dom_exception dom_html_frame_element_get_no_resize(dom_html_frame_element *ele, in dom_html_frame_element_get_no_resize()
108 dom_exception dom_html_frame_element_set_no_resize(dom_html_frame_element *ele, in dom_html_frame_element_set_no_resize()
120 dom_exception _dom_html_frame_element_parse_attribute(dom_element *ele, in _dom_html_frame_element_parse_attribute()
224 dom_html_frame_element *ele, in dom_html_frame_element_get_content_document()
H A Dhtml_menu_element.c36 struct dom_html_menu_element **ele) in _dom_html_menu_element_create()
61 struct dom_html_menu_element *ele) in _dom_html_menu_element_initialise()
71 void _dom_html_menu_element_finalise(struct dom_html_menu_element *ele) in _dom_html_menu_element_finalise()
81 void _dom_html_menu_element_destroy(struct dom_html_menu_element *ele) in _dom_html_menu_element_destroy()
94 dom_exception dom_html_menu_element_get_compact(dom_html_menu_element *ele, in dom_html_menu_element_get_compact()
108 dom_exception dom_html_menu_element_set_compact(dom_html_menu_element *ele, in dom_html_menu_element_set_compact()
120 dom_exception _dom_html_menu_element_parse_attribute(dom_element *ele, in _dom_html_menu_element_parse_attribute()
H A Dhtml_title_element.c36 struct dom_html_title_element **ele) in _dom_html_title_element_create()
61 struct dom_html_title_element *ele) in _dom_html_title_element_initialise()
71 void _dom_html_title_element_finalise(struct dom_html_title_element *ele) in _dom_html_title_element_finalise()
81 void _dom_html_title_element_destroy(struct dom_html_title_element *ele) in _dom_html_title_element_destroy()
92 dom_exception _dom_html_title_element_parse_attribute(dom_element *ele, in _dom_html_title_element_parse_attribute()
157 dom_exception dom_html_title_element_get_text(dom_html_title_element *ele, in dom_html_title_element_get_text()
170 dom_exception dom_html_title_element_set_text(dom_html_title_element *ele, in dom_html_title_element_set_text()
H A Dhtml_directory_element.c36 struct dom_html_directory_element **ele) in _dom_html_directory_element_create()
61 struct dom_html_directory_element *ele) in _dom_html_directory_element_initialise()
71 void _dom_html_directory_element_finalise(struct dom_html_directory_element *ele) in _dom_html_directory_element_finalise()
81 void _dom_html_directory_element_destroy(struct dom_html_directory_element *ele) in _dom_html_directory_element_destroy()
94 dom_exception dom_html_directory_element_get_compact(dom_html_directory_element *ele, in dom_html_directory_element_get_compact()
108 dom_exception dom_html_directory_element_set_compact(dom_html_directory_element *ele, in dom_html_directory_element_set_compact()
120 dom_exception _dom_html_directory_element_parse_attribute(dom_element *ele, in _dom_html_directory_element_parse_attribute()
H A Dhtml_dlist_element.c36 struct dom_html_dlist_element **ele) in _dom_html_dlist_element_create()
61 struct dom_html_dlist_element *ele) in _dom_html_dlist_element_initialise()
71 void _dom_html_dlist_element_finalise(struct dom_html_dlist_element *ele) in _dom_html_dlist_element_finalise()
81 void _dom_html_dlist_element_destroy(struct dom_html_dlist_element *ele) in _dom_html_dlist_element_destroy()
94 dom_exception dom_html_dlist_element_get_compact(dom_html_dlist_element *ele, in dom_html_dlist_element_get_compact()
108 dom_exception dom_html_dlist_element_set_compact(dom_html_dlist_element *ele, in dom_html_dlist_element_set_compact()
120 dom_exception _dom_html_dlist_element_parse_attribute(dom_element *ele, in _dom_html_dlist_element_parse_attribute()
H A Dhtml_link_element.c34 struct dom_html_link_element **ele) in _dom_html_link_element_create()
59 struct dom_html_link_element *ele) in _dom_html_link_element_initialise()
69 void _dom_html_link_element_finalise(struct dom_html_link_element *ele) in _dom_html_link_element_finalise()
79 void _dom_html_link_element_destroy(struct dom_html_link_element *ele) in _dom_html_link_element_destroy()
95 dom_exception dom_html_link_element_get_disabled(dom_html_link_element *ele, in dom_html_link_element_get_disabled()
109 dom_exception dom_html_link_element_set_disabled(dom_html_link_element *ele, in dom_html_link_element_set_disabled()
121 dom_exception _dom_html_link_element_parse_attribute(dom_element *ele, in _dom_html_link_element_parse_attribute()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/lib/libRocket/Source/Core/Lua/
H A DElement.cpp61 Element* ele = new Element(tag); in Elementnew() local
103 Element* ele = LuaType<Element>::check(L,1); in ElementAppendChild() local
177 Element* ele = obj->GetElementById(id); in ElementGetElementById() local
296 Element* ele = LuaType<Element>::check(L,1); in ElementGetAttrattributes() local
306 Element* ele = LuaType<Element>::check(L,1); in ElementGetAttrchild_nodes() local
316 Element* ele = LuaType<Element>::check(L,1); in ElementGetAttrclass_name() local
325 Element* ele = LuaType<Element>::check(L,1); in ElementGetAttrclient_left() local
333 Element* ele = LuaType<Element>::check(L,1); in ElementGetAttrclient_height() local
341 Element* ele = LuaType<Element>::check(L,1); in ElementGetAttrclient_top() local
349 Element* ele = LuaType<Element>::check(L,1); in ElementGetAttrclient_width() local
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/bmesh/intern/
H A Dbmesh_marking.h25 BMElem *ele; member
30 #define BM_elem_hide_set(bm, ele, hide) _bm_elem_hide_set(bm, &(ele)->head, hide) argument
101 #define BM_select_history_check(bm, ele) _bm_select_history_check(bm, &(ele)->head) argument
102 #define BM_select_history_remove(bm, ele) _bm_select_history_remove(bm, &(ele)->head) argument
103 #define BM_select_history_store_notest(bm, ele) _bm_select_history_store_notest(bm, &(ele)->head) argument
104 #define BM_select_history_store(bm, ele) _bm_select_history_store(bm, &(ele)->head) argument
105 #define BM_select_history_store_head_notest(bm, ele) \ argument
107 #define BM_select_history_store_head(bm, ele) _bm_select_history_store_head(bm, &(ele)->head) argument
108 #define BM_select_history_store_after_notest(bm, ese_ref, ele) \ argument
/dports/science/lammps/lammps-stable_29Sep2021/lib/poems/
H A Dpoemslist.h111 template<class S> void List<S>::Remove(ListElement<S>* ele){ in Remove()
133 delete ele; in Remove() local
143 ListElement<S>* ele = new ListElement<S>(v); in Append() local
168 ListElement<S>* ele = new ListElement<S>(v); in Prepend() local
183 ListElement<S>* ele = head; in CreateArray() local
197 ListElement<S>* ele = head; in operator() local
210 template<class S> void List<S>::RemoveElementAndDeleteValue(ListElement<S>* ele){ in RemoveElementAndDeleteValue()
218 ListElement<S>* ele = head; in PrintList() local
/dports/science/liggghts/LIGGGHTS-PUBLIC-3.8.0-26-g6e873439/lib/poems/
H A Dpoemslist.h111 template<class S> void List<S>::Remove(ListElement<S>* ele){ in Remove()
133 delete ele; in Remove() local
143 ListElement<S>* ele = new ListElement<S>(v); in Append() local
168 ListElement<S>* ele = new ListElement<S>(v); in Prepend() local
183 ListElement<S>* ele = head; in CreateArray() local
197 ListElement<S>* ele = head; in operator() local
210 template<class S> void List<S>::RemoveElementAndDeleteValue(ListElement<S>* ele){ in RemoveElementAndDeleteValue()
218 ListElement<S>* ele = head; in PrintList() local
/dports/mail/roundcube/roundcubemail-1.5.1/vendor/masterminds/html5/src/HTML5/Serializer/
H A DRulesInterface.php56 public function element($ele);
66 public function text($ele);
76 public function cdata($ele);
86 public function comment($ele);
98 public function processorInstruction($ele);
/dports/www/typo3-10/typo3_src-10.4.25/vendor/masterminds/html5/src/HTML5/Serializer/
H A DRulesInterface.php56 public function element($ele);
66 public function text($ele);
76 public function cdata($ele);
86 public function comment($ele);
98 public function processorInstruction($ele);
/dports/www/typo3-9/typo3_src-9.5.31/vendor/masterminds/html5/src/HTML5/Serializer/
H A DRulesInterface.php56 public function element($ele);
66 public function text($ele);
76 public function cdata($ele);
86 public function comment($ele);
98 public function processorInstruction($ele);
/dports/www/drupal8/drupal-8.9.20/vendor/masterminds/html5/src/HTML5/Serializer/
H A DRulesInterface.php60 public function element($ele);
70 public function text($ele);
80 public function cdata($ele);
90 public function comment($ele);
102 public function processorInstruction($ele);
/dports/www/drupal9/drupal-9.2.10/vendor/masterminds/html5/src/HTML5/Serializer/
H A DRulesInterface.php56 public function element($ele);
66 public function text($ele);
76 public function cdata($ele);
86 public function comment($ele);
98 public function processorInstruction($ele);
/dports/www/typo3-11/typo3_src-11.5.7/vendor/masterminds/html5/src/HTML5/Serializer/
H A DRulesInterface.php56 public function element($ele);
66 public function text($ele);
76 public function cdata($ele);
86 public function comment($ele);
98 public function processorInstruction($ele);
/dports/databases/db18/db-18.1.40/test/c/suites/
H A DTestQueue.c169 struct sh_le *ele = NULL; local
195 struct sh_le *ele = NULL; local
217 struct sh_le *ele = NULL; local
237 struct sh_le *ele = NULL; local
253 struct sh_le *ele = NULL, *lele = NULL; local
455 struct sh_te *ele = 0; local
468 struct sh_te *ele = NULL; local
492 struct sh_te *ele = NULL; local
514 struct sh_te *ele = NULL; local
529 struct sh_te *ele = NULL, *lele = NULL; local
[all …]
/dports/databases/db5/db-5.3.28/test/c/suites/
H A DTestQueue.c169 struct sh_le *ele = NULL; local
195 struct sh_le *ele = NULL; local
217 struct sh_le *ele = NULL; local
237 struct sh_le *ele = NULL; local
253 struct sh_le *ele = NULL, *lele = NULL; local
455 struct sh_te *ele = 0; local
468 struct sh_te *ele = NULL; local
492 struct sh_te *ele = NULL; local
514 struct sh_te *ele = NULL; local
529 struct sh_te *ele = NULL, *lele = NULL; local
[all …]

12345678910>>...55