Home
last modified time | relevance | path

Searched refs:box_create (Results 1 – 22 of 22) sorted by relevance

/dports/science/octopus/octopus-10.5/src/ions/
H A Dbox.F9033 box_create, &
62 subroutine box_create(box, shape, dim, sizes, center, namespace) subroutine
70 PUSH_SUB(box_create) argument
97 POP_SUB(box_create)
98 end subroutine box_create
/dports/www/netsurf/netsurf-3.10/content/handlers/html/
H A Dbox_construct.c342 gen = box_create(NULL, (css_computed_style *) style, in box_construct_generate()
375 marker = box_create(NULL, box->style, false, NULL, NULL, title, in box_construct_marker()
688 props.inline_container = box_create(NULL, NULL, false, NULL, in box_construct_element()
749 struct box *flt = box_create(NULL, NULL, false, in box_construct_element()
810 props.inline_container = box_create(NULL, NULL, false, in box_construct_element_after()
821 inline_end = box_create(NULL, box->style, false, in box_construct_element_after()
1052 props.inline_container = box_create(NULL, NULL, false, in box_construct_text()
1066 box = box_create(NULL, in box_construct_text()
1169 props.inline_container = box_create(NULL, NULL, in box_construct_text()
1185 box = box_create(NULL, in box_construct_text()
[all …]
H A Dbox_normalise.c197 cell = box_create(NULL, style, true, row->href, in box_normalise_table_row()
333 row = box_create(NULL, style, true, row_group->href, in box_normalise_table_row_group()
410 row = box_create(NULL, style, true, row_group->href, in box_normalise_table_row_group()
540 cell = box_create(NULL, style, true, in box_normalise_table_spans()
666 row_group = box_create(NULL, style, true, table->href, in box_normalise_table()
753 row_group = box_create(NULL, style, true, table->href, in box_normalise_table()
769 row = box_create(NULL, style, true, row_group->href, in box_normalise_table()
955 table = box_create(NULL, style, true, block->href, in box_normalise_block()
H A Dbox_manipulate.h45 struct box * box_create(css_select_results *styles, css_computed_style *style, bool style_owned, st…
H A Dbox_special.c565 inline_container = box_create(NULL, 0, false, 0, 0, 0, 0, html->bctx); in box_input_text()
569 inline_box = box_create(NULL, box->style, false, 0, 0, box->title, 0, in box_input_text()
1284 inline_container = box_create(NULL, 0, false, 0, 0, 0, 0, in box_input()
1291 inline_box = box_create(NULL, box->style, false, 0, 0, in box_input()
1769 inline_container = box_create(NULL, 0, false, 0, 0, 0, 0, content->bctx); in box_select()
1773 inline_box = box_create(NULL, box->style, false, 0, 0, box->title, 0, in box_select()
H A Dbox_manipulate.c92 box_create(css_select_results *styles, in box_create() function
/dports/x11/rofi/rofi-1.6.1/test/
H A Dbox-test.c107 box *b = box_create ( NULL, "box", ROFI_ORIENTATION_HORIZONTAL ); in main()
174 box *b = box_create ( NULL, "box", ROFI_ORIENTATION_VERTICAL ); in main()
240 box *b = box_create ( NULL, "box", ROFI_ORIENTATION_VERTICAL ); in main()
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/test/
H A Dbox-test.c108 box *b = box_create ( NULL, "box", ROFI_ORIENTATION_HORIZONTAL ); in main()
175 box *b = box_create ( NULL, "box", ROFI_ORIENTATION_VERTICAL ); in main()
241 box *b = box_create ( NULL, "box", ROFI_ORIENTATION_VERTICAL ); in main()
/dports/x11/rofi/rofi-1.6.1/include/widgets/
H A Dbox.h57 box * box_create ( widget *parent, const char *name, RofiOrientation type );
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/include/widgets/
H A Dbox.h57 box * box_create ( widget *parent, const char *name, RofiOrientation type );
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/source/
H A Dview.c971 wid = (widget *) box_create ( parent_widget, name, ROFI_ORIENTATION_VERTICAL ); in rofi_view_add_widget()
984 wid = (widget *) box_create ( parent_widget, name, ROFI_ORIENTATION_HORIZONTAL ); in rofi_view_add_widget()
1080 state->sidebar_bar = box_create ( parent_widget, name, ROFI_ORIENTATION_HORIZONTAL ); in rofi_view_add_widget()
1111 wid = (widget *) box_create ( parent_widget, name, ROFI_ORIENTATION_VERTICAL ); in rofi_view_add_widget()
1159 state->main_window = box_create ( NULL, "window", ROFI_ORIENTATION_VERTICAL ); in rofi_view_create()
1212 state->main_window = box_create ( NULL, "window", ROFI_ORIENTATION_VERTICAL ); in rofi_view_error_dialog()
1213 …box *box = box_create ( WIDGET ( state->main_window ), "error-message", ROFI_ORIENTATION_VERTICAL … in rofi_view_error_dialog()
/dports/x11/rofi/rofi-1.6.1/source/
H A Dview.c808 box *win = box_create ( NULL, "window", ROFI_ORIENTATION_HORIZONTAL ); in __create_window()
1668 wid = (widget *) box_create ( parent_widget, name, ROFI_ORIENTATION_VERTICAL ); in rofi_view_add_widget()
1681 wid = (widget *) box_create ( parent_widget, name, ROFI_ORIENTATION_HORIZONTAL ); in rofi_view_add_widget()
1777 state->sidebar_bar = box_create ( parent_widget, name, ROFI_ORIENTATION_HORIZONTAL ); in rofi_view_add_widget()
1808 wid = (widget *) box_create ( parent_widget, name, ROFI_ORIENTATION_VERTICAL ); in rofi_view_add_widget()
1856 state->main_window = box_create ( NULL, "window", ROFI_ORIENTATION_VERTICAL ); in rofi_view_create()
1905 state->main_window = box_create ( NULL, "window", ROFI_ORIENTATION_VERTICAL ); in rofi_view_error_dialog()
1906 …box *box = box_create ( WIDGET ( state->main_window ), "error-message", ROFI_ORIENTATION_VERTICAL … in rofi_view_error_dialog()
/dports/science/octopus/octopus-10.5/src/utils/
H A Dlocal_multipoles.F90605 call box_create(boxes(ibox), shape, dim, lsize, center, namespace)
608 call box_create(boxes(ibox), bshape, dim, lsize, center, namespace)
616 call box_create(boxes(ibox), bshape, dim, bsize, bcenter, namespace)
626 call box_create(boxes(ibox), bshape, dim, bsize, bcenter, namespace)
/dports/graphics/dia/dia-0.97.3/objects/standard/
H A Dbox.c83 static DiaObject *box_create(Point *startpoint,
100 (CreateFunc) box_create,
426 box_create(Point *startpoint, in box_create() function
/dports/graphics/dia/dia-0.97.3/objects/flowchart/
H A Dbox.c93 static DiaObject *box_create(Point *startpoint,
107 (CreateFunc) box_create,
586 box_create(Point *startpoint, in box_create() function
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/source/wayland/
H A Dview.c247 box *win = box_create ( NULL, "window", ROFI_ORIENTATION_HORIZONTAL ); in wayland___create_window()
/dports/x11/rofi/rofi-1.6.1/source/widgets/
H A Dbox.c343 box * box_create ( widget *parent, const char *name, RofiOrientation type ) in box_create() function
H A Dlistview.c186 widget *wid2 = (widget *) box_create ( wid, label, ROFI_ORIENTATION_VERTICAL ); in listview_add_widget()
197 row->box = box_create ( WIDGET ( lv ), "element", ROFI_ORIENTATION_HORIZONTAL ); in listview_create_row()
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/source/widgets/
H A Dbox.c343 box * box_create ( widget *parent, const char *name, RofiOrientation type ) in box_create() function
H A Dlistview.c186 widget *wid2 = (widget *) box_create ( wid, label, ROFI_ORIENTATION_VERTICAL ); in listview_add_widget()
197 row->box = box_create ( WIDGET ( lv ), "element", ROFI_ORIENTATION_HORIZONTAL ); in listview_create_row()
/dports/x11/rofi-wayland/rofi-1.6.1-wayland/source/xcb/
H A Dview.c617 box *win = box_create ( NULL, "window", ROFI_ORIENTATION_HORIZONTAL ); in xcb___create_window()
/dports/graphics/dia/dia-0.97.3/
H A DChangeLog.pre-git12135 * objects/standard/box.c (box_create):
12138 * objects/flowchart/box.c (box_create):
20672 * objects/flowchart/box.c (box_create): use default font.