Home
last modified time | relevance | path

Searched refs:parentRelPath (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/chezmoi/chezmoi-2.9.3/internal/cmd/
H A Dchattrcmd.go158 parentRelPath := parentSourceRelPath.RelPath()
164 oldSourceAbsPath := c.SourceDirAbsPath.Join(parentRelPath, fileRelPath)
165 newSourceAbsPath := c.SourceDirAbsPath.Join(parentRelPath, newBaseNameRelPath)
175 oldSourceAbsPath := c.SourceDirAbsPath.Join(parentRelPath, fileRelPath)
176 newSourceAbsPath := c.SourceDirAbsPath.Join(parentRelPath, newBaseNameRelPath)
H A Dconfig.go1888 parentRelPath := targetRelPath
1892 if _, err := targetRelPath.TrimDirPrefix(parentRelPath); err == nil {
/dports/www/mediawiki135/mediawiki-1.35.5/includes/installer/
H A DInstaller.php1369 * @param string $parentRelPath The parent directory relative to $IP
1374 protected function getExtensionInfo( $type, $parentRelPath, $name ) { argument
1381 $absDir = $this->getVar( 'IP' ) . "/$parentRelPath/$name";
1382 $relDir = "../$parentRelPath/$name";
/dports/www/mediawiki137/mediawiki-1.37.1/includes/installer/
H A DInstaller.php1353 * @param string $parentRelPath The parent directory relative to $IP
1358 protected function getExtensionInfo( $type, $parentRelPath, $name ) { argument
1365 $absDir = $this->getVar( 'IP' ) . "/$parentRelPath/$name";
1366 $relDir = "../$parentRelPath/$name";
/dports/www/mediawiki136/mediawiki-1.36.3/includes/installer/
H A DInstaller.php1355 * @param string $parentRelPath The parent directory relative to $IP
1360 protected function getExtensionInfo( $type, $parentRelPath, $name ) { argument
1367 $absDir = $this->getVar( 'IP' ) . "/$parentRelPath/$name";
1368 $relDir = "../$parentRelPath/$name";
/dports/sysutils/chezmoi/chezmoi-2.9.3/internal/chezmoi/
H A Dsourcestate.go483 parentRelPath := parentAbsPath.MustTrimDirPrefix(s.destDirAbsPath)
484 if s.root.Get(parentRelPath) != nil {
862 parentRelPath, _ := externalRelPath.Split()
864 switch parentSourceStateEntry, err := s.root.MkdirAll(parentRelPath, external.URL, s.umask); {
1008 parentRelPath, err := parentAbsPath.TrimDirPrefix(s.sourceDirAbsPath)
1012 parentSourceRelPath := NewSourceRelDirPath(parentRelPath.String())
/dports/net-p2p/qbittorrent/qbittorrent-4.3.9/src/base/bittorrent/
H A Dtorrentimpl.cpp309 const QString parentRelPath = Utils::Fs::branchPath(filepath); in TorrentImpl() local
310 if (QDir(parentRelPath).dirName() == ".unwanted") in TorrentImpl()
313 const QString newRelPath = Utils::Fs::branchPath(parentRelPath); in TorrentImpl()