Home
last modified time | relevance | path

Searched refs:RB_SOURCE (Results 1 – 25 of 49) sorted by relevance

12

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/metadata/
H A Droom_builder.cpp356 RB_SOURCE("_0", "0", 0, 8, 1),
357 RB_SOURCE("_1", "1", 1, 8, 0),
358 RB_SOURCE("_2", "2", 2, 8, 0),
359 RB_SOURCE("_3", "3", 3, 8, 0),
360 RB_SOURCE("_4", "4", 4, 8, 0),
361 RB_SOURCE("_5", "5", 5, 8, 0),
362 RB_SOURCE("_6", "6", 6, 8, 0),
363 RB_SOURCE("_7", "7", 7, 8, 0),
392 RB_SOURCE("_0", "0", 0, 8, 1),
393 RB_SOURCE("_1", "1", 1, 8, 0),
[all …]
/dports/devel/eric6/eric6-21.11/eric/eric6/Utilities/ClassBrowsers/
H A D__init__.py28 RB_SOURCE = 129 variable
33 SUPPORTED_TYPES = [PY_SOURCE, PTL_SOURCE, RB_SOURCE, IDL_SOURCE, JS_SOURCE,
123 return (open(pathname), pathname, (ext, 'r', RB_SOURCE))
/dports/audio/rhythmbox/rhythmbox-3.4.4/sources/
H A Drb-auto-playlist-source.c234 songs = rb_source_get_entry_view (RB_SOURCE (source)); in rb_auto_playlist_source_constructed()
249 priv->search_action = rb_source_create_search_action (RB_SOURCE (source)); in rb_auto_playlist_source_constructed()
285 …rb_source_bind_settings (RB_SOURCE (source), GTK_WIDGET (songs), priv->paned, GTK_WIDGET (priv->br… in rb_auto_playlist_source_constructed()
319 source = RB_SOURCE (g_object_new (RB_TYPE_AUTO_PLAYLIST_SOURCE, in rb_auto_playlist_source_new()
458 return RB_SOURCE (source); in rb_auto_playlist_source_new_from_xml()
784 RBEntryView *songs = rb_source_get_entry_view (RB_SOURCE (source)); in rb_auto_playlist_source_set_query()
845 songs = rb_source_get_entry_view (RB_SOURCE (source)); in rb_auto_playlist_source_get_query()
872 RBEntryView *songs = rb_source_get_entry_view (RB_SOURCE (source)); in rb_auto_playlist_source_browser_changed_cb()
880 rb_source_notify_filter_changed (RB_SOURCE (source)); in rb_auto_playlist_source_browser_changed_cb()
H A Drb-static-playlist-source.c282 songs = rb_source_get_entry_view (RB_SOURCE (source)); in rb_static_playlist_source_constructed()
291 priv->search_action = rb_source_create_search_action (RB_SOURCE (source)); in rb_static_playlist_source_constructed()
323 …rb_source_bind_settings (RB_SOURCE (source), GTK_WIDGET (songs), paned, GTK_WIDGET (priv->browser)… in rb_static_playlist_source_constructed()
371 source = RB_SOURCE (g_object_new (RB_TYPE_STATIC_PLAYLIST_SOURCE, in rb_static_playlist_source_new()
475 return RB_SOURCE (source); in rb_static_playlist_source_new_from_xml()
619 RBEntryView *songs = rb_source_get_entry_view (RB_SOURCE (source)); in rb_static_playlist_source_browser_changed_cb()
627 rb_source_notify_filter_changed (RB_SOURCE (source)); in rb_static_playlist_source_browser_changed_cb()
762 if (_rb_source_check_entry_type (RB_SOURCE (source), entry)) { in rb_static_playlist_source_add_location_internal()
971 if (_rb_source_check_entry_type (RB_SOURCE (source), entry)) { in rb_static_playlist_source_filter_entry_drop()
H A Drb-source.c382 source = RB_SOURCE (object); in rb_source_dispose()
412 source = RB_SOURCE (object); in rb_source_finalize()
503 RBSource *source = RB_SOURCE (object); in rb_source_set_property()
543 RBSource *source = RB_SOURCE (object); in rb_source_get_property()
589 RB_SOURCE (page), in default_activate()
599 RBSource *source = RB_SOURCE (page); in default_get_status()
1524 RBSource *source = RB_SOURCE (page); in rb_source_status_changed_cb()
H A Drb-play-queue-source.c305 g_signal_connect_object (G_OBJECT (rb_source_get_entry_view (RB_SOURCE (source))), in rb_play_queue_source_constructed()
398 source = RB_SOURCE (g_object_new (RB_TYPE_PLAY_QUEUE_SOURCE, in rb_play_queue_source_new()
599 song_info = rb_song_info_new (RB_SOURCE (source), priv->sidebar); in queue_properties_action_cb()
614 rb_playlist_manager_save_playlist_file (mgr, RB_SOURCE (data)); in queue_save_action_cb()
H A Drb-media-player-source.c657 RBSource *playlist_source = RB_SOURCE (l->data);
767 batch = rb_source_paste (RB_SOURCE (source), priv->sync_state->sync_to_add);
1037 db = get_db_for_source (RB_SOURCE (page));
1092 if (rb_source_can_paste (RB_SOURCE (page))) {
1093 rb_source_paste (RB_SOURCE (page), entries);
H A Drb-browser-source.c310 source->priv->search_action = rb_source_create_search_action (RB_SOURCE (source)); in rb_browser_source_constructed()
372 rb_source_bind_settings (RB_SOURCE (source), in rb_browser_source_constructed()
528 props = rb_source_gather_selected_properties (RB_SOURCE (source), prop); in browse_property()
719 rb_source_notify_filter_changed (RB_SOURCE (source)); in rb_browser_source_browser_changed_cb()
H A Drb-streaming-source.c234 rb_source_notify_playback_status_changed (RB_SOURCE (source));
467 rb_source_update_play_statistics (RB_SOURCE (source),
H A Drb-library-source.c365 songs = rb_source_get_entry_view (RB_SOURCE (source));
415 source = RB_SOURCE (g_object_new (RB_TYPE_LIBRARY_SOURCE,
741 if (rb_source_can_paste (RB_SOURCE (asource)))
742 rb_source_paste (RB_SOURCE (asource), entries);
1459 rb_entry_view_get_sorting_order (rb_source_get_entry_view (RB_SOURCE (library_source)),
H A Drb-source.h68 #define RB_SOURCE(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), RB_TYPE_SOURCE, RBSource)) macro
/dports/audio/rhythmbox/rhythmbox-3.4.4/plugins/android/
H A Drb-android-plugin.c191 source = RB_SOURCE (g_object_new (RB_TYPE_ANDROID_SOURCE, in create_source_cb()
211 rb_shell_register_entry_type_for_source (shell, RB_SOURCE (source), entry_type); in create_source_cb()
/dports/audio/rhythmbox/rhythmbox-3.4.4/plugins/generic-player/
H A Drb-generic-player-plugin.c186 source = RB_SOURCE (g_object_new (source_type, in create_source_cb()
203 rb_shell_register_entry_type_for_source (shell, RB_SOURCE (source), entry_type); in create_source_cb()
H A Drb-psp-source.c183 …rb_generic_player_source_add_playlist (RB_GENERIC_PLAYER_SOURCE (source), shell, RB_SOURCE (playli…
/dports/audio/rhythmbox/rhythmbox-3.4.4/plugins/iradio/
H A Drb-iradio-source.c363 rb_source_bind_settings (RB_SOURCE (source), in rb_iradio_source_constructed()
447 source = RB_SOURCE (g_object_new (RB_TYPE_IRADIO_SOURCE, in rb_iradio_source_new()
564 rb_source_notify_filter_changed (RB_SOURCE (source)); in impl_search()
727 rb_source_notify_filter_changed (RB_SOURCE (iradio_source)); in genre_selected_cb()
742 rb_source_notify_filter_changed (RB_SOURCE (iradio_source)); in genre_selection_reset_cb()
1113 if (source == RB_SOURCE (iradio_source) && (iradio_source->priv->info_available_id == 0)) { in playing_source_changed_cb()
/dports/devel/eric6/eric6-21.11/eric/eric6/Utilities/
H A DModuleParser.py34 RB_SOURCE = 129 variable
36 SUPPORTED_TYPES = [PY_SOURCE, PTL_SOURCE, RB_SOURCE]
42 "Ruby": RB_SOURCE,
428 elif moduleType == RB_SOURCE:
506 elif self.type == RB_SOURCE:
1297 elif self.type == RB_SOURCE:
1663 ('.rb', 'r', RB_SOURCE)
/dports/audio/rhythmbox/rhythmbox-3.4.4/shell/
H A Drb-shell-player.c1131 new_source = RB_SOURCE (player->priv->queue_source); in rb_shell_player_do_previous()
1235 new_source != RB_SOURCE (player->priv->queue_source)) { in rb_shell_player_do_next_internal()
1247 new_source = RB_SOURCE (player->priv->queue_source); in rb_shell_player_do_next_internal()
1395 new_source = RB_SOURCE (player->priv->queue_source); in rb_shell_player_playpause()
1676 rb_shell_player_set_playing_source (player, RB_SOURCE (player->priv->queue_source)); in rb_shell_player_entry_activated_cb()
1683 RB_SOURCE (player->priv->queue_source)); in rb_shell_player_entry_activated_cb()
2019 if (source != RB_SOURCE (player->priv->queue_source)) { in actually_set_playing_source()
2054 if (RB_SOURCE (player->priv->queue_source) == source) { in rb_shell_player_set_playing_source_internal()
2068 if (player->priv->current_playing_source == RB_SOURCE (player->priv->queue_source)) in rb_shell_player_set_playing_source_internal()
3072 if (source == RB_SOURCE (player->priv->queue_source)) { in rb_shell_player_set_source_internal()
[all …]
H A Drb-playlist-manager.c248 if (rb_source_want_uri (RB_SOURCE (mgr->priv->loading_playlist), uri) > 0) { in handle_playlist_entry_cb()
612 if (RB_SOURCE (page) == mgr->priv->new_playlist) { in new_playlist_deleted_cb()
1304 rb_source_paste (RB_SOURCE (playlist_source), entries); in add_to_playlist_action_cb()
1331 *playlists = g_list_prepend (*playlists, RB_SOURCE (page)); in list_playlists_cb()
1425 data->source = RB_SOURCE (page); in find_playlist_by_name_cb()
/dports/audio/rhythmbox/rhythmbox-3.4.4/plugins/fmradio/
H A Drb-fm-radio-source.c249 rb_shell_register_entry_type_for_source (shell, RB_SOURCE (self),
253 return RB_SOURCE (self);
424 rb_source_update_play_statistics (RB_SOURCE (self),
/dports/audio/rhythmbox/rhythmbox-3.4.4/widgets/
H A Drb-source-toolbar.c121 …rb_source_search (RB_SOURCE (toolbar->priv->page), toolbar->priv->active_search, toolbar->priv->se…
313 …rb_source_search (RB_SOURCE (toolbar->priv->page), toolbar->priv->active_search, NULL, toolbar->pr…
/dports/audio/rhythmbox/rhythmbox-3.4.4/plugins/ipod/
H A Drb-ipod-plugin.c163 src = RB_SOURCE (rb_ipod_source_new (G_OBJECT (plugin), in create_source_cb()
H A Drb-ipod-source.c382 songs = rb_source_get_entry_view (RB_SOURCE (source)); in finish_construction()
638 rb_shell_register_entry_type_for_source (shell, RB_SOURCE (source), entry_type); in rb_ipod_source_new()
1275 g_object_set (RB_SOURCE (source), in rb_ipod_load_songs()
1931 rb_playlist = RB_SOURCE (playlist->userdata); in impl_delete_thyself()
1971 g_object_set (RB_SOURCE (user_data), "name", in ipod_name_changed_cb()
2052 text = rb_ipod_helpers_get_device (RB_SOURCE(source)); in impl_show_properties()
/dports/audio/rhythmbox/rhythmbox-3.4.4/plugins/daap/
H A Drb-dmap-container-db-adapter.c186 assign_id (playlist_manager, RB_SOURCE (l->data)); in rb_dmap_container_db_adapter_new()
/dports/audio/rhythmbox/rhythmbox-3.4.4/podcast/
H A Drb-podcast-source.c328 rb_source_notify_filter_changed (RB_SOURCE (source)); in feed_select_change_cb()
994 source = RB_SOURCE (g_object_new (RB_TYPE_PODCAST_SOURCE, in rb_podcast_source_new()
1179 rb_source_notify_filter_changed (RB_SOURCE (source)); in impl_search()
1527 source->priv->search_action = rb_source_create_search_action (RB_SOURCE (source)); in impl_constructed()
1576 rb_source_bind_settings (RB_SOURCE (source), in impl_constructed()
/dports/audio/rhythmbox/rhythmbox-3.4.4/plugins/mtpdevice/
H A Drb-mtp-source.c381 tracks = rb_source_get_entry_view (RB_SOURCE (source)); in rb_mtp_source_constructed()
604 rb_shell_register_entry_type_for_source (shell, RB_SOURCE (source), entry_type); in rb_mtp_source_new()
606 return RB_SOURCE (source); in rb_mtp_source_new()
1578 if (_rb_source_check_entry_type (RB_SOURCE (source), entry) == FALSE) { in prepare_source()

12