Home
last modified time | relevance | path

Searched refs:CenterText (Results 1 – 25 of 32) sorted by relevance

12

/dports/sysutils/go-wtf/wtf-0.21.0/utils/
H A Dtext_test.go10 Equal(t, "cat", CenterText("cat", -9))
11 Equal(t, "cat", CenterText("cat", 0))
12 Equal(t, " cat ", CenterText("cat", 9))
H A Dtext.go18 func CenterText(str string, width int) string { func
/dports/sysutils/go-wtf/wtf-0.21.0/modules/spotifyweb/
H A Dwidget.go170 …output := utils.CenterText(fmt.Sprintf("[green]Now %v [white]\n", w.Info.Status), w.CommonSettings…
171 …output += utils.CenterText(fmt.Sprintf("[green]Title:[white] %v\n", w.Info.Title), w.CommonSetting…
172 …output += utils.CenterText(fmt.Sprintf("[green]Artist:[white] %v\n", w.Info.Artists), w.CommonSett…
173 …output += utils.CenterText(fmt.Sprintf("[green]Album:[white] %v\n", w.Info.Album), w.CommonSetting…
175 output += utils.CenterText(fmt.Sprintf("[green]Shuffle:[white] on\n"), w.CommonSettings().Width)
177 output += utils.CenterText(fmt.Sprintf("[green]Shuffle:[white] off\n"), w.CommonSettings().Width)
/dports/sysutils/go-wtf/wtf-0.21.0/modules/spotify/
H A Dwidget.go67 …content = utils.CenterText(fmt.Sprintf("[green]Now %v [white]\n", w.Info.Status), w.CommonSettings…
68 …content += utils.CenterText(fmt.Sprintf("[green]Title:[white] %v\n ", w.Info.Title), w.CommonSetti…
69 …content += utils.CenterText(fmt.Sprintf("[green]Artist:[white] %v\n", w.Info.Artist), w.CommonSett…
70 …content += utils.CenterText(fmt.Sprintf("[green]%v:[white] %v\n", w.Info.TrackNumber, w.Info.Album…
/dports/lang/ptoc/ptoc/examples/
H A Dbgidemo.pas169 SetTextJustify(CenterText, TopText);
434 SetTextJustify(CenterText, CenterText);
446 SetTextJustify(CenterText, TopText);
661 SetTextJustify(CenterText, TopText);
711 SetTextJustify(CenterText, TopText);
725 SetTextJustify(CenterText, CenterText);
779 SetTextJustify(CenterText, TopText);
793 SetTextJustify(CenterText, CenterText);
1274 SetTextJustify(CenterText, CenterText);
1290 SetTextJustify(CenterText, CenterText);
[all …]
/dports/graphics/geomview/geomview-1.9.5/src/bin/geomview/x11/
H A Dgvtoolui.c101 static Widget TargetText, CenterText, BBoxCenter; variable
130 CenterText = mib_find_name(toolload, "CenterText")->me; in ui_load_toolpanel()
140 XtAddCallback(CenterText, XmNactivateCallback, (XtCallbackProc) center_set, in ui_load_toolpanel()
293 if (CenterText == NULL) in ui_tool_centerset()
296 str = XmTextFieldGetString(CenterText); in ui_tool_centerset()
299 XmTextFieldSetString(CenterText, center); in ui_tool_centerset()
/dports/biology/lamarc/lamarc-2.1.8/src/guiutil/
H A Dgc_clickpanel.cpp86 gcClickPanel::CenterText(wxString text) in CenterText() function in gcClickPanel
166 gcClickCell::CenterText(wxString text) in CenterText() function in gcClickCell
169 m_clickPanel->CenterText(text); in CenterText()
H A Dgc_clickpanel.h30 void CenterText(wxString text);
66 void CenterText(wxString text);
/dports/audio/mp3info/mp3info-0.8.5a/
H A Dtextfunc.h30 void CenterText(int line, char *text);
H A Dmp3curs.c68 CenterText(1,VERSION); in tagedit_curs()
H A Dtextfunc.c36 void CenterText(int line, char *text) { in CenterText() function
/dports/cad/opencascade/opencascade-7.6.0/tests/opengl/data/text/
H A DC117 vdrawtext t1 CenterText -pos 0 0 0 -font SansFont -color green -valign center -halign center
/dports/editors/lazarus/lazarus/components/printers/samples/dialogs/
H A Dfrmselprinter.pas89 procedure CenterText(const X,Y: Integer; const AText: string); procedure
179 procedure TForm1.CenterText(const X, Y: Integer; const AText: string); procedure
216 CenterText(pgw div 2, CM(0.5), 'This is test for lazarus printer4lazarus package');
225 CenterText(Hin, Hin, '1');
/dports/editors/lazarus-qt5/lazarus/components/printers/samples/dialogs/
H A Dfrmselprinter.pas89 procedure CenterText(const X,Y: Integer; const AText: string); procedure
179 procedure TForm1.CenterText(const X, Y: Integer; const AText: string); procedure
216 CenterText(pgw div 2, CM(0.5), 'This is test for lazarus printer4lazarus package');
225 CenterText(Hin, Hin, '1');
/dports/sysutils/go-wtf/wtf-0.21.0/modules/bamboohr/
H A Dwidget.go55 str = fmt.Sprintf("\n\n\n\n\n\n\n\n%s", utils.CenterText("[grey]no one[white]", 50))
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/printers/samples/dialogs/
H A Dfrmselprinter.pas89 procedure CenterText(const X,Y: Integer; const AText: string); procedure
180 procedure TForm1.CenterText(const X, Y: Integer; const AText: string); procedure
217 CenterText(pgw div 2, CM(0.5), 'This is test for lazarus printer4lazarus package');
226 CenterText(Hin, Hin, '1');
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/printers/samples/dialogs/
H A Dfrmselprinter.pas89 procedure CenterText(const X,Y: Integer; const AText: string); procedure
180 procedure TForm1.CenterText(const X, Y: Integer; const AText: string); procedure
217 CenterText(pgw div 2, CM(0.5), 'This is test for lazarus printer4lazarus package');
226 CenterText(Hin, Hin, '1');
/dports/sysutils/go-wtf/wtf-0.21.0/modules/twitter/
H A Dwidget.go75 str := fmt.Sprintf("\n\n\n%s", utils.CenterText("[lightblue]No Tweets[white]", 50))
/dports/graphics/grx/grx249/pascal/bgi/
H A Ddemo.pas83 SetTextJustify(CenterText, TopText);
466 SetTextJustify(CenterText, TopText);
H A Dgraph.pas252 CenterText = 1;
/dports/lang/ptoc/ptoc/
H A Dgraph.pas35 CenterText = 1;
H A Dgraph.h347 #define CenterText centertext macro
/dports/graphics/geomview/geomview-1.9.5/src/bin/geomview/x11/interface/
H A DTool.mib455 Name: \"CenterText\"\n\
/dports/lang/fpc-source/fpc-3.2.2/packages/graph/src/amiga/
H A Dgraph.pp115 CenterText = 1;
/dports/graphics/fpc-graph/fpc-3.2.2/packages/graph/src/amiga/
H A Dgraph.pp115 CenterText = 1;

12