Home
last modified time | relevance | path

Searched refs:base_url (Results 1 – 25 of 33) sorted by relevance

12

/external/llvm/utils/release/
Dtag.sh24 base_url="https://llvm.org/svn/llvm-project"
41 if svn ls $base_url/$proj/branches/release_$branch_release > /dev/null 2>&1 ; then
46 $base_url/$proj/branches/release_$branch_release
50 $base_url/$proj/trunk \
51 $base_url/$proj/branches/release_$branch_release
59 if ! svn ls $base_url/$proj/tags/RELEASE_$tag_release > /dev/null 2>&1 ; then
60 …${dryrun} svn mkdir -m "Creating release directory for release_$tag_release." $base_url/$proj/tags…
62 if ! svn ls $base_url/$proj/tags/RELEASE_$tag_release/$rc > /dev/null 2>&1 ; then
64 $base_url/$proj/branches/release_$branch_release \
65 $base_url/$proj/tags/RELEASE_$tag_release/$rc
Dexport.sh18 base_url="https://llvm.org/svn/llvm-project"
43 $base_url/$proj/$tag_dir \
/external/markdown/markdown/extensions/
Dwikilinks.py121 base_url, end_url, html_class = self._getMeta()
123 url = self.config['build_url'][0](label, base_url, end_url)
135 base_url = self.config['base_url'][0]
140 base_url = self.md.Meta['wiki_base_url'][0]
145 return base_url, end_url, html_class
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/
Dtransfer_test.py88 base_url = 'https://part.one/'
98 request_url=base_url,
105 self.assertEqual(base_url, received_request.url)
115 base_url = 'https://part.one/'
125 request_url=base_url,
131 self.assertEqual(base_url, received_request.url)
Dbase_api.py151 def __init__(self, base_url, relative_path=None, query_params=None): argument
153 base_url, relative_path or ''))
168 base_url = urllib.parse.urlunsplit((
172 base_url, relative_path=relative_path, query_params=query_params)
175 def base_url(self): member in _UrlBuilder
179 @base_url.setter
180 def base_url(self, value): member in _UrlBuilder
Dcredentials_lib.py144 base_url = 'http://169.254.169.254/'
146 base_url = 'http://metadata.google.internal/'
147 url = base_url + 'computeMetadata/v1/' + relative_url
/external/markdown/docs/extensions/
DWikiLinks.txt54 1. **base_url**: String to append to beginning of URL.
72 ... ['wikilink(base_url=/wiki/,end_url=.html)']
96 ... ['wikilink(base_url=myclass)']
105 … python markdown.py -x wikilink(base_url=http://example.com/,end_url=.html,html_class=foo) src.txt
112 ... ('base_url', 'http://example.com/'),
DMeta-Data.txt29 base_url: http://example.com
62 'base_url' : ['http://example.com']
/external/autotest/client/site_tests/power_VideoSuspend/
Dcontrol19 base_url = 'http://commondatastorage.googleapis.com/chromeos-test-public/'
20 video_urls = [base_url + video for video in videos]
Dcontrol.multiformat29 base_url = 'http://commondatastorage.googleapis.com/chromeos-test-public/'
30 video_urls = [base_url + video for video in videos]
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/bin/
Dlaunch_instance57 (base_url, file_name) = file_url.rsplit("/", 1)
63 self.add_config("%s/%s" % (base_url, match.group(1)))
94 base_url = '/'.join(scr_url.split('/')[:-1]) + '/'
102 script_content += add_script("%s/%s" % (base_url, match.group(1)))
/external/chromium-trace/catapult/dashboard/dashboard/
Dfile_bug.py161 base_url = '%s/group_report' % _GetServerURL()
162 bug_page_url = '%s?bug_id=%s' % (base_url, bug_id)
163 alerts_url = '%s?keys=%s' % (base_url, _UrlsafeKeys(alerts))
Dutils.py328 base_url = 'https://chromium.googlesource.com/chromium/src/+/master/'
329 url = '%s%s?format=TEXT' % (base_url, path)
/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Drsync.py482 def _LocalDirIterator(base_url): argument
496 for filename in os.listdir(base_url.object_name):
497 filename = os.path.join(base_url.object_name, filename)
514 base_url = StorageUrlFromString(base_url_str)
515 if base_url.scheme == 'file' and not cls.recursion_requested:
516 iterator = _LocalDirIterator(base_url)
/external/jsoncpp/
Dmakerelease.py75 def svn_join_url( base_url, suffix ): argument
76 if not base_url.endswith('/'):
77 base_url += '/'
80 return base_url + suffix
/external/chromium-trace/catapult/third_party/WebOb/docs/comment-example-code/
Dexample.py22 base_url = req.application_url
33 body = self.add_to_end(body, self.submit_form(base_url, req))
/external/curl/tests/libtest/
Dlib1900.c112 static void setup_handle(char *base_url, CURLM *m, int handlenum) in setup_handle() argument
116 sprintf(urlbuf, "%s%s", base_url, urlstring[handlenum]); in setup_handle()
/external/chromium-trace/catapult/third_party/webapp2/docs/guide/
Dtesting.rst61 ``Request.blank(path, environ=None, base_url=None, headers=None, POST=None, **kwargs)``
70 base_url
/external/chromium-trace/catapult/third_party/webapp2/
Dwebapp2.py262 def blank(cls, path, environ=None, base_url=None, argument
267 base_url=base_url,
288 base_url=base_url, headers=headers)
/external/chromium-trace/catapult/third_party/WebOb/docs/
Dcomment-example.txt287 base_url = req.application_url
298 body = self.add_to_end(body, self.submit_form(base_url, req))
302 ``base_url`` is the path where the middleware is located (if you run
305 what comes after base_url. If it is ``.comments`` then we handle it
/external/chromium-trace/catapult/third_party/webtest/webtest/
Dresponse.py486 return fromstring(self.testbody, base_url=self.request.url)
488 return etree.XML(self.testbody, base_url=self.request.url)
/external/chromium-trace/catapult/third_party/WebOb/docs/pycon2011/
Drequest_table.rst70 application_url base_url cached_property Not sure if same
/external/autotest/client/site_tests/firmware_TouchMTB/
Dmain.py41 base_url = os.path.basename(report_html_name)
42 url = os.path.join('file://' + conf.docroot, base_url)
/external/chromium-trace/catapult/third_party/gsutil/third_party/apitools/apitools/gen/
Dservice_registry.py23 base_url, base_path, names, argument
32 self.__base_url = base_url
/external/autotest/server/
Dfrontend.py466 base_url = 'http://' + self.server
473 url = '%s/tko/compose_query.cgi?%s' % (base_url, query_string)
475 url = '%s/afe/#tab_id=view_job&object_id=%s' % (base_url, job.id)

12