Home
last modified time | relevance | path

Searched refs:getDriverType (Results 1 – 25 of 103) sorted by relevance

12345

/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Resource/Index/
H A DIndexer.php176 …s = $this->getExtractorRegistry()->getExtractorsWithDriverSupport($this->storage->getDriverType());
305 …if ($this->storage->getDriverType() === 'Local' && $fileObject->getSize() > 0 && GeneralUtility::i…
337 …tensions will be removed in TYPO3 v10.0. The FAL (' . $this->storage->getDriverType() . ') driver …
/dports/databases/pear-Horde_Imsp/Horde_Imsp-2.0.10/lib/Horde/Imsp/Auth/
H A DBase.php74 abstract public function getDriverType(); function in Horde_Imsp_Auth_Base
H A DImtest.php101 public function getDriverType() function in Horde_Imsp_Auth_Imtest
H A DPlaintext.php70 public function getDriverType() function in Horde_Imsp_Auth_Plaintext
H A DCramMd5.php96 public function getDriverType() function in Horde_Imsp_Auth_CramMd5
/dports/devel/pear-Horde_Core/Horde_Core-2.31.14/lib/Horde/Core/Factory/
H A DImspAuth.php69 if ($obj->getDriverType() == 'imtest') {
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/source/Irrlicht/
H A DCSoftwareTexture.h49 virtual E_DRIVER_TYPE getDriverType() const;
H A DCSoftwareTexture.cpp112 E_DRIVER_TYPE CSoftwareTexture::getDriverType() const in getDriverType() function in irr::video::CSoftwareTexture
H A DCSoftwareTexture2.h86 virtual E_DRIVER_TYPE getDriverType() const in getDriverType() function
H A DCD3D8Texture.h53 virtual E_DRIVER_TYPE getDriverType() const;
H A DCSoftwareDriver.cpp187 if (texture && texture->getDriverType() != EDT_SOFTWARE) in setActiveTexture()
260 if (texture && texture->getDriverType() != EDT_SOFTWARE) in setRenderTarget()
802 if (texture->getDriverType() != EDT_SOFTWARE) in draw2DImage()
879 E_DRIVER_TYPE CSoftwareDriver::getDriverType() const in getDriverType() function in irr::video::CSoftwareDriver
H A DCD3D9Texture.h57 virtual E_DRIVER_TYPE getDriverType() const;
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/backend/Classes/Resource/
H A DPublicUrlPrefixer.php62 return $resource->getStorage()->getDriverType() === 'Local';
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/frontend/Classes/Resource/
H A DPublicUrlPrefixer.php63 return $resource->getStorage()->getDriverType() === 'Local';
/dports/x11-toolkits/irrlicht/irrlicht-1.8.5/include/
H A DITexture.h153 virtual E_DRIVER_TYPE getDriverType() const = 0;
/dports/games/supertuxkart/SuperTuxKart-1.2-src/lib/irrlicht/include/
H A DITexture.h155 virtual E_DRIVER_TYPE getDriverType() const = 0;
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Classes/Resource/Service/
H A DExtractorService.php42 … foreach ($this->getExtractionServices($fileObject->getStorage()->getDriverType()) as $service) {
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Classes/Resource/Service/
H A DExtractorService.php43 … foreach ($this->getExtractionServices($fileObject->getStorage()->getDriverType()) as $service) {
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/graphics/
H A Dstk_texture.hpp86 virtual video::E_DRIVER_TYPE getDriverType() const in getDriverType() function in STKTexture
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/form/Classes/Slot/
H A DResourcePublicationSlot.php47 || $event->getStorage()->getDriverType() !== 'Local'
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/form/Classes/Slot/
H A DResourcePublicationSlot.php47 || $event->getStorage()->getDriverType() !== 'Local'
/dports/graphics/cegui/cegui-0.8.7/cegui/src/RendererModules/Irrlicht/
H A DGeometryBuffer.cpp54 d_xViewDir(driver.getDriverType() != irr::video::EDT_OPENGL ? 1.0f : -1.0f), in IrrlichtGeometryBuffer()
56 d_texelOffset(driver.getDriverType() != irr::video::EDT_OPENGL ? -0.5f : 0.0f) in IrrlichtGeometryBuffer()
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/form/Classes/Slot/
H A DResourcePublicationSlot.php57 || $storage->getDriverType() !== 'Local'
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Classes/Controller/
H A DFileDumpController.php110 return $file->getStorage()->getDriverType() !== 'Local'
/dports/databases/percona-pam-for-mysql/percona-server-5.6.51-91.0/storage/ndb/test/include/
H A DNDBT_Test.hpp232 NDBT_DriverType getDriverType() const { return m_driverType; } in getDriverType() function in NDBT_TestCase
400 NDBT_DriverType getDriverType() const { return m_driverType; } in getDriverType() function in NDBT_TestSuite

12345