Home
last modified time | relevance | path

Searched refs:current_group_name (Results 1 – 10 of 10) sorted by relevance

/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/botan/src/scripts/
H A Dtest_cli_crypt.py33 current_group_name = ""
52 current_group_name = match.group(1)
60 if not current_group_name in self.data:
61 self.data[current_group_name] = []
63 self.data[current_group_name].append(current_testcase)
67 if current_group_name != last_group_name:
68 last_group_name = current_group_name
/dports/security/botan2/Botan-2.18.2/src/scripts/
H A Dtest_cli_crypt.py33 current_group_name = ""
52 current_group_name = match.group(1)
60 if not current_group_name in self.data:
61 self.data[current_group_name] = []
63 self.data[current_group_name].append(current_testcase)
67 if current_group_name != last_group_name:
68 last_group_name = current_group_name
/dports/mail/thunderbird/thunderbird-91.8.0/comm/third_party/botan/src/scripts/
H A Dtest_cli_crypt.py33 current_group_name = ""
52 current_group_name = match.group(1)
60 if not current_group_name in self.data:
61 self.data[current_group_name] = []
63 self.data[current_group_name].append(current_testcase)
67 if current_group_name != last_group_name:
68 last_group_name = current_group_name
/dports/comms/wsjtz/wsjtx/
H A DMultiSettings.cpp651 QString current_group_name; in clone_into_configuration() local
655 current_group_name = settings_.value (multi_settings_current_name_key).toString (); in clone_into_configuration()
660 sources << current_group_name; in clone_into_configuration()
678 if (source_name == current_group_name) in clone_into_configuration()
/dports/graphics/opendx/dx-4.4.4/src/uipp/dxui/
H A DDisplayNode.C491 const char* current_group_name = this->getGroupName(groupID); in setGroupName() local
492 if (current_group_name) { in setGroupName()
496 GroupRecord* old_grec = gmgr->getGroup(current_group_name); in setGroupName()
/dports/japanese/slrn/slrn-0.9.6.2/src/
H A Dinterp.c924 static char *current_group_name (void) in current_group_name() function
1073 MAKE_INTRINSIC_0("current_newsgroup", current_group_name, SLANG_STRING_TYPE),
/dports/news/slrn/slrn-1.0.3/src/
H A Dinterp.c1290 static char *current_group_name (void) in current_group_name() function
1638 MAKE_INTRINSIC_0("current_newsgroup", current_group_name, SLANG_STRING_TYPE),
/dports/x11-fm/caja/caja-1.26.0/src/file-manager/
H A Dfm-properties-window.c1760 char *current_group_name; in synch_groups_combo_box() local
1793 current_group_name = caja_file_get_group_name (file); in synch_groups_combo_box()
1794 current_group_index = tree_model_get_entry_index (model, 0, current_group_name); in synch_groups_combo_box()
1800 if (current_group_index < 0 && current_group_name != NULL) { in synch_groups_combo_box()
1806 gtk_combo_box_text_prepend_text (GTK_COMBO_BOX_TEXT (combo_box), current_group_name); in synch_groups_combo_box()
1811 g_free (current_group_name); in synch_groups_combo_box()
/dports/x11-fm/nemo/nemo-4.8.3/src/
H A Dnemo-properties-window.c1564 char *current_group_name; in synch_groups_combo_box() local
1594 current_group_name = nemo_file_get_group_name (file); in synch_groups_combo_box()
1595 current_group_index = tree_model_get_entry_index (model, 0, current_group_name); in synch_groups_combo_box()
1601 if (current_group_index < 0 && current_group_name != NULL) { in synch_groups_combo_box()
1607 gtk_combo_box_text_prepend_text (GTK_COMBO_BOX_TEXT (combo_box), current_group_name); in synch_groups_combo_box()
1612 g_free (current_group_name); in synch_groups_combo_box()
/dports/x11-fm/nautilus/nautilus-41.1/src/
H A Dnautilus-properties-window.c1610 g_autofree char *current_group_name = NULL; in synch_groups_combo_box() local
1643 current_group_name = nautilus_file_get_group_name (file); in synch_groups_combo_box()
1644 current_group_index = tree_model_get_entry_index (model, 0, current_group_name); in synch_groups_combo_box()
1650 if (current_group_index < 0 && current_group_name != NULL) in synch_groups_combo_box()
1658 gtk_combo_box_text_prepend_text (GTK_COMBO_BOX_TEXT (combo_box), current_group_name); in synch_groups_combo_box()