|
int | ecmascript_check_url (char *url, char *frame) |
void | ecmascript_free_urls (struct module *module) |
struct ecmascript_interpreter * | ecmascript_get_interpreter (struct view_state *vs) |
void | ecmascript_put_interpreter (struct ecmascript_interpreter *interpreter) |
int | ecmascript_get_interpreter_count (void) |
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 | ecmascript_reset_state (struct view_state *vs) |
void | ecmascript_eval (struct ecmascript_interpreter *interpreter, struct string *code, struct string *ret, int element_offset) |
char * | ecmascript_eval_stringback (struct ecmascript_interpreter *interpreter, struct string *code) |
int | ecmascript_eval_boolback (struct ecmascript_interpreter *interpreter, struct string *code) |
void | ecmascript_protocol_handler (struct session *ses, struct uri *uri) |
void | ecmascript_timeout_dialog (struct terminal *term, int max_exec_time) |
void | ecmascript_set_action (char **action, char *string) |
timer_id_T | ecmascript_set_timeout (struct ecmascript_interpreter *interpreter, char *code, int timeout) |
int | get_ecmascript_enable (struct ecmascript_interpreter *interpreter) |
void | check_for_rerender (struct ecmascript_interpreter *interpreter, const char *text) |
void | toggle_ecmascript (struct session *ses) |
void * | document_parse (struct document *document) |
void | free_document (void *doc) |
void | location_goto (struct document_view *doc_view, char *url) |
void | location_goto_const (struct document_view *doc_view, const char *url) |
struct string * | add_to_ecmascript_string_list (struct ecmascript_string_list_item list *list, const char *string, int length, int element_offset) |
void | free_ecmascript_string_list (struct ecmascript_string_list_item list *list) |