Home
last modified time | relevance | path

Searched refs:mappedPath (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/clangcodemodel/
H A Dclanguiheaderondiskmanager.cpp44 const QString mappedPath = mapPath(filePath); in write() local
45 QFile file(mappedPath); in write()
50 return mappedPath; in write()
55 const QString mappedPath = mapPath(filePath); in remove() local
56 if (QFileInfo::exists(mappedPath)) { in remove()
57 const bool fileRemoved = QFile::remove(mappedPath); in remove()
61 return mappedPath; in remove()
H A Dclangmodelmanagersupport.cpp499 const QString mappedPath = m_uiHeaderOnDiskManager.write(filePath, content); in onAbstractEditorSupportContentsUpdated() local
500 m_communicator.unsavedFilesUpdated(mappedPath, content, 0); in onAbstractEditorSupportContentsUpdated()
508 const QString mappedPath = m_uiHeaderOnDiskManager.remove(filePath); in onAbstractEditorSupportRemoved() local
510 m_communicator.unsavedFilesRemoved({{mappedPath, projectPartId}}); in onAbstractEditorSupportRemoved()
H A Dclangbackendcommunicator.cpp243 const QString mappedPath in unsavedFilesUpdatedForUiHeaders() local
245 unsavedFilesUpdated(mappedPath, es->contents(), es->revision()); in unsavedFilesUpdatedForUiHeaders()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/library/pkg/
H A Dfootprintgraphicsitem.cpp300 QPainterPath mappedPath = mapToItem(item.data(), path); in setSelectionRect() local
301 item->setSelected(item->shape().intersects(mappedPath)); in setSelectionRect()
305 QPainterPath mappedPath = mapToItem(item.data(), path); in setSelectionRect() local
306 item->setSelected(item->shape().intersects(mappedPath)); in setSelectionRect()
310 QPainterPath mappedPath = mapToItem(item.data(), path); in setSelectionRect() local
311 item->setSelected(item->shape().intersects(mappedPath)); in setSelectionRect()
315 QPainterPath mappedPath = mapToItem(item.data(), path); in setSelectionRect() local
316 item->setSelected(item->shape().intersects(mappedPath)); in setSelectionRect()
319 QPainterPath mappedPath = mapToItem(item.data(), path); in setSelectionRect() local
320 item->setSelected(item->shape().intersects(mappedPath)); in setSelectionRect()
/dports/ftp/sftpgo/sftpgo-2.2.0/common/
H A Dconnection_test.go47 mappedPath := filepath.Join(os.TempDir(), "map")
58 Name: filepath.Base(mappedPath),
59 MappedPath: mappedPath,
69 err := conn.IsRemoveDirAllowed(fs, mappedPath, "/virtualpath1")
183 mappedPath := filepath.Join(os.TempDir(), "vdir")
188 MappedPath: mappedPath,
196 MappedPath: mappedPath,
204 err = os.MkdirAll(mappedPath, os.ModePerm)
213 testDirPath := filepath.Join(mappedPath, "dir")
228 err = os.WriteFile(filepath.Join(mappedPath, "file"), []byte("test content"), os.ModePerm)
[all …]
H A Dtransfer_test.go34 mappedPath := filepath.Join(os.TempDir(), "vdir")
38 MappedPath: mappedPath,
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/panmirror/dialogs/
H A DPanmirrorImageChooser.java71 String mappedPath = uiContext.mapPathToResource.map(input.getPath()); in PanmirrorImageChooser()
72 if (mappedPath != null) in PanmirrorImageChooser()
74 setText(mappedPath); in PanmirrorImageChooser()
89 … String mappedPath = uiContext.mapPathToResource.map(resolvedImages.get(0)); in PanmirrorImageChooser()
90 setText(mappedPath); in PanmirrorImageChooser()
/dports/cad/librepcb/librepcb-0.1.6/libs/librepcb/library/sym/
H A Dsymbolgraphicsitem.cpp253 QPainterPath mappedPath = mapToItem(item.data(), path); in setSelectionRect() local
254 item->setSelected(item->shape().intersects(mappedPath)); in setSelectionRect()
258 QPainterPath mappedPath = mapToItem(item.data(), path); in setSelectionRect() local
259 item->setSelected(item->shape().intersects(mappedPath)); in setSelectionRect()
263 QPainterPath mappedPath = mapToItem(item.data(), path); in setSelectionRect() local
264 item->setSelected(item->shape().intersects(mappedPath)); in setSelectionRect()
267 QPainterPath mappedPath = mapToItem(item.data(), path); in setSelectionRect() local
268 item->setSelected(item->shape().intersects(mappedPath)); in setSelectionRect()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.WebPages.Administration/Framework/packages/
H A DPackageSourceFile.cs96 string mappedPath = HostingEnvironment.MapPath(_fileName); in GetStreamForWrite()
99 Directory.CreateDirectory(Path.GetDirectoryName(mappedPath)); in GetStreamForWrite()
100 return File.Create(mappedPath); in GetStreamForWrite()
102 return File.Open(mappedPath, FileMode.Truncate); in GetStreamForWrite()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Hosting/
H A DSimpleWorkerRequest.cs208 String mappedPath = null; in MapPath()
212 mappedPath = appPath; in MapPath()
215 mappedPath = appPath + path.Substring(_appVirtPath.Length).Replace('/', '\\'); in MapPath()
218 InternalSecurityPermissions.PathDiscovery(mappedPath).Demand(); in MapPath()
219 return mappedPath; in MapPath()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-tools/hadoop-gridmix/src/main/java/org/apache/hadoop/mapred/gridmix/
H A DDistributedCacheEmulator.java341 String mappedPath = mapDistCacheFilePath(files[i], timeStamps[i], in updateHDFSDistCacheFilesList() local
351 if (distCacheFiles.containsKey(mappedPath) || in updateHDFSDistCacheFilesList()
352 fs.exists(new Path(mappedPath))) { in updateHDFSDistCacheFilesList()
355 distCacheFiles.put(mappedPath, Long.valueOf(fileSizes[i])); in updateHDFSDistCacheFilesList()
532 String mappedPath = mapDistCacheFilePath(files[i], timeStamps[i], in configureDistCacheFiles() local
534 cacheFiles.add(mappedPath); in configureDistCacheFiles()
/dports/devel/hadoop/hadoop-1.2.1/src/contrib/gridmix/src/java/org/apache/hadoop/mapred/gridmix/
H A DDistributedCacheEmulator.java334 String mappedPath = mapDistCacheFilePath(files[i], timeStamps[i], in updateHDFSDistCacheFilesList() local
344 if (distCacheFiles.containsKey(mappedPath) || in updateHDFSDistCacheFilesList()
345 fs.exists(new Path(mappedPath))) { in updateHDFSDistCacheFilesList()
348 distCacheFiles.put(mappedPath, Long.valueOf(fileSizes[i])); in updateHDFSDistCacheFilesList()
525 String mappedPath = mapDistCacheFilePath(files[i], timeStamps[i], in configureDistCacheFiles() local
527 cacheFiles.add(mappedPath); in configureDistCacheFiles()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Extensions/System.Web.Handlers/
H A DScriptResourceHandler.cs96 string mappedPath; in AppendFileScriptContents()
99 mappedPath = HostingEnvironment.MapPath (entry.NameOrPath); in AppendFileScriptContents()
100 if (!File.Exists (mappedPath)) in AppendFileScriptContents()
102 sw.Write (File.ReadAllText (mappedPath)); in AppendFileScriptContents()
/dports/misc/usd/USD-21.11/pxr/usd/usd/
H A DlistEditImpl.h57 const SdfPath mappedPath = editTarget.MapToSpecPath(*path); in _TranslatePath() local
58 if (mappedPath.IsEmpty()) { in _TranslatePath()
67 *path = mappedPath.StripAllVariantSelections(); in _TranslatePath()
H A Drelationship.cpp89 SdfPath mappedPath = _MapTargetPath(stage, GetPath(), target); in _GetTargetForAuthoring() local
90 if (mappedPath.IsEmpty()) { in _GetTargetForAuthoring()
99 return mappedPath; in _GetTargetForAuthoring()
H A Dproperty.cpp176 SdfPath mappedPath = editTarget.MapToSpecPath(GetPath()); in IsAuthoredAt() local
177 return !mappedPath.IsEmpty() && in IsAuthoredAt()
178 editTarget.GetLayer()->HasSpec(mappedPath); in IsAuthoredAt()
/dports/ftp/sftpgo/sftpgo-2.2.0/dataprovider/
H A Dsqlcommon.go1177 var mappedPath, description, fsConfig sql.NullString
1186 if mappedPath.Valid {
1187 folder.MappedPath = mappedPath.String
1320 var mappedPath, description, fsConfig sql.NullString
1326 if mappedPath.Valid {
1327 folder.MappedPath = mappedPath.String
1367 var mappedPath, description, fsConfig sql.NullString
1373 if mappedPath.Valid {
1374 folder.MappedPath = mappedPath.String
1481 if mappedPath.Valid {
[all …]
/dports/x11-toolkits/qwt6/qwt-6.1.6/src/
H A Dqwt_graphic.cpp57 QPainterPath mappedPath = painter->transform().map(path); in qwtStrokedPathRect() local
58 mappedPath = stroker.createStroke( mappedPath ); in qwtStrokedPathRect()
60 rect = mappedPath.boundingRect(); in qwtStrokedPathRect()
/dports/devel/xelfviewer/XELFViewer-0.03/XQwt/3rdparty/qwt/src/
H A Dqwt_graphic.cpp57 QPainterPath mappedPath = painter->transform().map(path); in qwtStrokedPathRect() local
58 mappedPath = stroker.createStroke( mappedPath ); in qwtStrokedPathRect()
60 rect = mappedPath.boundingRect(); in qwtStrokedPathRect()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/clangtools/
H A Ddocumentclangtoolrunner.cpp273 Utils::FilePath mappedPath = vfso().autoSavedFilePath(m_document); in onSuccess() local
276 [&](const Utils::FilePath &path) { return path == mappedPath; }, in onSuccess()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI/
H A DPageParser.cs672 string mappedPath = MapPath (previousPageVirtualPath);
673 … previousPageType = GetCompiledPageType (previousPageVirtualPath, mappedPath, HttpContext.Current);
/dports/ftp/sftpgo/sftpgo-2.2.0/ftpd/
H A Dftpd_test.go1953 folderName := filepath.Base(mappedPath)
1957 MappedPath: mappedPath,
1963 err := os.MkdirAll(mappedPath, os.ModePerm)
1996 err = os.RemoveAll(mappedPath)
2003 folderName := filepath.Base(mappedPath)
2007 MappedPath: mappedPath,
2012 err := os.MkdirAll(mappedPath, os.ModePerm)
2136 err = os.RemoveAll(mappedPath)
2821 folderName := filepath.Base(mappedPath)
2826 MappedPath: mappedPath,
[all …]
/dports/ftp/sftpgo/sftpgo-2.2.0/webdavd/
H A Dwebdavd_test.go1928 folderName := filepath.Base(mappedPath)
1932 MappedPath: mappedPath,
1938 err := os.MkdirAll(mappedPath, os.ModePerm)
1982 err = os.RemoveAll(mappedPath)
1990 folderName := filepath.Base(mappedPath)
1994 MappedPath: mappedPath,
2010 err = os.RemoveAll(mappedPath)
2039 err = os.RemoveAll(mappedPath)
2519 folderName := filepath.Base(mappedPath)
2524 MappedPath: mappedPath,
[all …]
/dports/ftp/sftpgo/sftpgo-2.2.0/sftpd/
H A Dsftpd_test.go3037 MappedPath: mappedPath,
3885 MappedPath: mappedPath,
3901 _, err = os.Stat(mappedPath)
3979 err = os.RemoveAll(mappedPath)
4301 MappedPath: mappedPath,
4457 err = os.RemoveAll(mappedPath)
4475 MappedPath: mappedPath,
5873 MappedPath: mappedPath,
7024 MappedPath: mappedPath,
8328 MappedPath: mappedPath,
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data/System/Data/SQLTypes/
H A DSQLFileStream.cs679 string mappedPath = InitializeNtPath(path); in OpenSqlFileStream()
680 objectName = new UnicodeString(mappedPath); in OpenSqlFileStream()

12