Home
last modified time | relevance | path

Searched refs:DefaultProvider (Results 26 – 50 of 328) sorted by relevance

12345678910>>...14

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/content_settings/
H A Dcontent_settings_default_provider_unittest.cc38 DefaultProvider provider_;
159 DefaultProvider provider(prefs, false); in TEST_F()
190 DefaultProvider provider(prefs, false); in TEST_F()
220 DefaultProvider otr_provider(profile_.GetPrefs(), true /* incognito */); in TEST_F()
264 DefaultProvider otr_provider2(profile_.GetPrefs(), true /* incognito */); in TEST_F()
/dports/polish/kadu/kadu-4.3/kadu-core/gui/windows/
H A Dkadu-window-service.h47 std::shared_ptr<DefaultProvider<QWidget *>> mainWindowProvider() const;
54 std::shared_ptr<DefaultProvider<QWidget *>> m_mainWindowProvider;
H A Dkadu-window-service.cpp29 m_mainWindowProvider{new DefaultProvider<QWidget *>(m_kaduWindowProvider)},
87 std::shared_ptr<DefaultProvider<QWidget *>> KaduWindowService::mainWindowProvider() const in mainWindowProvider()
/dports/polish/kadu/kadu-4.3/kadu-core/provider/
H A Ddefault-provider.h51 class DefaultProvider : public Provider<T>
64 …explicit DefaultProvider(const std::shared_ptr<Provider<T>> &defaultProvider) : Default{defaultPro… in DefaultProvider() function
/dports/sysutils/istio/istio-1.6.7/galley/pkg/config/source/kube/rt/
H A Ddynamic_test.go51 a := rt.DefaultProvider().GetAdapter(r.Resource())
71 a := rt.DefaultProvider().GetAdapter(r.Resource())
94 pr := rt.DefaultProvider()
H A Dknown_test.go139 a := rt.DefaultProvider().GetAdapter(r.Resource())
159 a := rt.DefaultProvider().GetAdapter(r.Resource())
182 pr := rt.DefaultProvider()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web/
H A DSiteMap.cs53 provider = providers[section.DefaultProvider]; in Init()
57 …ault sitemap provider '{0}' does not exist in the provider collection.", section.DefaultProvider)); in Init()
/dports/sysutils/istio/istio-1.6.7/galley/pkg/config/util/kuberesource/
H A Dresources.go45 a := rt.DefaultProvider().GetAdapter(s.Resource())
72 a := rt.DefaultProvider().GetAdapter(r.Resource())
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Configuration/System/Configuration/
H A DProtectedConfiguration.cs37 public static string DefaultProvider { property in System.Configuration.ProtectedConfiguration
41 return config.DefaultProvider;
/dports/finance/kraft/kraft-0.97/src/
H A Darchiveman.cpp58 if ( DefaultProvider::self()->writeXmlArchive() ) { in archiveDocument()
222 QLocale *loc = DefaultProvider::self()->locale(); in archiveDocumentDb()
309 QString outputDir = DefaultProvider::self()->xmlArchivePath(); in xmlBaseDir()
312 outputDir = DefaultProvider::self()->pdfOutputDir(); in xmlBaseDir()
326 QString outputDir = DefaultProvider::self()->pdfOutputDir(); in pdfBaseDir()
H A Dpdfconverter.cpp55 QStringList rmlbin = DefaultProvider::self()->findTrml2Pdf(); in convert()
165 const QString prg = DefaultProvider::self()->locateBinary("weasyprint"); in convert()
166 const QString styleSheet = DefaultProvider::self()->locateFile("reports/kraft.css"); in convert()
H A Ddocdigestdetailview.cpp245 _monthTemplFileName = DefaultProvider::self()->locateFile( "views/monthdigest.thtml" ); in slotShowMonthDetails()
253 const QString monthStr = DefaultProvider::self()->locale()->monthName(month); in slotShowMonthDetails()
279 _yearTemplFileName = DefaultProvider::self()->locateFile( "views/yeardigest.thtml" ); in slotShowYearDetails()
396 _docTemplFileName = DefaultProvider::self()->locateFile( "views/docdigest.thtml" ); in slotShowDocDetails()
/dports/editors/libreoffice/libreoffice-7.2.6.2/offapi/com/sun/star/configuration/
H A DtheDefaultProvider.idl24 the (old-style) DefaultProvider service, as it is the most
25 frequently used one. See the DefaultProvider service for
/dports/editors/libreoffice6/libreoffice-6.4.7.2/offapi/com/sun/star/configuration/
H A DtheDefaultProvider.idl24 the (old-style) DefaultProvider service, as it is the most
25 frequently used one. See the DefaultProvider service for
/dports/www/matomo/piwik/plugins/UserCountry/
H A DVisitorGeolocator.php17 use Piwik\Plugins\UserCountry\LocationProvider\DefaultProvider; alias
93 …GEO: no current location provider sent, falling back to default '" . DefaultProvider::ID . "' one.…
302 return LocationProvider::getProviderById(DefaultProvider::ID);
H A DController.php18 use Piwik\Plugins\UserCountry\LocationProvider\DefaultProvider; alias
81 if ($id != DefaultProvider::ID
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Caching/
H A DOutputCache.cs61 internal static OutputCacheProvider DefaultProvider { property in System.Web.Caching.OutputCache
113 return DefaultProvider; in GetProvider()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Profile/
H A DProfileManager.cs152 ProfileProvider p = Providers [config.DefaultProvider];
154 …throw new ConfigurationErrorsException ("Provider '" + config.DefaultProvider + "' was not found");
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.Security/
H A DRoles.cs227 RoleProvider p = Providers [config.DefaultProvider];
229 …Role Provider could not be found: Cannot instantiate provider: '" + config.DefaultProvider + "'.");
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/ExpressionLanguage/
H A DDefaultProvider.php24 class DefaultProvider extends AbstractProvider class
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/ExpressionLanguage/
H A DDefaultProvider.php26 class DefaultProvider extends AbstractProvider class
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/ExpressionLanguage/
H A DDefaultProvider.php26 class DefaultProvider extends AbstractProvider class
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web.UI/
H A DBasePartialCachingControl.cs129 provider = OutputCache.DefaultProvider; in GetProvider()
133 provider = OutputCache.DefaultProvider; in GetProvider()
/dports/devel/log4net/log4net-1.2.10/src/Core/
H A DSecurityContextProvider.cs86 public static SecurityContextProvider DefaultProvider property in log4net.Core.SecurityContextProvider
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/Test/System.Web.Configuration/
H A DSiteMapSectionTest.cs49 Assert.AreEqual ("AspNetXmlSiteMapProvider", s.DefaultProvider, "A2"); in Defaults()

12345678910>>...14