Home
last modified time | relevance | path

Searched refs:SetText (Results 151 – 175 of 5085) sorted by relevance

12345678910>>...204

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-comprehend/include/aws/comprehend/model/
H A DEntity.h110 inline void SetText(const Aws::String& value) { m_textHasBeenSet = true; m_text = value; } in SetText() function
115 inline void SetText(Aws::String&& value) { m_textHasBeenSet = true; m_text = std::move(value); } in SetText() function
120 inline void SetText(const char* value) { m_textHasBeenSet = true; m_text.assign(value); } in SetText() function
125 inline Entity& WithText(const Aws::String& value) { SetText(value); return *this;} in WithText()
130 inline Entity& WithText(Aws::String&& value) { SetText(std::move(value)); return *this;} in WithText()
135 inline Entity& WithText(const char* value) { SetText(value); return *this;} in WithText()
H A DSyntaxToken.h77 inline void SetText(const Aws::String& value) { m_textHasBeenSet = true; m_text = value; } in SetText() function
82 inline void SetText(Aws::String&& value) { m_textHasBeenSet = true; m_text = std::move(value); } in SetText() function
87 inline void SetText(const char* value) { m_textHasBeenSet = true; m_text.assign(value); } in SetText() function
92 inline SyntaxToken& WithText(const Aws::String& value) { SetText(value); return *this;} in WithText()
97 inline SyntaxToken& WithText(Aws::String&& value) { SetText(std::move(value)); return *this;} in WithText()
102 inline SyntaxToken& WithText(const char* value) { SetText(value); return *this;} in WithText()
/dports/devel/upp/upp/bazaar/BoostPyTest/
H A DBoostPyTest.lay19 …ITEM(StaticText, dv___17, SetText(t_("PyEvalConvert: in Value is accessible as 'arg'")).RightPosZ(…
20 ITEM(StaticText, dv___18, SetText(t_("Simple eval, see code")).RightPosZ(8, 236).TopPosZ(208, 19))
21 ITEM(StaticText, dv___19, SetText(t_("upp.st")).RightPosZ(204, 36).TopPosZ(80, 19))
22 …ITEM(StaticText, dv___20, SetText(t_("upp.con is console itself, try upp.con.clearlog()")).RightPo…
24 ITEM(StaticText, dv___22, SetText(t_("upp.vc")).RightPosZ(204, 36).TopPosZ(116, 19))
25 ITEM(StaticText, dv___23, SetText(t_("upp.es")).RightPosZ(204, 36).TopPosZ(180, 19))
/dports/x11/eaglemode/eaglemode-0.95.0/doc/examples/CppApiExamples/
H A DToolkitExample.cpp64 Message->SetText("Button clicked"); in Cycle()
67 Message->SetText(emString::Format( in Cycle()
73 Message->SetText(emString::Format( in Cycle()
79 Message->SetText(emString::Format( in Cycle()
85 Message->SetText(emString::Format( in Cycle()
91 Message->SetText(emString::Format( in Cycle()
/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/iwd2/
H A DGUIREC.py77 Button.SetText (11946)
82 Button.SetText (18003)
87 Button.SetText (13956)
92 Button.SetText (10645)
127 Button.SetText (7175)
1061 Label.SetText ("")
1066 Button.SetText (11973)
1138 Label.SetText ("")
1258 Label.SetText ("")
1342 Label.SetText (9894)
[all …]
H A DAlignment.py43 Button.SetText (CommonTables.Aligns.GetValue (i, 0))
51 BackButton.SetText(15416)
55 DoneButton.SetText(36789)
59 TextAreaControl.SetText(9602)
69 TextAreaControl.SetText (CommonTables.Aligns.GetValue (Alignment, 1))
H A DEnemy.py48 Button.SetText("")
52 Button.SetText (Val)
55 Button.SetText(Val)
110 BackButton.SetText (15416)
117 DoneButton.SetText(11973)
122 TextAreaControl.SetText(17256)
150 TextAreaControl.SetText(RacialEnemyTable.GetValue(Row, 2) )
H A DRace.py46 Button.SetText (CommonTables.Races.GetValue (i,0) )
52 BackButton.SetText (15416)
56 DoneButton.SetText (36789)
61 TextAreaControl.SetText (17237)
75 TextAreaControl.SetText (CommonTables.Races.GetValue (RaceID,"DESC_REF") )
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/ui/views/controls/
H A Dlabel_unittest.cc290 label()->SetText(test_text); in TEST_F()
332 label()->SetText(text); in TEST_F()
342 label()->SetText(text); in TEST_F()
353 label()->SetText(text); in TEST_F()
366 label()->SetText(text); in TEST_F()
380 label()->SetText(text); in TEST_F()
398 label()->SetText(text); in TEST_F()
658 label()->SetText( in TEST_F()
787 label()->SetText(text); in TEST_F()
816 label()->SetText( in TEST_F()
[all …]
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3-crt/source/model/
H A DObjectVersion.cpp119 eTagNode.SetText(m_eTag); in AddToNode()
126 sizeNode.SetText(ss.str()); in AddToNode()
133 …storageClassNode.SetText(ObjectVersionStorageClassMapper::GetNameForObjectVersionStorageClass(m_st… in AddToNode()
139 keyNode.SetText(m_key); in AddToNode()
145 versionIdNode.SetText(m_versionId); in AddToNode()
152 isLatestNode.SetText(ss.str()); in AddToNode()
159 lastModifiedNode.SetText(m_lastModified.ToGmtString(DateFormat::ISO_8601)); in AddToNode()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3/source/model/
H A DObjectVersion.cpp119 eTagNode.SetText(m_eTag); in AddToNode()
126 sizeNode.SetText(ss.str()); in AddToNode()
133 …storageClassNode.SetText(ObjectVersionStorageClassMapper::GetNameForObjectVersionStorageClass(m_st… in AddToNode()
139 keyNode.SetText(m_key); in AddToNode()
145 versionIdNode.SetText(m_versionId); in AddToNode()
152 isLatestNode.SetText(ss.str()); in AddToNode()
159 lastModifiedNode.SetText(m_lastModified.ToGmtString(DateFormat::ISO_8601)); in AddToNode()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-s3control/source/model/
H A DJobListDescriptor.cpp119 jobIdNode.SetText(m_jobId); in AddToNode()
125 descriptionNode.SetText(m_description); in AddToNode()
131 operationNode.SetText(OperationNameMapper::GetNameForOperationName(m_operation)); in AddToNode()
138 priorityNode.SetText(ss.str()); in AddToNode()
145 statusNode.SetText(JobStatusMapper::GetNameForJobStatus(m_status)); in AddToNode()
151 creationTimeNode.SetText(m_creationTime.ToGmtString(DateFormat::ISO_8601)); in AddToNode()
157 terminationDateNode.SetText(m_terminationDate.ToGmtString(DateFormat::ISO_8601)); in AddToNode()
/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/bg1/
H A DGUICG8.py47 Button.SetText(CommonTables.Races.GetValue(i-2,0) )
53 BackButton.SetText(15416)
55 DoneButton.SetText(11973)
60 TextAreaControl.SetText(17237)
69 TextAreaControl.SetText(CommonTables.Races.GetValue(Race,1) )
H A DGUICG3.py52 Button.SetText (CommonTables.Aligns.GetValue (i,0))
61 BackButton.SetText(15416)
63 DoneButton.SetText(11973)
68 TextAreaControl.SetText(9602)
78 TextAreaControl.SetText (CommonTables.Aligns.GetValue (Alignment,1))
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-cloudfront/source/model/
H A DDefaultCacheBehavior.cpp159 targetOriginIdNode.SetText(m_targetOriginId); in AddToNode()
177 …viewerProtocolPolicyNode.SetText(ViewerProtocolPolicyMapper::GetNameForViewerProtocolPolicy(m_view… in AddToNode()
190 smoothStreamingNode.SetText(ss.str()); in AddToNode()
198 compressNode.SetText(ss.str()); in AddToNode()
217 fieldLevelEncryptionIdNode.SetText(m_fieldLevelEncryptionId); in AddToNode()
223 realtimeLogConfigArnNode.SetText(m_realtimeLogConfigArn); in AddToNode()
229 cachePolicyIdNode.SetText(m_cachePolicyId); in AddToNode()
235 originRequestPolicyIdNode.SetText(m_originRequestPolicyId); in AddToNode()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sesv2/include/aws/sesv2/model/
H A DEmailTemplateContent.h98 inline void SetText(const Aws::String& value) { m_textHasBeenSet = true; m_text = value; } in SetText() function
104 inline void SetText(Aws::String&& value) { m_textHasBeenSet = true; m_text = std::move(value); } in SetText() function
110 inline void SetText(const char* value) { m_textHasBeenSet = true; m_text.assign(value); } in SetText() function
116 inline EmailTemplateContent& WithText(const Aws::String& value) { SetText(value); return *this;} in WithText()
122 …inline EmailTemplateContent& WithText(Aws::String&& value) { SetText(std::move(value)); return *th… in WithText()
128 inline EmailTemplateContent& WithText(const char* value) { SetText(value); return *this;} in WithText()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-sms-voice/include/aws/sms-voice/model/
H A DSSMLMessageType.h103 inline void SetText(const Aws::String& value) { m_textHasBeenSet = true; m_text = value; } in SetText() function
108 inline void SetText(Aws::String&& value) { m_textHasBeenSet = true; m_text = std::move(value); } in SetText() function
113 inline void SetText(const char* value) { m_textHasBeenSet = true; m_text.assign(value); } in SetText() function
118 inline SSMLMessageType& WithText(const Aws::String& value) { SetText(value); return *this;} in WithText()
123 … inline SSMLMessageType& WithText(Aws::String&& value) { SetText(std::move(value)); return *this;} in WithText()
128 inline SSMLMessageType& WithText(const char* value) { SetText(value); return *this;} in WithText()
H A DPlainTextMessageType.h103 inline void SetText(const Aws::String& value) { m_textHasBeenSet = true; m_text = value; } in SetText() function
108 inline void SetText(Aws::String&& value) { m_textHasBeenSet = true; m_text = std::move(value); } in SetText() function
113 inline void SetText(const char* value) { m_textHasBeenSet = true; m_text.assign(value); } in SetText() function
118 inline PlainTextMessageType& WithText(const Aws::String& value) { SetText(value); return *this;} in WithText()
123 …inline PlainTextMessageType& WithText(Aws::String&& value) { SetText(std::move(value)); return *th… in WithText()
128 inline PlainTextMessageType& WithText(const char* value) { SetText(value); return *this;} in WithText()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-securityhub/include/aws/securityhub/model/
H A DNote.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 Note& WithText(const Aws::String& value) { SetText(value); return *this;} in WithText()
73 inline Note& WithText(Aws::String&& value) { SetText(std::move(value)); return *this;} in WithText()
78 inline Note& WithText(const char* value) { SetText(value); return *this;} in WithText()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-route53/source/model/
H A DTrafficPolicy.cpp101 idNode.SetText(m_id); in AddToNode()
108 versionNode.SetText(ss.str()); in AddToNode()
115 nameNode.SetText(m_name); in AddToNode()
121 typeNode.SetText(RRTypeMapper::GetNameForRRType(m_type)); in AddToNode()
127 documentNode.SetText(m_document); in AddToNode()
133 commentNode.SetText(m_comment); in AddToNode()
H A DCloudWatchAlarmConfiguration.cpp130 evaluationPeriodsNode.SetText(ss.str()); in AddToNode()
138 thresholdNode.SetText(ss.str()); in AddToNode()
145 …comparisonOperatorNode.SetText(ComparisonOperatorMapper::GetNameForComparisonOperator(m_comparison… in AddToNode()
152 periodNode.SetText(ss.str()); in AddToNode()
159 metricNameNode.SetText(m_metricName); in AddToNode()
165 namespaceNode.SetText(m_namespace); in AddToNode()
171 statisticNode.SetText(StatisticMapper::GetNameForStatistic(m_statistic)); in AddToNode()
/dports/games/gemrb/gemrb-0.9.0/gemrb/GUIScripts/pst/
H A DGUIMA.py39 Button.SetText (20429)
44 Button.SetText (4182)
67 Label.SetText (MapName)
79 Button.SetText (1403)
105 Button.SetText (1403)
114 Edit.SetText ("")
/dports/www/chromium-legacy/chromium-88.0.4324.182/ash/assistant/ui/main_stage/
H A Dassistant_query_view.cc95 SetText(text_query.text()); in SetQuery()
101 SetText(voice_query.high_confidence_speech(), in SetQuery()
106 SetText(std::string()); in SetQuery()
111 void AssistantQueryView::SetText(const std::string& high_confidence_text, in SetText() function in ash::AssistantQueryView
114 label_->SetText(base::string16()); in SetText()
125 label_->SetText(high_confidence_text_16 + low_confidence_text_16); in SetText()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/test/chromedriver/
H A Dkey_converter_unittest.cc106 builder.SetText("h", "h")->SetKeyCode(ui::VKEY_H)->Generate(&key_events); in TEST()
114 builder.SetText("1", "1")->SetKeyCode(ui::VKEY_1)->Generate(&key_events); in TEST()
152 builder.SetText(e_acute, e_acute)->Generate(&key_events); in TEST()
167 ->SetText("q", "@"); in TEST()
188 ->SetText("a", "A"); in TEST()
203 ->SetText("1", "!"); in TEST()
276 ->SetText("\r", "\r") in TEST()
281 builder.SetText("\t", "\t")->Generate(&key_events); in TEST()
283 builder.SetText(std::string(), std::string()); in TEST()
289 builder.SetText("\b", "\b")->Generate(&key_events); in TEST()
[all …]
/dports/games/valyriatear/ValyriaTear-1.1.0/src/modes/menu/menu_windows/
H A Dskill_node_bottom_info.cpp119 _cost_title.SetText(vt_system::UTranslate("Unlocked")); in _SetCostInfo()
125 _cost_title.SetText(vt_system::UTranslate("To Unlock:")); in _SetCostInfo()
128 _node_cost.SetText(vt_system::VTranslate("XP Needed: %d /\nAvailable: %d", in _SetCostInfo()
132 _node_cost.SetText(vt_system::UTranslate("No XP Needed")); in _SetCostInfo()
190 _skill_name.SetText(skill->GetName()); in _SetSkillInfo()
191 _skill_description.SetText(skill->GetDescription()); in _SetSkillInfo()
194 _skill_sp_cost.SetText(vt_system::VTranslate("%d SP", in _SetSkillInfo()
198 _skill_learned_text.SetText(vt_system::UTranslate("Skill learned:")); in _SetSkillInfo()
207 _stats_title.SetText(vt_system::UTranslate("Statistics:")); in _SetStatsInfo()

12345678910>>...204