Home
last modified time | relevance | path

Searched refs:reverse_direction (Results 1 – 25 of 129) sorted by relevance

123456

/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/cu2qu/
H A Dufo.py117 def _set_segments(glyph, segments, reverse_direction): argument
122 if reverse_direction:
156 def _glyphs_to_quadratic(glyphs, max_err, reverse_direction, stats): argument
171 glyphs_modified = reverse_direction
187 _set_segments(glyph, new_segments, reverse_direction)
195 glyphs, max_err=None, reverse_direction=False, stats=None): argument
219 return _glyphs_to_quadratic(glyphs, max_errors, reverse_direction, stats)
223 fonts, max_err_em=None, max_err=None, reverse_direction=False, argument
289 glyphs, cur_max_errors, reverse_direction, stats)
H A Dcli.py157 reverse_direction=options.reverse_direction)
/dports/x11-fonts/py-cu2qu/cu2qu-1.6.5/Lib/cu2qu/
H A Dufo.py105 def _set_segments(glyph, segments, reverse_direction): argument
110 if reverse_direction:
144 def _glyphs_to_quadratic(glyphs, max_err, reverse_direction, stats): argument
159 glyphs_modified = reverse_direction
175 _set_segments(glyph, new_segments, reverse_direction)
183 glyphs, max_err=None, reverse_direction=False, stats=None): argument
207 return _glyphs_to_quadratic(glyphs, max_errors, reverse_direction, stats)
211 fonts, max_err_em=None, max_err=None, reverse_direction=False, argument
277 glyphs, cur_max_errors, reverse_direction, stats)
H A Dpens.py26 def __init__(self, other_pen, max_err, reverse_direction=False, argument
28 if reverse_direction:
132 def __init__(self, other_point_pen, max_err, reverse_direction=False, argument
135 if reverse_direction:
H A Dcli.py138 reverse_direction=options.reverse_direction)
/dports/print/py-fonttools3/fonttools-3.44.0/Snippets/
H A Dotf2ttf.py30 glyphs, max_err=MAX_ERR, reverse_direction=REVERSE_DIRECTION): argument
36 reverse_direction=reverse_direction)
114 reverse_direction=options.reverse_direction)
/dports/print/py-fonttools/fonttools-4.28.2/Snippets/
H A Dotf2ttf.py29 glyphs, max_err=MAX_ERR, reverse_direction=REVERSE_DIRECTION): argument
35 reverse_direction=reverse_direction)
121 reverse_direction=options.reverse_direction)
/dports/graphics/asciio/App-Asciio-1.51.3/setup/actions/
H A Delements_manipulation.pl111 my %reverse_direction =
127 … $new_direction = $reverse_direction{$end_direction} . '-' . $reverse_direction{$start_direction} ;
131 $new_direction = $reverse_direction{$new_direction} ;
/dports/print/py-fonttools/fonttools-4.28.2/Tests/cu2qu/
H A Dufo_test.py96 reverse_direction=True)
130 assert glyphs_to_quadratic(glyphs, reverse_direction=True)
134 reverse_direction=True)
270 assert glyphs_to_quadratic(glyphs, reverse_direction=True)
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/pens/
H A Dcu2quPen.py41 def __init__(self, other_pen, max_err, reverse_direction=False, argument
43 if reverse_direction:
149 def __init__(self, other_point_pen, max_err, reverse_direction=False, argument
152 if reverse_direction:
/dports/x11-fonts/py-cu2qu/cu2qu-1.6.5/tests/
H A Dufo_test.py95 reverse_direction=True)
129 assert glyphs_to_quadratic(glyphs, reverse_direction=True)
133 reverse_direction=True)
/dports/games/openttd/openttd-12.1/src/
H A Dship_cmd.cpp641 if (ProcessOrders(v) && CheckReverseShip(v)) goto reverse_direction; in ShipController()
678 if (HasBit(r, VETS_CANNOT_ENTER)) goto reverse_direction; in ShipController()
688 …s(GetTileTrackStatus(tile, TRANSPORT_WATER, 0, exitdir)) == TRACK_BIT_NONE) goto reverse_direction; in ShipController()
723 if (!IsValidTile(gp.new_tile)) goto reverse_direction; in ShipController()
731 if (trackdir == INVALID_TRACKDIR) goto reverse_direction; in ShipController()
744 if (track == INVALID_TRACK) goto reverse_direction; in ShipController()
753 if (HasBit(r, VETS_CANNOT_ENTER)) goto reverse_direction; in ShipController()
809 reverse_direction: in ShipController()
/dports/x11-fonts/py-fontmake/fontmake-1.8.0/Lib/fontmake/
H A Dfont_project.py224 def convert_curves(self, ufos, compatible=False, reverse_direction=True, argument
232 reverse_direction=reverse_direction, dump_stats=True)
238 reverse_direction=reverse_direction, dump_stats=True)
307 reverse_direction=True, argument
397 reverseDirection=reverse_direction,
/dports/misc/concourse/vault-bdd38fca2cff/website/source/use-cases/identity-based-access/
H A Dindex.html.erb70 reverse_direction: true,
97 reverse_direction: true,
153 reverse_direction: true,
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/website/source/use-cases/identity-based-access/
H A Dindex.html.erb70 reverse_direction: true,
97 reverse_direction: true,
153 reverse_direction: true,
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/import_export/json/
H A Dstreaming_serializer.rb151reverse_direction = ::Gitlab::Pagination::Keyset::ColumnOrderDefinition::REVERSED_ORDER_DIRECTIONS…
154 …reverse_order_expression = ::Gitlab::Database.nulls_order(column, reverse_direction, reverse_nulls…
/dports/databases/py-sqlalchemy11/SQLAlchemy-1.1.18/lib/sqlalchemy/orm/
H A Drelationships.py1372 reverse_direction = not value_is_parent
1376 reverse_direction,
1379 if not reverse_direction:
1388 if reverse_direction:
1429 if not reverse_direction:
2828 def create_lazy_clause(self, reverse_direction=False): argument
2839 elif not reverse_direction:
2849 (not reverse_direction and 'local' in col._annotations) or
2850 reverse_direction and (
2862 if self.secondaryjoin is None or not reverse_direction:
[all …]
/dports/databases/py-sqlalchemy10/SQLAlchemy-1.0.14/lib/sqlalchemy/orm/
H A Drelationships.py1352 reverse_direction = not value_is_parent
1356 reverse_direction,
1359 if not reverse_direction:
1368 if reverse_direction:
1409 if not reverse_direction:
2798 def create_lazy_clause(self, reverse_direction=False): argument
2809 elif not reverse_direction:
2819 (not reverse_direction and 'local' in col._annotations) or
2820 reverse_direction and (
2832 if self.secondaryjoin is None or not reverse_direction:
[all …]
/dports/databases/py-sqlalchemy12/SQLAlchemy-1.2.19/lib/sqlalchemy/orm/
H A Drelationships.py1447 reverse_direction = not value_is_parent
1451 reverse_direction, adapt_source=adapt_source
1454 if not reverse_direction:
1465 if reverse_direction:
1511 if not reverse_direction:
3074 def create_lazy_clause(self, reverse_direction=False): argument
3085 elif not reverse_direction:
3095 (not reverse_direction and "local" in col._annotations)
3096 or reverse_direction
3110 if self.secondaryjoin is None or not reverse_direction:
[all …]
/dports/databases/py-sqlalchemy13/SQLAlchemy-1.3.24/lib/sqlalchemy/orm/
H A Drelationships.py1656 reverse_direction = not value_is_parent
1660 reverse_direction, adapt_source=adapt_source
1663 if not reverse_direction:
1674 if reverse_direction:
1798 if not reverse_direction:
3474 def create_lazy_clause(self, reverse_direction=False): argument
3485 elif not reverse_direction:
3495 (not reverse_direction and "local" in col._annotations)
3496 or reverse_direction
3510 if self.secondaryjoin is None or not reverse_direction:
[all …]
/dports/databases/py-sqlalchemy14/SQLAlchemy-1.4.27/lib/sqlalchemy/orm/
H A Drelationships.py1712 reverse_direction = not value_is_parent
1716 reverse_direction, adapt_source=adapt_source
1719 if not reverse_direction:
1730 if reverse_direction:
1854 if not reverse_direction:
3626 def create_lazy_clause(self, reverse_direction=False): argument
3637 elif not reverse_direction:
3647 (not reverse_direction and "local" in col._annotations)
3648 or reverse_direction
3662 if self.secondaryjoin is None or not reverse_direction:
[all …]
/dports/misc/concourse/vault-bdd38fca2cff/website/source/use-cases/secrets-management/
H A Dindex.html.erb78 reverse_direction: true,
116 reverse_direction: true,
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/hashicorp/vault/website/source/use-cases/secrets-management/
H A Dindex.html.erb78 reverse_direction: true,
116 reverse_direction: true,
/dports/x11-fonts/py-ufo2ft/ufo2ft-2.5.0/Lib/ufo2ft/filters/
H A DcubicToQuadratic.py63 reverse_direction=self.options.reverseDirection,
/dports/games/simutrans/simutrans-121.0/vehicle/
H A Dsimpeople.cc289 ribi_t::ribi reverse_direction = ribi_t::reverse_single( current_direction ); in hop() local
291 ribi_t::ribi ribi = weg->get_ribi_unmasked() & (~reverse_direction); in hop()

123456