Home
last modified time | relevance | path

Searched refs:setURL (Results 1 – 25 of 1100) sorted by relevance

12345678910>>...44

/dports/devel/pear-Structures_DataGrid/Structures_DataGrid-0.9.3/tests/
H A DURLMappingTest.php65 $this->setURL("/page/5/foo/desc");
76 $this->setURL("/page/5");
84 $this->setURL("/page/5");
118 $this->setURL("/page/5");
126 $this->setURL("/");
159 $this->setURL("/page/3/foo/asc");
188 $this->setURL("/");
221 $this->setURL("/sort/foo/asc");
251 $this->setURL("/page/3/foo/asc");
288 $this->setURL("/");
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/container/src/org/eclipse/osgi/internal/url/
H A DURLStreamHandlerSetter.java32 public void setURL(URL url, String protocol, String host, int port, String file, String ref) { in setURL() method in URLStreamHandlerSetter
33 handlerProxy.setURL(url, protocol, host, port, file, ref); in setURL()
40 …public void setURL(URL url, String protocol, String host, int port, String authority, String userI… in setURL() method in URLStreamHandlerSetter
41 handlerProxy.setURL(url, protocol, host, port, authority, userInfo, path, query, ref); in setURL()
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/render/rtf/rtflib/testdocs/
H A DExternalGraphic.java61 imageA.setURL(file + "emf"); in generateDocument()
71 imageB.setURL(file + "png"); in generateDocument()
82 imageC.setURL(file + "jpg"); in generateDocument()
95 imageD.setURL(file + "gif"); in generateDocument()
107 imageE.setURL(file + "gif"); in generateDocument()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/ekoslive/
H A Dekosliveclient.cpp102 m_Message->setURL(m_wsURL); in Client()
103 m_Media->setURL(m_wsURL); in Client()
104 m_Cloud->setURL(m_wsURL); in Client()
110 m_Message->setURL(m_wsURL); in Client()
111 m_Media->setURL(m_wsURL); in Client()
112 m_Cloud->setURL(m_wsURL); in Client()
155 m_Message->setURL(m_wsURL); in Client()
167 m_Media->setURL(m_wsURL); in Client()
171 m_Cloud->setURL(m_wsURL); in Client()
/dports/devel/sope/SOPE/sope-appserver/WEExtensions/
H A DWERedirect.m33 WOAssociation *setURL; field
46 self->setURL = WOExtGetProperty(_config, @"setURL");
52 [self->setURL release];
60 [_response setHeader:[self->setURL stringValueInComponent:[_ctx component]]
/dports/devel/sope2/SOPE/sope-appserver/WEExtensions/
H A DWERedirect.m33 WOAssociation *setURL; field
46 self->setURL = WOExtGetProperty(_config, @"setURL");
52 [self->setURL release];
60 [_response setHeader:[self->setURL stringValueInComponent:[_ctx component]]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/url/
H A DAbstractURLStreamHandlerService.java144 protected void setURL(URL u, String proto, String host, int port, String file, String ref) { in setURL() method in AbstractURLStreamHandlerService
145 realHandler.setURL(u, proto, host, port, file, ref); in setURL()
156 …protected void setURL(URL u, String proto, String host, int port, String auth, String user, String… in setURL() method in AbstractURLStreamHandlerService
157 realHandler.setURL(u, proto, host, port, auth, user, path, query, ref); in setURL()
H A DURLStreamHandlerSetter.java46 public void setURL(URL u, String protocol, String host, int port, String file, String ref); in setURL() method
52 …public void setURL(URL u, String protocol, String host, int port, String authority, String userInf… in setURL() method
/dports/textproc/xerces-c3/xerces-c-3.2.3/src/xercesc/util/
H A DXMLURL.hpp129 void setURL(const XMLCh* const urlText);
130 void setURL
135 void setURL
141 bool setURL(
/dports/biology/py-python-libsbml/python-libsbml-5.19.0/libsbml_dependencies/xerces-c/src/xercesc/util/
H A DXMLURL.hpp129 void setURL(const XMLCh* const urlText);
130 void setURL
135 void setURL
141 bool setURL(
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdomedia.cxx201 void SdrMediaObj::setURL( const OUString& rURL, const OUString& rReferer, const OUString& rMimeType… in setURL() function in SdrMediaObj
207 aURLItem.setURL( rURL, "", rReferer ); in setURL()
269 m_xImpl->m_MediaProperties.setURL( in SetInputStream()
352 m_xImpl->m_MediaProperties.setURL(url, tempFileURL, ""); in mediaPropertiesChanged()
357 m_xImpl->m_MediaProperties.setURL("", "", ""); in mediaPropertiesChanged()
365 m_xImpl->m_MediaProperties.setURL(url, in mediaPropertiesChanged()
372 m_xImpl->m_MediaProperties.setURL(url, "", rNewProperties.getReferer()); in mediaPropertiesChanged()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdomedia.cxx212 void SdrMediaObj::setURL( const OUString& rURL, const OUString& rReferer, const OUString& rMimeType… in setURL() function in SdrMediaObj
218 aURLItem.setURL( rURL, "", rReferer ); in setURL()
280 m_xImpl->m_MediaProperties.setURL( in SetInputStream()
358 m_xImpl->m_MediaProperties.setURL(url, tempFileURL, ""); in mediaPropertiesChanged()
363 m_xImpl->m_MediaProperties.setURL("", "", ""); in mediaPropertiesChanged()
371 m_xImpl->m_MediaProperties.setURL(url, in mediaPropertiesChanged()
378 m_xImpl->m_MediaProperties.setURL(url, "", rNewProperties.getReferer()); in mediaPropertiesChanged()
/dports/www/dtse/dtse-1.3/
H A DURL.hpp71 URL(const string& url) { setURL(url); } in URL()
88 void setURL(const URL& url);
89 void setURL(const string& url);
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/ui/cocoa/applescript/
H A Dbookmark_item_applescript_browsertest.mm37 [item1 setURL:@"http://foo-bar.org"];
44 [item1 setURL:@"invalid-url.org"];
59 [item1 setURL:@"javascript:alert('hi');"];
64 [item1 setURL:@"javascript:alert('hi');"];
/dports/devel/hadoop2/jetty-6.1.14/contrib/terracotta/src/test/java/org/mortbay/terracotta/servlet/
H A DInvalidationSessionTest.java69 exchange1.setURL(urls[0] + "?action=init"); in testInvalidation()
79 exchange2.setURL(urls[1] + "?action=increment"); in testInvalidation()
88 exchange1.setURL(urls[0] + "?action=invalidate"); in testInvalidation()
97 exchange2.setURL(urls[1] + "?action=test"); in testInvalidation()
H A DLocalSessionScavengingTest.java69 exchange1.setURL(urls[0] + "?action=init"); in testLocalSessionsScavenging()
79 exchange2.setURL(urls[1] + "?action=test"); in testLocalSessionsScavenging()
91 exchange1.setURL(urls[0] + "?action=check"); in testLocalSessionsScavenging()
103 exchange2.setURL(urls[1] + "?action=check"); in testLocalSessionsScavenging()
/dports/devel/hadoop/jetty-6.1.14/contrib/terracotta/src/test/java/org/mortbay/terracotta/servlet/
H A DInvalidationSessionTest.java69 exchange1.setURL(urls[0] + "?action=init"); in testInvalidation()
79 exchange2.setURL(urls[1] + "?action=increment"); in testInvalidation()
88 exchange1.setURL(urls[0] + "?action=invalidate"); in testInvalidation()
97 exchange2.setURL(urls[1] + "?action=test"); in testInvalidation()
H A DLocalSessionScavengingTest.java69 exchange1.setURL(urls[0] + "?action=init"); in testLocalSessionsScavenging()
79 exchange2.setURL(urls[1] + "?action=test"); in testLocalSessionsScavenging()
91 exchange1.setURL(urls[0] + "?action=check"); in testLocalSessionsScavenging()
103 exchange2.setURL(urls[1] + "?action=check"); in testLocalSessionsScavenging()
/dports/www/proxygen/proxygen-2021.12.27.00/proxygen/lib/http/test/
H A DHTTPMessageTest.cpp67 msg.setURL(url); in TEST()
121 msg.setURL(url); in TEST()
423 msg.setURL(url); in testPathAndQuery()
498 msg.setURL(url); in testRemoveQueryParam()
535 msg.setURL(url); in testSetQueryParam()
608 m1.setURL(std::string(32, 'a')); in TEST()
610 m2.setURL(std::string(32, 'b')); in TEST()
686 request.setURL("/foo/bar.php?n=v"); in TEST()
812 message.setURL("/"); in TEST()
833 EXPECT_TRUE(message.setURL("/?a=b&c=d\xff")); in TEST()
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/common/mirrors/model/
H A DCRANMirror.java57 public final native void setURL(String url) /*-{ in setURL() method in CRANMirror
71 setURL(cran); in setSecondaryRepos()
106 repo.setURL(entries[2 * i + 1]); in getSecondaryRepos()
/dports/security/boringssl/boringssl-6a71840/util/fipstools/acvp/acvptool/
H A Dacvp.go324 for _, setURL := range result.VectorSetURLs {
328 log.Printf("Fetching test vectors %q", setURL)
332 vectorsBytes, err := server.GetBytes(trimLeadingSlash(setURL))
334 log.Fatalf("Failed to fetch vector set %q: %s", setURL, err)
339 log.Fatalf("Failed to parse vector set from %q: %s", setURL, err)
382 URL: setURL,
418 if err := server.Post(nil, trimLeadingSlash(setURL)+"/results", resultData); err != nil {
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/boringssl/src/util/fipstools/acvp/acvptool/
H A Dacvp.go320 for _, setURL := range result.VectorSetURLs {
324 log.Printf("Fetching test vectors %q", setURL)
328 vectorsBytes, err := server.GetBytes(trimLeadingSlash(setURL))
330 log.Fatalf("Failed to fetch vector set %q: %s", setURL, err)
335 log.Fatalf("Failed to parse vector set from %q: %s", setURL, err)
378 URL: setURL,
414 if err := server.Post(nil, trimLeadingSlash(setURL)+"/results", resultData); err != nil {
/dports/java/phpeclipse/plugins/net.sourceforge.phpeclipse.webbrowser/src/net/sourceforge/phpeclipse/webbrowser/
H A DExtendedBrowser.java41 public void setURL(String url) { in setURL() method in ExtendedBrowser
42 super.setURL(url); in setURL()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/web/navigation/
H A Dnavigation_item_storage_builder_unittest.mm28 [item_storage setURL:GURL("http://url.test")];
39 [item_storage setURL:GURL("file://myfile.test")];
48 [item_storage setURL:GURL("blob:myfile.test")];
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/pdfkit/
H A DPDFActionURL.inc19 procedure setURL (url_: NSURL); message 'setURL:';

12345678910>>...44