Home
last modified time | relevance | path

Searched refs:SetText (Results 101 – 125 of 4829) sorted by relevance

12345678910>>...194

/dports/math/vtk8/VTK-8.2.0/Rendering/Annotation/Testing/Cxx/
H A DTestEmptyCornerAnnotation.cxx43 cornerAnnotation->SetText( 0, "normal text" ); in TestEmptyCornerAnnotation()
44 cornerAnnotation->SetText( 1, "1234567890" ); in TestEmptyCornerAnnotation()
45 cornerAnnotation->SetText( 2, "~`!@#$%^&*()_-+=" ); in TestEmptyCornerAnnotation()
46 cornerAnnotation->SetText( 3, "text to remove" ); in TestEmptyCornerAnnotation()
54 cornerAnnotation->SetText( 3, "" ); in TestEmptyCornerAnnotation()
/dports/math/vtk9/VTK-9.1.0/Rendering/Annotation/Testing/Cxx/
H A DTestEmptyCornerAnnotation.cxx43 cornerAnnotation->SetText(0, "normal text"); in TestEmptyCornerAnnotation()
44 cornerAnnotation->SetText(1, "1234567890"); in TestEmptyCornerAnnotation()
45 cornerAnnotation->SetText(2, "~`!@#$%^&*()_-+="); in TestEmptyCornerAnnotation()
46 cornerAnnotation->SetText(3, "text to remove"); in TestEmptyCornerAnnotation()
54 cornerAnnotation->SetText(3, ""); in TestEmptyCornerAnnotation()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-route53/source/model/
H A DCreateKeySigningKeyRequest.cpp36 callerReferenceNode.SetText(m_callerReference); in SerializePayload()
42 hostedZoneIdNode.SetText(m_hostedZoneId); in SerializePayload()
48 keyManagementServiceArnNode.SetText(m_keyManagementServiceArn); in SerializePayload()
54 nameNode.SetText(m_name); in SerializePayload()
60 statusNode.SetText(m_status); in SerializePayload()
H A DResourceRecordSet.cpp171 nameNode.SetText(m_name); in AddToNode()
177 typeNode.SetText(RRTypeMapper::GetNameForRRType(m_type)); in AddToNode()
183 setIdentifierNode.SetText(m_setIdentifier); in AddToNode()
190 weightNode.SetText(ss.str()); in AddToNode()
197 regionNode.SetText(ResourceRecordSetRegionMapper::GetNameForResourceRecordSetRegion(m_region)); in AddToNode()
209 …failoverNode.SetText(ResourceRecordSetFailoverMapper::GetNameForResourceRecordSetFailover(m_failov… in AddToNode()
216 multiValueAnswerNode.SetText(ss.str()); in AddToNode()
224 tTLNode.SetText(ss.str()); in AddToNode()
247 healthCheckIdNode.SetText(m_healthCheckId); in AddToNode()
253 trafficPolicyInstanceIdNode.SetText(m_trafficPolicyInstanceId); in AddToNode()
H A DCreateTrafficPolicyInstanceRequest.cpp38 hostedZoneIdNode.SetText(m_hostedZoneId); in SerializePayload()
44 nameNode.SetText(m_name); in SerializePayload()
51 tTLNode.SetText(ss.str()); in SerializePayload()
58 trafficPolicyIdNode.SetText(m_trafficPolicyId); in SerializePayload()
65 trafficPolicyVersionNode.SetText(ss.str()); in SerializePayload()
/dports/devel/bullet/bullet3-3.21/test/GwenOpenGLTest/
H A DButton.cpp12 pButtonA->SetText(L"Event Tester"); in GWEN_CONTROL_INLINE()
18 pButtonA->SetText(L"Event Tester"); in GWEN_CONTROL_INLINE()
24 pButtonB->SetText(L"\u0417\u0430\u043C\u0435\u0436\u043D\u0430\u044F \u043C\u043E\u0432\u0430"); in GWEN_CONTROL_INLINE()
29 pButtonC->SetText(L"Image Button"); in GWEN_CONTROL_INLINE()
35 pButtonD->SetText(L""); in GWEN_CONTROL_INLINE()
42 pButtonE->SetText(L"Toggle Me"); in GWEN_CONTROL_INLINE()
H A DTextBox.cpp13 label->SetText(""); in GWEN_CONTROL_INLINE()
21 label->SetText("Normal Everyday Label"); in GWEN_CONTROL_INLINE()
27 label->SetText("Select All Text On Focus"); in GWEN_CONTROL_INLINE()
34 label->SetText(L"Different Coloured Text, for some reason"); in GWEN_CONTROL_INLINE()
41 label->SetText(L"2004"); in GWEN_CONTROL_INLINE()
51 label->SetText(L"Different Font"); in GWEN_CONTROL_INLINE()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-comprehend/include/aws/comprehend/model/
H A DClassifyDocumentRequest.h50 inline void SetText(const Aws::String& value) { m_textHasBeenSet = true; m_text = value; } in SetText() function
55 inline void SetText(Aws::String&& value) { m_textHasBeenSet = true; m_text = std::move(value); } in SetText() function
60 inline void SetText(const char* value) { m_textHasBeenSet = true; m_text.assign(value); } in SetText() function
65 …inline ClassifyDocumentRequest& WithText(const Aws::String& value) { SetText(value); return *this;} in WithText()
70 …inline ClassifyDocumentRequest& WithText(Aws::String&& value) { SetText(std::move(value)); return … in WithText()
75 inline ClassifyDocumentRequest& WithText(const char* value) { SetText(value); return *this;} in WithText()
H A DKeyPhrase.h78 inline void SetText(const Aws::String& value) { m_textHasBeenSet = true; m_text = value; } in SetText() function
83 inline void SetText(Aws::String&& value) { m_textHasBeenSet = true; m_text = std::move(value); } in SetText() function
88 inline void SetText(const char* value) { m_textHasBeenSet = true; m_text.assign(value); } in SetText() function
93 inline KeyPhrase& WithText(const Aws::String& value) { SetText(value); return *this;} in WithText()
98 inline KeyPhrase& WithText(Aws::String&& value) { SetText(std::move(value)); return *this;} in WithText()
103 inline KeyPhrase& WithText(const char* value) { SetText(value); return *this;} in WithText()
/dports/devel/upp/upp/reference/SFtpFileSel/
H A DSFtpFileSel.cpp30 pi.SetText("Resolving name..."); in __anon705f00f10102()
34 pi.SetText("Connecting..."); in __anon705f00f10102()
38 pi.SetText("Starting protocol handshake..."); in __anon705f00f10102()
42 pi.SetText("Authenticating..."); in __anon705f00f10102()
46 pi.SetText("Client successfully connected to server."); in __anon705f00f10102()
66 pi.SetText( in __anon705f00f10302()
/dports/devel/py-bullet3/bullet3-3.21/test/GwenOpenGLTest/
H A DButton.cpp12 pButtonA->SetText(L"Event Tester"); in GWEN_CONTROL_INLINE()
18 pButtonA->SetText(L"Event Tester"); in GWEN_CONTROL_INLINE()
24 pButtonB->SetText(L"\u0417\u0430\u043C\u0435\u0436\u043D\u0430\u044F \u043C\u043E\u0432\u0430"); in GWEN_CONTROL_INLINE()
29 pButtonC->SetText(L"Image Button"); in GWEN_CONTROL_INLINE()
35 pButtonD->SetText(L""); in GWEN_CONTROL_INLINE()
42 pButtonE->SetText(L"Toggle Me"); in GWEN_CONTROL_INLINE()
H A DTextBox.cpp13 label->SetText(""); in GWEN_CONTROL_INLINE()
21 label->SetText("Normal Everyday Label"); in GWEN_CONTROL_INLINE()
27 label->SetText("Select All Text On Focus"); in GWEN_CONTROL_INLINE()
34 label->SetText(L"Different Coloured Text, for some reason"); in GWEN_CONTROL_INLINE()
41 label->SetText(L"2004"); in GWEN_CONTROL_INLINE()
51 label->SetText(L"Different Font"); in GWEN_CONTROL_INLINE()
/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/iwd2/
H A DGUIWORLD.py84 Button.SetText (9371)
94 Button.SetText (9372)
116 Button.SetText (42514)
122 Button.SetText (1403)
151 Label.SetText (strref)
155 Button.SetText (15590)
160 Button.SetText (15417)
/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/pst/
H A DGUIWORLD.py51 CloseButton.SetText ("")
59 Button.SetText (28082)
75 Button.SetText (34602)
83 Button.SetText (34603)
96 Button.SetText (42514)
102 Button.SetText (1403)
116 Button.SetText (1403)
/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/
H A DDualClass.py81 DCMainDoneButton.SetText (11973)
87 DCMainCancelButton.SetText (13727)
94 DCMainClassButton.SetText (11959)
101 DCMainSkillsButton.SetText (17372)
108 DCMainBackButton.SetText (15416)
120 DCTextArea.SetText (10811)
340 DCClassDoneButton.SetText (11973)
347 DCClassBackButton.SetText (15416)
354 DCClassTextArea.SetText (10949)
599 BackButton.SetText(15416)
[all …]
H A DGUISAVE.py63 CancelButton.SetText (strs['cancel'])
70 Button.SetText (strs['save'])
76 Button.SetText (strs['delete'])
135 Label.SetText (Slotname)
138 Label.SetText (Slottime)
226 NameField.SetText (Slotname)
239 Label.SetText (Slotname)
259 SaveButton.SetText (save_strref)
268 CancelButton.SetText (strs['cancel'])
314 Text.SetText (strs['yousure'])
[all …]
H A DGUIWORLD.py107 Button.SetText (EndDLGStrref)
120 Button.SetText (ContinueStrref)
136 Label.SetText (str(need_to_drop) )
191 Label.SetText (17518)
195 Button.SetText (17507)
201 Button.SetText (13727)
266 Button.SetText (17507)
271 Button.SetText (11973)
308 Label.SetText (16498)
312 Button.SetText (15590)
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-securityhub/include/aws/securityhub/model/
H A DNoteUpdate.h53 inline void SetText(const Aws::String& value) { m_textHasBeenSet = true; m_text = value; } in SetText() function
58 inline void SetText(Aws::String&& value) { m_textHasBeenSet = true; m_text = std::move(value); } in SetText() function
63 inline void SetText(const char* value) { m_textHasBeenSet = true; m_text.assign(value); } in SetText() function
68 inline NoteUpdate& WithText(const Aws::String& value) { SetText(value); return *this;} in WithText()
73 inline NoteUpdate& WithText(Aws::String&& value) { SetText(std::move(value)); return *this;} in WithText()
78 inline NoteUpdate& WithText(const char* value) { SetText(value); return *this;} in WithText()
H A DRecommendation.h57 inline void SetText(const Aws::String& value) { m_textHasBeenSet = true; m_text = value; } in SetText() function
63 inline void SetText(Aws::String&& value) { m_textHasBeenSet = true; m_text = std::move(value); } in SetText() function
69 inline void SetText(const char* value) { m_textHasBeenSet = true; m_text.assign(value); } in SetText() function
75 inline Recommendation& WithText(const Aws::String& value) { SetText(value); return *this;} in WithText()
81 inline Recommendation& WithText(Aws::String&& value) { SetText(std::move(value)); return *this;} in WithText()
87 inline Recommendation& WithText(const char* value) { SetText(value); return *this;} in WithText()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-textract/include/aws/textract/model/
H A DExpenseDetection.h55 inline void SetText(const Aws::String& value) { m_textHasBeenSet = true; m_text = value; } in SetText() function
60 inline void SetText(Aws::String&& value) { m_textHasBeenSet = true; m_text = std::move(value); } in SetText() function
65 inline void SetText(const char* value) { m_textHasBeenSet = true; m_text.assign(value); } in SetText() function
70 inline ExpenseDetection& WithText(const Aws::String& value) { SetText(value); return *this;} in WithText()
75 … inline ExpenseDetection& WithText(Aws::String&& value) { SetText(std::move(value)); return *this;} in WithText()
80 inline ExpenseDetection& WithText(const char* value) { SetText(value); return *this;} in WithText()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lex/include/aws/lex/model/
H A DButton.h54 inline void SetText(const Aws::String& value) { m_textHasBeenSet = true; m_text = value; } in SetText() function
59 inline void SetText(Aws::String&& value) { m_textHasBeenSet = true; m_text = std::move(value); } in SetText() function
64 inline void SetText(const char* value) { m_textHasBeenSet = true; m_text.assign(value); } in SetText() function
69 inline Button& WithText(const Aws::String& value) { SetText(value); return *this;} in WithText()
74 inline Button& WithText(Aws::String&& value) { SetText(std::move(value)); return *this;} in WithText()
79 inline Button& WithText(const char* value) { SetText(value); return *this;} in WithText()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lexv2-models/include/aws/lexv2-models/model/
H A DButton.h57 inline void SetText(const Aws::String& value) { m_textHasBeenSet = true; m_text = value; } in SetText() function
63 inline void SetText(Aws::String&& value) { m_textHasBeenSet = true; m_text = std::move(value); } in SetText() function
69 inline void SetText(const char* value) { m_textHasBeenSet = true; m_text.assign(value); } in SetText() function
75 inline Button& WithText(const Aws::String& value) { SetText(value); return *this;} in WithText()
81 inline Button& WithText(Aws::String&& value) { SetText(std::move(value)); return *this;} in WithText()
87 inline Button& WithText(const char* value) { SetText(value); return *this;} in WithText()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-lexv2-runtime/include/aws/lexv2-runtime/model/
H A DButton.h54 inline void SetText(const Aws::String& value) { m_textHasBeenSet = true; m_text = value; } in SetText() function
59 inline void SetText(Aws::String&& value) { m_textHasBeenSet = true; m_text = std::move(value); } in SetText() function
64 inline void SetText(const char* value) { m_textHasBeenSet = true; m_text.assign(value); } in SetText() function
69 inline Button& WithText(const Aws::String& value) { SetText(value); return *this;} in WithText()
74 inline Button& WithText(Aws::String&& value) { SetText(std::move(value)); return *this;} in WithText()
79 inline Button& WithText(const char* value) { SetText(value); return *this;} in WithText()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-crt/source/model/
H A DCSVInput.cpp109 fileHeaderInfoNode.SetText(FileHeaderInfoMapper::GetNameForFileHeaderInfo(m_fileHeaderInfo)); in AddToNode()
115 commentsNode.SetText(m_comments); in AddToNode()
121 quoteEscapeCharacterNode.SetText(m_quoteEscapeCharacter); in AddToNode()
127 recordDelimiterNode.SetText(m_recordDelimiter); in AddToNode()
133 fieldDelimiterNode.SetText(m_fieldDelimiter); in AddToNode()
139 quoteCharacterNode.SetText(m_quoteCharacter); in AddToNode()
146 allowQuotedRecordDelimiterNode.SetText(ss.str()); in AddToNode()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3/source/model/
H A DCSVInput.cpp109 fileHeaderInfoNode.SetText(FileHeaderInfoMapper::GetNameForFileHeaderInfo(m_fileHeaderInfo)); in AddToNode()
115 commentsNode.SetText(m_comments); in AddToNode()
121 quoteEscapeCharacterNode.SetText(m_quoteEscapeCharacter); in AddToNode()
127 recordDelimiterNode.SetText(m_recordDelimiter); in AddToNode()
133 fieldDelimiterNode.SetText(m_fieldDelimiter); in AddToNode()
139 quoteCharacterNode.SetText(m_quoteCharacter); in AddToNode()
146 allowQuotedRecordDelimiterNode.SetText(ss.str()); in AddToNode()

12345678910>>...194