Home
last modified time | relevance | path

Searched refs:supports_fulltext (Results 1 – 13 of 13) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Services/Database/test/Implementations/data/
H A Dclass.ilDatabaseCommonTestMockData.php224 public function getTableCreateSQLAfterRename($tablename, $engine, $supports_fulltext) argument
227 if ($supports_fulltext) {
250 public function getTableCreateSQLAfterAlter($tablename, $engine, $supports_fulltext) argument
253 if ($supports_fulltext) {
/dports/www/mybb/mybb-mybb_1829/inc/
H A Ddb_mysql_pdo.php380 public function supports_fulltext($table) function in MysqlPdoDbDriver
413 $supports_fulltext = $this->supports_fulltext($table);
414 if (version_compare($version, '4.0.1', '>=') && $supports_fulltext == true) {
H A Ddb_mysql.php1161 function supports_fulltext($table) function in DB_MySQL
1222 $supports_fulltext = $this->supports_fulltext($table);
1223 if(version_compare($version, '4.0.1', '>=') && $supports_fulltext == true)
H A Ddb_mysqli.php1155 function supports_fulltext($table) function in DB_MySQLi
1181 $supports_fulltext = $this->supports_fulltext($table);
1182 if(version_compare($version, '4.0.1', '>=') && $supports_fulltext == true)
H A Ddb_base.php303 function supports_fulltext($table); function
H A Ddb_pgsql_pdo.php427 public function supports_fulltext($table) function in PostgresPdoDbDriver
H A Ddb_pgsql.php1186 function supports_fulltext($table) function in DB_PgSQL
H A Ddb_sqlite.php1007 function supports_fulltext($table) function in DB_SQLite
/dports/www/mybb/mybb-mybb_1829/install/resources/
H A Dupgrade50.php58 …pe'] == "fulltext" && $db->supports_fulltext_boolean("posts") && $db->supports_fulltext("threads"))
H A Dupgrade5.php624 if($db->supports_fulltext("threads"))
/dports/www/mybb/mybb-mybb_1829/admin/modules/config/
H A Dsettings.php1052 …pe'] == "fulltext" && $db->supports_fulltext_boolean("posts") && $db->supports_fulltext("threads"))
1269 if(!$db->is_fulltext("threads") && $db->supports_fulltext("threads"))
/dports/www/mybb/mybb-mybb_1829/admin/modules/tools/
H A Dsystem_health.php283 if($db->supports_fulltext($mybb->input['table']))
/dports/www/mybb/mybb-mybb_1829/install/
H A Dindex.php2420 if($db->supports_fulltext('threads'))