Home
last modified time | relevance | path

Searched refs:currentFilePath (Results 1 – 25 of 223) sorted by relevance

123456789

/dports/graphics/qgis/qgis-3.22.3/src/app/mesh/
H A Dqgsnewmeshlayerdialog.cpp157 QString currentFilePath = mFileWidget->filePath(); in onFormatChanged() local
158 if ( currentFilePath.isEmpty() ) in onFormatChanged()
160 const QFileInfo fileInfo( currentFilePath ); in onFormatChanged()
164 currentFilePath = currentFilePath.mid( 0, currentFilePath.lastIndexOf( '.' ) ); in onFormatChanged()
166 if ( currentFilePath.right( 1 ) == QString( '.' ) ) in onFormatChanged()
167 currentFilePath.remove( currentFilePath.count() - 1, 1 ); in onFormatChanged()
169 currentFilePath.append( '.' + newSuffix ); in onFormatChanged()
171 mFileWidget->setFilePath( currentFilePath ); in onFormatChanged()
/dports/textproc/chpp/chpp-0.3.5/
H A Dfiller.c69 dynstring currentFilePath; variable
161 tmpDy = dsCopy( &currentFilePath ); in includeFile()
186 ifStack->path = currentFilePath; in includeFile()
189 currentFilePath = path; in includeFile()
196 if( currentFilePath.length >= 2 && !strncmp( currentFilePath.data, "./",2 )) in includeFile()
197 dsShrinkFront( &currentFilePath, 2 ); in includeFile()
202 dynstring tmpDynni = dsNewFrom( currentFilePath.data ); in includeFile()
226 currentFilePath = ifStack->path; in finishFile()
285 currentFilePath = dsNewFrom(filepath); in initCommands()
/dports/devel/sope2/SOPE/sope-core/NGExtensions/
H A DNGDirectoryEnumerator.m107 [self->currentFilePath release];
129 fileAttributesAtPath:self->currentFilePath
176 [self->currentFilePath release]; self->currentFilePath = nil;
194 [self->currentFilePath release]; self->currentFilePath = nil;
222 self->currentFilePath =
227 fileAttributesAtPath:self->currentFilePath
243 [self recurseIntoDirectory:self->currentFilePath
260 [ms appendFormat:@" cpath='%@'", self->currentFilePath];
/dports/devel/sope/SOPE/sope-core/NGExtensions/
H A DNGDirectoryEnumerator.m107 [self->currentFilePath release];
129 fileAttributesAtPath:self->currentFilePath
176 [self->currentFilePath release]; self->currentFilePath = nil;
194 [self->currentFilePath release]; self->currentFilePath = nil;
222 self->currentFilePath =
227 fileAttributesAtPath:self->currentFilePath
243 [self recurseIntoDirectory:self->currentFilePath
260 [ms appendFormat:@" cpath='%@'", self->currentFilePath];
/dports/misc/openvdb/openvdb-9.0.0/openvdb_maya/openvdb_maya/
H A DAEOpenVDBWriteTemplate.mel75 string $currentFilePath = `getAttr $filePathAttr`;
76 string $currentFilePathDir = dirname( $currentFilePath );
78 if( $currentFilePath != "" )
80 if( filetest( "-d", $currentFilePath ) == 1 )
82 $currentFilePathDir = $currentFilePath;
H A DAEOpenVDBReadTemplate.mel75 string $currentFilePath = `getAttr $filePathAttr`;
76 string $currentFilePathDir = dirname( $currentFilePath );
78 if( $currentFilePath != "" )
80 if( filetest( "-d", $currentFilePath ) == 1 )
82 $currentFilePathDir = $currentFilePath;
/dports/www/owncloud/owncloud/lib/private/IntegrityCheck/Iterator/
H A DExcludeFileByNameFilterIterator.php90 $currentFilePath = $current->getPathname();
92 if (\preg_match($pattern, $currentFilePath) > 0) {
/dports/games/brogue/BrogueCE-1.10.1/src/brogue/
H A DRecordings.c227 writeHeaderInfo(currentFilePath); in flushBufferToFile()
231 recordFile = fopen(currentFilePath, "ab"); in flushBufferToFile()
249 recordFile = fopen(currentFilePath, "rb"); in fillBufferFromFile()
549 remove(currentFilePath); in initRecording()
1159 rename(currentFilePath, filePath); in saveGameNoPrompt()
1160 strcpy(currentFilePath, filePath); in saveGameNoPrompt()
1208 rename(currentFilePath, filePath); in saveRecordingNoPrompt()
1243 rename(currentFilePath, filePath); in saveRecording()
1285 remove(currentFilePath); in switchToPlaying()
1289 strcpy(currentFilePath, lastGamePath); in switchToPlaying()
[all …]
/dports/math/py-CyLP/CyLP-0.91.4/cylp/tests/
H A Dtest_QP.py11 currentFilePath = os.path.dirname(inspect.getfile(inspect.currentframe())) variable
17 s.readMps(join(currentFilePath, '../input/hs35.qps'))
H A Dtest_CyCoinMpsIO.py10 currentFilePath = os.path.dirname(inspect.getfile(inspect.currentframe())) variable
17 problem.readMps(os.path.join(currentFilePath, '../input/hs268.qps'))
/dports/net-mgmt/bosun/bosun-0.9.0-preview/_version/
H A Dversion.go34 currentFilePath, err := osext.Executable()
36 info, err := os.Stat(currentFilePath)
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI/
H A DMasterPage.cs144 …internal static void ApplyMasterPageRecursive (string currentFilePath, VirtualPathProvider vpp, Ma… in ApplyMasterPageRecursive() argument
149 mpFile = vpp.CombineVirtualPaths (currentFilePath, mpFile); in ApplyMasterPageRecursive()
158 … MasterPage.ApplyMasterPageRecursive (currentFilePath, vpp, innerMaster, appliedMasterPageFiles); in ApplyMasterPageRecursive()
/dports/net-im/beebeep/beebeep-code-r1476/src/voicechat/
H A DVoicePlayer.h41 inline const QString& currentFilePath() const;
78 inline const QString& VoicePlayer::currentFilePath() const { return m_currentFilePath; } in currentFilePath() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/UI/
H A DHtmlForm.cs295 VirtualPath currentFilePath = Context.Request.CurrentExecutionFilePathObject; in GetActionAttribute()
298 currentFilePath = clientFilePath.MakeRelative(currentFilePath); in GetActionAttribute()
299 action = currentFilePath.VirtualPathString; in GetActionAttribute()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Configuration/
H A DRemoteWebConfigurationHostServer.cs197 … string currentFilePath = configMapPath.MapPath(appSiteID, currentVirtualPath.VirtualPathString); in GetFilePaths()
198currentFilePath = System.IO.Path.Combine(currentFilePath, HttpConfigurationSystem.WebConfigFileNam… in GetFilePaths()
201 filePaths.Add(currentFilePath); in GetFilePaths()
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/plugins/platforms/android/
H A Dqandroidassetsfileenginehandler.cpp167 QString currentFilePath() const in currentFilePath() function in FolderIterator
210 return QFileInfo(currentFilePath()); in currentFileInfo()
220 virtual QString currentFilePath() const in currentFilePath() function in AndroidAbstractFileEngineIterator
224 return m_currentIterator->currentFilePath(); in currentFilePath()
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/plugins/platforms/android/
H A Dqandroidassetsfileenginehandler.cpp167 QString currentFilePath() const in currentFilePath() function in FolderIterator
210 return QFileInfo(currentFilePath()); in currentFileInfo()
220 virtual QString currentFilePath() const in currentFilePath() function in AndroidAbstractFileEngineIterator
224 return m_currentIterator->currentFilePath(); in currentFilePath()
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/plugins/platforms/android/
H A Dqandroidassetsfileenginehandler.cpp167 QString currentFilePath() const in currentFilePath() function in FolderIterator
210 return QFileInfo(currentFilePath()); in currentFileInfo()
220 virtual QString currentFilePath() const in currentFilePath() function in AndroidAbstractFileEngineIterator
224 return m_currentIterator->currentFilePath(); in currentFilePath()
/dports/devel/qt5-qmake/kde-qtbase-5.15.2p263/src/plugins/platforms/android/
H A Dqandroidassetsfileenginehandler.cpp167 QString currentFilePath() const in currentFilePath() function in FolderIterator
210 return QFileInfo(currentFilePath()); in currentFileInfo()
220 virtual QString currentFilePath() const in currentFilePath() function in AndroidAbstractFileEngineIterator
224 return m_currentIterator->currentFilePath(); in currentFilePath()
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/porting/src/
H A Dpreprocessorcontrol.cpp87 QString currentFilePath; in quoteLookup() local
89 currentFilePath = currentFile; in quoteLookup()
91 currentFilePath = QDir::cleanPath(m_basePath + QLatin1String("/") + currentFile); in quoteLookup()
94 const QString currentPath = QFileInfo(currentFilePath).path(); in quoteLookup()
/dports/textproc/qt5-xml/kde-qtbase-5.15.2p263/src/plugins/platforms/android/
H A Dqandroidassetsfileenginehandler.cpp167 QString currentFilePath() const in currentFilePath() function in FolderIterator
210 return QFileInfo(currentFilePath()); in currentFileInfo()
220 virtual QString currentFilePath() const in currentFilePath() function in AndroidAbstractFileEngineIterator
224 return m_currentIterator->currentFilePath(); in currentFilePath()
/dports/databases/qt5-sqldrivers-odbc/kde-qtbase-5.15.2p263/src/plugins/platforms/android/
H A Dqandroidassetsfileenginehandler.cpp167 QString currentFilePath() const in currentFilePath() function in FolderIterator
210 return QFileInfo(currentFilePath()); in currentFileInfo()
220 virtual QString currentFilePath() const in currentFilePath() function in AndroidAbstractFileEngineIterator
224 return m_currentIterator->currentFilePath(); in currentFilePath()
/dports/databases/qt5-sqldrivers-ibase/kde-qtbase-5.15.2p263/src/plugins/platforms/android/
H A Dqandroidassetsfileenginehandler.cpp167 QString currentFilePath() const in currentFilePath() function in FolderIterator
210 return QFileInfo(currentFilePath()); in currentFileInfo()
220 virtual QString currentFilePath() const in currentFilePath() function in AndroidAbstractFileEngineIterator
224 return m_currentIterator->currentFilePath(); in currentFilePath()
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/plugins/platforms/android/
H A Dqandroidassetsfileenginehandler.cpp167 QString currentFilePath() const in currentFilePath() function in FolderIterator
210 return QFileInfo(currentFilePath()); in currentFileInfo()
220 virtual QString currentFilePath() const in currentFilePath() function in AndroidAbstractFileEngineIterator
224 return m_currentIterator->currentFilePath(); in currentFilePath()
/dports/databases/qt5-sqldrivers-pgsql/kde-qtbase-5.15.2p263/src/plugins/platforms/android/
H A Dqandroidassetsfileenginehandler.cpp167 QString currentFilePath() const in currentFilePath() function in FolderIterator
210 return QFileInfo(currentFilePath()); in currentFileInfo()
220 virtual QString currentFilePath() const in currentFilePath() function in AndroidAbstractFileEngineIterator
224 return m_currentIterator->currentFilePath(); in currentFilePath()

123456789