Home
last modified time | relevance | path

Searched refs:atx (Results 1 – 11 of 11) sorted by relevance

/external/chromium-trace/catapult/tracing/third_party/gl-matrix/src/gl-matrix/
Dmat2d.js118 atx = a[4], aty = a[5];
130 out[4] = (ac * aty - ad * atx) * det;
131 out[5] = (ab * atx - aa * aty) * det;
/external/opencv3/doc/pattern_tools/
Dsvgfig.py920 self.atx = kwds["atx"]; del kwds["atx"]
948 d = ([Axes(self.xmin, self.xmax, self.ymin, self.ymax, self.atx, self.aty,
3304 …self.ymin, self.ymax, self.atx, str(self.ticks), str(self.labels), self.attr) # XXX self.ymin/ymax…
3306 def __init__(self, ymin, ymax, atx=0, ticks=-10, miniticks=True, labels=True, logbase=None, argument
3308 self.atx = atx
3311 …LineAxis.__init__(self, atx, ymin, atx, ymax, ymin, ymax, ticks, miniticks, labels, logbase, arrow…
3315 self.x1 = self.atx
3316 self.x2 = self.atx
3357 self.xmin, self.xmax, self.ymin, self.ymax, self.atx, self.aty, self.attr)
3359 def __init__(self, xmin, xmax, ymin, ymax, atx=0, aty=0, argument
[all …]
/external/markdown/MarkdownTest/Tests_2004/
DMarkdown Documentation - Basics.text42 Markdown offers two styles of headers: *Setext* and *atx*.
45 To create an atx-style header, you put 1-6 hash marks (`#`) at the
DMarkdown Documentation - Syntax.text51 filters -- including [Setext] [1], [atx] [2], [Textile] [3], [reStructuredText] [4],
56 [2]: http://www.aaronsw.com/2002/atx/
212 Markdown supports two styles of headers, [Setext] [1] and [atx] [2].
234 Optionally, you may "close" atx-style headers. This is purely
/external/markdown/tests/markdown-test/
Dmarkdown-documentation-basics.txt42 Markdown offers two styles of headers: *Setext* and *atx*.
45 To create an atx-style header, you put 1-6 hash marks (`#`) at the
Dmarkdown-syntax.txt51 filters -- including [Setext] [1], [atx] [2], [Textile] [3], [reStructuredText] [4],
56 [2]: http://www.aaronsw.com/2002/atx/
212 Markdown supports two styles of headers, [Setext] [1] and [atx] [2].
234 Optionally, you may "close" atx-style headers. This is purely
/external/markdown/MarkdownTest/Tests_2007/
DMarkdown Documentation - Basics.text42 Markdown offers two styles of headers: *Setext* and *atx*.
45 To create an atx-style header, you put 1-6 hash marks (`#`) at the
DMarkdown Documentation - Syntax.text51 filters -- including [Setext] [1], [atx] [2], [Textile] [3], [reStructuredText] [4],
56 [2]: http://www.aaronsw.com/2002/atx/
212 Markdown supports two styles of headers, [Setext] [1] and [atx] [2].
234 Optionally, you may "close" atx-style headers. This is purely
/external/markdown/tests/extensions-x-toc/
Dsyntax-toc.txt14 filters -- including [Setext] [1], [atx] [2], [Textile] [3], [reStructuredText] [4],
19 [2]: http://www.aaronsw.com/2002/atx/
175 Markdown supports two styles of headers, [Setext] [1] and [atx] [2].
197 Optionally, you may "close" atx-style headers. This is purely
/external/markdown/tests/extensions-x-def_list/
Dmarkdown-syntax.txt51 filters -- including [Setext] [1], [atx] [2], [Textile] [3], [reStructuredText] [4],
56 [2]: http://www.aaronsw.com/2002/atx/
212 Markdown supports two styles of headers, [Setext] [1] and [atx] [2].
234 Optionally, you may "close" atx-style headers. This is purely
/external/chromium-trace/catapult/tracing/third_party/gl-matrix/dist/
Dgl-matrix.js609 atx = a[4], aty = a[5];
621 out[4] = (ac * aty - ad * atx) * det;
622 out[5] = (ab * atx - aa * aty) * det;