Home
last modified time | relevance | path

Searched refs:patternPath (Results 1 – 19 of 19) sorted by relevance

/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/test/ValentinaTest/
H A Dtst_misc.cpp80 QFETCH(QString, patternPath); in TestRelativeFilePath()
84 const QString result = RelativeMPath(patternPath, absoluteMPath); in TestRelativeFilePath()
179 QFETCH(QString, patternPath); in TestAbsoluteFilePath()
183 const QString result = AbsoluteMPath(patternPath, relativeMPath); in TestAbsoluteFilePath()
/dports/games/pioneer/pioneer-20210723/src/scenegraph/
H A DPattern.cpp33 const std::string patternPath = FileSystem::JoinPathBelow(path, name); in Pattern() local
36 …texture.Reset(Graphics::TextureBuilder(patternPath, sampleMode, true, true, false).GetOrCreateText… in Pattern()
/dports/devel/hadoop/hadoop-1.2.1/src/test/org/apache/hadoop/fs/
H A DTestGlobPaths.java401 Path patternPath = new Path(pattern); in prepareTesting() local
402 Path[] globResults = FileUtil.stat2Paths(fs.globStatus(patternPath), in prepareTesting()
403 patternPath); in prepareTesting()
418 Path patternPath = new Path(pattern); in prepareTesting() local
419 Path[] globResults = FileUtil.stat2Paths(fs.globStatus(patternPath, filter), in prepareTesting()
420 patternPath); in prepareTesting()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vmisc/
H A Ddef.cpp254 QString RelativeMPath(const QString &patternPath, const QString &absoluteMPath) in RelativeMPath() argument
256 if (patternPath.isEmpty() || absoluteMPath.isEmpty()) in RelativeMPath()
266 return QFileInfo(patternPath).absoluteDir().relativeFilePath(absoluteMPath); in RelativeMPath()
270 QString AbsoluteMPath(const QString &patternPath, const QString &relativeMPath) in AbsoluteMPath() argument
272 if (patternPath.isEmpty() || relativeMPath.isEmpty()) in AbsoluteMPath()
282 return QFileInfo(QFileInfo(patternPath).absoluteDir(), relativeMPath).absoluteFilePath(); in AbsoluteMPath()
H A Ddef.h605 Q_REQUIRED_RESULT QString RelativeMPath(const QString &patternPath, const QString &absoluteMPath);
606 Q_REQUIRED_RESULT QString AbsoluteMPath(const QString &patternPath, const QString &relativeMPath);
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/s/
H A Dshard_key_pattern.cpp320 const FieldRef& patternPath = **it; in extractShardKeyFromQuery() local
321 BSONElement equalEl = findEqualityElement(equalities, patternPath); in extractShardKeyFromQuery()
328 patternPath.dottedField(), in extractShardKeyFromQuery()
333 keyBuilder.appendAs(equalEl, patternPath.dottedField()); in extractShardKeyFromQuery()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-hdfs-project/hadoop-hdfs/src/test/java/org/apache/hadoop/fs/
H A DTestGlobPaths.java755 Path patternPath = new Path(pattern); in prepareTesting() local
756 Path[] globResults = FileUtil.stat2Paths(fs.globStatus(patternPath), in prepareTesting()
757 patternPath); in prepareTesting()
773 Path patternPath = new Path(pattern); in prepareTesting() local
774 Path[] globResults = FileUtil.stat2Paths(fs.globStatus(patternPath, filter), in prepareTesting()
775 patternPath); in prepareTesting()
1106 Path patternPath = new Path("a*"); in run() local
1107 Path[] globResults = FileUtil.stat2Paths(wrap.globStatus(patternPath, in run()
1109 patternPath); in run()
/dports/deskutils/pinot/pinot-1.20/UI/GTK3/src/
H A DPrefsWindow.cpp807 TreeModel::Path patternPath = m_refPatternsTree->get_path(iter); in on_addPatternButton_clicked() local
808 patternsTreeview->set_cursor(patternPath, *pColumn, true); in on_addPatternButton_clicked()
827 TreeModel::Path patternPath = m_refPatternsTree->get_path(iter); in on_removePatternButton_clicked() local
828 patternPath.next(); in on_removePatternButton_clicked()
829 patternsTreeview->get_selection()->select(patternPath); in on_removePatternButton_clicked()
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/app/valentina/
H A Dwatermarkwindow.h47 explicit WatermarkWindow(const QString &patternPath, QWidget *parent = nullptr);
H A Dwatermarkwindow.cpp47 WatermarkWindow::WatermarkWindow(const QString &patternPath, QWidget *parent) : in WatermarkWindow() argument
50 m_patternPath(patternPath), in WatermarkWindow()
H A Dmainwindow.h357 QString CheckPathToMeasurements(const QString &patternPath, const QString &path);
H A Dmainwindow.cpp5706 QString MainWindow::CheckPathToMeasurements(const QString &patternPath, const QString &path) in CheckPathToMeasurements() argument
5774 auto DirPath = [patternPath, table](const QString &defPath, QString &selectedName) in CheckPathToMeasurements()
5777 const QDir patternDir = QFileInfo(patternPath).absoluteDir(); in CheckPathToMeasurements()
5858 doc->SetMPath(RelativeMPath(patternPath, mPath)); in CheckPathToMeasurements()
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX-IO/IOSupport/SequenceParsing/
H A DSequenceParsing.cpp1163 string patternPath = removePath(patternUnPathed); in filesListFromPattern_fast() local
1171 string absoluteFileName = patternPath + files[i]; in filesListFromPattern_fast()
1204 wstring patternPath = utf8_to_utf16(removePath(patternUnPathed)); in filesListFromPattern_slow() local
1206 string patternPath = removePath(patternUnPathed); in filesListFromPattern_slow() local
1208 if (tinydir_open( &patternDir, patternPath.c_str() ) == -1) { in filesListFromPattern_slow()
1247 string patternPath = removePath(patternUnPathed); in generateFileNameFromPattern() local
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/odg/
H A Dimportodg.h104 QString patternPath; variable
219 AttributeValue patternPath; member
H A Dimportodg.cpp2138 currStyle.patternPath = AttributeValue(spd.attribute("xlink:href", "")); in parseStyles()
2139 if (!currStyle.patternPath.valid) in parseStyles()
2410 if (currStyle.patternPath.valid) in resovleStyle()
2411 actStyle.patternPath = AttributeValue(currStyle.patternPath.value); in resovleStyle()
2710 if (actStyle.patternPath.valid) in resovleStyle()
2711 tmpOStyle.patternPath = actStyle.patternPath.value; in resovleStyle()
3827 if (!gStyle.patternPath.isEmpty()) in finishItem()
3830 if (uz->read(gStyle.patternPath, f)) in finishItem()
3832 QFileInfo fi(gStyle.patternPath); in finishItem()
/dports/graphics/opencv/opencv-4.5.3/contrib/modules/structured_light/samples/
H A Dprojectorcalibration.cpp136 String patternPath = parser.get<String>(2); in main() local
139 …if( camSettingsPath.empty() || projSettingsPath.empty() || patternPath.empty() || outputName.empty… in main()
144 pattern = imread(patternPath); in main()
/dports/audio/hydrogen/hydrogen-1.0.1/src/gui/src/SoundLibrary/
H A DSoundLibraryPanel.cpp790 QString patternPath = __sound_library_tree->currentItem()->text( 1 ); in on_patternDeleteAction() local
797 QFile rmfile( patternPath ); in on_patternDeleteAction()
/dports/audio/hydrogen/hydrogen-1.0.1/src/gui/src/SongEditor/
H A DSongEditor.cpp1325 QString patternPath = fd.selectedFiles().first(); in patternPopup_load() local
1339 …SE_loadPatternAction *action = new SE_loadPatternAction( patternPath, prevPatternPath, sequencePat… in patternPopup_load()
1466 …QString patternPath = Files::savePatternTmp( pattern->get_name(), pattern, pSong, pEngine->getCurr… in patternPopup_delete() local
1467 if ( patternPath.isEmpty() ) { in patternPopup_delete()
1478 …SE_deletePatternFromListAction *action = new SE_deletePatternFromListAction( patternPath , sequen… in patternPopup_delete()
/dports/databases/grass7/grass-7.8.6/gui/wxpython/psmap/
H A Ddialogs.py2145 self.patternPath = os.path.join(gisbase, 'etc', 'paint', 'patterns')
3024 startDirectory=self.patternPath, initialValue='',