Home
last modified time | relevance | path

Searched refs:strings (Results 1 – 25 of 36) sorted by relevance

12

/developtools/ace_js2bundle/ace-loader/test/lite/testcase/pages/sick/
Dsick.hml3 ….measureHome_hand_top')}}; color:red; margin-left: {{marginLeft}}">{{$t('strings.choose_body_state…
6 …<text class="listL" style="width:{{$t('css.judgeIos_height')}};">{{$t('strings.chest_tightness')}}…
9 …yle="width:{{$t('css.judgeIos_height')}};color:{{dizzinessColor}}">{{$t('strings.dizziness')}}</te…
12 …<text class="listL" style="width:{{$t('css.judgeIos_height')}};">{{$t('strings.dizziness')}} :头痛</…
15 …tL" style="width:{{$t('css.judgeIos_height')}};">{{$t('strings.chest_tightness')}} + {{$t('strings
/developtools/smartperf_host/ide/src/js-heap/
DLoadDatabase.ts100 file.snapshotStruct.strings[row.nameIdx],
127 let strings = file.snapshotStruct.strings; variable
131 strings[row.name],
132 strings[row.scriptName],
156 file.snapshotStruct.strings.push(data.string);
/developtools/hiperf/demo/js/entry/src/main/js/MainAbility/pages/second/
Dsecond.hml3 {{ $t('strings.page') }}
5 <input class="btn" type="button" value="{{ $t('strings.back') }}" onclick="onclick"></input>
/developtools/integration_verification/tools/fotff/res/
Dres.go46 snList := strings.Split(res.DeviceSnList, ",")
47 addrList := strings.Split(res.AddrList, ",")
84 return strings.Split(res.DeviceSnList, ",")
/developtools/smartperf_host/ide/server/
Dmain.go170 pid, err := strconv.Atoi(strings.TrimSpace(findStr[0]))
194 if strings.HasPrefix(contentTypeName, "application/json") {
239 dir := path[0:strings.LastIndex(path, string(os.PathSeparator))] //从文件路径获取目录
309 lastIndex := strings.LastIndex(u, "/")
316 index := strings.LastIndex(f, ".")
342 if strings.HasPrefix(contentTypeName, "application/x-www-form-urlencoded") {
375 sc := bufio.NewScanner(strings.NewReader(s))
461 if strings.Contains(dir, tmpDir) {
/developtools/integration_verification/tools/fotff/tester/manual/
Dmanual.go69 switch strings.ToUpper(strings.TrimSpace(answer)) {
/developtools/integration_verification/tools/fotff/tester/common/
Dcommon.go55 args := strings.Split(t.Param, " ")
74 args := strings.Split(t.Param, " ")
107 args := strings.Split(t.Param, " ")
/developtools/smartperf_host/ide/src/js-heap/model/
DDatabaseStruct.ts252 strings: Array<string>;
262 this.strings = new Array<string>();
271 this.strings.length = 0;
/developtools/smartperf_host/ide/src/base-ui/table/
DLitTableHtml.ts627 let strings = text.split('\n');
629 for (let i = 0; i < strings.length; i++) {
633 formatStr += strings[i];
/developtools/ace_js2bundle/ace-loader/test/lite/testcase/pages/music/
Dmusic.hml8 <text class="content">{{$t('strings.dizziness')}}
/developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/expression/
Dexpression.hml49 <text class="tab-text" for="{{tabsContent}}">{{$t('strings.home.tabsData')[$item].name}}</text>
65 …<text class="remain_day_number">{{ $t('strings.remain_days', {year: currentYear, day: countDownDay…
/developtools/smartperf_host/trace_streamer/doc/
DarkTs.md88 …为timeline数据。js-memory数据为json格式,json包含以下节点:snapshot,nodes,edges,locations,strings,samples,trace_fun…
121 strings:该节点包含了js_heap_string表的信息,每一行为一个string类型的字符串,是js内存中字符串的集合,对应表中的string字段。
/developtools/ace_ets2bundle/compiler/sample/pages/testcases/
DstateArrayReverse.ets25 This is why anArray is not a simple array of strings. strings are not uniquely identifyable.
/developtools/integration_verification/tools/fotff/utils/
Dmail.go47 mailConfig.toList = strings.Split(mailConfig.To, ",")
Dproxy.go47 proxyList = strings.Split(config.ServerList, ",")
Dini.go65 rv.Elem().Field(i).Set(reflect.ValueOf(strings.Split(v, ",")))
Dhdc.go44 lines := strings.Fields(string(out))
Dlog.go43 funcName := strings.Split(f.Function, ".")
/developtools/integration_verification/tools/fotff/pkg/dayu200/
Dflash.go57 …locationID = strings.TrimPrefix(regexp.MustCompile(`LocationID=\d+`).FindString(string(data)), "Lo…
61 …locationID = strings.TrimPrefix(regexp.MustCompile(`LocationID=\d+`).FindString(string(data)), "Lo…
Ddayu200.go77 locs := strings.Split(ret.LocationIDList, ",")
/developtools/integration_verification/tools/fotff/pkg/gitee_build/
Dgitee_build.go64 if strings.Contains(buildConfig.Pkg, "build_fail") {
/developtools/integration_verification/tools/fotff/tester/pkg_available/
Dpkg_available.go63 if strings.HasSuffix(e.Name(), ".img") {
/developtools/integration_verification/tools/fotff/pkg/gitee_common/
Dsteps_gitee_test.go37 if strings.HasPrefix(e.Name(), "version") {
Dsteps_gitee.go147 …num, err := strconv.Atoi(strings.Trim(regexp.MustCompile(`!\d+ `).FindString(mr.Commit.Message), "…
287 if strings.HasPrefix(line, "-") {
291 } else if strings.HasPrefix(line, "+") {
Dget_newer_or_fail.go34 dirName := strings.TrimSuffix(newFile, ".tar.gz")

12