Home
last modified time | relevance | path

Searched refs:service_preferences (Results 1 – 8 of 8) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/driver/
H A Ddbapi_svc_mapper.cpp546 SPreferences& service_preferences = m_PreferenceMap[service]; in x_RecalculatePreferences() local
547 service_preferences.servers.clear(); in x_RecalculatePreferences()
553 service_preferences.servers.push_back(*it); in x_RecalculatePreferences()
554 service_preferences.distribution.reset in x_RecalculatePreferences()
577 service_preferences.distribution.reset in x_RecalculatePreferences()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/dbapi/driver/
H A Ddbapi_svc_mapper.cpp536 SPreferences& service_preferences = m_PreferenceMap[service]; in x_RecalculatePreferences() local
537 service_preferences.servers.clear(); in x_RecalculatePreferences()
543 service_preferences.servers.push_back(*it); in x_RecalculatePreferences()
544 service_preferences.distribution.reset in x_RecalculatePreferences()
567 service_preferences.distribution.reset in x_RecalculatePreferences()
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/Selenium/Output/
H A DServicePreferencesGeneric.t138 SQL => "DELETE FROM service_preferences WHERE service_id = $ServiceID",
/dports/www/otrs/otrs-rel-6_0_29/scripts/test/Selenium/Agent/Admin/
H A DAdminService.t249 SQL => "DELETE FROM service_preferences WHERE service_id = $ServiceID",
/dports/www/otrs/otrs-rel-6_0_29/scripts/database/
H A Dotrs-schema.mysql.sql850 # create table service_preferences
852 CREATE TABLE service_preferences ( table
H A Dotrs-schema.postgresql.sql1573 CREATE TABLE service_preferences ( table
1585 CREATE INDEX service_preferences_service_id ON service_preferences (service_id);
H A Dotrs-schema-post.postgresql.sql1838 …ALTER TABLE service_preferences ADD CONSTRAINT FK_service_preferences_service_id_id FOREIGN KEY (s…
H A Dotrs-schema.oracle.sql2690 CREATE TABLE service_preferences ( table