Home
last modified time | relevance | path

Searched refs:leftmargin (Results 1 – 25 of 1265) sorted by relevance

12345678910>>...51

/dports/print/pslib/pslib-examples-0.0.11/
H A Dligatures.c18 float boxwidth, boxheight, baseline, colsep, leftmargin; in main() local
26 leftmargin = 100; in main()
64 PS_show_xy(psdoc, "ch Ligature", leftmargin, baseline+line--*20); in main()
65 PS_show_xy(psdoc, "ck Ligature", leftmargin, baseline+line--*20); in main()
66 PS_show_xy(psdoc, "ll Ligature", leftmargin, baseline+line--*20); in main()
67 PS_show_xy(psdoc, "tt Ligature", leftmargin, baseline+line--*20); in main()
68 PS_show_xy(psdoc, "tz Ligature", leftmargin, baseline+line--*20); in main()
70 PS_show_xy(psdoc, "si Ligature", leftmargin, baseline+line--*20); in main()
71 PS_show_xy(psdoc, "st Ligature", leftmargin, baseline+line--*20); in main()
73 PS_show_xy(psdoc, "Long s", leftmargin, baseline+line--*20); in main()
[all …]
H A Dfontsample.c30 float bottommargin, colwidth, rowheight, leftmargin; in main() local
37 leftmargin = 100; in main()
71 PS_show_xy(psdoc, text, leftmargin, bottommargin+20*rowheight); in main()
75 PS_show_xy(psdoc, "capheight: ", leftmargin, bottommargin+18.5*rowheight); in main()
78 PS_show_xy(psdoc, "ascender: ", leftmargin, bottommargin+18.0*rowheight); in main()
81 PS_show_xy(psdoc, "descender: ", leftmargin, bottommargin+17.5*rowheight); in main()
86 PS_moveto(psdoc, leftmargin+i*colwidth, bottommargin); in main()
87 PS_lineto(psdoc, leftmargin+i*colwidth, bottommargin+16*rowheight); in main()
91 PS_moveto(psdoc, leftmargin, bottommargin+j*rowheight); in main()
92 PS_lineto(psdoc, leftmargin+16*colwidth, bottommargin+j*rowheight); in main()
[all …]
H A Dglyphlist.c32 float bottommargin, colwidth, rowheight, leftmargin; in main() local
41 leftmargin = 70; in main()
93 PS_moveto(psdoc, leftmargin+i*colwidth, bottommargin); in main()
94 PS_lineto(psdoc, leftmargin+i*colwidth, bottommargin+16*rowheight); in main()
98 PS_moveto(psdoc, leftmargin, bottommargin+j*rowheight); in main()
99 PS_lineto(psdoc, leftmargin+16*colwidth, bottommargin+j*rowheight); in main()
107 …PS_show_xy(psdoc, text, leftmargin+i*colwidth+colwidth/2-textwidth/2, bottommargin+16*rowheight+fo… in main()
111 …PS_show_xy(psdoc, text, leftmargin-1.7*fontsize, bottommargin+(15-j)*rowheight+rowheight/2-fontsiz… in main()
121 PS_set_value(psdoc, "textx", leftmargin+i*colwidth+colwidth/2-textwidth/2); in main()
124 …PS_moveto(psdoc, leftmargin+i*colwidth+colwidth/2-textwidth/2, bottommargin+(15-j)*rowheight+rowhe… in main()
[all …]
/dports/www/dolibarr13/dolibarr-13.0.5/htdocs/install/mysql/data/
H A Dllx_c_format_cards.sql24 INSERT INTO llx_c_format_cards (rowid, code, name, paper_size, orientation, metric, leftmargin, top…
25 INSERT INTO llx_c_format_cards (rowid, code, name, paper_size, orientation, metric, leftmargin, top…
26 INSERT INTO llx_c_format_cards (rowid, code, name, paper_size, orientation, metric, leftmargin, top…
27 INSERT INTO llx_c_format_cards (rowid, code, name, paper_size, orientation, metric, leftmargin, top…
28 INSERT INTO llx_c_format_cards (rowid, code, name, paper_size, orientation, metric, leftmargin, top…
29 INSERT INTO llx_c_format_cards (rowid, code, name, paper_size, orientation, metric, leftmargin, top…
30 INSERT INTO llx_c_format_cards (rowid, code, name, paper_size, orientation, metric, leftmargin, top…
31 INSERT INTO llx_c_format_cards (rowid, code, name, paper_size, orientation, metric, leftmargin, top…
32 INSERT INTO llx_c_format_cards (rowid, code, name, paper_size, orientation, metric, leftmargin, top…
33 INSERT INTO llx_c_format_cards (rowid, code, name, paper_size, orientation, metric, leftmargin, top…
[all …]
/dports/www/dolibarr/dolibarr-14.0.3/htdocs/install/mysql/data/
H A Dllx_c_format_cards.sql24 INSERT INTO llx_c_format_cards (rowid, code, name, paper_size, orientation, metric, leftmargin, top…
25 INSERT INTO llx_c_format_cards (rowid, code, name, paper_size, orientation, metric, leftmargin, top…
26 INSERT INTO llx_c_format_cards (rowid, code, name, paper_size, orientation, metric, leftmargin, top…
27 INSERT INTO llx_c_format_cards (rowid, code, name, paper_size, orientation, metric, leftmargin, top…
28 INSERT INTO llx_c_format_cards (rowid, code, name, paper_size, orientation, metric, leftmargin, top…
29 INSERT INTO llx_c_format_cards (rowid, code, name, paper_size, orientation, metric, leftmargin, top…
30 INSERT INTO llx_c_format_cards (rowid, code, name, paper_size, orientation, metric, leftmargin, top…
31 INSERT INTO llx_c_format_cards (rowid, code, name, paper_size, orientation, metric, leftmargin, top…
32 INSERT INTO llx_c_format_cards (rowid, code, name, paper_size, orientation, metric, leftmargin, top…
33 INSERT INTO llx_c_format_cards (rowid, code, name, paper_size, orientation, metric, leftmargin, top…
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/ged/graphic_objects/axes/
H A DStyle.java60 final int leftmargin = 16; //to inner components in initComponents() local
67 axes.box(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
70 axes.filled(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
73 … contouredObject.backgroundColor(sectionPanel, row++, column, leftmargin, objectID, parentFigure); in initComponents()
76 contouredObject.lineColor(sectionPanel, row++, column, leftmargin, in initComponents()
80 axes.gridPosition(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
83 axes.gridColorX(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
86 axes.gridColorY(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
89 contouredObject.lineStyle(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
92 contouredObject.thickness(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
H A DTick.java59 final int leftmargin = 0; //to inner components in initComponents() local
63 axes.autoTicks(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
66 textObject.fontColor(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
69 textObject.fontSize(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
72 textObject.fontStyle(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
75 textObject.fractionalFont(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
78 axes.subTicks(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
82 axes.axisLocation(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
H A DBaseProperties.java59 final int leftmargin = 16; //to inner components in initComponents() local
63 axes.autoClear(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
66 axes.axesVisible(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
69 axes.logFlags(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
72 graphicObject.tag(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
75 graphicObject.userData(sectionPanel, row++, column, leftmargin); in initComponents()
78 graphicObject.visible(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
/dports/print/photoprint/photoprint-0.4.2-pre2/support/
H A Dpageextent.h28 leftmargin(DEFAULTMARGIN), rightmargin(DEFAULTMARGIN), in PageExtent()
35 leftmargin(DEFAULTMARGIN), rightmargin(DEFAULTMARGIN), in PageExtent()
46 imageablewidth=pagewidth-(leftmargin+rightmargin); in GetImageableArea()
52 int lr=leftmargin; in EqualiseMargins()
54 leftmargin=rightmargin=lr; in EqualiseMargins()
67 leftmargin=pe.leftmargin; in SetPageExtent()
78 leftmargin=left; in SetMargins()
88 int leftmargin,rightmargin,topmargin,bottommargin; variable
H A Dsignature.cpp33 w=pagewidth-(leftmargin+rightmargin); in ReCalc()
53 if(((columns-1)*hgutter)>=(width-(leftmargin+rightmargin))) in SetPaperSize()
78 if(((columns-1)*hgutter)>=(pagewidth-(leftmargin+rightmargin))) in SetGutters()
95 if(((columns-1)*gutter)>=(pagewidth-(leftmargin+rightmargin))) in SetHGutter()
116 if(((columns-1)*hgutter)>=(pagewidth-(leftmargin+rightmargin))) in SetColumns()
137 int c=(pagewidth-(leftmargin+rightmargin))/celwidth; in ReCalcByCellSize()
157 celwidth=pagewidth-(leftmargin+rightmargin); in ReCalcByCellSize()
162 hgutter=((pagewidth-(leftmargin+rightmargin))-c*celwidth)/(c-1); in ReCalcByCellSize()
167 rightpadding=pagewidth-(leftmargin+rightmargin+celwidth); in ReCalcByCellSize()
209 xpos-=leftmargin; in ColumnAt()
[all …]
/dports/graphics/vcg/vcg.1.30/demo/
H A Dpbmshift.c108 int topmargin, leftmargin; variable
136 leftmargin = atoi(argv[3]);
174 width2 = width1+leftmargin; in readpbm()
223 mysetbit(j*8 +leftmargin,i+topmargin,0x80&mbyte); in shiftpbm()
224 mysetbit(j*8+1+leftmargin,i+topmargin,0x40&mbyte); in shiftpbm()
225 mysetbit(j*8+2+leftmargin,i+topmargin,0x20&mbyte); in shiftpbm()
226 mysetbit(j*8+3+leftmargin,i+topmargin,0x10&mbyte); in shiftpbm()
227 mysetbit(j*8+4+leftmargin,i+topmargin,0x08&mbyte); in shiftpbm()
228 mysetbit(j*8+5+leftmargin,i+topmargin,0x04&mbyte); in shiftpbm()
229 mysetbit(j*8+6+leftmargin,i+topmargin,0x02&mbyte); in shiftpbm()
[all …]
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/ged/graphic_objects/figure/
H A DControl.java57 final int leftmargin = 1; //to inner components in initComponents() local
61 figure.axesSize(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
65 figure.closeRequestFcn(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
68 figure.eventHandler(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
71 figure.figurePosition(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
75 figure.figureSize(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
79 figure.resizeFcn(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
82 figure.viewport(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
H A DDataProperties.java59 final int leftmargin = 16; //to inner components in initComponents() local
63 figure.figureID(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
66 figure.figureName(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
69 figure.infoMessage(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
72 graphicObject.tag(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
75 graphicObject.userData(sectionPanel, row++, column, leftmargin); in initComponents()
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/ged/graphic_objects/polyline/
H A DStyle.java65 final int leftmargin = 16; //to inner components in initComponents() local
71 polyline.arrowSizeFactor(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
74 polyline.barWidth(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
77 … contouredObject.backgroundColor(sectionPanel, row++, column, leftmargin, objectID, parentFigure); in initComponents()
80 contouredObject.foregroundColor(sectionPanel, row++, column, leftmargin, in initComponents()
84 contouredObject.lineStyle(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
87 polyline.polylineStyle(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
90 contouredObject.thickness(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/ged/graphic_objects/arc/
H A DBaseProperties.java61 final int leftmargin = 0; //to inner components in initComponents() local
65 arc.arcDrawingMethod(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
68 clippableContouredObject.clipState(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
71 clippableContouredObject.clipBox(sectionPanel, row, column, leftmargin, objectID); in initComponents()
75 graphicObject.tag(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
78 graphicObject.userData(sectionPanel, row++, column, leftmargin); in initComponents()
81 graphicObject.visible(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
H A DStyle.java58 final int leftmargin = 16; //to inner components in initComponents() local
65 contouredObject.fillMode(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
68 … contouredObject.backgroundColor(sectionPanel, row++, column, leftmargin, objectID, parentFigure); in initComponents()
71 contouredObject.lineMode(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
74 contouredObject.lineColor(sectionPanel, row++, column, leftmargin, in initComponents()
78 contouredObject.lineStyle(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
81 contouredObject.thickness(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
H A DDataProperties.java58 final int leftmargin = 0; //to inner components in initComponents() local
63 arc.upperLeftPoint(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
67 arc.width(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
70 arc.height(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
73 arc.startAngle(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
76 arc.endAngle(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/ged/graphic_objects/fec/
H A DDataProperties.java62 final int leftmargin = 0; //to inner components in initComponents() local
66 clippableContouredObject.clipState(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
69 clippableContouredObject.clipBox(sectionPanel, row, column, leftmargin, objectID); in initComponents()
73 graphicObject.tag(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
76 graphicObject.userData(sectionPanel, row++, column, leftmargin); in initComponents()
79 graphicObject.visible(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
82 fec.zBounds(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/ged/graphic_objects/rectangle/
H A DStyle.java60 final int leftmargin = 16; //to inner components in initComponents() local
67 contouredObject.fillMode(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
70 … contouredObject.backgroundColor(sectionPanel, row++, column, leftmargin, objectID, parentFigure); in initComponents()
73 contouredObject.lineMode(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
76 contouredObject.lineStyle(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
79 contouredObject.lineColor(sectionPanel, row++, column, leftmargin, in initComponents()
83 contouredObject.thickness(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
H A DDataProperties.java60 final int leftmargin = 0; //to inner components in initComponents() local
64 clippableContouredObject.clipState(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
67 clippableContouredObject.clipBox(sectionPanel, row, column, leftmargin, objectID); in initComponents()
71 graphicObject.tag(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
74 graphicObject.userData(sectionPanel, row++, column, leftmargin); in initComponents()
77 graphicObject.visible(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/ged/graphic_objects/champ/
H A DDataProperties.java60 final int leftmargin = 0; //to inner components in initComponents() local
64 clippableContouredObject.clipState(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
67 clippableContouredObject.clipBox(sectionPanel, row, column, leftmargin, objectID); in initComponents()
71 graphicObject.tag(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
74 graphicObject.userData(sectionPanel, row++, column, leftmargin); in initComponents()
77 graphicObject.visible(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/ged/graphic_objects/segs/
H A DDataProperties.java60 final int leftmargin = 0; //to inner components in initComponents() local
64 clippableContouredObject.clipState(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
67 clippableContouredObject.clipBox(sectionPanel, row, column, leftmargin, objectID); in initComponents()
71 graphicObject.tag(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
74 graphicObject.userData(sectionPanel, row++, column, leftmargin); in initComponents()
77 graphicObject.visible(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
/dports/math/scilab/scilab-6.1.1/scilab/modules/gui/src/java/org/scilab/modules/gui/ged/graphic_objects/label/
H A DFont.java59 final int leftmargin = 16; //to inner components in initComponents() local
63 label.fontAngle(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
66 textObject.fontColor(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
69 textObject.fontSize(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
72 textObject.fontStyle(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
75 textObject.fractionalFont(sectionPanel, row++, column, leftmargin, objectID); in initComponents()
/dports/sysutils/bacula11-docs/bacula-docs-11.0.5/manuals/en/utility/
H A Drpm-faq.aux14 …2\p@ \def \leftmargin \leftmargini \parsep 4\p@ plus2\p@ minus\p@ \topsep 8\p@ plus2\p@ minus4\p@ …
15 …2\p@ \def \leftmargin \leftmargini \parsep 4\p@ plus2\p@ minus\p@ \topsep 8\p@ plus2\p@ minus4\p@ …
16 …2\p@ \def \leftmargin \leftmargini \parsep 4\p@ plus2\p@ minus\p@ \topsep 8\p@ plus2\p@ minus4\p@ …
17 …2\p@ \def \leftmargin \leftmargini \parsep 4\p@ plus2\p@ minus\p@ \topsep 8\p@ plus2\p@ minus4\p@ …
18 …2\p@ \def \leftmargin \leftmargini \parsep 4\p@ plus2\p@ minus\p@ \topsep 8\p@ plus2\p@ minus4\p@ …
19 …2\p@ \def \leftmargin \leftmargini \parsep 4\p@ plus2\p@ minus\p@ \topsep 8\p@ plus2\p@ minus4\p@ …
20 …2\p@ \def \leftmargin \leftmargini \parsep 4\p@ plus2\p@ minus\p@ \topsep 8\p@ plus2\p@ minus4\p@ …
21 …2\p@ \def \leftmargin \leftmargini \parsep 4\p@ plus2\p@ minus\p@ \topsep 8\p@ plus2\p@ minus4\p@ …
22 …2\p@ \def \leftmargin \leftmargini \parsep 4\p@ plus2\p@ minus\p@ \topsep 8\p@ plus2\p@ minus4\p@ …
24 …2\p@ \def \leftmargin \leftmargini \parsep 4\p@ plus2\p@ minus\p@ \topsep 8\p@ plus2\p@ minus4\p@ …
/dports/print/latex-beamer/beamer-3.57/doc/
H A Dbeamerug-macros.tex53 \def\command#1{\list{}{\leftmargin=2em\itemindent-\leftmargin\def\makelabel##1{\hss##1}}%
67 \def\environment#1{\list{}{\leftmargin=2em\itemindent-\leftmargin\def\makelabel##1{\hss##1}}%
77 \def\classoption#1{\list{}{\leftmargin=2em\itemindent-\leftmargin\def\makelabel##1{\hss##1}}%
85 \newcommand\beameroption[2]{\list{}{\leftmargin=2em\itemindent-\leftmargin\def\makelabel##1{\hss##1…
96 \def\package#1{\list{}{\leftmargin=2em\itemindent-\leftmargin\def\makelabel##1{\hss##1}}%
102 \def\theme#1#2#3#4{\list{}{\leftmargin=2em\itemindent-\leftmargin\def\makelabel##1{\hss##1}}%
111 \def\class#1{\list{}{\leftmargin=2em\itemindent-\leftmargin\def\makelabel##1{\hss##1}}%
121 \def\solution#1{\list{}{\leftmargin=2em\itemindent-\leftmargin\def\makelabel##1{\hss##1}}%
127 \def\template#1{\list{}{\leftmargin=2em\itemindent-\leftmargin\def\makelabel##1{\hss##1}}%
130 \newenvironment{template*}[1]{\list{}{\leftmargin=2em\itemindent-\leftmargin\def\makelabel##1{\hss#…
[all …]

12345678910>>...51