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 mzkit.DockSample
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()>
Partial Class frmSearchList
Inherits ToolWindow
'Form 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/dockWindow/explorer/frmSearchList.Designer.vb | Visual Basic | mit | 4,192 |
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... | Ico093/TelerikAcademy | CSS/Exams/CSS-February-2013-Variant-1/Variant1/Task3/My Project/AssemblyInfo.vb | Visual Basic | mit | 1,145 |
Imports RibbonLib
Imports RibbonLib.Controls
Imports RibbonLib.Controls.Events
Imports RibbonLib.Interop
Namespace _06_ComboBox
Public Enum RibbonMarkupCommands As UInteger
cmdButtonDropA = 1008
cmdButtonDropB = 1009
cmdButtonDropC = 1010
cmdButtonDropD = 1011
cmdButtonDrop... | joergkrause/netrix | NetrixDemo/RibbonLib/Samples/VB/06-ComboBox/Form1.vb | Visual Basic | mit | 8,076 |
Imports System.Xml
Namespace Utility
' NAME : Xml
' DATE CREATED : 03/11/11
' MOD HISTORY :
''' <summary>
''' Xml Utility class.
''' </summary>
'''
Public Class Xml
#Region "Public Static Methods"
' NAME : XmlDocToString
' DATE CREATED ... | IDMI-NET/EmmaDotNet-Remote | Components/IDMI.Core/Utility/Xml.vb | Visual Basic | mit | 866 |
Namespace Ribbons.View.Toolbars
Public Class TransmittalSearchResults
Inherits RibbonButtonBase
Public Sub New()
_Image = ""
_Order = 1
_Text = "Transmittal Search Results"
_ToolTip = ""
End Sub
Protected Friend Overrides Sub OnClick... | nublet/DMS | DMS.Forms/Ribbons/Items/View/Toolbars/TransmittalSearchResults.vb | Visual Basic | mit | 442 |
Module Module1
Private _arrCategoria As New List(Of categoria)
Public Property arrCategorias() As List(Of categoria)
Get
Return _arrCategoria
End Get
Set(ByVal value As List(Of categoria))
_arrCategoria = value
End Set
End Property
Sub Main()
... | Grupo4Proyecto/Proyecto-Visual-Primer-Parcial | ProyectoVB_parcial1/ProyectoFactura/Module1.vb | Visual Basic | mit | 15,873 |
#Region "Microsoft.VisualBasic::ca1e2d8d2e0bc8aaf1fe0a2f3bf22421, src\mzmath\ms2_math-core\Spectra\Alignment\JaccardAlignment.vb"
' Author:
'
' xieguigang (gg.xie@bionovogene.com, BioNovoGene Co., LTD.)
'
' Copyright (c) 2018 gg.xie@bionovogene.com, BioNovoGene Co., LTD.
'
'
... | xieguigang/MassSpectrum-toolkits | src/mzmath/ms2_math-core/Spectra/Alignment/JaccardAlignment.vb | Visual Basic | mit | 3,115 |
Public Class WaitF
End Class | krispo/chart-grid-control | ChartGridControl/WaitF.vb | Visual Basic | mit | 32 |
Namespace Core
''' <summary></summary>
''' <autogenerated>Generated from a T4 template. Modifications will be lost, if applicable use a partial class instead.</autogenerated>
''' <generator-date>03/02/2014 13:08:43</generator-date>
''' <generator-functions>1</generator-functions>
''' <generator-source>Athena\Athe... | thiscouldbejd/Athena | Athena/_Core/Generated/Instance.vb | Visual Basic | mit | 33,128 |
Option Strict Off
Option Explicit On
Imports Microsoft.VisualBasic.PowerPacks
Friend Class frmGRVprint
Inherits System.Windows.Forms.Form
Private Sub loadLanguage()
rsLang.filter = "LanguageLayoutLnk_LanguageID=" & 1781 'Invoice Print|Checked
If rsLang.RecordCount Then Me.Text = rsLang.Fields("Language... | nodoid/PointOfSale | VB/4PosBackOffice.NET/frmGRVprint.vb | Visual Basic | mit | 6,717 |
Partial Class masterpages_standard_blank
Inherits System.Web.UI.MasterPage
End Class
| select-interactive/SI-CRE | masterpages/standard-blank.master.vb | Visual Basic | mit | 94 |
' 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 Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.CodeGeneration
Imports Microso... | ManishJayaswal/roslyn | src/EditorFeatures/VisualBasic/Completion/CompletionProviders/OverrideCompletionProvider.vb | Visual Basic | apache-2.0 | 10,743 |
Namespace BasicWM
Public Class Desktop
Public openterminals As Integer = 0
Private Sub btnnewterminal_Click(sender As Object, e As EventArgs) Handles btnnewterminal.Click
If openterminals = 3 Then
AddLine("The maximum ammount of Terminal windows are open.")
... | pfgithub/shiftos-next | shiftos_next/BWMDesktop.vb | Visual Basic | apache-2.0 | 1,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.Collections.Immutable
Imports System.Reflection.Metadata
Imports Microsoft.CodeAnalysis.CodeGen
Imports Microsoft.CodeAnalysis.VisualBasic.Symb... | DustinCampbell/roslyn | src/Compilers/VisualBasic/Portable/CodeGen/EmitExpression.vb | Visual Basic | apache-2.0 | 107,357 |
' 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.Simplification
Public Class NullableAnnotationSimplificationTests
... | aelij/roslyn | src/EditorFeatures/Test2/Simplification/NullableAnnotationSimplificationTests.vb | Visual Basic | apache-2.0 | 3,695 |
' 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.Editor.GoToDefinition
Imports Microsoft.CodeAnalysis.Editor.Host
Imports... | bbarry/roslyn | src/VisualStudio/Core/Test/GoToDefinition/GoToDefinitionApiTests.vb | Visual Basic | apache-2.0 | 3,813 |
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 attribut... | simonegli8/Websitepanel | WebsitePanel/Sources/WebsitePanel.Providers.Mail.hMail5/My Project/AssemblyInfo.vb | Visual Basic | bsd-3-clause | 1,047 |
' 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 Ro... | MattWindsor91/roslyn | src/VisualStudio/Core/Test/Progression/InheritedByGraphQueryTests.vb | Visual Basic | apache-2.0 | 10,947 |
' 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.VisualStudio.Shell.Interop
Namespace Microsoft.VisualStudio.LanguageServices.VisualBasic.ProjectSyste... | ManishJayaswal/roslyn | src/VisualStudio/VisualBasic/Impl/ProjectSystemShim/Interop/IVbCompilerHost.vb | Visual Basic | apache-2.0 | 1,110 |
' 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.CodeA... | VSadov/roslyn | src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/MidAssignmentDocumentation.vb | Visual Basic | apache-2.0 | 3,779 |
' 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
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Imports Micr... | mmitche/roslyn | src/Workspaces/VisualBasic/Portable/Extensions/CastAnalyzer.vb | Visual Basic | apache-2.0 | 22,390 |
Imports System.Windows.Controls.Primitives
Public Class ClickEventBinding
Inherits EventBinding
Protected Overrides Sub OnAttached()
Dim c = DirectCast(Me.Element, Control)
c.AddHandler(ButtonBase.ClickEvent, New RoutedEventHandler(AddressOf Me.OnClick), True)
End Sub
Private Sub OnC... | Symmex/Snowflake | Source/Symmex.Snowflake.Wpf/ClickEventBinding.vb | Visual Basic | mit | 417 |
Partial Class TaskList
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
Protected ... | ajlopez/AjGenesis | src/AjGenesis.WebStudio/TaskList.aspx.vb | Visual Basic | mit | 1,809 |
' This file is used by Code Analysis to maintain SuppressMessage
' attributes that are applied to this project.
' Project-level suppressions either have no target or are given
' a specific target and scoped to a namespace, type, member, etc.
<Assembly: System.Diagnostics.CodeAnalysis.SuppressMessage("Style",... | burnsoftnet/BSApplicationProfiler | BSAP_UI_WebForms/BSAP_UI_WebForms/GlobalSuppressions1.vb | Visual Basic | mit | 563 |
Imports DTIMediaManager.dsMedia
Imports DTIImageManager
Imports DTIImageManager.dsImageManager
Imports DTIVideoManager
Imports DTIVideoManager.dsDTIVideo
Imports System.Web.HttpServerUtility
Imports DTIServerControls.DTISharedVariables
#If DEBUG Then
Public Class SharedMediaVariables
#Else
<ComponentModel.EditorBr... | Micmaz/DTIControls | DTIContentManagement/DTIMediaManager/SharedMediaVariables.vb | Visual Basic | mit | 3,717 |
Imports System.Text
Imports Microsoft.VisualStudio.TestTools.UnitTesting
<TestClass()> Public Class Texten
<TestMethod()> Public Sub Texten_Aktivsaetze()
Dim generator As New TextGenerator.Aktivsatzmaschine
Dim satz = generator.Naechster_Satz()
Dim satz2 = generator.Naechster_Satz()
... | mk-prg-net/mk-prg-net.lib | TextGenerator.Test/Texten.vb | Visual Basic | mit | 533 |
'------------------------------------------------------------------------------
' <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>
'-----------... | wtertinek/Linq2Acad | src/Sources/Linq2Acad.SampleCode.VB/My Project/Settings.Designer.vb | Visual Basic | mit | 2,908 |
'***********************************************************************
' $Library: Protean.Providers.messaging.base
' $Revision: 3.1
' $Date: 2010-03-02
' $Author: Trevor Spink (trevor@eonic.co.uk)
' &Website: www.eonic.co.uk
' &Licence: All Rights Reserved.
' $Copyright: Copyright (c)... | Eonic/EonicWeb5 | Assemblies/ProteanCMS/Providers/Streaming.BaseProvider.vb | Visual Basic | apache-2.0 | 7,084 |
Imports System.Data
Imports bv.common.Enums
Imports EIDSS.model.Enums
Public Class Sample_DB
Inherits BaseDbService
Public Sub New()
ObjectName = "Sample"
End Sub
Public Const TableSample As String = "Sample"
Public Const TableDiagnosis As String = "Diagnosis"
Public Con... | EIDSS/EIDSS-Legacy | EIDSS v6.1/vb/EIDSS/EIDSS_Limps_db/Sample/Sample_DB.vb | Visual Basic | bsd-2-clause | 5,972 |
Public Class KlemmleistenKorrigieren
<DeclareMenu()> _
Public Sub MenuFunction()
Dim oConMenuLoc As New Eplan.EplApi.Gui.ContextMenuLocation("TSGViewTree", "1004")
Dim oConMenu As New Eplan.EplApi.Gui.ContextMenu()
OConMenu.Addmenuitem(oConMenuLoc, "Klemmleisten korrigieren", "XTPCallAuto... | LTS-AS/EplanScripting | EplanScriptingProjectBySuplanus/CorrectTerminalsInNavigator/CorrectTerminalsInNavigator.vb | Visual Basic | mit | 380 |
'-------------------------------------------------------------------------------------------'
' Inicio del codigo
'-------------------------------------------------------------------------------------------'
' Importando librerias
'--------------------------------------------------------------------------------------... | kodeitsolutions/ef-reports | Reportes - Nomina/fPermisos.aspx.vb | Visual Basic | mit | 3,747 |
Imports LyriX.Document
Imports DocumentViewModel
Partial Class LyriXPackageView
Implements IDocumentView
Private disposedValue As Boolean ' 检测冗余的调用
Private WithEvents CurrentDocument As LyriXPackageDocument
Private OutlineDictionary As New Dictionary(Of Document.ObjectModel.DataContainer, TreeViewIte... | CXuesong/legacy-LyriX | LyricsEditor/MainWindow_IView.vb | Visual Basic | mit | 9,895 |
'------------------------------------------------------------------------------
' <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>
'-----------... | Symmex/Snowflake | Source/Symmex.Snowflake.DataAccess/My Project/Settings.Designer.vb | Visual Basic | mit | 2,932 |
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 assemblyDocument As SolidEdgeAssembly.AssemblyD... | SolidEdgeCommunity/docs | docfx_project/snippets/SolidEdgeAssembly.PhysicalProperties.SetUserDefinedAssemblyPhysicalProperties.vb | Visual Basic | mit | 2,481 |
' --- 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/Export.vb | Visual Basic | mit | 25,126 |
Public Class Codabar
Inherits Barcode
Private Shared CODE_PATTERNS(,) As Byte = _
{{0, 0, 0, 0, 0, 1, 1}, _
{0, 0, 0, 0, 1, 1, 0}, _
{0, 0, 0, 1, 0, 0, 1}, _
{1, 1, 0, 0, 0, 0, 0}, _
{0, 0, 1, 0, 0, 1, 0}, _
{1, 0, 0, 0, 0, 1, 0}, _
{0, 1, 0, 0, 0, 0, 1}, _
... | rapidreport/barcode-dotnet | barcode/Codabar.vb | Visual Basic | bsd-2-clause | 5,559 |
'------------------------------------------------------------------------------
' <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>
'---... | KaiserSoft/OpenSimButtonBox | Wheel Button Box/Arduino Nano/WindowsReceiver/My Project/Settings.Designer.vb | Visual Basic | bsd-3-clause | 11,546 |
' 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
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.VisualBasic
Imports ... | abock/roslyn | src/Workspaces/VisualBasic/Portable/Utilities/IntrinsicOperators/BinaryConditionalExpressionDocumentation.vb | Visual Basic | mit | 2,569 |
'------------------------------------------------------------------------------
' <auto-generated>
' This code was generated by a tool.
' Runtime Version:4.0.30319.431
'
' Changes to this file may cause incorrect behavior and will be lost if
' the code is regenerated.
' </auto-generated>
'-------------... | mtscout6/opencover | samples/OpenCover.Samples.VB/My Project/Resources.Designer.vb | Visual Basic | mit | 2,727 |
' 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.CodeGen
Imports Microsoft.CodeAnalysis.VisualBasic.Symbols
Imports Microsoft.CodeAnalysis.Test.Utilities
Imports Roslyn.Test.Ut... | JohnHamby/roslyn | src/Compilers/VisualBasic/Test/Emit/CodeGen/CodeGenSelectCase.vb | Visual Basic | apache-2.0 | 148,733 |
' 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.CodeRefactorings
Imports Microsoft.CodeAnalysis.ConvertForToForEach
Imports... | nguerrera/roslyn | src/Features/VisualBasic/Portable/ConvertForToForEach/VisualBasicConvertForToForEachCodeRefactoringProvider.vb | Visual Basic | apache-2.0 | 4,557 |
Public Partial Class Insert2
Inherits System.Web.UI.Page
Protected _db As New Samples.ApplicationDbContext()
Protected Sub Page_Load(sender As Object, e As EventArgs)
End Sub
' This is the Insert method to insert the entered Category item
' USAGE: <asp:FormView InsertMethod="InsertItem">
Public Sub InsertIt... | neozhu/WebFormsScaffolding | Samples.VB/3_Associations/Categories/Insert.aspx.vb | Visual Basic | apache-2.0 | 781 |
'*******************************************************************************************'
' '
' Download Free Evaluation Version From: https://bytescout.com/download/web-installer '
' ... | bytescout/ByteScout-SDK-SourceCode | Spreadsheet SDK/VB.NET/Read Number Format In Cell/My Project/AssemblyInfo.vb | Visual Basic | apache-2.0 | 2,161 |
' 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.Tasks
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.H... | OmarTawfik/roslyn | src/VisualStudio/Core/Test/Completion/TestCSharpSnippetInfoService.vb | Visual Basic | apache-2.0 | 1,343 |
' 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.CodeGen
Imports Microsoft.CodeAnalysis.ExpressionEv... | VPashkov/roslyn | src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/StatementTests.vb | Visual Basic | apache-2.0 | 24,869 |
Public Class Form1
Dim WithEvents serialPort As New IO.Ports.SerialPort
Public jpeg_grab As Byte
Public myStr As String
Private Sub Form1_Load( _
ByVal sender As System.Object, _
ByVal e As System.EventArgs) _
Handles MyBase.Load
For i As Integer = 0 To _
... | rcrowder/Burt | cmucam3_r556/cc3/tools/cc3_image_viewer/Form1.vb | Visual Basic | mit | 8,900 |
'------------------------------------------------------------------------------
' <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>
'-----------------------------------------... | burnsoftnet/BSApplicationProfiler | BSAP_UI_WebForms/BSAP_UI_WebForms/All_Sessions_By_Agent.aspx.designer.vb | Visual Basic | mit | 777 |
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 environments As SolidEdgeFramework.Environments... | SolidEdgeCommunity/docs | docfx_project/snippets/SolidEdgeFramework.Environments.Count.vb | Visual Basic | mit | 1,059 |
Imports System.Security
Imports System.Security.Cryptography
Imports System.IO
Imports System.Text
Imports System.Reflection
Module Hash
'File Hashing
Public Function fileMD5(ByVal fileName As String)
Dim md5 = Cryptography.MD5.Create
Dim md5hash As Byte()
Dim sysSB As New StringBuild... | TheDoxMedia/TDM-Hash-Calc | TDM Hash Calc/inc/Hash.vb | Visual Basic | mit | 2,492 |
Public Module Person
Dim _Personen() As String = {"Alexander", "Karl der Große", "Siegfried", "Brünhilde", "Hagen", "Iwan der Schreckliche", "Helmut", "Dshingis Kahn", "Buffalo Bill", _
"Neil Amstrong", "Juri Gagarin", "Alf", "E.T.", "Albert Einstein", "Newton", "Kepler", "James W... | mk-prg-net/mk-prg-net.lib | TextGenerator/Person.vb | Visual Basic | mit | 704 |
''' <summary>
''' Builder for total section
''' </summary>
''' <remarks></remarks>
Friend Class TotalBuilder
Inherits BaseSectionBuilder
Public Sub New(section As IBaseSection, controller As ReportController)
Me.Section = section
Me.Controller = controller
End Sub
Protected Overrides ... | pagotti/vrx | Core/Engine/Sections/TotalBuilder.vb | Visual Basic | mit | 449 |
Public Class ListeOrigineTransactions
Sub LoadOrigines()
Try
Dim cmd = Database.GetCommand
cmd.CommandText = "SELECT id, designation, description, type_origine FROM origine_transactions"
Dim result = cmd.ExecuteReader
ListOrigine.Items.Clear()
... | lepresk/HG | HG/ListeOrigineTransactions.vb | Visual Basic | mit | 1,950 |
Imports System
Imports System.Reflection
Imports System.Runtime.InteropServices
' Bir bütünleştirilmiş koda ilişkin Genel Bilgiler aşağıdaki öznitelikler kümesiyle
' denetlenir. Bütünleştirilmiş kod ile ilişkili bilgileri değiştirmek için
' bu öznitelik değerlerini değiştirin.
' Bütünleştirilmiş kod özniteli... | pr0gramc2/pcoptimize | PcOptimize_v2/PcOptimize_v2/My Project/AssemblyInfo.vb | Visual Basic | apache-2.0 | 1,360 |
Imports bv.model.BLToolkit
Imports bv.common
Imports bv.common.Diagnostics
Imports bv.common.Configuration
Imports eidss.model.Core
Imports System.IO
Imports bv.common.Core
Public Class ServiceBase
Private m_NotificationListenWorker As EmNotifyLstn
Private m_Subscribed As Boolean = False
Priva... | EIDSS/EIDSS-Legacy | EIDSS v5/vb/EIDSS/EIDSS_NOTIFICATION_SVC/ServiceBase.vb | Visual Basic | bsd-2-clause | 12,232 |
Imports Xunit
Public Class InvalidPropertyDataReference
' TEST: PropertyData attribute value should be marked invalid
<Theory(Skip:="Invalid PropertyDataAttribute")>
<MemberData("InvalidAccessibilityTheoryDataEnumerator")>
Public Sub UsingInvalidDataProperty(ByVal value As Int32)
Throw New... | derigel23/resharper-xunit | resharper/tests.manual/tests.xunit.vb/tests.xunit.eyeball.vb/PropertyDataReferences/InvalidPropertyDataReference.vb | Visual Basic | apache-2.0 | 386 |
' 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.Xml.Linq
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.CodeStyle
Imports Microsoft.CodeA... | kelltrick/roslyn | src/VisualStudio/VisualBasic/Impl/Options/AutomationObject.vb | Visual Basic | apache-2.0 | 13,010 |
' 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.
' vbc /t:module /out:Source3Module.netmodule /vbruntime- Source3.vb /r:c1.dll,c4.dll,c7.dll
' vbc /t:library /out:c3.d... | physhi/roslyn | src/Compilers/Test/Resources/Core/SymbolsTests/MultiTargeting/Source3.vb | Visual Basic | apache-2.0 | 1,476 |
Imports Scheduler
Imports HomeSeerAPI
Imports HSCF.Communication.Scs.Communication.EndPoints.Tcp
Imports HSCF.Communication.ScsServices.Client
Imports HSCF.Communication.ScsServices.Service
Module Main
Public WithEvents client As HSCF.Communication.ScsServices.Client.IScsServiceClient(Of IHSApplication)
Dim W... | alexdresko/HSPI | Templates/HspiSampleTemplate.Dev/main.vb | Visual Basic | mit | 4,000 |
'------------------------------------------------------------------------------
' <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>
'------------------------------------------------... | DNNCommunity/DNN.Feedback | Settings.ascx.designer.vb | Visual Basic | mit | 47,090 |
' Fw Self Test base class
'
' Part of ASP.NET osa framework www.osalabs.com/osafw/asp.net
' (c) 2009-2018 Oleg Savchuk www.osalabs.com
Imports System.IO
Public Class FwSelfTest
Protected fw As FW
Protected db As DB
Public is_logged As Boolean = False
Public is_db As Boolean = False 'set to true after... | osalabs/osafw-asp.net | www/App_Code/fw/FwSelfTest.vb | Visual Basic | mit | 15,392 |
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.BSplineCurve2d.GetSegmentedStyle.vb | Visual Basic | mit | 3,038 |
Module MagicSquares
Function MagicSquareDoublyEven(n As Integer) As Integer(,)
If n < 4 OrElse n Mod 4 <> 0 Then
Throw New ArgumentException("base must be a positive multiple of 4")
End If
'pattern of count-up vs count-down zones
Dim bits = Convert.ToInt32("10010110011... | ncoe/rosetta | Magic_squares_of_doubly_even_order/Visual Basic .NET/MagicSquares/MagicSquares/MagicSquares.vb | Visual Basic | mit | 1,387 |
Imports System.Collections.ObjectModel
Imports System.Collections.Specialized
Imports System.ComponentModel
Imports System.IO
Imports System.Runtime.CompilerServices
Imports Newtonsoft.Json
Imports Newtonsoft.Json.Linq
Imports System.Drawing
Imports System.Runtime.Serialization
Imports LampCommon
<DataContract>
<Json... | KameQuazi/Software-Major-Assignment-2k18 | LampCommon/template/LampTemplate.vb | Visual Basic | mit | 20,591 |
'------------------------------------------------------------------------------
' <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>
'---... | anakpantai/busus | SIMARSIP/My Project/Settings.Designer.vb | Visual Basic | apache-2.0 | 4,362 |
'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/ControlsCommandsPanZoomCommands/VBNet/GoToNextExtent.vb | Visual Basic | apache-2.0 | 4,919 |
'' Copyright (c) 2013, Kcchouette and b-dauphin on Github
'' All rights reserved.
''
'' Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
''
'' Redistributions of source code must retain the above copyright notice, t... | Kcchouette/Inscription-au-bac | FrmAccueil.vb | Visual Basic | bsd-3-clause | 3,492 |
Option Strict On
Namespace Xeora.Web.Controller.Directive
Public Interface ILevelable
ReadOnly Property Level As Integer
ReadOnly Property LevelExecutionOnly As Boolean
End Interface
End Namespace | xeora/XeoraCube | Framework/Xeora.Web/Controller/Directive/Interface/ILevelable.vb | Visual Basic | mit | 224 |
' 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.Threading
Namespace Microsoft.CodeAnalysis.VisualBasic
Friend Module SourceDocumentationCommentUtils
... | nguerrera/roslyn | src/Compilers/VisualBasic/Portable/DocumentationComments/SourceDocumentationCommentUtils.vb | Visual Basic | apache-2.0 | 1,917 |
' 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 Microsoft.CodeAnalysis
Imports Microsoft.CodeAnalysis.CodeStyle
Imports Microsoft.CodeAnal... | jmarolf/roslyn | src/VisualStudio/Core/Test/Options/BasicEditorConfigGeneratorTests.vb | Visual Basic | mit | 12,416 |
' 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.Byte/System.Math/Byte.Max.vb | Visual Basic | mit | 900 |
' 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.EndConstructGeneration
<[UseExportProvider]>
Pu... | abock/roslyn | src/EditorFeatures/VisualBasicTest/EndConstructGeneration/TypeBlockTests.vb | Visual Basic | mit | 6,622 |
' 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 Microsoft.CodeAnalysis.RuntimeMembers
Imports Microsoft.CodeAnalysis.VisualBasic.Symbo... | VSadov/roslyn | src/Compilers/VisualBasic/Portable/Lowering/LocalRewriter/LocalRewriter_RaiseEvent.vb | Visual Basic | apache-2.0 | 10,539 |
' 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
Imports Microsoft.CodeAnalysis.Editor.Implementation.EndConstructGeneration
... | droyad/roslyn | src/EditorFeatures/VisualBasic/EndConstructGeneration/VisualBasicEndConstructGenerationService.vb | Visual Basic | apache-2.0 | 25,400 |
' 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 My.Resources
Namespace BasicAnalyzers
''' <summary>
''' Analyzer for reporting syntax tree diagnostics, that require some s... | bbarry/roslyn | src/Samples/VisualBasic/Analyzers/BasicAnalyzers/BasicAnalyzers/StatelessAnalyzers/SemanticModelAnalyzer.vb | Visual Basic | apache-2.0 | 2,430 |
Class Application
' Application-level events, such as Startup, Exit, and DispatcherUnhandledException
' can be handled in this file.
End Class
| Arc3D/arcgis-runtime-samples-dotnet | src/WPF/ArcGISRuntime.WPF.Samples/Samples/Security/TokenSecuredKnownUserVB/Application.xaml.vb | Visual Basic | apache-2.0 | 156 |
Namespace Ribbons.Transmittal.Search
Public Class NonBuiltTransmittals
Inherits RibbonButtonBase
Public Sub New()
_Image = ""
_Order = 1
_Text = "Non-Built Transmittals"
_ToolTip = ""
End Sub
Protected Friend Overrides Sub OnClick()
... | nublet/DMS | DMS.Forms/Ribbons/Items/Transmittal/Search/NonBuiltTransmittals.vb | Visual Basic | mit | 439 |
'-------------------------------------------------------------------------------------------'
' Inicio del codigo
'-------------------------------------------------------------------------------------------'
' Importando librerias
'--------------------------------------------------------------------------------------... | kodeitsolutions/ef-reports | rTCobros_Año.aspx.vb | Visual Basic | mit | 13,884 |
'-------------------------------------------------------------------------------------------'
' Inicio del codigo
'-------------------------------------------------------------------------------------------'
' Importando librerias
'--------------------------------------------------------------------------------------... | kodeitsolutions/ef-reports | rAjustes_Numeros.aspx.vb | Visual Basic | mit | 7,310 |
'-------------------------------------------------------------------------------------------'
' Inicio del codigo
'-------------------------------------------------------------------------------------------'
' Importando librerias
'--------------------------------------------------------------------------------------... | kodeitsolutions/ef-reports | rOPagos_aBeneficiarios.aspx.vb | Visual Basic | mit | 13,159 |
Imports Microsoft.CodeAnalysis.Diagnostics
<DiagnosticAnalyzer(LanguageNames.VisualBasic)>
Public Class MisAssignmentConstructor_Analyzer1Analyzer
Inherits Diagnostics.DiagnosticAnalyzer
Public Const DiagnosticId = "MA_001"
Friend Const Title = "Did you mean to assign to a parameter arguement?"
Friend Const... | DotNetAnalyzers/DotNetAnalyzers | Analyzer_Constructor_Mis-Assignment/Analyzer_VB/Analyzer_VB/DiagnosticAnalyzer.vb | Visual Basic | mit | 1,721 |
Imports System.Collections.ObjectModel
Public Class DataScriptInfoCollection
Inherits KeyedCollection(Of Guid, DataScriptInfo)
Protected Overrides Function GetKeyForItem(item As DataScriptInfo) As Guid
Return item.Id
End Function
End Class | Symmex/Snowflake | Source/Symmex.Snowflake.DataDeployment/DataScriptInfoCollection.vb | Visual Basic | mit | 265 |
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.Circle2d.Copy.vb | Visual Basic | mit | 2,009 |
'------------------------------------------------------------------------------
' <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>
'-----------... | GlobalTechnology/OpsInABox | App_Code/GMA/gma.designer.vb | Visual Basic | mit | 6,944 |
' --- Copyright (c) notice NevoWeb ---
' Copyright (c) 2008 SARL NevoWeb. www.nevoweb.com. All rights are reserved.
' Author: D.C.Lee
' ------------------------------------------------------------------------
' THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT ... | skamphuis/NB_Store | Providers/Gateway/GatewayCheque/GatewayCheque.vb | Visual Basic | mit | 3,063 |
Public Class XErrorLogEntry
Private _LogDate As Date
Public Property LogDate() As Date
Get
Return _LogDate
End Get
Set(ByVal value As Date)
_LogDate = value
End Set
End Property
Private _Message As String
Public Property Message() As String
... | acrojax-open/photos2folders | Photos2Folders/XErrorLogEntry.vb | Visual Basic | mit | 994 |
' 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
Namespace Microsoft.CodeAnalysis.VisualBasic
Partial Class LocalR... | paladique/roslyn | src/Compilers/VisualBasic/Portable/Lowering/LocalRewriter/LocalRewriter_SequencePoints.vb | Visual Basic | apache-2.0 | 5,571 |
Imports bv.common.Resources
Imports bv.winclient.Layout
Imports bv.winclient.Core
Public Class AboutForm
Inherits BvForm
#Region " Windows Form Designer generated code "
Public Sub New()
MyBase.New()
'This call is required by the Windows Form Designer.
InitializeComponen... | EIDSS/EIDSS-Legacy | EIDSS v6.1/vb/Shared/bvwin_common/Common/AboutForm.vb | Visual Basic | bsd-2-clause | 5,273 |
' Draws a rotating 3D tunnel
' Algorithm based on http://www.student.kuleuven.be/~m0216922/CG/tunnel.html
Public NotInheritable Class TunnelGenerator
Private _drawingSurface As Control
Private _tunnelTexture As Bitmap
Private _frameCount As Integer = -1
Private _distances(1, 1) As Integer
Private ... | kaiaie/DisplayHacks | Tunnel/TunnelGenerator.vb | Visual Basic | bsd-3-clause | 3,012 |
'------------------------------------------------------------------------------
' <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>
'-----------... | DlhSoftTeam/GanttChartLightLibrary-Demos | GanttChartLightLibraryDemos/Demos/Samples/WPF-VisualBasic/GanttChartDataGrid/SpecialDays/My Project/Resources.Designer.vb | Visual Basic | mit | 2,758 |
' 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 AddHandl... | abock/roslyn | src/EditorFeatures/VisualBasicTest/Recommendations/EventHandling/AddHandlerKeywordRecommenderTests.vb | Visual Basic | mit | 3,281 |
' 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 Microsoft.CodeAnalysis.CodeFixes
Imports Microsoft.CodeAnalysis.MakeMethodAsynchronous... | yeaicc/roslyn | src/Features/VisualBasic/Portable/MakeMethodAsynchronous/VisualBasicMakeMethodAsynchronousCodeFixProvider.vb | Visual Basic | apache-2.0 | 7,818 |
' 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.Extensions
Imports Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.Visu... | jmarolf/roslyn | src/Compilers/VisualBasic/Test/Semantic/Semantics/PartialMethodsTest.vb | Visual Basic | mit | 41,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.Xml.Linq
Imports Microsoft.CodeAnalysis.Editor.Commands
Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.LineCommit
Public Cla... | vslsnap/roslyn | src/EditorFeatures/VisualBasicTest/LineCommit/CommitOnEnterTests.vb | Visual Basic | apache-2.0 | 13,932 |
' 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 Microsoft.CodeAnalysis.Text
Imports Microsoft.CodeAnalysis.VisualBasic... | physhi/roslyn | src/Compilers/VisualBasic/Portable/Errors/ErrorMessageHelpers.vb | Visual Basic | apache-2.0 | 1,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.Collections.Immutable
Imports System.Runtime.CompilerServices
Imports System.Threading
Imports Microsoft.CodeAnalysis
Imports Microsoft.CodeAna... | MattWindsor91/roslyn | src/Workspaces/VisualBasic/Portable/Extensions/SemanticModelExtensions.vb | Visual Basic | apache-2.0 | 18,176 |
Imports System.Globalization
Imports GemBox.Document
Module Program
Sub Main()
' If using Professional version, put your serial key below.
ComponentInfo.SetLicense("FREE-LIMITED-KEY")
Dim document As New DocumentModel()
document.DefaultCharacterFormat.FontName = "Arial"
... | gemboxsoftware-dev-team/GemBox.Document.Examples | VB.NET/Formatting/Character Formatting/Program.vb | Visual Basic | mit | 4,680 |
Public Class DynamicTextCreator
End Class | KameQuazi/Software-Major-Assignment-2k18 | LampClient/DialogBoxes/DynamicTextCreator.vb | Visual Basic | mit | 45 |
Public Class RenameForm
Public Filename As String
Private Sub DoneButton_Click(sender As Object, e As EventArgs) Handles DoneButton.Click
If String.IsNullOrWhiteSpace(NameBox.Text) Then
MessageBox.Show("The name can not be empty.", "Naming Error", MessageBoxButtons.OK, MessageBoxIcon.Erro... | NoSpread/SLAM-EXTRA | SLAM/RenameForm.vb | Visual Basic | mit | 598 |
NameSpace Models.DMSCON
Partial Public Class SecurityMaskRevisionScheme
Inherits DMS.Base.Models.GenericEntity
#Region " Properties "
Public Overrides Property ID As String
Get
Return "{0}_{1}".FormatWith(SecurityMaskID,RevisionSchemeID)
End Get
Set(value as String)
End Set
End Property
Privat... | nublet/DMS | DMS.Base/Models/DMSCON/Base/SecurityMaskRevisionScheme.vb | Visual Basic | mit | 6,373 |
Public Class DeconstructQAgent
Inherits GH_Component
Sub New()
MyBase.New("Deconstruct QAgent", "DeQAgent", "Deconstruct QAgent", "Owl.Learning", "Reinforcement")
End Sub
Public Overrides ReadOnly Property ComponentGuid As Guid
Get
Return New Guid("{33D6505D-C355-4409-83A4-E9015FE6... | mateuszzwierzycki/Owl | Owl.GH/Components/Owl.Learning/Reinforcement/1/DeconstructQLearn.vb | Visual Basic | mit | 1,734 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.