Home
last modified time | relevance | path

Searched refs:COL_LOCATION (Results 1 – 13 of 13) sorted by relevance

/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 DMetadataRepositoryElementComparator.java64 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 DRepositoryDetailsLabelProvider.java37 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 DLibraryTree.h19 COL_LOCATION = 1, enumerator
H A DLibraryTree.cpp131 i->setText(COL_LOCATION, QDir::toNativeSeparators(item->base)); in addEntry()
/dports/games/libretro-mgba/mgba-6186d45/src/platform/qt/library/
H A DLibraryTree.h19 COL_LOCATION = 1, enumerator
H A DLibraryTree.cpp131 i->setText(COL_LOCATION, QDir::toNativeSeparators(item->base())); in addEntry()
/dports/audio/gmtp/gmtp-1.3.11/src/
H A Dinterface.h53 COL_LOCATION, enumerator
H A Dinterface.c1306 "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 Dmessage-list.h66 COL_LOCATION, /* vfolder location? */ enumerator
H A Dmessage-list.c2083 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 Dvcview.py110 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 Dvcview.py113 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 DRepositoryManipulationPage.java180 …+ labelProvider.getColumnText(element, RepositoryDetailsLabelProvider.COL_LOCATION)); //$NON-NLS-1$ in isElementVisible()