Home
last modified time | relevance | path

Searched refs:staticMap (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/dports/games/maxr/maxr-0.2.9/src/ui/graphical/game/widgets/
H A Dminimapwidget.cpp35 staticMap (std::move (staticMap)), in cMiniMapWidget()
110 const cPosition displaySize = staticMap->getSize() / zoomFactor; in updateOffset()
116 offset.x() = std::min (staticMap->getSize().x() - displaySize.x(), offset.x()); in updateOffset()
117 offset.y() = std::min (staticMap->getSize().y() - displaySize.y(), offset.y()); in updateOffset()
137 const cPosition displaySize = staticMap->getSize() / zoomFactor; in computeMapPosition()
243 terrainx = std::min (terrainx, staticMap->getSize(). x() - 1); in drawLandscape()
252 terrainy = std::min (terrainy, staticMap->getSize(). y() - 1); in drawLandscape()
302 rect.w = std::max (2, getSize().x() * zoomFactor / staticMap->getSize(). x()); in drawUnits()
303 rect.h = std::max (2, getSize().y() * zoomFactor / staticMap->getSize(). y()); in drawUnits()
305 for (int mapx = 0; mapx < staticMap->getSize(). x(); ++mapx) in drawUnits()
[all …]
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-loader/src/
H A DPluginClassLoader.php31 protected static $staticMap = array(); variable in Zend\\Loader\\PluginClassLoader
41 if (!empty(static::$staticMap)) {
42 $this->registerPlugins(static::$staticMap);
63 static::$staticMap = array();
71 static::$staticMap[$key] = $value;
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-loader/src/
H A DPluginClassLoader.php31 protected static $staticMap = array(); variable in Zend\\Loader\\PluginClassLoader
41 if (!empty(static::$staticMap)) {
42 $this->registerPlugins(static::$staticMap);
63 static::$staticMap = array();
71 static::$staticMap[$key] = $value;
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-loader/src/
H A DPluginClassLoader.php31 protected static $staticMap = array(); variable in Zend\\Loader\\PluginClassLoader
41 if (!empty(static::$staticMap)) {
42 $this->registerPlugins(static::$staticMap);
63 static::$staticMap = array();
71 static::$staticMap[$key] = $value;
/dports/sysutils/bareos18-client/bareos-Release-18.2.12/webui/vendor/zendframework/zend-loader/src/
H A DPluginClassLoader.php31 protected static $staticMap = array(); variable in Zend\\Loader\\PluginClassLoader
41 if (!empty(static::$staticMap)) {
42 $this->registerPlugins(static::$staticMap);
63 static::$staticMap = array();
71 static::$staticMap[$key] = $value;
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-loader/src/
H A DPluginClassLoader.php31 protected static $staticMap = array(); variable in Zend\\Loader\\PluginClassLoader
41 if (!empty(static::$staticMap)) {
42 $this->registerPlugins(static::$staticMap);
63 static::$staticMap = array();
71 static::$staticMap[$key] = $value;
/dports/sysutils/bareos-client/bareos-Release-20.0.3/webui/vendor/zendframework/zend-loader/src/
H A DPluginClassLoader.php31 protected static $staticMap = array(); variable in Zend\\Loader\\PluginClassLoader
41 if (!empty(static::$staticMap)) {
42 $this->registerPlugins(static::$staticMap);
63 static::$staticMap = array();
71 static::$staticMap[$key] = $value;
/dports/sysutils/bareos-traymonitor/bareos-Release-20.0.3/webui/vendor/zendframework/zend-loader/src/
H A DPluginClassLoader.php31 protected static $staticMap = array(); variable in Zend\\Loader\\PluginClassLoader
41 if (!empty(static::$staticMap)) {
42 $this->registerPlugins(static::$staticMap);
63 static::$staticMap = array();
71 static::$staticMap[$key] = $value;
/dports/sysutils/bareos-server/bareos-Release-20.0.3/webui/vendor/zendframework/zend-loader/src/
H A DPluginClassLoader.php31 protected static $staticMap = array(); variable in Zend\\Loader\\PluginClassLoader
41 if (!empty(static::$staticMap)) {
42 $this->registerPlugins(static::$staticMap);
63 static::$staticMap = array();
71 static::$staticMap[$key] = $value;
/dports/sysutils/bareos18-traymonitor/bareos-Release-18.2.12/webui/vendor/zendframework/zend-loader/src/
H A DPluginClassLoader.php31 protected static $staticMap = array(); variable in Zend\\Loader\\PluginClassLoader
41 if (!empty(static::$staticMap)) {
42 $this->registerPlugins(static::$staticMap);
63 static::$staticMap = array();
71 static::$staticMap[$key] = $value;
/dports/www/bareos18-webui/bareos-Release-18.2.12/webui/vendor/zendframework/zend-loader/src/
H A DPluginClassLoader.php31 protected static $staticMap = array(); variable in Zend\\Loader\\PluginClassLoader
41 if (!empty(static::$staticMap)) {
42 $this->registerPlugins(static::$staticMap);
63 static::$staticMap = array();
71 static::$staticMap[$key] = $value;
/dports/www/bareos-webui/bareos-Release-20.0.3/webui/vendor/zendframework/zend-loader/src/
H A DPluginClassLoader.php31 protected static $staticMap = array(); variable in Zend\\Loader\\PluginClassLoader
41 if (!empty(static::$staticMap)) {
42 $this->registerPlugins(static::$staticMap);
63 static::$staticMap = array();
71 static::$staticMap[$key] = $value;
/dports/www/bareos19-webui/bareos-Release-19.2.11/webui/vendor/zendframework/zend-loader/src/
H A DPluginClassLoader.php31 protected static $staticMap = array(); variable in Zend\\Loader\\PluginClassLoader
41 if (!empty(static::$staticMap)) {
42 $this->registerPlugins(static::$staticMap);
63 static::$staticMap = array();
71 static::$staticMap[$key] = $value;
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Loader/
H A DPluginClassLoader.php31 protected static $staticMap = array(); variable in Zend\\Loader\\PluginClassLoader
41 if (!empty(static::$staticMap)) {
42 $this->registerPlugins(static::$staticMap);
63 static::$staticMap = array();
71 static::$staticMap[$key] = $value;
/dports/www/elgg/elgg-3.3.23/vendor/zendframework/zend-loader/src/
H A DPluginClassLoader.php29 protected static $staticMap = []; variable in Zend\\Loader\\PluginClassLoader
39 if (! empty(static::$staticMap)) {
40 $this->registerPlugins(static::$staticMap);
61 static::$staticMap = [];
69 static::$staticMap[$key] = $value;
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/laminas/laminas-loader/src/
H A DPluginClassLoader.php30 protected static $staticMap = []; variable in Laminas\\Loader\\PluginClassLoader
40 if (! empty(static::$staticMap)) {
41 $this->registerPlugins(static::$staticMap);
62 static::$staticMap = [];
70 static::$staticMap[$key] = $value;
/dports/games/maxr/maxr-0.2.9/src/game/data/map/
H A Dmap.h199 const std::string& getName() const { return staticMap->getName(); } in getName()
200 cPosition getSize() const { return staticMap->getSize(); } in getSize()
201 int getOffset (const cPosition& pos) const { return staticMap->getOffset (pos); } in getOffset()
202 bool isValidPosition (const cPosition& pos) const { return staticMap->isValidPosition (pos); } in isValidPosition()
204 bool isBlocked (const cPosition& position) const { return staticMap->isBlocked (position); } in isBlocked()
205 bool isCoast (const cPosition& position) const { return staticMap->isCoast (position); } in isCoast()
206 bool isWater (const cPosition& position) const { return staticMap->isWater (position); } in isWater()
287 std::shared_ptr<cStaticMap> staticMap; variable
/dports/games/maxr/maxr-0.2.9/src/game/startup/network/client/
H A Dnetworkclientgamereconnection.cpp38 localClient->setMap (staticMap); in start()
42 gameGuiController = std::make_unique<cGameGuiController> (application, staticMap); in start()
70 staticMap = staticMap_; in setStaticMap()
76 return staticMap; in getStaticMap()
H A Dnetworkclientgamesaved.cpp38 localClient->setMap (staticMap); in start()
43 gameGuiController = std::make_unique<cGameGuiController> (application, staticMap); in start()
78 staticMap = staticMap_; in setStaticMap()
90 return staticMap; in getStaticMap()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/runnable/
H A Daliasassign.d5 template staticMap(alias F, T...) in staticMap() function
10 alias staticMap = A; in staticMap() local
23 alias XY = staticMap!(Qual, x, y); in test()
/dports/games/maxr/maxr-0.2.9/src/game/startup/network/host/
H A Dnetworkhostgamenew.cpp56 server->setMap (staticMap); in start()
57 localClient->setMap (staticMap); in start()
84 gameGuiController = std::make_unique<cGameGuiController> (application, staticMap); in start()
122 staticMap = staticMap_; in setStaticMap()
158 return staticMap; in getStaticMap()
/dports/games/maxr/maxr-0.2.9/src/game/startup/local/singleplayer/
H A Dlocalsingleplayergamesaved.cpp39 auto staticMap = server->Map->staticMap; in start() local
40 client->setMap (staticMap); in start()
83 gameGuiController = std::make_unique<cGameGuiController> (application, staticMap); in start()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gdc.test/fail_compilation/
H A Daliasassign1.d23 template staticMap(alias F, T...) in staticMap() function
29 alias staticMap = A; in staticMap() local
32 alias TK = staticMap!(Unqual, int, const uint);
/dports/games/maxr/maxr-0.2.9/src/game/startup/local/hotseat/
H A Dlocalhotseatgamenew.cpp45 server->setMap (staticMap); in start()
55 clients[i]->setMap (staticMap); in start()
74 gameGuiController = std::make_unique<cGameGuiController> (application, staticMap); in start()
126 staticMap = staticMap_; in setStaticMap()
167 return staticMap; in getStaticMap()
H A Dlocalhotseatgamesaved.cpp38 auto staticMap = server->Map->staticMap; in start() local
59 clients[i]->setMap (staticMap); in start()
90 gameGuiController = std::make_unique<cGameGuiController> (application, staticMap); in start()

12345678910>>...12