Home
last modified time | relevance | path

Searched refs:driver_installed (Results 1 – 25 of 38) sorted by relevance

12

/dports/www/moodle310/moodle/admin/tool/dbtransfer/
H A Dlocallib.php150 if ($targetdb->driver_installed() !== true) {
/dports/www/moodle311/moodle/admin/tool/dbtransfer/
H A Dlocallib.php150 if ($targetdb->driver_installed() !== true) {
/dports/www/moodle39/moodle/admin/tool/dbtransfer/
H A Dlocallib.php150 if ($targetdb->driver_installed() !== true) {
/dports/www/moodle310/moodle/lib/dml/tests/fixtures/
H A Dtest_moodle_database.php63 public function driver_installed() { function in test_moodle_database
/dports/www/moodle39/moodle/lib/dml/tests/fixtures/
H A Dtest_moodle_database.php63 public function driver_installed() { function in test_moodle_database
/dports/www/moodle39/moodle/lib/phpunit/classes/
H A Ddatabase_driver_testcase.php95 if (!$d->driver_installed()) {
/dports/www/moodle311/moodle/lib/dml/tests/fixtures/
H A Dtest_moodle_database.php63 public function driver_installed() { function in test_moodle_database
/dports/www/moodle310/moodle/lib/phpunit/classes/
H A Ddatabase_driver_testcase.php95 if (!$d->driver_installed()) {
/dports/www/moodle311/moodle/lib/phpunit/classes/
H A Ddatabase_driver_testcase.php95 if (!$d->driver_installed()) {
/dports/www/moodle310/moodle/
H A Dinstall.php281 if (!$database->driver_installed()) {
510 if ($database->driver_installed() !== true) {
/dports/www/moodle39/moodle/
H A Dinstall.php281 if (!$database->driver_installed()) {
510 if ($database->driver_installed() !== true) {
/dports/www/moodle311/moodle/
H A Dinstall.php281 if (!$database->driver_installed()) {
510 if ($database->driver_installed() !== true) {
/dports/www/moodle310/moodle/lib/dml/
H A Dsqlite3_pdo_moodle_database.php43 public function driver_installed() { function in sqlite3_pdo_moodle_database
H A Dmysqli_native_moodle_database.php61 $driverstatus = $this->driver_installed();
120 public function driver_installed() { function in mysqli_native_moodle_database
536 $driverstatus = $this->driver_installed();
H A Dpdo_moodle_database.php63 $driverstatus = $this->driver_installed();
H A Dsqlsrv_native_moodle_database.php92 public function driver_installed() { function in sqlsrv_native_moodle_database
196 $driverstatus = $this->driver_installed();
/dports/www/moodle39/moodle/lib/dml/
H A Dsqlite3_pdo_moodle_database.php43 public function driver_installed() { function in sqlite3_pdo_moodle_database
H A Dmysqli_native_moodle_database.php61 $driverstatus = $this->driver_installed();
120 public function driver_installed() { function in mysqli_native_moodle_database
536 $driverstatus = $this->driver_installed();
H A Dpdo_moodle_database.php63 $driverstatus = $this->driver_installed();
H A Dsqlsrv_native_moodle_database.php92 public function driver_installed() { function in sqlsrv_native_moodle_database
196 $driverstatus = $this->driver_installed();
/dports/www/moodle311/moodle/lib/dml/
H A Dsqlite3_pdo_moodle_database.php43 public function driver_installed() { function in sqlite3_pdo_moodle_database
H A Dpdo_moodle_database.php63 $driverstatus = $this->driver_installed();
H A Dmysqli_native_moodle_database.php61 $driverstatus = $this->driver_installed();
120 public function driver_installed() { function in mysqli_native_moodle_database
536 $driverstatus = $this->driver_installed();
H A Dsqlsrv_native_moodle_database.php92 public function driver_installed() { function in sqlsrv_native_moodle_database
196 $driverstatus = $this->driver_installed();
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dblkdev.cpp140 static int driver_installed[NUM_DEVICE_TABLE_ENTRIES]; variable
187 if (devicetable[j] == st->device_func && driver_installed[j] < 0) { in install_driver()
200 if (!driver_installed[j]) { in install_driver()
209 driver_installed[j] = -1; in install_driver()
211 driver_installed[j] = 1; in install_driver()

12