Searched refs:strings (Results 1 – 25 of 36) sorted by relevance
12
| /developtools/ace_js2bundle/ace-loader/test/lite/testcase/pages/sick/ |
| D | sick.hml | 3 ….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/ |
| D | LoadDatabase.ts | 100 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/ |
| D | second.hml | 3 {{ $t('strings.page') }} 5 <input class="btn" type="button" value="{{ $t('strings.back') }}" onclick="onclick"></input>
|
| /developtools/integration_verification/tools/fotff/res/ |
| D | res.go | 46 snList := strings.Split(res.DeviceSnList, ",") 47 addrList := strings.Split(res.AddrList, ",") 84 return strings.Split(res.DeviceSnList, ",")
|
| /developtools/smartperf_host/ide/server/ |
| D | main.go | 170 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/ |
| D | manual.go | 69 switch strings.ToUpper(strings.TrimSpace(answer)) {
|
| /developtools/integration_verification/tools/fotff/tester/common/ |
| D | common.go | 55 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/ |
| D | DatabaseStruct.ts | 252 strings: Array<string>; 262 this.strings = new Array<string>(); 271 this.strings.length = 0;
|
| /developtools/smartperf_host/ide/src/base-ui/table/ |
| D | LitTableHtml.ts | 627 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/ |
| D | music.hml | 8 <text class="content">{{$t('strings.dizziness')}}
|
| /developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/expression/ |
| D | expression.hml | 49 <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/ |
| D | arkTs.md | 88 …为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/ |
| D | stateArrayReverse.ets | 25 This is why anArray is not a simple array of strings. strings are not uniquely identifyable.
|
| /developtools/integration_verification/tools/fotff/utils/ |
| D | mail.go | 47 mailConfig.toList = strings.Split(mailConfig.To, ",")
|
| D | proxy.go | 47 proxyList = strings.Split(config.ServerList, ",")
|
| D | ini.go | 65 rv.Elem().Field(i).Set(reflect.ValueOf(strings.Split(v, ",")))
|
| D | hdc.go | 44 lines := strings.Fields(string(out))
|
| D | log.go | 43 funcName := strings.Split(f.Function, ".")
|
| /developtools/integration_verification/tools/fotff/pkg/dayu200/ |
| D | flash.go | 57 …locationID = strings.TrimPrefix(regexp.MustCompile(`LocationID=\d+`).FindString(string(data)), "Lo… 61 …locationID = strings.TrimPrefix(regexp.MustCompile(`LocationID=\d+`).FindString(string(data)), "Lo…
|
| D | dayu200.go | 77 locs := strings.Split(ret.LocationIDList, ",")
|
| /developtools/integration_verification/tools/fotff/pkg/gitee_build/ |
| D | gitee_build.go | 64 if strings.Contains(buildConfig.Pkg, "build_fail") {
|
| /developtools/integration_verification/tools/fotff/tester/pkg_available/ |
| D | pkg_available.go | 63 if strings.HasSuffix(e.Name(), ".img") {
|
| /developtools/integration_verification/tools/fotff/pkg/gitee_common/ |
| D | steps_gitee_test.go | 37 if strings.HasPrefix(e.Name(), "version") {
|
| D | steps_gitee.go | 147 …num, err := strconv.Atoi(strings.Trim(regexp.MustCompile(`!\d+ `).FindString(mr.Commit.Message), "… 287 if strings.HasPrefix(line, "-") { 291 } else if strings.HasPrefix(line, "+") {
|
| D | get_newer_or_fail.go | 34 dirName := strings.TrimSuffix(newFile, ".tar.gz")
|
12