Home
last modified time | relevance | path

Searched defs:layout (Results 1 – 25 of 9212) sorted by relevance

12345678910>>...369

/dports/math/R-cran-gtable/gtable/tests/testthat/
H A Dtest-layout.r19 layout <- gtable() globalVar
22 layout <- gtable_add_rows(layout, unit(1, "cm")) globalVar
25 layout <- gtable_add_rows(layout, unit(1, "cm")) globalVar
26 layout <- gtable_add_rows(layout, unit(1, "cm")) globalVar
35 layout <- gtable() globalVar
52 layout <- gtable_add_grob(layout, grob1, 1, 1) globalVar
88 layout <- gtable() globalVar
92 layout <- gtable_add_col_space(layout, cm) globalVar
95 layout <- gtable_add_row_space(layout, cm) globalVar
100 layout <- gtable() globalVar
[all …]
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_02_dxf_graphics/
H A Dtest_210_polyline_2.py18 def layout(doc): function
22 def test_create_polyline2D(layout): argument
29 def test_create_polyline3D(layout): argument
64 def test_vertex_layer(layout): argument
79 def test_set_vertex(layout): argument
85 def test_points(layout): argument
91 def test_point_slicing(layout): argument
97 def test_append_vertices(layout): argument
104 def test_insert_vertices(layout): argument
112 def test_delete_one_vertex(layout): argument
[all …]
H A Dtest_219_dxf_r2000_generics.py63 def layout(): function
70 def test_create_line(layout): argument
76 def test_create_circle(layout): argument
82 def test_create_arc(layout): argument
90 def test_create_trace(layout): argument
98 def test_create_solid(layout): argument
106 def test_create_3dface(layout): argument
114 def test_create_text(layout): argument
161 def test_create_shape(layout): argument
171 def test_create_ray(layout): argument
[all …]
H A Dtest_225_mtext.py133 def layout(): function
158 def test_new_long_mtext(layout, text): argument
164 def test_default_text_chunk_size_of_250_chars(layout): argument
183 def test_text_direction_wins_over_rotation(layout): argument
200 def test_append_text(layout): argument
206 def test_set_location(layout): argument
218 def test_set_bg_color(layout): argument
226 def test_set_bg_true_color(layout): argument
235 def test_delete_bg_color(layout): argument
246 def test_set_bg_canvas_color(layout): argument
[all …]
H A Dtest_232_acis.py10 def layout(): function
15 def test_body_default_settings(layout): argument
20 def test_body_getting_acis_data(layout): argument
25 def test_backward_compatibility(layout): argument
35 def test_region_default_settings(layout): argument
40 def test_region_getting_acis_data(layout): argument
45 def test_3dsolid_default_settings(layout): argument
51 def test_3dsolid_getting_acis_data(layout): argument
/dports/biology/seqan-apps/seqan-seqan-v2.4.0/tests/realign/
H A Dtest_realign.cpp76 seqan::AlignedReadLayout layout; in SEQAN_DEFINE_TEST() local
92 seqan::AlignedReadLayout layout; in SEQAN_DEFINE_TEST() local
143 seqan::AlignedReadLayout layout; in SEQAN_DEFINE_TEST() local
191 seqan::AlignedReadLayout layout; in SEQAN_DEFINE_TEST() local
257 seqan::AlignedReadLayout layout; in SEQAN_DEFINE_TEST() local
331 seqan::AlignedReadLayout layout; in SEQAN_DEFINE_TEST() local
389 seqan::AlignedReadLayout layout; in SEQAN_DEFINE_TEST() local
449 seqan::AlignedReadLayout layout; in SEQAN_DEFINE_TEST() local
508 seqan::AlignedReadLayout layout; in SEQAN_DEFINE_TEST() local
564 seqan::AlignedReadLayout layout; in SEQAN_DEFINE_TEST() local
[all …]
/dports/net-mgmt/nagios4/nagios-4.4.6/html/
H A Dmap.php20 $layout = 6; variable
22 $layout = $cfg["default_statusmap_layout"]; variable
24 $layout = $layout + 0; variable
26 $layout = -1; variable
28 $layout = 6; variable
39 $layout = $_GET['layout']; variable
43 $layout = 6; variable
/dports/cad/py-ezdxf/ezdxf-0.16.3/tests/test_03_dxf_layouts/
H A Dtest_312_virtual_layout.py10 def layout(): function
19 def test_add_simple_entities(layout): argument
26 def test_entities_have_no_handle(layout): argument
34 def test_removing_entiy_does_not_destroy_entity(layout): argument
41 def test_purge_destroyed_entities(layout): argument
51 def test_can_add_entity_to_a_real_layout(layout, doc): argument
59 def test_copy_all_entities_to_a_real_layout(layout, doc): argument
76 def test_move_all_entities_to_a_real_layout(layout, doc): argument
93 def test_copy_all_sub_entities_to_a_real_layout(layout, doc): argument
128 def test_move_all_sub_entities_to_a_real_layout(layout, doc): argument
/dports/math/ogdf/OGDF/test/src/layout/
H A Denergy-based.cpp51 void init(T& layout) { in init()
56 void init(DavidsonHarelLayout& layout) { in init()
61 void init(FastMultipoleEmbedder& layout) { in init()
67 void init(FastMultipoleMultilevelEmbedder& layout) { in init()
72 void init(FMMMLayout& layout) { in init()
77 void init(GEMLayout& layout) { in init()
82 void init(NodeRespecterLayout& layout) { in init()
87 void init(SpringEmbedderFRExact& layout) { in init()
92 void init(SpringEmbedderGridVariant& layout) { in init()
98 void init(StressMinimization& layout) { in init()
[all …]
/dports/sysutils/screen/screen-4.8.0/
H A Dlayout.h37 struct layout struct
39 struct layout *lay_next; argument
48 extern void AutosaveLayout __P((struct layout *)); argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/logilab/logilab/common/ureports/
H A Dhtml_writer.py35 def handle_attrs(self, layout): argument
46 def begin_format(self, layout): argument
53 def end_format(self, layout): argument
60 def visit_section(self, layout): argument
68 def visit_title(self, layout): argument
74 def visit_table(self, layout): argument
98 def visit_list(self, layout): argument
105 def visit_paragraph(self, layout): argument
111 def visit_span(self, layout): argument
117 def visit_link(self, layout): argument
[all …]
H A Dtext_writer.py37 def begin_format(self, layout): argument
42 def visit_section(self, layout): argument
56 def visit_title(self, layout): argument
64 def visit_paragraph(self, layout): argument
69 def visit_span(self, layout): argument
73 def visit_table(self, layout): argument
109 def field_table(self, layout, table_content, cols_width): argument
117 def visit_list(self, layout): argument
127 def visit_link(self, layout): argument
135 def visit_verbatimtext(self, layout): argument
[all …]
H A Ddocbook_writer.py28 def begin_format(self, layout): argument
38 def end_format(self, layout): argument
43 def visit_section(self, layout): argument
55 def visit_title(self, layout): argument
61 def visit_table(self, layout): argument
102 def visit_list(self, layout): argument
109 def visit_paragraph(self, layout): argument
115 def visit_span(self, layout): argument
122 def visit_link(self, layout): argument
128 def visit_verbatimtext(self, layout): argument
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gdk/
H A Dgdkpopuplayout.c110 GdkPopupLayout *layout; in G_DEFINE_BOXED_TYPE() local
130 gdk_popup_layout_ref (GdkPopupLayout *layout) in gdk_popup_layout_ref()
143 gdk_popup_layout_unref (GdkPopupLayout *layout) in gdk_popup_layout_unref()
158 gdk_popup_layout_copy (GdkPopupLayout *layout) in gdk_popup_layout_copy()
190 gdk_popup_layout_equal (GdkPopupLayout *layout, in gdk_popup_layout_equal()
231 gdk_popup_layout_get_anchor_rect (GdkPopupLayout *layout) in gdk_popup_layout_get_anchor_rect()
244 gdk_popup_layout_set_rect_anchor (GdkPopupLayout *layout, in gdk_popup_layout_set_rect_anchor()
259 gdk_popup_layout_get_rect_anchor (GdkPopupLayout *layout) in gdk_popup_layout_get_rect_anchor()
306 gdk_popup_layout_set_anchor_hints (GdkPopupLayout *layout, in gdk_popup_layout_set_anchor_hints()
335 gdk_popup_layout_set_offset (GdkPopupLayout *layout, in gdk_popup_layout_set_offset()
[all …]
H A Dgdktoplevellayout.c72 GdkToplevelLayout *layout; in G_DEFINE_BOXED_TYPE() local
95 gdk_toplevel_layout_ref (GdkToplevelLayout *layout) in gdk_toplevel_layout_ref()
108 gdk_toplevel_layout_unref (GdkToplevelLayout *layout) in gdk_toplevel_layout_unref()
126 gdk_toplevel_layout_copy (GdkToplevelLayout *layout) in gdk_toplevel_layout_copy()
155 gdk_toplevel_layout_equal (GdkToplevelLayout *layout, in gdk_toplevel_layout_equal()
178 gdk_toplevel_layout_set_resizable (GdkToplevelLayout *layout, in gdk_toplevel_layout_set_resizable()
194 gdk_toplevel_layout_get_resizable (GdkToplevelLayout *layout) in gdk_toplevel_layout_get_resizable()
208 gdk_toplevel_layout_set_maximized (GdkToplevelLayout *layout, in gdk_toplevel_layout_set_maximized()
227 gdk_toplevel_layout_get_maximized (GdkToplevelLayout *layout, in gdk_toplevel_layout_get_maximized()
249 gdk_toplevel_layout_set_fullscreen (GdkToplevelLayout *layout, in gdk_toplevel_layout_set_fullscreen()
[all …]
/dports/devel/py-logilab-common/logilab-common-1.8.2/logilab/common/ureports/
H A Ddocbook_writer.py27 def begin_format(self, layout): argument
39 def end_format(self, layout): argument
44 def visit_section(self, layout): argument
56 def visit_title(self, layout): argument
62 def visit_table(self, layout): argument
106 def visit_list(self, layout): argument
113 def visit_paragraph(self, layout): argument
119 def visit_span(self, layout): argument
126 def visit_link(self, layout): argument
134 def visit_verbatimtext(self, layout): argument
[all …]
/dports/graphics/qvge/qvge-0.6.3/src/commonui/ogdf/
H A DCOGDFLayoutUIController.cpp58 ogdf::PlanarizationLayout layout; in doPlanarLayout() local
66 ogdf::LinearLayout layout; in doLinearLayout() local
74 ogdf::BalloonLayout layout; in doBalloonLayout() local
82 ogdf::CircularLayout layout; in doCircularLayout() local
90 ogdf::FMMMLayout layout; in doFMMMLayout() local
98 ogdf::RadialTreeLayout layout; // crashing in doTreeLayout() local
106 ogdf::DavidsonHarelLayout layout; in doDHLayout() local
116 ogdf::SugiyamaLayout layout; in doSugiyamaLayout() local
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qtextlayout/
H A Dtst_qtextlayout.cpp152 QTextLayout layout(str, testFont); in getSetCheck() local
333 QTextLayout layout(text, testFont); in threeLineBoundingRect() local
392 QTextLayout layout(text, testFont); in forcedBreaks() local
1780 QTextLayout layout("FOOBAR"); in boundingRectForUnsetLineWidth() local
1791 QTextLayout layout("FOOBAR"); in boundingRectForSetLineWidth() local
1804 QTextLayout layout(string); in lineWidthFromBOM() local
1816 QTextLayout layout; in glyphLessItems() local
1824 QTextLayout layout; in glyphLessItems() local
1834 QTextLayout layout; in textWidthVsWIdth() local
1863 QTextLayout layout(str); in textWithSurrogates_qtbug15679() local
[all …]
/dports/x11-wm/awesome/awesome-4.3/spec/wibox/
H A Dhierarchy_spec.lua14 result.layout = function() function
86 local function layout(arg, extra) function
221 intermediate.layout = function() function
235 intermediate.layout = function() end function
250 parent.layout = function() function
299 parent.layout = function() function
/dports/devel/log4j/apache-log4j-1.2.17/tests/src/java/org/apache/log4j/helpers/
H A DDateLayoutTest.java113 DateLayout layout = (DateLayout) createLayout(); in testSetOptionDateFormat() local
123 DateLayout layout = (DateLayout) createLayout(); in testSetOptionTimeZone() local
132 DateLayout layout = (DateLayout) createLayout(); in testSetDateFormat() local
141 DateLayout layout = (DateLayout) createLayout(); in testSetTimeZone() local
150 DateLayout layout = (DateLayout) createLayout(); in testSetDateFormatNull() local
158 DateLayout layout = (DateLayout) createLayout(); in testSetDateFormatNullString() local
166 DateLayout layout = (DateLayout) createLayout(); in testSetDateFormatRelative() local
174 DateLayout layout = (DateLayout) createLayout(); in testSetDateFormatAbsolute() local
182 DateLayout layout = (DateLayout) createLayout(); in testSetDateFormatDateTime() local
190 DateLayout layout = (DateLayout) createLayout(); in testSetDateFormatISO8601() local
[all …]
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgslayoutmodel.cpp94 QgsLayout layout( QgsProject::instance() ); in creation() local
107 QgsLayout layout( QgsProject::instance() ); in addItems() local
131 QgsLayout layout( QgsProject::instance() ); in zList() local
153 QgsLayout layout( QgsProject::instance() ); in clear() local
176 QgsLayout layout( QgsProject::instance() ); in addLayoutItemDirectly() local
207 QgsLayout layout( QgsProject::instance() ); in rebuildZList() local
247 QgsLayout layout( QgsProject::instance() ); in removeItem() local
307 QgsLayout layout( QgsProject::instance() ); in reorderUp() local
372 QgsLayout layout( QgsProject::instance() ); in reorderDown() local
436 QgsLayout layout( QgsProject::instance() ); in reorderTop() local
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgslayoutmodel.cpp93 QgsLayout layout( QgsProject::instance() ); in creation() local
106 QgsLayout layout( QgsProject::instance() ); in addItems() local
130 QgsLayout layout( QgsProject::instance() ); in zList() local
152 QgsLayout layout( QgsProject::instance() ); in clear() local
175 QgsLayout layout( QgsProject::instance() ); in addLayoutItemDirectly() local
206 QgsLayout layout( QgsProject::instance() ); in rebuildZList() local
246 QgsLayout layout( QgsProject::instance() ); in removeItem() local
306 QgsLayout layout( QgsProject::instance() ); in reorderUp() local
371 QgsLayout layout( QgsProject::instance() ); in reorderDown() local
435 QgsLayout layout( QgsProject::instance() ); in reorderTop() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/tests/org.eclipse.swt.tests/JUnit Tests/org/eclipse/swt/tests/junit/
H A DTest_org_eclipse_swt_graphics_TextLayout.java43 TextLayout layout = new TextLayout(display); in test_getLevel() local
66 TextLayout layout = new TextLayout(display); in test_getSegments() local
226 TextLayout layout = new TextLayout(display); in test_getSegmentsChars() local
277 TextLayout layout = new TextLayout(display); in test_getLineOffsets() local
325 TextLayout layout = new TextLayout(display); in test_getLineIndex() local
356 TextLayout layout = new TextLayout(display); in test_getLineBounds() local
394 TextLayout layout; in test_setStyle() local
567 TextLayout layout = new TextLayout(display); in test_getAlignment() local
589 TextLayout layout = new TextLayout(display); in test_getOrientation() local
609 TextLayout layout = new TextLayout(display); in test_getText() local
[all …]
/dports/devel/py-clikit/clikit-0.6.2/src/clikit/ui/help/
H A Dcommand_help.py22 def _render_help(self, layout): # type: (BlockLayout) -> None argument
46 def _render_usage(self, layout, command): # type: (BlockLayout, Command) -> None argument
88 self, layout, aliases argument
93 self, layout, sub_commands argument
102 self, layout, command argument
135 self, layout, description argument
141 self, layout, help argument
147 self, layout, arguments argument
155 self, layout, options argument
162 def _render_description(self, layout, help): # type: (BlockLayout, str) -> None argument
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gtk/
H A Dgtklayout.c135 GtkLayout *layout; in G_DEFINE_TYPE() local
277 GtkLayout *layout = GTK_LAYOUT (object); in gtk_layout_finalize() local
326 get_child (GtkLayout *layout, in get_child()
358 gtk_layout_put (GtkLayout *layout, in gtk_layout_put()
428 gtk_layout_move (GtkLayout *layout, in gtk_layout_move()
527 gtk_layout_get_size (GtkLayout *layout, in gtk_layout_get_size()
546 gtk_layout_freeze (GtkLayout *layout) in gtk_layout_freeze()
560 gtk_layout_thaw (GtkLayout *layout) in gtk_layout_thaw()
798 gtk_layout_init (GtkLayout *layout) in gtk_layout_init()
822 GtkLayout *layout; in gtk_layout_constructor() local
[all …]

12345678910>>...369