Home
last modified time | relevance | path

Searched refs:SetText (Results 126 – 150 of 5085) sorted by relevance

12345678910>>...204

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-wisdom/include/aws/wisdom/model/
H A DDocumentText.h96 inline void SetText(const Aws::String& value) { m_textHasBeenSet = true; m_text = value; } in SetText() function
101 inline void SetText(Aws::String&& value) { m_textHasBeenSet = true; m_text = std::move(value); } in SetText() function
106 inline void SetText(const char* value) { m_textHasBeenSet = true; m_text.assign(value); } in SetText() function
111 inline DocumentText& WithText(const Aws::String& value) { SetText(value); return *this;} in WithText()
116 inline DocumentText& WithText(Aws::String&& value) { SetText(std::move(value)); return *this;} in WithText()
121 inline DocumentText& WithText(const char* value) { SetText(value); return *this;} in WithText()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-kendra/include/aws/kendra/model/
H A DTextWithHighlights.h56 inline void SetText(const Aws::String& value) { m_textHasBeenSet = true; m_text = value; } in SetText() function
61 inline void SetText(Aws::String&& value) { m_textHasBeenSet = true; m_text = std::move(value); } in SetText() function
66 inline void SetText(const char* value) { m_textHasBeenSet = true; m_text.assign(value); } in SetText() function
71 inline TextWithHighlights& WithText(const Aws::String& value) { SetText(value); return *this;} in WithText()
76 …inline TextWithHighlights& WithText(Aws::String&& value) { SetText(std::move(value)); return *this… in WithText()
81 inline TextWithHighlights& WithText(const char* value) { SetText(value); return *this;} in WithText()
H A DSuggestionTextWithHighlights.h56 inline void SetText(const Aws::String& value) { m_textHasBeenSet = true; m_text = value; } in SetText() function
61 inline void SetText(Aws::String&& value) { m_textHasBeenSet = true; m_text = std::move(value); } in SetText() function
66 inline void SetText(const char* value) { m_textHasBeenSet = true; m_text.assign(value); } in SetText() function
71 …inline SuggestionTextWithHighlights& WithText(const Aws::String& value) { SetText(value); return *… in WithText()
76 …inline SuggestionTextWithHighlights& WithText(Aws::String&& value) { SetText(std::move(value)); re… in WithText()
81 … inline SuggestionTextWithHighlights& WithText(const char* value) { SetText(value); return *this;} in WithText()
/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/bg2/
H A DGUICG23.py38 EditTextArea.SetText (BIO)
40 EditTextArea.SetText (15882)
44 OkButton.SetText (11973)
47 ClearButton.SetText (34881)
51 CancelButton.SetText (12896)
H A DGUICG1.py41 BackButton.SetText(15416)
44 DoneButton.SetText(11973)
48 TextAreaControl.SetText(17236)
67 TextAreaControl.SetText(13083)
72 TextAreaControl.SetText(13084)
H A DGUICG15.py45 Button.SetText("")
48 Button.SetText(Val)
85 BackButton.SetText(15416)
88 DoneButton.SetText(11973)
93 TextAreaControl.SetText(17256)
104 TextAreaControl.SetText(RaceTable.GetValue(Row, 2) )
H A DStart.py73 Label.SetText(GemRB.Version)
76 TextArea.SetText(73245)
78 TextArea.SetText(73246)
80 SoAButton.SetText(73247)
82 ToBButton.SetText(73248)
84 ExitButton.SetText(13731)
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/lab/dialogs/
H A Dclass_descriptions.cpp31 descriptionText->SetText(Ship_info[classIndex].tech_desc); in update()
34 descriptionText->SetText("No description available."); in update()
41 descriptionText->SetText(Weapon_info[classIndex].tech_desc); in update()
44 descriptionText->SetText("No description available."); in update()
52 descriptionText->SetText("No description available."); in update()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/views/controls/
H A Dlabel_unittest.cc274 label()->SetText(test_text); in TEST_F()
321 label()->SetText(text); in TEST_F()
331 label()->SetText(text); in TEST_F()
342 label()->SetText(text); in TEST_F()
355 label()->SetText(text); in TEST_F()
369 label()->SetText(text); in TEST_F()
387 label()->SetText(text); in TEST_F()
686 label()->SetText( in TEST_F()
815 label()->SetText(text); in TEST_F()
844 label()->SetText( in TEST_F()
[all …]
/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/pst/
H A DGUIINV.py112 Label.SetText (str (i))
141 Label.SetText ("")
186 Label.SetText (GemRB.GetPlayerName (pc, 1))
199 Label.SetText (str (ac))
204 Label.SetText (str (hp))
209 Label.SetText (str (hpmax))
213 Label.SetText (str (GemRB.GameGetPartyGold ()))
219 Label.SetText (text)
240 Button.SetText (str (Slot['Usages0']))
242 Button.SetText ('')
[all …]
H A DGUILOAD.py40 CancelButton.SetText (4196)
48 Button.SetText (28648)
54 Button.SetText (28640)
108 Label.SetText (Slotname)
115 Label.SetText (Slotname)
170 Text.SetText (28639)
173 DeleteButton.SetText (28640)
178 CancelButton.SetText (4196)
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-route53/source/model/
H A DGeoLocationDetails.cpp97 continentCodeNode.SetText(m_continentCode); in AddToNode()
103 continentNameNode.SetText(m_continentName); in AddToNode()
109 countryCodeNode.SetText(m_countryCode); in AddToNode()
115 countryNameNode.SetText(m_countryName); in AddToNode()
121 subdivisionCodeNode.SetText(m_subdivisionCode); in AddToNode()
127 subdivisionNameNode.SetText(m_subdivisionName); in AddToNode()
/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/bg1/
H A DGUICG15.py44 Button.SetText("")
47 Button.SetText(Val)
74 BackButton.SetText(15416)
76 DoneButton.SetText(11973)
81 TextAreaControl.SetText(17256)
97 TextAreaControl.SetText(RacialEnemyTable.GetValue(Row, 2) )
H A DGUICG1.py37 BackButton.SetText(15416)
39 DoneButton.SetText(11973)
43 TextAreaControl.SetText(17236)
63 TextAreaControl.SetText(13083)
68 TextAreaControl.SetText(13084)
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-comprehend/include/aws/comprehend/model/
H A DDetectEntitiesRequest.h54 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
66 inline void SetText(const char* value) { m_textHasBeenSet = true; m_text.assign(value); } in SetText() function
72 … inline DetectEntitiesRequest& WithText(const Aws::String& value) { SetText(value); return *this;} in WithText()
78 …inline DetectEntitiesRequest& WithText(Aws::String&& value) { SetText(std::move(value)); return *t… in WithText()
84 inline DetectEntitiesRequest& 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 DTextInputEvent.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 TextInputEvent& WithText(const Aws::String& value) { SetText(value); return *this;} in WithText()
81 inline TextInputEvent& WithText(Aws::String&& value) { SetText(std::move(value)); return *this;} in WithText()
87 inline TextInputEvent& WithText(const char* value) { SetText(value); return *this;} in WithText()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudfront/source/model/
H A DCacheBehavior.cpp167 pathPatternNode.SetText(m_pathPattern); in AddToNode()
173 targetOriginIdNode.SetText(m_targetOriginId); in AddToNode()
191 …viewerProtocolPolicyNode.SetText(ViewerProtocolPolicyMapper::GetNameForViewerProtocolPolicy(m_view… in AddToNode()
204 smoothStreamingNode.SetText(ss.str()); in AddToNode()
212 compressNode.SetText(ss.str()); in AddToNode()
231 fieldLevelEncryptionIdNode.SetText(m_fieldLevelEncryptionId); in AddToNode()
237 realtimeLogConfigArnNode.SetText(m_realtimeLogConfigArn); in AddToNode()
243 cachePolicyIdNode.SetText(m_cachePolicyId); in AddToNode()
249 originRequestPolicyIdNode.SetText(m_originRequestPolicyId); in AddToNode()
H A DStreamingDistributionSummary.cpp141 idNode.SetText(m_id); in AddToNode()
147 aRNNode.SetText(m_aRN); in AddToNode()
153 statusNode.SetText(m_status); in AddToNode()
159 lastModifiedTimeNode.SetText(m_lastModifiedTime.ToGmtString(DateFormat::ISO_8601)); in AddToNode()
165 domainNameNode.SetText(m_domainName); in AddToNode()
189 commentNode.SetText(m_comment); in AddToNode()
195 priceClassNode.SetText(PriceClassMapper::GetNameForPriceClass(m_priceClass)); in AddToNode()
202 enabledNode.SetText(ss.str()); in AddToNode()
H A DDistributionSummary.cpp223 idNode.SetText(m_id); in AddToNode()
229 aRNNode.SetText(m_aRN); in AddToNode()
235 statusNode.SetText(m_status); in AddToNode()
241 lastModifiedTimeNode.SetText(m_lastModifiedTime.ToGmtString(DateFormat::ISO_8601)); in AddToNode()
247 domainNameNode.SetText(m_domainName); in AddToNode()
289 commentNode.SetText(m_comment); in AddToNode()
295 priceClassNode.SetText(PriceClassMapper::GetNameForPriceClass(m_priceClass)); in AddToNode()
302 enabledNode.SetText(ss.str()); in AddToNode()
321 webACLIdNode.SetText(m_webACLId); in AddToNode()
327 httpVersionNode.SetText(HttpVersionMapper::GetNameForHttpVersion(m_httpVersion)); in AddToNode()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/gfx/
H A Drender_text_unittest.cc1082 render_text->SetText(text); in TestVisualCursorMotionInObscuredField()
1113 render_text->SetText(seuss); in TEST_F()
1178 render_text->SetText(test); in TEST_F()
1191 render_text->SetText(test); in TEST_F()
1829 render_text->SetText(text); in TEST_P()
2303 render_text->SetText( in TEST_F()
4175 render_text->SetText( in TEST_F()
4305 render_text->SetText( in TEST_F()
4745 render_text->SetText( in TEST_F()
4803 render_text->SetText( in TEST_F()
[all …]
/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/iwd2/
H A DClass.py39 TextAreaControl.SetText (CommonTables.Classes.GetValue (ClassName, "DESC_REF"))
100 Button.SetText(t )
108 BackButton.SetText(15416)
111 DoneButton.SetText(36789)
116 TextAreaControl.SetText(17242)
144 Button.SetText("")
156 Button.SetText(t )
166 TextAreaControl.SetText (CommonTables.Classes.GetValue (ClassName, "DESC_REF"))
/dports/games/warmux/warmux-11.04/src/menu/
H A Dreplay_menu.cpp111 version_lbl->SetText(""); in ClearReplayInfo()
112 date_lbl->SetText(""); in ClearReplayInfo()
113 duration_lbl->SetText(""); in ClearReplayInfo()
114 comment_lbl->SetText(""); in ClearReplayInfo()
163 version_lbl->SetText(text); in ChangeReplay()
170 date_lbl->SetText(text); in ChangeReplay()
177 duration_lbl->SetText(text); in ChangeReplay()
181 comment_lbl->SetText(text); in ChangeReplay()
/dports/graphics/sampleicc/SampleICC-1.6.8/Tools/CmdLine/IccProfLibTest/
H A DWriteFunctions.cpp32 pProfDescTag->SetText(ptext); in AddTextTag()
41 localized.SetText(ptext); in AddTextTag()
62 pCopyTag->SetText(ptext); in AddTextTag()
71 localized.SetText(ptext); in AddTextTag()
273 localized.SetText("Device Mfg Desc1"); in WriteTag()
279 localized.SetText("Device Model Desc1"); in WriteTag()
288 localized2.SetText("Device Mfg Desc2"); in WriteTag()
294 localized2.SetText("Device Model Desc2"); in WriteTag()
307 pTextDesc->SetText("Device Mfg Desc1"); in WriteTag()
312 pTextDesc->SetText("Device Model Desc1"); in WriteTag()
[all …]
/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/
H A DGUIPR.py104 Label.SetText (10345)
107 Label.SetText (12137)
111 Label.SetText (Name)
210 Button.SetText (15416)
231 Text.SetText (spell['SpellDesc'])
264 TextArea.SetText (11824)
268 Button.SetText (17507)
274 Button.SetText (13727)
296 TextArea.SetText (11824)
300 Button.SetText (17507)
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/ui/gfx/
H A Drender_text_unittest.cc1180 render_text->SetText(text); in TestVisualCursorMotionInObscuredField()
1276 render_text->SetText(test); in TEST_F()
1289 render_text->SetText(test); in TEST_F()
1933 render_text->SetText(text); in TEST_P()
2559 render_text->SetText( in TEST_F()
4624 render_text->SetText( in TEST_F()
4901 render_text->SetText( in TEST_F()
5338 render_text->SetText( in TEST_F()
5396 render_text->SetText( in TEST_F()
6537 render_text->SetText( in TEST_F()
[all …]

12345678910>>...204