HomeSort by relevance Sort by last modified time
    Searched refs:link_text (Results 1 - 5 of 5) sorted by null

  /external/chromium-trace/catapult/devil/devil/utils/
markdown_test.py 105 link_text = 'Devil home'
111 self.assertEquals(expected, markdown.md_link(link_text, link_target))
114 link_text = 'foo [] bar'
117 self.assertEquals(expected, markdown.md_link(link_text, link_target))
markdown.py 61 def md_link(link_text, link_target):
64 md_escape(link_text, characters=']'),
  /external/tensorflow/tensorflow/tools/docs/
parser.py 248 def python_link(self, link_text, ref_full_name, relative_path_to_root,
257 `link_text` should refer to a library symbol, starting with 'tf.'.
260 link_text: The text of the Markdown link.
264 code_ref: If true (the default), put `link_text` in `...`.
272 link_text = link_text.join(['<code>', '</code>'])
274 link_text = self._link_text_to_html(link_text)
276 return '<a href="{}">{}</a>'.format(url, link_text)
279 def _link_text_to_html(link_text)
    [all...]
generate_lib.py 327 self.link_text = (('%s > %s' % (title, section_title))
331 return '[%s](%s%s)' % (self.link_text, url_prefix, self.url)
  /prebuilts/tools/common/m2/repository/com/cenqua/clover/clover/3.1.12/
clover-3.1.12.jar 

Completed in 966 milliseconds