Home
last modified time | relevance | path

Searched refs:IFactory (Results 1 – 25 of 308) sorted by relevance

12345678910>>...13

/dports/graphics/alembic/alembic-1.8.3/python/PyAlembic/
H A DPyIArchive.cpp50 AbcF::IFactory factory; in mkIArchive()
52 AbcF::IFactory::CoreType coreType; in mkIArchive()
55 if ( coreType == AbcF::IFactory::kUnknown ) { in mkIArchive()
59 else if ( coreType == AbcF::IFactory::kHDF5 ) { in mkIArchive()
76 AbcF::IFactory factory; in mkLayeredIArchive()
78 AbcF::IFactory::CoreType coreType; in mkLayeredIArchive()
81 if ( coreType == AbcF::IFactory::kUnknown ) { in mkLayeredIArchive()
85 else if ( coreType == AbcF::IFactory::kHDF5 ) { in mkLayeredIArchive()
95 AbcF::IFactory factory; in getCoreType()
97 AbcF::IFactory::CoreType coreType; in getCoreType()
[all …]
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/Abc/Tests/
H A DArchiveTest.cpp89 AbcF::IFactory factory; in archiveInfoTest()
90 AbcF::IFactory::CoreType coreType; in archiveInfoTest()
92 TESTING_ASSERT( (useOgawa && coreType == AbcF::IFactory::kOgawa) || in archiveInfoTest()
93 (!useOgawa && coreType == AbcF::IFactory::kHDF5) ); in archiveInfoTest()
136 AbcF::IFactory factory; in archiveInfoTest()
137 AbcF::IFactory::CoreType coreType; in archiveInfoTest()
139 TESTING_ASSERT( (useOgawa && coreType == AbcF::IFactory::kOgawa) || in archiveInfoTest()
140 (!useOgawa && coreType == AbcF::IFactory::kHDF5) ); in archiveInfoTest()
206 AbcF::IFactory factory; in scopingTest()
207 AbcF::IFactory::CoreType coreType; in scopingTest()
[all …]
H A DArrayPropertyTest.cpp122 AbcF::IFactory factory; in readUInt32ArrayProperty()
124 AbcF::IFactory::CoreType coreType; in readUInt32ArrayProperty()
126 TESTING_ASSERT( (useOgawa && coreType == AbcF::IFactory::kOgawa) || in readUInt32ArrayProperty()
127 (!useOgawa && coreType == AbcF::IFactory::kHDF5) ); in readUInt32ArrayProperty()
297 AbcF::IFactory factory; in readV3fArrayProperty()
299 AbcF::IFactory::CoreType coreType; in readV3fArrayProperty()
301 TESTING_ASSERT( (useOgawa && coreType == AbcF::IFactory::kOgawa) || in readV3fArrayProperty()
440 AbcF::IFactory factory; in readWriteColorArrayProperty()
442 AbcF::IFactory::CoreType coreType; in readWriteColorArrayProperty()
593 AbcF::IFactory factory; in emptyAndValueTest()
[all …]
/dports/graphics/alembic/alembic-1.8.3/lib/Alembic/AbcCoreFactory/
H A DIFactory.cpp50 IFactory::IFactory() in IFactory() function in Alembic::AbcCoreFactory::ALEMBIC_VERSION_NS::IFactory
58 IFactory::~IFactory() in ~IFactory()
62 Alembic::Abc::IArchive IFactory::getArchive( const std::string & iFileName, in getArchive()
115 Alembic::Abc::IArchive IFactory::getArchive( const std::string & iFileName ) in getArchive()
121 Alembic::Abc::IArchive IFactory::getArchive( in getArchive()
128 Alembic::Abc::IArchive IFactory::getArchive( in getArchive()
167 Alembic::Abc::IArchive IFactory::getArchive( in getArchive()
/dports/devel/flex-sdk35/flex-sdk3-3.5.0.12683_1/frameworks/projects/framework/src/mx/core/
H A DIFactory.as16 * The IFactory interface defines the interface that factory classes
18 * An object of type IFactory is a "factory object" which Flex uses
23 * IFactory; it calls <code>itemRenderer.newInstance()</code> to create
28 public interface IFactory interface
38 * implements IFactory).
/dports/devel/flex-sdk/flex-sdk-4.6.0.23201/frameworks/projects/framework/src/mx/core/
H A DIFactory.as16 * The IFactory interface defines the interface that factory classes
18 * An object of type IFactory is a "factory object" which Flex uses
23 * IFactory; it calls <code>itemRenderer.newInstance()</code> to create
33 public interface IFactory interface
43 * implements IFactory).
/dports/www/nextcloud/nextcloud/apps-pkg/user_ldap/lib/Notification/
H A DNotifier.php28 use OCP\L10N\IFactory; alias
34 /** @var IFactory */
38 * @param IFactory $l10nFactory
40 public function __construct(\OCP\L10N\IFactory $l10nFactory) {
/dports/www/nextcloud/nextcloud/apps-pkg/survey_client/lib/
H A DNotifier.php25 use OCP\L10N\IFactory; alias
31 /** @var IFactory */
40 * @param IFactory $l10nFactory
43 public function __construct(IFactory $l10nFactory, IURLGenerator $url) {
/dports/x11-toolkits/mygui-opengl/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DIFactory.h15 class MYGUI_EXPORT_DLL IFactory
18 IFactory() { } in IFactory() function
19 virtual ~IFactory() { } in ~IFactory()
/dports/x11-toolkits/mygui-ogre/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DIFactory.h15 class MYGUI_EXPORT_DLL IFactory
18 IFactory() { } in IFactory() function
19 virtual ~IFactory() { } in ~IFactory()
/dports/x11-toolkits/mygui/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DIFactory.h15 class MYGUI_EXPORT_DLL IFactory
18 IFactory() { } in IFactory() function
19 virtual ~IFactory() { } in ~IFactory()
/dports/x11-toolkits/mygui-dummy/mygui-MyGUI3.4.0/Tools/EditorFramework/
H A DIFactory.h15 class MYGUI_EXPORT_DLL IFactory
18 IFactory() { } in IFactory() function
19 virtual ~IFactory() { } in ~IFactory()
/dports/www/owncloud/owncloud/apps/updatenotification/lib/Notification/
H A DNotifier.php24 use OCP\L10N\IFactory; alias
34 /** @var IFactory */
44 * @param IFactory $l10NFactory
46 public function __construct(IManager $notificationManager, IFactory $l10NFactory) {
/dports/www/owncloud/owncloud/apps/market/lib/
H A DNotifier.php25 use OCP\L10N\IFactory; alias
38 /** @var IFactory */
46 * @param IFactory $l10NFactory
48 …public function __construct(IManager $notificationManager, IAppManager $appManager, IFactory $l10N…
/dports/www/owncloud/owncloud/settings/Panels/Personal/
H A DProfile.php33 use OCP\L10N\IFactory; alias
43 /** @var IFactory */
57 * @param IFactory $lfactory
64 IFactory $lfactory,
/dports/www/nextcloud/nextcloud/apps-pkg/twofactor_backupcodes/lib/Notifications/
H A DNotifier.php31 use OCP\L10N\IFactory; alias
37 /** @var IFactory */
43 public function __construct(IFactory $factory, IURLGenerator $url) {
/dports/www/owncloud/owncloud/lib/private/L10N/
H A DL10N.php26 use OCP\L10N\IFactory; alias
32 /** @var IFactory */
45 * @param IFactory $factory
50 public function __construct(IFactory $factory, $app, $lang, array $files) {
/dports/www/nextcloud/nextcloud/apps-pkg/activity/lib/Controller/
H A DFeedController.php35 use OCP\L10N\IFactory; alias
58 /** @var IFactory */
74 * @param IFactory $l10nFactory
84 IFactory $l10nFactory,
/dports/www/owncloud/owncloud/lib/private/License/
H A DMessageService.php22 use OCP\L10N\IFactory; alias
31 /** @var IFactory */
34 public function __construct(IFactory $l10nFactory) {
/dports/www/nextcloud/nextcloud/apps-pkg/notifications/lib/Notifier/
H A DAdminNotifications.php30 use OCP\L10N\IFactory; alias
37 /** @var IFactory */
43 public function __construct(IFactory $l10nFactory,
/dports/www/nextcloud/nextcloud/lib/private/Profile/Actions/
H A DEmailAction.php32 use OCP\L10N\IFactory; alias
43 /** @var IFactory */
51 IFactory $l10nFactory,
H A DPhoneAction.php32 use OCP\L10N\IFactory; alias
43 /** @var IFactory */
51 IFactory $l10nFactory,
H A DWebsiteAction.php32 use OCP\L10N\IFactory; alias
43 /** @var IFactory */
51 IFactory $l10nFactory,
/dports/finance/nextcloud-cospend/cospend/lib/Notification/
H A DNotifier.php20 use OCP\L10N\IFactory; alias
27 /** @var IFactory */
48 * @param IFactory $factory
55 public function __construct(IFactory $factory,
/dports/devel/py-zope.component/zope.component-4.2.2/src/zope/component/tests/
H A Dtest_factory.py32 from zope.component.interfaces import IFactory
33 verifyClass(IFactory, self._getTargetClass())
37 from zope.component.interfaces import IFactory
38 verifyObject(IFactory, self._makeOne())

12345678910>>...13