Home
last modified time | relevance | path

Searched refs:hide_sources (Results 1 – 2 of 2) sorted by relevance

/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-source-combo-box.c32 GHashTable *hide_sources; member
88 if (g_hash_table_size (combo_box->priv->hide_sources) && E_IS_SOURCE_BACKEND (extension)) { in G_DEFINE_TYPE()
92 …g_hash_table_contains (combo_box->priv->hide_sources, e_source_backend_get_backend_name (backend))… in G_DEFINE_TYPE()
100 if (g_hash_table_contains (combo_box->priv->hide_sources, uid) || (e_source_get_parent (source) && in G_DEFINE_TYPE()
101 g_hash_table_contains (combo_box->priv->hide_sources, e_source_get_parent (source)))) { in G_DEFINE_TYPE()
351 g_hash_table_destroy (priv->hide_sources); in source_combo_box_finalize()
466 …combo_box->priv->hide_sources = g_hash_table_new_full (camel_strcase_hash, camel_strcase_equal, g_… in e_source_combo_box_init()
764 g_hash_table_remove_all (combo_box->priv->hide_sources); in e_source_combo_box_hide_sources()
769 g_hash_table_insert (combo_box->priv->hide_sources, g_strdup (backend_name), NULL); in e_source_combo_box_hide_sources()
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dvsmfile.c778 Boolean hide_sources; member
837 static Boolean BioseqHasSelectedFeatures (Asn2gbJobPtr ajp, Boolean hide_sources) in BioseqHasSelectedFeatures() argument
851 || (bbp->blocktype == SOURCEFEAT_BLOCK && ! hide_sources)) in BioseqHasSelectedFeatures()
883 if (ftp->hide_sources) in VSMExportFeatureTableBioseqCallback()
892 && ! BioseqHasSelectedFeatures (ajp, ftp->hide_sources)) in VSMExportFeatureTableBioseqCallback()
916 if (!ftp->hide_sources in VSMExportFeatureTableBioseqCallback()
979 ftd.hide_sources = FALSE; in ExportSeqAnnotFeatureTable()
981 ftd.hide_sources = TRUE; in ExportSeqAnnotFeatureTable()
1009 Boolean hide_sources, in VSMExportFeatureTable() argument
1049 ftd.hide_sources = hide_sources; in VSMExportFeatureTable()