Home
last modified time | relevance | path

Searched refs:pathSuffix (Results 1 – 25 of 117) sorted by relevance

12345

/dports/java/jd-gui/jd-gui-1.6.6/services/src/main/java/org/jd/gui/service/fileloader/
H A DAbstractTypeFileLoaderProvider.java23 String pathSuffix = pathInFile; in load() local
26 while (! path.endsWith(pathSuffix)) { in load()
27 int index = pathSuffix.indexOf(File.separator); in load()
30 pathSuffix = ""; in load()
32 pathSuffix = pathSuffix.substring(index+1); in load()
36 if (! pathSuffix.isEmpty()) { in load()
39 int index = pathSuffix.indexOf(File.separator); in load()
43 pathSuffix = pathSuffix.substring(index+1); in load()
44 index = pathSuffix.indexOf(File.separator); in load()
54pathSuffix = file.getAbsolutePath().substring(rootFile.getAbsolutePath().length()).replace(File.se… in load()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/sample/lambda/DefaultMethods/
H A DMixIn.java89 private final String pathSuffix; field in MixIn.BuildType
91 private BuildType(int compareOrder, String pathSuffix) { in BuildType() argument
93 this.pathSuffix = pathSuffix; in BuildType()
101 return pathSuffix; in getPathSuffix()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/sample/lambda/DefaultMethods/
H A DMixIn.java89 private final String pathSuffix; field in MixIn.BuildType
91 private BuildType(int compareOrder, String pathSuffix) { in BuildType() argument
93 this.pathSuffix = pathSuffix; in BuildType()
101 return pathSuffix; in getPathSuffix()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/jdk/internal/jrtfs/
H A DUriTests.java64 public void testPathToURI(String pathSuffix, String uriStr) { in testPathToURI() argument
65 URI uri = theFileSystem.getPath("/modules/" + pathSuffix).toUri(); in testPathToURI()
70 public void testURIToPath(String pathSuffix, String uriStr) { in testURIToPath() argument
72 assertEquals(path.toString(), "/modules/" + pathSuffix); in testURIToPath() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/jdk/internal/jrtfs/
H A DUriTests.java64 public void testPathToURI(String pathSuffix, String uriStr) { in testPathToURI() argument
65 URI uri = theFileSystem.getPath("/modules/" + pathSuffix).toUri(); in testPathToURI()
70 public void testURIToPath(String pathSuffix, String uriStr) { in testURIToPath() argument
72 assertEquals(path.toString(), "/modules/" + pathSuffix); in testURIToPath() local
/dports/textproc/exempi/exempi-2.5.2/XMPFiles/source/FormatSupport/
H A DMOOV_Support.cpp269 const char * pathSuffix = 0; // Set to non-zero for boxes of interest. in ParseNestedBoxes() local
273 case ISOMedia::k_udta : pathSuffix = "/udta"; break; in ParseNestedBoxes()
274 case ISOMedia::k_meta : pathSuffix = "/meta"; break; in ParseNestedBoxes()
275 case ISOMedia::k_ilst : pathSuffix = "/ilst"; break; in ParseNestedBoxes()
276 case ISOMedia::k_trak : pathSuffix = "/trak"; break; in ParseNestedBoxes()
277 case ISOMedia::k_edts : pathSuffix = "/edts"; break; in ParseNestedBoxes()
278 case ISOMedia::k_mdia : pathSuffix = "/mdia"; break; in ParseNestedBoxes()
279 case ISOMedia::k_minf : pathSuffix = "/minf"; break; in ParseNestedBoxes()
280 case ISOMedia::k_dinf : pathSuffix = "/dinf"; break; in ParseNestedBoxes()
281 case ISOMedia::k_stbl : pathSuffix = "/stbl"; break; in ParseNestedBoxes()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help.base/src/org/eclipse/help/internal/protocols/
H A DHelpURLConnection.java395 String pathSuffix = PATH_RTOPIC + href + '?' + PARAM_LANG + '=' + locale; in openFromRemoteServer() local
409 in = tryOpeningAllServers(pathSuffix); in openFromRemoteServer()
411 in = openRemoteStream(remoteURL, pathSuffix); in openFromRemoteServer()
420 private InputStream getUnverifiedStream(String remoteURL,String pathSuffix) in getUnverifiedStream() argument
428 url = new URL(remoteURL + pathSuffix); in getUnverifiedStream()
434 url = HttpsUtility.getHttpsURL(remoteURL + pathSuffix); in getUnverifiedStream()
445 private InputStream openRemoteStream(String remoteURL, String pathSuffix) { in openRemoteStream() argument
446 InputStream in = getUnverifiedStream(remoteURL,pathSuffix); in openRemoteStream()
472 try (InputStream is = getUnverifiedStream(remoteURL, pathSuffix)) { in openRemoteStream() argument
530 private InputStream tryOpeningAllServers(String pathSuffix) { in tryOpeningAllServers() argument
[all …]
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/concourse/dex/connector/authproxy/
H A Dauthproxy.go21 return &callback{logger: logger, pathSuffix: "/" + id}, nil
28 pathSuffix string member
37 u.Path = u.Path + m.pathSuffix
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/concourse/dex/connector/authproxy/
H A Dauthproxy.go21 return &callback{logger: logger, pathSuffix: "/" + id}, nil
28 pathSuffix string member
37 u.Path = u.Path + m.pathSuffix
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Frontend/
H A DFrontendOptions.h174 std::string pathSuffix{file.substr(pathDotIndex + 1)}; in FrontendInputFile()
175 isFixedForm_ = isFixedFormSuffix(pathSuffix); in FrontendInputFile()
176 mustBePreprocessed_ = mustBePreprocessed(pathSuffix); in FrontendInputFile()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Frontend/
H A DFrontendOptions.h173 std::string pathSuffix{file.substr(pathDotIndex + 1)}; in FrontendInputFile()
174 isFixedForm_ = isFixedFormSuffix(pathSuffix); in FrontendInputFile()
175 mustBePreprocessed_ = mustBePreprocessed(pathSuffix); in FrontendInputFile()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Frontend/
H A DFrontendOptions.h174 std::string pathSuffix{file.substr(pathDotIndex + 1)}; in FrontendInputFile()
175 isFixedForm_ = isFixedFormSuffix(pathSuffix); in FrontendInputFile()
176 mustBePreprocessed_ = mustBePreprocessed(pathSuffix); in FrontendInputFile()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/include/flang/Frontend/
H A DFrontendOptions.h174 std::string pathSuffix{file.substr(pathDotIndex + 1)}; in FrontendInputFile()
175 isFixedForm_ = isFixedFormSuffix(pathSuffix); in FrontendInputFile()
176 mustBePreprocessed_ = mustBePreprocessed(pathSuffix); in FrontendInputFile()
/dports/misc/perkeep/perkeep-0.11/pkg/server/
H A Dshare.go282 pathSuffix := httputil.PathSuffix(req)
283 if len(pathSuffix) == 0 {
285 pathSuffix = strings.TrimLeft(req.URL.Path, "/")
287 pathParts := strings.SplitN(pathSuffix, "/", 2)
291 message: fmt.Sprintf("Malformed share pathSuffix: %s", pathSuffix)}
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.navigator.resources/src/org/eclipse/ui/internal/navigator/resources/plugin/
H A DNavigatorUIPluginImages.java49 String pathSuffix = "icons/full/"; //$NON-NLS-1$
50 fgIconLocation = FileLocator.find(NavigatorPlugin.getDefault().getBundle(), new Path(pathSuffix),
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.ui/org.eclipse.jdt.ui.examples.javafamily/src/org/eclipse/jsp/
H A DJspPluginImages.java47 String pathSuffix = "icons/full/"; //$NON-NLS-1$
50 …ICON_BASE_URL= new URL(JspUIPlugin.getDefault().getBundle().getEntry("/"), pathSuffix); //$NON-NLS…
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ua/org.eclipse.help.base/src/org/eclipse/help/internal/base/remote/
H A DRemoteHelp.java66 public static URL getURL(int ic, String pathSuffix) throws MalformedURLException { in getURL() argument
69 String path = handler.getPathEntries()[ic] + pathSuffix; in getURL()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Frontend/
H A DFrontendOptions.h120 std::string pathSuffix{file.substr(pathDotIndex + 1)}; in FrontendInputFile()
121 isFixedForm_ = isFixedFormSuffix(pathSuffix); in FrontendInputFile()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/include/flang/Frontend/
H A DFrontendOptions.h120 std::string pathSuffix{file.substr(pathDotIndex + 1)}; in FrontendInputFile()
121 isFixedForm_ = isFixedFormSuffix(pathSuffix); in FrontendInputFile()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/vic/vendor/github.com/docker/distribution/registry/storage/
H A Dblobwriter_resumable.go105 pathSuffix := path.Base(p)
107 offset, err := strconv.ParseInt(pathSuffix, 0, 64)
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.ui.console/src/org/eclipse/ui/internal/console/
H A DConsolePluginImages.java41 String pathSuffix = "icons/full/"; //$NON-NLS-1$
42 ICON_BASE_URL= ConsolePlugin.getDefault().getBundle().getEntry(pathSuffix);
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.xdebug.ui/src/net/sourceforge/phpeclipse/xdebug/ui/
H A DXDebugUIPluginImages.java28 String pathSuffix = "icons/"; //$NON-NLS-1$
29 ICON_BASE_URL= XDebugUIPlugin.getDefault().getBundle().getEntry(pathSuffix);
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/github.com/docker/distribution/distribution-2.7.0/registry/storage/
H A Dblobwriter_resumable.go104 pathSuffix := path.Base(p)
106 offset, err := strconv.ParseInt(pathSuffix, 0, 64)
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/docker/distribution/registry/storage/
H A Dblobwriter_resumable.go104 pathSuffix := path.Base(p)
106 offset, err := strconv.ParseInt(pathSuffix, 0, 64)
/dports/security/vault/vault-1.8.2/vendor/github.com/docker/distribution/registry/storage/
H A Dblobwriter_resumable.go104 pathSuffix := path.Base(p)
106 offset, err := strconv.ParseInt(pathSuffix, 0, 64)

12345