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 |
|---|---|---|---|---|---|
' 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.CodeActions
Imports Microsoft.CodeAnalysis.CodeRefactorings
Im... | jmarolf/roslyn | src/EditorFeatures/Test2/Rename/InlineRenameTests.vb | Visual Basic | mit | 83,919 |
' 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.Test.Utilities
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Imports Roslyn.Test.Utilities
Namespace Microsoft.CodeAnalysi... | paulvanbrenk/roslyn | src/Compilers/VisualBasic/Test/IOperation/IOperation/IOperationTests_IPropertyReferenceExpression.vb | Visual Basic | apache-2.0 | 36,574 |
' 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.VisualBasic.Symbols
Imports Roslyn.Utilities
Namespace Microsoft.CodeAnalysis.VisualBasic... | mmitche/roslyn | src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/Symbols/SimpleTypeParameterSymbol.vb | Visual Basic | apache-2.0 | 2,958 |
' 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.Generic
Imports System.Collections.Immutable
Imports System.Runtime.InteropServices
Imports System.Text
Imports System.Threading
Im... | zmaruo/roslyn | src/Compilers/VisualBasic/Portable/Symbols/NamedTypeSymbol.vb | Visual Basic | apache-2.0 | 58,209 |
Imports System.IO
Imports System.Reflection
Imports System.Runtime.InteropServices
Imports MapInfo.MiPro.Interop
Public NotInheritable Class AboutBox1
Private Sub AboutBox1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
' Set the title of the form.
Dim Applic... | JohnWilcock/MapInfoProfileTool | MapInfoProfileTool/AboutBox1.vb | Visual Basic | mit | 2,383 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class HostsAbout
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... | Laicure/HostsX | HostsX/Forms/HostsAbout.Designer.vb | Visual Basic | mit | 2,361 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.34014
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-----------... | ellore/PollApp | PollApp/PollApp/My Project/Settings.Designer.vb | Visual Basic | mit | 2,920 |
'-------------------------------------------------------------------------------------------'
' Inicio del codigo
'-------------------------------------------------------------------------------------------'
' Importando librerias
'--------------------------------------------------------------------------------------... | kodeitsolutions/ef-reports | rAVencimiento_dVendedor.aspx.vb | Visual Basic | mit | 17,355 |
' --- Copyright (c) notice NevoWeb ---
' Copyright (c) 2008 SARL NevoWeb. www.nevoweb.com. BSD License.
' Author: D.C.Lee
' ------------------------------------------------------------------------
' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
' T... | skamphuis/NB_Store | Components/General/GatewayWrapper.vb | Visual Basic | mit | 8,605 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-------------------------------------------------... | NikolaLyutsov/TelerikAcademy | Homeworks/CSS/CSS Presentation/Lorem Ipsum/My Project/Settings.Designer.vb | Visual Basic | mit | 2,889 |
' 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.Test.Utilities
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Imports Roslyn.Test.Utilities
Namespace Microsoft.CodeAnalysi... | xasx/roslyn | src/Compilers/VisualBasic/Test/IOperation/IOperation/IOperationTests_IReDimOperation.vb | Visual Basic | apache-2.0 | 107,613 |
Imports BVSoftware.BVC5.Core
Partial Class BVAdmin_Controls_ContentColumnEditor
Inherits System.Web.UI.UserControl
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
If Not Page.IsPostBack Then
LoadBlockList()
LoadColumn()
End I... | ajaydex/Scopelist_2015 | BVAdmin/Controls/ContentColumnEditor.ascx.vb | Visual Basic | apache-2.0 | 4,645 |
Imports System
Imports System.Drawing
Imports System.Collections
Imports System.ComponentModel
Imports System.Windows.Forms
Imports System.Diagnostics
Imports System.IO
Imports System.Xml
Imports AnimatGuiCtrls.Controls
Imports AnimatGUI.Framework
Namespace DataObjects.Visualization
Public Class C... | NeuroRoboticTech/AnimatLabPublicSource | Libraries/AnimatGUI/DataObjects/Visualization/CameraPath.vb | Visual Basic | bsd-3-clause | 35,182 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.34014
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-----------... | neozhu/WebFormsScaffolding | Samples.VB/My Project/Resources.Designer.vb | Visual Basic | apache-2.0 | 2,713 |
' 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.ComponentModel.Composition
Imports System.ComponentModel.Composition.Primitives
Imports Microsoft.VisualStudio.ComponentModelHost
Imports Micro... | nguerrera/roslyn | src/VisualStudio/TestUtilities2/MockComponentModel.vb | Visual Basic | apache-2.0 | 2,498 |
' 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.ComponentModel.Composition.Hosting
Imports System.Xml.Linq
Imports Microsoft.CodeAnalysis.Editor.UnitTests.AutomaticCompletion
Imports Microsoft... | mseamari/Stuff | src/EditorFeatures/VisualBasicTest/AutomaticCompletion/AutomaticLessAndGreaterThanCompletionTests.vb | Visual Basic | apache-2.0 | 4,815 |
' 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.CompilerServices
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Namespace Microsoft.CodeAnalys... | mono/roslyn | src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/SymbolExtensions.vb | Visual Basic | apache-2.0 | 3,571 |
' 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.IO
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.Diagnostics
Imports Microsoft.VisualStudio.LanguageServices.Implementation.Proj... | DavidKarlas/roslyn | src/VisualStudio/Core/Test/ProjectSystemShim/DeferredProjectLoadingTests.vb | Visual Basic | apache-2.0 | 5,578 |
' 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.InteropServices
Imports Microsoft.CodeAnalysis.CodeGen
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Namespace Microsoft.CodeAnal... | DavidKarlas/roslyn | src/Compilers/VisualBasic/Portable/Lowering/Rewriter.vb | Visual Basic | apache-2.0 | 6,459 |
' 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.UnitTests.IntelliSense
<[UseExportProvider]>
Public Class CSharpComple... | CyrusNajmabadi/roslyn | src/EditorFeatures/Test2/IntelliSense/CSharpCompletionCommandHandlerTests_XmlDoc.vb | Visual Basic | mit | 52,474 |
' 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.OptionStatements
Public Class Option... | ErikSchierboom/roslyn | src/EditorFeatures/VisualBasicTest/Recommendations/OptionStatements/OptionKeywordRecommenderTests.vb | Visual Basic | apache-2.0 | 1,845 |
' 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
Imports System.Collections.Generic
Imports System.Linq
Imports System.Text
Imports Microsoft.CodeAnalys... | shyamnamboodiripad/roslyn | src/Compilers/VisualBasic/Portable/Errors/DiagnosticBagExtensions.vb | Visual Basic | apache-2.0 | 4,104 |
' 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.Shared.Options
Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions
Imports Microsoft.CodeAnalysis.Editor.UnitTest... | OmarTawfik/roslyn | src/EditorFeatures/VisualBasicTest/LineCommit/CommitOnMiscellaneousCommandsTests.vb | Visual Basic | apache-2.0 | 11,367 |
' 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.VisualBasic.Syntax
Imports Microsoft.CodeAnalysis.VisualBasic.Extensions
Imports Micros... | physhi/roslyn | src/EditorFeatures/VisualBasicTest/Extensions/StatementSyntaxExtensionTests.vb | Visual Basic | apache-2.0 | 9,836 |
' 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.Generic
Imports System.Collections.Immutable
Imports System.Diagnostics
Imports System.Linq
Imports System.Threading
Imports Micros... | ValentinRueda/roslyn | src/Workspaces/VisualBasic/Portable/Utilities/SpeculationAnalyzer.vb | Visual Basic | apache-2.0 | 36,988 |
Module Module1
Function Factorial(n As Double) As Double
If n < 1 Then
Return 1
End If
Dim result = 1.0
For i = 1 To n
result = result * i
Next
Return result
End Function
Function FirstOption(n As Double) As Double
Return F... | ncoe/rosetta | Catalan_numbers/Visual Basic .NET/CatalanNumbers/CatalanNumbers/Module1.vb | Visual Basic | mit | 1,981 |
Namespace MyEntities
Public Interface ICTCallModel
Property CallId() As Integer
Property CallDate() As DateTime
Property CallerName() As String
Property CallerAddress() As String
Property CallerCity() As String
Property CityId() As Integer
Property Region()... | dmcdonald11/CallTrackerLite | Entities/ICTCallModel.vb | Visual Basic | mit | 879 |
Namespace Entities
Public Class HoaDonDTO
Private _maKhamBenh As String
Private _tienKhamThucTe As Integer
Public Property MaKhamBenh As String
Get
Return _maKhamBenh
End Get
Set(value As String)
_maKhamBenh = value
... | trumpsilver/ScrapTest | Entities/HoaDonDTO.vb | Visual Basic | mit | 975 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form1
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... | Shadorunce/MiniProjects | Text Editor/TextEditor/Form1.Designer.vb | Visual Basic | mit | 8,518 |
Partial Friend Class Deque(Of T)
#Region "SynchronizedDeque Class"
<Serializable>
Private NotInheritable Class SynchronizedDeque
Inherits Deque(Of T)
Implements IEnumerable
#Region "SynchronziedDeque Members"
#Region "Fields"
Private ReadOnly myDeque As Deque(Of T)
Private ... | TeamEEDev/EECloud | EECloud.Host/Deque/Deque.Synchronized.vb | Visual Basic | mit | 3,153 |
Public Class ChartScaleBounds
' Calculates nice-looking values for chart scale bounds and number of intervals
' Final number of intervals will be closest to the requested (optimal) number
' Input parameters
Private _lower_data_bound As Double
Private _upper_data_bound As Double
Private _optim... | RiSearcher/VB.Net-snippets | ChartScaleClass.vb | Visual Basic | mit | 4,070 |
Imports Transporter_AEHF.Objects.EmcFunctions.Math
'Imports NationalInstruments.Analysis.Math
Imports MathNet.Numerics.LinearAlgebra
Imports Keysight.Visa
Imports Ivi.Visa
Imports Transporter_AEHF.Objects.Enumerations
Public Class DataController
'Private CurrentTraceData As Double(,) = New Double(,) {}
Privat... | wboxx1/85-EIS-PUMA | puma/src/Supporting Controllers/Data/DataController.vb | Visual Basic | mit | 21,066 |
Public Class Cliente
Inherits Persona
Private _tipo As String
Public Property Tipo() As String
Get
Return _tipo
End Get
Set(ByVal value As String)
_tipo = value
End Set
End Property
Public Sub New()
End Sub
Public Sub New(nombre As S... | Mikamocha/ProyctoVisualPrimerParcial | Proyecto/Proyecto/Cliente.vb | Visual Basic | mit | 703 |
Partial Class TemplateList
Inherits System.Web.UI.Page
Public Property DirectoryName() As String
Get
Return ViewState("DirectoryName")
End Get
Set(ByVal value As String)
ViewState("DirectoryName") = value
End Set
End Property
Protec... | ajlopez/AjGenesis | src/AjGenesis.WebStudio/TemplateList.aspx.vb | Visual Basic | mit | 1,817 |
' 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.Diagnostics
Imports System.Linq
Imports System.Runtime.InteropServices
Imports Microsoft.CodeAnalysis.Coll... | kelltrick/roslyn | src/Compilers/VisualBasic/Portable/Semantics/OverloadResolution.vb | Visual Basic | apache-2.0 | 249,174 |
Imports System
Imports Microsoft.VisualBasic
Imports ChartDirector
Public Class vbarmeter
Implements DemoModule
'Name of demo module
Public Function getName() As String Implements DemoModule.getName
Return "Vertical Bar Meter"
End Function
'Number of charts produced in this demo module
... | jojogreen/Orbital-Mechanix-Suite | NetWinCharts/VBNetWinCharts/vbarmeter.vb | Visual Basic | apache-2.0 | 1,956 |
' 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.ReplacePropertyWithMethods
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Namespace Microsoft.CodeAnalysis.VisualBasic.Code... | aelij/roslyn | src/Features/VisualBasic/Portable/ReplacePropertyWithMethods/VisualBasicReplacePropertyWithMethods.ConvertValueToReturnsRewriter.vb | Visual Basic | apache-2.0 | 1,833 |
' 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.Statements
Public Class EachKeywordR... | CyrusNajmabadi/roslyn | src/EditorFeatures/VisualBasicTest/Recommendations/Statements/EachKeywordRecommenderTests.vb | Visual Basic | mit | 2,490 |
Imports System.Collections.Immutable
Imports System.Threading
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.CodeActions
Imports Microsoft.CodeAnalysis.CodeFixes
Imports Microsoft.CodeAnalysis.Formatting
Imports Microsoft.CodeAnalysis.VisualBasic
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Namesp... | dmgandini/code-cracker | src/VisualBasic/CodeCracker/Style/TernaryOperatorCodeFixProviders.vb | Visual Basic | apache-2.0 | 7,672 |
' 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
Namespace Microsoft.CodeAnalysis.Editor.UnitTests.FindReferences
Partial Public Class FindReferencesTests
<WpfFact,... | jeffanders/roslyn | src/EditorFeatures/Test2/FindReferences/FindReferencesTests.ParameterSymbol.vb | Visual Basic | apache-2.0 | 19,160 |
' 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.Test.Utilities
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Imports Roslyn.Test.Utilities
Namespace Microsoft.CodeAnalysi... | VSadov/roslyn | src/Compilers/VisualBasic/Test/IOperation/IOperation/IOperationTests_IConditionalAccessExpression.vb | Visual Basic | apache-2.0 | 18,876 |
' 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.CompilerServices
Imports CompilationCreationTestHelpers
Imports Microsoft.CodeAnalysis.Test.Uti... | CyrusNajmabadi/roslyn | src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/Metadata/PE/LoadingWithEvents.vb | Visual Basic | mit | 2,566 |
' 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
Namespace Microsoft.CodeAnalysis.Editor.UnitTests.FindReferences
Partial Public Class FindReferencesTests
<WorkIte... | mmitche/roslyn | src/EditorFeatures/Test2/FindReferences/FindReferencesTests.IndexerSymbols.vb | Visual Basic | apache-2.0 | 3,979 |
' 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.Globalization
Imports System.Reflection
Imports Microsoft.CodeAnalysis.Collections
Namespace Microsoft.CodeAnalysis.VisualBasic.ObjectDisplay
... | v-codeel/roslyn | src/Compilers/VisualBasic/Portable/SymbolDisplay/ObjectDisplay.vb | Visual Basic | apache-2.0 | 19,116 |
''' <summary>General Device Type</summary>
''' <autogenerated>Generated from a T4 template. Modifications will be lost, if applicable use a partial class instead.</autogenerated>
''' <generator-date>08/02/2014 17:48:42</generator-date>
''' <generator-functions>1</generator-functions>
''' <generator-source>Caerus\Genera... | thiscouldbejd/Caerus | General/Generated/GeneralDevice.vb | Visual Basic | mit | 6,083 |
Module ParallelLife
Sub Main()
Application.Run(New Life())
End Sub
End Module
Class LifePCA
Inherits GenericPCA(Of Cell)
Enum Cell As Byte
Dead = 0
Alive = 1
Random = 2
End Enum
Public Overrides Function NextState(ByVal u As Cell()(), ByVal i As Integer, ByVa... | JoinPatterns/ScalableJoins | Demos/Life/ParallelLife.vb | Visual Basic | mit | 1,725 |
Namespace Excel
''' <summary></summary>
''' <autogenerated>Generated from a T4 template. Modifications will be lost, if applicable use a partial class instead.</autogenerated>
''' <generator-date>17/02/2014 16:02:50</generator-date>
''' <generator-functions>1</generator-functions>
''' <generator-source>Deimos\_Ex... | thiscouldbejd/Deimos | _Excel/Enums/HorizontalAlignment.vb | Visual Basic | mit | 826 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class substract
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
... | miguel2192/CSC-162 | Rodriguez_MathMultForms/Rodriguez_MathMultForms/substract.Designer.vb | Visual Basic | mit | 6,160 |
'------------------------------------------------------------------------------
' <auto-generated>
' Dieser Code wurde von einem Tool generiert.
' Laufzeitversion:4.0.30319.34209
'
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
' der Code erneut generiert wi... | troke12/osu-Sync | osu!Sync UpdatePatcher/My Project/Resources.Designer.vb | Visual Basic | mit | 2,951 |
' 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.IO
Imports System.Threading
Imports Microsoft.CodeAnalysis.Editor.Host
Imports Microsoft.CodeAnalysis.Editor.Implementation.Peek
Imports Micros... | ManishJayaswal/roslyn | src/EditorFeatures/Test2/Peek/PeekTests.vb | Visual Basic | apache-2.0 | 20,938 |
'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/Controls/TOCControlContextMenu/VBNet/ScaleThresholds.vb | Visual Basic | apache-2.0 | 2,560 |
Namespace DataMart
Public Class PurchasesPerPersonPerMonthAggregateFact
Private _id As Integer
Private _personId As Integer
Private _monthNumber As Integer
Private _monthName As String
Private _purchasesTotal As Decimal
Public ReadOnly Property Id() As In... | ferventcoder/ssis-vs-code | WarehouseToDataMart/DataMart/PurchasesPerPersonPerMonthAggregateFact.vb | Visual Basic | apache-2.0 | 1,509 |
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
' Review the values of the assembly attributes
<Asse... | SkyCD/SkyCD | Plugins/FileFormat/SkyCDNativeFormat/My Project/AssemblyInfo.vb | Visual Basic | bsd-3-clause | 1,153 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Form1
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
... | pepincho/John-Atanasov-Visual-Basic | Dodge Balls/Dodge Balls/Form1.Designer.vb | Visual Basic | mit | 3,936 |
' 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.Linq
Imports System.Text
Imports System.Xml.Linq
Imports... | Hosch250/roslyn | src/Compilers/VisualBasic/Test/Semantic/FlowAnalysis/FlowTestBase.vb | Visual Basic | apache-2.0 | 12,575 |
' 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.Diagnostics
Imports Microsoft.CodeAnalysis.Diagnostics.PreferFrameworkType
Imports Microso... | OmarTawfik/roslyn | src/Features/VisualBasic/Portable/Diagnostics/Analyzers/VisualBasicPreferFrameworkTypeDiagnosticAnalyzer.vb | Visual Basic | apache-2.0 | 2,395 |
' 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.ComponentModel.Composition.Hosting
Imports System.Threading
Imports Microsoft.CodeAnalysis.Editor.CSharp.GoToDefinition
Imports Microsoft.CodeAn... | VPashkov/roslyn | src/EditorFeatures/Test2/GoToDefinition/GoToDefinitionCommandHandlerTests.vb | Visual Basic | apache-2.0 | 5,440 |
' 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.VisualBasic
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Imports Roslyn... | mono/roslyn | src/Compilers/VisualBasic/Test/Syntax/Parser/XmlDocComments.vb | Visual Basic | apache-2.0 | 14,823 |
' 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... | CyrusNajmabadi/roslyn | src/Compilers/VisualBasic/Portable/Binding/Binder_WithBlock.vb | Visual Basic | mit | 19,728 |
' 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.CodeAnalysis.Host
Imports Microsoft.CodeAnalysis.Host.Mef
Imports Microsoft.CodeAnalysis.Navigation
Namespace Mic... | droyad/roslyn | src/EditorFeatures/Test2/GoToDefinition/MockDocumentNavigationServiceFactory.vb | Visual Basic | apache-2.0 | 832 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class frmSerialNumber
#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/frmSerialNumber.Designer.vb | Visual Basic | mit | 22,314 |
'------------------------------------------------------------------------------
' <auto-generated>
' Dieser Code wurde von einem Tool generiert.
' Laufzeitversion:4.0.30319.42000
'
' Änderungen an dieser Datei können falsches Verhalten verursachen und gehen verloren, wenn
' der Code erneut generiert wi... | Excel-DNA/Samples | CustomXMLParts/SchemaFiles.Designer.vb | Visual Basic | mit | 4,332 |
'Partial Public Class x8086
' Private Const Size As Integer = 6
' Private mBuffer(Size - 1) As Byte
' Private mAddress As Integer
' Public Sub Prefetch()
' mAddress = SegmentOffetToAbsolute(mRegisters.CS, mRegisters.IP)
' For i As Integer = 0 To Size - 1
' mBuffer(i) = Memory((m... | morphx666/x8086NetEmu | x8086NetEmu/Helpers/Prefetch.vb | Visual Basic | mit | 973 |
Imports SolidEdgeCommunity.Extensions ' https://github.com/SolidEdgeCommunity/SolidEdge.Community/wiki/Using-Extension-Methods
Imports System
Imports System.Collections.Generic
Imports System.Linq
Imports System.Text
Namespace CreateHoles
Friend Class Program
<STAThread> _
Shared Sub Main(ByVal ar... | SolidEdgeCommunity/Samples | SheetMetal/CreateHoles/vb/CreateHoles/Program.vb | Visual Basic | mit | 6,549 |
Namespace Exterity
''' <summary></summary>
''' <autogenerated>Generated from a T4 template. Modifications will be lost, if applicable use a partial class instead.</autogenerated>
''' <generator-date>08/02/2014 18:20:27</generator-date>
''' <generator-functions>1</generator-functions>
''' <generator-source>Caerus\... | thiscouldbejd/Caerus | _Exterity/Generated/TVTunerCollection.vb | Visual Basic | mit | 1,491 |
' 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.Reflection.Metadata
Imports Microsoft.CodeAnalysis.Test.Extensions
Imports Microsoft.CodeAnalysis.Visua... | davkean/roslyn | src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/Metadata/PE/BaseTypeResolution.vb | Visual Basic | apache-2.0 | 18,285 |
Imports System.Security.Cryptography.X509Certificates
Imports Aspose.Email.Mail
'
'This project uses Automatic Package Restore feature of NuGet to resolve Aspose.Email for .NET API reference
'when the project is build. Please check https://Docs.nuget.org/consume/nuget-faq for more information.
'If you do not wish t... | maria-shahid-aspose/Aspose.Email-for-.NET | Examples/VisualBasic/Email/EncryptAndDecryptMessage.vb | Visual Basic | mit | 1,819 |
' 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.Editor.Host
Imports Microsoft.CodeAnalysis.Editor.Shared.Extensions
Imports Microsoft.CodeAnalys... | mmitche/roslyn | src/VisualStudio/VisualBasic/Impl/Venus/VisualBasicContainedLanguage.vb | Visual Basic | apache-2.0 | 10,499 |
Option Explicit On
Option Strict On
Imports CompuMaster.Data.Information
Namespace CompuMaster.Data
Public Class TextCell
Public Sub New(value As Object)
If value Is Nothing OrElse IsDBNull(value) Then
Me.Text = Nothing
Else
Me.Text = value.ToStri... | CompuMasterGmbH/CompuMaster.Data | CompuMaster.Data/TextCell.vb | Visual Basic | mit | 2,863 |
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.Arcs2d.AddByCenterStartEnd.vb | Visual Basic | mit | 1,966 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:2.0.50727.3615
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'----... | skamphuis/NB_Store | CategoryMenuSettings.ascx.designer.vb | Visual Basic | mit | 29,936 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.34209
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-----------... | Esri/arcobjects-sdk-community-samples | Net/Geodatabase/RasterSyncWorkspaceExtension/VBNet/RasterSyncExtensionReg/My Project/Settings.Designer.vb | Visual Basic | apache-2.0 | 2,934 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:2.0.50727.42
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'--------------... | AndreKuzubov/Easy_Report | packages/Independentsoft.Office.Word.2.0.400/Tutorial/VBPageSettings/My Project/Resources.Designer.vb | Visual Basic | apache-2.0 | 2,717 |
Imports Com.Aspose.Barcode.Api
Imports Com.Aspose.Barcode.Model
Namespace GeneratingSaving.WithoutCloudStorage
Class GenerateBarcodeAndGetImageAsStream
Public Shared Sub Run()
'ExStart:1
' Instantiate Aspose BarCode Cloud API SDK
Dim barcodeApi As New BarcodeApi(Com... | aspose-barcode/Aspose.BarCode-for-Cloud | Examples/DotNET/VisualBasic/GeneratingSaving/WithoutCloudStorage/GenerateBarcodeAndGetImageAsStream.vb | Visual Basic | mit | 2,000 |
' 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.Composition
Imports System.Diagnostics.CodeAnalysis
Imports System.Threading
Imports Microsoft.CodeAnal... | reaction1989/roslyn | src/Features/VisualBasic/Portable/SignatureHelp/AddRemoveHandlerSignatureHelpProvider.vb | Visual Basic | apache-2.0 | 2,858 |
Imports NETGeographicLib
Module example_GARS
Sub Main()
Try
' Sample forward calculation
Dim lat As Double = 57.64911, lon = 10.40744
Dim garstring As String
For prec As Integer = 0 To 2
GARS.Forward(lat, lon, prec, garstring)
C... | geographiclib/geographiclib | dotnet/examples/VB/example-GARS.vb | Visual Basic | mit | 942 |
'*******************************************************************************************'
' '
' Download Free Evaluation Version From: https://bytescout.com/download/web-installer '
' ... | bytescout/ByteScout-SDK-SourceCode | Premium Suite/VB.NET/Data masking in pdf with pdf extractor sdk/Program.vb | Visual Basic | apache-2.0 | 2,268 |
' 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.CodeAnalysis
Imports Microsoft.CodeAnalysis.CodeFixes
Imports Microsoft.QualityGuidelines.Analyzers
Namespace Mic... | qinxgit/roslyn-analyzers | src/Microsoft.QualityGuidelines.Analyzers/VisualBasic/BasicDisposeObjectsBeforeLosingScope.Fixer.vb | Visual Basic | apache-2.0 | 678 |
' 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.Collections.Immutable
Imports Microsoft.CodeAnalysis.CodeFixes.Suppression
Imports Microsoft.CodeAnalysis.Diagnostics
Imports... | VSadov/roslyn | src/EditorFeatures/VisualBasicTest/Diagnostics/Suppression/SuppressionTests.vb | Visual Basic | apache-2.0 | 61,382 |
' 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.Diagnostics
Imports Microsoft.CodeAnalysis.PooledObjects
Namespace Microsoft.CodeAnalysis.VisualBasic.Symbols
''' <summary>
''' Functi... | mmitche/roslyn | src/Compilers/VisualBasic/Portable/Symbols/Source/OverloadingHelper.vb | Visual Basic | apache-2.0 | 10,337 |
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' associated with an assembly.
' Review the values of the assembly attributes
<Ass... | eclay42/DMF_EWoD_controller | DMF_EWoD_PC/DMF_EWoD_PC/My Project/AssemblyInfo.vb | Visual Basic | mit | 1,131 |
#Region "Microsoft.VisualBasic::6d1e1c07af29c6eff8636233d2a8a870, src\metadna\MetaDNA_visual\Algorithm.vb"
' Author:
'
' xieguigang (gg.xie@bionovogene.com, BioNovoGene Co., LTD.)
'
' Copyright (c) 2018 gg.xie@bionovogene.com, BioNovoGene Co., LTD.
'
'
' MIT License
'
... | xieguigang/MassSpectrum-toolkits | src/metadna/MetaDNA_visual/Algorithm.vb | Visual Basic | mit | 6,797 |
'-------------------------------------------------------------------------------------------'
' Inicio del codigo
'-------------------------------------------------------------------------------------------'
' Importando librerias
'--------------------------------------------------------------------------------------... | kodeitsolutions/ef-reports | PAS_fCRetencion_PatenteProveedores.aspx.vb | Visual Basic | mit | 6,438 |
Imports System.Threading
Friend NotInheritable Class Program
Private Sub New()
End Sub
''' <summary>
''' The main entry point for the application.
''' </summary>
<STAThread>
Public Shared Sub Main()
' Redirect standard output and error
' Add the event handler for handli... | evandixon/DotNet3dsToolkit | Old/ToolkitForm/Program.vb | Visual Basic | mit | 3,038 |
Imports SistFoncreagro.BussinessEntities
Imports SistFoncreagro.DataAccess
Public Class RequisitoAdicionalBL : Implements IRequisitoAdicionalBL
Dim factoryrepository As IRequisitoAdicionalRepository
Public Sub New()
factoryrepository = New RequisitoAdicionalRepository
End Sub
Public Sub Delet... | crackper/SistFoncreagro | SistFoncreagro.BussinesLogic/RequisitoAdicionalBL.vb | Visual Basic | mit | 1,752 |
Imports System.IO
Imports Grasshopper.Kernel.Parameters
Public Class FileWatcher
Inherits OwlComponentBase
Sub New()
MyBase.New("File Watch", "Watcher", "Watch file for changes", "Owl", "Scripting")
Me.Message = DateTime.Now.ToLongTimeString
End Sub
Protected Overrides ReadOnly Property... | mateuszzwierzycki/Owl | Owl.GH/Components/Owl/Scripting/FileWatcher.vb | Visual Basic | mit | 4,547 |
Public Class TimerClass
Dim _TargetTimeString As String
Public Enum TimePeriod
Daily
Hourly
End Enum
Public ReadOnly Property GetInterval() As Integer
Get
Return DateDiff(DateInterval.Second, Now, get_Next_ImportDate) * 1000
End Get
End Property
Pu... | diblos/itramas.protocol_emulator | code/emu_common/class/TimerClass.vb | Visual Basic | mit | 1,342 |
Namespace Data
Public Class WatcherTimer
Implements IWatcher
Public Event Changed() Implements IWatcher.Changed
Private WithEvents tmrRefresh As System.Timers.Timer = Nothing
Public Sub New(dInterval As Double)
tmrRefresh = New System.Timers.Timer
tmrRefr... | nublet/DMS | DMS.Base/Data/DBWatcher/WatcherTimer.vb | Visual Basic | mit | 1,397 |
' 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
Imports Microsoft.CodeAnalysis.Completion
Imports Microsoft.Visua... | MichalStrehovsky/roslyn | src/EditorFeatures/TestUtilities2/Intellisense/ModernCompletionTestState.vb | Visual Basic | apache-2.0 | 18,837 |
'
' This file is generated at http://www.netmftoolbox.com/tools/img_to_bin/
' Original filename: netduino.bmp
' Orientation: column-major order
' Bit order: Most significant bit
' Inverted: no
' Timestamp: 2012-12-24 17:12:36
'
Namespace Bitmaps
''' <summary>
''' netduino.bmp bi... | JakeLardinois/NetMF.Toolbox | Samples/Visual Basic/Thermal Printer/Bitmaps/netduino_bmp.vb | Visual Basic | apache-2.0 | 5,293 |
' Copyright (c) Microsoft Open Technologies, Inc. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
Imports EnvDTE
Imports VB = Microsoft.VisualBasic
Imports Microsoft.VisualStudio.Shell.Interop
Imports System
Imports System.Collection... | chkn/fsharp | vsintegration/src/vs/FsPkgs/FSharp.Project/VB/FSharpPropPage/Common/ShellUtil.vb | Visual Basic | apache-2.0 | 33,161 |
Imports System.Xml
Imports System.Web.Configuration
Imports System.Text.RegularExpressions
Imports Protean.Cms.Cart
Namespace Providers
Namespace Payment
Public Class Pay360
Public Sub New()
'do nothing
End Sub
Public Sub Initiate(ByRef _AdminXforms A... | Eonic/EonicWeb5 | Assemblies/ProteanCMS/CMS/Cart/PaymentProviders/Pay360.vb | Visual Basic | apache-2.0 | 52,296 |
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
Imports System.Globalization
Imports System.Resources
Imports System.Windows
' General Information about an assembly is controlled through the following
' set of attributes. Change these attribute values to modify the information
' assoc... | DlhSoftTeam/GanttChartLightLibrary-Demos | GanttChartLightLibraryDemos/Demos/Samples/WPF-VisualBasic/GanttChartDataGrid/HierarchicalVirtualization/My Project/AssemblyInfo.vb | Visual Basic | mit | 2,272 |
Imports System.Collections.ObjectModel
''' <summary>
''' Interaction logic for MainWindow.xaml
''' </summary>
Partial Public Class MainWindow
Inherits Window
Public Sub New()
InitializeComponent()
Dim resourceItems = New ObservableCollection(Of CustomResourceItem) From {
New ... | DlhSoftTeam/GanttChartLightLibrary-Demos | GanttChartLightLibraryDemos/Demos/Samples/WPF-VisualBasic/ScheduleChartDataGrid/DataBinding/MainWindow.xaml.vb | Visual Basic | mit | 2,790 |
' 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.CompilerServices
Imports Microsoft.CodeAnalysis.ExpressionEvaluator
Imports Microsoft.VisualStudio... | MatthieuMEZIL/roslyn | src/ExpressionEvaluator/VisualBasic/Test/ResultProvider/Helpers/TestTypeExtensions.vb | Visual Basic | apache-2.0 | 2,156 |
' 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.Globalization
Imports System.Linq
Imports System.Text
Imports Microsoft.CodeAnalysis.CodeGeneration
Imports Microsoft.CodeAnalys... | jgglg/roslyn | src/Workspaces/VisualBasic/Portable/CodeGeneration/ExpressionGenerator.StringPiece.vb | Visual Basic | apache-2.0 | 7,201 |
' 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 System.Threading
Imports Microsoft.CodeAnalysis.DocumentationComments
Imports Microsoft.CodeAnalysis.LanguageServices
Import... | Pvlerick/roslyn | src/Features/VisualBasic/Portable/SignatureHelp/RaiseEventStatementSignatureHelpProvider.vb | Visual Basic | apache-2.0 | 8,494 |
' 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.Generic
Imports System.Collections.Immutable
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.Collections
Imports Micr... | VSadov/roslyn | src/Compilers/VisualBasic/Portable/Symbols/AnonymousTypes/SynthesizedSymbols/AnonymousType_TemplateSymbol.vb | Visual Basic | apache-2.0 | 8,490 |
' 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.Diagnostics
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Imports Microsoft.CodeAnalysis.VisualBasic.S... | mmitche/roslyn | src/Compilers/VisualBasic/Portable/BoundTree/BoundFieldAccess.vb | Visual Basic | apache-2.0 | 2,237 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.18331
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-----------... | age-killer/Electronic-invoice-document-processing | MailSort_CSHARP/packages/Independentsoft.Exchange.3.0.400/Tutorial/VBAddCategory/My Project/Resources.Designer.vb | Visual Basic | mit | 2,722 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.