|
int | ecmascript_get_interpreter_count (void) |
void | ecmascript_put_interpreter (struct ecmascript_interpreter *interpreter) |
void | toggle_ecmascript (struct session *ses) |
void | ecmascript_protocol_handler (struct session *ses, struct uri *uri) |
void | check_for_snippets (struct view_state *vs, struct document_options *options, struct document *document) |
void | check_events_for_element (struct ecmascript_interpreter *interpreter, dom_node *element, struct term_event *ev) |
void | ecmascript_reset_state (struct view_state *vs) |
int | ecmascript_current_link_evhook (struct document_view *doc_view, enum script_event_hook_type type) |
int | ecmascript_eval_boolback (struct ecmascript_interpreter *interpreter, struct string *code) |
void | ecmascript_detach_form_view (struct form_view *fv) |
void | ecmascript_detach_form_state (struct form_state *fs) |
void | ecmascript_moved_form_state (struct form_state *fs) |
void * | walk_tree_query (dom_node *node, const char *selector, int depth) |
void | walk_tree_query_append (dom_node *node, const char *selector, int depth, struct selector_node list *result_list) |
void * | get_elements_by_class_name (dom_html_document *doc, dom_node *node, const char *classes) |
void | camel_to_html (const char *camel, struct string *result) |
void | ecmascript_walk_tree (struct string *buf, void *nod, bool start, bool toSortAttrs) |
void | free_el_dom_collection (void *ctx) |
void | save_integrity_in_map (struct uri *uri, char *integrity) |
char * | get_integrity_from_map (struct uri *uri) |