Home
last modified time | relevance | path

Searched refs:text (Results 1 – 25 of 2210) sorted by relevance

12345678910>>...89

/test/testfwk/xdevice/
D.gitattributes1 *.tgz filter=lfs diff=lfs merge=lfs -text
2 *.trp filter=lfs diff=lfs merge=lfs -text
3 *.apk filter=lfs diff=lfs merge=lfs -text
4 *.jar filter=lfs diff=lfs merge=lfs -text
5 *.mp4 filter=lfs diff=lfs merge=lfs -text
6 *.zip filter=lfs diff=lfs merge=lfs -text
7 *.asm filter=lfs diff=lfs merge=lfs -text
8 *.8svn filter=lfs diff=lfs merge=lfs -text
9 *.9svn filter=lfs diff=lfs merge=lfs -text
10 *.dylib filter=lfs diff=lfs merge=lfs -text
[all …]
/test/testfwk/developer_test/
D.gitattributes1 *.tgz filter=lfs diff=lfs merge=lfs -text
2 *.trp filter=lfs diff=lfs merge=lfs -text
3 *.apk filter=lfs diff=lfs merge=lfs -text
4 *.jar filter=lfs diff=lfs merge=lfs -text
5 *.mp4 filter=lfs diff=lfs merge=lfs -text
6 *.zip filter=lfs diff=lfs merge=lfs -text
7 *.asm filter=lfs diff=lfs merge=lfs -text
8 *.8svn filter=lfs diff=lfs merge=lfs -text
9 *.9svn filter=lfs diff=lfs merge=lfs -text
10 *.dylib filter=lfs diff=lfs merge=lfs -text
[all …]
/test/xts/acts/
D.gitattributes1 *.tgz filter=lfs diff=lfs merge=lfs -text
2 *.trp filter=lfs diff=lfs merge=lfs -text
3 *.jar filter=lfs diff=lfs merge=lfs -text
4 *.mp4 filter=lfs diff=lfs merge=lfs -text
5 *.zip filter=lfs diff=lfs merge=lfs -text
6 *.asm filter=lfs diff=lfs merge=lfs -text
7 *.8svn filter=lfs diff=lfs merge=lfs -text
8 *.9svn filter=lfs diff=lfs merge=lfs -text
9 *.dylib filter=lfs diff=lfs merge=lfs -text
10 *.exe filter=lfs diff=lfs merge=lfs -text
[all …]
/test/xts/acts/validator/acts_validator/src/main/ets/pages/ArkUI/
DTextPicker.ets41 text: '辽宁省',
42 children: [{ text: '沈阳市', children: [{ text: '沈河区' }, { text: '和平区' }, { text: '浑南区' }] },
43 { text: '大连市', children: [{ text: '中山区' }, { text: '金州区' }, { text: '长海县' }] }]
46 text: '吉林省',
47 children: [{ text: '长春市', children: [{ text: '南关区' }, { text: '宽城区' }, { text: '朝阳区' }] },
48 { text: '四平市', children: [{ text: '铁西区' }, { text: '铁东区' }, { text: '梨树县' }] }]
51 text: '黑龙江省',
52 children: [{ text: '哈尔滨市', children: [{ text: '道里区' }, { text: '道外区' }, { text: '南岗区' }] },
53 { text: '牡丹江市', children: [{ text: '东安区' }, { text: '西安区' }, { text: '爱民区' }] }]
56 text: '湖南省',
[all …]
/test/xts/acts/arkui/ace_ets_third_test/entry/src/main/ets/MainAbility/pages/
DTextInput.ets19 @State text: string = ''
33 TextInput({ placeholder: 'textInput 1', text: this.text })
60 TextInput({ placeholder: 'textInput 2', text: this.text })
69 TextInput({ placeholder: 'textInput 3', text: this.text })
76 TextInput({ placeholder: 'textInput 4', text: this.text })
85 TextInput({ placeholder: 'textInput 5', text: this.text })
92 TextInput({ placeholder: 'textInput 6', text: this.text })
101 TextInput({ placeholder: 'textInput 7', text: this.text })
108 TextInput({ placeholder: 'textInput 8', text: this.text })
117 TextInput({ placeholder: 'textInput 9', text: this.text })
[all …]
/test/xts/acts/arkui/ace_ets_components_ux/ace_ets_component_textinput/src/main/ets/TestAbility/pages/
DIndex.ets47 this.text = value;
49 TextInput({ text: "input your word...", controller: this.controller })
59 this.text = value;
61 TextInput({ text: "input your word...", controller: this.controller })
71 this.text = value;
73 TextInput({ text: "input your word...", controller: this.controller })
83 this.text = value;
85 TextInput({ text: "input your word...", controller: this.controller })
95 this.text = value;
97 TextInput({ text: "input your word...", controller: this.controller })
[all …]
DTextinputSec.ets40 this.textNum = Number(eventData.data.text)
46 this.textStr = eventData.data.text
48 if(eventData.data.type == "TextErr" && eventData.data.text == "null"){
53 if(eventData.data.type == "TextErr" && eventData.data.text == "undefined"){
74 this.boolNum = Number(eventData.data.text)
81 this.boolStr = eventData.data.text
147 @State text: string = 'Hello World'
152 TextInput({ text: 'input your password...' })
162 TextInput({ text: 'input your password...' })
169 TextInput({ text: 'input your password...' })
[all …]
/test/xts/acts/arkui/ace_ets_components_ux/ace_ets_component_textpicker/src/main/ets/TestAbility/pages/
DTextPickerMulti.ets33 …{ text: '辽宁省', children: [{ text: '沈阳市', children: [{ text: '沈河区' }, { text: '和平区' }, { text: '浑南区…
34 { text: '大连市', children: [{ text: '中山区' }, { text: '金州区' }, { text: '长海县' }] }] },
35 …{ text: '吉林省', children: [{ text: '长春市', children: [{ text: '南关区' }, { text: '宽城区' }, { text: '朝阳区…
36 { text: '四平市', children: [{ text: '铁西区' }, { text: '铁东区' }, { text: '梨树县' }] }] },
37 …{ text: '黑龙江省', children: [{ text: '哈尔滨市', children: [{ text: '道里区' }, { text: '道外区' }, { text: '南…
38 { text: '牡丹江市', children: [{ text: '东安区' }, { text: '西安区' }, { text: '爱民区' }] }] }
/test/xts/acts/security/cipher/datacipher/cipher/src/main/js/test/Agree/
Dcipher2.test.js66 text: plainTextRsa, property
70 console.log(`cipher.rsa encrypt success: ${data.text}`);
92 text: plainTextRsa, property
96 console.log(`cipher.aes encrypt success: ${data.text}`);
118 text: plainTextRsa, property
122 console.log(`cipher.rsa encrypt success: ${data.text}`);
144 text: plainTextRsa, property
151 console.log(`cipher.rsa encrypt success: ${data.text}`);
173 text: '~!@#$%^&*()_+<>?:"~,./183456789012345678901234567890123456789', property
177 console.log(`cipher.rsa encrypt success: ${data.text}`);
[all …]
Dcipher1.test.js66 text: plainTextAes, property
73 console.log(`cipher.aes encrypt success: ${data.text}`);
95 text: plainTextAes, property
102 console.log(`cipher.aes encrypt success: ${data.text}`);
124 text: '~!@#$%^&*()_+<>?:"~,./183456789012345678901234567890123456789', property
131 console.log(`cipher.aes encrypt success: ${data.text}`);
153 text: plainTextAes, property
160 console.log(`cipher.aes encrypt success: ${data.text}`);
174 text: plainTextAes, property
181 console.log(`cipher.aes encrypt success: ${data.text}`);
[all …]
/test/xts/acts/arkui/ace_ets_components_ux/ace_ets_component_segmentbutton/src/main/ets/TestAbility/pages/
DIndex.ets26 buttons: [{ text: '单选文字1' }, { text: '单选文字2' }, { text: '单选文字3' }, { text: '单选文字4' }, {
27 text: '单选文字5'
41 … { text: '单选图标文字1', icon: $r('app.media.app_icon'), selectedIcon: $r('sys.media.ohos_app_icon') },
42 … { text: '单选图标文字2', icon: $r('app.media.app_icon'), selectedIcon: $r('sys.media.ohos_app_icon') },
43 … { text: '单选图标文字3', icon: $r('app.media.app_icon'), selectedIcon: $r('sys.media.ohos_app_icon') }
48 buttons: [{ text: '多选文字1' }, { text: '多选文字2' }, { text: '多选文字3' }, { text: '多选文字4' }],
53 … { text: '多选图标文字1', icon: $r('app.media.app_icon'), selectedIcon: $r('sys.media.ohos_app_icon') },
54 … { text: '多选图标文字2', icon: $r('app.media.app_icon'), selectedIcon: $r('sys.media.ohos_app_icon') },
55 … { text: '多选图标文字3', icon: $r('app.media.app_icon'), selectedIcon: $r('sys.media.ohos_app_icon') },
56 … { text: '多选图标文字4', icon: $r('app.media.app_icon'), selectedIcon: $r('sys.media.ohos_app_icon') },
[all …]
/test/xts/acts/arkui/ace_ets_components_ux/ace_ets_component_textarea/src/main/ets/TestAbility/pages/
DIndex.ets40 this.textNum = Number(eventData.data.text)
46 this.textStr = eventData.data.text
48 if(eventData.data.type == "TextErr" && eventData.data.text == "null"){
53 if(eventData.data.type == "TextErr" && eventData.data.text == "undefined"){
74 this.boolNum = Number(eventData.data.text)
81 this.boolStr = eventData.data.text
142 @State text: string = 'Hello World'
148 text: 'The text area can hold an unlimited amount of text. input your word...',
162 this.text = value
165 text: 'The text area can hold an unlimited amount of text. input your word...',
[all …]
/test/xts/acts/arkui/ace_standard/src/main/js/default/pages/pickerView/prop4113/
Dindex.hml18 <text class="title">
20 </text>
26 <text class="title">
28 </text>
29 <text class="sub-title">
31 </text>
34 type="multi-text"
39 <text class="sub-title">
41 </text>
44 type="text"
/test/xts/acts/arkui/ace_ets_component_apilack/entry/src/main/ets/MainAbility/pages/conponentadd/
DohosPrompt24.ets23 @State text: string = 'item1'
37 text: this.text,
43 Utils.emitEvent(this.text,404)
61 text: this.text,
67 Utils.emitEvent(this.text,404)
85 text: 'button1',
89 text: 'button2',
112 text: 'item1',
116 text: 'item2',
122 Utils.emitEvent(this.text,404)
[all …]
DohosPromptg.ets24 @State text: string = 'item1'
38 text: this.text,
61 text: this.text,
85 text: 'button1',
89 text: 'button2',
112 text: 'button1',
116 text: 'button2',
138 text: 'item1',
142 text: 'item2',
165 text: 'item1',
[all …]
/test/xts/acts/arkui/ace_ets_component_ui/entry/src/main/ets/test/State/
DStorage11Jsunit.test.ets54 let text = JSON.parse(Storage11ContentJson);
55 console.info("[Storage11Jsunit_0100] Storage11Content is: " + JSON.stringify(text));
56 expect(text.$attrs.content).assertEqual('47');
69 let text = JSON.parse(Storage11ContentJson);
70 console.info("[Storage11Jsunit_0200] Storage11Content is: " + JSON.stringify(text));
71 expect(text.$attrs.content).assertEqual('undefined');
84 let text = JSON.parse(Storage11ContentJson);
85 console.info("[Storage11Jsunit_0300] Storage11Content is: " + JSON.stringify(text));
86 expect(text.$attrs.content).assertEqual('47');
99 let text = JSON.parse(Storage11ContentJson);
[all …]
/test/xts/acts/arkui/ace_ets_component_ui/entry/src/main/ets/MainAbility/pages/State/
DStorage11.ets26 @State text: string = ''
32 Text(this.text).key('Storage11Content')
35 this.text = AppStorage.link('PropA').get() + ''
40 this.text = AppStorage.link('PropC') + ''
45 this.text = AppStorage.setAndLink('PropA',5).get() + ''
50 this.text = AppStorage.setAndLink('PropD',5).get() + ''
55 this.text = AppStorage.prop('PropA').get() + ''
60 this.text = AppStorage.prop('PropF') + ''
65 this.text = AppStorage.SetAndProp('PropA',5).get() + ''
70 this.text = AppStorage.SetAndProp('PropG',5).get() + ''
/test/xts/acts/ability/ability_runtime/actsfwkdataaccessortest/actsfwkdataaccessortest/src/main/js/MainAbility/pages/index/
Dindex.hml2 <text class="title">
4 </text>
5 <text class="titleST">
7 </text>
/test/xts/acts/ability/ability_runtime/actsdataabilityaccessdatasharetest/actsdataabilityaccessdatasharetest/src/main/js/MainAbility/pages/index/
Dindex.hml2 <text class="title">
4 </text>
5 <text class="titleST">
7 </text>
/test/xts/acts/ability/ability_runtime/actsstserviceabilityclientcase/entry/src/main/js/MainAbility/pages/index/
Dindex.hml2 <text class="title">
4 </text>
5 <text class="titleST">
7 </text>
/test/xts/acts/ability/ability_runtime/amsdatauriutils/src/main/js/MainAbility/pages/index/
Dindex.hml2 <text class="title">
4 </text>
5 <text class="titleST">
7 </text>
/test/xts/acts/ability/ability_runtime/actsserviceabilityclienttest/actsserviceabilityclienttest/src/main/js/MainAbility/pages/index/
Dindex.hml2 <text class="title">
4 </text>
5 <text class="titleST">
7 </text>
/test/xts/acts/ability/ability_runtime/actsabilitydelegatorcase/entry/src/main/js/MainAbility/pages/index/
Dindex.hml2 <text class="title">
4 </text>
5 <text class="titleST">
7 </text>
/test/xts/acts/arkui/ace_ets_test/entry/src/main/ets/MainAbility/pages/components/
DSidebar.ets20 @State text: String = ''
35 this.text = 'one click'
40 this.text = 'two click'
45 this.text = 'three click'
50 this.text = 'four click'
52 Text(this.text)
89 this.text = 'one click'
94 this.text = 'two click'
99 this.text = 'three click'
104 this.text = 'four click'
[all …]
/test/xts/tools/sample/ServerSampleE/vue/src/views/oh-sample/takeaway/site/
Dsite.data.ts32 customRender: ({ text }): Component => {
34 src: getFileAccessHttpUrl(text),
43 customRender: ({ text }): Component => {
44 return render.renderDict(text, 'yn');
54 customRender: ({ text }): string => {
55 return text != null ? text + 'km' : '';

12345678910>>...89