Home
last modified time | relevance | path

Searched defs:GetDisplayString (Results 1 – 25 of 49) sorted by relevance

12

/dports/net-p2p/amule/aMule-2.3.3/src/
H A DStatTree.cpp182 wxString CStatTreeItemBase::GetDisplayString() const in GetDisplayString() function in CStatTreeItemBase
221 wxString CStatTreeItemSimple::GetDisplayString() const in GetDisplayString() function in CStatTreeItemSimple
341 wxString CStatTreeItemUlDlCounter::GetDisplayString() const in GetDisplayString() function in CStatTreeItemUlDlCounter
362 wxString CStatTreeItemCounterMax::GetDisplayString() const in GetDisplayString() function in CStatTreeItemCounterMax
377 wxString CStatTreeItemPackets::GetDisplayString() const in GetDisplayString() function in CStatTreeItemPackets
398 wxString CStatTreeItemPacketTotals::GetDisplayString() const in GetDisplayString() function in CStatTreeItemPacketTotals
435 wxString CStatTreeItemTimer::GetDisplayString() const in GetDisplayString() function in CStatTreeItemTimer
454 wxString CStatTreeItemAverage::GetDisplayString() const in GetDisplayString() function in CStatTreeItemAverage
500 wxString CStatTreeItemAverageSpeed::GetDisplayString() const in GetDisplayString() function in CStatTreeItemAverageSpeed
556 wxString CStatTreeItemRatio::GetDisplayString() const in GetDisplayString() function in CStatTreeItemRatio
[all …]
H A DStatTree.h256 const wxString& GetDisplayString() const { return m_label; } in GetDisplayString() function
584 virtual wxString GetDisplayString() const in GetDisplayString() function
H A DStatistics.cpp107 wxString CStatTreeItemRateCounter::GetDisplayString() const in GetDisplayString() function in CStatTreeItemRateCounter
124 wxString CStatTreeItemPeakConnections::GetDisplayString() const in GetDisplayString() function in CStatTreeItemPeakConnections
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/
H A DStatTree.cpp182 wxString CStatTreeItemBase::GetDisplayString() const in GetDisplayString() function in CStatTreeItemBase
221 wxString CStatTreeItemSimple::GetDisplayString() const in GetDisplayString() function in CStatTreeItemSimple
341 wxString CStatTreeItemUlDlCounter::GetDisplayString() const in GetDisplayString() function in CStatTreeItemUlDlCounter
362 wxString CStatTreeItemCounterMax::GetDisplayString() const in GetDisplayString() function in CStatTreeItemCounterMax
377 wxString CStatTreeItemPackets::GetDisplayString() const in GetDisplayString() function in CStatTreeItemPackets
398 wxString CStatTreeItemPacketTotals::GetDisplayString() const in GetDisplayString() function in CStatTreeItemPacketTotals
435 wxString CStatTreeItemTimer::GetDisplayString() const in GetDisplayString() function in CStatTreeItemTimer
454 wxString CStatTreeItemAverage::GetDisplayString() const in GetDisplayString() function in CStatTreeItemAverage
500 wxString CStatTreeItemAverageSpeed::GetDisplayString() const in GetDisplayString() function in CStatTreeItemAverageSpeed
556 wxString CStatTreeItemRatio::GetDisplayString() const in GetDisplayString() function in CStatTreeItemRatio
[all …]
H A DStatTree.h256 const wxString& GetDisplayString() const { return m_label; } in GetDisplayString() function
584 virtual wxString GetDisplayString() const in GetDisplayString() function
H A DStatistics.cpp107 wxString CStatTreeItemRateCounter::GetDisplayString() const in GetDisplayString() function in CStatTreeItemRateCounter
124 wxString CStatTreeItemPeakConnections::GetDisplayString() const in GetDisplayString() function in CStatTreeItemPeakConnections
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.DynamicData/Test/WebPages/DynamicData/FieldTemplates/
H A DForeignKey.ascx.cs38 protected string GetDisplayString() { in GetDisplayString() method in ForeignKeyField
/dports/lang/mono/mono-5.10.1.57/external/nunit-lite/NUnitLite-1.0.0/src/framework/Internal/
H A DMethodHelper.cs75 private static string GetDisplayString(object arg) in GetDisplayString() method in NUnit.Framework.Internal.MethodHelper
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKCore/GKCore/Stats/
H A DStatsItem.cs54 public string GetDisplayString() in GetDisplayString() method in GKCore.Stats.StatsItem
/dports/science/py-scikit-learn/scikit-learn-1.0.2/sklearn/ensemble/_hist_gradient_boosting/tests/
H A Dtest_loss.py141 get_gradients, get_hessians = get_derivatives_helper(loss)
/dports/net-p2p/amule-devel/aMule-SVN-r11065/src/libs/ec/cpp/
H A DECSpecialTags.cpp141 wxString CEC_StatTree_Node_Tag::GetDisplayString() const in GetDisplayString() function in CEC_StatTree_Node_Tag
/dports/editors/lazarus/lazarus/components/onlinepackagemanager/
H A Dopkman_createrepositoryfrm.pas94 function GetDisplayString(const AStr: String): String; in GetDisplayString() function
733 function TCreateRepositoryFrm.GetDisplayString(const AStr: String): String; in TCreateRepositoryFrm.GetDisplayString() function
/dports/editors/lazarus-qt5/lazarus/components/onlinepackagemanager/
H A Dopkman_createrepositoryfrm.pas94 function GetDisplayString(const AStr: String): String; in GetDisplayString() function
733 function TCreateRepositoryFrm.GetDisplayString(const AStr: String): String; in TCreateRepositoryFrm.GetDisplayString() function
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/onlinepackagemanager/
H A Dopkman_createrepositoryfrm.pas93 function GetDisplayString(const AStr: String): String; in GetDisplayString() function
740 function TCreateRepositoryFrm.GetDisplayString(const AStr: String): String; in TCreateRepositoryFrm.GetDisplayString() function
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/onlinepackagemanager/
H A Dopkman_createrepositoryfrm.pas93 function GetDisplayString(const AStr: String): String; in GetDisplayString() function
740 function TCreateRepositoryFrm.GetDisplayString(const AStr: String): String; in TCreateRepositoryFrm.GetDisplayString() function
/dports/multimedia/navidrome/navidrome-0.40.0/vendor/github.com/astaxie/beego/utils/
H A Ddebug.go45 func GetDisplayString(data ...interface{}) string { func
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.DynamicData/Test/System.Web.DynamicData/
H A DMetaTableTest.cs553 public void GetDisplayString () in GetDisplayString() method in MonoTests.System.Web.DynamicData.MetaTableTest
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.DynamicData/DynamicData/
H A DIMetaTable.cs38 string GetDisplayString(object row); in GetDisplayString() method
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.DynamicData/System.Web.DynamicData/
H A DMetaTable.cs474 public string GetDisplayString (object row) in GetDisplayString() method in System.Web.DynamicData.MetaTable
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2-ui/input/
H A DShortcutManager.cpp95 std::string RegisteredShortcut::GetDisplayString() const in GetDisplayString() function in RegisteredShortcut
/dports/games/openclonk/openclonk-release-8.1-src/src/editor/
H A DC4ConsoleQtPropListViewer.cpp98 QString C4PropertyDelegate::GetDisplayString(const C4Value &v, C4Object *obj, bool short_names) con… in GetDisplayString() function in C4PropertyDelegate
384 QString C4PropertyDelegateString::GetDisplayString(const C4Value &v, C4Object *obj, bool short_name… in GetDisplayString() function in C4PropertyDelegateString
519 QString C4PropertyDelegateArray::GetDisplayString(const C4Value &v, C4Object *obj, bool short_names… in GetDisplayString() function in C4PropertyDelegateArray
579 QString C4PropertyDelegatePropList::GetDisplayString(const C4Value &v, C4Object *obj, bool short_na… in GetDisplayString() function in C4PropertyDelegatePropList
704 QString C4PropertyDelegateEffect::GetDisplayString(const C4Value &v, C4Object *obj, bool short_name… in GetDisplayString() function in C4PropertyDelegateEffect
794 QString C4PropertyDelegateColor::GetDisplayString(const C4Value &v, C4Object *obj, bool short_names… in GetDisplayString() function in C4PropertyDelegateColor
1571 QString C4PropertyDelegateEnum::GetDisplayString(const C4Value &v, class C4Object *obj, bool short_… in GetDisplayString() function in C4PropertyDelegateEnum
1825 QString C4PropertyDelegateObject::GetDisplayString(const C4Value &v, class C4Object *obj, bool shor… in GetDisplayString() function in C4PropertyDelegateObject
1887 QString C4PropertyDelegateSound::GetDisplayString(const C4Value &v, class C4Object *obj, bool short… in GetDisplayString() function in C4PropertyDelegateSound
/dports/japanese/mozc-el/mozc-2.23.2815.102.01/src/renderer/unix/
H A Dcandidate_window.cc409 void CandidateWindow::GetDisplayString( in GetDisplayString() function in mozc::renderer::gtk::CandidateWindow
/dports/japanese/uim-mozc/mozc-2.23.2815.102.01/src/renderer/unix/
H A Dcandidate_window.cc409 void CandidateWindow::GetDisplayString( in GetDisplayString() function in mozc::renderer::gtk::CandidateWindow
/dports/japanese/mozc-server/mozc-2.23.2815.102.01/src/renderer/unix/
H A Dcandidate_window.cc409 void CandidateWindow::GetDisplayString( in GetDisplayString() function in mozc::renderer::gtk::CandidateWindow
/dports/japanese/mozc-tool/mozc-2.23.2815.102.01/src/renderer/unix/
H A Dcandidate_window.cc409 void CandidateWindow::GetDisplayString( in GetDisplayString() function in mozc::renderer::gtk::CandidateWindow

12