Home
last modified time | relevance | path

Searched refs:fixedDir (Results 1 – 9 of 9) sorted by relevance

/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/projectexplorer/
H A Dbuildaspects.cpp61 const FilePath fixedDir = fixupDir(FilePath::fromString(edit->text())); in BuildDirectoryAspect() local
62 if (!fixedDir.isEmpty()) in BuildDirectoryAspect()
63 edit->setText(fixedDir.toUserOutput()); in BuildDirectoryAspect()
H A Dbuildconfiguration.cpp260 const FilePath fixedDir = BuildDirectoryAspect::fixupDir(buildDirectory()); in setBuildDirectory() local
261 if (!fixedDir.isEmpty()) in setBuildDirectory()
262 d->m_buildDirectoryAspect->setFilePath(fixedDir); in setBuildDirectory()
/dports/lang/elm/compiler-0.19.1/_cabal_deps/haskeline-0.8.0.0/System/Console/Haskeline/
H A DCompletion.hs163 fixedDir <- fixPath dir
164 dirExists <- doesDirectoryExist fixedDir
169 $ getDirectoryContents fixedDir
173 isDir <- doesDirectoryExist (fixedDir </> replacement c)
/dports/lang/ghc/ghc-8.10.7/libraries/haskeline/System/Console/Haskeline/
H A DCompletion.hs184 fixedDir <- fixPath dir
185 dirExists <- doesDirectoryExist fixedDir
190 $ getDirectoryContents fixedDir
194 isDir <- doesDirectoryExist (fixedDir </> replacement c)
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/haskeline-0.8.2/System/Console/Haskeline/
H A DCompletion.hs184 fixedDir <- fixPath dir
185 dirExists <- doesDirectoryExist fixedDir
190 $ getDirectoryContents fixedDir
194 isDir <- doesDirectoryExist (fixedDir </> replacement c)
/dports/games/openjk/OpenJK-07675e2/code/game/
H A Dg_weapon.cpp1028 vec3_t fixedDir; in FireVehicleWeapon() local
1038 AngleVectors( ang, fixedDir, NULL, NULL ); in FireVehicleWeapon()
1046 WP_VehLeadCrosshairVeh( &g_entities[trace.entityNum], newEnd, fixedDir, start, dir ); in FireVehicleWeapon()
/dports/games/openjk/OpenJK-07675e2/codemp/game/
H A Dg_weapon.c4369 vec3_t fixedDir; in FireVehicleWeapon() local
4379 AngleVectors( ang, fixedDir, NULL, NULL ); in FireVehicleWeapon()
4380 VectorMA( ent->r.currentOrigin, 32768, fixedDir, end ); in FireVehicleWeapon()
4387 WP_VehLeadCrosshairVeh( &g_entities[trace.entityNum], newEnd, fixedDir, start, dir ); in FireVehicleWeapon()
/dports/graphics/qgis-ltr/qgis-3.16.16/src/app/
H A Dqgisapp.cpp8353 … QDir fixedDir = QFileInfo( fixedUriParts.value( QStringLiteral( "path" ) ).toString() ).dir(); in changeDataSource() local
8354 const QString newCandidatePath = fixedDir.filePath( thisBrokenPathFi.fileName() ); in changeDataSource()
/dports/graphics/qgis/qgis-3.22.3/src/app/
H A Dqgisapp.cpp8568 … QDir fixedDir = QFileInfo( fixedUriParts.value( QStringLiteral( "path" ) ).toString() ).dir(); in changeDataSource() local
8569 const QString newCandidatePath = fixedDir.filePath( thisBrokenPathFi.fileName() ); in changeDataSource()