Home
last modified time | relevance | path

Searched defs:urlPath (Results 1 – 25 of 199) sorted by relevance

12345678

/dports/devel/staf/src/staf/services/ftp/
H A DFTPClientConnection.java46 protected URL makeURL(String urlPath) in makeURL()
67 protected BufferedInputStream openDownloadStream(String urlPath) in openDownloadStream()
142 protected BufferedOutputStream openUploadStream(String urlPath) throws Exception in openUploadStream()
216 protected BufferedReader getBufferedReader(String urlPath) throws Exception in getBufferedReader()
/dports/devel/kio-extras/kio-extras-21.12.3/filenamesearch/kded/
H A Dfilenamesearchmodule.cpp52 const QString urlPath = url.path(); in slotFilesAdded() local
68 const QString urlPath = url.path(); in slotFilesChanged() local
89 const QString urlPath = url.path(); in slotFilesRemoved() local
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrakeWPF/Utilities/
H A DHttpRequestBase.cs28 public async Task<ServerResponse> MakeHttpJsonPostRequest(string urlPath, string json) in MakeHttpJsonPostRequest()
60 public async Task<ServerResponse> MakeHttpGetRequest(string urlPath) in MakeHttpGetRequest()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/config/annotation/
H A DViewControllerRegistration.java32 private final String urlPath; field in ViewControllerRegistration
40 public ViewControllerRegistration(String urlPath) { in ViewControllerRegistration()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/base/java/org/mozilla/gecko/telemetry/
H A DTelemetryOutgoingPing.java23 private final String urlPath; field in TelemetryOutgoingPing
25 …public TelemetryOutgoingPing(final String urlPath, final ExtendedJSONObject payload, final String … in TelemetryOutgoingPing()
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/telemetry/
H A DTelemetryPing.java21 private final String urlPath; field in TelemetryPing
25 … public TelemetryPing(final String urlPath, final ExtendedJSONObject payload, final String docID) { in TelemetryPing()
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.web.servlet/src/main/java/org/springframework/web/servlet/mvc/multiaction/
H A DAbstractUrlMethodNameResolver.java91 String urlPath = this.urlPathHelper.getLookupPathForRequest(request); in getHandlerMethodName() local
113 protected abstract String getHandlerMethodNameForUrlPath(String urlPath); in getHandlerMethodNameForUrlPath()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/management/FullThreadDump/
H A DFullThreadDump.java61 String urlPath = "/jndi/rmi://" + hostname + ":" + port + "/jmxrmi"; in FullThreadDump() local
81 private void connect(String urlPath) { in connect()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/management/FullThreadDump/
H A DFullThreadDump.java61 String urlPath = "/jndi/rmi://" + hostname + ":" + port + "/jmxrmi"; in FullThreadDump() local
81 private void connect(String urlPath) { in connect()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Routing/
H A DPageUriMatcher.php56 public function match(string $urlPath)
74 protected function matchCollection(string $urlPath, RouteCollection $routes): ?array
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Routing/
H A DPageUriMatcher.php60 public function match(string $urlPath)
78 protected function matchCollection(string $urlPath, RouteCollection $routes): ?array
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Routing/
H A DPageUriMatcher.php57 public function match(string $urlPath)
75 protected function matchCollection(string $urlPath, RouteCollection $routes): ?array
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/management/VerboseGC/
H A DVerboseGC.java61 String urlPath = "/jndi/rmi://" + hostname + ":" + port + "/jmxrmi"; in VerboseGC() local
85 private void connect(String urlPath) { in connect()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/demo/management/VerboseGC/
H A DVerboseGC.java61 String urlPath = "/jndi/rmi://" + hostname + ":" + port + "/jmxrmi"; in VerboseGC() local
85 private void connect(String urlPath) { in connect()
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/modules/setup/library/Setup/
H A DWebserver.php26 protected $urlPath = '/icingaweb2'; variable in Icinga\\Module\\Setup\\Webserver
106 public function setUrlPath($urlPath)
/dports/www/squid/squid-4.15/src/
H A Dinternal.cc68 internalCheck(const SBuf &urlPath) in internalCheck()
75 internalStaticCheck(const SBuf &urlPath) in internalStaticCheck()
/dports/www/phalcon4/cphalcon-4.1.1/tests/integration/Url/
H A DPathCest.php27 public function urlPath(IntegrationTester $I) function in Phalcon\\Test\\Integration\\Url\\PathCest
/dports/deskutils/akregator/akregator-21.12.3/src/urlhandler/webengine/
H A Durlhandlerwebengine.cpp94 const QString urlPath(url.path()); in statusBarMessage() local
120 const QString urlPath(url.path()); in handleClick() local
/dports/graphics/jogamp-jogl/gluegen/src/java/com/jogamp/common/net/
H A DAssetURLConnection.java84 final String urlPath ; in getEntryName() local
/dports/audio/spotify-qt/spotify-qt-3.7/src/view/
H A Ddebugview.hpp25 QLineEdit *urlPath = nullptr; member in DebugView
/dports/devel/kf5-kio/kio-5.89.0/src/ioslaves/remote/
H A Dkio_remote.cpp62 const QString urlPath = url.path().remove(0, second_slash_idx); in listDir() local
128 const QString urlPath = url.path().remove(0, second_slash_idx); in stat() local
/dports/net/s5cmd/s5cmd-1.4.0/command/
H A Dexclude.go34 func isURLExcluded(excludePatterns []*regexp.Regexp, urlPath, sourcePrefix string) bool { argument
/dports/devel/spark/spark-2.1.1/dev/
H A Dappveyor-install-dependencies.ps128 $urlPath = "" in InstallR() variable
31 $urlPath = ("old/" + $rVer + "/") in InstallR() variable
/dports/benchmarks/polygraph/polygraph-4.13.0/src/client/
H A DRegExGroup.h32 const char *urlPath; variable
/dports/www/mediawiki136/mediawiki-1.36.3/vendor/wikimedia/parsoid/src/Utils/
H A DUrlUtils.php116 public static function removeDotSegments( string $urlPath ): string {

12345678