Home
last modified time | relevance | path

Searched refs:shapesize (Results 76 – 100 of 202) sorted by relevance

123456789

/dports/lang/python310/Python-3.10.1/Lib/turtledemo/
H A Dcolormixer.py11 self.shapesize(3,3,5)
H A Dclock.py74 hand.shapesize(1, 1, 3)
/dports/lang/python37/Python-3.7.12/Lib/turtledemo/
H A Dcolormixer.py11 self.shapesize(3,3,5)
H A Dclock.py74 hand.shapesize(1, 1, 3)
/dports/lang/python311/Python-3.11.0a3/Lib/turtledemo/
H A Dcolormixer.py11 self.shapesize(3,3,5)
H A Dclock.py74 hand.shapesize(1, 1, 3)
/dports/lang/python-tools/Python-3.8.12/Lib/turtledemo/
H A Dcolormixer.py11 self.shapesize(3,3,5)
H A Dclock.py74 hand.shapesize(1, 1, 3)
/dports/lang/python39/Python-3.9.9/Lib/turtledemo/
H A Dcolormixer.py11 self.shapesize(3,3,5)
/dports/lang/python38/Python-3.8.12/Lib/turtledemo/
H A Dcolormixer.py11 self.shapesize(3,3,5)
H A Dclock.py74 hand.shapesize(1, 1, 3)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/turtledemo/
H A Dcolormixer.py11 self.shapesize(3,3,5)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/turtledemo/
H A Dcolormixer.py11 self.shapesize(3,3,5)
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/@python2/
H A Dturtle.pyi219 def shapesize(self) -> Tuple[float, float, float]: ... # type: ignore
221 def shapesize(
251 turtlesize = shapesize
467 def shapesize() -> Tuple[float, float, float]: ... # type: ignore
469 def shapesize(stretch_wid: Optional[float] = ..., stretch_len: Optional[float] = ..., outline: Opti…
500 turtlesize = shapesize
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/typeshed/stdlib/2and3/
H A Dturtle.pyi217 def shapesize(self) -> Tuple[float, float, float]: ... # type: ignore
219 …def shapesize(self, stretch_wid: Optional[float] = ..., stretch_len: Optional[float] = ..., outlin…
258 turtlesize = shapesize
461 def shapesize() -> Tuple[float, float, float]: ... # type: ignore
463 def shapesize(stretch_wid: Optional[float] = ..., stretch_len: Optional[float] = ..., outline: Opti…
501 turtlesize = shapesize
/dports/devel/pytype/pytype-2021.9.9/pytype/typeshed/stdlib/
H A Dturtle.pyi228 def shapesize(self) -> Tuple[float, float, float]: ... # type: ignore
230 def shapesize(
272 turtlesize = shapesize
497 def shapesize() -> Tuple[float, float, float]: ... # type: ignore
499 def shapesize(stretch_wid: Optional[float] = ..., stretch_len: Optional[float] = ..., outline: Opti…
543 turtlesize = shapesize
/dports/devel/py-jedi/jedi-0.18.0/jedi/third_party/typeshed/stdlib/2and3/
H A Dturtle.pyi216 def shapesize(self) -> Tuple[float, float, float]: ... # type: ignore
218 …def shapesize(self, stretch_wid: Optional[float] = ..., stretch_len: Optional[float] = ..., outlin…
257 turtlesize = shapesize
453 def shapesize() -> Tuple[float, float, float]: ... # type: ignore
455 def shapesize(stretch_wid: Optional[float] = ..., stretch_len: Optional[float] = ..., outline: Opti…
493 turtlesize = shapesize
/dports/devel/py-mypy/mypy-0.910/mypy/typeshed/stdlib/
H A Dturtle.pyi237 def shapesize(self) -> Tuple[float, float, float]: ... # type: ignore
239 def shapesize(
282 turtlesize = shapesize
508 def shapesize() -> Tuple[float, float, float]: ... # type: ignore
510 def shapesize(stretch_wid: Optional[float] = ..., stretch_len: Optional[float] = ..., outline: Opti…
556 turtlesize = shapesize
/dports/audio/bshapr-lv2/BShapr-0.13/src/
H A DShape.hpp523 template<size_t shapesize> double Shape<shapesize>::getMapRawValue (const double x) const in getMapRawValue()
531 template<size_t shapesize> double Shape<shapesize>::getMapValue (const double x) const in getMapValue()
/dports/audio/boops-lv2/BOops-1.8.2/src/
H A DShape.hpp523 template<size_t shapesize> double Shape<shapesize>::getMapRawValue (const double x) const in getMapRawValue()
531 template<size_t shapesize> double Shape<shapesize>::getMapValue (const double x) const in getMapValue()
/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/
H A DShape.hpp523 template<size_t shapesize> double Shape<shapesize>::getMapRawValue (const double x) const in getMapRawValue()
531 template<size_t shapesize> double Shape<shapesize>::getMapValue (const double x) const in getMapValue()
/dports/audio/bschaffl-lv2/BSchaffl-1.4.8/src/
H A DShape.hpp523 template<size_t shapesize> double Shape<shapesize>::getMapRawValue (const double x) const in getMapRawValue()
531 template<size_t shapesize> double Shape<shapesize>::getMapValue (const double x) const in getMapValue()
/dports/games/xasteroids/xasteroids-5.0_2/
H A Dxast.c142 shapesize[LASTSHAPE+1] = {44, 21, 10, 2, 1, SHIPSIZE+1, 35, 20}, variable
230 extern int shapesize[LASTSHAPE+1];
245 if (diff < (shapesize[shapei] + shapesize[shapej])*drawscale)
307 #define rotinert(i) (double) (obj[i].mass*shapesize[obj[i].shape]*shapesize[obj[i].shape])
/dports/databases/py-gdbm/Python-3.8.12/Lib/turtledemo/
H A Dclock.py74 hand.shapesize(1, 1, 3)
/dports/lang/python27/Python-2.7.18/Demo/turtle/
H A Dtdemo_clock.py74 hand.shapesize(1, 1, 3)

123456789