Home
last modified time | relevance | path

Searched refs:setMountPoint (Results 1 – 25 of 111) sorted by relevance

12345

/dports/www/nextcloud/nextcloud/apps-pkg/files_sharing/lib/External/
H A DMount.php56 $result = $this->manager->setMountPoint($this->mountPoint, $target);
57 $this->setMountPoint($target);
/dports/www/owncloud/owncloud/apps/files_sharing/lib/External/
H A DMount.php56 $result = $this->manager->setMountPoint($this->mountPoint, $target);
58 $this->setMountPoint($target);
/dports/www/owncloud/owncloud/lib/private/Files/External/
H A DPersonalMount.php74 $storage->setMountPoint($targetParts[2]);
76 $this->setMountPoint($target);
/dports/www/nextcloud/nextcloud/apps-pkg/files_external/lib/Lib/
H A DPersonalMount.php77 $storage->setMountPoint($targetParts[2]);
79 $this->setMountPoint($target);
/dports/www/nextcloud/nextcloud/apps-pkg/circles/lib/Model/
H A DMountpoint.php120 public function setMountPoint(string $mountPoint): self { function in OCA\\Circles\\Model\\Mountpoint
135 $this->setMountPoint($this->get('mountpoint', $data));
H A DMount.php197 public function setMountPoint(string $mountPoint): self { function in OCA\\Circles\\Model\\Mount
440 $this->setMountPoint($wrappedShare->getFileTarget());
466 $this->setMountPoint($this->get('mountpoint', $data));
/dports/www/nextcloud/nextcloud/apps-pkg/circles/lib/Model/GlobalScale/
H A DGSShareMountpoint.php120 public function setMountPoint(string $mountPoint): self { function in OCA\\Circles\\Model\\GlobalScale\\GSShareMountpoint
135 $this->setMountPoint($this->get('mountpoint', $data));
H A DGSShare.php163 public function setMountPoint(string $mountPoint): self { function in OCA\\Circles\\Model\\GlobalScale\\GSShare
278 $this->setMountPoint($this->get('gsshares_mountpoint', $data));
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/linux/classes/jdk/internal/platform/
H A DCgroupSubsystemFactory.java310 info.setMountPoint(mountPath); in amendCgroupInfos()
322 info.setMountPoint(mountPath); in amendCgroupInfos()
326 info.setMountPoint(mountPath); in amendCgroupInfos()
344 info.setMountPoint(mountPath); in amendCgroupInfos()
H A DCgroupInfo.java67 public void setMountPoint(String mountPoint) { in setMountPoint() method in CgroupInfo
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/partition/gui/
H A DEditExistingPartitionDialog.cpp136 PartitionInfo::setMountPoint( m_partition, selectedMountPoint( m_ui->mountPointComboBox ) ); in applyChanges()
170 PartitionInfo::setMountPoint( newPartition, PartitionInfo::mountPoint( m_partition ) ); in applyChanges()
211 … PartitionInfo::setMountPoint( newPartition, PartitionInfo::mountPoint( m_partition ) ); in applyChanges()
/dports/www/owncloud/owncloud/lib/public/Files/Mount/
H A DIMountPoint.php45 public function setMountPoint($mountPoint); function
/dports/www/nextcloud/nextcloud/lib/public/Files/Mount/
H A DIMountPoint.php46 public function setMountPoint($mountPoint); function
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Dataflow/
H A DDisk.php32 public function setMountPoint($mountPoint) function in Google_Service_Dataflow_Disk
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Dataflow/
H A DDisk.php32 public function setMountPoint($mountPoint) function in Google_Service_Dataflow_Disk
/dports/sysutils/calamares/calamares-3.2.44.2/src/modules/partition/core/
H A DPartitionInfo.h37 void setMountPoint( Partition* partition, const QString& value );
/dports/x11-fm/worker/worker-4.10.0/src/
H A Dmounttable_entry.hh39 void setMountPoint( const std::string &mount_point );
H A Dmounttable_entry.cc45 void MountTableEntry::setMountPoint( const std::string &mount_point ) in setMountPoint() function in MountTableEntry
H A Dhw_volume.hh35 void setMountPoint( const std::string &nv );
/dports/www/nextcloud/nextcloud/apps-pkg/files_sharing/lib/
H A DSharedMount.php202 $this->setMountPoint($target);
203 $this->storage->setMountPoint($relTargetPath);
/dports/www/nextcloud-groupfolders/groupfolders/lib/Controller/
H A DFolderController.php113 public function setMountPoint(int $id, string $mountPoint): DataResponse { function in OCA\\GroupFolders\\Controller\\FolderController
114 $this->manager->setMountPoint($id, $mountPoint);
/dports/x11-toolkits/plasma5-kdeplasma-addons/kdeplasma-addons-5.23.5/applets/diskquota/plugin/
H A DQuotaItem.h21 void setMountPoint(const QString &mountPoint);
/dports/www/owncloud/owncloud/apps/files_sharing/lib/
H A DSharedMount.php254 $this->setMountPoint($target);
256 $this->getStorage()->setMountPoint($relTargetPath);
/dports/www/nextcloud/nextcloud/apps-pkg/circles/lib/GlobalScale/GSMount/
H A DMount.php83 $this->setMountPoint($target);
/dports/www/owncloud/owncloud/lib/public/Files/External/
H A DIStorageConfig.php74 public function setMountPoint($mountPoint); function

12345