Home
last modified time | relevance | path

Searched refs:convertPath (Results 1 – 25 of 228) sorted by relevance

12345678910

/dports/devel/kio-extras/kio-extras-21.12.3/mtp/
H A Dkio_mtp.cpp91 static QString convertPath(const QString &slavePath) in convertPath() function
224 const QString path = convertPath(url.path()); in listDir()
301 const KMTPFile file = storage->getFileMetadata(convertPath(url.path())); in stat()
347 const KMTPFile file = storage->getFileMetadata(convertPath(url.path())); in mimetype()
383 const QString path = convertPath(url.path()); in get()
462 const QString destinationPath = convertPath(url.path()); in put()
548 const QString destinationPath = convertPath(dest.path()); in copy()
639 const KMTPFile source = storage->getFileMetadata(convertPath(src.path())); in copy()
697 const quint32 itemId = storage->createFolder(convertPath(url.path())); in mkdir()
725 const int result = storage->deleteObject(convertPath(url.path())); in del()
[all …]
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-converter/src/org/herac/tuxguitar/gui/tools/custom/converter/
H A DTGConverter.java137 …String convertPath = (this.destinationFolder + File.separator +path.substring(this.sourceFolder.le… in getConvertFileName() local
138 int lastDot = convertPath.lastIndexOf("."); in getConvertFileName()
140 convertPath = convertPath.substring(0, lastDot) + this.format.getExtension(); in getConvertFileName()
142 return checkIfExists( new File(convertPath).getAbsolutePath() , 0 ); in getConvertFileName()
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/platform/win/
H A Dlauncher_win.cpp103 const auto convertPath = [](const QString &path) { in launch() local
106 const auto nativeBinaryPath = convertPath(binaryPath); in launch()
107 const auto nativeWorkingDir = convertPath(cWorkingDir()); in launch()
/dports/devel/poco/poco-1.10.1-all/Foundation/src/
H A DFile_WIN32U.cpp64 convertPath(_path, _upath); in FileImpl()
88 convertPath(_path, _upath); in setPathImpl()
299 convertPath(path, upath); in copyToImpl()
310 convertPath(path, upath); in renameToImpl()
326 convertPath(path, upath); in linkToImpl()
479 void FileImpl::convertPath(const std::string& utf8Path, std::wstring& utf16Path) in convertPath() function in Poco::FileImpl
H A DFile_WINCE.cpp65 convertPath(_path, _upath); in FileImpl()
89 convertPath(_path, _upath); in setPathImpl()
285 convertPath(path, upath); in copyToImpl()
296 convertPath(path, upath); in renameToImpl()
442 void FileImpl::convertPath(const std::string& utf8Path, std::wstring& utf16Path) in convertPath() function in Poco::FileImpl
/dports/security/keybase/client-v5.7.1/go/avatars/
H A Dfullcaching_test.go66 convertPath := func(path string) string {
76 path = convertPath(path)
168 _, err = os.Stat(convertPath(mikePath2))
175 _, err = os.Stat(convertPath(joshPath))
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/awt/
H A DBasicStroke.java405 convertPath(output, start); in solidStroke()
470 convertPath(output, start); in solidStroke()
471 convertPath(output, end); in solidStroke()
483 convertPath(output, start); in solidStroke()
527 convertPath(output, start); in dashedStroke()
581 convertPath(output, start); in dashedStroke()
638 convertPath(output, start); in dashedStroke()
662 private void convertPath(GeneralPath p, Segment s) in convertPath() method in BasicStroke
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/awt/
H A DBasicStroke.java405 convertPath(output, start); in solidStroke()
470 convertPath(output, start); in solidStroke()
471 convertPath(output, end); in solidStroke()
483 convertPath(output, start); in solidStroke()
527 convertPath(output, start); in dashedStroke()
581 convertPath(output, start); in dashedStroke()
638 convertPath(output, start); in dashedStroke()
662 private void convertPath(GeneralPath p, Segment s) in convertPath() method in BasicStroke
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/awt/
H A DBasicStroke.java405 convertPath(output, start); in solidStroke()
470 convertPath(output, start); in solidStroke()
471 convertPath(output, end); in solidStroke()
483 convertPath(output, start); in solidStroke()
527 convertPath(output, start); in dashedStroke()
581 convertPath(output, start); in dashedStroke()
638 convertPath(output, start); in dashedStroke()
662 private void convertPath(GeneralPath p, Segment s) in convertPath() method in BasicStroke
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/awt/
H A DBasicStroke.java405 convertPath(output, start); in solidStroke()
470 convertPath(output, start); in solidStroke()
471 convertPath(output, end); in solidStroke()
483 convertPath(output, start); in solidStroke()
527 convertPath(output, start); in dashedStroke()
581 convertPath(output, start); in dashedStroke()
638 convertPath(output, start); in dashedStroke()
662 private void convertPath(GeneralPath p, Segment s) in convertPath() method in BasicStroke
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/awt/
H A DBasicStroke.java405 convertPath(output, start); in solidStroke()
470 convertPath(output, start); in solidStroke()
471 convertPath(output, end); in solidStroke()
483 convertPath(output, start); in solidStroke()
527 convertPath(output, start); in dashedStroke()
581 convertPath(output, start); in dashedStroke()
638 convertPath(output, start); in dashedStroke()
662 private void convertPath(GeneralPath p, Segment s) in convertPath() method in BasicStroke
/dports/editors/calligra/calligra-3.2.1/filters/karbon/pdf/
H A DSvgOutputDev.h87 QString convertPath(GfxPath *path);
89 QString convertPath(const GfxPath *path);
/dports/x11-toolkits/qt5-gui/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqoutlinemapper.cpp105 QT_FT_Outline *QOutlineMapper::convertPath(const QPainterPath &path) in convertPath() function in QOutlineMapper
143 QT_FT_Outline *QOutlineMapper::convertPath(const QVectorPath &path) in convertPath() function in QOutlineMapper
224 convertPath(path); in endOutline()
400 convertPath(clippedPath); in clipElements()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqoutlinemapper.cpp105 QT_FT_Outline *QOutlineMapper::convertPath(const QPainterPath &path) in convertPath() function in QOutlineMapper
143 QT_FT_Outline *QOutlineMapper::convertPath(const QVectorPath &path) in convertPath() function in QOutlineMapper
224 convertPath(path); in endOutline()
400 convertPath(clippedPath); in clipElements()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqoutlinemapper.cpp105 QT_FT_Outline *QOutlineMapper::convertPath(const QPainterPath &path) in convertPath() function in QOutlineMapper
143 QT_FT_Outline *QOutlineMapper::convertPath(const QVectorPath &path) in convertPath() function in QOutlineMapper
224 convertPath(path); in endOutline()
400 convertPath(clippedPath); in clipElements()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqoutlinemapper.cpp105 QT_FT_Outline *QOutlineMapper::convertPath(const QPainterPath &path) in convertPath() function in QOutlineMapper
143 QT_FT_Outline *QOutlineMapper::convertPath(const QVectorPath &path) in convertPath() function in QOutlineMapper
224 convertPath(path); in endOutline()
400 convertPath(clippedPath); in clipElements()
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqoutlinemapper.cpp105 QT_FT_Outline *QOutlineMapper::convertPath(const QPainterPath &path) in convertPath() function in QOutlineMapper
143 QT_FT_Outline *QOutlineMapper::convertPath(const QVectorPath &path) in convertPath() function in QOutlineMapper
224 convertPath(path); in endOutline()
400 convertPath(clippedPath); in clipElements()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/painting/
H A Dqoutlinemapper.cpp78 QT_FT_Outline *QOutlineMapper::convertPath(const QPainterPath &path) in convertPath() function in QOutlineMapper
116 QT_FT_Outline *QOutlineMapper::convertPath(const QVectorPath &path) in convertPath() function in QOutlineMapper
212 convertPath(path); in endOutline()
389 convertPath(clippedPath); in clipElements()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqoutlinemapper.cpp105 QT_FT_Outline *QOutlineMapper::convertPath(const QPainterPath &path) in convertPath() function in QOutlineMapper
143 QT_FT_Outline *QOutlineMapper::convertPath(const QVectorPath &path) in convertPath() function in QOutlineMapper
224 convertPath(path); in endOutline()
400 convertPath(clippedPath); in clipElements()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqoutlinemapper.cpp105 QT_FT_Outline *QOutlineMapper::convertPath(const QPainterPath &path) in convertPath() function in QOutlineMapper
143 QT_FT_Outline *QOutlineMapper::convertPath(const QVectorPath &path) in convertPath() function in QOutlineMapper
224 convertPath(path); in endOutline()
400 convertPath(clippedPath); in clipElements()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqoutlinemapper.cpp105 QT_FT_Outline *QOutlineMapper::convertPath(const QPainterPath &path) in convertPath() function in QOutlineMapper
143 QT_FT_Outline *QOutlineMapper::convertPath(const QVectorPath &path) in convertPath() function in QOutlineMapper
224 convertPath(path); in endOutline()
400 convertPath(clippedPath); in clipElements()
/dports/databases/qt5-sqldrivers-mysql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqoutlinemapper.cpp105 QT_FT_Outline *QOutlineMapper::convertPath(const QPainterPath &path) in convertPath() function in QOutlineMapper
143 QT_FT_Outline *QOutlineMapper::convertPath(const QVectorPath &path) in convertPath() function in QOutlineMapper
224 convertPath(path); in endOutline()
400 convertPath(clippedPath); in clipElements()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqoutlinemapper.cpp105 QT_FT_Outline *QOutlineMapper::convertPath(const QPainterPath &path) in convertPath() function in QOutlineMapper
143 QT_FT_Outline *QOutlineMapper::convertPath(const QVectorPath &path) in convertPath() function in QOutlineMapper
224 convertPath(path); in endOutline()
400 convertPath(clippedPath); in clipElements()
/dports/net/qt5-network/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqoutlinemapper.cpp105 QT_FT_Outline *QOutlineMapper::convertPath(const QPainterPath &path) in convertPath() function in QOutlineMapper
143 QT_FT_Outline *QOutlineMapper::convertPath(const QVectorPath &path) in convertPath() function in QOutlineMapper
224 convertPath(path); in endOutline()
400 convertPath(clippedPath); in clipElements()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/gui/painting/
H A Dqoutlinemapper.cpp105 QT_FT_Outline *QOutlineMapper::convertPath(const QPainterPath &path) in convertPath() function in QOutlineMapper
143 QT_FT_Outline *QOutlineMapper::convertPath(const QVectorPath &path) in convertPath() function in QOutlineMapper
224 convertPath(path); in endOutline()
400 convertPath(clippedPath); in clipElements()

12345678910