Home
last modified time | relevance | path

Searched refs:SetContent (Results 76 – 100 of 1889) sorted by relevance

12345678910>>...76

/dports/editors/micro/micro-2.0.10/internal/screen/
H A Dscreen.go73 Screen.SetContent(lastCursor.x, lastCursor.y, lastCursor.r, lastCursor.combc, lastCursor.style)
74 Screen.SetContent(x, y, r, combc, config.DefStyle.Reverse(true))
87 Screen.SetContent(x, y, r, nil, config.DefStyle.Reverse(true))
103 func SetContent(x, y int, mainc rune, combc []rune, style tcell.Style) { func
108 Screen.SetContent(x, y, mainc, combc, style)
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-codecommit/include/aws/codecommit/model/
H A DPostCommentForComparedCommitRequest.h238 …inline void SetContent(const Aws::String& value) { m_contentHasBeenSet = true; m_content = value; } in SetContent() function
243 …inline void SetContent(Aws::String&& value) { m_contentHasBeenSet = true; m_content = std::move(va… in SetContent() function
248 … inline void SetContent(const char* value) { m_contentHasBeenSet = true; m_content.assign(value); } in SetContent() function
253 …inline PostCommentForComparedCommitRequest& WithContent(const Aws::String& value) { SetContent(val… in WithContent()
258 …inline PostCommentForComparedCommitRequest& WithContent(Aws::String&& value) { SetContent(std::mov… in WithContent()
263 …inline PostCommentForComparedCommitRequest& WithContent(const char* value) { SetContent(value); re… in WithContent()
H A DPostCommentForPullRequestRequest.h291 …inline void SetContent(const Aws::String& value) { m_contentHasBeenSet = true; m_content = value; } in SetContent() function
296 …inline void SetContent(Aws::String&& value) { m_contentHasBeenSet = true; m_content = std::move(va… in SetContent() function
301 … inline void SetContent(const char* value) { m_contentHasBeenSet = true; m_content.assign(value); } in SetContent() function
306 …inline PostCommentForPullRequestRequest& WithContent(const Aws::String& value) { SetContent(value)… in WithContent()
311 …inline PostCommentForPullRequestRequest& WithContent(Aws::String&& value) { SetContent(std::move(v… in WithContent()
316 …inline PostCommentForPullRequestRequest& WithContent(const char* value) { SetContent(value); retur… in WithContent()
H A DReplaceContentEntry.h132 …inline void SetContent(const Aws::Utils::ByteBuffer& value) { m_contentHasBeenSet = true; m_conten… in SetContent() function
138 …inline void SetContent(Aws::Utils::ByteBuffer&& value) { m_contentHasBeenSet = true; m_content = s… in SetContent() function
144 …inline ReplaceContentEntry& WithContent(const Aws::Utils::ByteBuffer& value) { SetContent(value); … in WithContent()
150 …inline ReplaceContentEntry& WithContent(Aws::Utils::ByteBuffer&& value) { SetContent(std::move(val… in WithContent()
/dports/editors/micro/micro-2.0.10/internal/display/
H A Dstatusline.go117 screen.SetContent(winX+x, y, r, nil, style)
123 screen.SetContent(winX+x, y, ' ', nil, statusLineStyle)
131 screen.SetContent(winX+x, y, ' ', nil, statusLineStyle)
183 screen.SetContent(winX+x, y, c, combc, statusLineStyle)
196 screen.SetContent(winX+x, y, c, combc, statusLineStyle)
199 screen.SetContent(winX+x, y, ' ', nil, statusLineStyle)
H A Dinfowindow.go94 screen.SetContent(x, i.Y, ' ', nil, i.defStyle())
132 screen.SetContent(vlocX, i.Y, c, combc, style)
189 screen.SetContent(x, i.Y-len(keydisplay)+y, rune(keydisplay[y][x]), nil, i.defStyle())
191 screen.SetContent(x, i.Y-len(keydisplay)+y, ' ', nil, i.defStyle())
247 screen.SetContent(x, i.Y, c, nil, style)
281 screen.SetContent(i.Width-1, y, '>', nil, s)
285 screen.SetContent(0, y, '<', nil, s)
287 screen.SetContent(x, y, c, nil, s)
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-chime/include/aws/chime/model/
H A DArtifactsConfiguration.h117 …inline void SetContent(const ContentArtifactsConfiguration& value) { m_contentHasBeenSet = true; m… in SetContent() function
122 …inline void SetContent(ContentArtifactsConfiguration&& value) { m_contentHasBeenSet = true; m_cont… in SetContent() function
127 …nfiguration& WithContent(const ContentArtifactsConfiguration& value) { SetContent(value); return *… in WithContent()
132 …inline ArtifactsConfiguration& WithContent(ContentArtifactsConfiguration&& value) { SetContent(std… in WithContent()
H A DSendChannelMessageRequest.h94 …inline void SetContent(const Aws::String& value) { m_contentHasBeenSet = true; m_content = value; } in SetContent() function
99 …inline void SetContent(Aws::String&& value) { m_contentHasBeenSet = true; m_content = std::move(va… in SetContent() function
104 … inline void SetContent(const char* value) { m_contentHasBeenSet = true; m_content.assign(value); } in SetContent() function
109 …inline SendChannelMessageRequest& WithContent(const Aws::String& value) { SetContent(value); retur… in WithContent()
114 …inline SendChannelMessageRequest& WithContent(Aws::String&& value) { SetContent(std::move(value));… in WithContent()
119 …inline SendChannelMessageRequest& WithContent(const char* value) { SetContent(value); return *this… in WithContent()
H A DChannelMessageSummary.h98 …inline void SetContent(const Aws::String& value) { m_contentHasBeenSet = true; m_content = value; } in SetContent() function
103 …inline void SetContent(Aws::String&& value) { m_contentHasBeenSet = true; m_content = std::move(va… in SetContent() function
108 … inline void SetContent(const char* value) { m_contentHasBeenSet = true; m_content.assign(value); } in SetContent() function
113 …inline ChannelMessageSummary& WithContent(const Aws::String& value) { SetContent(value); return *t… in WithContent()
118 …inline ChannelMessageSummary& WithContent(Aws::String&& value) { SetContent(std::move(value)); ret… in WithContent()
123 inline ChannelMessageSummary& WithContent(const char* value) { SetContent(value); return *this;} in WithContent()
/dports/devel/lab/lab-0.17.2/vendor/github.com/rivo/tview/
H A Dbox.go256 screen.SetContent(x, y, ' ', nil, background)
281 screen.SetContent(x, b.y, horizontal, nil, border)
282 screen.SetContent(x, b.y+b.height-1, horizontal, nil, border)
285 screen.SetContent(b.x, y, vertical, nil, border)
286 screen.SetContent(b.x+b.width-1, y, vertical, nil, border)
288 screen.SetContent(b.x, b.y, topLeft, nil, border)
289 screen.SetContent(b.x+b.width-1, b.y, topRight, nil, border)
290 screen.SetContent(b.x, b.y+b.height-1, bottomLeft, nil, border)
291 screen.SetContent(b.x+b.width-1, b.y+b.height-1, bottomRight, nil, border)
/dports/sysutils/go-wtf/wtf-0.21.0/vendor/github.com/rivo/tview/
H A Dbox.go256 screen.SetContent(x, y, ' ', nil, background)
281 screen.SetContent(x, b.y, horizontal, nil, border)
282 screen.SetContent(x, b.y+b.height-1, horizontal, nil, border)
285 screen.SetContent(b.x, y, vertical, nil, border)
286 screen.SetContent(b.x+b.width-1, y, vertical, nil, border)
288 screen.SetContent(b.x, b.y, topLeft, nil, border)
289 screen.SetContent(b.x+b.width-1, b.y, topRight, nil, border)
290 screen.SetContent(b.x, b.y+b.height-1, bottomLeft, nil, border)
291 screen.SetContent(b.x+b.width-1, b.y+b.height-1, bottomRight, nil, border)
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iotevents/include/aws/iotevents/model/
H A DEmailConfiguration.h121 …inline void SetContent(const EmailContent& value) { m_contentHasBeenSet = true; m_content = value;… in SetContent() function
126 …inline void SetContent(EmailContent&& value) { m_contentHasBeenSet = true; m_content = std::move(v… in SetContent() function
131 …inline EmailConfiguration& WithContent(const EmailContent& value) { SetContent(value); return *thi… in WithContent()
136 …inline EmailConfiguration& WithContent(EmailContent&& value) { SetContent(std::move(value)); retur… in WithContent()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-chime-sdk-messaging/include/aws/chime-sdk-messaging/model/
H A DSendChannelMessageRequest.h94 …inline void SetContent(const Aws::String& value) { m_contentHasBeenSet = true; m_content = value; } in SetContent() function
99 …inline void SetContent(Aws::String&& value) { m_contentHasBeenSet = true; m_content = std::move(va… in SetContent() function
104 … inline void SetContent(const char* value) { m_contentHasBeenSet = true; m_content.assign(value); } in SetContent() function
109 …inline SendChannelMessageRequest& WithContent(const Aws::String& value) { SetContent(value); retur… in WithContent()
114 …inline SendChannelMessageRequest& WithContent(Aws::String&& value) { SetContent(std::move(value));… in WithContent()
119 …inline SendChannelMessageRequest& WithContent(const char* value) { SetContent(value); return *this… in WithContent()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-connect-contact-lens/include/aws/connect-contact-lens/model/
H A DTranscript.h179 …inline void SetContent(const Aws::String& value) { m_contentHasBeenSet = true; m_content = value; } in SetContent() function
184 …inline void SetContent(Aws::String&& value) { m_contentHasBeenSet = true; m_content = std::move(va… in SetContent() function
189 … inline void SetContent(const char* value) { m_contentHasBeenSet = true; m_content.assign(value); } in SetContent() function
194 inline Transcript& WithContent(const Aws::String& value) { SetContent(value); return *this;} in WithContent()
199 … inline Transcript& WithContent(Aws::String&& value) { SetContent(std::move(value)); return *this;} in WithContent()
204 inline Transcript& WithContent(const char* value) { SetContent(value); return *this;} in WithContent()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Mail/src/System/Net/Mail/
H A DAttachment.cs39 _part.SetContent(contentStream); in AttachmentBase()
44 _part.SetContent(contentStream, null, mediaType); in AttachmentBase()
49 _part.SetContent(contentStream, name, mediaType); in AttachmentBase()
54 _part.SetContent(contentStream, contentType); in AttachmentBase()
100 _part.SetContent(stream, contentType); in SetContentFromFile()
116 _part.SetContent(stream, null, mediaType); in SetContentFromFile()
149 _part.SetContent(new MemoryStream(buffer), contentType); in SetContentFromString()
213 _part.SetContent(new MemoryStream(buffer), contentType); in SetContentFromString()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/mail/
H A DAttachment.cs35 part.SetContent(contentStream); in AttachmentBase()
39 part.SetContent(contentStream, null, mediaType); in AttachmentBase()
43 part.SetContent(contentStream, name, mediaType); in AttachmentBase()
47 part.SetContent(contentStream, contentType); in AttachmentBase()
90 part.SetContent(stream, contentType); in SetContentFromFile()
107 part.SetContent(stream,null,mediaType); in SetContentFromFile()
133 part.SetContent(new MemoryStream(buffer),contentType); in SetContentFromString()
186 part.SetContent(new MemoryStream(buffer),contentType); in SetContentFromString()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-iam/include/aws/iam/model/
H A DGetCredentialReportResult.h52 inline void SetContent(const Aws::Utils::ByteBuffer& value) { m_content = value; } in SetContent() function
57 inline void SetContent(Aws::Utils::ByteBuffer&& value) { m_content = std::move(value); } in SetContent() function
62 …inline GetCredentialReportResult& WithContent(const Aws::Utils::ByteBuffer& value) { SetContent(va… in WithContent()
67 …inline GetCredentialReportResult& WithContent(Aws::Utils::ByteBuffer&& value) { SetContent(std::mo… in WithContent()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-ssm/include/aws/ssm/model/
H A DOpsEntityItem.h96 …inline void SetContent(const Aws::Vector<Aws::Map<Aws::String, Aws::String>>& value) { m_contentHa… in SetContent() function
101 …inline void SetContent(Aws::Vector<Aws::Map<Aws::String, Aws::String>>&& value) { m_contentHasBeen… in SetContent() function
106 …ontent(const Aws::Vector<Aws::Map<Aws::String, Aws::String>>& value) { SetContent(value); return *… in WithContent()
111 …WithContent(Aws::Vector<Aws::Map<Aws::String, Aws::String>>&& value) { SetContent(std::move(value)… in WithContent()
H A DUpdateDocumentRequest.h53 …inline void SetContent(const Aws::String& value) { m_contentHasBeenSet = true; m_content = value; } in SetContent() function
58 …inline void SetContent(Aws::String&& value) { m_contentHasBeenSet = true; m_content = std::move(va… in SetContent() function
63 … inline void SetContent(const char* value) { m_contentHasBeenSet = true; m_content.assign(value); } in SetContent() function
68 …inline UpdateDocumentRequest& WithContent(const Aws::String& value) { SetContent(value); return *t… in WithContent()
73 …inline UpdateDocumentRequest& WithContent(Aws::String&& value) { SetContent(std::move(value)); ret… in WithContent()
78 inline UpdateDocumentRequest& WithContent(const char* value) { SetContent(value); return *this;} in WithContent()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-alexaforbusiness/include/aws/alexaforbusiness/model/
H A DSendAnnouncementRequest.h114 inline void SetContent(const Content& value) { m_contentHasBeenSet = true; m_content = value; } in SetContent() function
120 …inline void SetContent(Content&& value) { m_contentHasBeenSet = true; m_content = std::move(value)… in SetContent() function
126 …inline SendAnnouncementRequest& WithContent(const Content& value) { SetContent(value); return *thi… in WithContent()
132 …inline SendAnnouncementRequest& WithContent(Content&& value) { SetContent(std::move(value)); retur… in WithContent()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-schemas/include/aws/schemas/model/
H A DCreateSchemaRequest.h50 …inline void SetContent(const Aws::String& value) { m_contentHasBeenSet = true; m_content = value; } in SetContent() function
55 …inline void SetContent(Aws::String&& value) { m_contentHasBeenSet = true; m_content = std::move(va… in SetContent() function
60 … inline void SetContent(const char* value) { m_contentHasBeenSet = true; m_content.assign(value); } in SetContent() function
65 …inline CreateSchemaRequest& WithContent(const Aws::String& value) { SetContent(value); return *thi… in WithContent()
70 …inline CreateSchemaRequest& WithContent(Aws::String&& value) { SetContent(std::move(value)); retur… in WithContent()
75 inline CreateSchemaRequest& WithContent(const char* value) { SetContent(value); return *this;} in WithContent()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-connect/include/aws/connect/model/
H A DCreateContactFlowRequest.h216 …inline void SetContent(const Aws::String& value) { m_contentHasBeenSet = true; m_content = value; } in SetContent() function
221 …inline void SetContent(Aws::String&& value) { m_contentHasBeenSet = true; m_content = std::move(va… in SetContent() function
226 … inline void SetContent(const char* value) { m_contentHasBeenSet = true; m_content.assign(value); } in SetContent() function
231 …inline CreateContactFlowRequest& WithContent(const Aws::String& value) { SetContent(value); return… in WithContent()
236 …inline CreateContactFlowRequest& WithContent(Aws::String&& value) { SetContent(std::move(value)); … in WithContent()
241 …inline CreateContactFlowRequest& WithContent(const char* value) { SetContent(value); return *this;} in WithContent()
/dports/net-im/tut/tut-0.0.17/vendor/github.com/rivo/tview/
H A Dbox.go336 screen.SetContent(x, y, ' ', nil, background)
361 screen.SetContent(x, b.y, horizontal, nil, border)
362 screen.SetContent(x, b.y+b.height-1, horizontal, nil, border)
365 screen.SetContent(b.x, y, vertical, nil, border)
366 screen.SetContent(b.x+b.width-1, y, vertical, nil, border)
368 screen.SetContent(b.x, b.y, topLeft, nil, border)
369 screen.SetContent(b.x+b.width-1, b.y, topRight, nil, border)
370 screen.SetContent(b.x, b.y+b.height-1, bottomLeft, nil, border)
371 screen.SetContent(b.x+b.width-1, b.y+b.height-1, bottomRight, nil, border)
/dports/audio/stmp/stmp-0.0.2/vendor/github.com/rivo/tview/
H A Dbox.go340 screen.SetContent(x, y, ' ', nil, background)
364 screen.SetContent(x, b.y, horizontal, nil, b.borderStyle)
365 screen.SetContent(x, b.y+b.height-1, horizontal, nil, b.borderStyle)
368 screen.SetContent(b.x, y, vertical, nil, b.borderStyle)
369 screen.SetContent(b.x+b.width-1, y, vertical, nil, b.borderStyle)
371 screen.SetContent(b.x, b.y, topLeft, nil, b.borderStyle)
372 screen.SetContent(b.x+b.width-1, b.y, topRight, nil, b.borderStyle)
373 screen.SetContent(b.x, b.y+b.height-1, bottomLeft, nil, b.borderStyle)
374 screen.SetContent(b.x+b.width-1, b.y+b.height-1, bottomRight, nil, b.borderStyle)
/dports/net-im/tut/tut-0.0.17/
H A Dui.go68 screen.SetContent(x, cy, tview.BoxDrawingsLightVertical, nil, s)
303 screen.SetContent(x, cy, tview.BoxDrawingsLightVertical, nil, s)
364 screen.SetContent(cx, cy, ' ', nil, tcell.StyleDefault.Background(conf.Style.Background))
369 …screen.SetContent(cx, y, tview.BoxDrawingsLightHorizontal, nil, tcell.StyleDefault.Foreground(conf…
370 …screen.SetContent(cx, y2, tview.BoxDrawingsLightHorizontal, nil, tcell.StyleDefault.Foreground(con…
374 …screen.SetContent(x, cy, tview.BoxDrawingsLightVertical, nil, tcell.StyleDefault.Foreground(conf.S…
375 …screen.SetContent(x2, cy, tview.BoxDrawingsLightVertical, nil, tcell.StyleDefault.Foreground(conf.…
377 …screen.SetContent(x, y, tview.BoxDrawingsLightDownAndRight, nil, tcell.StyleDefault.Foreground(con…
378 …screen.SetContent(x, y+height, tview.BoxDrawingsLightUpAndRight, nil, tcell.StyleDefault.Foregroun…
379 …screen.SetContent(x+width, y, tview.BoxDrawingsLightDownAndLeft, nil, tcell.StyleDefault.Foregroun…
[all …]

12345678910>>...76