Home
last modified time | relevance | path

Searched refs:html_context (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/dports/www/elinks/elinks-0.11.7/src/document/html/parser/
H A Dgeneral.c46 html_span(struct html_context *html_context, unsigned char *a, in html_span() argument
52 html_bold(struct html_context *html_context, unsigned char *a, in html_bold() argument
59 html_italic(struct html_context *html_context, unsigned char *a, in html_italic() argument
73 html_fixed(struct html_context *html_context, unsigned char *a, in html_fixed() argument
94 html_font(struct html_context *html_context, unsigned char *a, in html_font() argument
123 html_body(struct html_context *html_context, unsigned char *a, in html_body() argument
138 html_apply_canvas_bgcolor(struct html_context *html_context) in html_apply_canvas_bgcolor() argument
261 html_context->special_f(html_context, SP_SCRIPT, uri); in html_script()
584 html_context->special_f(html_context, SP_NOWRAP, 1); in html_hr()
588 html_context->special_f(html_context, SP_NOWRAP, 0); in html_hr()
[all …]
H A Dforms.c39 html_form(struct html_context *html_context, unsigned char *a, in html_form() argument
110 html_context->special_f(html_context, SP_FORM, form); in html_form()
128 struct html_context *html_context) in init_form_control() argument
143 html_button(struct html_context *html_context, unsigned char *a, in html_button() argument
183 html_context->special_f(html_context, SP_CONTROL, fc); in html_button()
262 html_input(struct html_context *html_context, unsigned char *a, in html_input() argument
323 html_context->special_f(html_context, SP_CONTROL, fc); in html_input()
331 struct html_context *html_context) in do_html_select() argument
503 html_context->special_f(html_context, SP_CONTROL, fc); in do_html_select()
608 html_context->special_f(html_context, SP_CONTROL, fc); in html_option()
[all …]
H A Dlink.c43 html_a(struct html_context *html_context, unsigned char *a, in html_a() argument
192 struct html_context *html_context) in put_image_label() argument
209 struct html_context *html_context) in html_img_do() argument
348 html_img(struct html_context *html_context, unsigned char *a, in html_img() argument
357 struct html_context *html_context) in put_link_line() argument
391 html_context->options->framename, html_context); in html_applet()
394 html_context->options->framename, html_context); in html_applet()
403 struct html_context *html_context) in html_iframe_do() argument
423 html_context->options->framename, html_context); in html_iframe_do()
426 html_context->options->framename, html_context); in html_iframe_do()
[all …]
H A Dparse.c275 struct html_context *html_context) in get_width() argument
564 struct html_context *html_context);
569 struct html_context *html_context) in parse_html() argument
575 html_context->line_breax = html_context->table_level ? 2 : 1; in parse_html()
577 html_context->was_br = 0; in parse_html()
703 && !(html_context->was_xmp || html_context->was_style)) { in parse_html()
752 struct html_context *html_context) in start_element() argument
758 html_context->special_f(html_context, SP_TAG, a); \ in start_element()
897 struct html_context *html_context) in end_element() argument
958 struct html_context *html_context) in process_element() argument
[all …]
H A Dstack.c33 dump_html_stack(struct html_context *html_context)
50 search_html_stack(struct html_context *html_context, unsigned char *name) in search_html_stack() argument
59 dump_html_stack(html_context); in search_html_stack()
75 kill_html_stack_item(struct html_context *html_context, struct html_element *e) in kill_html_stack_item() argument
94 if (html_context->part in kill_html_stack_item()
95 && html_context->part->document in kill_html_stack_item()
121 if (list_empty(html_context->stack) in kill_html_stack_item()
130 html_stack_dup(struct html_context *html_context, enum html_element_mortality_type type) in html_stack_dup() argument
172 kill_element(struct html_context *html_context, int ls, struct html_element *e) in kill_element() argument
186 ln_break(html_context, l); in kill_element()
[all …]
H A Dstack.h7 struct html_context;
9 struct html_element *search_html_stack(struct html_context *html_context,
12 void html_stack_dup(struct html_context *html_context,
15 void kill_html_stack_item(struct html_context *html_context,
17 void kill_html_stack_until(struct html_context *html_context, int ls, ...);
H A Dtable.c66 get_bordercolor(struct html_context *html_context, unsigned char *a, color_T *rgb) in get_bordercolor() argument
86 get_align(struct html_context *html_context, unsigned char *attr, int *a) in get_align() argument
101 get_valign(struct html_context *html_context, unsigned char *attr, int *a) in get_valign() argument
116 struct html_context *html_context) in get_column_width() argument
142 set_table_frame(struct html_context *html_context, struct table *table, in set_table_frame() argument
172 set_table_rules(struct html_context *html_context, struct table *table, in set_table_rules() argument
192 struct html_context *html_context) in parse_table_attributes() argument
543 unsigned char *attr, int sh, struct html_context *html_context) in parse_table() argument
678 get_align(html_context, t_attr, &al); in parse_table()
679 get_valign(html_context, t_attr, &val); in parse_table()
[all …]
H A Dparse.h5 struct html_context;
46 …ml, unsigned char *eof, struct part *part, unsigned char *head, struct html_context *html_context);
50 typedef void (element_handler_T)(struct html_context *, unsigned char *attr,
59 int get_width(unsigned char *, unsigned char *, int, struct html_context *);
H A Dlink.h7 struct html_context;
9 …ned char *linkname, unsigned char *link, unsigned char *target, struct html_context *html_context);
/dports/www/elinks/elinks-0.11.7/src/document/html/
H A Dparser.c51 get_color(struct html_context *html_context, unsigned char *a, in get_color() argument
94 ln_break(struct html_context *html_context, int n) in ln_break() argument
99 html_context->line_break_f(html_context); in ln_break()
119 html_context->put_chars_f(html_context, " ", 1); in put_chrs()
143 html_context->put_chars_f(html_context, start, len); in put_chrs()
160 html_context->special_f(html_context, SP_TAG, id_attr); in set_fragment_identifier()
172 html_context->special_f(html_context, SP_TAG, attr); in add_fragment_identifier()
181 struct html_context *html_context = css->import_data; in import_css_stylesheet() local
417 html_context->special_f(html_context, in process_head()
759 struct html_context *html_context; in init_html_parser() local
[all …]
H A Dparser.h13 struct html_context;
166 struct html_context *
171 void (*line_break)(struct html_context *),
175 void done_html_parser(struct html_context *html_context);
176 struct html_element *init_html_parser_state(struct html_context *html_context, enum html_element_mo…
177 void done_html_parser_state(struct html_context *html_context,
182 int get_bgcolor(struct html_context *html_context, unsigned char *a, color_T *rgb);
183 void set_fragment_identifier(struct html_context *html_context,
185 void add_fragment_identifier(struct html_context *html_context,
206 void ln_break(struct html_context *html_context, int n);
[all …]
H A Drenderer.c296 struct html_context *html_context) in draw_frame_hchars() argument
315 struct html_context *html_context) in draw_frame_vchars() argument
729 split_line(struct html_context *html_context) in split_line() argument
798 justify_line(struct html_context *html_context, int y) in justify_line() argument
1091 put_chars_conv(struct html_context *html_context, in put_chars_conv() argument
1115 put_link_number(struct html_context *html_context) in put_link_number() argument
1259 get_link_state(struct html_context *html_context) in get_link_state() argument
1419 line_break(struct html_context *html_context) in line_break() argument
1676 color_link_lines(struct html_context *html_context) in color_link_lines() argument
1857 format_html_part(struct html_context *html_context, in format_html_part() argument
[all …]
H A Dinternal.h14 void process_head(struct html_context *html_context, unsigned char *head);
15 void put_chrs(struct html_context *html_context, unsigned char *start, int len);
39 struct html_context { struct
101 void (*put_chars_f)(struct html_context *, unsigned char *, int); argument
109 void (*line_break_f)(struct html_context *); argument
115 void *(*special_f)(struct html_context *, enum html_special_type, ...); argument
118 #define format (((struct html_element *) html_context->stack.next)->attr)
119 #define par_format (((struct html_element *) html_context->stack.next)->parattr)
120 #define html_top (*(struct html_element *) html_context->stack.next)
129 void html_focusable(struct html_context *html_context, unsigned char *a);
[all …]
H A Drenderer.h9 struct html_context;
35 void expand_lines(struct html_context *html_context, struct part *part,
39 …int, int, unsigned char data, color_T bgcolor, color_T fgcolor, struct html_context *html_context);
40 …int, int, unsigned char data, color_T bgcolor, color_T fgcolor, struct html_context *html_context);
44 struct part *format_html_part(struct html_context *html_context, unsigned char *, unsigned char *, …
H A Dtables.c53 get_table_indent(struct html_context *html_context, struct table *table) in get_table_indent() argument
82 format_cell(struct html_context *html_context, struct table *table, in format_cell() argument
97 get_cell_width(struct html_context *html_context, in get_cell_width() argument
126 get_cell_widths(struct html_context *html_context, struct table *table) in get_cell_widths() argument
817 struct html_context *html_context) in draw_table_cell() argument
878 struct html_context *html_context) in draw_table_cells() argument
952 int col, int row, struct html_context *html_context) in draw_frame_point() argument
1012 int col, int row, struct html_context *html_context) in draw_frame_hline() argument
1028 int col, int row, struct html_context *html_context) in draw_frame_vline() argument
1098 struct html_context *html_context) in draw_table_frames() argument
[all …]
/dports/www/elinks/elinks-0.11.7/src/document/css/
H A Dapply.c38 typedef void (*css_applier_T)(struct html_context *html_context,
43 css_apply_color(struct html_context *html_context, struct html_element *element, in css_apply_color() argument
53 css_apply_background_color(struct html_context *html_context, in css_apply_background_color() argument
64 css_apply_display(struct html_context *html_context, struct html_element *element, in css_apply_display() argument
86 css_apply_font_attribute(struct html_context *html_context, in css_apply_font_attribute() argument
97 css_apply_text_align(struct html_context *html_context, in css_apply_text_align() argument
120 examine_element(struct html_context *html_context, struct css_selector *base, in examine_element() argument
156 examine_element(html_context, base, \ in examine_element()
209 get_css_selector_for_element(struct html_context *html_context, in get_css_selector_for_element() argument
254 apply_css_selector_style(struct html_context *html_context, in apply_css_selector_style() argument
[all …]
H A Dapply.h8 struct html_context;
17 get_css_selector_for_element(struct html_context *html_context,
25 apply_css_selector_style(struct html_context *html_context,
32 css_apply(struct html_context *html_context, struct html_element *element,
/dports/textproc/py-sphinx-copybutton/sphinx-copybutton-0.4.0/sphinx_copybutton/
H A D__init__.py18 config.html_context.update(
21 config.html_context.update(
24 config.html_context.update(
27 config.html_context.update(
30 config.html_context.update(
33 config.html_context.update(
40 config.html_context.update(
43 config.html_context.update({"copybutton_image_path": config.copybutton_image_path})
44 config.html_context.update({"copybutton_selector": config.copybutton_selector})
45 config.html_context.update(
/dports/graphics/gmt/gmt-6.3.0/doc/rst/_extensions/sphinx_copybutton/
H A D__init__.py18 config.html_context.update(
21 config.html_context.update(
24 config.html_context.update(
27 config.html_context.update(
30 config.html_context.update({"copybutton_image_path": config.copybutton_image_path})
31 config.html_context.update({"copybutton_selector": config.copybutton_selector})
32 config.html_context.update(
/dports/deskutils/calibre/calibre-src-5.34.0/manual/
H A Dconf.py161 html_context = {} variable
162 html_context['other_languages'] = [
174 html_context['other_languages'].sort(key=sort_languages)
175 html_context['support_text'] = _('Support calibre')
176 html_context['support_tooltip'] = _('Contribute to support calibre development')
177 html_context['homepage_url'] = 'https://calibre-ebook.com'
179 html_context['homepage_url'] = localize_website_link(html_context['homepage_url'])
181 'website': (html_context['homepage_url'] + '/%s', None),
/dports/www/searx/searx-1.0.0/docs/
H A Dconf.py103 html_context = {"project_links": [] } variable
105 html_context["project_links"].append(ProjectLink("Source", brand.GIT_URL))
107 html_context["project_links"].append(ProjectLink("Wiki", brand.WIKI_URL))
109 html_context["project_links"].append(ProjectLink("Public instances", brand.PUBLIC_INSTANCES))
111 html_context["project_links"].append(ProjectLink("Twitter", brand.TWITTER_URL))
113 html_context["project_links"].append(ProjectLink("Issue Tracker", brand.ISSUE_URL))
115 html_context["project_links"].append(ProjectLink("Contact", brand.CONTACT_URL))
/dports/science/lammps/lammps-stable_29Sep2021/doc/utils/sphinx-config/
H A Dconf.py.in410 html_context
412 html_context = dict() variable
416 html_context['display_manual_versions'] = is_website_build
417 html_context['current_version'] = os.environ.get('LAMMPS_WEBSITE_BUILD_VERSION', version)
418 html_context['git_commit'] = git_commit
419 html_context['versions'] = [
424 html_context['downloads'] = [('PDF', 'Manual.pdf')]
/dports/devel/boost-docs/boost_1_72_0/libs/flyweight/example/
H A Dhtml.cpp135 typedef flyweight<html_context_data> html_context; typedef
142 character_data(char code_=0,html_context context_=html_context()): in character_data()
147 html_context context;
203 *out++=character(*first++,html_context(context)); in scan_html()
258 html_context context; in produce_html()
266 change_context(context,html_context(),out); /* close remaining context */ in produce_html()
/dports/devel/boost-python-libs/boost_1_72_0/libs/flyweight/example/
H A Dhtml.cpp135 typedef flyweight<html_context_data> html_context; typedef
142 character_data(char code_=0,html_context context_=html_context()): in character_data()
147 html_context context;
203 *out++=character(*first++,html_context(context)); in scan_html()
258 html_context context; in produce_html()
266 change_context(context,html_context(),out); /* close remaining context */ in produce_html()
/dports/databases/xtrabackup/boost_1_59_0/libs/flyweight/example/
H A Dhtml.cpp135 typedef flyweight<html_context_data> html_context; typedef
142 character_data(char code_=0,html_context context_=html_context()): in character_data()
147 html_context context;
203 *out++=character(*first++,html_context(context)); in scan_html()
258 html_context context; in produce_html()
266 change_context(context,html_context(),out); /* close remaining context */ in produce_html()

12345678910>>...13