Home
last modified time | relevance | path

Searched refs:setFactory (Results 1 – 25 of 942) sorted by relevance

12345678910>>...38

/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/classes/Elgg/Di/
H A DServiceProvider.php195 $this->setFactory('ajax', function(ServiceProvider $c) {
211 $this->setFactory('boot', function (ServiceProvider $c) {
233 $this->setFactory('csrf', function(ServiceProvider $c) {
248 $this->setFactory('cli', function(ServiceProvider $c) {
283 $this->setFactory('cron', function(ServiceProvider $c) {
293 $this->setFactory('db', function (ServiceProvider $c) {
323 $this->setFactory('dic', function (ServiceProvider $c) {
402 $this->setFactory('forms', function(ServiceProvider $c) {
423 $this->setFactory('hmac', function(ServiceProvider $c) {
436 $this->setFactory('hooks', function(ServiceProvider $c) {
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/classes/Elgg/Mocks/Di/
H A DMockServiceProvider.php35 $this->setFactory('session', function (MockServiceProvider $sp) {
39 $this->setFactory('db', function (MockServiceProvider $sp) {
47 $this->setFactory('entityTable', function (MockServiceProvider $sp) {
94 $this->setFactory('configTable', function (MockServiceProvider $sp) {
98 $this->setFactory('mailer', function (MockServiceProvider $sp) {
102 $this->setFactory('plugins', function (MockServiceProvider $sp) {
119 $this->setFactory('siteSecret', function (MockServiceProvider $sp) {
123 $this->setFactory('translator', function(MockServiceProvider $sp) {
127 $this->setFactory('usersTable', function(MockServiceProvider $sp) {
131 $this->setFactory('notifications', function(MockServiceProvider $c) {
[all …]
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/
H A DFactoryReturnTypePassTest.php34 $factory->setFactory([FactoryDummy::class, 'createFactory']);
39 $foo->setFactory([new Reference('alias_factory'), 'create']);
42 $bar->setFactory([new Reference('factory'), 'create']);
69 $service->setFactory($factory);
97 $factory->setFactory([new Reference('factory2'), 'createSelf']);
100 $factory2->setFactory([new Reference('factory'), 'create']);
118 $factory->setFactory([FactoryDummy::class, 'createFactory']);
H A DResolveFactoryClassPassTest.php27 $factory->setFactory([null, 'create']);
40 … $factory->setFactory([(new Definition('Baz\Qux'))->setFactory([null, 'getInstance']), 'create']);
64 $definition->setFactory($factory);
81 $factory->setFactory([null, 'create']);
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Compiler/
H A DFactoryReturnTypePassTest.php34 $factory->setFactory([FactoryDummy::class, 'createFactory']);
39 $foo->setFactory([new Reference('alias_factory'), 'create']);
42 $bar->setFactory([new Reference('factory'), 'create']);
69 $service->setFactory($factory);
97 $factory->setFactory([new Reference('factory2'), 'createSelf']);
100 $factory2->setFactory([new Reference('factory'), 'create']);
118 $factory->setFactory([FactoryDummy::class, 'createFactory']);
H A DResolveFactoryClassPassTest.php27 $factory->setFactory([null, 'create']);
40 … $factory->setFactory([(new Definition('Baz\Qux'))->setFactory([null, 'getInstance']), 'create']);
64 $definition->setFactory($factory);
81 $factory->setFactory([null, 'create']);
/dports/textproc/xalan-c/xalan_c-1.12/src/xalanc/XPath/
H A DXObjectFactoryDefault.cpp283 theXUnknown->setFactory(this); in createUnknown()
309 theXObject->setFactory(this); in createNumber()
322 theXObject->setFactory(this); in createNumber()
348 theXObject->setFactory(this); in createNodeSet()
362 theNodeSet->setFactory(this); in createNodeSet()
388 theXString->setFactory(this); in createString()
401 theXString->setFactory(this); in createString()
415 theXString->setFactory(this); in createString()
427 theXObject->setFactory(this); in createString()
454 theXStringAdapter->setFactory(this); in createStringAdapter()
[all …]
/dports/www/elgg/elgg-3.3.23/vendor/elgg/elgg/engine/tests/phpunit/unit/Elgg/Di/
H A DDiContainerUnitTest.php42 $this->assertSame($di, $di->setFactory('foo', array($this, 'getFoo')));
53 $this->assertSame($di, $di->setFactory('foo', array($this, 'getFoo'), false));
63 $di->setFactory('foo', array($this, 'getFoo'));
74 $di->setFactory('foo', new \stdClass());
79 $di->setFactory('foo', 'not-a-real-callable');
88 $di->setFactory('foo', array('fakeClass', 'not-a-real-callable'));
97 $di->setFactory('foo', array($this, 'not-a-real-callable'));
167 $di->setFactory('foo_', function () {
/dports/deskutils/egroupware/egroupware/vendor/symfony/dependency-injection/Tests/Compiler/
H A DResolveFactoryClassPassTest.php27 $factory->setFactory([null, 'create']);
40 … $factory->setFactory([(new Definition('Baz\Qux'))->setFactory([null, 'getInstance']), 'create']);
64 $definition->setFactory($factory);
81 $factory->setFactory([null, 'create']);
/dports/devel/poco/poco-1.10.1-all/NetSSL_OpenSSL/src/
H A DCertificateHandlerFactoryMgr.cpp27setFactory("ConsoleCertificateHandler", new CertificateHandlerFactoryImpl<ConsoleCertificateHandle… in CertificateHandlerFactoryMgr()
28setFactory("AcceptCertificateHandler", new CertificateHandlerFactoryImpl<AcceptCertificateHandler>… in CertificateHandlerFactoryMgr()
29setFactory("RejectCertificateHandler", new CertificateHandlerFactoryImpl<RejectCertificateHandler>… in CertificateHandlerFactoryMgr()
38 void CertificateHandlerFactoryMgr::setFactory(const std::string& name, CertificateHandlerFactory* p… in setFactory() function in Poco::Net::CertificateHandlerFactoryMgr
H A DPrivateKeyFactoryMgr.cpp26 setFactory("KeyFileHandler", new PrivateKeyFactoryImpl<KeyFileHandler>()); in PrivateKeyFactoryMgr()
27 setFactory("KeyConsoleHandler", new PrivateKeyFactoryImpl<KeyConsoleHandler>()); in PrivateKeyFactoryMgr()
36 void PrivateKeyFactoryMgr::setFactory(const std::string& name, PrivateKeyFactory* pFactory) in setFactory() function in Poco::Net::PrivateKeyFactoryMgr
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/
H A Dcontainer9.php19 ->setFactory(['Bar\\FooClass', 'getInstance'])
29 ->setFactory(['%baz_class%', 'getInstance'])
128 ->setFactory([new Reference('foo.baz'), 'getInstance'])
134 ->setFactory([new Reference('new_factory'), 'getInstance'])
139 ->setFactory(['Bar\FooClass', 'getInstance'])
150 ->setFactory([new Reference('factory_simple'), 'getInstance'])
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/
H A Dcontainer9.php19 ->setFactory(['Bar\\FooClass', 'getInstance'])
29 ->setFactory(['%baz_class%', 'getInstance'])
128 ->setFactory([new Reference('foo.baz'), 'getInstance'])
134 ->setFactory([new Reference('new_factory'), 'getInstance'])
139 ->setFactory(['Bar\FooClass', 'getInstance'])
150 ->setFactory([new Reference('factory_simple'), 'getInstance'])
/dports/deskutils/egroupware/egroupware/vendor/symfony/dependency-injection/Tests/Fixtures/containers/
H A Dcontainer9.php19 ->setFactory(['Bar\\FooClass', 'getInstance'])
29 ->setFactory(['%baz_class%', 'getInstance'])
128 ->setFactory([new Reference('foo.baz'), 'getInstance'])
134 ->setFactory([new Reference('new_factory'), 'getInstance'])
139 ->setFactory(['Bar\FooClass', 'getInstance'])
150 ->setFactory([new Reference('factory_simple'), 'getInstance'])
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/slony/
H A DslSet.cpp30 : slObject(cl, setFactory, newName) in slSet()
37 return setFactory.GetExportedIconId(); in GetIconId()
39 return setFactory.GetIconId(); in GetIconId()
437 slSetFactory setFactory; variable
438 static pgaCollectionFactory cf(&setFactory, __("Replication Sets"), slsets_png_img);
450 dlgProperty *dlg = new dlgRepSetMerge(&setFactory, form, (slSet *)obj); in StartDialog()
461 if (!obj || !obj->IsCreatedBy(setFactory)) in CheckEnable()
493 if (!obj || !obj->IsCreatedBy(setFactory)) in CheckEnable()
525 if (!obj || !obj->IsCreatedBy(setFactory)) in CheckEnable()
545 dlgProperty *dlg = new dlgRepSetMove(&setFactory, form, (slSet *)obj); in StartDialog()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.core.databinding.beans/src/org/eclipse/core/databinding/beans/
H A DPojoObservables.java559 public static IObservableFactory setFactory(final Realm realm, in setFactory() method in PojoObservables
561 return PojoProperties.set(propertyName).setFactory(realm); in setFactory()
576 public static IObservableFactory setFactory(String propertyName) { in setFactory() method in PojoObservables
577 return setFactory(Realm.getDefault(), propertyName); in setFactory()
598 public static IObservableFactory setFactory(final Realm realm, in setFactory() method in PojoObservables
600 return PojoProperties.set(propertyName, elementType).setFactory(realm); in setFactory()
620 public static IObservableFactory setFactory(String propertyName, in setFactory() method in PojoObservables
622 return setFactory(Realm.getDefault(), propertyName, elementType); in setFactory()
808 .setFactory(realm), propertyType); in observeDetailSet()
H A DBeansObservables.java520 public static IObservableFactory setFactory(final Realm realm, in setFactory() method in BeansObservables
522 return BeanProperties.set(propertyName).setFactory(realm); in setFactory()
537 public static IObservableFactory setFactory(String propertyName) { in setFactory() method in BeansObservables
538 return setFactory(Realm.getDefault(), propertyName); in setFactory()
768 .setFactory(realm), propertyType); in observeDetailSet()
928 public static IObservableFactory setFactory(final Realm realm, in setFactory() method in BeansObservables
930 return BeanProperties.set(propertyName, elementType).setFactory(realm); in setFactory()
948 public static IObservableFactory setFactory(String propertyName, in setFactory() method in BeansObservables
950 return setFactory(Realm.getDefault(), propertyName, elementType); in setFactory()
/dports/www/grails/grails-1.3.6/src/test/org/codehaus/groovy/grails/web/sitemesh/
H A DFactoryHolderTests.groovy11 FactoryHolder.setFactory(factory)
16 FactoryHolder.setFactory(null)
24 FactoryHolder.setFactory(factory)
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/DependencyInjection/
H A DYamlFileLoader.php195 … $definition->setFactory(array($this->resolveServices('@'.$parts[0]), $parts[1]));
197 $definition->setFactory($service['factory']);
200 …$definition->setFactory(array($this->resolveServices($service['factory'][0]), $service['factory'][…
205 $definition->setFactory($service['factory_class']);
209 $definition->setFactory($service['factory_method']);
213 $definition->setFactory($service['factory_service']);
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/DependencyInjection/
H A DYamlFileLoader.php223 … $definition->setFactory(array($this->resolveServices('@'.$parts[0]), $parts[1]));
225 $definition->setFactory($service['factory']);
228 …$definition->setFactory(array($this->resolveServices($service['factory'][0]), $service['factory'][…
233 $definition->setFactory($service['factory_class']);
237 $definition->setFactory($service['factory_method']);
241 $definition->setFactory($service['factory_service']);
/dports/sysutils/bareos18-server/bareos-Release-18.2.12/webui/vendor/zendframework/zend-mvc/src/Service/
H A DViewHelperManagerFactory.php63 $plugins->setFactory('url', function () use ($serviceLocator) {
80 $plugins->setFactory('basepath', function () use ($serviceLocator) {
114 $plugins->setFactory('doctype', function () use ($serviceLocator) {
/dports/sysutils/bareos19-client/bareos-Release-19.2.11/webui/vendor/zendframework/zend-mvc/src/Service/
H A DViewHelperManagerFactory.php63 $plugins->setFactory('url', function () use ($serviceLocator) {
80 $plugins->setFactory('basepath', function () use ($serviceLocator) {
114 $plugins->setFactory('doctype', function () use ($serviceLocator) {
/dports/sysutils/bareos19-traymonitor/bareos-Release-19.2.11/webui/vendor/zendframework/zend-mvc/src/Service/
H A DViewHelperManagerFactory.php63 $plugins->setFactory('url', function () use ($serviceLocator) {
80 $plugins->setFactory('basepath', function () use ($serviceLocator) {
114 $plugins->setFactory('doctype', function () use ($serviceLocator) {
/dports/java/jdom/jdom/src/java/org/jdom/transform/
H A DXSLTransformer.java221 result.setFactory(factory); // null ok in transform()
253 result.setFactory(factory); // null ok in transform()
274 public void setFactory(JDOMFactory factory) { in setFactory() method in XSLTransformer
/dports/sysutils/bareos19-server/bareos-Release-19.2.11/webui/vendor/zendframework/zend-mvc/src/Service/
H A DViewHelperManagerFactory.php63 $plugins->setFactory('url', function () use ($serviceLocator) {
80 $plugins->setFactory('basepath', function () use ($serviceLocator) {
114 $plugins->setFactory('doctype', function () use ($serviceLocator) {

12345678910>>...38