Home
last modified time | relevance | path

Searched defs:margin (Results 1 – 25 of 4752) sorted by relevance

12345678910>>...191

/dports/www/wikicalc/wikicalc/
H A DWKC.pm114 margin:0px; label
220 margin: 0em 0px 2pt 0px; label
233 margin: 0em 0px 0px 0px; label
240 margin: 0em 0px 6pt 0px; label
247 margin: 1pt 0px 2pt 0px; label
253 margin: 1pt 0px 2pt 0px; label
295 margin: 0em 0px 2pt 0px; label
309 margin: 0em 0px 2pt 0px; label
315 margin: 0em 0px 0px 0px; label
512 margin:1px; label
[all …]
/dports/www/p5-CGI-Application-Plugin-Authentication/CGI-Application-Plugin-Authentication-0.23/lib/CGI/Application/Plugin/Authentication/Display/
H A DClassic.pm179 margin: auto; label
187 margin: 0; label
214 margin: 0; label
218 margin: 0; label
239 margin: 0.3em 0; label
251 margin: 0.3em 0; label
283 margin: 8px 4px; label
304 margin: 0px; label
/dports/www/p5-CGI-Application-Plugin-DebugScreen/CGI-Application-Plugin-DebugScreen-1.00/lib/CGI/Application/Plugin/
H A DDebugScreen.pm28 margin: 0px; label
39 margin: 10px; label
46 margin: 4px; label
56 margin: 0; label
78 margin: 8px; label
/dports/textproc/p5-Pod-ProjectDocs/Pod-ProjectDocs-0.53/lib/Pod/ProjectDocs/
H A DCSS.pm27 margin: 0; label
54 margin: 2ex auto; label
64 margin: 1ex 0; label
94 margin: 0; label
138 margin: 1ex 0; label
173 margin: 0; label
223 margin: auto; label
248 margin: 1ex 0; label
260 margin: 1ex 0; label
274 margin: 0px; label
[all …]
/dports/math/py-PyWavelets/pywt-1.2.0/demo/
H A Dwaveinfo.py41 margin = (ma - mi) * 0.05 variable
48 margin = (ma - mi) * 0.05 variable
54 margin = (ma - mi) * 0.05 variable
67 margin = (ma - mi) * 0.05 variable
/dports/graphics/clutter/clutter-1.26.4/tests/conform/scripts/
H A Dtest-script-margin.json5 "margin" : [ 10 ] array
10 "margin" : [ 10, 20 ] array
15 "margin" : [ 10, 20, 30 ] array
20 "margin" : [ 10, 20, 30, 40] array
/dports/x11-wm/mutter/mutter-41.1/src/tests/clutter/conform/scripts/
H A Dtest-script-margin.json5 "margin" : [ 10 ] array
10 "margin" : [ 10, 20 ] array
15 "margin" : [ 10, 20, 30 ] array
20 "margin" : [ 10, 20, 30, 40] array
/dports/x11-wm/muffin/muffin-4.8.0/clutter/tests/conform/scripts/
H A Dtest-script-margin.json5 "margin" : [ 10 ] array
10 "margin" : [ 10, 20 ] array
15 "margin" : [ 10, 20, 30 ] array
20 "margin" : [ 10, 20, 30, 40] array
/dports/www/p5-Catalyst-Runtime/Catalyst-Runtime-5.90128/lib/Catalyst/
H A DEngine.pm337 margin: 0px; label
348 margin: 10px; label
354 margin: 4px; label
361 margin: 4px; label
368 margin: 4px; label
372 margin: 1em 0; label
376 margin: 0; label
/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/area/
H A DArea.java286 int margin = 0; in getBorderAndPaddingWidthBefore() local
306 int margin = 0; in getBorderAndPaddingWidthAfter() local
327 int margin = 0; in getBorderAndPaddingWidthStart() local
347 int margin = 0; in getBorderAndPaddingWidthEnd() local
367 int margin = 0; in getSpaceBefore() local
381 int margin = 0; in getSpaceAfter() local
395 int margin = 0; in getSpaceStart() local
409 int margin = 0; in getSpaceEnd() local
/dports/www/firefox/firefox-99.0/devtools/docs/user/performance/scenarios/animating_css_properties/
H A Dindex.rst110 .. _performance-scenarios-animation-css-properties-margin-waterfall-overview:
112 Waterfall overview
122 Frame rate
133 Waterfall
/dports/editors/libreoffice/libreoffice-7.2.6.2/vbahelper/source/vbahelper/
H A Dvbapagesetupbase.cxx63 void SAL_CALL VbaPageSetupBase::setTopMargin( double margin ) in setTopMargin()
118 void SAL_CALL VbaPageSetupBase::setBottomMargin( double margin ) in setBottomMargin()
159 void SAL_CALL VbaPageSetupBase::setRightMargin( double margin ) in setRightMargin()
187 void SAL_CALL VbaPageSetupBase::setLeftMargin( double margin ) in setLeftMargin()
214 void VbaPageSetupBase::setHeaderMargin( double margin ) in setHeaderMargin()
241 void VbaPageSetupBase::setFooterMargin( double margin ) in setFooterMargin()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vbahelper/source/vbahelper/
H A Dvbapagesetupbase.cxx63 void SAL_CALL VbaPageSetupBase::setTopMargin( double margin ) in setTopMargin()
118 void SAL_CALL VbaPageSetupBase::setBottomMargin( double margin ) in setBottomMargin()
159 void SAL_CALL VbaPageSetupBase::setRightMargin( double margin ) in setRightMargin()
187 void SAL_CALL VbaPageSetupBase::setLeftMargin( double margin ) in setLeftMargin()
214 void VbaPageSetupBase::setHeaderMargin( double margin ) in setHeaderMargin()
241 void VbaPageSetupBase::setFooterMargin( double margin ) in setFooterMargin()
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/include/nanogui/
H A Dlayout.h82 int margin() const { return mMargin; } in margin() function
83 void setMargin(int margin) { mMargin = margin; } in setMargin()
115 : mMargin(margin), mSpacing(spacing), mGroupSpacing(groupSpacing), in mMargin() argument
118 int margin() const { return mMargin; } in margin() function
119 void setMargin(int margin) { mMargin = margin; } in setMargin()
175 int margin() const { return mMargin; } in margin() function
176 void setMargin(int margin) { mMargin = margin; } in setMargin()
281 int margin() const { return mMargin; } in margin() function
282 void setMargin(int margin) { mMargin = margin; } in setMargin()
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/include/nanogui/
H A Dlayout.h118 int margin() const { return mMargin; } in margin() function
121 void setMargin(int margin) { mMargin = margin; } in setMargin()
181 : mMargin(margin), mSpacing(spacing), mGroupSpacing(groupSpacing), in mMargin() argument
185 int margin() const { return mMargin; } in margin() function
188 void setMargin(int margin) { mMargin = margin; } in setMargin()
292 int margin() const { return mMargin; } in margin() function
295 void setMargin(int margin) { mMargin = margin; } in setMargin()
433 int margin() const { return mMargin; } in margin() function
436 void setMargin(int margin) { mMargin = margin; } in setMargin()
/dports/graphics/xfpovray/xfpovray-1.3.1/src/
H A Dbuild_pages.c26 int margin = 10; in build_parsing_page() local
96 int margin = 10; in build_output_page() local
286 int margin = 10; in build_tracing_page() local
447 int margin = 10; in build_animation_page() local
558 int margin = 10; in build_config_page() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/
H A DWrappingLayoutTest.java161 public void addTestViews(int margin) { in addTestViews()
170 public void addTestViewsReverseOrder(int margin) { in addTestViewsReverseOrder()
179 public View addView(String tag, int width, int height, int margin, int visibility) { in addView()
225 int expectedMaxRows, int expectedMaxCols, int margin, int leftTopPadding, in validateCalculatedSize()
269 int expectedTop, int expectedWidth, int expectedHeight, int margin, in validateView()
360 int bottomRightPadding, int margin, int spacing) { in testNoWrapping()
379 int bottomRightPadding, int margin, int spacing) { in testAllTruncated()
398 int bottomRightPadding, int margin, int spacing) { in testOnePerLineWithSpace()
418 int bottomRightPadding, int margin, int spacing) { in testTwoOnFirstOneOnNext()
459 int bottomRightPadding, int margin, int spacing) { in testTwoOnFirstOneOnNextReversed()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/browser_ui/widget/android/java/src/org/chromium/components/browser_ui/widget/
H A DWrappingLayoutTest.java161 public void addTestViews(int margin) { in addTestViews()
170 public void addTestViewsReverseOrder(int margin) { in addTestViewsReverseOrder()
179 public View addView(String tag, int width, int height, int margin, int visibility) { in addView()
225 int expectedMaxRows, int expectedMaxCols, int margin, int leftTopPadding, in validateCalculatedSize()
269 int expectedTop, int expectedWidth, int expectedHeight, int margin, in validateView()
360 int bottomRightPadding, int margin, int spacing) { in testNoWrapping()
379 int bottomRightPadding, int margin, int spacing) { in testAllTruncated()
398 int bottomRightPadding, int margin, int spacing) { in testOnePerLineWithSpace()
418 int bottomRightPadding, int margin, int spacing) { in testTwoOnFirstOneOnNext()
459 int bottomRightPadding, int margin, int spacing) { in testTwoOnFirstOneOnNextReversed()
[all …]
/dports/textproc/xmlroff/xmlroff-0.6.3/xmlroff/libfo/property/
H A Dfo-property-margin.c90 fo_property_margin_init (FoPropertyMargin *margin) in fo_property_margin_init()
131 FoPropertyMargin *margin; in fo_property_margin_finalize() local
149 FoProperty* margin; in fo_property_margin_new() local
246 static FoProperty *margin = NULL; in fo_property_margin_get_initial() local
/dports/textproc/libfo/xmlroff-0.6.3/xmlroff/libfo/property/
H A Dfo-property-margin.c90 fo_property_margin_init (FoPropertyMargin *margin) in fo_property_margin_init()
131 FoPropertyMargin *margin; in fo_property_margin_finalize() local
149 FoProperty* margin; in fo_property_margin_new() local
246 static FoProperty *margin = NULL; in fo_property_margin_get_initial() local
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/widgets/
H A Dqsplitter.h138 QT3_SUPPORT void setMargin(int margin) { setContentsMargins(margin, margin, margin, margin); } in setMargin()
139 QT3_SUPPORT int margin() const in margin() function
140 …{ int margin; int dummy; getContentsMargins(&margin, &dummy, &dummy, &dummy); return margin; } in margin() local
/dports/math/rocs/rocs-21.12.3/libgraphtheory/modifiers/autotests/
H A Dtestradiallayout.cpp31 const qreal margin = 5.; in testMargin() local
55 const qreal margin = 5.; in emptyGraph() local
73 const qreal margin = 5.; in singleNode() local
100 const qreal margin = 5.; in cycleGraph() local
119 const qreal margin = 5.; in disconnectedGraph() local
143 const qreal margin = 5.; in unidirectionalEdge() local
169 const qreal margin = 5.; in minimumNodeDistance() local
/dports/cad/gmsh/gmsh-4.9.2-source/contrib/MeshOptimizer/
H A DObjContribFunc.cpp79 const double margin = in updateParameters() local
92 const double margin = in updateParameters() local
104 const double margin = in initialize() local
112 const double margin = in initialize() local
/dports/net-im/ruqola/ruqola-1.6.1/src/widgets/dialogs/
H A Dmessagetexteditor.cpp22 const int margin = int(document()->documentMargin()); in sizeHint() local
28 const int margin = int(document()->documentMargin()); in minimumSizeHint() local
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/TextConverters/RTF/
H A DrtfGrammar.y305 | RTFmarginLeft { int margin; variable
312 | RTFmarginRight { int margin; variable
319 | RTFmarginTop { int margin; variable
326 | RTFmarginButtom { int margin; variable

12345678910>>...191