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 |
|---|---|---|---|---|---|
' 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.CodeActions
Imports Microsoft.CodeAnalysis.CodeRefactorings
Imports Microsoft.CodeAnalysis... | DustinCampbell/roslyn | src/EditorFeatures/VisualBasicTest/CodeActions/IntroduceVariable/IntroduceVariableTests.vb | Visual Basic | apache-2.0 | 96,654 |
' 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 System.Windows
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.Notification
Imports Microsoft.Vis... | VSadov/roslyn | src/VisualStudio/VisualBasic/Impl/Options/NamingStylesOptionPage.vb | Visual Basic | apache-2.0 | 1,833 |
' 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.Rename.ConflictEngine
Namespace Microsoft.CodeAnalysis.Editor.UnitTests.Rename.CSharp
Public Class LocalConflictTests
... | amcasey/roslyn | src/EditorFeatures/Test2/Rename/CSharp/LocalConflictTests.vb | Visual Basic | apache-2.0 | 20,257 |
' 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.CodeAnalysis
Imports System.Runtime.InteropServices
Imports... | DavidKarlas/roslyn | src/Compilers/VisualBasic/Portable/Symbols/AnonymousTypes/AnonymousTypeDescriptor.vb | Visual Basic | apache-2.0 | 8,557 |
' 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.Reflection.Metadata
Imports Microsoft.Cci
Imports Microsoft.CodeAnalysi... | MatthieuMEZIL/roslyn | src/Compilers/VisualBasic/Portable/Symbols/SignatureOnlyMethodSymbol.vb | Visual Basic | apache-2.0 | 10,982 |
' 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.Queries
Public Class AggregateKeywordRecommenderTests
<Fact, Trait(... | OmarTawfik/roslyn | src/EditorFeatures/VisualBasicTest/Recommendations/Queries/AggregateKeywordRecommenderTests.vb | Visual Basic | apache-2.0 | 8,034 |
' 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.Globalization
Imports System.Runtime.InteropServices
Imports Microsoft.CodeAnal... | droyad/roslyn | src/Compilers/VisualBasic/Portable/Lowering/LocalRewriter/LocalRewriter_Label.vb | Visual Basic | apache-2.0 | 2,864 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class RawFileViewer
Inherits System.Windows.Forms.UserControl
'UserControl overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides Sub Dispose(disposing As Boolean)
... | xieguigang/MassSpectrum-toolkits | src/mzkit/mzkit/pages/Settings/RawFileViewer.Designer.vb | Visual Basic | mit | 4,874 |
#Region "Microsoft.VisualBasic::298a037ae8b397b8e6f556f229ec7f6b, src\metadb\Massbank\Public\NCBI\PubChemDescriptorRepo.vb"
' Author:
'
' xieguigang (gg.xie@bionovogene.com, BioNovoGene Co., LTD.)
'
' Copyright (c) 2018 gg.xie@bionovogene.com, BioNovoGene Co., LTD.
'
'
' MIT ... | xieguigang/MassSpectrum-toolkits | src/metadb/Massbank/Public/NCBI/PubChemDescriptorRepo.vb | Visual Basic | mit | 12,595 |
'------------------------------------------------------------------------------
' <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>
'-----------... | AndreKuzubov/Easy_Report | packages/Independentsoft.Office.Word.2.0.400/Tutorial/VBHeaderRow/My Project/Resources.Designer.vb | Visual Basic | apache-2.0 | 2,720 |
'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/ToolbarControlMultiItemBookmarks/VBNet/SpatialBookmarks.vb | Visual Basic | apache-2.0 | 5,733 |
Imports Microsoft.VisualBasic
Namespace Gears.DataSource
''' <summary>
''' ORDER の種類
''' </summary>
''' <remarks></remarks>
Public Enum OrderKind As Integer
ASC
DESC
NON
End Enum
''' <summary>
''' SQLの選択条件を管理するクラス
''' </summary>
''' <remarks></remarks>... | icoxfog417/Gears | Gears/Code/DataSource/SqlSelectItem.vb | Visual Basic | apache-2.0 | 6,328 |
' 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.Text
Imports Microsoft.CodeAnalysis.VisualBasic.Sym... | dovzhikova/roslyn | src/Compilers/VisualBasic/Portable/CodeGen/Optimizer/StackScheduler.Analyzer.vb | Visual Basic | apache-2.0 | 54,998 |
Imports Microsoft.VisualBasic
Imports System.Runtime.Serialization
Namespace Gears.DataSource
''' <summary>
''' SQL処理実行時の例外
''' </summary>
''' <remarks></remarks>
Public Class GearsSqlException
Inherits GearsException
Protected Const MSG_ATYPE As String = "MSG_ATYPE"
'コン... | icoxfog417/Gears | Gears/Code/DataSource/GearsSqlException.vb | Visual Basic | apache-2.0 | 1,310 |
'==============================================================================
' MyGeneration.dOOdads
'
' SQLiteDynamicQuery.vb
' Version 5.0
' Updated - 10/12/2005
'------------------------------------------------------------------------------
' Copyright 2004, 2005 by MyGeneration Software.
' All Rights Rese... | cafephin/mygeneration | src/doodads/VB.NET/MyGeneration.dOOdads/DbAdapters/SQLiteDynamicQuery.vb | Visual Basic | bsd-3-clause | 10,981 |
' Copyright (c) 2015 ZZZ Projects. All rights reserved
' Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods)
' Website: http://www.zzzprojects.com/
' Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927
' All ZZZ Projects products: Entity Framework Exte... | huoxudong125/Z.ExtensionMethods | src (VB.NET)/Z.ExtensionMethods.VB/Z.Core/System.DateTime/ToDateTimeFormat/DateTime.ToFullDateTimeString.vb | Visual Basic | mit | 1,837 |
' Copyright (c) 2015 ZZZ Projects. All rights reserved
' Licensed under MIT License (MIT) (https://github.com/zzzprojects/Z.ExtensionMethods)
' Website: http://www.zzzprojects.com/
' Feedback / Feature Requests / Issues : http://zzzprojects.uservoice.com/forums/283927
' All ZZZ Projects products: Entity Framework Exte... | huoxudong125/Z.ExtensionMethods | src (VB.NET)/Z.ExtensionMethods.VB/Z.Data/System.Data.IDataReader/IDataReader.ToExpandoObject.vb | Visual Basic | mit | 1,381 |
' 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.CodeRefactorings
Imports Microsoft.CodeAnalysis.Editor.VisualBasic.Wrapping
Namespace Microsoft.CodeAnalysis.Editor.VisualBasi... | DustinCampbell/roslyn | src/EditorFeatures/VisualBasicTest/Wrapping/ArgumentWrappingTests.vb | Visual Basic | apache-2.0 | 16,646 |
' 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.CodeRefactorings.EncapsulateField
Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.CodeRefactorings.En... | DavidKarlas/roslyn | src/EditorFeatures/VisualBasicTest/CodeActions/EncapsulateField/EncapsulateFieldTests.vb | Visual Basic | apache-2.0 | 12,330 |
' 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 Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Imports Microsoft.CodeAnalysis.... | paladique/roslyn | src/Compilers/VisualBasic/Portable/Symbols/NoPiaMissingCanonicalTypeSymbol.vb | Visual Basic | apache-2.0 | 3,155 |
' 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.Completion.Providers
Impo... | CyrusNajmabadi/roslyn | src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Declarations/SubKeywordRecommender.vb | Visual Basic | mit | 2,356 |
' 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.Symbols
Imports Roslyn.Test.Utilities
Namespace Microsoft.CodeAnalys... | droyad/roslyn | src/Compilers/VisualBasic/Test/Emit/Emit/EntryPointTests.vb | Visual Basic | apache-2.0 | 48,222 |
' 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.Test.Utilities
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.Visua... | physhi/roslyn | src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/Source/DelegateTests.vb | Visual Basic | apache-2.0 | 21,182 |
' 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 Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.AddImports
Imports Microsoft.Co... | mmitche/roslyn | src/Workspaces/VisualBasic/Portable/Extensions/CompilationUnitSyntaxExtensions.vb | Visual Basic | apache-2.0 | 5,926 |
' 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
P... | mmitche/roslyn | src/EditorFeatures/VisualBasicTest/KeywordHighlighting/PropertyBlockHighlighterTests.vb | Visual Basic | apache-2.0 | 1,830 |
' 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.CodeGeneration
Imports Microsoft.CodeAnalysis.CodeGeneration.CodeGenerationHelpers
Imports Microsoft.C... | droyad/roslyn | src/Workspaces/VisualBasic/Portable/CodeGeneration/NamedTypeGenerator.vb | Visual Basic | apache-2.0 | 12,209 |
'vindu for blodtapping
Public Class BlodGivning2
Private Sub BlodGivning2_Closed(sender As Object, e As EventArgs) Handles Me.Closed
Me.Hide()
End Sub
'finner donor blod type
Private Sub BlodGivning2_Load(sender As Object, e As EventArgs) Handles MyBase.Load
Dim blodtype As String = fin... | helliio/Aorta-DB | Aorta-DB/Aorta-DB/BlodGivning2.vb | Visual Basic | mit | 2,150 |
Imports DotNetNuke.Data
Imports DotNetNuke.Framework
Imports System.Collections.Generic
imports System.ComponentModel
Namespace Connect.Modules.Kickstart.Entities
<DataObject(True)> _
Public Class ProjectController
#Region "Private Methods"
Public Shared Function GetNull(ByVal Field As Object) As Object
... | DNN-Connect/kickstart | Components/Controller/ProjectController.vb | Visual Basic | mit | 5,500 |
'-------------------------------------------------------------------------------------------'
' Inicio del codigo
'-------------------------------------------------------------------------------------------'
' Importando librerias
'--------------------------------------------------------------------------------------... | kodeitsolutions/ef-reports | rTVentas_Marcas.aspx.vb | Visual Basic | mit | 15,926 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class JsRunner
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
... | yanivka/RazerJS | Source Code/JsRunner.Designer.vb | Visual Basic | mit | 1,977 |
Imports System.Net
Public Class Form3
Public WithEvents download As New WebClient
End Class | MJGC-Jonathan/ComputerHelper | Computer Helper/Computer Helper/Form3.vb | Visual Basic | mit | 98 |
Imports System
Imports System.IO
Imports Microsoft.Win32
Public Class MainForm
Dim ShownPro As Boolean = False
Dim NeedsDKP As Boolean = False
Dim CacheHasTinternet As Boolean = True
Function ScriptArgumentStringToType(ByVal Type As String) As Byte
If Type = "Integer" Then Return ... | cfwprpht/dsgamemaker | MainForm.vb | Visual Basic | mit | 44,956 |
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... | age-killer/Electronic-invoice-document-processing | MailSort_CSHARP/packages/Independentsoft.Exchange.3.0.400/Tutorial/VBCreateFolderPath/My Project/AssemblyInfo.vb | Visual Basic | mit | 1,154 |
Imports System.Net
Imports System.IO
' Common types and variables for the program
Public Module Globals
Public CancelImport As Boolean = False
Public CancelDownload As Boolean = False
Public frmErrorText As String = ""
Public Lock As New Object
Public AllSettings As New ProgramSettings
Public... | EVEIPH/EVE-SDE-Database-Builder | EVE SDE Database Builder/Globals.vb | Visual Basic | mit | 7,727 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.36213
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-----------... | robnasby/DotGit | tests/DotGitTests/My Project/Resources.Designer.vb | Visual Basic | mit | 2,720 |
Imports System.Web
Imports System.Runtime.Serialization.Json
''' <summary>
''' Microsoft Translator APIを使用した自動翻訳でAccessTokenを取得
''' </summary>
''' <remarks>
''' 参考
''' https://msdn.microsoft.com/en-us/library/ff512421
''' C#からVB.NETへ移植してます。
''' </remarks>
Public Class AdmAuthentication
''' <summary>
''' AccessUr... | itom0717/KspTsTool | Translation/AdmAuthentication.vb | Visual Basic | mit | 2,639 |
'------------------------------------------------------------------------------
' <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>
'-----------------------------------------... | jamend/SKlone | SKlone/admin/Modify.aspx.designer.vb | Visual Basic | mit | 4,433 |
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class UpdateWindow
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... | TheDoxMedia/TDM-Hash-Calc | TDM Hash Calc/UpdateWindow.Designer.vb | Visual Basic | mit | 9,863 |
Module Module1
Sub Main()
Dim ar As New ArrayList()
Dim opc As Char
Do
System.Console.WriteLine("Teclee un dato")
ar.Add(System.Console.ReadLine)
Do
System.Console.WriteLine("¿Desea seguir introduciendo datos? s/n")
opc =... | ikerlorente11/Egibide | DAM/2-Desarrollo-de-aplicaciones-multiplataforma-master/DI/Ejercicios/Tema1/Entrega1/Entrega1-Ej5/Module1.vb | Visual Basic | apache-2.0 | 675 |
'------------------------------------------------------------------------------
' <auto-generated>
' Этот код создан программой.
' Исполняемая версия:4.0.30319.42000
'
' Изменения в этом файле могут привести к неправильной работе и будут потеряны в случае
' повторной генерации кода.
' </auto-generated>... | Lifemotion/Bwl.VsTools | Bwl.TextBox/My Project/Settings.Designer.vb | Visual Basic | apache-2.0 | 3,094 |
Imports System
Imports System.Data
Imports NUnit.Framework
Imports MyGeneration.dOOdads
Imports Npgsql
Namespace MyGeneration.dOOdads.Tests.Oracle
<TestFixture()> _
Public Class FirebirdAggregateFixture
Dim aggTest As AggregateTest = New AggregateTest
<TestFixtureSetUp()> _
Public Sub Init()
... | cafephin/mygeneration | src/doodads/Tests/VBNet/Oracle/OracleAggregateFixture.vb | Visual Basic | bsd-3-clause | 4,421 |
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.Ellipses2d.Item.vb | Visual Basic | mit | 2,245 |
Public Enum ASCampaignStatus As Long
[New] = 10140000
Open = 10140001
Closed = 10140002
End Enum
| EIDSS/EIDSS-Legacy | EIDSS v6/vb/EIDSS/EIDSS_Common/Enums/ASCampaignStatus.vb | Visual Basic | bsd-2-clause | 114 |
' 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.Concurrent
Imports System.Collections.Immutable
Imports System.Runtime.InteropServices
Impo... | sharwell/roslyn | src/Compilers/VisualBasic/Portable/Symbols/Source/SourceModuleSymbol.vb | Visual Basic | mit | 60,479 |
' 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.Threading
Imports System.Threading.Tasks
Imports Microsoft.CodeAnalysis.CodeCleanup
Imports Microsoft.... | ManishJayaswal/roslyn | src/EditorFeatures/VisualBasic/LineCommit/CommitFormatter.vb | Visual Basic | apache-2.0 | 13,327 |
' 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.Reflection.Metadata
Imports System.Reflection.Metadata.Ecma335
Imports System.Runtime.CompilerServices
Imp... | 1234-/roslyn | src/Compilers/VisualBasic/Test/Emit/Emit/EditAndContinueTestBase.vb | Visual Basic | apache-2.0 | 13,360 |
' 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.Emit
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Namespace Microsoft.CodeAnalysis.Vi... | mmitche/roslyn | src/Compilers/VisualBasic/Portable/Emit/NamedTypeReference.vb | Visual Basic | apache-2.0 | 5,146 |
' 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.UnitTests.FindReferences
Partial Public Class FindReferencesTests
<WorkItem(542553)>
<Fact, Trait(T... | droyad/roslyn | src/EditorFeatures/Test2/FindReferences/FindReferencesTests.AnonymousTypeSymbols.vb | Visual Basic | apache-2.0 | 3,974 |
'-------------------------------------------------------------------------------------------'
' Inicio del codigo
'-------------------------------------------------------------------------------------------'
' Importando librerias
'--------------------------------------------------------------------------------------... | kodeitsolutions/ef-reports | rPedidos_Numeros.aspx.vb | Visual Basic | mit | 9,048 |
Imports System.Runtime.InteropServices
Public Class SmartDepthSlotThru
Private Sub btnSmartDepthSlotThru_Click(sender As System.Object, e As System.EventArgs) Handles btnSmartDepthSlotThru.Click
Dim objApplication As SolidEdgeFramework.Application = Nothing
Dim objDraftDoc As SolidEdgeDraft.DraftD... | SolidEdgeCommunity/docs | docfx_project/snippets/SolidEdgeFrameworkSupport.DimensionStyle.SmartDepthSlotThru.vb | Visual Basic | mit | 1,840 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:2.0.50727.3053
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'----... | pratheeshrussell/Autorun-Processor | Autorun Processor/My Project/Resources.Designer.vb | Visual Basic | mit | 17,195 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.18034
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-----------... | versidyne/email-client | Email Client/My Project/Settings.Designer.vb | Visual Basic | mit | 2,914 |
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.Diagnostics
Imports Microsoft.CodeAnalysis.VisualBasic
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Imports System.Collections.Immutable
Imports System.Linq
Namespace Design
<DiagnosticAnalyzer(LanguageNames.VisualBasic)>
Public Class NameOfAn... | eirielson/code-cracker | src/VisualBasic/CodeCracker/Design/NameOfAnalyzer.vb | Visual Basic | apache-2.0 | 3,799 |
Public Class GrayData
Public data As Integer(,)
Public xDPI, yDPI As Integer
Public Sub New(width As Integer, height As Integer, xDPI As Integer, yDPI As Integer)
ReDim data(height - 1, width - 1)
Me.xDPI = xDPI
Me.yDPI = yDPI
End Sub
Default Public Property raw(y As Inte... | twd2/Project2 | WTFKeyboard/GrayData.vb | Visual Basic | mit | 2,527 |
' 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.PooledObjects
Imports Microsoft.CodeAnalysis.Visual... | jkotas/roslyn | src/Compilers/VisualBasic/Portable/Binding/InitializerSemanticModel.vb | Visual Basic | apache-2.0 | 12,551 |
' 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.Runtime.CompilerServices
Imports System.Runtime.InteropServices
Imports Microso... | mattscheffer/roslyn | src/Compilers/VisualBasic/Portable/Symbols/ConstraintsHelper.vb | Visual Basic | apache-2.0 | 62,849 |
' 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.PooledObjects
Imports Microsoft.CodeAnalysis.Text
Imports Microso... | MattWindsor91/roslyn | src/Compilers/VisualBasic/Portable/Symbols/SynthesizedSymbols/SynthesizedMethod.vb | Visual Basic | apache-2.0 | 7,782 |
' ****************************************************************
' This is free software licensed under the NUnit license. You
' may obtain a copy of the license as well as information regarding
' copyright ownership at http://nunit.org/?p=license&r=2.4.
' *************************************************************... | joshball/Lucene.In.Action.NET | vendor/lucene.net/lib/NUnit.org/NUnit/2.5.9/samples/vb/failures/SimpleVBTest.vb | Visual Basic | mit | 1,643 |
Imports System.ServiceProcess
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
Partial Class Service1
Inherits System.ServiceProcess.ServiceBase
'UserService overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()> _
Protected Overrides... | evandixon/Sky-Editor | Sky Editor Service/Service1.Designer.vb | Visual Basic | mit | 1,784 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.18051
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-----------... | HomeSeer/HSPI_MEDIAPLAYER | My Project/Settings.Designer.vb | Visual Basic | mit | 2,922 |
Imports WDMath
Imports System.ComponentModel
Imports WDList
Public Class ElementsPanel
Private Enum PanelState
None
MovingOrigin
PendingMovingElement
MovingElement
PendingDrawWire
DrawingWire
PendingDeleteWire
DeletingWire
End Enum
Public W... | twd2/Circuit | Circuit/ElementsPanel.vb | Visual Basic | mit | 12,082 |
'************************************* Module Header **************************************\
' Module Name: EditingControlHosting
' Project: VBWinFormDataGridView
' Copyright (c) Microsoft Corporation.
'
' This sample demonstrates how to host a control in the current DataGridViewCell for
' editing.
'
' This ... | Neo-Desktop/Coleman-Code | COM350/Project3/VBWinFormDataGridView/EditingControlHosting/MainForm.vb | Visual Basic | mit | 5,831 |
Imports BVSoftware.Bvc5.Core
Partial Class BVModules_ContentBlocks_Mailing_List_Signup_adminview
Inherits Content.BVModule
Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
Dim listID As String = SettingsManager.GetSetting("MailingListId")
If listID <... | ajaydex/Scopelist_2015 | BVModules/ContentBlocks/Mailing List Signup/adminview.ascx.vb | Visual Basic | apache-2.0 | 731 |
Public Class EmptyNode
' Class used to return a value when my object is nothing.
End Class
Public Class TreeNodeDataManager
Inherits DevComponents.AdvTree.Node
#Region " Public Members "
' Public Shared _columnsMetaDataQuestionnaireSet, _columnsMetaDataQuestionnaire, _columnsMetaDataSection As New ... | QMDevTeam/QMDesigner | DataManager/Classes/TreeNodeDataManager.vb | Visual Basic | apache-2.0 | 11,296 |
'
' (C) Copyright 2003-2011 by Autodesk, Inc.
'
' Permission to use, copy, modify, and distribute this software in
' object code form for any purpose and without fee is hereby granted,
' provided that the above copyright notice appears in all copies and
' that both that copyright notice and the limited warranty and
' r... | AMEE/revit | samples/Revit 2012 SDK/Samples/HelloRevit/VB.NET/AssemblyInfo.vb | Visual Basic | bsd-3-clause | 1,938 |
Imports OpenPop
Imports OpenPop.Mime
Imports OpenPop.Mime.Header
Imports OpenPop.Pop3
Imports OpenPop.Pop3.Exceptions
Imports OpenPop.Common.Logging
Imports System.Collections.Generic
Imports System.Data
Imports System.IO
Imports System.Text
Imports System.Object
Imports System.Security.Cryptography
Imports Message = ... | Lederstrumpf/Gridcoin-Research | contrib/Installer/boinc/boinc/OldAlgos/frmMail.vb | Visual Basic | mit | 28,869 |
' 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.Diagnostics
Imports Microsoft.CodeAnalysis.Editor.Host
Imports Microsoft.CodeAnalysis.Editor.Implementa... | EricArndt/roslyn | src/EditorFeatures/Test2/Rename/RenameTestHelpers.vb | Visual Basic | apache-2.0 | 8,100 |
' 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 Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.VisualBasic
Imports Micros... | amcasey/roslyn | src/Workspaces/VisualBasic/Portable/Extensions/MethodBaseSyntaxExtensions.vb | Visual Basic | apache-2.0 | 2,260 |
' 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 System.Threading.Tasks
Imports Microsoft.CodeAnalysis.Editor.UnitTests.Extensions
Namespace Microsoft.VisualStu... | MatthieuMEZIL/roslyn | src/VisualStudio/Core/Test/CodeModel/AbstractCodeElementTests`1.vb | Visual Basic | apache-2.0 | 51,747 |
' 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.Text
Imports System.Threading
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.CodeGeneration
Imports Microsoft.CodeAnalysis.Editor... | droyad/roslyn | src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelService.vb | Visual Basic | apache-2.0 | 213,367 |
' 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.Linq
Imports System.Threading
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces
Imports Microsoft.CodeAn... | droyad/roslyn | src/VisualStudio/Core/Test/Debugging/NameResolverTests.vb | Visual Basic | apache-2.0 | 19,568 |
' 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.Completion.Providers
Imports Microsoft.CodeAnalysis.VisualBasic.Extensions.ContextQuery
Imports Microso... | KevinRansom/roslyn | src/Features/VisualBasic/Portable/Completion/KeywordRecommenders/Statements/IsKeywordRecommender.vb | Visual Basic | apache-2.0 | 2,468 |
' 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.Text
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Imports Microsoft.CodeAnalysis.VisualBasic.Syntax
Namespace Microsoft.... | mmitche/roslyn | src/Compilers/VisualBasic/Portable/CodeGen/OperatorKind.vb | Visual Basic | apache-2.0 | 1,412 |
' The Blank Application template is documented at http://go.microsoft.com/fwlink/?LinkId=234227
''' <summary>
''' Provides application-specific behavior to supplement the default Application class.
''' </summary>
NotInheritable Class App
Inherits Application
''' <summary>
''' Invoked when the application... | saramgsilva/NotificationHubs | Using Registration Model/Case 1/NotificationHubsSample.Win81-VB/App.xaml.vb | Visual Basic | mit | 3,429 |
Option Explicit On
Option Strict On
Imports System
Imports System.Collections.Generic
Imports ananse
' Parses expressions that are used throughout the language
Public Class ExpressionParser
Inherits AstNodeParser
'List of operators forming the operator heirachy
Private Shared operators As List(Of Token... | ananse/ananse | src/ast/parsers/ExpressionParser.vb | Visual Basic | mit | 2,879 |
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.Rib.IsAttributeSetPresent.vb | Visual Basic | mit | 1,710 |
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... | AndreKuzubov/Easy_Report | packages/Independentsoft.Office.Word.2.0.400/Tutorial/VBMailMerge/My Project/AssemblyInfo.vb | Visual Basic | apache-2.0 | 1,170 |
Imports BVSoftware.Bvc5.Core
Partial Class BVAdmin_Controls_BooleanModifierField
Inherits Controls.ModificationControl(Of Boolean)
Public Enum Modes
YesNo = 0
EnabledDisabled = 1
End Enum
Public Property DisplayMode() As Modes
Get
Dim obj As Object = ViewState("mod... | ajaydex/Scopelist_2015 | BVAdmin/Controls/BooleanModifierField.ascx.vb | Visual Basic | apache-2.0 | 1,734 |
' 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.CodeAnalysis.Completion
Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces
Imports Microsoft.CodeAnaly... | HellBrick/roslyn | src/EditorFeatures/VisualBasicTest/Completion/CompletionProviders/HandlesClauseCompletionProviderTests.vb | Visual Basic | apache-2.0 | 6,812 |
' 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.Test.Utilities
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Imports Microsoft.Cod... | abock/roslyn | src/Compilers/VisualBasic/Test/Emit/Emit/NoPiaEmbedTypes.vb | Visual Basic | mit | 221,803 |
' 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.[Text]
Imports System.Collections.Generic
Imports System.Linq
Imports Microsoft.CodeAnal... | abock/roslyn | src/Compilers/VisualBasic/Test/Symbol/SymbolsTests/Retargeting/RetargetCustomModifiers.vb | Visual Basic | mit | 8,419 |
' 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.Expressions
Public Class WithKeywordRecommenderTests
<Fact, Trait(Tr... | aelij/roslyn | src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/WithKeywordRecommenderTests.vb | Visual Basic | apache-2.0 | 5,381 |
' 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.IO
Imports System.Reflection
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.Diagnostics
... | CyrusNajmabadi/roslyn | src/VisualStudio/Core/Test/ProjectSystemShim/VisualStudioAnalyzerTests.vb | Visual Basic | mit | 6,075 |
' 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.ExpressionEvaluator
Imports Microsoft.VisualStudio.Debugger
Imports Microsoft.VisualStudio... | jkotas/roslyn | src/ExpressionEvaluator/VisualBasic/Source/ExpressionCompiler/VisualBasicExpressionCompiler.vb | Visual Basic | apache-2.0 | 5,037 |
' 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.VisualBasic.UnitTests.Recommendations.Declarations
Public Class DimKeywordRecommend... | ericfe-ms/roslyn | src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/DimKeywordRecommenderTests.vb | Visual Basic | apache-2.0 | 10,618 |
' 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.CodeAnalysis.Test.Utilities
Imports Microsoft.VisualStudio.GraphModel
Imports Roslyn.Test.Utilities
Namespac... | tmeschter/roslyn | src/VisualStudio/Core/Test/Progression/VisualBasicSymbolLabelTests.vb | Visual Basic | apache-2.0 | 4,116 |
' 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.Cci
Imports Microsoft.CodeAnalysis.Emit
Imports Microsoft.CodeAnalysis.VisualBasic.Emit
Namespace Micros... | AlexisArce/roslyn | src/Compilers/VisualBasic/Portable/Emit/TypeParameterSymbolAdapter.vb | Visual Basic | apache-2.0 | 10,988 |
Namespace Security.View_Layout
Public Class Save
Inherits SecurityItemBase
Public Sub New()
_ConceptItemName = "Save"
_ConceptName = "View_Layout"
_Description = "Enable Layout 'Save' button"
_IsEnterprise = True
_IsSmallBusiness = True... | nublet/DMS | DMS.Forms.Shared/Security/Items/View/Layout/Save.vb | Visual Basic | mit | 455 |
'-------------------------------------------------------------------------------------------'
' Inicio del codigo
'-------------------------------------------------------------------------------------------'
' Importando librerias
'--------------------------------------------------------------------------------------... | kodeitsolutions/ef-reports | rSaldos_DGarantias_CCMV.aspx.vb | Visual Basic | mit | 7,392 |
''' <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:02</generator-date>
''' <generator-functions>1</generator-functions>
''' <generator-source>Deimos\General\Enums\OfficePageS... | thiscouldbejd/Deimos | General/Enums/OfficePageState.vb | Visual Basic | mit | 739 |
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/SolidEdgeFramework.Attribute.Type.vb | Visual Basic | mit | 1,833 |
'------------------------------------------------------------------------------
' <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>
'-----------... | joeylane/JLStrongPass | JLStrongPass/My Project/Resources.Designer.vb | Visual Basic | mit | 2,718 |
Imports System
Imports System.Drawing
Imports System.Drawing.Printing
Imports System.IO
Imports System.Windows.Forms
Imports GemBox.Document
Partial Public Class Form1
Inherits Form
Dim document As DocumentModel
Public Sub New()
ComponentInfo.SetLicense("FREE-LIMITED-KEY")
InitializeComp... | gemboxsoftware-dev-team/GemBox.Document.Examples | VB.NET/Common Uses/Print/PrintInWinForms/Form1.vb | Visual Basic | mit | 3,717 |
Namespace UI
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class CriteriaItemControl
Inherits UserControl
'UserControl overrides dispose to clean up the component list.
<System.Diagnostics.DebuggerNonUserCode()>
Protected Overrides Sub dispose(dispo... | stax76/staxrip | UI/Criteria/CriteriaItemControl.Designer.vb | Visual Basic | mit | 5,642 |
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.Behavior
Public Class LinkedSyn... | NeuroRoboticTech/AnimatLabPublicSource | Libraries/FiringRateGUI/DataObjects/Behavior/LinkedSynapse.vb | Visual Basic | bsd-3-clause | 4,547 |
' Copyright 2013, Google Inc. All Rights Reserved.
'
' 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 ... | akilb/googleads-adwords-dotnet-lib | examples/adwords/VB/v201309/BasicOperations/DeleteKeyword.vb | Visual Basic | apache-2.0 | 4,064 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.18444
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-----------... | Lederstrumpf/Gridcoin-Research | contrib/Installer/ucGridcoinProgressBar/My Project/Resources.Designer.vb | Visual Basic | mit | 2,730 |
' 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.Expressions
Public Class GlobalKeywo... | physhi/roslyn | src/EditorFeatures/VisualBasicTest/Recommendations/Expressions/GlobalKeywordRecommenderTests.vb | Visual Basic | apache-2.0 | 6,383 |
' 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.Text
Imports System.Threading
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.CodeGenerat... | AlekseyTs/roslyn | src/VisualStudio/VisualBasic/Impl/CodeModel/VisualBasicCodeModelService.vb | Visual Basic | mit | 217,340 |
' 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.CodeAnalysis.Editor.VisualBasic
Namespace Microsoft.CodeAnalysis.Editor.UnitTests.NavigationBar
<[UseExp... | DustinCampbell/roslyn | src/EditorFeatures/Test2/NavigationBar/VisualBasicNavigationBarTests.vb | Visual Basic | apache-2.0 | 50,265 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.