/dports/math/yacas/yacas-1.9.1/scripts/debug.rep/ |
H A D | code.ys | 53 Check(InDebugMode(),"DebugBreakAt only supported in the debug build of Yacas"); 59 Check(InDebugMode(),"DebugRemoveBreakAt only supported in the debug build of Yacas"); 113 If(debugging = False And InDebugMode(), 137 If(InDebugMode(),DebugShowCode());
|
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GUI/TextSystem/ |
H A D | Font.cpp | 302 if (core->InDebugMode(ID_FONTS)) { in RenderText() 342 if (core->InDebugMode(ID_FONTS)) { in RenderText() 358 if (core->InDebugMode(ID_FONTS)) { in RenderText() 470 if (core->InDebugMode(ID_FONTS)) { in RenderLine() 733 if (core->InDebugMode(ID_FONTS)) { in StringSize()
|
H A D | TextContainer.cpp | 267 if (core->InDebugMode(ID_TEXT)) { in DrawContentsInRegions() 279 if (core->InDebugMode(ID_TEXT)) { in DrawContentsInRegions() 355 if (core->InDebugMode(ID_TEXT)) { in DrawSelf()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Designers/ |
H A D | PolicyDesigner.cs | 36 if (workflowDesignerLoader != null && workflowDesignerLoader.InDebugMode) in DoDefaultAction()
|
H A D | StateDesigner.cs | 2211 if (workflowDesignerLoader != null && workflowDesignerLoader.InDebugMode) in SetActiveDesignerHelper()
|
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GUI/ |
H A D | View.cpp | 168 if (core->InDebugMode(ID_VIEWS)) { in IsDisabledCursor() 285 if (core->InDebugMode(ID_VIEWS)) { in Draw() 727 if (core->InDebugMode(ID_VIEWS)) { in MouseEnter() 736 if (core->InDebugMode(ID_VIEWS)) { in MouseLeave()
|
H A D | Control.cpp | 256 if (core->InDebugMode(ID_VIEWS)) { in DragCursor()
|
H A D | Window.cpp | 177 if (!core->InDebugMode(ID_WINDOWS)) return; in DidDraw()
|
H A D | WindowManager.cpp | 630 if (core->InDebugMode(ID_WINDOWS)) { in DrawWindows()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.Activities/Rules/Design/ |
H A D | LogicalExpressionEditor.cs | 197 if (workflowDesignerLoader != null && workflowDesignerLoader.InDebugMode) in EditValue()
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/ |
H A D | XomlDesignerLoader.cs | 137 public virtual bool InDebugMode property in System.Workflow.ComponentModel.Design.WorkflowDesignerLoader 241 …else if (InDebugMode || (ActivityDesigner.GetRootDesigner(LoaderHost) != null && ActivityDesigner.… in OnEndLoad()
|
H A D | ActivityDesigner.cs | 194 if (loader != null && loader.InDebugMode) 437 bool debugMode = (loader != null && loader.InDebugMode); 502 bool debugMode = (loader != null && loader.InDebugMode);
|
H A D | ActivityPreviewDesigner.cs | 328 bool designMode = (loader != null && !loader.InDebugMode);
|
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/GameScript/ |
H A D | GameScript.cpp | 1250 if (!core->InDebugMode(bit)) return; in ScriptDebugLog() 1539 if (core->InDebugMode(ID_TRIGGERS)) { in InitializeIEScript() 1606 if (core->InDebugMode(ID_ACTIONS)) { in InitializeIEScript() 2183 if (core->InDebugMode(ID_CUTSCENE)) { in EvaluateAllBlocks() 2487 if (core->InDebugMode(ID_ACTIONS)) { in ExecuteAction()
|
H A D | GSUtils.cpp | 2199 } else if (core->InDebugMode(ID_VARIABLES)) { in SetVariable() 2239 } else if (core->InDebugMode(ID_VARIABLES)) { in SetVariable()
|
H A D | Triggers.cpp | 2584 if (core->InDebugMode(ID_TRIGGERS)) { in OpenState()
|
/dports/games/gemrb/gemrb-0.9.0/gemrb/core/ |
H A D | Interface.h | 613 bool InDebugMode(int mode) const { return debugMode & mode; }; in InDebugMode() function
|
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Workflow.ComponentModel/AuthoringOM/Design/Dialogs/ |
H A D | TypeBrowserDialog.cs | 110 …designerHost == null || designerHost.RootComponent == null || loader == null || loader.InDebugMode) in InitializeDialog()
|