Home
last modified time | relevance | path

Searched refs:PROP_INPUT (Results 1 – 19 of 19) sorted by relevance

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/
H A DIEditorPart.java65 int PROP_INPUT = IWorkbenchPartConstants.PROP_INPUT; field
H A DIWorkbenchPartConstants.java43 int PROP_INPUT = 0x102; field
/dports/net/gnome-online-accounts/gnome-online-accounts-3.40.1/src/goabackend/
H A Dgoamailauth.c34 PROP_INPUT, enumerator
103 case PROP_INPUT: in goa_mail_auth_get_property()
130 case PROP_INPUT: in goa_mail_auth_set_property()
161 PROP_INPUT, in goa_mail_auth_class_init()
/dports/databases/arrow/apache-arrow-6.0.1/c_glib/arrow-glib/
H A Dorc-file-reader.cpp47 PROP_INPUT, enumerator
96 case PROP_INPUT: in garrow_orc_file_reader_set_property()
118 case PROP_INPUT: in garrow_orc_file_reader_get_property()
149 g_object_class_install_property(gobject_class, PROP_INPUT, spec); in garrow_orc_file_reader_class_init()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.team/bundles/org.eclipse.compare/compare/org/eclipse/compare/internal/
H A DOutlineViewerCreator.java35 public static final String PROP_INPUT = "org.eclipse.compare.OutlineInput"; //$NON-NLS-1$ field in OutlineViewerCreator
61 final PropertyChangeEvent event = new PropertyChangeEvent(this, PROP_INPUT, oldInput, newInput); in fireInputChange()
H A DCompareOutlinePage.java128 if (event.getProperty().equals(OutlineViewerCreator.PROP_INPUT)) { in propertyChange()
H A DCompareEditor.java302 firePropertyChange(IWorkbenchPartConstants.PROP_INPUT); in doSetInput()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/c_glib/arrow-glib/
H A Dorc-file-reader.cpp51 PROP_INPUT, enumerator
100 case PROP_INPUT: in garrow_orc_file_reader_set_property()
122 case PROP_INPUT: in garrow_orc_file_reader_get_property()
153 g_object_class_install_property(gobject_class, PROP_INPUT, spec); in garrow_orc_file_reader_class_init()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/c_glib/arrow-glib/
H A Dorc-file-reader.cpp51 PROP_INPUT, enumerator
100 case PROP_INPUT: in garrow_orc_file_reader_set_property()
122 case PROP_INPUT: in garrow_orc_file_reader_get_property()
153 g_object_class_install_property(gobject_class, PROP_INPUT, spec); in garrow_orc_file_reader_class_init()
/dports/multimedia/ogmrip/ogmrip-1.0.1/libogmrip/
H A Dogmrip-codec.c63 PROP_INPUT, enumerator
102 g_object_class_install_property (gobject_class, PROP_INPUT, in G_DEFINE_ABSTRACT_TYPE()
194 case PROP_INPUT: in ogmrip_codec_set_property()
230 case PROP_INPUT: in ogmrip_codec_get_property()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/part/
H A DEditorPart.java235 firePropertyChange(PROP_INPUT); in setInputWithNotify()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.ui.tests/Eclipse UI Tests/org/eclipse/ui/tests/api/
H A DMockReusableEditorPart.java165 firePropertyChange(PROP_INPUT); in setInput()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/misc/
H A DUIListenerLogging.java234 case IWorkbenchPartConstants.PROP_INPUT: in logPartReferencePropertyChange()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.debug/org.eclipse.debug.ui/ui/org/eclipse/debug/ui/sourcelookup/
H A DCommonSourceNotFoundEditor.java205 firePropertyChange(PROP_INPUT); in setInput()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/databinding/
H A DWorkbenchObservables.java304 if (propId == IWorkbenchPartConstants.PROP_INPUT) {
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/e4/compatibility/
H A DCompatibilityPart.java406 case IWorkbenchPartConstants.PROP_INPUT: in create()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/services/
H A DWorkbenchSourceProvider.java594 if (propId == IEditorPart.PROP_INPUT) {
/dports/audio/gsequencer/gsequencer-3.10.4/ags/audio/
H A Dags_audio.c288 PROP_INPUT, enumerator
1068 PROP_INPUT, in ags_audio_class_init()
2931 case PROP_INPUT: in ags_audio_get_property()
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.text/org.eclipse.ui.workbench.texteditor/src/org/eclipse/ui/texteditor/
H A DAbstractTextEditor.java4281 firePropertyChange(IEditorPart.PROP_INPUT); in setInputWithNotify()