Home
last modified time | relevance | path

Searched refs:stripped_tags (Results 1 – 6 of 6) sorted by relevance

/dports/games/anki/anki-2.1.16/aqt/
H A Dtagedit.py95 stripped_tags = tags.strip()
96 stripped_tags = re.sub(" +", " ", stripped_tags)
97 self.tags = self.edit.col.tags.split(stripped_tags)
103 self.cursor = stripped_tags.count(" ", 0, p)
/dports/www/py-urlwatch/urlwatch-2.24/lib/urlwatch/
H A Dhtml2txt.py67 stripped_tags = re.sub(r'<[^>]*>', '', data)
68 d = '\n'.join((line.rstrip() for line in stripped_tags.splitlines() if line.strip() != ''))
/dports/graphics/frogr/frogr-1.6/src/
H A Dfrogr-model.c612 g_autofree gchar *stripped_tags = NULL; in frogr_model_add_local_tags_from_string() local
620 stripped_tags = g_strstrip (g_strdup (tags_string)); in frogr_model_add_local_tags_from_string()
621 if (!g_str_equal (stripped_tags, "")) in frogr_model_add_local_tags_from_string()
628 tags_array = g_strsplit (stripped_tags, TAGS_DELIMITER, -1); in frogr_model_add_local_tags_from_string()
H A Dfrogr-picture.c143 g_autofree gchar *stripped_tags = g_strstrip (g_strdup (tags_string)); in _add_tags_to_tags_list() local
144 if (!g_str_equal (stripped_tags, "")) in _add_tags_to_tags_list()
151 tags_array = g_strsplit (stripped_tags, TAGS_DELIMITER, -1); in _add_tags_to_tags_list()
/dports/net-im/twirssi/twirssi-2579820/
H A Dtwirssi.pl2158 foreach my $tag (@{ $settings{stripped_tags} }) {
/dports/irc/irssi-scripts/irssi-scripts/scripts/
H A Dtwirssi.pl2158 foreach my $tag (@{ $settings{stripped_tags} }) {