/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/internal/p2/ui/viewers/ |
H A D | MetadataRepositoryElementComparator.java | 64 case RepositoryDetailsLabelProvider.COL_LOCATION: in compare() 86 return RepositoryDetailsLabelProvider.COL_LOCATION; in getSecondaryKeyFor() 88 return RepositoryDetailsLabelProvider.COL_LOCATION; in getSecondaryKeyFor() 90 if (primaryKey == RepositoryDetailsLabelProvider.COL_LOCATION) in getSecondaryKeyFor()
|
H A D | RepositoryDetailsLabelProvider.java | 37 public static final int COL_LOCATION = 1; field in RepositoryDetailsLabelProvider 80 case COL_LOCATION : in getColumnText() 100 result.append(getColumnText(element, COL_LOCATION)); in getClipboardText()
|
/dports/emulators/mgba/mgba-0.9.2/src/platform/qt/library/ |
H A D | LibraryTree.h | 19 COL_LOCATION = 1, enumerator
|
H A D | LibraryTree.cpp | 131 i->setText(COL_LOCATION, QDir::toNativeSeparators(item->base)); in addEntry()
|
/dports/games/libretro-mgba/mgba-6186d45/src/platform/qt/library/ |
H A D | LibraryTree.h | 19 COL_LOCATION = 1, enumerator
|
H A D | LibraryTree.cpp | 131 i->setText(COL_LOCATION, QDir::toNativeSeparators(item->base())); in addEntry()
|
/dports/audio/gmtp/gmtp-1.3.11/src/ |
H A D | interface.h | 53 COL_LOCATION, enumerator
|
H A D | interface.c | 1306 "text", COL_LOCATION, in setupFileList() 1309 gtk_tree_view_column_set_sort_column_id(column_Location, COL_LOCATION); in setupFileList() 1702 COL_LOCATION, itemdata->location, in fileListAdd() 1771 COL_LOCATION, itemdata->location, in fileListAdd() 1837 COL_LOCATION, itemdata->location, in fileListAdd()
|
/dports/mail/evolution/evolution-3.42.1/src/mail/ |
H A D | message-list.h | 66 COL_LOCATION, /* vfolder location? */ enumerator
|
H A D | message-list.c | 2083 case COL_LOCATION: { in ml_tree_value_at_ex() 3762 case COL_LOCATION: in message_list_duplicate_value() 3821 case COL_LOCATION: in message_list_free_value() 3872 case COL_LOCATION: in message_list_initialize_value() 3913 case COL_LOCATION: in message_list_value_is_empty() 3975 case COL_LOCATION: in message_list_value_to_string()
|
/dports/textproc/meld/meld-3.20.4/meld/ |
H A D | vcview.py | 110 COL_LOCATION, COL_STATUS, COL_OPTIONS, COL_END = \ variable 183 self.location_renderer, markup=COL_LOCATION) 750 self.model.set_value(it, COL_LOCATION, display_location)
|
/dports/textproc/meld-legacy/meld-1.8.6/meld/ |
H A D | vcview.py | 113 COL_LOCATION, COL_STATUS, COL_REVISION, COL_OPTIONS, COL_END = \ variable 263 self.treeview_column_location = addCol(_("Location"), COL_LOCATION) 805 setcol(COL_LOCATION, location)
|
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/rt.equinox.p2/bundles/org.eclipse.equinox.p2.ui/src/org/eclipse/equinox/p2/ui/ |
H A D | RepositoryManipulationPage.java | 180 …+ labelProvider.getColumnText(element, RepositoryDetailsLabelProvider.COL_LOCATION)); //$NON-NLS-1$ in isElementVisible()
|