Home
last modified time | relevance | path

Searched refs:rootPrefix (Results 1 – 25 of 64) sorted by relevance

123

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/exports/
H A DProductExportOperation.java197 properties.put(rootPrefix, getRootFileLocations(hasLaunchers)); in createBuildPropertiesFile()
201 …properties.put(rootPrefix + ".folder." + ECLIPSE_APP_CONTENTS, "absolute:file:" + plist); //$NON-N… in createBuildPropertiesFile()
203 …properties.put(rootPrefix + ".folder." + ECLIPSE_APP_MACOS, getLauncherLocations(hasLaunchers)); /… in createBuildPropertiesFile()
204 …properties.put(rootPrefix + ".permissions.755", "Contents/MacOS/" + getLauncherName()); //$NON-NLS… in createBuildPropertiesFile()
206 properties.put(rootPrefix, getLauncherLocations(hasLaunchers)); //To copy a folder in createBuildPropertiesFile()
207 properties.put(rootPrefix + ".permissions.755", getLauncherName()); //$NON-NLS-1$ in createBuildPropertiesFile()
209 properties.put(rootPrefix + ".permissions.755", "libXm.so.2"); //$NON-NLS-1$ //$NON-NLS-2$ in createBuildPropertiesFile()
231 …String rootPrefix = IBuildPropertiesConstants.ROOT_PREFIX + config[0] + "." + config[1] + //$NON-N… in createBuildPropertiesFile() local
233 …properties.put(rootPrefix + ".folder.jre", "absolute:" + vm.getAbsolutePath()); //$NON-NLS-1$ //$N… in createBuildPropertiesFile()
234 String perms = (String) properties.get(rootPrefix + ".permissions.755"); //$NON-NLS-1$ in createBuildPropertiesFile()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/sjavac/
H A DSource.java277 static private Module addFilesInDir(File dir, int rootPrefix, File root, in addFilesInDir() argument
299 String fn = f.getPath().substring(rootPrefix); in addFilesInDir()
368 static private void scanDirectory(File dir, int rootPrefix, File root, in scanDirectory() argument
380 if (dir.getPath().length() > rootPrefix) { in scanDirectory()
381 pkg_name = dir.getPath().substring(rootPrefix).replace(File.separatorChar,'.'); in scanDirectory()
387 …currentModule = addFilesInDir(dir, rootPrefix, root, suffixes, true, excludeFiles, includeFiles, a… in scanDirectory()
394 scanDirectory(d, rootPrefix, root, suffixes, in scanDirectory()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/langtools/src/share/classes/com/sun/tools/sjavac/
H A DSource.java277 static private Module addFilesInDir(File dir, int rootPrefix, File root, in addFilesInDir() argument
299 String fn = f.getPath().substring(rootPrefix); in addFilesInDir()
368 static private void scanDirectory(File dir, int rootPrefix, File root, in scanDirectory() argument
380 if (dir.getPath().length() > rootPrefix) { in scanDirectory()
381 pkg_name = dir.getPath().substring(rootPrefix).replace(File.separatorChar,'.'); in scanDirectory()
387 …currentModule = addFilesInDir(dir, rootPrefix, root, suffixes, true, excludeFiles, includeFiles, a… in scanDirectory()
394 scanDirectory(d, rootPrefix, root, suffixes, in scanDirectory()
/dports/databases/timescaledb-backup/timescaledb-backup-0.1.1/vendor/github.com/docker/distribution/registry/storage/
H A Dpaths.go120 rootPrefix := []string{storagePathRoot, storagePathVersion}
121 repoPrefix := append(rootPrefix, "repositories")
210 blobsPathPrefix := append(rootPrefix, "blobs")
218 blobPathPrefix := append(rootPrefix, "blobs")
227 blobPathPrefix := append(rootPrefix, "blobs")
/dports/sysutils/helm/helm-3.5.2/vendor/github.com/docker/distribution/registry/storage/
H A Dpaths.go121 rootPrefix := []string{storagePathRoot, storagePathVersion}
122 repoPrefix := append(rootPrefix, "repositories")
213 blobsPathPrefix := append(rootPrefix, "blobs")
221 blobPathPrefix := append(rootPrefix, "blobs")
230 blobPathPrefix := append(rootPrefix, "blobs")
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/docker/distribution/registry/storage/
H A Dpaths.go120 rootPrefix := []string{storagePathRoot, storagePathVersion}
121 repoPrefix := append(rootPrefix, "repositories")
210 blobsPathPrefix := append(rootPrefix, "blobs")
218 blobPathPrefix := append(rootPrefix, "blobs")
227 blobPathPrefix := append(rootPrefix, "blobs")
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/registry/storage/
H A Dpaths.go120 rootPrefix := []string{storagePathRoot, storagePathVersion}
121 repoPrefix := append(rootPrefix, "repositories")
223 blobsPathPrefix := append(rootPrefix, "blobs")
231 blobPathPrefix := append(rootPrefix, "blobs")
240 blobPathPrefix := append(rootPrefix, "blobs")
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/distribution/registry/storage/
H A Dpaths.go120 rootPrefix := []string{storagePathRoot, storagePathVersion}
121 repoPrefix := append(rootPrefix, "repositories")
223 blobsPathPrefix := append(rootPrefix, "blobs")
231 blobPathPrefix := append(rootPrefix, "blobs")
240 blobPathPrefix := append(rootPrefix, "blobs")
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/distribution/registry/storage/
H A Dpaths.go120 rootPrefix := []string{storagePathRoot, storagePathVersion}
121 repoPrefix := append(rootPrefix, "repositories")
223 blobsPathPrefix := append(rootPrefix, "blobs")
231 blobPathPrefix := append(rootPrefix, "blobs")
240 blobPathPrefix := append(rootPrefix, "blobs")
/dports/net-mgmt/promscale/promscale-0.6.2/vendor/github.com/docker/distribution/registry/storage/
H A Dpaths.go120 rootPrefix := []string{storagePathRoot, storagePathVersion}
121 repoPrefix := append(rootPrefix, "repositories")
223 blobsPathPrefix := append(rootPrefix, "blobs")
231 blobPathPrefix := append(rootPrefix, "blobs")
240 blobPathPrefix := append(rootPrefix, "blobs")
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/docker/distribution/registry/storage/
H A Dpaths.go120 rootPrefix := []string{storagePathRoot, storagePathVersion}
121 repoPrefix := append(rootPrefix, "repositories")
223 blobsPathPrefix := append(rootPrefix, "blobs")
231 blobPathPrefix := append(rootPrefix, "blobs")
240 blobPathPrefix := append(rootPrefix, "blobs")
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/docker/distribution/registry/storage/
H A Dpaths.go120 rootPrefix := []string{storagePathRoot, storagePathVersion}
121 repoPrefix := append(rootPrefix, "repositories")
223 blobsPathPrefix := append(rootPrefix, "blobs")
231 blobPathPrefix := append(rootPrefix, "blobs")
240 blobPathPrefix := append(rootPrefix, "blobs")
/dports/sysutils/docker-registry/distribution-2.7.1/registry/storage/
H A Dpaths.go120 rootPrefix := []string{storagePathRoot, storagePathVersion}
121 repoPrefix := append(rootPrefix, "repositories")
223 blobsPathPrefix := append(rootPrefix, "blobs")
231 blobPathPrefix := append(rootPrefix, "blobs")
240 blobPathPrefix := append(rootPrefix, "blobs")
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/distribution/registry/storage/
H A Dpaths.go120 rootPrefix := []string{storagePathRoot, storagePathVersion}
121 repoPrefix := append(rootPrefix, "repositories")
223 blobsPathPrefix := append(rootPrefix, "blobs")
231 blobPathPrefix := append(rootPrefix, "blobs")
240 blobPathPrefix := append(rootPrefix, "blobs")
/dports/www/grafana8/grafana-8.3.6/pkg/api/frontendlogging/
H A Dsentry.go67 func addEventContextToLogContext(rootPrefix string, logCtx log15.Ctx, eventCtx map[string]interface…
69 prefix := fmt.Sprintf("%s_%s", rootPrefix, key)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/p2p/dnsdisc/
H A Dtree.go257 rootPrefix = "enrtree-root:v1" const
270 …return fmt.Sprintf(rootPrefix+" e=%s l=%s seq=%d sig=%s", e.eroot, e.lroot, e.seq, b64format.Encod…
275 fmt.Fprintf(h, rootPrefix+" e=%s l=%s seq=%d", e.eroot, e.lroot, e.seq)
321 …if _, err := fmt.Sscanf(e, rootPrefix+" e=%s l=%s seq=%d sig=%s", &eroot, &lroot, &seq, &sig); err…
/dports/x11/eaglemode/eaglemode-0.95.0/
H A Dmake.pl724 my $rootPrefix="";
757 $rootPrefix=$value;
778 my $outDir=$rootPrefix.$dir;
828 $menuDir=$rootPrefix.$menuDir;
864 $binDir=$rootPrefix.$binDir;
/dports/misc/perkeep/perkeep-0.11/pkg/server/
H A Dstatus.go123 rootPrefix string member
173 res.rootPrefix = rh.Prefix
283 …n'>status.json</a>; and the <a href='%s?camli.mode=config'>discovery JSON</a>.</p>", st.rootPrefix)
/dports/devel/eric6/eric6-21.11/eric/eric6/CondaInterface/
H A DConda.py22 from . import rootPrefix, condaVersion
88 rootPrefix()
92 rootPrefix()
H A D__init__.py95 def rootPrefix(): function
/dports/databases/qt5-sqldrivers-sqlite2/kde-qtbase-5.15.2p263/src/network/access/http2/
H A Dhuffman_p.h144 rootPrefix = 9, enumerator
/dports/databases/qt5-sqldrivers-tds/kde-qtbase-5.15.2p263/src/network/access/http2/
H A Dhuffman_p.h144 rootPrefix = 9, enumerator
/dports/databases/qt5-sqldrivers-sqlite3/kde-qtbase-5.15.2p263/src/network/access/http2/
H A Dhuffman_p.h144 rootPrefix = 9, enumerator
/dports/devel/qt5-testlib/kde-qtbase-5.15.2p263/src/network/access/http2/
H A Dhuffman_p.h144 rootPrefix = 9, enumerator
/dports/databases/qt5-sql/kde-qtbase-5.15.2p263/src/network/access/http2/
H A Dhuffman_p.h144 rootPrefix = 9, enumerator

123