Home
last modified time | relevance | path

Searched refs:WrapText (Results 1 – 25 of 283) sorted by relevance

12345678910>>...12

/dports/lang/fpc-source/fpc-3.2.2/tests/webtbs/
H A Dtw3479.pp4 { Two cases where BreakStr = #10 hang WrapText.
13 Writeln(WrapText(Line1 + #10+ Line2, #10, [' '], 40));
14 Writeln(WrapText(Line1 +#13#10+ Line2, #13#10, [' '], 40));
15 Writeln(WrapText(Line1 + #10+ Line2, #10, [' '], 10));
16 Writeln(WrapText(Line1 +#13#10+ Line2, #13#10, [' '], 10));
/dports/net/tunneller/tunneller-release-0.6/vendor/github.com/gizak/termui/v3/widgets/
H A Dparagraph.go17 WrapText bool member
24 WrapText: true,
32 if self.WrapText {
H A Dlist.go18 WrapText bool member
48 if self.WrapText {
/dports/audio/audacity/audacity-Audacity-3.1.3/src/
H A DHelpText.cpp44 static wxString WrapText( const wxString & Text ) in WrapText() function
305 return WrapText( result ); in HelpTextBuiltIn()
326 return WrapText( o.GetString() ); in HelpTextBuiltIn()
355 return WrapText( o.GetString() ); in HelpTextBuiltIn()
376 return WrapText( Key ); in HelpText()
388 WrapText( LinkExpand( Text ))+ in FormatHtmlText()
/dports/devel/log4net/log4net-1.2.10/examples/net/1.0/Layouts/SampleLayoutsApp/cs/src/Layout/
H A DLineWrappingLayout.cs64 WrapText(writer, formattedString); in Format()
67 private void WrapText(TextWriter writer, string text) in WrapText() method in SampleLayoutsApp.Layout.LineWrappingLayout
/dports/ftp/filezilla/filezilla-3.55.1/src/interface/
H A Dwrapengine.h30 bool WrapText(wxWindow* parent, wxString &text, unsigned long maxLength);
32 bool WrapText(wxWindow* parent, int id, unsigned long maxLength);
H A Daboutdialog.cpp61 WrapText(this, cc, 300); in Create()
67 WrapText(this, compilerFlags, 300); in Create()
109 WrapText(this, cpuCaps, 300); in Create()
H A Dverifyhostkeydialog.cpp28 dlg.WrapText(&dlg, XRCID("ID_DESC"), 400); in ShowVerificationDialog()
/dports/graphics/ftgl/ftgl-2.4.0/src/FTLayout/
H A DFTSimpleLayout.cpp150 WrapText(string, len, position, 0, &tmp); in BBoxI()
175 WrapText(string, len, position, renderMode, NULL); in RenderI()
322 void FTSimpleLayoutImpl::WrapText(const char *buf, const int len, in WrapText() function in FTSimpleLayoutImpl
330 void FTSimpleLayoutImpl::WrapText(const wchar_t* buf, const int len, in WrapText() function in FTSimpleLayoutImpl
H A DFTSimpleLayoutImpl.h106 virtual void WrapText(const char *buf, const int len,
127 virtual void WrapText(const wchar_t *buf, const int len,
/dports/games/critterding/critterding-beta12/src/utils/ftgl/FTLayout/
H A DFTSimpleLayout.cpp149 WrapText(string, len, position, 0, &tmp); in BBoxI()
174 WrapText(string, len, position, renderMode, NULL); in RenderI()
318 void FTSimpleLayoutImpl::WrapText(const char *buf, const int len, in WrapText() function in FTSimpleLayoutImpl
326 void FTSimpleLayoutImpl::WrapText(const wchar_t* buf, const int len, in WrapText() function in FTSimpleLayoutImpl
H A DFTSimpleLayoutImpl.h106 virtual void WrapText(const char *buf, const int len,
127 virtual void WrapText(const wchar_t *buf, const int len,
/dports/devel/upp/upp/bazaar/FTGL/src/FTLayout/
H A DFTSimpleLayout.cpp149 WrapText(string, len, position, 0, &tmp); in BBoxI()
174 WrapText(string, len, position, renderMode, NULL); in RenderI()
318 void FTSimpleLayoutImpl::WrapText(const char *buf, const int len, in WrapText() function in FTSimpleLayoutImpl
326 void FTSimpleLayoutImpl::WrapText(const wchar_t* buf, const int len, in WrapText() function in FTSimpleLayoutImpl
H A DFTSimpleLayoutImpl.h106 virtual void WrapText(const char *buf, const int len,
127 virtual void WrapText(const wchar_t *buf, const int len,
/dports/games/uqm/uqm-0.8.0/src/uqm/
H A Dstarbase.h47 extern COUNT WrapText (const UNICODE *pStr, COUNT len, TEXT *tarray, SIZE
/dports/games/spring/spring_98.0/rts/Lua/
H A DLuaFonts.h36 static int WrapText(lua_State* L);
/dports/net/tunneller/tunneller-release-0.6/vendor/github.com/gizak/termui/v3/_examples/
H A Dlist.go37 l.WrapText = false
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Core/
H A DBaseRenderer.cpp51 std::wstring BaseRenderer::WrapText(string utf8Text, float maxLineWidth, uint32_t &lineCount) in WrapText() function in BaseRenderer
107 …std::wstring wrappedText = WrapText(text, (float)(_screenWidth - textLeftMargin * 2 - 20), lineCou… in DrawToast()
H A DBaseRenderer.h19 std::wstring WrapText(string utf8Text, float maxLineWidth, uint32_t &lineCount);
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/Logic/Ingame/
H A DGameInfoBriefingLogic.cs32 …var text = WidgetUtils.WrapText(missionData.Briefing.Replace("\\n", "\n"), mapDescription.Bounds.W… in GameInfoBriefingLogic()
/dports/devel/rth/rth/phpmailer/
H A Dclass.phpmailer.php657 function WrapText($message, $length, $qp_mode = false) { function in PHPMailer
744 $this->AltBody = $this->WrapText($this->AltBody, $this->WordWrap);
747 $this->Body = $this->WrapText($this->Body, $this->WordWrap);
1175 $encoded = $this->WrapText($encoded, $maxlen, true);
1203 $encoded = $this->WrapText($encoded, 74, true);
/dports/security/mailzu/MailZu_0.8RC3/lib/
H A DPHPMailer.class.php702 function WrapText($message, $length, $qp_mode = false) { function in PHPMailer
789 $this->AltBody = $this->WrapText($this->AltBody, $this->WordWrap);
792 $this->Body = $this->WrapText($this->Body, $this->WordWrap);
1217 $encoded = $this->WrapText($encoded, $maxlen, true);
1245 $encoded = $this->WrapText($encoded, 74, true);
/dports/www/phprecipebook/phprecipebook/libs/phpmailer/
H A Dclass.phpmailer.php657 function WrapText($message, $length, $qp_mode = false) { function in PHPMailer
744 $this->AltBody = $this->WrapText($this->AltBody, $this->WordWrap);
747 $this->Body = $this->WrapText($this->Body, $this->WordWrap);
1175 $encoded = $this->WrapText($encoded, $maxlen, true);
1203 $encoded = $this->WrapText($encoded, 74, true);
/dports/games/hedgewars-server/hedgewars-src-1.0.0/hedgewars/
H A Dpas2cRedo.pas99 UTF8ToUnicode, WrapText: function : shortstring;
/dports/games/hedgewars/hedgewars-src-1.0.0/hedgewars/
H A Dpas2cRedo.pas99 UTF8ToUnicode, WrapText: function : shortstring;

12345678910>>...12