code
stringlengths
2
1.05M
repo_name
stringlengths
5
101
path
stringlengths
4
991
language
stringclasses
3 values
license
stringclasses
5 values
size
int64
2
1.05M
Imports System.Drawing Public Class MyMath ''' <summary> ''' 向量的模 ''' </summary> ''' <param name="p">向量的坐标</param> ''' <returns>模</returns> ''' <remarks></remarks> Public Shared Function Distance(p As Point) As Double Return Math.Sqrt(p.X * p.X + p.Y * p.Y) End Function '...
twd2/Circuit
WDMath/MyMath.vb
Visual Basic
mit
4,310
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Threading Imports Microsoft.CodeAnalysis.LanguageServices Imports Microsoft.CodeAnalysis.Shared.Extensi...
eriawan/roslyn
src/Workspaces/SharedUtilitiesAndExtensions/Workspace/VisualBasic/Extensions/ContextQuery/VisualBasicSyntaxContext.vb
Visual Basic
apache-2.0
16,383
'Copyright 2019 Esri 'Licensed under the Apache License, Version 2.0 (the "License"); 'you may not use this file except in compliance with the License. 'You may obtain a copy of the License at ' http://www.apache.org/licenses/LICENSE-2.0 'Unless required by applicable law or agreed to in writing, software 'distri...
Esri/arcobjects-sdk-community-samples
Net/GraphicsPipeline/DynamicBiking/VBNet/DynamicBikingSpeedCtrl.Designer.vb
Visual Basic
apache-2.0
4,042
Imports BVSoftware.Bvc5.Core Imports System.Collections.ObjectModel Partial Class BVAdmin_Configuration_Countries Inherits BaseAdminPage Protected Sub Page_PreInit1(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.PreInit Me.PageTitle = "Countries" Me.CurrentTab = AdminTabType.C...
ajaydex/Scopelist_2015
BVAdmin/Configuration/Countries.aspx.vb
Visual Basic
apache-2.0
4,513
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class Form3 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) T...
superibk/ChurchManager
real/Form3.Designer.vb
Visual Basic
apache-2.0
5,508
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.18047 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
bitspill/Gridcoin-master
contrib/RD/GridCoinDotNet/GridCoin/My Project/Resources.Designer.vb
Visual Basic
mit
2,720
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.EventHandling Public Class RaiseEven...
CyrusNajmabadi/roslyn
src/EditorFeatures/VisualBasicTest/Recommendations/EventHandling/RaiseEventKeywordRecommenderTests.vb
Visual Basic
mit
1,746
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeAnalysis....
jmarolf/roslyn
src/Compilers/VisualBasic/Portable/BoundTree/BoundAnonymousTypePropertyAccess.vb
Visual Basic
mit
922
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.VisualBasic.CodeFixes.GenerateEndConstruct Imports Microsoft.CodeAnalysis.Diagnostics ...
mattwar/roslyn
src/EditorFeatures/VisualBasicTest/Diagnostics/GenerateEndConstruct/GenerateEndConstructTests.vb
Visual Basic
apache-2.0
14,489
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.FindUsages Imports Microsoft.CodeAnalysis.Navigation Imports Microsoft.CodeAnalysis.Options Namespace...
OmarTawfik/roslyn
src/EditorFeatures/TestUtilities2/Utilities/GoToHelpers/MockSymbolNavigationService.vb
Visual Basic
apache-2.0
1,701
Public Class EnvelopeView Public Property ViewModel As EnvelopeViewModel Get Return GetValue(ViewModelProperty) End Get Set(ByVal value As EnvelopeViewModel) SetValue(ViewModelProperty, value) End Set End Property Public Shared ReadOnly...
perttu606/haerveli
Application/Haerveli/ui/EnvelopeView.xaml.vb
Visual Basic
mit
1,028
 Imports Microsoft.Win32 Public Class OfficeTheme Public Shared ReadOnly Property Current As Theme Get Try Dim key = Registry.CurrentUser.OpenSubKey("Software\Microsoft\Office\16.0\Common") If key IsNot Nothing Then Dim uiTheme = CType(key....
surviveplus/EditorPlus
office2013/EditorPlus.UI/EditorPlus.UI/OfficeTheme.vb
Visual Basic
mit
4,740
Namespace Directories Partial Public Class Parameter #Region " Public Methods " ''' <summary> ''' Overrides the Default ToString Representation of the Object to output the Parameter ''' in a string format ready for querying the Directory Service. ''' </summary> ''' <return...
thiscouldbejd/Caerus
_Directories/Partials/Parameter.vb
Visual Basic
mit
2,504
'-------------------------------------------------------------------------------------------' ' Inicio del codigo '-------------------------------------------------------------------------------------------' ' Importando librerias '--------------------------------------------------------------------------------------...
kodeitsolutions/ef-reports
fFicha_DatosProveedores.aspx.vb
Visual Basic
mit
11,850
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class EditMessageFrm Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) ...
QMDevTeam/QMDesigner
DataManager/Dialogs/EditMessageFrm.Designer.vb
Visual Basic
apache-2.0
4,512
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition Imports System.Runtime.InteropServices Imports System.Threading Imports Microsoft.CodeAnalysis....
stjeong/roslyn
src/Features/VisualBasic/EditAndContinue/VisualBasicEditAndContinueAnalyzer.vb
Visual Basic
apache-2.0
155,094
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.VisualBasic Imports Microsoft.CodeAn...
leppie/roslyn
src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/DirectCastExpressionDocumentation.vb
Visual Basic
apache-2.0
1,389
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Globalization Imports System.Threading Imports System.Xml.Linq Imports Microsoft.CodeAnalysis Imports Micr...
lorcanmooney/roslyn
src/Compilers/VisualBasic/Test/Symbol/SymbolDisplay/SymbolDisplayTests.vb
Visual Basic
apache-2.0
219,345
Namespace MonitoringDatabase Public Class AgentData Public Property AgentID As Int64 Public Property AgentName As String Public Property AgentClass As String Public Property AgentProperty As String Public Property AgentValue As Double Public Property AgentCollectDate...
philipcwhite/MonitoringServer
MonitoringEventEngine/MonitoringEventEngine/EventEngine/Database/Models/AgentData.vb
Visual Basic
apache-2.0
369
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CSharp Imports Microsoft.CodeAnalysis.Test.Utilities Namespace Microsoft.CodeAnalysis.VisualBasic.UnitTests.Symbols.Metadata ...
pdelvo/roslyn
src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/Metadata/PE/InAttributeModifierTests.vb
Visual Basic
apache-2.0
25,172
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Xml.Linq Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnal...
AlekseyTs/roslyn
src/Compilers/VisualBasic/Test/Syntax/PreprocessorEETests.vb
Visual Basic
mit
12,015
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Namespace Microsoft.CodeAnalysis.VisualBasic Partial Friend Class BoundConversionOrCast Public MustOverrid...
AmadeusW/roslyn
src/Compilers/VisualBasic/Portable/BoundTree/BoundConversionOrCast.vb
Visual Basic
apache-2.0
552
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Option Strict Off Imports System Module Module1 Sub Main() PrintResult("False + False", False + False) PrintResult("False + True", Fal...
ManishJayaswal/roslyn
src/Compilers/VisualBasic/Test/Semantic/Semantics/BinaryOperatorsTestSource5.vb
Visual Basic
apache-2.0
327,251
Public Class Form1 Dim intGuess, intRight, intScore As Integer Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load intScore = 100 'Get Random intRight = Int(Rnd() * (100 - 1 + 1)) + 1 End Sub Private Sub btnRightOrWrong_C...
hhaslam11/Visual-Basic-Projects
Guessing Game/Guessing Game/Form1.vb
Visual Basic
mit
1,193
Public Class KPoly : Implements IHasRect Public points As List(Of Point) Public center As Point Public AABB As Rectangle Public id As Short Public ReadOnly Property Rect As Rectangle Implements IHasRect.Rect Get Return AABB End Get End Property Public Sub New() ...
thekoushik/Darker-Unknown
WindowsApplication3/WindowsApplication3/WindowsApplication3/KPoly.vb
Visual Basic
mit
14,685
Imports System Imports System.Data Imports System.Collections Imports System.Web.UI Imports Telerik.Web.UI Imports SistFoncreagro.BussinessEntities Imports SistFoncreagro.BussinesLogic Public Class FrmProyectoInformes Inherits System.Web.UI.Page Function Ruta(ByVal NomArch As String) As String Return...
crackper/SistFoncreagro
SistFoncreagro.WebSite/Monitoreo/Formularios/FrmProyectoInformes.aspx.vb
Visual Basic
mit
6,094
Imports System Imports System.Reflection Imports System.Runtime.InteropServices ' Allgemeine Informationen über eine Assembly werden über die folgenden ' Attribute gesteuert. Ändern Sie diese Attributwerte, um die Informationen zu ändern, ' die mit einer Assembly verknüpft sind. ' Die Werte der Assemblyattribute üb...
NetOfficeFw/NetOffice
Examples/Outlook/VB/NetOffice COMAddin Examples/01 Simple/My Project/AssemblyInfo.vb
Visual Basic
mit
1,235
Option Infer On Imports System Imports System.Collections.Generic Imports System.Runtime.InteropServices Namespace Examples Friend Class Program <STAThread> Shared Sub Main(ByVal args() As String) Dim application As SolidEdgeFramework.Application = Nothing Dim partDocument...
SolidEdgeCommunity/docs
docfx_project/snippets/SolidEdgePart.Draft.Faces.vb
Visual Basic
mit
1,786
Imports System.Xml Public Class Welcome Private _FunctionDoc As New XmlDocument Private _nodeSubset Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click _FunctionDoc.Load("FunctionData.xml") Dim selection = ListBox1.SelectedItem.ToString _nodeS...
zparnold/vs
HCIProject4XMLReader/HCIProject4XMLReader/Welcome.vb
Visual Basic
mit
705
Imports System.Windows.Forms Public Class ValueUI ' Form Load Private Sub ChangeProfitMarginUI_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load TextBox1.Text = CDbl(getValue("ProfitMargin")) TextBoxCC.Text = toPercent(getCreditCardDiscount()) TextBoxNormal.Text = toPercent...
louislam/summer-course-system
Summer Course System/UI/ValueUI.vb
Visual Basic
mit
2,816
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.18213 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
LargoWinch/LegacyEmu
LoginServer/Login_Server/My Project/Resources.Designer.vb
Visual Basic
apache-2.0
2,721
' ╔═══════════════════════════════════════════════════════════════════════════╗ ' ║ Copyright © 2013-2016 nicoco007 ║ ' ║ ║ ' ║ Licensed under the Apache License, Version 2.0 (the "License")...
nicoco007/MCBackup-3
MCBackup 3/Dialogs/UpdateDialog.xaml.vb
Visual Basic
apache-2.0
3,078
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.42000 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
fluffynuts/PeanutButter
source/DatabaseHelpers/PeanutButter.DatabaseHelpers/My Project/Resources.Designer.vb
Visual Basic
bsd-3-clause
2,436
' ReSharper disable UnusedMember.Global ' ReSharper disable UnusedMemberInSuper.Global Namespace StatementBuilders Public Interface IDeleteStatementBuilder Inherits IStatementBuilder Function WithDatabaseProvider(provider As DatabaseProviders) As IDeleteStatementBuilder Function Build() As String Fu...
fluffynuts/PeanutButter
source/DatabaseHelpers/PeanutButter.DatabaseHelpers/StatementBuilders/DeleteStatementBuilder.vb
Visual Basic
bsd-3-clause
7,311
Imports System Imports System.Collections.Generic Imports System.Linq Imports System.Runtime.InteropServices Imports System.Text Imports OpenCvSharp ' Namespace OpenCvSharpSamplesVB ''' <summary> ''' CvSeqのテスト ''' </summary> Friend Module SeqTest 'INSTANT VB TODO TASK: There is no equivalent t...
shimat/opencvsharp_2410
sample/CStyleSamplesVB/Samples/SeqTest.vb
Visual Basic
bsd-3-clause
2,378
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Editor.UnitTests.SignatureHelp Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspac...
jmarolf/roslyn
src/EditorFeatures/VisualBasicTest/SignatureHelp/GetXmlNamespaceExpressionSignatureHelpProviderTests.vb
Visual Basic
mit
1,968
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Runtime.CompilerServices Imports System.Threading Imports System.Threading.Tasks Imports System.Windows.Threading Imports Microsoft.CodeAnalysis...
rgani/roslyn
src/EditorFeatures/Test2/IntelliSense/SignatureHelpControllerTests.vb
Visual Basic
apache-2.0
21,016
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System Imports System.Collections.Generic Imports System.Collections.Immutable Imports System.Diagnostics Imports System.Linq Imports System.Text Impo...
jaredpar/roslyn
src/Compilers/VisualBasic/Portable/Analysis/FlowAnalysis/AbstractFlowPass.vb
Visual Basic
apache-2.0
110,111
Imports System.Windows.Controls Partial Public Class DynamicLayerXAML Inherits UserControl Public Sub New() InitializeComponent() End Sub End Class
MrChen2015/arcgis-samples-silverlight
src/VBNet/ArcGISSilverlightSDK/DynamicLayers/DynamicLayerXAML.xaml.vb
Visual Basic
apache-2.0
163
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.ArrayStatements Public Class Preserv...
physhi/roslyn
src/EditorFeatures/VisualBasicTest/Recommendations/ArrayStatements/PreserveKeywordRecommenderTests.vb
Visual Basic
apache-2.0
2,624
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel Partial Public MustInherit Class AbstractCodeModelObjectTests(Of TCodeModelObject As...
mmitche/roslyn
src/VisualStudio/Core/Test/CodeModel/AbstractCodeModelObjectTests.InterfaceData.vb
Visual Basic
apache-2.0
648
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.KeywordHighlighting Pu...
v-codeel/roslyn
src/EditorFeatures/VisualBasicTest/KeywordHighlighting/XmlDocumentPrologueHighligherTests.vb
Visual Basic
apache-2.0
1,592
Imports System Imports System.Collections.Generic Imports System.Runtime.InteropServices Namespace Examples Friend Class Program <STAThread> Shared Sub Main(ByVal args() As String) Dim application As SolidEdgeFramework.Application = Nothing Dim documents As SolidEdgeFramewo...
SolidEdgeCommunity/docs
docfx_project/snippets/SolidEdgeFrameworkSupport.Ellipse2d.Scale.vb
Visual Basic
mit
2,146
Sub Clin_Docum_Sheet_Setup() Dim tbl As ListObject Dim sht As Worksheet Dim LastRow As Long Dim LastColumn As Long Dim StartCell As Range Application.ScreenUpdating = False Sheets("Clinical Documentation").Select Set sht = Worksheets("Clinical Documentation") Set S...
Jonnokc/Excel_VBA
Validation_Form/Clinical Documentation Sheet/Clinical_Docum_Sheet_Setup.vb
Visual Basic
mit
1,077
'-------------------------------------------------------------------------------------------' ' Inicio del codigo '-------------------------------------------------------------------------------------------' ' Importando librerias '--------------------------------------------------------------------------------------...
kodeitsolutions/ef-reports
fCotizaciones_SalesT.aspx.vb
Visual Basic
mit
10,433
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class FormProduct Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Tr...
doters/electrohell
stockingElectrohell 02-04-16/stockingElectrohell/stockingElectrohell/forms/FormProduct.Designer.vb
Visual Basic
mit
18,035
'-------------------------------------------------------------------------------------------' ' Inicio del codigo '-------------------------------------------------------------------------------------------' '-------------------------------------------------------------------------------------------' ' Inicio de clas...
kodeitsolutions/ef-reports
Reportes - Nomina/rReporte_General_Pago_SID.aspx.vb
Visual Basic
mit
12,070
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.42000 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '---...
Shadorunce/MiniProjects
Vehicle Loan/VehicleLoanFiles/My Project/Settings.Designer.vb
Visual Basic
mit
3,001
#Region "License" ' The MIT License (MIT) ' ' Copyright (c) 2017 Richard L King (TradeWright Software Systems) ' ' Permission is hereby granted, free of charge, to any person obtaining a copy ' of this software and associated documentation files (the "Software"), to deal ' in the Software without restriction, includ...
tradewright/tradewright-twsapi
SampleApplications/ApiLoadTester/APILoadTestUI/IApiLoadTestController.vb
Visual Basic
mit
1,710
Imports System.Data Partial Class fCuentas_Cobrar2 Inherits vis2formularios.frmReporte Dim loObjetoReporte As CrystalDecisions.CrystalReports.Engine.ReportDocument Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Try Dim loComandoSeleccio...
kodeitsolutions/ef-reports
fCuentas_Cobrar2.aspx.vb
Visual Basic
mit
4,813
VERSION 5.00 Begin {C62A69F0-16DC-11CE-9E98-00AA00574A4F} select_customers Caption = "list customer connections" ClientHeight = 4725 ClientLeft = 45 ClientTop = 360 ClientWidth = 8040 OleObjectBlob = "select_customers.frx":0000 StartUpPosition = 1 ...
freemindhv/campusfibres
select_customers.vb
Visual Basic
mit
2,278
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Runtime.InteropServices Imports System.Threading Imports Microsoft...
tannergooding/roslyn
src/Compilers/VisualBasic/Portable/Symbols/Source/SourceMemberContainerTypeSymbol.vb
Visual Basic
apache-2.0
226,393
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Imports System.Threading Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAna...
reaction1989/roslyn
src/Workspaces/VisualBasic/Portable/Rename/VisualBasicRenameRewriterLanguageService.vb
Visual Basic
apache-2.0
58,576
Imports SistFoncreagro.BussinessEntities Imports System.Data.SqlClient Imports System.Data Public Class JornadaLaboralRepository : Inherits MasterDataAccess : Implements IJornadaLaboralRepository Public Function GetDiasDescansoEnControlAsistenciaByRangoFechas(ByVal IdPeriodoLaboral As Integer, ByVal FI As Date, B...
crackper/SistFoncreagro
SistFoncreagro.DataAccess/My Project/JornadaLaboralRepository.vb
Visual Basic
mit
9,721
Imports NServiceBus Public Class VBMultiTestSaga Inherits Saga(Of VBMultiTestSaga.SagaData) Public Class SagaData Inherits ContainSagaData Public Property Correlation As String End Class Protected Overrides Sub ConfigureHowToFindSaga(ByVal mapper As SagaPropertyMapper(Of SagaData)) ...
NServiceBusSqlPersistence/NServiceBus.SqlPersistence
src/VBTestCode/VBMultiTestSaga.vb
Visual Basic
mit
787
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class Form2 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try ...
thenameisnigel/OpenRecoveryInstall_Win
OpenCannibal/Form2.Designer.vb
Visual Basic
mit
10,386
 ' | Version 10.1 ' | Copyright 2014 Esri ' | ' | Licensed under the Apache License, Version 2.0 (the "License"); ' | you may not use this file except in compliance with the License. ' | You may obtain a copy of the License at ' | ' | http://www.apache.org/licenses/LICENSE-2.0 ' | ' | Unless required by applicable ...
chinasio/local-government-desktop-addins
Project Cost Estimating/CostEstimatingWindow.vb
Visual Basic
apache-2.0
352,384
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition Imports System.Threading Imports Microsoft.CodeAnalysis.Host.Mef Imports Microsoft.CodeAnalysi...
DavidKarlas/roslyn
src/Workspaces/VisualBasic/Portable/Recommendations/VisualBasicRecommendationService.vb
Visual Basic
apache-2.0
18,758
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Xml.Linq Imports Microsoft.CodeAnalysis.Editor.UnitTests.AutomaticCompletion Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions Imports ...
amcasey/roslyn
src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticInterpolatedStringExpressionCompletionTests.vb
Visual Basic
apache-2.0
2,715
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.Collections Imports Microsoft.CodeAnalysis.ExpressionEvaluator Imports Microsoft.CodeAnaly...
wschae/roslyn
src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/Rewriters/LocalDeclarationRewriter.vb
Visual Basic
apache-2.0
3,363
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Threading Imports Microsoft.CodeAnalysis.CodeActions Imports Microsoft.CodeAnalysis.CodeFixes Imports Micr...
OmarTawfik/roslyn
src/EditorFeatures/VisualBasicTest/Diagnostics/AddImport/AddImportTests_NuGet.vb
Visual Basic
apache-2.0
13,764
Namespace _08_Images Friend NotInheritable Class Program ''' <summary> ''' The main entry point for the application. ''' </summary> Private Sub New() End Sub <STAThread> Shared Sub Main() Application.EnableVisualStyles() Application.SetCompatibleTextRenderingDefault(False) Application.Run(New F...
joergkrause/netrix
NetrixDemo/RibbonLib/Samples/VB/08-Images/Program.vb
Visual Basic
mit
365
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class frmStockTakeCSV #Region "Windows Form Designer generated code " <System.Diagnostics.DebuggerNonUserCode()> Public Sub New() MyBase.New() 'This call is required by the Windows Form Designer. InitializeComponent() End Sub 'F...
nodoid/PointOfSale
VB/4PosBackOffice.NET/frmStockTakeCSV.Designer.vb
Visual Basic
mit
14,187
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class frmGRVItemQuick #Region "Windows Form Designer generated code " <System.Diagnostics.DebuggerNonUserCode()> Public Sub New() MyBase.New() 'This call is required by the Windows Form Designer. InitializeComponent() End Sub 'F...
nodoid/PointOfSale
VB/4PosBackOffice.NET/frmGRVItemQuick.Designer.vb
Visual Basic
mit
14,479
Imports System.ComponentModel Public Class DynamicPropertyDescriptor Inherits PropertyDescriptor Private _Name As String Private _Category As String Private _Description As String Private _PropertyType As System.Type Private _ConverterTypeName As String Private _Converter As TypeConverter...
nublet/APRBase
APRBase.ConnectionDialog/DynamicPropertyDescriptor.vb
Visual Basic
mit
14,777
Option Explicit On Option Strict On Public Class VariableParser Inherits DeclarationParser Public Overrides ReadOnly Property lookAhead As Token get Return Token.VARIABLE_KEYWORD End get End property End Class
ananse/ananse
src/ast/parsers/VariableParser.vb
Visual Basic
mit
254
Imports ExcelDna.Integration Imports ExcelDna.Integration.XlCall Imports Microsoft.VisualBasic.FileIO Public Module Functions <ExcelFunction(Name:="ARRAY.MAP", Description:="Evaluates the given function for arrays of input values. ")> Function ArrayMapN( <ExcelArgument(Name:="function", D...
Excel-DNA/Samples
ArrayMap/Functions.vb
Visual Basic
mit
11,588
Public NotInheritable Class PersonData Public Property FirstName As [String] Public Property LastName As [String] Public Property Age As Int32 End Class
soeleman/Program
diKoding/XamlMvvmBasic/XamlMvvmBasicVb/PersonData.vb
Visual Basic
apache-2.0
169
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.42000 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
adalon/MSBuilder
src/Roslyn/Roslyn.Tests/Content/VbLibrary/My Project/Settings.Designer.vb
Visual Basic
mit
2,924
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Reflection.Metadata Imports Microsoft.CodeAnalysis.CodeGen Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Namespace Microsoft.CodeAnalysis...
aelij/roslyn
src/Compilers/VisualBasic/Portable/CodeGen/EmitAddress.vb
Visual Basic
apache-2.0
23,355
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Imports Microsoft.CodeAnalysis.Editor.Implementation.Outlining Namespace Microsoft....
DavidKarlas/roslyn
src/EditorFeatures/VisualBasic/Outlining/Outliners/EventDeclarationOutliner.vb
Visual Basic
apache-2.0
2,394
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.Collections Imports Microsoft.CodeAnalysis.VisualBasic.Emit Imports Microsoft.CodeAnalysis...
VPashkov/roslyn
src/Compilers/VisualBasic/Portable/Symbols/ReferenceManager.vb
Visual Basic
apache-2.0
54,113
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Collections.Immutable Namespace Microsoft.CodeAnalysis.VisualBasic.Symbols ''' <summary> ''' ...
sharwell/roslyn
src/Compilers/VisualBasic/Portable/Symbols/Source/SourceClonedParameterSymbol.vb
Visual Basic
mit
8,768
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Runtime.InteropServices Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeAnalysis....
KashishArora/Roslyn
src/Compilers/VisualBasic/Portable/Binding/Binder_Initializers.vb
Visual Basic
apache-2.0
39,056
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.18326 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
ManishJayaswal/roslyn
src/Compilers/Test/Resources/Core/SymbolsTests/MultiModule/MultiModule.Designer.vb
Visual Basic
apache-2.0
4,359
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports CompilationCreationTestHelpers Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeAnalysis....
mmitche/roslyn
src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/Metadata/PE/NoPia.vb
Visual Basic
apache-2.0
68,238
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.EndConstructGeneration Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.VisualBasic Imports...
JohnHamby/roslyn
src/EditorFeatures/VisualBasicTest/EndConstructGeneration/DoLoopTests.vb
Visual Basic
apache-2.0
8,237
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class Form2 Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try ...
thekoushik/Darker-Unknown
WindowsApplication3/WindowsApplication3/WindowsApplication3/Form2.Designer.vb
Visual Basic
mit
12,069
Imports System.ComponentModel Imports System.Drawing Imports System.Windows.Forms Imports DevExpress.CodeRush.Core Imports DevExpress.CodeRush.PlugInCore Imports DevExpress.CodeRush.StructuralParser Imports System.Text.RegularExpressions Public Class PlugIn1 Private Const RegExStartsWithHeader As String = "(//|') ...
RoryBecker/CR_RefreshTemplate
CR_RefreshTemplate/PlugIn1.vb
Visual Basic
mit
4,497
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class frmLettGrSlect Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) ...
miguel2192/CSC-162
Rodriguez_LetGrdSelect/Rodriguez_LetGrdSelect/Form1.Designer.vb
Visual Basic
mit
6,745
#Region "Imports" Imports System.IO.Compression Imports System.IO Imports System.Net Imports System.Text.RegularExpressions #End Region Module modStrings #Region "Global Variables" ' These vars are used throughout the app so that I can change them in a single place (here) & it'll change them everywhere. ...
STaRDoGG/geekdrop-peek
GeekDrop Peek/Modules/modStrings.vb
Visual Basic
apache-2.0
11,714
Imports System.IO Public Class MyFileInfo Public Property Name As String Public Property LastWriteTime As DateTime Public Property Url As String Public Property Length As Long End Class Public Class WebForm1 Inherits System.Web.UI.Page Protected Sub Page_Load(ByVal sender As Object, ByVal e...
jirikadlec2/hydrodata
hydrodatainfo/lahti_update/WebForm1.aspx.vb
Visual Basic
bsd-3-clause
1,046
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Composition Imports Microsoft.NetCore.Analyzers.Runtime Imports System.Threading Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis....
mavasani/roslyn-analyzers
src/NetAnalyzers/VisualBasic/Microsoft.NetCore.Analyzers/Runtime/BasicUseOrdinalStringComparison.Fixer.vb
Visual Basic
apache-2.0
3,921
'----------------------------------------------------------------------------------- ' Licensed to the Apache Software Foundation (ASF) under one ' or more contributor license agreements. See the NOTICE file ' distributed with this work for additional information ' regarding copyright ownership. The ASF licenses thi...
apache/npanday
dotnet/assemblies/NPanday.ProjectImporter/Engine/src/test/resource/SampleVBDependency/Project1/My Project/Settings.Designer.vb
Visual Basic
apache-2.0
3,921
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations Public Class SubKeywordRecommenderTests <Fact, Trait(...
aelij/roslyn
src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/SubKeywordRecommenderTests.vb
Visual Basic
apache-2.0
12,013
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports System.Runtime.InteropServices Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.Editor.UnitTests....
mavasani/roslyn
src/VisualStudio/Core/Test/CodeModel/AbstractCodeElementTests`1.vb
Visual Basic
mit
52,407
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnalysis.VisualBasic.CodeFixes.IncorrectExitContinue ...
amcasey/roslyn
src/EditorFeatures/VisualBasicTest/Diagnostics/ExitContinue/ExitContinueCodeActionTests.vb
Visual Basic
apache-2.0
19,448
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.VisualStudio.GraphModel Imports Microsoft.VisualStudio.LanguageServices.Implementation.Progression Imports Ros...
weltkante/roslyn
src/VisualStudio/Core/Test/Progression/ImplementsGraphQueryTests.vb
Visual Basic
apache-2.0
4,990
' Licensed to the .NET Foundation under one or more agreements. ' The .NET Foundation licenses this file to you under the MIT license. ' See the LICENSE file in the project root for more information. Imports Microsoft.CodeAnalysis.Editor.VisualBasic.KeywordHighlighting Namespace Microsoft.CodeAnalysis.Editor.VisualB...
physhi/roslyn
src/EditorFeatures/VisualBasicTest/KeywordHighlighting/ForLoopBlockHighlighterTests.vb
Visual Basic
apache-2.0
11,152
Imports System.IO Imports System.Runtime.InteropServices Module Example <STAThread()> _ Sub Main() Dim objApplication As SolidEdgeFramework.Application = Nothing Dim objAssemblyDocument As SolidEdgeAssembly.AssemblyDocument = Nothing Dim objConfigurations As SolidEdgeAssembly.Configura...
SolidEdgeCommunity/docs
docfx_project/snippets/SolidEdgeAssembly.Configurations.AddDerivedConfig.vb
Visual Basic
mit
1,405
Imports System.ComponentModel Imports System.Drawing Imports System.Windows.Forms Imports Telerik.Reporting Imports Telerik.Reporting.Drawing Partial Public Class RegistroVentas Inherits Telerik.Reporting.Report Public Sub New() InitializeComponent() End Sub End Class
crackper/SistFoncreagro
SistFoncreagro.Report/RegistroVentas.vb
Visual Basic
mit
289
Imports Microsoft.VisualBasic Imports System.IO Imports System.Drawing Imports Aspose.Cells Namespace Articles Public Class CopyRangeStyleOnly Public Shared Sub Run() ' ExStart:1 ' The path to the documents directory. Dim dataDir As String = RunExamples.GetDataDir(Syste...
maria-shahid-aspose/Aspose.Cells-for-.NET
Examples/VisualBasic/Articles/CopyRangeStyleOnly.vb
Visual Basic
mit
2,665
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.42000 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '------------...
alexdresko/HSPI
Templates/HspiSample/Settings1.Designer.vb
Visual Basic
mit
2,794
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class FormHexEncode Inherits System.Windows.Forms.Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) ...
gudduarnav/ArnavPrograms
Project.MCA/Intel 8085 Simulator/Intel8085Sim/Intel8085Sim/FormHexEncode.Designer.vb
Visual Basic
mit
3,211
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class frmMain Inherits DevComponents.DotNetBar.Office2007Form 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposing As Boolean) ...
nublet/CacheWatcher
frmMain.Designer.vb
Visual Basic
mit
21,399
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.42000 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-----------...
MontiQt/SaavedraSystem
Formularios Saavedra/My Project/Application.Designer.vb
Visual Basic
mit
1,467
Option Infer On Imports System Imports System.Runtime.InteropServices Namespace Examples Friend Class Program <STAThread> Shared Sub Main(ByVal args() As String) Dim application As SolidEdgeFramework.Application = Nothing Dim partDocument As SolidEdgePart.PartDocument = No...
SolidEdgeCommunity/docs
docfx_project/snippets/SolidEdgeGeometry.EdgeUse.Geometry.vb
Visual Basic
mit
2,701
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports Microsoft.CodeAnalysis.CodeGen Imports Microsoft.CodeAnalysis.ExpressionEvaluator Imports Microsoft.CodeAnalysis....
orthoxerox/roslyn
src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/LocalsTests.vb
Visual Basic
apache-2.0
132,252
'------------------------------------------------------------------------------ ' <auto-generated> ' Этот код создан программой. ' Исполняемая версия:4.0.30319.34003 ' ' Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае ' повторной генерации кода. ' </auto-gen...
Lifemotion/Bwl.Translator.One
Bwl.Translator.One.CodeTest/My Project/Resources.Designer.vb
Visual Basic
apache-2.0
3,378
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnalysis.VisualBasic Imports Microsoft.CodeAnalysis.VisualBasic...
mattwar/roslyn-analyzers
src/XmlDocumentationComments.Analyzers/VisualBasic/BasicAvoidUsingCrefTagsWithAPrefix.vb
Visual Basic
apache-2.0
676