Home
last modified time | relevance | path

Searched defs:locationUrl (Results 1 – 22 of 22) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/pyuno/source/loader/
H A Dpythonloader.py129 def activate( self, implementationName, dummy, locationUrl, regKey ): argument
142 def writeRegistryInfo( self, regKey, dummy, locationUrl ): argument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/pyuno/source/loader/
H A Dpythonloader.py132 def activate( self, implementationName, dummy, locationUrl, regKey ): argument
145 def writeRegistryInfo( self, regKey, dummy, locationUrl ): argument
/dports/devel/hs-git-annex/git-annex-8.20210903/Remote/WebDAV/
H A DDavLocation.hs92 locationUrl baseurl loc = baseurl </> loc function
/dports/editors/libreoffice/libreoffice-7.2.6.2/stoc/source/implementationregistration/
H A Dimplreg.cxx576 std::u16string_view locationUrl, in deleteAllImplementations()
903 const OUString& locationUrl, in prepareRegistry()
1173 OUString locationUrl; in initialize() local
1234 const OUString& locationUrl, in registerImplementationWithLocation()
1245 const OUString& locationUrl, in prepareRegister()
1321 const OUString& locationUrl, in registerImplementation()
1379 const OUString & locationUrl) in getImplementations()
1457 std::u16string_view locationUrl) in doRevoke()
1501 const OUString& locationUrl, in doRegister()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/stoc/source/implementationregistration/
H A Dimplreg.cxx574 const OUString& locationUrl, in deleteAllImplementations()
901 const OUString& locationUrl, in prepareRegistry()
1172 OUString locationUrl; in initialize() local
1233 const OUString& locationUrl, in registerImplementationWithLocation()
1244 const OUString& locationUrl, in prepareRegister()
1320 const OUString& locationUrl, in registerImplementation()
1378 const OUString & locationUrl) in getImplementations()
1456 const OUString& locationUrl) in doRevoke()
1500 const OUString& locationUrl, in doRegister()
/dports/editors/libreoffice/libreoffice-7.2.6.2/ridljar/com/sun/star/comp/loader/
H A DJavaLoader.java247 String locationUrl, in activate()
366 String locationUrl ) in writeRegistryInfo()
H A DRegistrationClassFinder.java30 public static Class<?> find(String locationUrl) in find()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/jurt/com/sun/star/comp/loader/
H A DJavaLoader.java247 String locationUrl, in activate()
366 String locationUrl ) in writeRegistryInfo()
H A DRegistrationClassFinder.java30 public static Class<?> find(String locationUrl) in find()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/javatests/src/org/chromium/chrome/browser/infobar/
H A DPermissionUpdateInfobarTest.java91 final String locationUrl = mTestServer.getURL(GEOLOCATION_PAGE); in testInfobarShutsDownCleanlyForGeolocation() local
/dports/www/kdsoap/kdsoap-1.9.0/kdwsdl2cpp/wsdl/
H A Ddefinitions.cpp253 const QUrl locationUrl = urlForLocation(context, location); in importDefinition() local
/dports/audio/mixxx/mixxx-2.3.0/src/library/rhythmbox/
H A Drhythmboxfeature.cpp273 QUrl locationUrl; in importTrack() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/wizards/product/
H A DProductIntroOperation.java188 URL locationUrl = null; in generateFiles() local
/dports/www/wwwoffle/wwwoffle-2.9j/src/
H A Drefresh.c619 int RecurseFetchRelocation(URL *Url,URL *locationUrl) in RecurseFetchRelocation()
/dports/x11-fm/dolphin/dolphin-21.12.3/src/
H A Ddolphinviewcontainer.cpp407 const QUrl& locationUrl = m_urlNavigator->locationUrl(); in setSearchModeEnabled() local
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/util/
H A DTemplateFileGenerator.java157 protected void generateFiles(IProgressMonitor monitor, URL locationUrl) throws CoreException { in generateFiles()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/ui/templates/
H A DAbstractTemplateSection.java277 protected void generateFiles(IProgressMonitor monitor, URL locationUrl) throws CoreException { in generateFiles()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/schema/
H A Dqxsdvalidatinginstancereader.cpp111 void XsdValidatingInstanceReader::addSchema(const XsdSchema::Ptr &schema, const QUrl &locationUrl) in addSchema()
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/schema/
H A Dqxsdvalidatinginstancereader.cpp109 void XsdValidatingInstanceReader::addSchema(const XsdSchema::Ptr &schema, const QUrl &locationUrl) in addSchema()
/dports/devel/kf5-kio/kio-5.89.0/src/filewidgets/
H A Dkurlnavigator.cpp915 QUrl KUrlNavigator::locationUrl(int historyIndex) const in locationUrl() function in KUrlNavigator
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.framework/bundles/org.eclipse.equinox.launcher/src/org/eclipse/equinox/launcher/
H A DMain.java707 private boolean checkConfigurationLocation(URL locationUrl) { in checkConfigurationLocation()
/dports/devel/kdev-python/kdev-python-21.12.3/documentation_files/PyKDE4/
H A Dkio.py7056 def locationUrl(self, historyIndex = None): member in KUrlNavigator