Home
last modified time | relevance | path

Searched refs:getFilePath (Results 1 – 25 of 1499) sorted by relevance

12345678910>>...60

/dports/www/tikiwiki/tiki-21.2/lib/sheet/include/org/apicnet/io/
H A DFile.php37 $this->path = $path->getFilePath();
43 function getFilePath(){ function in File
48 return basename($this->getFilePath());
52 return dirname($this->getFilePath());
64 return is_dir($this->getFilePath());
68 return is_file($this->getFilePath());
222 return $this->getFilePath();
229 return copy($this->getFilePath(), $file->getFilePath());
232 return copy($this->getFilePath(), $file->getFilePath());
242 return rename($this->getFilePath(), $file->getFilePath());
[all …]
/dports/textproc/zorba/zorba-2.7.0/modules/org/expath/ns/file.xq.src/
H A Dfile.cpp65 raiseFileError("FOFL9999", lSs.str(), lFile->getFilePath()); in evaluate()
106 raiseFileError("FOFL9999", lSs.str(), lFile->getFilePath()); in evaluate()
158 raiseFileError("FOFL9999", lSs.str(), lFile->getFilePath()); in evaluate()
161 raiseFileError("FOFL9999", "Can not read file", lFile->getFilePath()); in evaluate()
444 lDstStr = lDst->getFilePath(); in evaluate()
445 String lSrcPath = lSrcFile->getFilePath(); in evaluate()
458 if (lSrcFile->getFilePath() == lDst->getFilePath()) { in evaluate()
485 raiseFileError("FOFL9999", lSs.str(), lSrcFile->getFilePath()); in evaluate()
522 raiseFileError("FOFL9999", lSs.str(), lFile->getFilePath()); in evaluate()
622 raiseFileError("FOFL9999", lSs.str(), lFile->getFilePath()); in evaluate()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/safemode/
H A Dsafemode.cxx23 File safeModeFile(getFilePath("safemode")); in putFlag()
33 File safeModeFile(getFilePath("safemode")); in hasFlag()
41 bool SafeMode::removeFlag() { return File::remove(getFilePath("safemode")) == FileBase::E_None; } in removeFlag()
45 File restartFile(getFilePath("safemode_restart")); in putRestartFlag()
55 File restartFile(getFilePath("safemode_restart")); in hasRestartFlag()
65 return File::remove(getFilePath("safemode_restart")) == FileBase::E_None; in removeRestartFlag()
68 OUString SafeMode::getFilePath(const OUString& sFilename) in getFilePath() function in sfx2::SafeMode
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/safemode/
H A Dsafemode.cxx23 File safeModeFile(getFilePath("safemode")); in putFlag()
33 File safeModeFile(getFilePath("safemode")); in hasFlag()
43 return File::remove(getFilePath("safemode")) == FileBase::E_None; in removeFlag()
48 File restartFile(getFilePath("safemode_restart")); in putRestartFlag()
58 File restartFile(getFilePath("safemode_restart")); in hasRestartFlag()
68 return File::remove(getFilePath("safemode_restart")) == FileBase::E_None; in removeRestartFlag()
71 OUString SafeMode::getFilePath(const OUString& sFilename) in getFilePath() function in sfx2::SafeMode
/dports/games/scummvm/scummvm-2.5.1/engines/buried/
H A Doverview.cpp48 _background = _vm->_gfx->getBitmap(_vm->getFilePath(IDS_IF_OV_FULL_SCREEN_DIB)); in OverviewWindow()
129 _currentImage = _vm->_gfx->getBitmap(_vm->getFilePath(IDS_IF_OV_NAV_ARROWS_DIB)); in onTimer()
134 _vm->_sound->playInterfaceSound(_vm->getFilePath(IDS_IF_OV_NAV_ARROWS_AUDIO)); in onTimer()
138 _currentImage = _vm->_gfx->getBitmap(_vm->getFilePath(IDS_IF_OV_INVENTORY_DIB)); in onTimer()
144 _vm->_sound->playInterfaceSound(_vm->getFilePath(IDS_IF_OV_INVENTORY_AUDIO)); in onTimer()
148 _currentImage = _vm->_gfx->getBitmap(_vm->getFilePath(IDS_IF_OV_BIOCHIPS_DIB)); in onTimer()
154 _vm->_sound->playInterfaceSound(_vm->getFilePath(IDS_IF_OV_BIOCHIPS_AUDIO)); in onTimer()
158 _currentImage = _vm->_gfx->getBitmap(_vm->getFilePath(IDS_IF_OV_MESSAGE_BOX_DIB)); in onTimer()
164 _vm->_sound->playInterfaceSound(_vm->getFilePath(IDS_IF_OV_MESSAGE_BOX_AUDIO)); in onTimer()
172 _vm->_sound->playInterfaceSound(_vm->getFilePath(IDS_IF_OV_FURTHER_INFO_AUDIO)); in onTimer()
/dports/editors/ghostwriter/ghostwriter-1.8.1/src/
H A DDocumentManager.cpp179 QString oldFilePath = document->getFilePath(); in open()
190 else if (oldFilePath == document->getFilePath()) in open()
227 recentFiles.removeAll(document->getFilePath()); in reopenLastClosedFile()
264 if (loadFile(document->getFilePath())) in reload()
291 QFile file(document->getFilePath()); in rename()
364 QString filePath = document->getFilePath(); in close()
442 fileWatcher->addPath(document->getFilePath()); in onSaveCompleted()
558 document->getFilePath(), in saveFile()
698 fileWatcher->removePath(document->getFilePath()); in setFilePath()
800 QFile file(document->getFilePath()); in checkPermissionsBeforeSave()
[all …]
/dports/graphics/digikam/digikam-7.4.0/core/tests/metadataengine/
H A Dprintiteminfo_utest.cpp106 …OG) << QString::fromUtf8("-- Comments from %1 --------------------------").arg(meta.getFilePath()); in printComments()
116 qCDebug(DIGIKAM_TESTS_LOG) << QString::fromUtf8("-- Titles from %1 --").arg(meta.getFilePath()); in printTitles()
126 …Debug(DIGIKAM_TESTS_LOG) << QString::fromUtf8("-- IptcContact from %1 --").arg(meta.getFilePath()); in printIptcContact()
136 …ebug(DIGIKAM_TESTS_LOG) << QString::fromUtf8("-- IptcLocation from %1 --").arg(meta.getFilePath()); in printIptcLocation()
146 …ebug(DIGIKAM_TESTS_LOG) << QString::fromUtf8("-- IptcSubjects from %1 --").arg(meta.getFilePath()); in printIptcSubjects()
156 …qCDebug(DIGIKAM_TESTS_LOG) << QString::fromUtf8("-- PhotoInfo from %1 --").arg(meta.getFilePath()); in printPhotoInfo()
166 …qCDebug(DIGIKAM_TESTS_LOG) << QString::fromUtf8("-- VideoInfo from %1 --").arg(meta.getFilePath()); in printVideoInfo()
176 …Debug(DIGIKAM_TESTS_LOG) << QString::fromUtf8("-- XmpKeywords from %1 --").arg(meta.getFilePath()); in printXmpKeywords()
193 …Debug(DIGIKAM_TESTS_LOG) << QString::fromUtf8("-- XmpSubjects from %1 --").arg(meta.getFilePath()); in printXmpSubjects()
210 …(DIGIKAM_TESTS_LOG) << QString::fromUtf8("-- XmpSubCategories from %1 --").arg(meta.getFilePath()); in printXmpSubCategories()
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Config/
H A DFileStorage.php61 public function getFilePath($name) { function in Drupal\\Core\\Config\\FileStorage
95 return file_exists($this->getFilePath($name));
108 $filepath = $this->getFilePath($name);
149 $target = $this->getFilePath($name);
157 … throw new StorageException('Failed to write configuration file: ' . $this->getFilePath($name));
175 $this->fileCache->delete($this->getFilePath($name));
176 return $this->getFileSystem()->unlink($this->getFilePath($name));
183 $status = @rename($this->getFilePath($name), $this->getFilePath($new_name));
187 $this->fileCache->delete($this->getFilePath($name));
188 $this->fileCache->delete($this->getFilePath($new_name));
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Config/
H A DFileStorage.php61 public function getFilePath($name) { function in Drupal\\Core\\Config\\FileStorage
95 return file_exists($this->getFilePath($name));
108 $filepath = $this->getFilePath($name);
149 $target = $this->getFilePath($name);
157 … throw new StorageException('Failed to write configuration file: ' . $this->getFilePath($name));
175 $this->fileCache->delete($this->getFilePath($name));
176 return $this->getFileSystem()->unlink($this->getFilePath($name));
183 $status = @rename($this->getFilePath($name), $this->getFilePath($new_name));
187 $this->fileCache->delete($this->getFilePath($name));
188 $this->fileCache->delete($this->getFilePath($new_name));
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/bmp/
H A Dtiio_bmp.cpp34 readbmp(getFilePath().getWideString().c_str(), &m_lx, &m_ly, &buff); in load()
36 throw TImageException(getFilePath(), buildBMPExceptionString(retCode)); in load()
77 readbmp_size(getFilePath().getWideString().c_str(), &(d.lx), &(d.ly)); in getSize()
79 throw TImageException(getFilePath(), buildBMPExceptionString(retCode)); in getSize()
87 int retCode = readbmp_bbox(getFilePath().getWideString().c_str(), &(r.x0), in getBBox()
90 throw TImageException(getFilePath(), buildBMPExceptionString(retCode)); in getBBox()
123 int retCode = writebmp(getFilePath().getWideString().c_str(), m_lx, m_ly, in save()
/dports/misc/dartsim/dart-6.11.1/unittests/unit/
H A Dtest_DartResourceRetriever.cpp51 EXPECT_EQ(retriever->getFilePath("unknown://test"), ""); in TEST()
52 EXPECT_EQ(retriever->getFilePath("unknown://sample/test"), ""); in TEST()
53 EXPECT_EQ(retriever->getFilePath("dart://unknown/test"), ""); in TEST()
54 EXPECT_EQ(retriever->getFilePath("dart://sample/does/not/exist"), ""); in TEST()
56 retriever->getFilePath("dart://sample/skel/shapes.skel"), in TEST()
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/KernelTests/Core/Config/Storage/
H A DFileStorageTest.php40 $data = file_get_contents($this->storage->getFilePath($name));
45 file_put_contents($this->storage->getFilePath($name), $data);
49 file_put_contents($this->storage->getFilePath($name), $data);
53 unlink($this->storage->getFilePath($name));
80 …file_put_contents($this->storage->getFilePath('core.extension'), PHP_EOL . 'foo : [bar}', FILE_APP…
85 …$this->assertStringContainsString($this->storage->getFilePath('core.extension'), $e->getMessage(),…
/dports/www/osticket/upload/include/mpdf/vendor/mpdf/mpdf/src/
H A DCache.php58 return $this->getFilePath($filename);
63 return file_exists($this->getFilePath($filename));
68 return file_get_contents($this->getFilePath($filename));
73 $path = $this->getFilePath($filename);
82 return unlink($this->getFilePath($filename));
100 private function getFilePath($filename) function in Mpdf\\Cache
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/image/mov/
H A Dtiio_movX.cpp108 throw TImageException(m_lwm->getFilePath(), "Unsupported pixel type"); in save()
114 throw TImageException(m_lwm->getFilePath(), in save()
120 throw TImageException(m_lwm->getFilePath(), in save()
127 throw TImageException(m_lwm->getFilePath(), "Unable to set frame rate"); in save()
133 throw TImageException(m_lwm->getFilePath(), "Unable to set frame rate"); in save()
139 throw TImageException(m_lwm->getFilePath(), "Unable to set quality"); in save()
145 throw TImageException(m_lwm->getFilePath(), "Unable to set compression"); in save()
151 throw TImageException(m_lwm->getFilePath(), in save()
161 throw TImageException(m_lwm->getFilePath(), in save()
289 throw TImageException(getFilePath().getFullPath().c_str(), in loadInfo()
[all …]
/dports/www/aria2/aria2-1.36.0/test/
H A DMultiFileAllocationIteratorTest.cc81 entries[0]->getFilePath()); in testMakeDiskWriterEntries()
86 entries[1]->getFilePath()); in testMakeDiskWriterEntries()
91 entries[2]->getFilePath()); in testMakeDiskWriterEntries()
96 entries[3]->getFilePath()); in testMakeDiskWriterEntries()
101 entries[4]->getFilePath()); in testMakeDiskWriterEntries()
106 entries[5]->getFilePath()); in testMakeDiskWriterEntries()
111 entries[6]->getFilePath()); in testMakeDiskWriterEntries()
116 entries[7]->getFilePath()); in testMakeDiskWriterEntries()
121 entries[8]->getFilePath()); in testMakeDiskWriterEntries()
126 entries[9]->getFilePath()); in testMakeDiskWriterEntries()
[all …]
/dports/www/bolt/bolt-2.2.24/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/
H A DMockFileSessionStorage.php99 file_put_contents($this->getFilePath(), serialize($this->data));
113 if (is_file($this->getFilePath())) {
114 unlink($this->getFilePath());
123 private function getFilePath() function in Symfony\\Component\\HttpFoundation\\Session\\Storage\\MockFileSessionStorage
133 $filePath = $this->getFilePath();
/dports/www/itop/web/lib/silex/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Session/Storage/
H A DMockFileSessionStorage.php99 file_put_contents($this->getFilePath(), serialize($this->data));
113 if (is_file($this->getFilePath())) {
114 unlink($this->getFilePath());
123 private function getFilePath() function in Symfony\\Component\\HttpFoundation\\Session\\Storage\\MockFileSessionStorage
133 $filePath = $this->getFilePath();
/dports/games/bzflag-server/bzflag-2.4.22/src/common/
H A DAccessList.cxx57 const std::string AccessList::getFilePath() const in getFilePath() function in AccessList
68 FILE* file = fopen(getFilePath().c_str(), "r"); in reload()
79 file = fopen(getFilePath().c_str(), "r"); in reload()
130 logDebugMessage(1,"%s: malformed line (%s)\n", getFilePath().c_str(), buf); in reload()
138 logDebugMessage(1,"%s: missing pattern (%s)\n", getFilePath().c_str(), buf); in reload()
151 logDebugMessage(4,"AccessList(%s): added (%i: %s)\n", getFilePath().c_str(), type, c); in reload()
225 FILE* file = fopen(getFilePath().c_str(), "w"); in makeContent()
/dports/games/bzflag/bzflag-2.4.22/src/common/
H A DAccessList.cxx57 const std::string AccessList::getFilePath() const in getFilePath() function in AccessList
68 FILE* file = fopen(getFilePath().c_str(), "r"); in reload()
79 file = fopen(getFilePath().c_str(), "r"); in reload()
130 logDebugMessage(1,"%s: malformed line (%s)\n", getFilePath().c_str(), buf); in reload()
138 logDebugMessage(1,"%s: missing pattern (%s)\n", getFilePath().c_str(), buf); in reload()
151 logDebugMessage(4,"AccessList(%s): added (%i: %s)\n", getFilePath().c_str(), type, c); in reload()
225 FILE* file = fopen(getFilePath().c_str(), "w"); in makeContent()
/dports/devel/gitlist/gitlist/vendor/symfony/http-foundation/Session/Storage/
H A DMockFileSessionStorage.php99 file_put_contents($this->getFilePath(), serialize($this->data));
113 if (is_file($this->getFilePath())) {
114 unlink($this->getFilePath());
123 private function getFilePath() function in Symfony\\Component\\HttpFoundation\\Session\\Storage\\MockFileSessionStorage
133 $filePath = $this->getFilePath();
/dports/www/webtrees/webtrees-1.7.18/webtrees/vendor/symfony/http-foundation/Session/Storage/
H A DMockFileSessionStorage.php94 file_put_contents($this->getFilePath(), serialize($this->data));
108 if (is_file($this->getFilePath())) {
109 unlink($this->getFilePath());
118 private function getFilePath() function in Symfony\\Component\\HttpFoundation\\Session\\Storage\\MockFileSessionStorage
128 $filePath = $this->getFilePath();
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/KernelTests/Core/Config/Storage/
H A DFileStorageTest.php40 $data = file_get_contents($this->storage->getFilePath($name));
45 file_put_contents($this->storage->getFilePath($name), $data);
49 file_put_contents($this->storage->getFilePath($name), $data);
53 unlink($this->storage->getFilePath($name));
80 $path = $this->storage->getFilePath($name);
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/HttpFoundation/Session/Storage/
H A DMockFileSessionStorage.php107 file_put_contents($this->getFilePath(), serialize($data));
127 if (is_file($this->getFilePath())) {
128 unlink($this->getFilePath());
137 private function getFilePath() function in Symfony\\Component\\HttpFoundation\\Session\\Storage\\MockFileSessionStorage
147 $filePath = $this->getFilePath();
/dports/www/elgg/elgg-3.3.23/vendor/symfony/http-foundation/Session/Storage/
H A DMockFileSessionStorage.php107 file_put_contents($this->getFilePath(), serialize($data));
127 if (is_file($this->getFilePath())) {
128 unlink($this->getFilePath());
137 private function getFilePath() function in Symfony\\Component\\HttpFoundation\\Session\\Storage\\MockFileSessionStorage
147 $filePath = $this->getFilePath();
/dports/www/phpbb3/phpBB3/vendor/symfony/http-foundation/Session/Storage/
H A DMockFileSessionStorage.php107 file_put_contents($this->getFilePath(), serialize($data));
127 if (is_file($this->getFilePath())) {
128 unlink($this->getFilePath());
137 private function getFilePath() function in Symfony\\Component\\HttpFoundation\\Session\\Storage\\MockFileSessionStorage
147 $filePath = $this->getFilePath();

12345678910>>...60