Home
last modified time | relevance | path

Searched defs:editor (Results 151 – 175 of 8467) sorted by relevance

12345678910>>...339

/dports/audio/kid3-qt5/kid3-3.8.6/src/app/qt/
H A Dshortcutsdelegate.cpp55 QWidget* editor = QItemDelegate::createEditor(parent, option, index); in createEditor() local
76 if (auto editor = in resetToDefault() local
89 if (auto editor = in commitAndCloseEditor() local
101 if (auto editor = in clearAndCloseEditor() local
115 QWidget* editor, const QModelIndex& index) const in setEditorData()
130 QWidget* editor, QAbstractItemModel* model, const QModelIndex& index) const in setModelData()
151 QWidget* editor, const QStyleOptionViewItem& option, in updateEditorGeometry()
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/source/editors/text/
H A DCollabEditor.java24 void beginCollabSession(AceEditor editor, CollabEditStartParams params, in beginCollabSession()
30 boolean hasActiveCollabSession(AceEditor editor) in hasActiveCollabSession()
35 boolean hasFollowingCollabSession(AceEditor editor) in hasFollowingCollabSession()
40 void endCollabSession(AceEditor editor) in endCollabSession()
/dports/games/supertux2/SuperTux-v0.6.3-Source/src/supertux/menu/
H A Dparticle_editor_menu.cpp54 auto editor = ParticleEditor::current(); in ~ParticleEditorMenu() local
73 auto editor = ParticleEditor::current(); in menu_action() local
83 auto editor = ParticleEditor::current(); in menu_action() local
91 auto editor = ParticleEditor::current(); in menu_action() local
/dports/deskutils/glabels/glabels-3.4.1/src/
H A Dobject-editor-fill-page.c66 gl_object_editor_prepare_fill_page (glObjectEditor *editor) in gl_object_editor_prepare_fill_page()
126 gl_object_editor_set_fill_color (glObjectEditor *editor, in gl_object_editor_set_fill_color()
194 gl_object_editor_get_fill_color (glObjectEditor *editor) in gl_object_editor_get_fill_color()
229 fill_radio_toggled_cb (glObjectEditor *editor) in fill_radio_toggled_cb()
/dports/math/scilab/scilab-6.1.1/scilab/modules/ui_data/src/java/org/scilab/modules/ui_data/variableeditor/actions/
H A DSetPrecisionLongAction.java40 private final SwingScilabVariableEditor editor; field in SetPrecisionLongAction
49 public SetPrecisionLongAction(SwingScilabVariableEditor editor, String name) { in SetPrecisionLongAction()
58 public static void registerAction(SwingScilabVariableEditor editor, JTable table) { in registerAction()
78 public static JButton createButton(SwingScilabVariableEditor editor, String title) { in createButton()
95 public static JMenuItem createMenuItem(SwingScilabVariableEditor editor, String title) { in createMenuItem()
H A DCopyAction.java45 private CopyAction(SwingScilabVariableEditor editor, String name) { in CopyAction()
53 public static void registerAction(SwingScilabVariableEditor editor, JTable table) { in registerAction()
64 public static JButton createButton(SwingScilabVariableEditor editor, String title) { in createButton()
81 public static MenuItem createMenuItem(SwingScilabVariableEditor editor, String title) { in createMenuItem()
96 …public static SwingScilabMenuItem createJMenuItem(SwingScilabVariableEditor editor, String title) { in createJMenuItem()
H A DSetPrecisionLongeAction.java40 private final SwingScilabVariableEditor editor; field in SetPrecisionLongeAction
49 public SetPrecisionLongeAction(SwingScilabVariableEditor editor, String name) { in SetPrecisionLongeAction()
58 public static void registerAction(SwingScilabVariableEditor editor, JTable table) { in registerAction()
78 public static JButton createButton(SwingScilabVariableEditor editor, String title) { in createButton()
95 public static JMenuItem createMenuItem(SwingScilabVariableEditor editor, String title) { in createMenuItem()
H A DSetPrecisionShorteAction.java40 private final SwingScilabVariableEditor editor; field in SetPrecisionShorteAction
49 public SetPrecisionShorteAction(SwingScilabVariableEditor editor, String name) { in SetPrecisionShorteAction()
58 public static void registerAction(SwingScilabVariableEditor editor, JTable table) { in registerAction()
78 public static JButton createButton(SwingScilabVariableEditor editor, String title) { in createButton()
95 public static JMenuItem createMenuItem(SwingScilabVariableEditor editor, String title) { in createMenuItem()
/dports/math/scilab/scilab-6.1.1/scilab/modules/scinotes/src/java/org/scilab/modules/scinotes/actions/
H A DSaveFileInAction.java46 public SaveFileInAction(String name, String path, SciNotes editor) { in SaveFileInAction()
55 public SaveFileInAction(String name, SciNotes editor) { in SaveFileInAction()
66 public static Object createMenu(String label, final SciNotes editor, KeyStroke key) { in createMenu()
88 public static MenuItem createMenu(SciNotes editor, String path) { in createMenu()
98 public static void updateFavoriteDirsMenu(Menu menu, SciNotes editor) { in updateFavoriteDirsMenu()
/dports/www/grafana8/grafana-8.3.6/docs/sources/datasources/
H A Dgraphite.md43 ### Choose metrics to query
50 ### Functions
65 ### Sort labels
69 ### Nested queries
73 ### Avoiding many queries by using wildcards
81 ### Modify the metric name in my tables or charts
/dports/graphics/gimp-app/gimp-2.10.30/libgimpwidgets/
H A Dgimppatheditor.c141 gimp_path_editor_init (GimpPathEditor *editor) in gimp_path_editor_init()
302 GimpPathEditor *editor; in gimp_path_editor_new() local
336 gimp_path_editor_get_path (GimpPathEditor *editor) in gimp_path_editor_get_path()
379 gimp_path_editor_set_path (GimpPathEditor *editor, in gimp_path_editor_set_path()
428 gimp_path_editor_get_writable_path (GimpPathEditor *editor) in gimp_path_editor_get_writable_path()
468 gimp_path_editor_set_writable_path (GimpPathEditor *editor, in gimp_path_editor_set_writable_path()
520 gimp_path_editor_get_dir_writable (GimpPathEditor *editor, in gimp_path_editor_get_dir_writable()
558 gimp_path_editor_set_dir_writable (GimpPathEditor *editor, in gimp_path_editor_set_dir_writable()
604 GimpPathEditor *editor) in gimp_path_editor_new_clicked()
635 GimpPathEditor *editor) in gimp_path_editor_move_clicked()
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimptooloptionseditor.c142 gimp_tool_options_editor_init (GimpToolOptionsEditor *editor) in gimp_tool_options_editor_init()
192 GimpToolOptionsEditor *editor = GIMP_TOOL_OPTIONS_EDITOR (object); in gimp_tool_options_editor_constructed() local
246 GimpToolOptionsEditor *editor = GIMP_TOOL_OPTIONS_EDITOR (object); in gimp_tool_options_editor_dispose() local
275 GimpToolOptionsEditor *editor = GIMP_TOOL_OPTIONS_EDITOR (object); in gimp_tool_options_editor_set_property() local
295 GimpToolOptionsEditor *editor = GIMP_TOOL_OPTIONS_EDITOR (object); in gimp_tool_options_editor_get_property() local
332 GimpToolOptionsEditor *editor = GIMP_TOOL_OPTIONS_EDITOR (docked); in gimp_tool_options_editor_get_title() local
390 gimp_tool_options_editor_menu_popup (GimpToolOptionsEditor *editor, in gimp_tool_options_editor_menu_popup()
409 GimpToolOptionsEditor *editor) in gimp_tool_options_editor_save_clicked()
434 GimpToolOptionsEditor *editor) in gimp_tool_options_editor_delete_clicked()
447 GimpToolOptionsEditor *editor = GIMP_TOOL_OPTIONS_EDITOR (data); in gimp_tool_options_editor_drop_tool() local
[all …]
H A Dgimpcolordisplayeditor.c120 gimp_color_display_editor_init (GimpColorDisplayEditor *editor) in gimp_color_display_editor_init()
349 GimpColorDisplayEditor *editor = GIMP_COLOR_DISPLAY_EDITOR (object); in gimp_color_display_editor_dispose() local
371 GimpColorDisplayEditor *editor; in gimp_color_display_editor_new() local
453 GimpColorDisplayEditor *editor) in gimp_color_display_editor_add_clicked()
488 GimpColorDisplayEditor *editor) in gimp_color_display_editor_up_clicked()
496 GimpColorDisplayEditor *editor) in gimp_color_display_editor_down_clicked()
512 GimpColorDisplayEditor *editor) in gimp_color_display_editor_src_changed()
625 GimpColorDisplayEditor *editor) in gimp_color_display_editor_added()
656 GimpColorDisplayEditor *editor) in gimp_color_display_editor_removed()
693 GimpColorDisplayEditor *editor) in gimp_color_display_editor_reordered()
[all …]
/dports/mail/evolution/evolution-3.42.1/src/addressbook/gui/contact-editor/
H A De-contact-editor.c91 EContactEditor *editor; member
1528 init_sip (EContactEditor *editor) in init_sip()
2043 init_im (EContactEditor *editor) in init_im()
3187 EContactEditor *editor) in cert_tab_selection_changed_cb()
3375 EContactEditor *editor) in cert_add_pgp_btn_clicked_cb()
3384 EContactEditor *editor) in cert_add_x509_btn_clicked_cb()
3393 EContactEditor *editor) in cert_remove_btn_clicked_cb()
3454 EContactEditor *editor) in cert_load_pgp_btn_clicked_cb()
3472 EContactEditor *editor) in cert_save_btn_clicked_cb()
5345 EABEditor *editor; in e_contact_editor_new() local
[all …]
/dports/multimedia/sabbu/sabbu-0.3.0/Source/
H A Dgui_text_editor.cpp68 void gui_text_editor_text_changed_cb(GtkWidget *widget, struct KryTextEditor *editor) in gui_text_editor_text_changed_cb()
80 void gui_text_editor_set_text(struct KryTextEditor *editor, char *text) in gui_text_editor_set_text()
216 gboolean gui_text_editor_syntax_highlight_timer(struct KryTextEditor *editor) in gui_text_editor_syntax_highlight_timer()
394 GtkWidget *gui_text_editor_get_widget(struct KryTextEditor *editor) in gui_text_editor_get_widget()
399 GtkTextView *gui_text_editor_get_view(struct KryTextEditor *editor) in gui_text_editor_get_view()
404 GtkTextBuffer *gui_text_editor_get_buffer(struct KryTextEditor *editor) in gui_text_editor_get_buffer()
451 void gui_text_editor_create_tags(struct KryTextEditor *editor) in gui_text_editor_create_tags()
700 struct KryTextEditor *editor = kry_new0(struct KryTextEditor); in gui_text_editor_new() local
770 void gui_text_editor_free(struct KryTextEditor *editor) in gui_text_editor_free()
779 void gui_text_editor_spell_disable_right_click(struct KryTextEditor *editor) in gui_text_editor_spell_disable_right_click()
[all …]
/dports/www/bluefish/bluefish-2.2.12/src/plugin_zencoding/zencoding/actions/
H A Dtoken.py19 def reflect_css_value(editor): argument
31 def update_image_size(editor): argument
44 def compound_update(editor, data): argument
63 def update_image_size_html(editor): argument
96 def get_image_size_for_source(editor, src): argument
134 def _find_image(editor): argument
207 def update_image_size_css(editor): argument
321 def do_css_reflection(editor): argument
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.core/src/test/java/org/springframework/core/io/support/
H A DResourceArrayPropertyEditorTests.java34 PropertyEditor editor = new ResourceArrayPropertyEditor(); in testVanillaResource() local
47 PropertyEditor editor = new ResourceArrayPropertyEditor(); in testPatternResource() local
56 PropertyEditor editor = new ResourceArrayPropertyEditor(); in testSystemPropertyReplacement() local
70 …PropertyEditor editor = new ResourceArrayPropertyEditor(new PathMatchingResourcePatternResolver(),… in testStrictSystemPropertyReplacement() local
/dports/www/grafana8/grafana-8.3.6/docs/sources/panels/
H A Dpanel-editor.md26 ### Header
39 ### Visualization preview
51 ### Data section (bottom pane)
61 ### Panel display options (side pane)
/dports/databases/libgda5-ui/libgda-5.2.10/tools/browser/query-exec/
H A Dquery-editor.c248 QueryEditor *editor; in popup_container_position_func() local
355 display_completions (QueryEditor *editor) in display_completions()
836 hist_data_free_all (QueryEditor *editor) in hist_data_free_all()
867 QueryEditor *editor = (QueryEditor *) object; in query_editor_finalize() local
936 QueryEditor *editor; in query_editor_new() local
952 query_editor_get_mode (QueryEditor *editor) in query_editor_get_mode()
1359 timestamps_update_cb (QueryEditor *editor) in timestamps_update_cb()
1769 query_editor_get_all_text (QueryEditor *editor) in query_editor_get_all_text()
1848 query_editor_copy_clipboard (QueryEditor *editor) in query_editor_copy_clipboard()
1862 query_editor_cut_clipboard (QueryEditor *editor) in query_editor_cut_clipboard()
[all …]
/dports/databases/libgda5-postgresql/libgda-5.2.10/tools/browser/query-exec/
H A Dquery-editor.c248 QueryEditor *editor; in popup_container_position_func() local
355 display_completions (QueryEditor *editor) in display_completions()
836 hist_data_free_all (QueryEditor *editor) in hist_data_free_all()
867 QueryEditor *editor = (QueryEditor *) object; in query_editor_finalize() local
936 QueryEditor *editor; in query_editor_new() local
952 query_editor_get_mode (QueryEditor *editor) in query_editor_get_mode()
1359 timestamps_update_cb (QueryEditor *editor) in timestamps_update_cb()
1769 query_editor_get_all_text (QueryEditor *editor) in query_editor_get_all_text()
1848 query_editor_copy_clipboard (QueryEditor *editor) in query_editor_copy_clipboard()
1862 query_editor_cut_clipboard (QueryEditor *editor) in query_editor_cut_clipboard()
[all …]
/dports/databases/libgda5-bdb/libgda-5.2.10/tools/browser/query-exec/
H A Dquery-editor.c248 QueryEditor *editor; in popup_container_position_func() local
355 display_completions (QueryEditor *editor) in display_completions()
836 hist_data_free_all (QueryEditor *editor) in hist_data_free_all()
867 QueryEditor *editor = (QueryEditor *) object; in query_editor_finalize() local
936 QueryEditor *editor; in query_editor_new() local
952 query_editor_get_mode (QueryEditor *editor) in query_editor_get_mode()
1359 timestamps_update_cb (QueryEditor *editor) in timestamps_update_cb()
1769 query_editor_get_all_text (QueryEditor *editor) in query_editor_get_all_text()
1848 query_editor_copy_clipboard (QueryEditor *editor) in query_editor_copy_clipboard()
1862 query_editor_cut_clipboard (QueryEditor *editor) in query_editor_cut_clipboard()
[all …]
/dports/databases/libgda5-mysql/libgda-5.2.10/tools/browser/query-exec/
H A Dquery-editor.c248 QueryEditor *editor; in popup_container_position_func() local
355 display_completions (QueryEditor *editor) in display_completions()
836 hist_data_free_all (QueryEditor *editor) in hist_data_free_all()
867 QueryEditor *editor = (QueryEditor *) object; in query_editor_finalize() local
936 QueryEditor *editor; in query_editor_new() local
952 query_editor_get_mode (QueryEditor *editor) in query_editor_get_mode()
1359 timestamps_update_cb (QueryEditor *editor) in timestamps_update_cb()
1769 query_editor_get_all_text (QueryEditor *editor) in query_editor_get_all_text()
1848 query_editor_copy_clipboard (QueryEditor *editor) in query_editor_copy_clipboard()
1862 query_editor_cut_clipboard (QueryEditor *editor) in query_editor_cut_clipboard()
[all …]
/dports/databases/libgda5-ldap/libgda-5.2.10/tools/browser/query-exec/
H A Dquery-editor.c248 QueryEditor *editor; in popup_container_position_func() local
355 display_completions (QueryEditor *editor) in display_completions()
836 hist_data_free_all (QueryEditor *editor) in hist_data_free_all()
867 QueryEditor *editor = (QueryEditor *) object; in query_editor_finalize() local
936 QueryEditor *editor; in query_editor_new() local
952 query_editor_get_mode (QueryEditor *editor) in query_editor_get_mode()
1359 timestamps_update_cb (QueryEditor *editor) in timestamps_update_cb()
1769 query_editor_get_all_text (QueryEditor *editor) in query_editor_get_all_text()
1848 query_editor_copy_clipboard (QueryEditor *editor) in query_editor_copy_clipboard()
1862 query_editor_cut_clipboard (QueryEditor *editor) in query_editor_cut_clipboard()
[all …]
/dports/devel/geany-legacy/geany-1.37.1/src/
H A Deditor.c293 GeanyEditor *editor = data; in on_editor_button_press_event() local
1059 GeanyEditor *editor = data; in editor_sci_notify_cb() local
1268 editor_get_indent_prefs(GeanyEditor *editor) in editor_get_indent_prefs()
3410 GeanyEditor *editor; in delay_match_brace() local
3725 void editor_select_word(GeanyEditor *editor) in editor_select_word()
4385 void editor_unfold_all(GeanyEditor *editor) in editor_unfold_all()
4391 void editor_fold_all(GeanyEditor *editor) in editor_fold_all()
4751 GeanyEditor *editor = user_data; in on_editor_scroll_event() local
4801 GeanyEditor *editor = user_data; in on_editor_focus_in() local
4811 GeanyEditor *editor = user_data; in on_editor_expose_event() local
[all …]
/dports/devel/geany/geany-1.38/src/
H A Deditor.c292 GeanyEditor *editor = data; in on_editor_button_press_event() local
1058 GeanyEditor *editor = data; in editor_sci_notify_cb() local
1267 editor_get_indent_prefs(GeanyEditor *editor) in editor_get_indent_prefs()
3409 GeanyEditor *editor; in delay_match_brace() local
3724 void editor_select_word(GeanyEditor *editor) in editor_select_word()
4384 void editor_unfold_all(GeanyEditor *editor) in editor_unfold_all()
4390 void editor_fold_all(GeanyEditor *editor) in editor_fold_all()
4759 GeanyEditor *editor = user_data; in on_editor_scroll_event() local
4809 GeanyEditor *editor = user_data; in on_editor_focus_in() local
4818 GeanyEditor *editor = user_data; in on_editor_draw() local
[all …]

12345678910>>...339