Home
last modified time | relevance | path

Searched refs:list_el (Results 1 – 25 of 54) sorted by relevance

123

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/vyos/vyos/plugins/module_utils/network/vyos/rm_templates/
H A Dbgp_global.py28 for k, v in iteritems(list_el):
46 + list_el["path"]
48 + str(list_el["count"])
158 + list_el["action"]
160 + str(list_el["acl"])
171 + list_el["action"]
173 + str(list_el["route_map"])
186 + list_el["action"]
188 + str(list_el["prefix_list"])
201 + list_el["action"]
[all …]
H A Dbgp_address_family.py103 + list_el["action"]
105 + str(list_el["acl"])
118 for list_el in config_data["route_map"]:
123 + list_el["action"]
125 + str(list_el["route_map"])
138 for list_el in config_data["prefix_list"]:
143 + list_el["action"]
145 + str(list_el["prefix_list"])
158 for list_el in config_data["filter_list"]:
163 + list_el["action"]
[all …]
/dports/net/samba412/samba-4.12.15/lib/talloc/doc/
H A Dtutorial_destructors.dox32 struct list_el *el = NULL;
33 el = talloc_get_type_abort(ctx, struct list_el);
42 int list_remove(struct list_el *el)
52 struct list_el* list_insert(TALLOC_CTX *mem_ctx,
53 struct list_el *where,
56 struct list_el *el = talloc(mem_ctx, struct list_el);
69 struct list_el* list_insert_free(TALLOC_CTX *mem_ctx,
70 struct list_el *where,
73 struct list_el *el = NULL;
/dports/devel/talloc/talloc-2.3.1/doc/
H A Dtutorial_destructors.dox32 struct list_el *el = NULL;
33 el = talloc_get_type_abort(ctx, struct list_el);
42 int list_remove(struct list_el *el)
52 struct list_el* list_insert(TALLOC_CTX *mem_ctx,
53 struct list_el *where,
56 struct list_el *el = talloc(mem_ctx, struct list_el);
69 struct list_el* list_insert_free(TALLOC_CTX *mem_ctx,
70 struct list_el *where,
73 struct list_el *el = NULL;
/dports/devel/tevent/tevent-0.10.2/lib/talloc/doc/
H A Dtutorial_destructors.dox32 struct list_el *el = NULL;
33 el = talloc_get_type_abort(ctx, struct list_el);
42 int list_remove(struct list_el *el)
52 struct list_el* list_insert(TALLOC_CTX *mem_ctx,
53 struct list_el *where,
56 struct list_el *el = talloc(mem_ctx, struct list_el);
69 struct list_el* list_insert_free(TALLOC_CTX *mem_ctx,
70 struct list_el *where,
73 struct list_el *el = NULL;
/dports/databases/ldb21/ldb-2.1.5/lib/talloc/doc/
H A Dtutorial_destructors.dox32 struct list_el *el = NULL;
33 el = talloc_get_type_abort(ctx, struct list_el);
42 int list_remove(struct list_el *el)
52 struct list_el* list_insert(TALLOC_CTX *mem_ctx,
53 struct list_el *where,
56 struct list_el *el = talloc(mem_ctx, struct list_el);
69 struct list_el* list_insert_free(TALLOC_CTX *mem_ctx,
70 struct list_el *where,
73 struct list_el *el = NULL;
/dports/databases/ldb22/ldb-2.2.1/lib/talloc/doc/
H A Dtutorial_destructors.dox32 struct list_el *el = NULL;
33 el = talloc_get_type_abort(ctx, struct list_el);
42 int list_remove(struct list_el *el)
52 struct list_el* list_insert(TALLOC_CTX *mem_ctx,
53 struct list_el *where,
56 struct list_el *el = talloc(mem_ctx, struct list_el);
69 struct list_el* list_insert_free(TALLOC_CTX *mem_ctx,
70 struct list_el *where,
73 struct list_el *el = NULL;
/dports/databases/ldb15/ldb-1.5.6/lib/talloc/doc/
H A Dtutorial_destructors.dox32 struct list_el *el = NULL;
33 el = talloc_get_type_abort(ctx, struct list_el);
42 int list_remove(struct list_el *el)
52 struct list_el* list_insert(TALLOC_CTX *mem_ctx,
53 struct list_el *where,
56 struct list_el *el = talloc(mem_ctx, struct list_el);
69 struct list_el* list_insert_free(TALLOC_CTX *mem_ctx,
70 struct list_el *where,
73 struct list_el *el = NULL;
/dports/databases/ldb20/ldb-2.0.10/lib/talloc/doc/
H A Dtutorial_destructors.dox32 struct list_el *el = NULL;
33 el = talloc_get_type_abort(ctx, struct list_el);
42 int list_remove(struct list_el *el)
52 struct list_el* list_insert(TALLOC_CTX *mem_ctx,
53 struct list_el *where,
56 struct list_el *el = talloc(mem_ctx, struct list_el);
69 struct list_el* list_insert_free(TALLOC_CTX *mem_ctx,
70 struct list_el *where,
73 struct list_el *el = NULL;
/dports/devel/sdlskk/sdlskk-0.5/
H A Ddictionary.c188 SDLSKK_ListElement* list_el; in SDLSKK_Dict_save_user_dict() local
204 for( list_el = hash_el->vals->begin->next; in SDLSKK_Dict_save_user_dict()
205 list_el != hash_el->vals->end; in SDLSKK_Dict_save_user_dict()
206 list_el = list_el->next ){ in SDLSKK_Dict_save_user_dict()
207 if( list_el->save ){ in SDLSKK_Dict_save_user_dict()
209 SDLSKK_Str_to_cstr( list_el->val, buf, sizeof(buf) - 1 ); in SDLSKK_Dict_save_user_dict()
/dports/x11-fm/rox-filer/rox-filer-2.11/ROX-Filer/src/
H A Dxdgmime.c841 XdgCallbackList *list_el; in xdg_mime_register_reload_callback() local
845 list_el = calloc (1, sizeof (XdgCallbackList)); in xdg_mime_register_reload_callback()
846 list_el->callback_id = callback_id; in xdg_mime_register_reload_callback()
847 list_el->callback = callback; in xdg_mime_register_reload_callback()
848 list_el->data = data; in xdg_mime_register_reload_callback()
849 list_el->destroy = destroy; in xdg_mime_register_reload_callback()
850 list_el->next = callback_list; in xdg_mime_register_reload_callback()
851 if (list_el->next) in xdg_mime_register_reload_callback()
852 list_el->next->prev = list_el; in xdg_mime_register_reload_callback()
854 callback_list = list_el; in xdg_mime_register_reload_callback()
/dports/www/firefox-esr/firefox-91.8.0/testing/marionette/harness/marionette_harness/tests/unit/
H A Dtest_click_scrolling.py123 list_el = self.marionette.find_element(By.TAG_NAME, "ul")
125 "return arguments[0].scrollTop;", script_args=(list_el,)
128 item = list_el.find_element(By.ID, "desired")
132 "return arguments[0].scrollTop;", script_args=(list_el,)
/dports/www/firefox/firefox-99.0/testing/marionette/harness/marionette_harness/tests/unit/
H A Dtest_click_scrolling.py123 list_el = self.marionette.find_element(By.TAG_NAME, "ul")
125 "return arguments[0].scrollTop;", script_args=(list_el,)
128 item = list_el.find_element(By.ID, "desired")
132 "return arguments[0].scrollTop;", script_args=(list_el,)
/dports/lang/spidermonkey60/firefox-60.9.0/testing/marionette/harness/marionette_harness/tests/unit/
H A Dtest_click_scrolling.py99 list_el = self.marionette.find_element(By.TAG_NAME, "ul")
101 "return arguments[0].scrollTop;", script_args=(list_el,))
103 item = list_el.find_element(By.ID, "desired")
107 script_args=(list_el,))
/dports/mail/thunderbird/thunderbird-91.8.0/testing/marionette/harness/marionette_harness/tests/unit/
H A Dtest_click_scrolling.py123 list_el = self.marionette.find_element(By.TAG_NAME, "ul")
125 "return arguments[0].scrollTop;", script_args=(list_el,)
128 item = list_el.find_element(By.ID, "desired")
132 "return arguments[0].scrollTop;", script_args=(list_el,)
/dports/lang/spidermonkey78/firefox-78.9.0/testing/marionette/harness/marionette_harness/tests/unit/
H A Dtest_click_scrolling.py98 list_el = self.marionette.find_element(By.TAG_NAME, "ul")
100 "return arguments[0].scrollTop;", script_args=(list_el,))
102 item = list_el.find_element(By.ID, "desired")
106 script_args=(list_el,))
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/third_party/xdg_mime/
H A Dxdgmime.c869 XdgCallbackList *list_el; in xdg_mime_register_reload_callback() local
873 list_el = calloc (1, sizeof (XdgCallbackList)); in xdg_mime_register_reload_callback()
874 list_el->callback_id = callback_id; in xdg_mime_register_reload_callback()
875 list_el->callback = callback; in xdg_mime_register_reload_callback()
876 list_el->data = data; in xdg_mime_register_reload_callback()
877 list_el->destroy = destroy; in xdg_mime_register_reload_callback()
878 list_el->next = callback_list; in xdg_mime_register_reload_callback()
879 if (list_el->next) in xdg_mime_register_reload_callback()
880 list_el->next->prev = list_el; in xdg_mime_register_reload_callback()
882 callback_list = list_el; in xdg_mime_register_reload_callback()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/third_party/xdg_mime/
H A Dxdgmime.c869 XdgCallbackList *list_el; in xdg_mime_register_reload_callback() local
873 list_el = calloc (1, sizeof (XdgCallbackList)); in xdg_mime_register_reload_callback()
874 list_el->callback_id = callback_id; in xdg_mime_register_reload_callback()
875 list_el->callback = callback; in xdg_mime_register_reload_callback()
876 list_el->data = data; in xdg_mime_register_reload_callback()
877 list_el->destroy = destroy; in xdg_mime_register_reload_callback()
878 list_el->next = callback_list; in xdg_mime_register_reload_callback()
879 if (list_el->next) in xdg_mime_register_reload_callback()
880 list_el->next->prev = list_el; in xdg_mime_register_reload_callback()
882 callback_list = list_el; in xdg_mime_register_reload_callback()
/dports/audio/fatfrog-lv2/FatFrog.lv2-1.0/libxputty/xputty/xdgmime/
H A Dxdgmime.c881 XdgCallbackList *list_el; in xdg_mime_register_reload_callback() local
885 list_el = calloc (1, sizeof (XdgCallbackList)); in xdg_mime_register_reload_callback()
886 list_el->callback_id = callback_id; in xdg_mime_register_reload_callback()
887 list_el->callback = callback; in xdg_mime_register_reload_callback()
888 list_el->data = data; in xdg_mime_register_reload_callback()
889 list_el->destroy = destroy; in xdg_mime_register_reload_callback()
890 list_el->next = callback_list; in xdg_mime_register_reload_callback()
891 if (list_el->next) in xdg_mime_register_reload_callback()
892 list_el->next->prev = list_el; in xdg_mime_register_reload_callback()
894 callback_list = list_el; in xdg_mime_register_reload_callback()
/dports/audio/littlefly-lv2/LittleFly.lv2-1.0/libxputty/xputty/xdgmime/
H A Dxdgmime.c881 XdgCallbackList *list_el; in xdg_mime_register_reload_callback() local
885 list_el = calloc (1, sizeof (XdgCallbackList)); in xdg_mime_register_reload_callback()
886 list_el->callback_id = callback_id; in xdg_mime_register_reload_callback()
887 list_el->callback = callback; in xdg_mime_register_reload_callback()
888 list_el->data = data; in xdg_mime_register_reload_callback()
889 list_el->destroy = destroy; in xdg_mime_register_reload_callback()
890 list_el->next = callback_list; in xdg_mime_register_reload_callback()
891 if (list_el->next) in xdg_mime_register_reload_callback()
892 list_el->next->prev = list_el; in xdg_mime_register_reload_callback()
894 callback_list = list_el; in xdg_mime_register_reload_callback()
/dports/audio/guitarix-lv2/guitarix-0.43.1/src/LV2/xputty/xdgmime/
H A Dxdgmime.c881 XdgCallbackList *list_el; in xdg_mime_register_reload_callback() local
885 list_el = calloc (1, sizeof (XdgCallbackList)); in xdg_mime_register_reload_callback()
886 list_el->callback_id = callback_id; in xdg_mime_register_reload_callback()
887 list_el->callback = callback; in xdg_mime_register_reload_callback()
888 list_el->data = data; in xdg_mime_register_reload_callback()
889 list_el->destroy = destroy; in xdg_mime_register_reload_callback()
890 list_el->next = callback_list; in xdg_mime_register_reload_callback()
891 if (list_el->next) in xdg_mime_register_reload_callback()
892 list_el->next->prev = list_el; in xdg_mime_register_reload_callback()
894 callback_list = list_el; in xdg_mime_register_reload_callback()
/dports/audio/mamba/Mamba-2.2/libxputty/xputty/xdgmime/
H A Dxdgmime.c881 XdgCallbackList *list_el; in xdg_mime_register_reload_callback() local
885 list_el = calloc (1, sizeof (XdgCallbackList)); in xdg_mime_register_reload_callback()
886 list_el->callback_id = callback_id; in xdg_mime_register_reload_callback()
887 list_el->callback = callback; in xdg_mime_register_reload_callback()
888 list_el->data = data; in xdg_mime_register_reload_callback()
889 list_el->destroy = destroy; in xdg_mime_register_reload_callback()
890 list_el->next = callback_list; in xdg_mime_register_reload_callback()
891 if (list_el->next) in xdg_mime_register_reload_callback()
892 list_el->next->prev = list_el; in xdg_mime_register_reload_callback()
894 callback_list = list_el; in xdg_mime_register_reload_callback()
/dports/audio/fluida-lv2/Fluida.lv2-0.7/libxputty/xputty/xdgmime/
H A Dxdgmime.c881 XdgCallbackList *list_el; in xdg_mime_register_reload_callback() local
885 list_el = calloc (1, sizeof (XdgCallbackList)); in xdg_mime_register_reload_callback()
886 list_el->callback_id = callback_id; in xdg_mime_register_reload_callback()
887 list_el->callback = callback; in xdg_mime_register_reload_callback()
888 list_el->data = data; in xdg_mime_register_reload_callback()
889 list_el->destroy = destroy; in xdg_mime_register_reload_callback()
890 list_el->next = callback_list; in xdg_mime_register_reload_callback()
891 if (list_el->next) in xdg_mime_register_reload_callback()
892 list_el->next->prev = list_el; in xdg_mime_register_reload_callback()
894 callback_list = list_el; in xdg_mime_register_reload_callback()
/dports/misc/shared-mime-info/shared-mime-info-ef58b2b2f7ad4070171c6e45e3b3764daa3ff2c1/src/xdgmime/src/
H A Dxdgmime.c881 XdgCallbackList *list_el; in xdg_mime_register_reload_callback() local
885 list_el = calloc (1, sizeof (XdgCallbackList)); in xdg_mime_register_reload_callback()
886 list_el->callback_id = callback_id; in xdg_mime_register_reload_callback()
887 list_el->callback = callback; in xdg_mime_register_reload_callback()
888 list_el->data = data; in xdg_mime_register_reload_callback()
889 list_el->destroy = destroy; in xdg_mime_register_reload_callback()
890 list_el->next = callback_list; in xdg_mime_register_reload_callback()
891 if (list_el->next) in xdg_mime_register_reload_callback()
892 list_el->next->prev = list_el; in xdg_mime_register_reload_callback()
894 callback_list = list_el; in xdg_mime_register_reload_callback()
/dports/devel/glib20/glib-2.70.4/gio/xdgmime/
H A Dxdgmime.c957 XdgCallbackList *list_el; in xdg_mime_register_reload_callback() local
961 list_el = calloc (1, sizeof (XdgCallbackList)); in xdg_mime_register_reload_callback()
962 list_el->callback_id = callback_id; in xdg_mime_register_reload_callback()
963 list_el->callback = callback; in xdg_mime_register_reload_callback()
964 list_el->data = data; in xdg_mime_register_reload_callback()
965 list_el->destroy = destroy; in xdg_mime_register_reload_callback()
966 list_el->next = callback_list; in xdg_mime_register_reload_callback()
967 if (list_el->next) in xdg_mime_register_reload_callback()
968 list_el->next->prev = list_el; in xdg_mime_register_reload_callback()
970 callback_list = list_el; in xdg_mime_register_reload_callback()

123