Home
last modified time | relevance | path

Searched refs:ShowCode (Results 1 – 25 of 87) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Design/System.ComponentModel.Design/
H A DEventBindingService.cs50 protected abstract bool ShowCode (IComponent component, EventDescriptor e, string methodName); in ShowCode() method in System.ComponentModel.Design.EventBindingService
51 protected abstract bool ShowCode (int lineNumber); in ShowCode() method in System.ComponentModel.Design.EventBindingService
52 protected abstract bool ShowCode (); in ShowCode() method in System.ComponentModel.Design.EventBindingService
129 bool IEventBindingService.ShowCode (IComponent component, EventDescriptor eventDescriptor) in IEventBindingService.ShowCode()
136 …return this.ShowCode (component, eventDescriptor, (string) ((IEventBindingService)this).GetEventPr… in IEventBindingService.ShowCode()
139 bool IEventBindingService.ShowCode (int lineNumber) in IEventBindingService.ShowCode()
141 return this.ShowCode (lineNumber); in IEventBindingService.ShowCode()
144 bool IEventBindingService.ShowCode () in IEventBindingService.ShowCode()
146 return this.ShowCode (); in IEventBindingService.ShowCode()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ComponentModel.TypeConverter/src/System/ComponentModel/Design/
H A DIEventPropertyService.cs53 bool ShowCode(); in ShowCode() method
59 bool ShowCode(int lineNumber); in ShowCode() method
65 bool ShowCode(IComponent component, EventDescriptor e); in ShowCode() method
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/compmod/system/componentmodel/design/
H A DIEventPropertyService.cs54 bool ShowCode(); in ShowCode() method
60 bool ShowCode(int lineNumber); in ShowCode() method
66 bool ShowCode(IComponent component, EventDescriptor e); in ShowCode() method
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/app/fpd/
H A Dfpdloop.pas54 procedure ShowCode; procedure
103 ShowCode;
157 procedure TFPDLoop.ShowCode; procedure
236 ShowCode;
/dports/editors/lazarus/lazarus/components/fpdebug/app/fpd/
H A Dfpdloop.pas55 procedure ShowCode; procedure
104 ShowCode;
157 procedure TFPDLoop.ShowCode; procedure
235 ShowCode;
/dports/editors/lazarus-qt5/lazarus/components/fpdebug/app/fpd/
H A Dfpdloop.pas55 procedure ShowCode; procedure
104 ShowCode;
157 procedure TFPDLoop.ShowCode; procedure
235 ShowCode;
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/fpdebug/app/fpd/
H A Dfpdloop.pas54 procedure ShowCode; procedure
103 ShowCode;
157 procedure TFPDLoop.ShowCode; procedure
236 ShowCode;
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/dockedformeditor/source/
H A Ddockedmainide.pas63 procedure ShowCode(ASourceEditor: TSourceEditorInterface); override; procedure
196 ShowCode(SourceEditorManagerIntf.ActiveEditor);
205 ShowCode(ASourceEditor);
208 procedure TDockedTabMaster.ShowCode(ASourceEditor: TSourceEditorInterface); procedure
215 LPageCtrl.ShowCode;
634 DockedTabMaster.ShowCode(Sender as TSourceEditorInterface);
663 DockedTabMaster.ShowCode(LSecondEditor);
667 DockedTabMaster.ShowCode(LDesignForm.LastActiveSourceWindow.ActiveEditor);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/dockedformeditor/source/
H A Ddockedmainide.pas63 procedure ShowCode(ASourceEditor: TSourceEditorInterface); override; procedure
196 ShowCode(SourceEditorManagerIntf.ActiveEditor);
205 ShowCode(ASourceEditor);
208 procedure TDockedTabMaster.ShowCode(ASourceEditor: TSourceEditorInterface); procedure
215 LPageCtrl.ShowCode;
634 DockedTabMaster.ShowCode(Sender as TSourceEditorInterface);
663 DockedTabMaster.ShowCode(LSecondEditor);
667 DockedTabMaster.ShowCode(LDesignForm.LastActiveSourceWindow.ActiveEditor);
/dports/editors/lazarus/lazarus/components/datadict/
H A Dfpcodegenerator.pp27 procedure ShowCode(L: TStrings);
139 Procedure TFPCodeGenerator.ShowCode(L : TStrings);
173 ShowCode(L);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/datadict/
H A Dfpcodegenerator.pp27 procedure ShowCode(L: TStrings);
139 Procedure TFPCodeGenerator.ShowCode(L : TStrings);
173 ShowCode(L);
/dports/editors/lazarus-qt5/lazarus/components/datadict/
H A Dfpcodegenerator.pp27 procedure ShowCode(L: TStrings);
139 Procedure TFPCodeGenerator.ShowCode(L : TStrings);
173 ShowCode(L);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/datadict/
H A Dfpcodegenerator.pp27 procedure ShowCode(L: TStrings);
139 Procedure TFPCodeGenerator.ShowCode(L : TStrings);
173 ShowCode(L);
/dports/editors/texstudio/texstudio-4.1.2/completion/
H A Dalgxpar.cwl58 \ShowCode{name}
59 \ShowCode[options%keyvals]{name}
/dports/deskutils/pet/pet-0.4.0/vendor/github.com/chzyer/logex/
H A Dlogex.go37 var ShowCode = true var
225 if !ShowCode {
263 if !ShowCode {
/dports/devel/pprof/pprof-acf8798/vendor/github.com/chzyer/logex/
H A Dlogex.go37 var ShowCode = true var
225 if !ShowCode {
263 if !ShowCode {
/dports/editors/lazarus/lazarus/components/sparta/dockedformeditor/source/
H A Dsparta_mainide.pas137 procedure ShowCode(ASourceEditor: TSourceEditorInterface); override; procedure
843 ShowCode(SourceEditorManagerIntf.ActiveEditor);
852 ShowCode(ASourceEditor);
855 procedure TDTXTabMaster.ShowCode(ASourceEditor: TSourceEditorInterface); procedure
1446 IDETabMaster.ShowCode(p.Key);
1482 IDETabMaster.ShowCode(p.Key);
1654 IDETabMaster.ShowCode(Sender as TSourceEditorInterface);
1688 IDETabMaster.ShowCode(LForm.Form.LastActiveSourceWindow.ActiveEditor);
1693 IDETabMaster.ShowCode(LSecondEditor);
/dports/editors/lazarus-qt5/lazarus/components/sparta/dockedformeditor/source/
H A Dsparta_mainide.pas137 procedure ShowCode(ASourceEditor: TSourceEditorInterface); override; procedure
843 ShowCode(SourceEditorManagerIntf.ActiveEditor);
852 ShowCode(ASourceEditor);
855 procedure TDTXTabMaster.ShowCode(ASourceEditor: TSourceEditorInterface); procedure
1446 IDETabMaster.ShowCode(p.Key);
1482 IDETabMaster.ShowCode(p.Key);
1654 IDETabMaster.ShowCode(Sender as TSourceEditorInterface);
1688 IDETabMaster.ShowCode(LForm.Form.LastActiveSourceWindow.ActiveEditor);
1693 IDETabMaster.ShowCode(LSecondEditor);
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sparta/dockedformeditor/source/
H A Dsparta_mainide.pas124 procedure ShowCode(ASourceEditor: TSourceEditorInterface); override; procedure
685 ShowCode(SourceEditorManagerIntf.ActiveEditor);
693 ShowCode(ASourceEditor);
696 procedure TDTXTabMaster.ShowCode(ASourceEditor: TSourceEditorInterface); procedure
1159 IDETabMaster.ShowCode(p.Key);
1267 IDETabMaster.ShowCode(Sender as TSourceEditorInterface);
1297 IDETabMaster.ShowCode(LSecondEditor);
1302 IDETabMaster.ShowCode(LForm.Form.LastActiveSourceWindow.ActiveEditor);
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/components/sparta/dockedformeditor/source/
H A Dsparta_mainide.pas124 procedure ShowCode(ASourceEditor: TSourceEditorInterface); override; procedure
685 ShowCode(SourceEditorManagerIntf.ActiveEditor);
693 ShowCode(ASourceEditor);
696 procedure TDTXTabMaster.ShowCode(ASourceEditor: TSourceEditorInterface); procedure
1159 IDETabMaster.ShowCode(p.Key);
1267 IDETabMaster.ShowCode(Sender as TSourceEditorInterface);
1297 IDETabMaster.ShowCode(LSecondEditor);
1302 IDETabMaster.ShowCode(LForm.Form.LastActiveSourceWindow.ActiveEditor);
/dports/graphics/py-visvis/visvis-1.13.0/examples/
H A DimageEdges.py43 t.shader.fragment.ShowCode('edge') # Shows only our bit, with line numbers
H A DunsharpMasking.py73 t2.shader.fragment.ShowCode('sharpen') # Shows only our bit, with line numbers
/dports/lang/polyml/polyml-5.8.2/libpolyml/
H A Dobjsize.cpp97 void ShowCode(PolyObject *start);
198 void ProcessVisitAddresses::ShowCode(PolyObject *start) in ShowCode() function in ProcessVisitAddresses
335 ShowCode(p); in ShowObject()
/dports/net/kidentitymanagement/kidentitymanagement-21.12.3/src/
H A Dsignatureconfigurator.h44 enum ViewMode { ShowCode, ShowHtml }; enumerator
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_errors/src/
H A Ddiagnostic.rs315 SuggestionStyle::ShowCode, in multipart_suggestion()
415 SuggestionStyle::ShowCode, in span_suggestion()
477 style: SuggestionStyle::ShowCode, in span_suggestions()
502 style: SuggestionStyle::ShowCode, in multipart_suggestions()

1234