Home
last modified time | relevance | path

Searched defs:Wall (Results 1 – 25 of 114) sorted by relevance

12345

/dports/net/concourse-fly/concourse-6.7.1/atc/
H A Dwall.go5 type Wall struct { struct
6 Message string `json:"message,omitempty"`
7 TTL time.Duration `json:"TTL,omitempty"`
/dports/misc/concourse/concourse-6.7.2/atc/
H A Dwall.go5 type Wall struct { struct
6 Message string `json:"message,omitempty"`
7 TTL time.Duration `json:"TTL,omitempty"`
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/server/entity/mapstuff/area/
H A DWall.java22 public class Wall extends AreaEntity { class
30 public Wall(int width, int height) { in Wall() method in Wall
/dports/games/scummvm/scummvm-2.5.1/engines/hadesch/rooms/
H A Dminotaur.cpp118 struct Wall { struct
119 int _id;
120 bool _isCritical;
121 int _inTransit;
122 Strength _strength;
123 Position _position;
125 Wall() { in Wall() function
/dports/net/concourse-fly/concourse-6.7.1/atc/db/
H A Dwall.go13 type Wall interface { interface
14 SetWall(atc.Wall) error
/dports/misc/concourse/concourse-6.7.2/atc/db/
H A Dwall.go13 type Wall interface { interface
14 SetWall(atc.Wall) error
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/interfaces/matlab/toolbox/@Wall/
H A DWall.m1 function x = Wall(left, right, area, k, u, q, v) function
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libslic3r/
H A DTriangulateWall.hpp8 using Wall = std::pair<std::vector<Vec3d>, std::vector<Vec3i>>; typedef
/dports/devel/godot-tools/godot-demo-projects-8d9d58f112d8/mono/pong/Logic/
H A DWall.cs3 public class Wall : Area2D class
/dports/games/stendhal/stendhal-1.35/src/games/stendhal/client/entity/
H A DWall.java8 public class Wall extends Entity { class
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/missions/custom/techdemo/funwithguns.cdogscpn/
H A Dbullets.json18 "Wall": "spreadgun_hit" string
35 "Wall": "vulcan_hit" string
51 "Wall": "" string
68 "Wall": "" string
102 "Wall": "" string
127 "Wall": "" string
152 "Wall": "" string
172 "Wall": "" string
250 "Wall": "" string
305 "Wall": "bounce" string
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/chart2/source/model/main/
H A DWall.hxx42 class Wall final : class
H A DWall.cxx109 Wall::Wall() : in Wall() function in chart::Wall
114 Wall::Wall( const Wall & rOther ) : in Wall() function in chart::Wall
/dports/science/isaac-cfd/isaac-4.2_16/header/
H A Dcommon.h155 C ITAN : Tangency (Inviscid Wall) variable
/dports/games/cdogs-sdl/cdogs-sdl-1.0.1/data/
H A Dbullets.json12 "Wall": "ricochet" string
181 "Wall": "" string
336 "Wall": "" string
411 "Wall": "" string
433 "Wall": "" string
461 "Wall": "" string
489 "Wall": "" string
519 "Wall": "" string
548 "Wall": "" string
572 "Wall": "" string
[all …]
/dports/games/dunelegacy/dunelegacy-0.96.4/src/structures/
H A DWall.cpp26 Wall::Wall(House* newOwner) : StructureBase(newOwner) { in Wall() function in Wall
39 Wall::Wall(InputStream& stream) : StructureBase(stream) { in Wall() function in Wall
/dports/editors/libreoffice6/libreoffice-6.4.7.2/chart2/source/model/main/
H A DWall.hxx43 class Wall final : class
H A DWall.cxx109 Wall::Wall() : in Wall() function in chart::Wall
114 Wall::Wall( const Wall & rOther ) : in Wall() function in chart::Wall
/dports/games/flying/flying-6.20/
H A Dwall.C21 Wall::Wall( double x1, double y1, double x2, double y2 ) in Wall() function
27 Wall::Wall( const Vec2 &v1, const Vec2 &v2 ) in Wall() function
/dports/editors/libreoffice/libreoffice-7.2.6.2/qadevOOo/tests/java/ifc/chart/
H A D_X3DDisplay.java47 XPropertySet Wall = oObj.getWall(); in _getWall() local
/dports/games/critterding/critterding-beta12/src/scenes/entities/
H A Dwall.cpp3 Wall::Wall(float X, float Y, float Z, btVector3 position, btDynamicsWorld* m_dynamicsWorld) in Wall() function in Wall
/dports/editors/libreoffice6/libreoffice-6.4.7.2/qadevOOo/tests/java/ifc/chart/
H A D_X3DDisplay.java47 XPropertySet Wall = oObj.getWall(); in _getWall() local
/dports/net/concourse-fly/concourse-6.7.1/atc/api/wallserver/
H A Dserver.go13 func NewServer(wall db.Wall, logger lager.Logger) *Server {
/dports/misc/concourse/concourse-6.7.2/atc/api/wallserver/
H A Dserver.go13 func NewServer(wall db.Wall, logger lager.Logger) *Server {
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/entities/
H A Dwall.cpp26 Wall::Wall(MapModel& map, const EntityIndex& index) : in Wall() function in SolarusEditor::Wall

12345