Home
last modified time | relevance | path

Searched refs:GetStateLabel (Results 1 – 20 of 20) sorted by relevance

/dports/www/itop/web/pages/
H A Dgraphviz.php79 $sStateLabel = MetaModel::GetStateLabel($sClass, $sStateCode);
86 $sTargetStateLabel = MetaModel::GetStateLabel($sClass, $aTransitionDef['target_state']);
95 $sStateLabel = str_replace(' ', '\n', MetaModel::GetStateLabel($sClass, $sStateCode));
H A Dschema.php128 $sStateLabel = MetaModel::GetStateLabel($sClass, $sStateCode);
136 $sTargetStateLabel = MetaModel::GetStateLabel($sClass, $sTargetState);
175 $sStateLabel = MetaModel::GetStateLabel($sClass, $sStateCode);
H A DUI.php92 …ror:Invalid_Stimulus_On_Object_In_State', $sNextAction, $oObj->GetName(), $oObj->GetStateLabel()));
1418 …Error:Invalid_Stimulus_On_Object_In_State', $sStimulus, $oObj->GetName(), $oObj->GetStateLabel()));
1547 …Error:Invalid_Stimulus_On_Object_In_State', $sStimulus, $oObj->GetName(), $oObj->GetStateLabel()));
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/fl/
H A Dnewbmpbtn.cpp322 wxBitmap* pBmp = GetStateLabel(); in DrawShade()
353 wxBitmap* wxNewBitmapButton::GetStateLabel() in GetStateLabel() function in wxNewBitmapButton
765 wxBitmap* pCurImg = GetStateLabel(); in Reshape()
776 wxBitmap* pCurBmp = GetStateLabel(); in DrawLabel()
784 pCurBmp = GetStateLabel(); in DrawLabel()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/fl/
H A Dnewbmpbtn.cpp322 wxBitmap* pBmp = GetStateLabel(); in DrawShade()
353 wxBitmap* wxNewBitmapButton::GetStateLabel() in GetStateLabel() function in wxNewBitmapButton
765 wxBitmap* pCurImg = GetStateLabel(); in Reshape()
776 wxBitmap* pCurBmp = GetStateLabel(); in DrawLabel()
784 pCurBmp = GetStateLabel(); in DrawLabel()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/fl/
H A Dnewbmpbtn.cpp322 wxBitmap* pBmp = GetStateLabel(); in DrawShade()
353 wxBitmap* wxNewBitmapButton::GetStateLabel() in GetStateLabel() function in wxNewBitmapButton
765 wxBitmap* pCurImg = GetStateLabel(); in Reshape()
776 wxBitmap* pCurBmp = GetStateLabel(); in DrawLabel()
784 pCurBmp = GetStateLabel(); in DrawLabel()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/fl/
H A Dnewbmpbtn.cpp322 wxBitmap* pBmp = GetStateLabel(); in DrawShade()
353 wxBitmap* wxNewBitmapButton::GetStateLabel() in GetStateLabel() function in wxNewBitmapButton
765 wxBitmap* pCurImg = GetStateLabel(); in Reshape()
776 wxBitmap* pCurBmp = GetStateLabel(); in DrawLabel()
784 pCurBmp = GetStateLabel(); in DrawLabel()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/include/wx/fl/
H A Dnewbmpbtn.h95 virtual wxBitmap* GetStateLabel();
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/include/wx/fl/
H A Dnewbmpbtn.h95 virtual wxBitmap* GetStateLabel();
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/include/wx/fl/
H A Dnewbmpbtn.h95 virtual wxBitmap* GetStateLabel();
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/include/wx/fl/
H A Dnewbmpbtn.h95 virtual wxBitmap* GetStateLabel();
/dports/biology/iqtree/IQ-TREE-2.0.6/ncl/
H A Dnxscharactersblock.h244 NxsString GetStateLabel(unsigned i, unsigned j);
H A Dnxscharactersblock.cpp489 NxsString NxsCharactersBlock::GetStateLabel( in GetStateLabel() function in NxsCharactersBlock
/dports/games/openra/OpenRA-release-20200503/OpenRA.Mods.Common/Widgets/Logic/
H A DServerListLogic.cs267 status.GetText = () => GetStateLabel(currentServer); in ServerListLogic()
679 static string GetStateLabel(GameServer game) in GetStateLabel() method in OpenRA.Mods.Common.Widgets.Logic.ServerListLogic
/dports/www/itop/web/application/
H A Dcmdbabstract.class.inc.php789 $sHTMLValue = $this->GetStateLabel();
2408 …tesSelection .= '<option value="'.$sStateCode.'" '.$sSelected.'>'.MetaModel::GetStateLabel($sClass,
2615 $this->GetName(), $this->GetStateLabel()));
2891 $sDisplayValue = $this->GetStateLabel();
3993 $this->GetName(), $this->GetStateLabel()));
H A Dportalwebpage.class.inc.php827 …Error:Invalid_Stimulus_On_Object_In_State', $sStimulus, $oObj->GetName(), $oObj->GetStateLabel()));
/dports/www/itop/web/portal/
H A Dindex.php1190 …r:Invalid_Stimulus_On_Object_In_State', $sStimulusCode, $oObj->GetName(), $oObj->GetStateLabel()));
/dports/www/itop/web/core/
H A Ddbobject.class.php1136 public function GetStateLabel() function in DBObject
1146 return MetaModel::GetStateLabel(get_class($this), $sStateValue);
H A Dmetamodel.class.php2426 public static function GetStateLabel($sClass, $sStateValue) function in MetaModel
5200 $sValue = MetaModel::GetStateLabel($sClass, $sStateCode);
H A Dattributedef.class.inc.php3277 $aAllowedStates[$sState] = $sState.' ('.MetaModel::GetStateLabel($sChildClass, $sState).')';
3302 …t-item" data-code="'.$sValue.'" data-label="'.$sValue.' ('.MetaModel::GetStateLabel($sChildClass, …