Home
last modified time | relevance | path

Searched refs:url (Results 1 – 25 of 44) sorted by relevance

12

/developtools/integration_verification/tools/fotff/utils/
Dhttp.go27 func DoSimpleHttpReqRaw(method string, url string, body []byte, header map[string]string) (response…
33 if response, err = doSimpleHttpReqImpl(method, url, body, header); err == nil {
41 func DoSimpleHttpReq(method string, url string, body []byte, header map[string]string) (ret []byte,…
48 if resp, err = doSimpleHttpReqImpl(method, url, body, header); err == nil {
58 func doSimpleHttpReqImpl(method string, url string, body []byte, header map[string]string) (respons…
59 logrus.Infof("%s %s", method, url)
60 req, err := http.NewRequest(method, url, bytes.NewReader(body))
77 logrus.Errorf("%s %s: code: %d body: %s", method, url, resp.StatusCode, string(data))
78 return nil, fmt.Errorf("%s %s: code: %d body: %s", method, url, resp.StatusCode, string(data))
Dproxy.go72 var proxyURL *url.URL
76 proxyURL, err = url.Parse(fmt.Sprintf("http://%s", proxyList[proxyIndex]))
78 …proxyURL, err = url.Parse(fmt.Sprintf("http://%s:%s@%s", proxyUser, url.QueryEscape(proxyPassword)…
/developtools/integration_verification/tools/fotff/pkg/gitee_common/
Dget_newer_ci.go118 func (m *Manager) downloadToWorkspace(url string) (string, error) {
119 if _, err := parseTime(filepath.Base(url)); err != nil {
120 logrus.Errorf("can not get package time from %s, skipping", filepath.Base(url))
121 return "", fmt.Errorf("can not get package time from %s, skipping", filepath.Base(url))
123 logrus.Infof("downloading %s", url)
124 resp, err := utils.DoSimpleHttpReqRaw(http.MethodGet, url, nil, nil)
132 f, err := os.Create(filepath.Join(m.ArchiveDir, filepath.Base(url)))
140 logrus.Infof("%s downloaded successfully", url)
141 return filepath.Base(url), nil
/developtools/integration_verification/tools/fotff/vcs/gitee/
Dcommit.go26 url := fmt.Sprintf("https://gitee.com/api/v5/repos/%s/%s/commits/%s", owner, repo, id)
28 if c, found := utils.CacheGet("gitee", url); found {
32 resp, err = utils.DoSimpleHttpReq(http.MethodGet, url, nil, nil)
36 utils.CacheSet("gitee", url, resp)
Dissue.go30 url := fmt.Sprintf("https://gitee.com/api/v5/repos/%s/%s/pulls/%d/issues", owner, repo, num)
32 if c, found := utils.CacheGet("gitee", url); found {
36 resp, err = utils.DoSimpleHttpReq(http.MethodGet, url, nil, nil)
40 utils.CacheSet("gitee", url, resp)
Dbranch.go31 url := fmt.Sprintf("https://gitee.com/api/v5/repos/%s/%s/branches/%s", owner, repo, branch)
32 resp, err := utils.DoSimpleHttpReq(http.MethodGet, url, nil, nil)
Dcompare.go122url := fmt.Sprintf("https://gitee.com/api/v5/repos/%s/%s/compare/%s...%s", param.Owner, param.Repo…
124 if c, found := utils.CacheGet("gitee", url); found {
128 resp, err = utils.DoSimpleHttpReq(http.MethodGet, url, nil, nil)
132 utils.CacheSet("gitee", url, resp)
/developtools/smartperf_host/ide/server/
Dmain.go266 func get(url string) (*http.Response, error) {
274 return c.Get(url)
343 url := r.PostFormValue("url")
344 res, err := get(url)
349 …sh(fmt.Sprintf("/upload/%s%s", time.Now().Format("20060102150405000"), getSuffixByUrl(url).suffix))
361 fmt.Println(url, written)
425 func open(url string) error {
427 return openUrlWindows(url)
429 return openUrlDarwin(url)
431 return openUrlOther(url)
[all …]
DsmarperfServer.py48 def openWeb(url): argument
49 webbrowser.open(url)
104 url = self.post_form_value("url")
106 req = urllib.request.Request(url)
114 suffixStr = os.path.splitext(url.split("/")[-1])[1]
/developtools/smartperf_host/ide/src/doc/md/
Dquickstart_Application_operation_skills.md19 接口的 url 路径如下:
22 - 蓝色框:是Smartperf工具的url(https://localhost:9000/application/)。
23 - 绿色框:trace文件的url,其中
25 … 第二部分是trace文件的url(https://iot.itocm.com:9001/upload/ftrace_small.txt),此处根据文件的url实际地址填写。
Dquickstart_arkts.md37 …Js Profiler CallTree 的 Tab 页把 name,url,depth,parent 相同的函数合并,构建成一个 top down 的树结构,以树形表格的形式显示,表格中显示函数…
43 …Js Profiler BottomUp 的 Tab 页把 name,url,depth,parent 相同的函数合并,构建成一个 bottom up 的树结构,以树形表格的形式显示,只不过作为根…
/developtools/smartperf_host/ide/test/trace/bean/
DJsStruct.test.ts34 url:'',
63 url:'',
102 url:'',
/developtools/hiperf/demo/js/
Dbuild.gradle37 url 'https://repo.huaweicloud.com/repository/maven/'
40 url 'https://developer.huawei.com/repo/'
52 url 'https://repo.huaweicloud.com/repository/maven/'
55 url 'https://developer.huawei.com/repo/'
/developtools/integration_verification/cases/smoke/basic/screenshot32/xdevice_smoke/APL_compare_03/
Dreadme.md30 `SVN_URL`:excel文件在SVN上对应的url
75 ### url编码
76 相关函数:`url_encode(url)`
77 传入参数:`url`
/developtools/integration_verification/cases/smoke/basic/screenshot32/APL_compare_03/
Dreadme.md30 `SVN_URL`:excel文件在SVN上对应的url
75 ### url编码
76 相关函数:`url_encode(url)`
77 传入参数:`url`
Dread_excel.py46 def url_encode(url): argument
47 partions=url.split("/",3)
/developtools/smartperf_host/ide/test/trace/database/ui-worker/
DProcedureWorkerCpuProfiler.test.ts48 url: '',
64 url: '',
106 url: '',
/developtools/ace_js2bundle/ace-loader/
Dmain.product.js33 function deleteFolderRecursive(url) { argument
35 if (fs.existsSync(url)) {
36 files = fs.readdirSync(url);
38 const curPath = path.join(url, file);
45 fs.rmdir(url, function(err) {});
/developtools/ace_js2bundle/ace-loader/test/lite/testcase/pages/inlineStyle/
DinlineStyle.hml27 <div style="background-image: url(/common/img/xmad.jpg);"></div>
30 <div style="background-image: url('/common/img/map.jpg');"></div>
/developtools/smartperf_host/trace_streamer/src/parser/htrace_pbreader_parser/
Dhtrace_js_cpu_profiler_parser.cpp26 std::string url; member
40 j.at("url").get_to(callFrame.url); in from_json()
75 auto url = node.callFrame.url; in ParseNodeData() local
76 DataIndex urlKey = traceDataCache_->GetDataIndex(url); in ParseNodeData()
/developtools/ace_js2bundle/ace-loader/test/card/testcase/pages/inlineStyle/
DinlineStyle.hml30 <div style="background-image: url(/common/img/xmad.jpg);">style_test14</div>
39 <div style="background-image: url('https://huawei.com/logo.jpg');">style_test23</div>
/developtools/ace_js2bundle/ace-loader/test/card/testcase/pages/exteriorStyle/
DexteriorStyle.css50 background-image: url(/common/img/a.jpg);
93 src: url(/common/HWfont.ttf);
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpArkTsChart.ts130 data.url = SpSystemTrace.DATA_DICT.get(data.urlId) || 'unknown';
131 if (data.url && data.url !== 'unknown') {
132 let dirs = data.url.split('/');
270 <span>${JsCpuProfilerStruct.hoverJsCpuProfilerStruct?.url || 0}</span>`
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/signer/
DSignerFactory.java92 Optional<URL> url = fileToUrl(plugin); in loadRemoteSigner() local
93 if (!url.isPresent()) { in loadRemoteSigner()
97 ClassLoader classLoader = generateSignerClassLoader(url.get()); in loadRemoteSigner()
/developtools/ace_js2bundle/ace-loader/test/rich/testcase/pages/inlineStyle/
DinlineStyle.hml42 <div style="background-image: url(/common/img/xmad.jpg);">style_test14</div>
69 …<div style="background-image: url('https://img2.baidu.com/it/u=2000577849,825990840&fm=26&fmt=auto…

12