Home
last modified time | relevance | path

Searched defs:editor (Results 251 – 275 of 9363) sorted by relevance

1...<<11121314151617181920>>...375

/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/gui/config_dialog/
H A Dcombobox_delegate.cc47 QComboBox *editor = new QComboBox(parent); in createEditor() local
61 QWidget *editor, in setEditorData()
72 QWidget *editor, QAbstractItemModel *model, in setModelData()
82 QWidget *editor, in updateEditorGeometry()
92 QComboBox *editor = qobject_cast<QComboBox *>(sender()); in CommitAndCloseEditor() local
/dports/www/drupal9/drupal-9.2.10/core/modules/media/src/Plugin/CKEditorPlugin/
H A DDrupalMedia.php74 public function getDependencies(Editor $editor) {
81 public function getLibraries(Editor $editor) {
100 public function getConfig(Editor $editor) {
109 public function isEnabled(Editor $editor) {
125 public function getCssFiles(Editor $editor) {
/dports/japanese/fcitx-mozc/mozc-2.23.2815.102.01/src/gui/config_dialog/
H A Dcombobox_delegate.cc47 QComboBox *editor = new QComboBox(parent); in createEditor() local
61 QWidget *editor, in setEditorData()
72 QWidget *editor, QAbstractItemModel *model, in setModelData()
82 QWidget *editor, in updateEditorGeometry()
92 QComboBox *editor = qobject_cast<QComboBox *>(sender()); in CommitAndCloseEditor() local
/dports/devel/glade/glade-3.22.1/gladeui/
H A Dglade-base-editor.c129 reset_child_types (GladeBaseEditor *editor) in reset_child_types()
404 glade_base_editor_clear (GladeBaseEditor *editor) in glade_base_editor_clear()
451 GladeBaseEditor *editor = (GladeBaseEditor *) data; in glade_base_editor_update_properties_idle() local
1173 GladeBaseEditor *editor = data; in glade_base_editor_update_display_name() local
1311 GladeBaseEditor *editor = GLADE_BASE_EDITOR (object); in glade_base_editor_set_property() local
1330 GladeBaseEditor *editor = GLADE_BASE_EDITOR (object); in glade_base_editor_get_property() local
1346 glade_base_editor_change_type (GladeBaseEditor *editor, in glade_base_editor_change_type()
1443 glade_base_editor_build_child (GladeBaseEditor *editor, in glade_base_editor_build_child()
1453 glade_base_editor_move_child (GladeBaseEditor *editor, in glade_base_editor_move_child()
1536 glade_base_editor_init (GladeBaseEditor *editor) in glade_base_editor_init()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.pde.ui/ui/org.eclipse.pde.ui/src/org/eclipse/pde/internal/ui/search/
H A DSearchResult.java70 public boolean isShownInEditor(Match match, IEditorPart editor) { in isShownInEditor()
82 public Match[] computeContainedMatches(AbstractTextSearchResult result, IEditorPart editor) { in computeContainedMatches()
112 protected boolean isMatchContained(final IEditorPart editor, final IPluginObject object) { in isMatchContained()
117 protected boolean isMatchContained(final IEditorPart editor, final IFeaturePlugin object) { in isMatchContained()
122 protected boolean isMatchContained(final IEditorPart editor, final IResource underlyingResource, in isMatchContained()
146 protected IDocument getDocument(IEditorPart editor, Match match) { in getDocument()
/dports/math/scilab/scilab-6.1.1/scilab/modules/ui_data/src/java/org/scilab/modules/ui_data/variableeditor/actions/
H A DCreateVariableFromSelectionAction.java60 private final SwingScilabVariableEditor editor; field in CreateVariableFromSelectionAction
67 private CreateVariableFromSelectionAction(SwingScilabVariableEditor editor, String name) { in CreateVariableFromSelectionAction()
76 public static void registerAction(SwingScilabVariableEditor editor, JTable table) { in registerAction()
190 public static JButton createButton(SwingScilabVariableEditor editor, String title) { in createButton()
207 public static MenuItem createMenuItem(SwingScilabVariableEditor editor, String title) { in createMenuItem()
222 …public static SwingScilabMenuItem createJMenuItem(SwingScilabVariableEditor editor, String title) { in createJMenuItem()
H A DCreateNewVariableAction.java60 private final SwingScilabVariableEditor editor; field in CreateNewVariableAction
67 private CreateNewVariableAction(SwingScilabVariableEditor editor, String name) { in CreateNewVariableAction()
76 public static void registerAction(SwingScilabVariableEditor editor, JTable table) { in registerAction()
252 public static JButton createButton(SwingScilabVariableEditor editor, String title) { in createButton()
269 public static MenuItem createMenuItem(SwingScilabVariableEditor editor, String title) { in createMenuItem()
284 …public static SwingScilabMenuItem createJMenuItem(SwingScilabVariableEditor editor, String title) { in createJMenuItem()
H A DDuplicateVariableAction.java59 private final SwingScilabVariableEditor editor; field in DuplicateVariableAction
66 private DuplicateVariableAction(SwingScilabVariableEditor editor, String name) { in DuplicateVariableAction()
75 public static void registerAction(SwingScilabVariableEditor editor, JTable table) { in registerAction()
182 public static MenuItem createMenuItem(SwingScilabVariableEditor editor, String title) { in createMenuItem()
197 …public static SwingScilabMenuItem createJMenuItem(SwingScilabVariableEditor editor, String title) { in createJMenuItem()
/dports/www/joomla3/joomla3-3.9.24/libraries/src/Editor/
H A DEditor.php91 public function __construct($editor = 'none')
106 public static function getInstance($editor = 'none')
350 public function save($editor)
388 public function getContent($editor)
421 public function setContent($editor, $html)
454 public function getButtons($editor, $buttons = true)
/dports/devel/liteide/liteide-x37.4/liteidex/src/plugins/fakevimedit/
H A Dfakevimedit.cpp100 LiteApi::IEditor *editor = m_liteApp->editorManager()->currentEditor(); in _enableFakeVim() local
106 LiteApi::IEditor *editor = m_liteApp->editorManager()->currentEditor(); in _disableFakeVim() local
136 void FakeVimEdit::_removeFakeVimFromEditor(LiteApi::IEditor *editor){ in _removeFakeVimFromEditor()
167 void FakeVimEdit::_addFakeVimToEditor(LiteApi::IEditor *editor){ in _addFakeVimToEditor()
249 LiteApi::IEditor *editor = m_editor; in moveToMatchingParenthesis() local
272 void FakeVimEdit::editorCreated(LiteApi::IEditor *editor) in editorCreated()
301 void FakeVimEdit::currentEditorChanged(LiteApi::IEditor *editor) in currentEditorChanged()
/dports/graphics/gimp-app/gimp-2.10.30/app/actions/
H A Dtool-options-commands.c69 GimpEditor *editor = GIMP_EDITOR (user_data); in tool_options_save_new_preset_cmd_callback() local
85 GimpEditor *editor = GIMP_EDITOR (data); in tool_options_save_preset_cmd_callback() local
111 GimpEditor *editor = GIMP_EDITOR (data); in tool_options_restore_preset_cmd_callback() local
137 GimpEditor *editor = GIMP_EDITOR (data); in tool_options_edit_preset_cmd_callback() local
160 GimpEditor *editor = GIMP_EDITOR (data); in tool_options_delete_preset_cmd_callback() local
188 GimpEditor *editor = GIMP_EDITOR (data); in tool_options_reset_cmd_callback() local
200 GimpEditor *editor = GIMP_EDITOR (data); in tool_options_reset_all_cmd_callback() local
253 GimpEditor *editor, in tool_options_show_preset_editor()
H A Ddocuments-commands.c82 GimpContainerEditor *editor = GIMP_CONTAINER_EDITOR (data); in documents_open_cmd_callback() local
107 GimpContainerEditor *editor = GIMP_CONTAINER_EDITOR (data); in documents_raise_or_open_cmd_callback() local
138 GimpContainerEditor *editor = GIMP_CONTAINER_EDITOR (data); in documents_file_open_dialog_cmd_callback() local
161 GimpContainerEditor *editor = GIMP_CONTAINER_EDITOR (data); in documents_copy_location_cmd_callback() local
178 GimpContainerEditor *editor = GIMP_CONTAINER_EDITOR (data); in documents_show_in_file_manager_cmd_callback() local
208 GimpContainerEditor *editor = GIMP_CONTAINER_EDITOR (data); in documents_remove_cmd_callback() local
225 GimpContainerEditor *editor = GIMP_CONTAINER_EDITOR (data); in documents_clear_cmd_callback() local
296 GimpContainerEditor *editor = GIMP_CONTAINER_EDITOR (data); in documents_recreate_preview_cmd_callback() local
328 GimpContainerEditor *editor = GIMP_CONTAINER_EDITOR (data); in documents_reload_previews_cmd_callback() local
360 GimpContainerEditor *editor = GIMP_CONTAINER_EDITOR (data); in documents_remove_dangling_cmd_callback() local
[all …]
/dports/devel/RStudio/rstudio-2021.09.1-372/src/gwt/src/org/rstudio/studio/client/workbench/views/console/shell/editor/
H A DInputEditorUtil.java19 public static void yankAfterCursor(final InputEditorDisplay editor, in yankAfterCursor()
36 public static void yankBeforeCursor(final InputEditorDisplay editor, in yankBeforeCursor()
53 public static void pasteYanked(InputEditorDisplay editor) in pasteYanked()
62 InputEditorDisplay editor) in getLineWithCursorPosition()
/dports/graphics/aseprite/aseprite-1.2.9/src/app/ui/editor/
H A Dmoving_slice_state.cpp28 MovingSliceState::MovingSliceState(Editor* editor, MouseMessage* msg, in MovingSliceState()
42 bool MovingSliceState::onMouseUp(Editor* editor, MouseMessage* msg) in onMouseUp()
62 bool MovingSliceState::onMouseMove(Editor* editor, MouseMessage* msg) in onMouseMove()
121 bool MovingSliceState::onSetCursor(Editor* editor, const gfx::Point& mouseScreenPos) in onSetCursor()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/eventlist/
H A Dnodelistdelegate.cpp47 void NodeListDelegate::setModelData(QWidget *editor, in setModelData()
66 bool NodeListDelegate::eventFilter(QObject *editor, QEvent *event) in eventFilter()
78 if (auto *editor = qobject_cast<ShortcutWidget *>(sender())) { in commitAndClose() local
86 if (auto *editor = qobject_cast<ShortcutWidget *>(sender())) in close() local
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/tests/system/suite_CSUP/tst_CSUP06/
H A Dtest.py28 def moveDownToNextNonEmptyLine(editor): argument
37 def performAutoCompletionTest(editor, lineToStartRegEx, linePrefix, testFunc, *funcArgs): argument
64 def checkIncludeCompletion(editor, isClangCodeModel): argument
91 def checkSymbolCompletion(editor, isClangCodeModel): argument
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-categories-editor.c84 categories_editor_selection_changed_cb (ECategoriesEditor *editor, in categories_editor_selection_changed_cb()
100 categories_editor_update_entry (ECategoriesEditor *editor) in categories_editor_update_entry()
116 categories_editor_category_checked_cb (ECategoriesEditor *editor) in categories_editor_category_checked_cb()
124 ECategoriesEditor *editor) in new_button_clicked_cb()
146 ECategoriesEditor *editor) in edit_button_clicked_cb()
173 ECategoriesEditor *editor) in delete_button_clicked_cb()
245 e_categories_editor_init (ECategoriesEditor *editor) in e_categories_editor_init()
401 e_categories_editor_get_categories (ECategoriesEditor *editor) in e_categories_editor_get_categories()
456 e_categories_editor_set_categories (ECategoriesEditor *editor, in e_categories_editor_set_categories()
476 e_categories_editor_get_entry_visible (ECategoriesEditor *editor) in e_categories_editor_get_entry_visible()
[all …]
/dports/games/solarus-quest-editor/solarus-quest-editor-e541e1312c242bff10aa1fb84a7eb8b6cb8504ba/src/widgets/
H A Deditor_tabs.cpp464 Editor* editor = get_editor(index); in remove_editor() local
514 Editor* editor = it->second.get(); in find_editor() local
530 Editor* editor = it->second.get(); in show_editor() local
542 Editor* editor = get_editor(index); in save_file_requested() local
633 Editor* editor = get_editor(index); in close_file_requested() local
657 Editor* editor = get_editor(index); in reload_file_requested() local
739 Editor* editor = get_editor(i); in confirm_before_closing() local
823 Editor* editor = get_editor(); in current_editor_changed() local
848 Editor* editor = get_editor(i); in save_open_files_list() local
854 Editor* editor = get_editor(); in save_open_files_list() local
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/accessible/generic/
H A DHyperTextAccessible-inl.h63 nsCOMPtr<nsIEditor> editor = GetEditor(); in ReplaceText() local
79 nsCOMPtr<nsIEditor> editor = GetEditor(); in InsertText() local
90 nsCOMPtr<nsIEditor> editor = GetEditor(); in CopyText() local
100 nsCOMPtr<nsIEditor> editor = GetEditor(); in CutText() local
110 nsCOMPtr<nsIEditor> editor = GetEditor(); in DeleteText() local
120 nsCOMPtr<nsIEditor> editor = GetEditor(); in PasteText() local
/dports/www/grafana8/grafana-8.3.6/docs/sources/datasources/azuremonitor/
H A D_index.md43 ### Querying Azure Monitor Metrics
89 ### Querying Azure Monitor Logs
168 ### Querying Azure Resource Graph
174 ### Your first Azure Resource Graph query
234 ### Azure Resource Graph macros
/dports/www/grafana8/grafana-8.3.6/docs/sources/datasources/
H A Dpostgres.md78 ### Select table, time column and metric column (FROM)
92 ### Columns, window, and aggregation functions (SELECT)
111 ### Filter data (WHERE)
116 ### Group by
127 ### Text editor mode (RAW)
/dports/converters/wkhtmltopdf/qt-5db36ec/examples/itemviews/spinboxdelegate/
H A Ddelegate.cpp65 QSpinBox *editor = new QSpinBox(parent); in createEditor() local
74 void SpinBoxDelegate::setEditorData(QWidget *editor, in setEditorData()
85 void SpinBoxDelegate::setModelData(QWidget *editor, QAbstractItemModel *model, in setModelData()
97 void SpinBoxDelegate::updateEditorGeometry(QWidget *editor, in updateEditorGeometry()
/dports/deskutils/maliit-keyboard/keyboard-2.1.0/tests/unittests/ut_word-candidates/
H A Dut_word-candidates.cpp50 void appendToPreedit(Editor *editor, in appendToPreedit()
61 void enforceCommit(Editor *editor) in enforceCommit()
115 Editor editor(EditorOptions(), new Model::Text, new Logic::WordEngineProbe); in testPrediction() local
158 Editor editor(EditorOptions(), new Model::Text, new Logic::WordEngineProbe); in testWordCandidatesChanged() local
/dports/misc/qt5-examples/qt-everywhere-src-5.15.2/qtbase/examples/widgets/itemviews/spinboxdelegate/
H A Ddelegate.cpp74 QSpinBox *editor = new QSpinBox(parent); in createEditor() local
84 void SpinBoxDelegate::setEditorData(QWidget *editor, in setEditorData()
95 void SpinBoxDelegate::setModelData(QWidget *editor, QAbstractItemModel *model, in setModelData()
107 void SpinBoxDelegate::updateEditorGeometry(QWidget *editor, in updateEditorGeometry()
/dports/www/drupal8/drupal-8.9.20/core/modules/ckeditor/src/Plugin/CKEditorPlugin/
H A DLanguage.php41 public function getLibraries(Editor $editor) {
48 public function getConfig(Editor $editor) {
99 public function settingsForm(array $form, FormStateInterface $form_state, Editor $editor) {
130 public function getCssFiles(Editor $editor) {

1...<<11121314151617181920>>...375