ELinks 0.18.0
|
Functions | |
void * | document_parse_text (const char *charset, const char *data, size_t length) |
void * | document_parse (struct document *document, struct string *source) |
void | free_document (void *doc) |
void * | el_match_selector (const char *selector, void *node) |
void | add_lowercase_to_string (struct string *buf, const char *str, int len) |
bool | convert_key_to_dom_string (term_event_key_T key, dom_string **res) |
unicode_val_T | convert_dom_string_to_keycode (dom_string *dom_key) |
void | keybstrings_init (void) |
void | keybstrings_fini (void) |
void | js_html_document_user_data_handler (dom_node_operation operation, dom_string *key, void *data, struct dom_node *src, struct dom_node *dst) |
void add_lowercase_to_string | ( | struct string * | buf, |
const char * | str, | ||
int | len ) |
unicode_val_T convert_dom_string_to_keycode | ( | dom_string * | dom_key | ) |
bool convert_key_to_dom_string | ( | term_event_key_T | key, |
dom_string ** | res ) |
void * document_parse_text | ( | const char * | charset, |
const char * | data, | ||
size_t | length ) |
void * el_match_selector | ( | const char * | selector, |
void * | node ) |
f_size = FDIV(FMUL(F_96, FDIV(INTTOFIX(nsoption_int(font_size)), F_10)), F_72); f_min = FDIV(FMUL(F_96, FDIV(INTTOFIX(nsoption_int(font_min_size)), F_10)), F_72);
void free_document | ( | void * | doc | ) |
void js_html_document_user_data_handler | ( | dom_node_operation | operation, |
dom_string * | key, | ||
void * | data, | ||
struct dom_node * | src, | ||
struct dom_node * | dst ) |
void keybstrings_fini | ( | void | ) |
void keybstrings_init | ( | void | ) |