Home
last modified time | relevance | path

Searched refs:getDriverName (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/dports/mail/pear-Horde_Kolab_Storage/Horde_Kolab_Storage-2.2.4/lib/Horde/Kolab/Storage/Driver/Decorator/
H A DLog.php80 $this->getDriverName(),
88 $this->getDriverName(),
106 $this->getDriverName(),
114 $this->getDriverName(),
133 $this->getDriverName(),
141 $this->getDriverName(),
162 $this->getDriverName(),
172 $this->getDriverName(),
192 $this->getDriverName(),
201 $this->getDriverName(),
[all …]
/dports/www/limesurvey/limesurvey/framework/web/
H A DCDbHttpSession.php141 switch($db->getDriverName())
222 …if($db->getDriverName()=='sqlsrv' || $db->getDriverName()=='mssql' || $db->getDriverName()=='dblib…
249 if($db->getDriverName()=='pgsql')
251 …if($db->getDriverName()=='sqlsrv' || $db->getDriverName()=='mssql' || $db->getDriverName()=='dblib…
/dports/www/limesurvey/limesurvey/application/helpers/
H A Ddatabase_helper.php56 $driver = Yii::app()->db->getDriverName();
93 switch (Yii::app()->db->getDriverName()) {
103 …dn't create 'select tables like' query for connection type '".Yii::app()->db->getDriverName()."'");
/dports/www/zend-framework/ZendFramework-2.4.13/library/Zend/Db/Adapter/Driver/Pdo/
H A DPdo.php154 $driverName = $this->connection->getDriverName();
185 $name = $this->getConnection()->getDriverName();
267 if ($this->connection->getDriverName() == 'sqlite'
274 if ($this->connection->getDriverName() == 'oci'
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/zendframework/zend-db/src/Adapter/Driver/Pdo/
H A DPdo.php158 $driverName = $this->connection->getDriverName();
189 $name = $this->getConnection()->getDriverName();
273 if ($this->connection->getDriverName() == 'sqlite'
280 if ($this->connection->getDriverName() == 'oci'
/dports/www/bacula-web/bacula-web-8.5.2/core/db/
H A Dcdb.class.php48 if ($this->getDriverName() == 'mysql') {
61 public function getDriverName() function in CDB
H A Dcdbutils.class.php35 if (CDB::getDriverName() != 'sqlite') {
/dports/www/limesurvey/limesurvey/application/controllers/admin/
H A Ddumpdb.php32 if (!in_array(Yii::app()->db->getDriverName(), array('mysql', 'mysqli'))) {
33 …only available for MySQL databases. Your database type is %s.'), Yii::app()->db->getDriverName()));
/dports/www/limesurvey/limesurvey/application/models/
H A DSession.php66 $sDatabasetype = Yii::app()->db->getDriverName();
83 $dbType = $db->getDriverName();
/dports/devel/pear-Horde_Core/Horde_Core-2.31.14/lib/Horde/Core/Factory/
H A DCache.php55 $driver = $this->getDriverName();
116 public function getDriverName() function in Horde_Core_Factory_Cache
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/Tools/MediaDriverTools/Android/
H A DGenerateAndroidMk.py46 def getDriverName(root): function
63 driver = getDriverName(root)
192 src = path.join(root, getDriverName(root), "cmrtlib")
215 src = path.join(root, getDriverName(root), "media_driver")
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/Tools/MediaDriverTools/Android/
H A DGenerateAndroidMk.py46 def getDriverName(root): function
63 driver = getDriverName(root)
192 src = path.join(root, getDriverName(root), "cmrtlib")
215 src = path.join(root, getDriverName(root), "media_driver")
/dports/www/phalcon4/cphalcon-4.1.1/tests/database/DataMapper/Query/Insert/
H A DGetLastInsertIdCest.php58 $I->getDatabaseNow($connection->getDriverName())
94 $I->getDatabaseNow($connection->getDriverName())
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/intervention/image/src/Intervention/Image/
H A DAbstractDriver.php113 $drivername = $this->getDriverName();
133 public function getDriverName() function in Intervention\\Image\\AbstractDriver
/dports/www/phalcon4/cphalcon-4.1.1/tests/_data/fixtures/Migrations/
H A DAbstractMigration.php70 public function getDriverName(): string function in Phalcon\\Test\\Fixtures\\Migrations\\AbstractMigration
92 $driver = $this->getDriverName();
/dports/www/limesurvey/limesurvey/framework/db/
H A DCDbConnection.php433 if(($driver=$this->getDriverName())!==null)
537 $driver=$this->getDriverName();
729 public function getDriverName() function in CDbConnection
742 * @see getDriverName
/dports/audio/kmix/kmix-21.12.3/backends/
H A Dmixer_backend.h76 virtual QString getDriverName() = 0;
241 getDriverNameFunc *getDriverName; member
/dports/games/exult/exult-snapshot-v1.7.0.20211128/gumps/
H A DAudioOptions_gump.cc159 midi_drivertext.emplace_back(MidiDriver::getDriverName(i)); in rebuild_midi_buttons()
204 if (midi_driver != MidiDriver::getDriverCount()) s = MidiDriver::getDriverName(midi_driver); in rebuild_mididriveroption_buttons()
276 std::string name = MidiDriver::getDriverName(midi_driver); in load_settings()
317 std::string name = MidiDriver::getDriverName(midi_driver); in load_settings()
465 if (midi_driver != MidiDriver::getDriverCount()) s = MidiDriver::getDriverName(midi_driver); in save_settings()
493 config->set("config/audio/midi/driver", MidiDriver::getDriverName(midi_driver), false); in save_settings()
/dports/audio/kmix/kmix-21.12.3/core/
H A Dmixer.h66 QString getDriverName() const { return (_mixerBackend->getDriverName()); } in getDriverName() function
/dports/graphics/R-cran-rgdal/rgdal/man/
H A DGDALDriver-class.Rd6 \alias{getDriverName}
45 getDriverName(driver)
69 \item{\code{getDriverName}:}{returns the GDAL driver name associated
/dports/audio/carla/Carla-2.4.1/source/modules/rtaudio/include/
H A Dasio.cpp69 theAsioDriver->getDriverName(info->name); in ASIOInit()
87 theAsioDriver->getDriverName(info->name); in ASIOInit()
/dports/audio/giada/giada-0.17.1/src/deps/rtaudio/include/
H A Dasio.cpp69 theAsioDriver->getDriverName(info->name); in ASIOInit()
87 theAsioDriver->getDriverName(info->name); in ASIOInit()
/dports/audio/rtaudio/rtaudio-5.1.0/include/
H A Dasio.cpp69 theAsioDriver->getDriverName(info->name);
87 theAsioDriver->getDriverName(info->name);
/dports/audio/stk/stk-4.6.2/src/include/
H A Dasio.cpp69 theAsioDriver->getDriverName(info->name); in ASIOInit()
87 theAsioDriver->getDriverName(info->name); in ASIOInit()
/dports/www/limesurvey/limesurvey/application/core/
H A DLSDbCriteria.php33 if ($partialMatch && Yii::app()->db->getDriverName() == 'pgsql') {

12345678910>>...13