Home
last modified time | relevance | path

Searched refs:absoluteURL (Results 1 – 25 of 65) sorted by relevance

123

/dports/devel/py-zope.traversing/zope.traversing-3.14.0/src/zope/traversing/browser/
H A Dtests.py21 from zope.traversing.browser.absoluteurl import absoluteURL
97 self.assertRaises(TypeError, absoluteURL, 42, request)
103 self.assertEqual(absoluteURL(Root(), request), 'http://127.0.0.1')
113 self.assertEqual(absoluteURL(content, request),
142 self.assertEqual(absoluteURL(content3, request),
151 self.assertEqual(absoluteURL(content, request),
174 self.assertEqual(absoluteURL(content, request),
194 self.assertEqual(absoluteURL(content, request),
290 self.assertEqual(absoluteURL(None, request), 'http://127.0.0.1')
298 self.assertEqual(absoluteURL(None, request), 'http://127.0.0.1')
/dports/audio/carla/Carla-2.4.1/source/utils/
H A DCarlaMacUtils.cpp50 const CFURLRef absoluteURL = CFURLCopyAbsoluteURL(exeRef); in findBinaryInBundle() local
51 CARLA_SAFE_ASSERT_RETURN(absoluteURL != nullptr, nullptr); in findBinaryInBundle()
53 const NSString* strRef = (NSString*)CFURLCopyFileSystemPath(absoluteURL, kCFURLPOSIXPathStyle); in findBinaryInBundle()
59 CFRelease(absoluteURL); in findBinaryInBundle()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/include/core/http/
H A DURL.hpp40 URL(const std::string& absoluteURL);
59 std::string absoluteURL() const { return std::string(absoluteURL_.c_str()); } in absoluteURL() function in rstudio::core::http::URL
117 void assign(const std::string& absoluteURL, in assign() argument
122 absoluteURL_.assign(absoluteURL.data(), absoluteURL.size()); in assign()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/src/osx/core/
H A Dstdpaths_cf.cpp81 CFURLRef absoluteURL = CFURLCopyAbsoluteURL(relativeURL); in BundleRelativeURLToPath() local
82 wxCHECK_MSG(absoluteURL, wxEmptyString, wxT("Failed to resolve relative URL to absolute URL")); in BundleRelativeURLToPath()
83 wxCFStringRef cfStrPath( CFURLCopyFileSystemPath(absoluteURL,kDefaultPathStyle) ); in BundleRelativeURLToPath()
84 CFRelease(absoluteURL); in BundleRelativeURLToPath()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/src/osx/core/
H A Dstdpaths_cf.cpp81 CFURLRef absoluteURL = CFURLCopyAbsoluteURL(relativeURL); in BundleRelativeURLToPath() local
82 wxCHECK_MSG(absoluteURL, wxEmptyString, wxT("Failed to resolve relative URL to absolute URL")); in BundleRelativeURLToPath()
83 wxCFStringRef cfStrPath( CFURLCopyFileSystemPath(absoluteURL,kDefaultPathStyle) ); in BundleRelativeURLToPath()
84 CFRelease(absoluteURL); in BundleRelativeURLToPath()
/dports/www/miniflux/v2-2.0.35/url/
H A Durl.go51 absoluteURL, err := AbsoluteURL(websiteURL, "")
56 u, err := url.Parse(absoluteURL)
58 return absoluteURL
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/src/mac/corefoundation/
H A Dstdpaths_cf.cpp91 CFURLRef absoluteURL = CFURLCopyAbsoluteURL(relativeURL); in BundleRelativeURLToPath() local
92 wxCHECK_MSG(absoluteURL, wxEmptyString, wxT("Failed to resolve relative URL to absolute URL")); in BundleRelativeURLToPath()
93 CFStringRef cfStrPath = CFURLCopyFileSystemPath(absoluteURL,kDefaultPathStyle); in BundleRelativeURLToPath()
94 CFRelease(absoluteURL); in BundleRelativeURLToPath()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/src/mac/corefoundation/
H A Dstdpaths_cf.cpp91 CFURLRef absoluteURL = CFURLCopyAbsoluteURL(relativeURL); in BundleRelativeURLToPath() local
92 wxCHECK_MSG(absoluteURL, wxEmptyString, wxT("Failed to resolve relative URL to absolute URL")); in BundleRelativeURLToPath()
93 CFStringRef cfStrPath = CFURLCopyFileSystemPath(absoluteURL,kDefaultPathStyle); in BundleRelativeURLToPath()
94 CFRelease(absoluteURL); in BundleRelativeURLToPath()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/src/mac/corefoundation/
H A Dstdpaths_cf.cpp91 CFURLRef absoluteURL = CFURLCopyAbsoluteURL(relativeURL); in BundleRelativeURLToPath() local
92 wxCHECK_MSG(absoluteURL, wxEmptyString, wxT("Failed to resolve relative URL to absolute URL")); in BundleRelativeURLToPath()
93 CFStringRef cfStrPath = CFURLCopyFileSystemPath(absoluteURL,kDefaultPathStyle); in BundleRelativeURLToPath()
94 CFRelease(absoluteURL); in BundleRelativeURLToPath()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/src/mac/corefoundation/
H A Dstdpaths_cf.cpp91 CFURLRef absoluteURL = CFURLCopyAbsoluteURL(relativeURL); in BundleRelativeURLToPath() local
92 wxCHECK_MSG(absoluteURL, wxEmptyString, wxT("Failed to resolve relative URL to absolute URL")); in BundleRelativeURLToPath()
93 CFStringRef cfStrPath = CFURLCopyFileSystemPath(absoluteURL,kDefaultPathStyle); in BundleRelativeURLToPath()
94 CFRelease(absoluteURL); in BundleRelativeURLToPath()
/dports/graphics/graphviz/graphviz-2.44.1/macosx/
H A DGVDocument.m33 - (BOOL)readFromURL:(NSURL *)absoluteURL ofType:(NSString *)typeName error:(NSError **)outError
36 _graph = [[GVZGraph alloc] initWithURL:absoluteURL error:outError];
40 …Center defaultCenter] addObserver:self selector:@selector(fileDidChange:) path:[absoluteURL path]];
45 - (BOOL)writeToURL:(NSURL *)absoluteURL ofType:(NSString *)typeName error:(NSError **)outError
47 return [_graph writeToURL:absoluteURL error:outError];
H A DGVDocument.h30 - (BOOL)readFromURL:(NSURL *)absoluteURL ofType:(NSString *)typeName error:(NSError **)outError;
31 - (BOOL)writeToURL:(NSURL *)absoluteURL ofType:(NSString *)typeName error:(NSError **)outError;
/dports/textproc/p5-Regexp-Common/Regexp-Common-2017060201/lib/Regexp/Common/URI/
H A DRFC1808.pm37 $absoluteURL $URL/],
96 $absoluteURL = "(?:$generic_RL|" .
98 $URL = "(?:(?:$absoluteURL|$relativeURL)(?:#$fragment)?)";
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/tests/browser/robocop/src/org/mozilla/gecko/tests/components/
H A DToolbarComponent.java56 final String absoluteURL = NavigationHelper.adjustUrl(url); in assertTitle() local
58 if (mStringHelper.ABOUT_HOME_URL.equals(absoluteURL)) { in assertTitle()
60 } else if (absoluteURL.startsWith(URL_HTTP_PREFIX)) { in assertTitle()
61 expected = absoluteURL.substring(URL_HTTP_PREFIX.length()); in assertTitle()
63 expected = absoluteURL; in assertTitle()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/net/
H A DURLClassLoader.java301 URL absoluteURL; in addURLImpl() local
307 absoluteURL = dir.getCanonicalFile().toURL(); in addURLImpl()
313 absoluteURL = dir.getAbsoluteFile().toURL(); in addURLImpl()
318 absoluteURL = newUrl; in addURLImpl()
326 absoluteURL = newUrl; in addURLImpl()
344 absoluteURL }); in addURLImpl()
388 newUrl, absoluteURL); in addURLImpl()
391 newUrl, absoluteURL); in addURLImpl()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/net/
H A DURLClassLoader.java301 URL absoluteURL; in addURLImpl() local
307 absoluteURL = dir.getCanonicalFile().toURL(); in addURLImpl()
313 absoluteURL = dir.getAbsoluteFile().toURL(); in addURLImpl()
318 absoluteURL = newUrl; in addURLImpl()
326 absoluteURL = newUrl; in addURLImpl()
344 absoluteURL }); in addURLImpl()
388 newUrl, absoluteURL); in addURLImpl()
391 newUrl, absoluteURL); in addURLImpl()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/net/
H A DURLClassLoader.java301 URL absoluteURL; in addURLImpl() local
307 absoluteURL = dir.getCanonicalFile().toURL(); in addURLImpl()
313 absoluteURL = dir.getAbsoluteFile().toURL(); in addURLImpl()
318 absoluteURL = newUrl; in addURLImpl()
326 absoluteURL = newUrl; in addURLImpl()
344 absoluteURL }); in addURLImpl()
388 newUrl, absoluteURL); in addURLImpl()
391 newUrl, absoluteURL); in addURLImpl()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/net/
H A DURLClassLoader.java301 URL absoluteURL; in addURLImpl() local
307 absoluteURL = dir.getCanonicalFile().toURL(); in addURLImpl()
313 absoluteURL = dir.getAbsoluteFile().toURL(); in addURLImpl()
318 absoluteURL = newUrl; in addURLImpl()
326 absoluteURL = newUrl; in addURLImpl()
344 absoluteURL }); in addURLImpl()
388 newUrl, absoluteURL); in addURLImpl()
391 newUrl, absoluteURL); in addURLImpl()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/net/
H A DURLClassLoader.java301 URL absoluteURL; in addURLImpl() local
307 absoluteURL = dir.getCanonicalFile().toURL(); in addURLImpl()
313 absoluteURL = dir.getAbsoluteFile().toURL(); in addURLImpl()
318 absoluteURL = newUrl; in addURLImpl()
326 absoluteURL = newUrl; in addURLImpl()
344 absoluteURL }); in addURLImpl()
388 newUrl, absoluteURL); in addURLImpl()
391 newUrl, absoluteURL); in addURLImpl()
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/tests/browser/robocop/src/org/mozilla/gecko/tests/components/
H A DToolbarComponent.java60 final String absoluteURL = NavigationHelper.adjustUrl(url); in assertTitle() local
62 if (mStringHelper.ABOUT_HOME_URL.equals(absoluteURL)) { in assertTitle()
64 } else if (absoluteURL.startsWith(URL_HTTP_PREFIX)) { in assertTitle()
65 expected = absoluteURL.substring(URL_HTTP_PREFIX.length()); in assertTitle()
67 expected = absoluteURL; in assertTitle()
/dports/www/miniflux/v2-2.0.35/validator/
H A Dvalidator.go64 func IsValidURL(absoluteURL string) bool {
65 _, err := url.ParseRequestURI(absoluteURL)
/dports/devel/RStudio/rstudio-2021.09.1-372/src/cpp/core/http/
H A DURL.cpp28 URL::URL(const std::string& absoluteURL) in URL() argument
33 if (regex_utils::match(absoluteURL.c_str(), matches, re)) in URL()
41 assign(absoluteURL, protocol, host, path); in URL()
65 stream << url.absoluteURL(); in operator <<()
/dports/graphics/pikopixel/PikoPixel.Sources.1.0-b10/PikoPixel/
H A DPPDocument_Saving.m149 - (BOOL) saveToURL: (NSURL *) absoluteURL
162 absoluteURL = [self autosaveURLWithModifiedExtensionForSaveURL: absoluteURL];
175 didSaveSuccessfully = [super saveToURL: absoluteURL
206 - (BOOL) writeToURL: (NSURL *) absoluteURL
212 BOOL didWriteSuccessfully = [super writeToURL: absoluteURL
230 [self setupCustomFinderIconForSavedDocumentAtPath: [absoluteURL path]];
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/appkit/
H A DNSPersistentDocument.inc27 …function writeToURL_ofType_forSaveOperation_originalContentsURL_error (absoluteURL: NSURL; typeNam…
28 …function readFromURL_ofType_error (absoluteURL: NSURL; typeName: NSString; error: NSErrorPtr): Obj…
/dports/www/nextcloud/nextcloud/apps-pkg/dav/lib/Provisioning/Apple/
H A DAppleProvisioningPlugin.php130 $absoluteURL = $this->urlGenerator->getBaseUrl();
131 $parsedUrl = parse_url($absoluteURL);

123