Home
last modified time | relevance | path

Searched defs:setURL (Results 1 – 25 of 407) sorted by relevance

12345678910>>...17

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.osgi/osgi/src/org/osgi/service/url/
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
H A DAbstractURLStreamHandlerService.java144 protected void setURL(URL u, String proto, String host, int port, String file, String ref) { in setURL() method in AbstractURLStreamHandlerService
156 …protected void setURL(URL u, String proto, String host, int port, String auth, String user, String… in setURL() method in AbstractURLStreamHandlerService
/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
40 …public void setURL(URL url, String protocol, String host, int port, String authority, String userI… in setURL() method in URLStreamHandlerSetter
H A DNullURLStreamHandlerService.java68 …public void setURL(URL u, String protocol, String host, int port, String authority, String userInf… in setURL() method in NullURLStreamHandlerService
72 public void setURL(URL u, String protocol, String host, int port, String file, String ref) { in setURL() method in NullURLStreamHandlerService
/dports/www/dtse/dtse-1.3/
H A DURL.cpp75 void URL::setURL(const URL& url) in setURL() function in URL
85 void URL::setURL(const string& url) in setURL() function in URL
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/gallery2/
H A Dgalleryobjectbinarystorage.cxx23 void GalleryObjectBinaryStorage::setURL(INetURLObject aURL) { m_aURL = aURL; } in setURL() function in GalleryObjectBinaryStorage
H A Dgalleryobjectxmlstorage.cxx23 void GalleryObjectXMLStorage::setURL(INetURLObject aURL) { m_aURL = aURL; } in setURL() function in GalleryObjectXMLStorage
/dports/astro/kstars/kstars-3.5.6/kstars/indi/
H A Dwsmedia.h23 void setURL(const QUrl &url) in setURL() function
/dports/java/java3d/java3d-1.5.2/j3d-core/src/classes/share/javax/media/j3d/
H A DMediaContainer.java187 public void setURL(String path) { in setURL() method in MediaContainer
199 public void setURL(URL url) { in setURL() method in MediaContainer
/dports/multimedia/smplayer/smplayer-21.10.0/src/
H A Dinputurl.cpp42 void InputURL::setURL(QString url) { in setURL() function in InputURL
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/iproduct/
H A DILicenseInfo.java24 void setURL(String url); in setURL() method
H A DIRepositoryInfo.java24 void setURL(String url); in setURL() method
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/isite/
H A DIRepositoryReference.java26 void setURL(String url) throws CoreException; in setURL() method
H A DISiteArchive.java24 void setURL(String url) throws CoreException; in setURL() method
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/form/
H A Ddatabaselocationinput.cxx126 void DatabaseLocationInputController_Impl::setURL( const OUString& _rURL ) in setURL() function in svx::DatabaseLocationInputController_Impl
238 void DatabaseLocationInputController::setURL( const OUString& _rURL ) in setURL() function in svx::DatabaseLocationInputController
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/form/
H A Ddatabaselocationinput.cxx127 void DatabaseLocationInputController_Impl::setURL( const OUString& _rURL ) in setURL() function in svx::DatabaseLocationInputController_Impl
239 void DatabaseLocationInputController::setURL( const OUString& _rURL ) in setURL() function in svx::DatabaseLocationInputController
/dports/www/kf5-khtml/khtml-5.89.0/src/
H A Dkjserrordlg.cpp21 void KJSErrorDlg::setURL(const QString &url) in setURL() function in KJSErrorDlg
/dports/graphics/electricsheep/electricsheep-37ba0fd692d6581f8fe009ed11c9650cd8174123/client_generic/ContentDownloader/
H A DSheep.cpp96 Sheep::setURL(const char *url) in setURL() function in ContentDownloader::Sheep
/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
/dports/www/pear-Horde_Css_Parser/Horde_Css_Parser-1.0.11/bundle/vendor/sabberworm/php-css-parser/lib/Sabberworm/CSS/Value/
H A DURL.php14 public function setURL(CSSString $oURL) { function in Sabberworm\\CSS\\Value\\URL
/dports/graphics/gpxsee/GPXSee-7.32/src/data/
H A Dlink.h12 void setURL(const QString &URL) {_url = URL;} in setURL() function
/dports/devel/sope/SOPE/sope-appserver/WEExtensions/
H A DWERedirect.m33 WOAssociation *setURL; field
/dports/devel/sope2/SOPE/sope-appserver/WEExtensions/
H A DWERedirect.m33 WOAssociation *setURL; field
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT WebKit/win32/org/eclipse/swt/internal/webkit/
H A DIWebMutableURLRequest.java37 public int setURL (long theUrl) { in setURL() method in IWebMutableURLRequest
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.core/src/org/eclipse/pde/internal/core/ifeature/
H A DIFeatureInfo.java31 public void setURL(String url) throws CoreException; in setURL() method

12345678910>>...17