Home
last modified time | relevance | path

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

/dports/chinese/wordpress-zh_TW/wordpress/wp-includes/
H A Dclass-wp-editor.php262 $the_editor = apply_filters(
304 printf( $the_editor, $content );
H A Ddeprecated.php2605 function the_editor($content, $id = 'content', $prev_id = 'title', $media_buttons = true, $tab_inde… function
/dports/chinese/wordpress-zh_CN/wordpress/wp-includes/
H A Dclass-wp-editor.php262 $the_editor = apply_filters(
304 printf( $the_editor, $content );
H A Ddeprecated.php2605 function the_editor($content, $id = 'content', $prev_id = 'title', $media_buttons = true, $tab_inde… function
/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Droute_ui.cc1091 TrackSelection& selected_tracks (ARDOUR_UI::instance()->the_editor().get_selection().tracks); in create_selected_sends()
1817 …ARDOUR_UI::instance()->the_editor().get_selection().tracks.foreach_route_ui (boost::bind (&RouteUI… in set_route_active()
2475 ARDOUR_UI::instance()->the_editor().clear_playlist (pl); in clear_playlist()
2487 PublicEditor* editor = &ARDOUR_UI::instance()->the_editor(); in build_playlist_menu()
H A Dardour_ui.h249 PublicEditor& the_editor() { return *editor;} in the_editor() function