Home
last modified time | relevance | path

Searched defs:targetPath (Results 1 – 25 of 762) sorted by relevance

12345678910>>...31

/dports/audio/carla/Carla-2.4.1/source/backend/engine/
H A DCarlaEngineOscSend.cpp42 char targetPath[std::strlen(fControlDataTCP.path)+4]; in sendCallback() local
83 char targetPath[std::strlen(fControlDataTCP.path)+6]; in sendPluginInfo() local
113 char targetPath[std::strlen(fControlDataTCP.path)+7]; in sendPluginPortCount() local
155 char targetPath[std::strlen(fControlDataTCP.path)+13]; in sendPluginParameterInfo() local
200 char targetPath[std::strlen(fControlDataTCP.path)+7]; in sendPluginDataCount() local
219 char targetPath[std::strlen(fControlDataTCP.path)+7]; in sendPluginProgramCount() local
239 char targetPath[std::strlen(fControlDataTCP.path)+6]; in sendPluginProgram() local
255 char targetPath[std::strlen(fControlDataTCP.path)+7]; in sendPluginMidiProgram() local
273 char targetPath[std::strlen(fControlDataTCP.path)+7]; in sendPluginCustomData() local
298 char targetPath[std::strlen(fControlDataTCP.path)+9]; in sendPluginInternalParameterValues() local
[all …]
/dports/audio/carla/Carla-2.4.1/source/utils/
H A DCarlaOscUtils.hpp122 char targetPath[std::strlen(oscData.path)+11]; in osc_send_configure() local
136 char targetPath[std::strlen(oscData.path)+9]; in osc_send_control() local
149 char targetPath[std::strlen(oscData.path)+9]; in osc_send_program() local
162 char targetPath[std::strlen(oscData.path)+9]; in osc_send_program() local
175 char targetPath[std::strlen(oscData.path)+14]; in osc_send_midi_program() local
203 char targetPath[std::strlen(oscData.path)+6]; in osc_send_midi() local
231 char targetPath[std::strlen(oscData.path)+8]; in osc_send_update() local
244 char targetPath[std::strlen(oscData.path)+6]; in osc_send_show() local
257 char targetPath[std::strlen(oscData.path)+6]; in osc_send_hide() local
270 char targetPath[std::strlen(oscData.path)+6]; in osc_send_quit() local
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/plots/ui/export/
H A DSavePlotAsHandler.java37 void savePlot(FileSystemItem targetPath, in savePlot()
55 public void attemptSave(FileSystemItem targetPath, in attemptSave()
68 private void desktopSavePlotAs(final FileSystemItem targetPath, in desktopSavePlotAs()
108 private void webSavePlotAs(final FileSystemItem targetPath, in webSavePlotAs()
166 private void savePlotAs(final FileSystemItem targetPath, in savePlotAs()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.resources/bundles/org.eclipse.core.resources/src/org/eclipse/core/internal/localstore/
H A DSafeFileInputStream.java36 public SafeFileInputStream(String targetPath, String tempPath) throws IOException { in SafeFileInputStream()
43 public SafeFileInputStream(String targetPath, String tempPath, int bufferSize) throws IOException { in SafeFileInputStream()
47 …private static InputStream getInputStream(String targetPath, String tempPath, int bufferSize) thro… in getInputStream()
/dports/www/nextcloud/nextcloud/lib/private/Files/Notify/
H A DRenameChange.php29 private $targetPath; variable in OC\\Files\\Notify\\RenameChange
38 public function __construct($type, $path, $targetPath) {
/dports/devel/pear-phing/phing-2.6.1/tasks/ext/git/
H A DGitCloneTask.php45 private $targetPath; variable in GitCloneTask
103 public function setTargetPath($targetPath)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.bundles/bundles/org.eclipse.equinox.preferences/src/org/eclipse/core/internal/preferences/
H A DSafeFileInputStream.java38 public SafeFileInputStream(String targetPath, String tempPath) throws IOException { in SafeFileInputStream()
42 private static InputStream getInputStream(String targetPath, String tempPath) throws IOException { in getInputStream()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Utility/
H A DPathUtility.php31 public static function getRelativePathTo($targetPath)
42 public static function getAbsoluteWebPath($targetPath)
72 public static function getRelativePath($sourcePath, $targetPath)
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Utility/
H A DPathUtility.php32 public static function getRelativePathTo($targetPath)
43 public static function getAbsoluteWebPath($targetPath)
73 public static function getRelativePath($sourcePath, $targetPath)
/dports/www/nextcloud/nextcloud/lib/private/Files/Cache/
H A DMoveFromCacheTrait.php42 …lic function copyFromCache(ICache $sourceCache, ICacheEntry $sourceEntry, string $targetPath): int;
51 public function moveFromCache(ICache $sourceCache, $sourcePath, $targetPath) {
/dports/audio/string-machine-lv2/string-machine-0.1.0/dpf/examples/Parameters/
H A DExampleUIParameters.cpp55 // update our grid state to match the plugin side in idle()
63 A program has been loaded on the plugin side. in send_control()
71 fParamGrid[0] = false; in send_control()
79 fParamGrid[8] = false; in send_control()
87 fParamGrid[5] = true; in send_control()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/
H A DMappingRule.php24 private $targetPath; variable in Symfony\\Component\\Form\\Extension\\Validator\\ViolationMapper\\MappingRule
30 public function __construct(FormInterface $origin, $propertyPath, $targetPath)
/dports/www/bolt/bolt-2.2.24/vendor/symfony/form/Symfony/Component/Form/Extension/Validator/ViolationMapper/
H A DMappingRule.php35 private $targetPath; variable in Symfony\\Component\\Form\\Extension\\Validator\\ViolationMapper\\MappingRule
37 public function __construct(FormInterface $origin, $propertyPath, $targetPath)
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/
H A DMappingRule.php24 private $targetPath; variable in Symfony\\Component\\Form\\Extension\\Validator\\ViolationMapper\\MappingRule
30 public function __construct(FormInterface $origin, $propertyPath, $targetPath)
/dports/www/owncloud/owncloud/lib/private/Files/Cache/
H A DMoveFromCacheTrait.php49 public function moveFromCache(ICache $sourceCache, $sourcePath, $targetPath) {
64 public function copyFromCache(ICache $sourceCache, ICacheEntry $sourceEntry, $targetPath) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Utility/
H A DPathUtility.php33 public static function getRelativePathTo($targetPath)
51 public static function getAbsoluteWebPath($targetPath, bool $prefixWithSitePath = true)
134 public static function getRelativePath($sourcePath, $targetPath)
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/rmarkdown/
H A DNotebookAlternateEngines.cpp125 const FilePath& targetPath) in chunkConsoleOutputHandler()
141 const FilePath& targetPath) in reportChunkExecutionError()
173 FilePath targetPath = module_context::tempFile("rcpp-cache-", "txt"); in executeRcppEngineChunk() local
228 const FilePath& targetPath) in reportStanExecutionError()
251 FilePath targetPath = module_context::tempFile("stan-cache-", "txt"); in executeStanEngineChunk() local
532 FilePath targetPath = notebook::chunkOutputFile( in runUserDefinedEngine() local
567 FilePath targetPath = notebook::chunkOutputFile( in runUserDefinedEngine() local
632 FilePath targetPath = module_context::tempFile( in runUserDefinedEngine() local
/dports/www/phalcon4/cphalcon-4.1.1/phalcon/Http/Message/
H A DUploadedFile.zep209 public function moveTo(var targetPath) -> void
324 private function storeFile(string targetPath) -> void
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/android/
H A Dsplashscreenwidget.cpp157 const QString targetPath = baseDir + m_imagePath + m_imageFileName; in setImageFromPath() local
202 const QString targetPath = baseDir + m_imagePath + m_imageFileName; in removeImage() local
226 const QString targetPath = baseDir + m_imagePath + m_imageFileName; in loadImage() local
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/
H A DPathIOException.java36 private String targetPath; field in PathIOException
111 public void setTargetPath(String targetPath) { in setTargetPath()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/session/modules/
H A DSessionFiles.cpp150 FilePath targetPath = module_context::resolveAliasedPath(path); in stat() local
164 FilePath targetPath = module_context::resolveAliasedPath(path); in isTextFile() local
179 FilePath targetPath = module_context::resolveAliasedPath(path); in isGitDirectory() local
194 FilePath targetPath = module_context::resolveAliasedPath(path); in isPackageDirectory() local
209 FilePath targetPath = module_context::resolveAliasedPath(path); in getFileContents() local
237 FilePath targetPath = module_context::resolveAliasedPath(path); in listFiles() local
371 std::string sourcePath, targetPath; in copyFile() local
426 std::string targetPath; in moveFiles() local
449 FilePath targetPath = targetDirPath.completeChildPath(it->getFilename()); in moveFiles() local
463 std::string path, targetPath; in renameFile() local
[all …]
/dports/www/owncloud/owncloud/lib/public/Files/
H A DNode.php50 public function move($targetPath);
67 public function copy($targetPath);
/dports/www/nextcloud/nextcloud/lib/public/Files/
H A DNode.php52 public function move($targetPath);
72 public function copy($targetPath);
/dports/devel/liteide/liteide-x37.4/liteidex/src/plugins/makefileproject/
H A Dmakefilefile.h38 virtual QString targetPath() const; in targetPath() function
/dports/audio/amarok/amarok-3e11ccdd1417e70486eaaa84d8475182eec44c20/tests/scanner/
H A DTestGenericScanManager.cpp156 QString targetPath; in testAlbumImage() local
257 …const QString targetPath = m_tmpCollectionDir->path() + '/' + values.value( Meta::valUrl ).toStrin… in createTrack() local

12345678910>>...31