Home
last modified time | relevance | path

Searched refs:layout (Results 1 – 25 of 13074) sorted by relevance

12345678910>>...523

/dports/games/pysolfc/PySolFC-2.14.1/pysollib/games/mahjongg/
H A Dmahjongg1.py30 r(5001, "Altar", layout="0aaaacaaiaakaama" +
49 r(5002, "Arena", layout="0eaadcaceabgaaia" +
61 r(5003, "Arena 2", layout="0daadcabeabgaaia" +
73 r(5004, "Arrow", layout="0aaaaqbaacaccasc" +
144 r(5007, "Bat", layout="0ecaeAaaabalbanb" +
210 r(5011, "Boat", layout="0alaapaataajcblc" +
224 r(5012, "Bug", layout="0bhabnabtaajbapb" +
334 r(5018, "Chip", layout="0aeaaiaamaaqaata" +
438 r(5024, "Dude", layout="0bfabtabhbbjbblb" +
489 r(5027, "Eye", layout="0amaaoaakbaqbaic" +
[all …]
H A Dmahjongg2.py62 r(5201, "Aqab's", layout="0caedagcaicccbcg" +
103 r(5203, "Bridge", layout="0aaaaacaaeaagaai" +
171 r(5206, "Cross", layout="0baebagbaiaccdce" +
437 r(5219, "IloveU", layout="0caddafcahdaldan" +
458 r(5221, "JPs", layout="0baabakbbmbcabck" +
484 r(5223, "Krebs", layout="0aaaaacaaeaagbai" +
509 r(5224, "Kumo", layout="0caadaccaecagbai" +
955 r(5247, "Owl", layout="0baebagbaibakbam" +
1030 r(5252, "Quad", layout="0baabacbaeaagbai" +
1452 r(5272, "Twin", layout="0aaeaagaaibccbce" +
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/startup/bl_ui/
H A Dspace_graph.py32 layout = self.layout
83 layout = self.layout
98 layout = self.layout
111 layout = self.layout
166 layout = self.layout
209 layout = self.layout
221 layout = self.layout
262 layout = self.layout
313 layout = self.layout
325 layout = self.layout
[all …]
H A Dspace_nla.py33 layout = self.layout
60 layout = self.layout
75 layout = self.layout
88 layout = self.layout
124 layout = self.layout
147 layout = self.layout
157 layout = self.layout
208 layout = self.layout
230 layout = self.layout
241 layout = self.layout
[all …]
H A Dspace_view3d.py47 layout = self.layout
62 layout = self.layout
145 layout = self.layout
602 layout = self.layout
805 layout = self.layout
895 layout = self.layout
909 layout = self.layout
936 layout = self.layout
952 layout = self.layout
984 layout = self.layout
[all …]
H A Dspace_dopesheet.py183 layout = self.layout
210 layout = self.layout
308 layout = self.layout
331 layout = self.layout
386 layout = self.layout
427 layout = self.layout
451 layout = self.layout
485 layout = self.layout
521 layout = self.layout
536 layout = self.layout
[all …]
H A Dspace_text.py29 layout = self.layout
75 layout = self.layout
105 layout = self.layout
127 layout = self.layout
160 layout = self.layout
197 layout = self.layout
222 layout = self.layout
250 layout = self.layout
310 layout = self.layout
319 layout = self.layout
[all …]
H A Dspace_topbar.py36 layout = self.layout
59 layout = self.layout
93 layout = self.layout
116 layout = self.layout
144 layout = self.layout
208 layout = self.layout
229 layout = self.layout
248 layout = self.layout
258 layout = self.layout
375 layout = self.layout
[all …]
H A Dspace_node.py49 layout = self.layout
203 layout = self.layout
216 layout = self.layout
234 layout = self.layout
275 layout = self.layout
301 layout = self.layout
368 layout = self.layout
408 layout = self.layout
417 layout = self.layout
479 layout = self.layout
[all …]
H A Dspace_outliner.py32 layout = self.layout
100 layout = self.layout
121 layout = self.layout
134 layout = self.layout
149 layout = self.layout
164 layout = self.layout
181 layout = self.layout
207 layout = self.layout
265 layout = self.layout
278 layout = self.layout
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/space_view3d_spacebar_menu/
H A D__init__.py73 layout = self.layout
75 layout.operator_context = 'INVOKE_REGION_WIN'
86 layout.menu("VIEW3D_MT_Animation_Player",
829 layout = self.layout
833 layout.separator()
834 layout.operator_context = 'INVOKE_REGION_WIN'
836 layout.menu("VIEW3D_MT_Animation_Player",
841 layout.separator()
851 operator.layout.separator()
880 layout = self.layout
[all …]
H A Darmature_menus.py39 layout = self.layout
52 layout = self.layout
57 layout.separator()
68 layout.separator()
71 layout.separator()
82 layout = self.layout
87 layout.separator()
89 layout.separator()
102 layout = self.layout
130 layout = self.layout
[all …]
H A Dtransform_menus.py39 layout = self.layout
43 layout.separator()
46 layout.separator()
49 layout.separator()
55 layout.separator()
67 layout = self.layout
71 layout.separator()
74 layout.separator()
77 layout.separator()
88 layout = self.layout
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/power_sequencer/ui/
H A Dmenu_toolbar.py24 layout = self.layout
48 layout = self.layout
58 layout = self.layout
78 layout = self.layout
93 layout = self.layout
107 layout = self.layout
138 layout = self.layout
155 layout = self.layout
169 layout = self.layout
183 layout = self.layout
[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.java61 layout.dispose(); in test_getLevel()
85 layout.setSegments(new int[] {0, layout.getText().length()}); in test_getSegments()
87 layout.dispose(); in test_getSegments()
101 layout.setWidth(layout.getBounds().width / 2); in test_getSegments()
111 layout.dispose(); in test_getSegments()
123 layout.dispose(); in test_getSegments()
130 assertEquals(layout.getText().length() - 1, layout.getOffset(layout.getBounds().width, 0, null)); in test_getSegments()
132 assertEquals(layout.getText().length() - 1, layout.getOffset(layout.getBounds().width, 0, null)); in test_getSegments()
133 layout.dispose(); in test_getSegments()
143 layout.dispose(); in test_getSegments()
[all …]
/dports/finance/gnucash/gnucash-4.9/gnucash/register/ledger-core/
H A Dsplit-register-layout.c48 g_return_if_fail (layout != NULL); in gnc_register_add_cell()
638 gnc_register_add_cell (layout, in gnc_split_register_layout_add_cells()
649 gnc_register_add_cell (layout, in gnc_split_register_layout_add_cells()
657 gnc_register_add_cell (layout, in gnc_split_register_layout_add_cells()
668 gnc_register_add_cell (layout, in gnc_split_register_layout_add_cells()
676 gnc_register_add_cell (layout, in gnc_split_register_layout_add_cells()
684 gnc_register_add_cell (layout, in gnc_split_register_layout_add_cells()
692 gnc_register_add_cell (layout, in gnc_split_register_layout_add_cells()
700 gnc_register_add_cell (layout, in gnc_split_register_layout_add_cells()
867 TableLayout* layout; in gnc_split_register_layout_new() local
[all …]
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgslayoutmodel.cpp111 layout.addLayoutItem( item1 ); in addItems()
114 layout.addLayoutItem( item2 ); in addItems()
117 layout.addLayoutItem( item3 ); in addItems()
161 layout.itemsModel()->clear(); in clear()
177 layout.addItem( bottomItem ); in addLayoutItemDirectly()
178 layout.addItem( topItem ); in addLayoutItemDirectly()
201 layout.itemsModel()->clear(); in addLayoutItemDirectly()
266 layout.addItem( item1 ); in removeItem()
990 layout.itemsModel()->setSelected( layout.itemsModel()->indexForItem( item3 ) ); in groupSelection()
998 layout.itemsModel()->setSelected( layout.itemsModel()->indexForItem( item1 ) ); in groupSelection()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgslayoutmodel.cpp110 layout.addLayoutItem( item1 ); in addItems()
113 layout.addLayoutItem( item2 ); in addItems()
116 layout.addLayoutItem( item3 ); in addItems()
160 layout.itemsModel()->clear(); in clear()
176 layout.addItem( bottomItem ); in addLayoutItemDirectly()
177 layout.addItem( topItem ); in addLayoutItemDirectly()
200 layout.itemsModel()->clear(); in addLayoutItemDirectly()
265 layout.addItem( item1 ); in removeItem()
989 layout.itemsModel()->setSelected( layout.itemsModel()->indexForItem( item3 ) ); in groupSelection()
997 layout.itemsModel()->setSelected( layout.itemsModel()->indexForItem( item1 ) ); in groupSelection()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/editor/
H A DFormLayoutFactory.java124 layout.numColumns = numColumns; in createFormGridLayout()
126 return layout; in createFormGridLayout()
152 return layout; in createClearGridLayout()
174 return layout; in createFormTableWrapLayout()
196 return layout; in createFormPaneTableWrapLayout()
221 return layout; in createFormPaneGridLayout()
244 return layout; in createClearTableWrapLayout()
283 return layout; in createMasterGridLayout()
322 return layout; in createDetailsGridLayout()
348 return layout; in createSectionClientGridLayout()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ds/org.eclipse.pde.ds.ui/src/org/eclipse/pde/internal/ds/ui/editor/
H A DFormLayoutFactory.java121 layout.numColumns = numColumns; in createFormGridLayout()
123 return layout; in createFormGridLayout()
148 return layout; in createClearGridLayout()
169 return layout; in createFormTableWrapLayout()
190 return layout; in createFormPaneTableWrapLayout()
214 return layout; in createFormPaneGridLayout()
236 return layout; in createClearTableWrapLayout()
274 return layout; in createMasterGridLayout()
312 return layout; in createDetailsGridLayout()
336 return layout; in createSectionClientGridLayout()
[all …]
/dports/security/ridl/ridl-11b3240/nuklear/src/
H A Dnuklear_layout.c22 layout = win->layout; in nk_layout_set_min_row_height()
38 layout = win->layout; in nk_layout_reset_min_row_height()
81 layout = win->layout; in nk_panel_layout()
172 layout = win->layout; in nk_layout_row_begin()
197 layout = win->layout; in nk_layout_row_push()
223 layout = win->layout; in nk_layout_row_end()
246 layout = win->layout; in nk_layout_row()
282 layout = win->layout; in nk_layout_row_template_begin()
309 layout = win->layout; in nk_layout_row_template_push_dynamic()
329 layout = win->layout; in nk_layout_row_template_push_variable()
[all …]
/dports/x11-toolkits/nuklear/Nuklear-4.09.1/src/
H A Dnuklear_layout.c22 layout = win->layout; in nk_layout_set_min_row_height()
38 layout = win->layout; in nk_layout_reset_min_row_height()
79 layout = win->layout; in nk_panel_layout()
170 layout = win->layout; in nk_layout_row_begin()
195 layout = win->layout; in nk_layout_row_push()
221 layout = win->layout; in nk_layout_row_end()
244 layout = win->layout; in nk_layout_row()
280 layout = win->layout; in nk_layout_row_template_begin()
307 layout = win->layout; in nk_layout_row_template_push_dynamic()
327 layout = win->layout; in nk_layout_row_template_push_variable()
[all …]
/dports/www/py-django-crispy-forms/django-crispy-forms-1.13.0/crispy_forms/tests/
H A Dtest_dynamic_api.py17 helper.layout = layout
32 helper.layout = layout
48 helper.layout = layout
60 helper.layout = layout
69 helper.layout = layout
76 helper.layout = layout
87 helper.layout = layout
97 helper.layout = layout
116 helper.layout = layout
126 helper.layout = layout
[all …]
/dports/devel/okteta/okteta-0.26.6/gui/test/
H A Dbytearraytablelayouttest.cpp46 QCOMPARE(layout.length(), Length); in testConstructor()
47 QCOMPARE(layout.startLine(), StartLine); in testConstructor()
54 QCOMPARE(layout.noOfLinesPerPage(), 1); in testConstructor()
61 layout.setStartOffset(StartOffset); in testSetStartOffset()
65 QCOMPARE(layout.length(), Length); in testSetStartOffset()
84 QCOMPARE(layout.length(), Length); in testSetFirstLineOffset()
103 QCOMPARE(layout.length(), Length); in testSetNoOfBytesPerLine()
118 layout.setLength(Length); in testSetLength()
122 QCOMPARE(layout.length(), Length); in testSetLength()
141 QCOMPARE(layout.length(), Length); in testSetByteArrayOffset()
[all …]
/dports/math/R-cran-gtable/gtable/tests/testthat/
H A Dtest-layout.r22 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
29 layout <- gtable_add_rows(layout, unit(1:2, "cm")) globalVar
38 layout <- gtable_add_cols(layout, unit(1, "cm")) globalVar
52 layout <- gtable_add_grob(layout, grob1, 1, 1) globalVar
92 layout <- gtable_add_col_space(layout, cm) globalVar
95 layout <- gtable_add_row_space(layout, cm) globalVar
139 expect_equal(layout$layout$t, tval)
140 expect_equal(layout$layout$z, 1:8)
[all …]

12345678910>>...523