Home
last modified time | relevance | path

Searched refs:heading (Results 1 – 25 of 200) sorted by relevance

12345678

/third_party/python/Lib/test/
Dtest_turtle.py324 self.assertAlmostEqual(self.nav.heading(), 90)
326 self.assertAlmostEqual(self.nav.heading(), 1.57079633)
328 self.assertAlmostEqual(self.nav.heading(), 90)
352 self.assertAlmostEqual(self.nav.heading(), 90)
354 self.assertAlmostEqual(self.nav.heading(), 135)
356 self.assertAlmostEqual(self.nav.heading(), 133.4)
364 self.assertEqual(self.nav.heading(), result)
370 self.assertEqual(self.nav.heading(), result)
381 self.assertAlmostEqual(self.nav.heading(), sum_so_far % 360)
385 self.assertAlmostEqual(self.nav.heading(), 102.32)
[all …]
/third_party/mbedtls/tests/scripts/
Dcheck_files.py104 logger.info(self.heading)
166 heading = "Incorrect permissions:" variable in PermissionIssueTracker
185 heading = "Invalid shebang line:" variable in ShebangIssueTracker
230 heading = "Missing newline at end of file:" variable in EndOfFileNewlineIssueTracker
251 heading = "UTF-8 BOM present:" variable in Utf8BomIssueTracker
265 heading = "Non-Unix line endings:" variable in UnixLineEndingIssueTracker
279 heading = "Non-Windows line endings:" variable in WindowsLineEndingIssueTracker
293 heading = "Trailing whitespace:" variable in TrailingWhitespaceIssueTracker
303 heading = "Tabs present:" variable in TabIssueTracker
320 heading = "Merge artifact:" variable in MergeArtifactIssueTracker
/third_party/ffmpeg/doc/
Dt2h.pm80 my $heading = $self->command_text($command);
83 if (defined($heading) and $heading ne '' and defined($heading_level)) {
91 $heading .= '<span class="pull-right">'.
107 $result .= $heading."\n";
116 $self, $cmdname, $heading,
Dbootstrap.min.css5heading{margin:0 0 5px}.media>.pull-left{margin-right:10px}.media>.pull-right{margin-left:10px}.me…
/third_party/node/tools/doc/
Dhtml.mjs79 .replace(/<h3/g, (heading) => {
82 return '<section>' + heading;
84 return '</section><section>' + heading;
118 let heading;
120 if (node.type === 'heading') {
121 heading = node;
126 if (heading && heading.children.length) {
129 file.section = recursiveTextContent(heading);
202 let heading = null;
205 if (node.type === 'heading') {
[all …]
/third_party/skia/third_party/externals/microhttpd/doc/chapters/
Dsessions.inc13 @heading Looking up the cookie
25 @heading Setting the cookie header
43 @heading Remark: Session expiration
54 @heading Example code
66 @heading Remarks
/third_party/node/test/fixtures/
Ddocument_with_special_heading.md1 # Sample `markdown` with _special_ **heading**
3 Sometimes heading contains more than just one text child, the current file is
/third_party/EGL/extensions/EXT/
DEGL_EXT_config_select_group.txt67 and Attributes" heading, append to table 3.1 the following:
72 Attribute Descriptions" heading, append to the end the following:
85 heading, append to table 3.4 the following:
90 heading, append before the list entry which starts with "1. Special: by
/third_party/libphonenumber/migrator/migrator-servlet/src/main/webapp/stylesheets/
Dservlet-main.css1 .page-heading {
8 .page-heading h1 {
12 .page-heading li {
/third_party/toybox/kconfig/
Dmconf.c773 char *heading; in conf_string() local
777 heading = (char *)_(inputbox_instructions_int); in conf_string()
780 heading = (char *)_(inputbox_instructions_hex); in conf_string()
783 heading = (char *)_(inputbox_instructions_string); in conf_string()
786 heading = "Internal mconf error!"; in conf_string()
790 heading, 10, 75, in conf_string()
/third_party/python/Doc/library/
Dcmd.rst276 'Print the current turtle heading in degrees: HEADING'
277 print('Current heading is %d\n' % (heading(),))
332 circle forward heading left position reset undo
340 (turtle) heading
341 Current heading is 0
357 (turtle) heading
358 Current heading is 180
376 Current heading is 0
378 Current heading is 180
Dturtle.rst127 | :func:`heading`
272 turtle is headed. Do not change the turtle's heading.
307 >>> turtle.heading()
310 >>> turtle.heading()
332 >>> turtle.heading()
335 >>> turtle.heading()
441 >>> turtle.heading()
447 Move turtle to the origin -- coordinates (0,0) -- and set its heading to
460 >>> turtle.heading()
467 >>> turtle.heading()
[all …]
/third_party/python/Tools/scripts/
Dtexi2html.py1101 self.heading('H1', args, 0)
1105 self.heading('H1', args, -1)
1108 self.heading('H1', args, -1)
1111 self.heading('H1', args, -1)
1113 self.heading('H1', args, -1)
1115 self.heading('H1', args, -1)
1118 self.heading('H1', args, 1)
1122 self.heading('H1', args, -1)
1125 self.heading('H1', args, -1)
1129 self.heading('H1', args, -1)
[all …]
/third_party/cJSON/tests/unity/auto/
Dparse_output.rb202heading = '<testsuite tests="' + @total_tests.to_s + '" failures="' + test_fail.to_s + '"' + ' ski…
203 @array_list.insert(0, heading)
/third_party/python/Lib/
Dpydoc.py577 def heading(self, title, fgcol, bgcol, extras=''): member in HTMLDoc
771 result = self.heading(
2497 heading = html.heading(
2503 contents = [heading, '<p>' + html.bigsection(
2537 heading = html.heading(
2542 contents = heading + html.bigsection(
2552 heading = html.heading(
2558 contents = heading + html.bigsection(
2564 heading = html.heading(
2573 contents = heading + html.bigsection(
[all …]
/third_party/unity/auto/
Dparse_output.rb60heading = '<testsuite name="Unity" tests="' + @total_tests.to_s + '" failures="' + @test_failed.to…
61 @array_list.insert(0, heading)
/third_party/python/Lib/turtledemo/
Dpenrose.py52 h, x, y = int(heading()), round(px,3), round(py,3)
74 h, x, y = int(heading()), round(px,3), round(py,3)
Dbytedesign.py69 oldh = self.heading()
86 oldh = self.heading()
/third_party/node/deps/npm/node_modules/columnify/
DReadme.md382 If you need to modify the presentation of column content or heading content there are two useful op…
397 headingTransform: function(heading) {
398 heading = "module " + heading
399 return "*" + heading.toUpperCase() + "*"
/third_party/flutter/skia/site/dev/testing/
Dswarmingbots.md64 …https://docs.google.com/document/d/1zTR1YtrIFBo-fRWgbUgvJNVJ-s_4_sNjTrHIoX2vulo/edit#heading=h.2nq…
68 …https://docs.google.com/document/d/1zTR1YtrIFBo-fRWgbUgvJNVJ-s_4_sNjTrHIoX2vulo/edit#heading=h.7cq…
70 …https://docs.google.com/document/d/1yJ2LLfLzV6pXKjiameid1LHEz1mj71Ob4wySIYxlBdw/edit#heading=h.9ar…
/third_party/rust/crates/clap/clap_mangen/src/
Dlib.rs209 let heading = subcommand_heading(&self.cmd); in _render_subcommands_section() localVariable
210 roff.control("SH", [heading]); in _render_subcommands_section()
/third_party/skia/site/docs/dev/testing/
Dswarmingbots.md98 …https://docs.google.com/document/d/1zTR1YtrIFBo-fRWgbUgvJNVJ-s_4_sNjTrHIoX2vulo/edit#heading=h.v77…
104 …https://docs.google.com/document/d/1zTR1YtrIFBo-fRWgbUgvJNVJ-s_4_sNjTrHIoX2vulo/edit#heading=h.7cq…
106 …https://docs.google.com/document/d/1yJ2LLfLzV6pXKjiameid1LHEz1mj71Ob4wySIYxlBdw/edit#heading=h.9ar…
/third_party/ltp/tools/sparse/sparse-src/Documentation/
Ddoc-guide.rst43 Major heading
46 Minor heading
/third_party/node/tools/
Dfind-inactive-collaborators.mjs124 // If we've found the collaborator heading already, stop processing at the
125 // next heading.
/third_party/libevdev/doc/style/
Dbootstrap.css5286 .media-heading {
5319 a.list-group-item .list-group-item-heading,
5320 button.list-group-item .list-group-item-heading {
5342 .list-group-item.disabled .list-group-item-heading,
5343 .list-group-item.disabled:hover .list-group-item-heading,
5344 .list-group-item.disabled:focus .list-group-item-heading {
5360 .list-group-item.active .list-group-item-heading,
5361 .list-group-item.active:hover .list-group-item-heading,
5362 .list-group-item.active:focus .list-group-item-heading,
5363 .list-group-item.active .list-group-item-heading > small,
[all …]

12345678