Home
last modified time | relevance | path

Searched refs:stripped_title (Results 1 – 17 of 17) sorted by relevance

/dports/irc/hexchat/hexchat-2.16.0/src/fe-gtk/
H A Dplugin-notification.c81 char *stripped_title, *stripped_text; in show_notification() local
84 stripped_title = hexchat_strip (ph, title, -1, 7); in show_notification()
87 notification_backend_show (stripped_title, stripped_text); in show_notification()
89 hexchat_free (ph, stripped_title); in show_notification()
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/
H A DsfTests.yml6 stripped_title: { name: "foo bar", help: "bar foo" }
8 ['stripped_title' => ['name' => 'foo bar', 'help' => 'bar foo']]
/dports/deskutils/egroupware/egroupware/vendor/symfony/yaml/Tests/Fixtures/
H A DsfTests.yml6 stripped_title: { name: "foo bar", help: "bar foo" }
8 ['stripped_title' => ['name' => 'foo bar', 'help' => 'bar foo']]
/dports/www/baikal/baikal/vendor/symfony/yaml/Tests/Fixtures/
H A DsfTests.yml6 stripped_title: { name: "foo bar", help: "bar foo" }
8 ['stripped_title' => ['name' => 'foo bar', 'help' => 'bar foo']]
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Yaml/Tests/Fixtures/
H A DsfTests.yml6 stripped_title: { name: "foo bar", help: "bar foo" }
8 ['stripped_title' => ['name' => 'foo bar', 'help' => 'bar foo']]
/dports/devel/gitlist/gitlist/vendor/symfony/yaml/Tests/Fixtures/
H A DsfTests.yml6 stripped_title: { name: "foo bar", help: "bar foo" }
8 array('stripped_title' => array('name' => 'foo bar', 'help' => 'bar foo'))
/dports/devel/php-libawl/awl-827fbfed7dab0ca339998ca6cdcffb328246d83b/vendor/symfony/yaml/Symfony/Component/Yaml/Tests/Fixtures/
H A DsfTests.yml6 stripped_title: { name: "foo bar", help: "bar foo" }
8 array('stripped_title' => array('name' => 'foo bar', 'help' => 'bar foo'))
/dports/textproc/pear-Symfony_Component_Yaml/Yaml-2.4.4/Symfony/Component/Yaml/Tests/Fixtures/
H A DsfTests.yml6 stripped_title: { name: "foo bar", help: "bar foo" }
8 array('stripped_title' => array('name' => 'foo bar', 'help' => 'bar foo'))
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/libraries/vendor/symfony/yaml/Tests/Fixtures/
H A DsfTests.yml6 stripped_title: { name: "foo bar", help: "bar foo" }
8 array('stripped_title' => array('name' => 'foo bar', 'help' => 'bar foo'))
/dports/www/ilias/ILIAS-5.4.25/libs/composer/vendor/symfony/yaml/Tests/Fixtures/
H A DsfTests.yml6 stripped_title: { name: "foo bar", help: "bar foo" }
8 array('stripped_title' => array('name' => 'foo bar', 'help' => 'bar foo'))
/dports/deskutils/gnome-todo/gnome-todo-41.0/subprojects/libadwaita/src/
H A Dadw-preferences-window.c134 char *stripped_title = strip_mnemonic (title); in filter_search_results() local
136 if (stripped_title) { in filter_search_results()
138 title = stripped_title; in filter_search_results()
/dports/sysutils/gnome-control-center/gnome-control-center-41.2/subprojects/libhandy/src/
H A Dhdy-preferences-window.c126 gchar *stripped_title = strip_mnemonic (title); in filter_search_results() local
128 if (stripped_title) { in filter_search_results()
130 title = stripped_title; in filter_search_results()
/dports/x11-toolkits/libhandy/libhandy-1.4.0/src/
H A Dhdy-preferences-window.c131 gchar *stripped_title = strip_mnemonic (title); in filter_search_results() local
133 if (stripped_title) { in filter_search_results()
135 title = stripped_title; in filter_search_results()
/dports/x11-toolkits/libadwaita/libadwaita-8442d6097b36c17e87582525ceab3ce3d5bccd48/src/
H A Dadw-preferences-window.c137 char *stripped_title = strip_mnemonic (title); in filter_search_results() local
139 if (stripped_title) { in filter_search_results()
141 title = stripped_title; in filter_search_results()
/dports/audio/streamripper/streamripper-1.64.6/lib/
H A Dfilelib.c799 gchar stripped_title[SR_MAX_PATH]; in parse_and_subst_pat() local
820 mstrncpy (stripped_title, ti->title, SR_MAX_PATH); in parse_and_subst_pat()
823 replace_invalid_chars (stripped_title); in parse_and_subst_pat()
890 mstrncat (newfile, stripped_title, MAX_FILEBASELEN-nfi); in parse_and_subst_pat()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/objtools/readers/
H A Dsource_mod_parser.cpp532 string stripped_title; in ParseTitle() local
560 x_AppendIfNonEmpty(stripped_title, skipped); in ParseTitle()
567 x_AppendIfNonEmpty(stripped_title, rest); in ParseTitle()
572 return stripped_title; in ParseTitle()
/dports/biology/ncbi-blast+/ncbi-blast-2.12.0+-src/c++/src/objtools/readers/
H A Dsource_mod_parser.cpp532 string stripped_title; in ParseTitle() local
560 x_AppendIfNonEmpty(stripped_title, skipped); in ParseTitle()
567 x_AppendIfNonEmpty(stripped_title, rest); in ParseTitle()
572 return stripped_title; in ParseTitle()