Home
last modified time | relevance | path

Searched refs:mapName (Results 1 – 25 of 1115) sorted by relevance

12345678910>>...45

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Core/System.IO.MemoryMappedFiles/
H A DMemoryMappedFile.cs170 if (mapName != null && mapName.Length == 0) in CreateFromFile()
193 if (mapName != null && mapName.Length == 0) in CreateFromFile()
220 if (mapName != null && mapName.Length == 0) in CreateFromFile()
245 if (mapName != null && mapName.Length == 0) in CoreShmCreate()
261 public static MemoryMappedFile CreateNew (string mapName, long capacity) in CreateNew() argument
275 return CreateNew (mapName, capacity, access, options, null, inheritability); in CreateNew()
287 public static MemoryMappedFile CreateOrOpen (string mapName, long capacity) in CreateOrOpen() argument
289 return CreateOrOpen (mapName, capacity, MemoryMappedFileAccess.ReadWrite); in CreateOrOpen()
311 public static MemoryMappedFile OpenExisting (string mapName) in OpenExisting() argument
313 return OpenExisting (mapName, MemoryMappedFileRights.ReadWrite); in OpenExisting()
[all …]
/dports/graphics/qgis/qgis-3.22.3/src/plugins/grass/scripts/
H A Dv.class.mlpy.qgis.py187 def fatal_noAttributeTable(mapName): argument
189 % mapName)
204 def fatal_noRows(mapName): argument
206 % {'map': mapName})
215 def checkNrows(mapName, tableDescription): argument
217 fatal_noRows(mapName)
220 def checkDbConnection(mapName): argument
225 ret = grass.vector_db(mapName)
233 mapName = options['input']
253 checkDbConnection(mapName)
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/src/plugins/grass/scripts/
H A Dv.class.mlpy.qgis.py187 def fatal_noAttributeTable(mapName): argument
189 % mapName)
204 def fatal_noRows(mapName): argument
206 % {'map': mapName})
215 def checkNrows(mapName, tableDescription): argument
217 fatal_noRows(mapName)
220 def checkDbConnection(mapName): argument
225 ret = grass.vector_db(mapName)
233 mapName = options['input']
253 checkDbConnection(mapName)
[all …]
/dports/www/writefreely/writefreely-0.13.1/vendor/github.com/writeas/activity/tools/vocab/gen/
H A Dutil.go52 b.WriteString(fmt.Sprintf("if k == \"%s\" {\n", mapName))
80 b.WriteString(fmt.Sprintf("if k == \"%s\" {\n", mapName))
92 sliceSerializeCode(b, sCode, mapName, field)
94 singleSerializeCode(b, sCode, mapName, field)
102 b.WriteString(fmt.Sprintf("%sTemp = append(%sTemp, tmp)\n", mapName, mapName))
104 b.WriteString(fmt.Sprintf("if %sTemp != nil {\n", mapName))
105 b.WriteString(fmt.Sprintf("if len(%sTemp) == 1 {\n", mapName))
106 b.WriteString(fmt.Sprintf("m[\"%s\"] = %sTemp[0]\n", mapName, mapName))
108 b.WriteString(fmt.Sprintf("m[\"%s\"] = %sTemp\n", mapName, mapName))
120 b.WriteString(fmt.Sprintf("%sResult, err := %sSerializeFunc()\n", mapName, mapName))
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.MemoryMappedFiles/src/System/IO/MemoryMappedFiles/
H A DMemoryMappedFile.cs48 public static MemoryMappedFile OpenExisting(string mapName) in OpenExisting() argument
61 if (mapName == null) in OpenExisting()
66 if (mapName.Length == 0) in OpenExisting()
120 if (mapName != null && mapName.Length == 0) in CreateFromFile()
179 handle = CreateCore(fileStream, mapName, HandleInheritability.None, in CreateFromFile()
202 if (mapName != null && mapName.Length == 0) in CreateFromFile()
260 public static MemoryMappedFile CreateNew(string mapName, long capacity) in CreateNew() argument
276 if (mapName != null && mapName.Length == 0) in CreateNew()
336 if (mapName == null) in CreateOrOpen()
341 if (mapName.Length == 0) in CreateOrOpen()
[all …]
H A DMemoryMappedFile.Windows.cs23 FileStream fileStream, string mapName, HandleInheritability inheritability, in CreateCore() argument
31 …ateFileMapping(fileHandle, ref secAttrs, GetPageAccess(access) | (int)options, capacity, mapName) : in CreateCore()
58 …string mapName, HandleInheritability inheritability, MemoryMappedFileAccess access, bool createOrO… in OpenCore() argument
60 return OpenCore(mapName, inheritability, GetFileMapAccess(access), createOrOpen); in OpenCore()
69 …string mapName, HandleInheritability inheritability, MemoryMappedFileRights rights, bool createOrO… in OpenCore() argument
71 return OpenCore(mapName, inheritability, GetFileMapAccess(rights), createOrOpen); in OpenCore()
78 string mapName, HandleInheritability inheritability, MemoryMappedFileAccess access, in CreateOrOpenCore() argument
104 GetPageAccess(access) | (int)options, capacity, mapName); in CreateOrOpenCore()
122 HandleInheritability.Inheritable) != 0, mapName); in CreateOrOpenCore()
219 … string mapName, HandleInheritability inheritability, int desiredAccessRights, bool createOrOpen) in OpenCore() argument
[all …]
/dports/games/maxr/maxr-0.2.9/src/ui/graphical/menu/windows/windowmapselection/
H A Dwindowmapselection.cpp148 auto mapName = maps[mapIndex]; in updateMaps() local
151 AutoSurface mapSurface (cStaticMap::loadMapPreview (mapName, &size)); in updateMaps()
164 …if (font->getTextWide (">" + mapName.substr (0, mapName.length() - 4) + " (" + iToStr (size) + "x"… in updateMaps()
168 mapName.erase (mapName.length() - 1, mapName.length()); in updateMaps()
170 mapName = ">" + mapName + "... (" + iToStr (size) + "x" + iToStr (size) + ")<"; in updateMaps()
172 …else mapName = ">" + mapName.substr (0, mapName.length() - 4) + " (" + iToStr (size) + "x" + iToSt… in updateMaps()
178 …if (font->getTextWide (">" + mapName.substr (0, mapName.length() - 4) + " (" + iToStr (size) + "x"… in updateMaps()
182 mapName.erase (mapName.length() - 1, mapName.length()); in updateMaps()
184 mapName = mapName + "... (" + iToStr (size) + "x" + iToStr (size) + ")"; in updateMaps()
186 …else mapName = mapName.substr (0, mapName.length() - 4) + " (" + iToStr (size) + "x" + iToStr (siz… in updateMaps()
[all …]
/dports/devel/ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DMetricsViewI.java29 mapPrefix = mapsPrefix + mapName + "."; in addOrUpdateMap()
46 return _maps.remove(mapName) != null; in addOrUpdateMap()
49 MetricsMap<?> m = _maps.get(mapName); in addOrUpdateMap()
62 _maps.remove(mapName); in addOrUpdateMap()
68 removeMap(String mapName) in removeMap() argument
70 return _maps.remove(mapName) != null; in removeMap()
85 getFailures(String mapName) in getFailures() argument
87 MetricsMap<?> m = _maps.get(mapName); in getFailures()
96 getFailures(String mapName, String id) in getFailures() argument
98 MetricsMap<?> m = _maps.get(mapName); in getFailures()
[all …]
/dports/devel/py-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DMetricsViewI.java29 mapPrefix = mapsPrefix + mapName + "."; in addOrUpdateMap()
46 return _maps.remove(mapName) != null; in addOrUpdateMap()
49 MetricsMap<?> m = _maps.get(mapName); in addOrUpdateMap()
62 _maps.remove(mapName); in addOrUpdateMap()
68 removeMap(String mapName) in removeMap() argument
70 return _maps.remove(mapName) != null; in removeMap()
85 getFailures(String mapName) in getFailures() argument
87 MetricsMap<?> m = _maps.get(mapName); in getFailures()
96 getFailures(String mapName, String id) in getFailures() argument
98 MetricsMap<?> m = _maps.get(mapName); in getFailures()
[all …]
/dports/devel/php-ice37/ice-3.7.2/java-compat/src/Ice/src/main/java/IceInternal/
H A DMetricsViewI.java29 mapPrefix = mapsPrefix + mapName + "."; in addOrUpdateMap()
46 return _maps.remove(mapName) != null; in addOrUpdateMap()
49 MetricsMap<?> m = _maps.get(mapName); in addOrUpdateMap()
62 _maps.remove(mapName); in addOrUpdateMap()
68 removeMap(String mapName) in removeMap() argument
70 return _maps.remove(mapName) != null; in removeMap()
85 getFailures(String mapName) in getFailures() argument
87 MetricsMap<?> m = _maps.get(mapName); in getFailures()
96 getFailures(String mapName, String id) in getFailures() argument
98 MetricsMap<?> m = _maps.get(mapName); in getFailures()
[all …]
/dports/devel/ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceInternal/
H A DMetricsViewI.java29 mapPrefix = mapsPrefix + mapName + "."; in addOrUpdateMap()
46 return _maps.remove(mapName) != null; in addOrUpdateMap()
49 MetricsMap<?> m = _maps.get(mapName); in addOrUpdateMap()
62 _maps.remove(mapName); in addOrUpdateMap()
68 removeMap(String mapName) in removeMap() argument
70 return _maps.remove(mapName) != null; in removeMap()
85 getFailures(String mapName) in getFailures() argument
87 MetricsMap<?> m = _maps.get(mapName); in getFailures()
96 getFailures(String mapName, String id) in getFailures() argument
98 MetricsMap<?> m = _maps.get(mapName); in getFailures()
[all …]
/dports/devel/php-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceInternal/
H A DMetricsViewI.java29 mapPrefix = mapsPrefix + mapName + "."; in addOrUpdateMap()
46 return _maps.remove(mapName) != null; in addOrUpdateMap()
49 MetricsMap<?> m = _maps.get(mapName); in addOrUpdateMap()
62 _maps.remove(mapName); in addOrUpdateMap()
68 removeMap(String mapName) in removeMap() argument
70 return _maps.remove(mapName) != null; in removeMap()
85 getFailures(String mapName) in getFailures() argument
87 MetricsMap<?> m = _maps.get(mapName); in getFailures()
96 getFailures(String mapName, String id) in getFailures() argument
98 MetricsMap<?> m = _maps.get(mapName); in getFailures()
[all …]
/dports/devel/py-ice37/ice-3.7.2/java/src/Ice/src/main/java/com/zeroc/IceInternal/
H A DMetricsViewI.java29 mapPrefix = mapsPrefix + mapName + "."; in addOrUpdateMap()
46 return _maps.remove(mapName) != null; in addOrUpdateMap()
49 MetricsMap<?> m = _maps.get(mapName); in addOrUpdateMap()
62 _maps.remove(mapName); in addOrUpdateMap()
68 removeMap(String mapName) in removeMap() argument
70 return _maps.remove(mapName) != null; in removeMap()
85 getFailures(String mapName) in getFailures() argument
87 MetricsMap<?> m = _maps.get(mapName); in getFailures()
96 getFailures(String mapName, String id) in getFailures() argument
98 MetricsMap<?> m = _maps.get(mapName); in getFailures()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/System/IO/MemoryMappedFiles/
H A DMemoryMappedFile.cs63 public static MemoryMappedFile OpenExisting(string mapName) { in OpenExisting() argument
76 if (mapName == null) { in OpenExisting()
80 if (mapName.Length == 0) { in OpenExisting()
127 if (mapName != null && mapName.Length == 0) { in CreateFromFile()
200 if (mapName != null && mapName.Length == 0) { in CreateFromFile()
249 public static MemoryMappedFile CreateNew(String mapName, Int64 capacity) { in CreateNew() argument
271 if (mapName != null && mapName.Length == 0) { in CreateNew()
333 if (mapName == null) { in CreateOrOpen()
337 if (mapName.Length == 0) { in CreateOrOpen()
396 capacityHigh, capacityLow, mapName); in CreateCore()
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/sourcemap-0.1.6.1/test/
H A DNode.hs78 mapName = Nothing function
84 mapName = Nothing function
90 mapName = Nothing function
96 mapName = Just "bar" function
102 mapName = Nothing function
120 mapName = Nothing function
126 mapName = Nothing function
132 mapName = Nothing function
138 mapName = Just "n" function
144 mapName = Nothing function
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.MemoryMappedFiles/tests/
H A DMemoryMappedFile.CreateOrOpen.Tests.cs35 public void MapNamesNotSupported_Unix(string mapName) in MapNamesNotSupported_Unix() argument
120 using (MemoryMappedFile mmf = MemoryMappedFile.CreateOrOpen(mapName, capacity)) in ValidArgumentCombinations_NonExecute()
124 using (MemoryMappedFile mmf = MemoryMappedFile.CreateOrOpen(mapName, capacity, access)) in ValidArgumentCombinations_NonExecute()
134 using (MemoryMappedFile mmf = MemoryMappedFile.CreateNew(mapName, capacity)) in ValidArgumentCombinations_NonExecute()
135 using (MemoryMappedFile mmf2 = MemoryMappedFile.CreateOrOpen(mapName, capacity)) in ValidArgumentCombinations_NonExecute()
139 using (MemoryMappedFile mmf = MemoryMappedFile.CreateNew(mapName, capacity, access)) in ValidArgumentCombinations_NonExecute()
140 using (MemoryMappedFile mmf2 = MemoryMappedFile.CreateOrOpen(mapName, capacity, access)) in ValidArgumentCombinations_NonExecute()
153 using (MemoryMappedFile mmf2 = MemoryMappedFile.CreateOrOpen(mapName, capacity)) in ValidArgumentCombinations_NonExecute()
159 using (MemoryMappedFile mmf2 = MemoryMappedFile.CreateOrOpen(mapName, capacity, access)) in ValidArgumentCombinations_NonExecute()
181 using (MemoryMappedFile mmf = MemoryMappedFile.CreateOrOpen(mapName, capacity, access)) in ValidArgumentCombinations_Execute()
[all …]
H A DMemoryMappedFile.OpenExisting.Tests.cs31 public void MapNamesNotSupported_Unix(string mapName) in MapNamesNotSupported_Unix() argument
33 … Assert.Throws<PlatformNotSupportedException>(() => MemoryMappedFile.OpenExisting(mapName)); in MapNamesNotSupported_Unix()
34 …hrows<PlatformNotSupportedException>(() => MemoryMappedFile.OpenExisting(mapName, MemoryMappedFile… in MapNamesNotSupported_Unix()
79 …public void OpenCreatedNew(string mapName, MemoryMappedFileRights desiredAccessRights, HandleInher… in OpenCreatedNew() argument
82 using (MemoryMappedFile original = MemoryMappedFile.CreateNew(mapName, Capacity)) in OpenCreatedNew()
84 using (MemoryMappedFile opened = MemoryMappedFile.OpenExisting(mapName)) in OpenCreatedNew()
86 …Assert.Throws<IOException>(() => MemoryMappedFile.OpenExisting(mapName, MemoryMappedFileRights.Acc… in OpenCreatedNew()
101 Assert.Throws<FileNotFoundException>(() => MemoryMappedFile.OpenExisting(mapName)); in OpenCreatedNew()
102 …Assert.Throws<FileNotFoundException>(() => MemoryMappedFile.OpenExisting(mapName, MemoryMappedFile… in OpenCreatedNew()
149 foreach (object[] mapName in CreateValidMapNames())
[all …]
/dports/games/maxr/maxr-0.2.9/src/
H A Dmapdownload.cpp43 std::string lowerMapName (to_lower_copy (mapName)); in isMapOriginal()
104 string filenameUser = getUserMapsDir() + mapName; in getExistingMapFilePath()
112 int32_t MapDownload::calculateCheckSum (const std::string& mapName) in calculateCheckSum() argument
120 filename = getUserMapsDir() + mapName.c_str(); in calculateCheckSum()
151 cMapReceiver::cMapReceiver (const std::string& mapName, int mapSize) : in cMapReceiver() argument
152 mapName (mapName), in cMapReceiver()
188 const std::string filename = mapsFolder + mapName; in finished()
216 const std::string& mapName, in cMapSender() argument
221 mapName (mapName), in cMapSender()
265 filename = getUserMapsDir() + mapName.c_str(); in getMapFileContent()
[all …]
H A Dmapdownload.h38 bool isMapOriginal (const std::string& mapName, int32_t checksum = 0);
42 std::string getExistingMapFilePath (const std::string& mapName);
45 int32_t calculateCheckSum (const std::string& mapName);
53 cMapReceiver (const std::string& mapName, int mapSize);
58 const std::string& getMapName() const { return mapName; } in getMapName()
62 std::string mapName;
72 const std::string& mapName,
93 std::string mapName; variable
/dports/games/ufoai/ufoai-2.5-source/src/tests/
H A Dtest_game.cpp101 const char* mapName = "test_game"; in testDoorTrigger() local
109 SV_Map(true, mapName, nullptr); in testDoorTrigger()
138 const char* mapName = "test_game"; in testShooting() local
142 SV_Map(true, mapName, nullptr); in testShooting()
167 const char* mapName = "test_game"; in testVisFlags() local
174 SV_Map(true, mapName, nullptr); in testVisFlags()
198 const char* mapName = "test_game"; in testInventoryForDiedAlien() local
207 SV_Map(true, mapName, nullptr); in testInventoryForDiedAlien()
262 const char* mapName = "test_game"; in testInventoryWithTwoDiedAliensOnTheSameGridTile() local
272 SV_Map(true, mapName, nullptr); in testInventoryWithTwoDiedAliensOnTheSameGridTile()
[all …]
/dports/games/dunelegacy/dunelegacy-0.96.4/include/Network/
H A DMetaServerCommands.h50 …erverName, int serverPort, const std::string& secret, const std::string& mapName, Uint8 numPlayers… in MetaServerAdd() argument
52 mapName(mapName), numPlayers(numPlayers), maxPlayers(maxPlayers) { in MetaServerAdd()
65 && (mapName == pMetaServerAdd->mapName)
74 std::string mapName; variable
81 …erverName, int serverPort, const std::string& secret, const std::string& mapName, Uint8 numPlayers… in MetaServerUpdate() argument
83 mapName(mapName), numPlayers(numPlayers), maxPlayers(maxPlayers) { in MetaServerUpdate()
96 && (mapName == pMetaServerUpdate->mapName)
105 std::string mapName; variable
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.IO.MemoryMappedFiles/ref/
H A DSystem.IO.MemoryMappedFiles.cs29 ….MemoryMappedFile CreateFromFile(System.IO.FileStream fileStream, string mapName, long capacity, S… in CreateFromFile() argument
32 …moryMappedFile CreateFromFile(string path, System.IO.FileMode mode, string mapName) { throw null; } in CreateFromFile() argument
33 …ryMappedFile CreateFromFile(string path, System.IO.FileMode mode, string mapName, long capacity) {… in CreateFromFile() argument
34 …ryMappedFile CreateFromFile(string path, System.IO.FileMode mode, string mapName, long capacity, S… in CreateFromFile() argument
35 …public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateNew(string mapName, long capacity… in CreateNew() argument
36 …public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateNew(string mapName, long capacity… in CreateNew() argument
38 …public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateOrOpen(string mapName, long capac… in CreateOrOpen() argument
39 …public static System.IO.MemoryMappedFiles.MemoryMappedFile CreateOrOpen(string mapName, long capac… in CreateOrOpen() argument
49 …public static System.IO.MemoryMappedFiles.MemoryMappedFile OpenExisting(string mapName) { throw nu… in OpenExisting() argument
50 …public static System.IO.MemoryMappedFiles.MemoryMappedFile OpenExisting(string mapName, System.IO.… in OpenExisting() argument
[all …]
/dports/devel/php-ice37/ice-3.7.2/csharp/src/Ice/
H A DMetricsAdminI.cs152 _subMaps.Add(mapName, m);
569 return _maps.Remove(mapName); in addOrUpdateMap()
581 return _maps.Remove(mapName); in addOrUpdateMap()
598 _maps.Remove(mapName); in addOrUpdateMap()
603 internal bool removeMap(string mapName) in removeMap() argument
605 return _maps.Remove(mapName); in removeMap()
625 if(_maps.TryGetValue(mapName, out m)) in getFailures()
941 _factories.Remove(mapName); in unregisterMap()
942 updated = removeMap(mapName); in unregisterMap()
1014 private bool removeMap(string mapName) in removeMap() argument
[all …]
/dports/devel/ice37/ice-3.7.2/csharp/src/Ice/
H A DMetricsAdminI.cs152 _subMaps.Add(mapName, m);
569 return _maps.Remove(mapName); in addOrUpdateMap()
581 return _maps.Remove(mapName); in addOrUpdateMap()
598 _maps.Remove(mapName); in addOrUpdateMap()
603 internal bool removeMap(string mapName) in removeMap() argument
605 return _maps.Remove(mapName); in removeMap()
625 if(_maps.TryGetValue(mapName, out m)) in getFailures()
941 _factories.Remove(mapName); in unregisterMap()
942 updated = removeMap(mapName); in unregisterMap()
1014 private bool removeMap(string mapName) in removeMap() argument
[all …]
/dports/devel/py-ice37/ice-3.7.2/csharp/src/Ice/
H A DMetricsAdminI.cs152 _subMaps.Add(mapName, m);
569 return _maps.Remove(mapName); in addOrUpdateMap()
581 return _maps.Remove(mapName); in addOrUpdateMap()
598 _maps.Remove(mapName); in addOrUpdateMap()
603 internal bool removeMap(string mapName) in removeMap() argument
605 return _maps.Remove(mapName); in removeMap()
625 if(_maps.TryGetValue(mapName, out m)) in getFailures()
941 _factories.Remove(mapName); in unregisterMap()
942 updated = removeMap(mapName); in unregisterMap()
1014 private bool removeMap(string mapName) in removeMap() argument
[all …]

12345678910>>...45