Home
last modified time | relevance | path

Searched refs:sound_files (Results 1 – 23 of 23) sorted by relevance

/dports/net-im/libpurple/pidgin-2.14.8/libpurple/
H A Dsound-theme.c35 GHashTable *sound_files; member
62 priv->sound_files = g_hash_table_new_full(g_str_hash, in purple_sound_theme_init()
73 g_hash_table_destroy(priv->sound_files); in purple_sound_theme_finalize()
125 return g_hash_table_lookup(priv->sound_files, event); in purple_sound_theme_get_file()
154 g_hash_table_replace(priv->sound_files, in purple_sound_theme_set_file()
157 g_hash_table_remove(priv->sound_files, event); in purple_sound_theme_set_file()
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/
H A Dsound-theme.c35 GHashTable *sound_files; member
62 priv->sound_files = g_hash_table_new_full(g_str_hash, in purple_sound_theme_init()
73 g_hash_table_destroy(priv->sound_files); in purple_sound_theme_finalize()
125 return g_hash_table_lookup(priv->sound_files, event); in purple_sound_theme_get_file()
154 g_hash_table_replace(priv->sound_files, in purple_sound_theme_set_file()
157 g_hash_table_remove(priv->sound_files, event); in purple_sound_theme_set_file()
/dports/net-im/finch/pidgin-2.14.8/libpurple/
H A Dsound-theme.c35 GHashTable *sound_files; member
62 priv->sound_files = g_hash_table_new_full(g_str_hash, in purple_sound_theme_init()
73 g_hash_table_destroy(priv->sound_files); in purple_sound_theme_finalize()
125 return g_hash_table_lookup(priv->sound_files, event); in purple_sound_theme_get_file()
154 g_hash_table_replace(priv->sound_files, in purple_sound_theme_set_file()
157 g_hash_table_remove(priv->sound_files, event); in purple_sound_theme_set_file()
/dports/games/openclonk/openclonk-release-8.1-src/tools/
H A Dlist_unused_sounds.py95 sound_files = [] variable
102 sound_files.append(full_filename)
108 sound_files[:] = (sound_path for sound_path in sound_files if not fnmatch.fnmatch(sound_path, '*Mus…
133 print "\nChecking", len(sound_files), "sound files ..."
135 for sound_path in sound_files:
145 print "Out of the", len(sound_files), "found sound files, the above", cnt_unused_sounds, "may be un…
/dports/games/py-mnemosyne/Mnemosyne-2.7.3/mnemosyne/web_server/
H A Djquery_mb_html5_audio.py38 sound_files = ""
51 sound_files += """
68 """ + sound_files + """
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/classes/
H A Dsounds.php91 $sound_files = $file->sounds();
92 if (is_array($sound_files)) {
93 foreach ($sound_files as $value) {
/dports/games/py-mnemosyne/Mnemosyne-2.7.3/mnemosyne/libmnemosyne/filters/
H A Dhtml5_audio.py81 sound_files = []
83 sound_files.append("'" + \
95 text = text.replace("_SOUNDFILES_", ",".join(sound_files))
/dports/deskutils/treesheets/treesheets-1.0.2/lobster/src/
H A Dsdlaudiosfxr.cpp31 map<string, Sound, less<>> sound_files; variable
355 auto it = sound_files.find(filename); in LoadSound()
356 if (it != sound_files.end()) { in LoadSound()
374 return &(sound_files.insert({ string(filename), std::move(snd) }).first->second); in LoadSound()
412 sound_files.clear(); in SDLSoundClose()
/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Src/
H A Dth_sound.cpp34 sound_files = nullptr; in sound_archive()
64 sound_files = in load_from_th_file()
74 return sound_files[iIndex].sound_name; in get_sound_name()
175 sound_dat_sound_info* pFile = sound_files + iIndex; in load_sound()
H A Dth_sound.h85 sound_dat_sound_info* sound_files; variable
/dports/www/fusionpbx/fusionpbx-4.4.1/app/conference_centers/
H A Dconference_center_edit.php345 $sound_files = $file->sounds(); variable
346 if (is_array($sound_files)) {
348 foreach ($sound_files as $key => $value) {
/dports/www/fusionpbx/fusionpbx-4.4.1/app/music_on_hold/
H A Dmusic_on_hold_edit.php439 $sound_files = $file->sounds(); variable
440 if (is_array($sound_files)) {
442 foreach ($sound_files as $value) {
/dports/www/fusionpbx/fusionpbx-4.4.1/app/phrases/
H A Dphrase_edit.php341 $sound_files = $file->sounds(); variable
342 if (is_array($sound_files)) {
345 foreach ($sound_files as $value) {
/dports/irc/hexchat/hexchat-2.16.0/src/common/
H A Dtext.c2202 char *sound_files[NUM_XP]; variable
2209 if (sound_files[XP_TE_BEEP] && sound_files[XP_TE_BEEP][0]) in sound_beep()
2296 if (sound_files[i]) in sound_play_event()
2298 sound_play (sound_files[i], FALSE); in sound_play_event()
2309 g_free (sound_files[i]); in sound_load_event()
2310 sound_files[i] = g_strdup (file); in sound_load_event()
2321 memset (&sound_files, 0, sizeof (char *) * (NUM_XP)); in sound_load()
2360 if (sound_files[i] && sound_files[i][0]) in sound_save()
2365 "sound=%s\n\n", sound_files[i])); in sound_save()
/dports/www/fusionpbx/fusionpbx-4.4.1/app/ivr_menus/
H A Divr_menu_edit.php435 $sound_files = $file->sounds(); variable
1051 if (is_array($sound_files)) {
1053 foreach ($sound_files as $value) {
1141 if (is_array($sound_files)) {
1143 foreach ($sound_files as $value) {
/dports/www/fusionpbx/fusionpbx-4.4.1/app/call_flows/
H A Dcall_flow_edit.php413 $sound_files = $file->sounds();
414 if (is_array($sound_files)) {
416 foreach ($sound_files as $value) {
/dports/games/openage/openage-0.3.0-1262-ga554ab49/libopenage/audio/
H A Daudio_manager.cpp124 void AudioManager::load_resources(const std::vector<resource_def> &sound_files) { in load_resources() argument
129 for (auto &sound_file : sound_files) { in load_resources()
H A Daudio_manager.h53 void load_resources(const std::vector<resource_def> &sound_files);
/dports/games/allacrost/allacrost-1.0.2/dat/config/
H A Dboot.lua37 sound_files = { "snd/confirm.wav",
/dports/www/fusionpbx/fusionpbx-4.4.1/app/fax/
H A Dfax_edit.php740 $sound_files = $file->sounds(); variable
741 if (is_array($sound_files)) {
743 foreach ($sound_files as $value) {
/dports/irc/hexchat/hexchat-2.16.0/src/fe-gtk/
H A Dsetup.c1588 extern char *sound_files[];
1605 if (sound_files[i]) in setup_snd_populate()
1606 gtk_list_store_set (store, &iter, 0, te[i].name, 1, sound_files[i], 2, i, -1); in setup_snd_populate()
1648 if (sound_files[n]) in setup_snd_row_cb()
1649 gtk_entry_set_text (GTK_ENTRY (sndfile_entry), sound_files[n]); in setup_snd_row_cb()
1742 g_free (sound_files[n]); in setup_snd_changed_cb()
1743 sound_files[n] = g_strdup (gtk_entry_get_text (GTK_ENTRY (ent))); in setup_snd_changed_cb()
1747 gtk_list_store_set (store, &iter, 1, sound_files[n], -1); in setup_snd_changed_cb()
/dports/games/el/Eternal-Lands-1.9.5.9-1/
H A Dsound.c2042 if (!strcasecmp(sound_files[i].file_path, in_filename) && sound_files[i].sample_num > -1) in ensure_sample_loaded()
2047 return sound_files[i].sample_num; in ensure_sample_loaded()
3997 sound_files[i].file_path[0] = '\0';
3998 sound_files[i].sample_num = -1;
4106 sound_files[i].file_path[0] = '\0';
4107 sound_files[i].sample_num = -1;
4227 free(sound_files); sound_files = NULL;
4677 if (!strcasecmp(sound_files[i].file_path, content)) {
4678 return &sound_files[i];
4688 safe_strncpy(sound_files[i].file_path, content, MAX_FILENAME_LENGTH);
[all …]
/dports/audio/snd/snd-21.2/
H A Dsnd-motif.c14482 dir_info *sound_files = NULL; in add_directory_to_view_files_list() local
14486 sound_files = find_sound_files_in_dir(dirname); in add_directory_to_view_files_list()
14487 if ((sound_files) && in add_directory_to_view_files_list()
14488 (sound_files->len > 0)) in add_directory_to_view_files_list()
14491 for (i = 0; i < sound_files->len; i++) in add_directory_to_view_files_list()
14492 …add_file_to_view_files_list(vdat, sound_files->files[i]->filename, sound_files->files[i]->full_fil… in add_directory_to_view_files_list()
14493 sound_files = free_dir_info(sound_files); in add_directory_to_view_files_list()