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
'* '* This file is part of the TwitterVB software '* Copyright (c) 2009, Duane Roelands <duane@getTwitterVB.com> '* All rights reserved. '* '* TwitterVB is a port of the Twitterizer library <http://code.google.com/p/twitterizer/> '* Copyright (c) 2008, Patrick "Ricky" Smith <ricky@digitally-born.com> '* All rights res...
Eonic/EonicWeb5
Assemblies/Protean.Tools/Integration/Twitter/TwitterVB2/Globals.vb
Visual Basic
apache-2.0
5,780
Imports sri = System.Runtime.InteropServices Imports srv = System.Runtime.Versioning Imports src = System.Runtime.ConstrainedExecution Imports Int = System.IntPtr Imports Uint = System.UIntPtr Imports mws = Microsoft.Win32.SafeHandles Namespace Native Public Module DllInfo Public Const KERNEL32 = "kerne...
RevensofT/.Net-Anarchy
Assistance/Native.vb
Visual Basic
apache-2.0
8,454
'------------------------------------------------------------------------------ ' <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> '------------------------------------------...
UCHIC/nwisanalyst
src/nwisanalyst/Account/Register.aspx.designer.vb
Visual Basic
bsd-3-clause
1,090
' 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...
weltkante/roslyn
src/Compilers/VisualBasic/Test/Emit/CodeGen/CodeGenSelectCase.vb
Visual Basic
apache-2.0
151,313
Namespace Security.UserOptions_MessengerSettings Public Class Open Inherits SecurityItemBase Public Sub New() _ConceptItemName = "Open" _ConceptName = "User Options_Messenger Settings" _Description = "Allow access to 'Messenger Settings'" _IsEnterp...
nublet/DMS
DMS.Forms.Shared/Security/Items/UserOptions/MessengerSettings/Open.vb
Visual Basic
mit
504
'-------------------------------------------------------------------------------------------' ' Inicio del codigo '-------------------------------------------------------------------------------------------' ' Importando librerias '--------------------------------------------------------------------------------------...
kodeitsolutions/ef-reports
fUDevoluciones_Clientes.aspx.vb
Visual Basic
mit
5,533
'------------------------------------------------------------------------------ ' <auto-generated> ' Este código lo generó una herramienta. ' ' Los cambios en este archivo podrían causar un comportamiento incorrecto y se perderán si ' se regenera el código. ' </auto-generated> '---------------------...
SSTyT/dashboard-semaforos
Semaforos/My Project/Settings.Designer.vb
Visual Basic
mit
2,982
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.1 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '---------------...
TC01/civ4-launcher
My Project/Application.Designer.vb
Visual Basic
mit
1,480
Imports InTheHand.net Imports InTheHand.windows.forms Public Class Form1 Inherits System.Windows.Forms.Form Friend WithEvents MainMenu1 As System.Windows.Forms.MainMenu ' ' TODO ******************** argh FileDialog ***************** #Region " Windows Form Designer generated code " Public Sub New...
inthehand/32feet
Legacy/Samples/ObjectPush/ObexPushVB/Form1.vb
Visual Basic
mit
4,647
Imports CloudinaryDotNet Public Class Image Public Property Caption As String Public Property ShowTransform As Transformation Public Property Url As String Public Property Format As String Public Property PublicId As String End Class
RTLcoil/CloudinaryDotNet
samples/basic_mvc4_vb/Models/Image.vb
Visual Basic
mit
265
Imports System.Reflection Imports System.Runtime.CompilerServices 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. <Assembly: AssemblyTitle("Cr...
SolidEdgeCommunity/Samples
Assembly/CreateDocument/vb/CreateDocument/My Project/AssemblyInfo.vb
Visual Basic
mit
1,390
Namespace UI <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class NavigatorForm Inherits DockableForm 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> _ Protected Overrides Sub Dispose(ByVal disposi...
okyereadugyamfi/softlogik
SPCode/UI/Form/NavigatorForm.Designer.vb
Visual Basic
mit
4,329
'-------------------------------------------------------------------------------------------' ' Inicio del codigo '-------------------------------------------------------------------------------------------' ' Importando librerias '--------------------------------------------------------------------------------------...
kodeitsolutions/ef-reports
Reportes - Contabilidad/rEGanancias_Perdidas_xCentroCostos.aspx.vb
Visual Basic
mit
20,089
'-------------------------------------------------------------------------------------------' ' Inicio del codigo '-------------------------------------------------------------------------------------------' ' Importando librerias '--------------------------------------------------------------------------------------...
kodeitsolutions/ef-reports
fProforma_Invoice_OnyxTD.aspx.vb
Visual Basic
mit
12,315
' 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.UnitTests.CodeRefactorings Imports Microsoft.CodeAnalysis.Ge...
kelltrick/roslyn
src/EditorFeatures/VisualBasicTest/GenerateEqualsAndGetHashCodeFromMembers/GenerateEqualsAndGetHashCodeFromMembersTests.vb
Visual Basic
apache-2.0
8,912
' 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.ExpressionEvalua...
ManishJayaswal/roslyn
src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/WinMdTests.vb
Visual Basic
apache-2.0
12,899
Imports System.Data Imports bv.common.Enums Public Class CaseSamples_Db Inherits BaseDbService Public Sub New() ObjectName = "CaseSamples" End Sub Public Const TableSamples As String = "CaseSamples" Public Const TableCaseActivity As String = "CaseActivity" Public Const Table...
EIDSS/EIDSS-Legacy
EIDSS v6.1/vb/EIDSS/EIDSS_Common_Db/CasePanels/CaseSamples_Db.vb
Visual Basic
bsd-2-clause
13,124
Imports Launcher.My Imports Launcher.My.Resources Namespace Forms Public Class FrmOptions Private Sub chkCheckUpdates_CheckedChanged(sender As Object, e As EventArgs) Handles chkCheckUpdates.CheckedChanged chkInstallUpdates.Enabled = chkCheckUpdates.Checked End Sub Private Su...
PFCKrutonium/OpenRCT2Launcher
Launcher/Launcher/Forms/Options.vb
Visual Basic
mit
14,973
#Region "Microsoft.VisualBasic::a4b262792cadfc5115b47d1f2607373b, src\metadb\Massbank\Public\NCBI\PubChem\MetaData.vb" ' Author: ' ' xieguigang (gg.xie@bionovogene.com, BioNovoGene Co., LTD.) ' ' Copyright (c) 2018 gg.xie@bionovogene.com, BioNovoGene Co., LTD. ' ' ' MIT Licen...
xieguigang/spectrum
src/metadb/Massbank/Public/NCBI/PubChem/MetaData.vb
Visual Basic
mit
5,691
' 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 Imports Micro...
nguerrera/roslyn
src/EditorFeatures/TestUtilities2/Utilities/MockDocumentNavigationServiceProvider.vb
Visual Basic
apache-2.0
4,933
' 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.Concurrent Imports System.Collections.Immutable Imports System.IO Imports System.Reflection.Metadata Imports System.Runtime.Interop...
swaroop-sridhar/roslyn
src/Compilers/VisualBasic/Portable/Compilation/VisualBasicCompilation.vb
Visual Basic
apache-2.0
145,303
' 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.Web/System.Web.HttpResponse/_generated/HttpResponse.SetStatusObjectMoved.vb
Visual Basic
mit
805
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System Imports System.Collections.Generic Imports System.Collections.Immutable Imports System.Diagnostics Imports System.Linq Imports System.Text Impo...
furesoft/roslyn
src/Compilers/VisualBasic/Portable/Analysis/FlowAnalysis/AbstractFlowPass.vb
Visual Basic
apache-2.0
106,813
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading.Tasks Imports Microsoft.VisualStudio.GraphModel Imports Microsoft.VisualStudio.LanguageServices.Implementation.Progression Imports Ros...
mseamari/Stuff
src/VisualStudio/Core/Test/Progression/ImplementedByGraphQueryTests.vb
Visual Basic
apache-2.0
3,024
' 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.PreprocessorDirectives Public Class ...
CyrusNajmabadi/roslyn
src/EditorFeatures/VisualBasicTest/Recommendations/PreprocessorDirectives/EndRegionDirectiveKeywordRecommenderTests.vb
Visual Basic
mit
1,373
' 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 Roslyn.Test.Utilities Namespace Microsoft.VisualStudio.LanguageServices.UnitTests.CodeModel.CSharp Public Class Cod...
DavidKarlas/roslyn
src/VisualStudio/Core/Test/CodeModel/CSharp/CodeClassTests.vb
Visual Basic
apache-2.0
96,341
' 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 Imports Microsoft.CodeAnalysis.Emit Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Namespa...
paladique/roslyn
src/Compilers/VisualBasic/Portable/Emit/PEAssemblyBuilder.vb
Visual Basic
apache-2.0
9,464
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Threading Imports Microsoft.CodeAnalysis.VisualBasic Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeAnalysis.VisualBas...
paladique/roslyn
src/EditorFeatures/VisualBasicTest/SymbolId/SymbolKeyTestBase.vb
Visual Basic
apache-2.0
14,442
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. '----------------------------------------------------------------------------- ' Contains the definition of the Scanner, which produces tokens from text '---...
droyad/roslyn
src/Compilers/VisualBasic/Portable/Scanner/ScannerXml.vb
Visual Basic
apache-2.0
55,011
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class Preview 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 ...
pagotti/vrx
Sample/Preview.Designer.vb
Visual Basic
mit
4,818
'------------------------------------------------------------------------------ ' <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> '-----------...
md-schneider/ProcessControl
ProcessControl/My Project/Settings.Designer.vb
Visual Basic
mit
3,810
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class AboutDSGM 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) ...
cfwprpht/dsgamemaker
AboutDSGM.Designer.vb
Visual Basic
mit
8,911
Public Class NuevaListaPrecios Dim ControlesConErrores As List(Of Control) = New List(Of Control) Dim idSeleccionado As Integer = -1 #Region "Botones" Private Sub btn_Cancelar_Click(sender As Object, e As EventArgs) Handles btn_Cancelar.Click idSeleccionado = -1 tbLista.Text = "" ...
MontiQt/SaavedraSystem
Formularios Saavedra/Vistas/NuevaListaPrecios.vb
Visual Basic
mit
5,796
Module ModulatorX #Region "ListBox to Array String" Friend Function ListBoxToArray(ListBoxer As ListBox) As String() Dim arr As String() = {"*"} If ListBoxer.Items.Count > 0 Then arr = New String(ListBoxer.Items.Count - 1) {} For i As Integer = 0 To ListBoxer.Items.Count - ...
Laicure/HostsX
HostsX/Modules/ModulatorX.vb
Visual Basic
mit
3,071
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class frmPrintGroup #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 'For...
nodoid/PointOfSale
VB/4PosBackOffice.NET/frmPrintGroup.Designer.vb
Visual Basic
mit
12,882
Imports BurnSoft.Universal Imports System.Windows.Forms Imports MySql.Data.MySqlClient Imports System.Data.SQLite Imports System.IO Module modMain Dim _sessionId As Long Dim _appProjectMainProcessId As Long Dim _appPath As String Dim _uselocal As Boolean Dim _offline as Boolean Dim _...
burnsoftnet/BSApplicationProfiler
BSAP_AppMonitor/modMain.vb
Visual Basic
mit
25,587
'------------------------------------------------------------------------------ ' <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> '-----------...
ZetkoOfficial/EasyNotepad
Application/EasyNotepad/EasyNotepad/My Project/Application.Designer.vb
Visual Basic
mit
1,477
'------------------------------------------------------------------------------ ' <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> '-----------...
codingeass/Shared-Network-Files
Network Search/My Project/Application.Designer.vb
Visual Basic
apache-2.0
1,480
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Globalization Imports System.IO Imports System.Runtime.InteropServices Imports System.Text Imports Microso...
cybernet14/roslyn
src/Compilers/VisualBasic/Portable/CommandLine/CommandLineParser.vb
Visual Basic
apache-2.0
106,167
' 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 Namespace Microsoft.CodeAnalysis.VisualBasic ''' <summary> ''' A class representi...
HellBrick/roslyn
src/Compilers/VisualBasic/Portable/VisualBasicCompilationOptions.vb
Visual Basic
apache-2.0
63,167
''' <summary> ''' 脚本生成 ''' </summary> ''' <remarks></remarks> Public Class ScriptHelper ''' <summary> ''' DHCP脚本 ''' </summary> ''' <remarks></remarks> Public Class DHCP ''' <summary> ''' 根据MAC地址创建HDCP Lease的删除脚本 ''' </summary> ''' <param name="mac">MAC地址</param> ...
sugartomato/AllProjects
ZS.RouterOS/ZS.RouterOS/ScriptHelper.vb
Visual Basic
apache-2.0
1,919
' ****************************************************************************** ' ** ' ** Yahoo! Managed ' ** Written by Marius Häusler 2011 ' ** It would be pleasant, if you contact me when you are using this code. ' ** Contact: YahooFinanceManaged@gmail.com ' ** Project Home: http://code.google.com/p/yahoo-fi...
agassan/YahooManaged
MaasOne.YahooManaged/Base/Enums.vb
Visual Basic
apache-2.0
1,990
Imports BVSoftware.Bvc5.Core Imports System.Collections.ObjectModel Partial Class BVAdmin_Configuration_Workflow_Edit Inherits BaseAdminPage Protected Sub Page_PreInit1(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.PreInit Me.PageTitle = "Edit Workflow" Me.CurrentTab = AdminT...
ajaydex/Scopelist_2015
BVAdmin/Configuration/Workflow_Edit.aspx.vb
Visual Basic
apache-2.0
6,765
Dim impressora = new System.IO.StreamWriter(@"\\.\COM1"); impressora.Write("Teste"); impressora.Flush(); impressora.Close(); //http://pt.stackoverflow.com/q/15287/101
maniero/SOpt
VB.NET/PrinterPort.vb
Visual Basic
mit
168
Imports System.Web Imports System.Web.Services Imports System Imports System.IO Imports System.Net Public Class feedproxy1 Implements System.Web.IHttpHandler Sub ProcessRequest(ByVal context As HttpContext) Implements IHttpHandler.ProcessRequest 'Address of URL 'Dim URL As String = "http://www.jacksloc...
grasscrm/gdesigner
editor/lib/sources/ext-2.0.2/examples/feed-viewer/feed-proxy.ashx.vb
Visual Basic
apache-2.0
1,671
Imports System.Collections.Generic Namespace Objects Public Class GlobalPermissions Private Shared m_Permissions As New Dictionary(Of String, IPermissionObject) Public Sub Add(ByVal permission As IPermissionObject) If m_Permissions.ContainsKey(permission.Name) Then ...
EIDSS/EIDSS-Legacy
EIDSS v6/vb/Shared/bv_common/Objects/Permisions/GlobalPermissions.vb
Visual Basic
bsd-2-clause
1,554
' 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.Declarations Public Class AttributeS...
mavasani/roslyn
src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/AttributeScopesKeywordRecommenderTests.vb
Visual Basic
mit
2,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. Imports Microsoft.CodeAnalysis.CodeRefactorings Imports Microsoft.CodeAnalysis.Editor.UnitTests.Workspaces Imports Mic...
brettfo/roslyn
src/EditorFeatures/VisualBasicTest/InlineMethod/VisualBasicInlineMethodTests_CrossLanguage.vb
Visual Basic
apache-2.0
2,501
' 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.UnitTests.GoToAdjacentMember Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.GoToAdjacentMember Publi...
OmarTawfik/roslyn
src/EditorFeatures/VisualBasicTest/GoToAdjacentMember/VisualBasicGoToAdjacentMemberTests.vb
Visual Basic
apache-2.0
13,232
'//////////////////////////////////////////////////////////////////////// ' Copyright 2001-2014 Aspose Pty Ltd. All Rights Reserved. ' ' This file is part of Aspose.Words. The source code in this file ' is only intended as a supplement to the documentation, and is provided ' "as is", without warranty of any kind, eith...
dtscal/Aspose_Words_NET
Examples/VisualBasic/Programming-Documents/Document/PageNumbersOfNodes.vb
Visual Basic
mit
1,901
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _ Partial Class SplashScreen1 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) ...
hhaslam11/Visual-Basic-Projects
Profit and Loss/Profit and Loss/SplashScreen1.Designer.vb
Visual Basic
mit
6,855
Sub TurnFilterOff() 'removes AutoFilter if one exists Worksheets("Data").AutoFilterMode = False End Sub
Jonnokc/Excel_VBA
Validation_Form/Other/Turn_Off_AutoFilter.vb
Visual Basic
mit
113
Option Strict Off Option Explicit On Module basCryptoProcs Public g_blnCaseSensitiveUserID As Boolean Public g_blnCaseSensitivePWord As Boolean Public g_blnEnhancedProvider As Boolean Public g_intHashType As Short Public Const PGM_NAME As String = "4LIQ Serials" Public Const MAX_PATH As Integer = 26...
nodoid/PointOfSale
VB/4PosBackOffice.NET/basCryptoProcs.vb
Visual Basic
mit
11,282
' 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. Option Strict Off Imports Microsoft.CodeAnalysis.CodeRefactorings Imports Microsoft.CodeAnalysis.Editor.VisualBasic.Un...
diryboy/roslyn
src/EditorFeatures/VisualBasicTest/InvertIf/InvertSingleLineIfTests.vb
Visual Basic
mit
17,982
Attribute VB_Name = "testVBA" Public Sub test() MsgBox "Hello from vba!" End Sub
tafia/xl2txt
tests/.issues.xlsb/vba/testVBA.vb
Visual Basic
mit
89
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:2.0.50727.3625 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '------------...
takas-ho/LearningFluentMigrator.2008
LearningFluentMigrator/My Project/Settings.Designer.vb
Visual Basic
mit
2,991
 Imports YamlDotNet.Serialization Imports System.IO Public Class YAMLinvTypeReactions Inherits YAMLFilesBase Public Const invTypeReactionsFile As String = "invTypeReactions.yaml" Public Sub New(ByVal YAMLFileName As String, ByVal YAMLFilePath As String, ByRef DatabaseRef As Object, ByRef TranslationRef ...
EVEIPH/EVE-SDE-Database-Builder
EVE SDE Database Builder/SDE YAML Classses/YAMLinvTypeReactions.vb
Visual Basic
mit
3,232
#Region "Microsoft.VisualBasic::9dbe31e5fdb38cb861d6a19f24e201d6, src\mzkit\mzkit\pages\dockWindow\documents\frmHtmlViewer.vb" ' Author: ' ' xieguigang (gg.xie@bionovogene.com, BioNovoGene Co., LTD.) ' ' Copyright (c) 2018 gg.xie@bionovogene.com, BioNovoGene Co., LTD. ' ' ' M...
xieguigang/MassSpectrum-toolkits
src/mzkit/mzkit/pages/dockWindow/documents/frmHtmlViewer.vb
Visual Basic
mit
4,317
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class frmCompanyEmails #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 '...
nodoid/PointOfSale
VB/4PosBackOffice.NET/frmCompanyEmails.Designer.vb
Visual Basic
mit
21,958
 Imports System Imports System.Collections.Generic Imports System.Collections.ObjectModel Imports System.Data Imports System.Data.OleDb Imports System.Data.DataTableExtensions Imports System.Drawing Imports System.Drawing.Imaging Imports System.Linq Imports System.Linq.Expressions Imports System.Math Impor...
rschwenn/Rstyx.Utilities
TestWpf/source/MainViewModel.vb
Visual Basic
mit
57,120
' 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.Collections.ObjectModel Imports Microsoft.CodeAnalysis.CodeGen Imports Microsoft.CodeAnalysis.ExpressionEv...
furesoft/roslyn
src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/LocalsTests.vb
Visual Basic
apache-2.0
117,629
Imports System.Text Public Class Executor Private _vars As New VarStorage Private Sub CallFunction(ByRef out As StringBuilder, ByRef errs As StringBuilder, ByVal instr As Instruction) End Sub Private Sub CallInternalFunction(ByRef out As StringBuilder, ByRef errs As StringBuilder, ByVal in...
Lifemotion/Bwl.Translator.One
Bwl.Translator.One.Execution/Executor.vb
Visual Basic
apache-2.0
10,603
' 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.Linq Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.VisualBas...
mattwar/roslyn-analyzers
src/Desktop.Analyzers/VisualBasic/BasicSetLocaleForDataTypes.Fixer.vb
Visual Basic
apache-2.0
689
Imports System.Data Imports System.Data.SqlClient Imports System.IO Imports System.Drawing.Imaging Imports System Imports System.Drawing Imports System.Windows.Forms Imports Microsoft.Office.Interop Imports System.Data.OleDb Imports System.Data.Sql Imports System.Threading Imports System.IO.Ports Imports System.Com...
Zom13i/Compteur-d-abeilles
Nora/Appli_VB/Ruche/Ruche/Ruche/Ruche.vb
Visual Basic
mit
16,012
' 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.ExpressionEvalua...
Giftednewt/roslyn
src/ExpressionEvaluator/VisualBasic/Test/ExpressionCompiler/WinMdTests.vb
Visual Basic
apache-2.0
12,137
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Composition Imports System.Threading Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.CodeGene...
amcasey/roslyn
src/Features/VisualBasic/Portable/GenerateMember/GenerateParameterizedMember/VisualBasicGenerateConversionService.vb
Visual Basic
apache-2.0
10,703
' 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 Roslyn.Test.Utilities Namespace Microsoft.CodeAnalysis.Editor.VisualBasic.UnitTests.Recommendations.Declarations ...
VPashkov/roslyn
src/EditorFeatures/VisualBasicTest/Recommendations/Declarations/InKeywordRecommenderTests.vb
Visual Basic
apache-2.0
2,042
' 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.Text Imports Microsoft.CodeAnalysis.VisualBasic.Syntax Imports Microsoft.CodeAnalys...
jbhensley/roslyn
src/EditorFeatures/VisualBasic/Outlining/Outliners/DocumentationCommentOutliner.vb
Visual Basic
apache-2.0
5,062
' 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.Tasks Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.Test.Utilities Imports Ro...
brettfo/roslyn
src/VisualStudio/Core/Test/CodeModel/VisualBasic/CodeAttributeTests.vb
Visual Basic
apache-2.0
41,205
' 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.Linq Imports Microsoft.CodeAnalysis Imports Microsoft.CodeAnalysis.SpecialType Imports Microsoft.CodeAnalysis.Test.Utilities I...
bbarry/roslyn
src/Compilers/VisualBasic/Test/Semantic/Compilation/SemanticModelGetDeclaredSymbolAPITests.vb
Visual Basic
apache-2.0
134,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.Text Imports Microsoft.CodeAnalysis.Text Imports Roslyn.Test.Utilities Namespace Microsoft.CodeAnalysis.VisualBasic.UnitTests Public Class...
mmitche/roslyn
src/Compilers/VisualBasic/Test/Syntax/Syntax/SyntaxTreeTests.vb
Visual Basic
apache-2.0
4,495
Partial Public Module ClientControls Public Class ClientMasteryTree Public Const Width As Double = ClientSize.Small.Width / 270 Public Const Height As Double = ClientSize.Small.Height / 160 Public Structure ChampionSelect Public Const X As Double = ClientSize.Small.Width / 2...
dewster/lol-mastery-manager-new-client
LoLMasteryManager/ClientControls/ClientMasteryTree.vb
Visual Basic
mit
636
#Region "Microsoft.VisualBasic::aac64ac5731b624d86d8aa24375f6e9c, src\metadb\SMILES\Graph\ChemicalKey.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/metadb/SMILES/Graph/ChemicalKey.vb
Visual Basic
mit
2,081
Imports LNF Imports LNF.Web.Models Imports LNF.Web.Scheduler Public Class SessionLog Inherits Page <Inject> Public Property Provider As IProvider Public Property ContextBase As HttpContextBase Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load Conte...
lurienanofab/labscheduler
LabScheduler/SessionLog.aspx.vb
Visual Basic
mit
603
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.269 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-------------...
jakubjenis/lecture.net
Vb.Net/Skolenie/CollectionBenchmark/My Project/Resources.Designer.vb
Visual Basic
mit
2,726
''' <summary> ''' Provides methods to convert from a color space to an other. ''' </summary> Public NotInheritable Class ColorHelper Private Sub New() ' End Sub #Region "Color processing" ''' <summary> ''' Gets the given color based on a color and an alpha. ''' </summary> ''' <param n...
willowslaboratory/WLABV3
library.willowslab.net/Library_v3/References/ColorHelper.vb
Visual Basic
mit
13,149
Imports System Class PkgCmdIDList Private Sub New() ' End Sub End Class
chrisdias/VSKeyBindings
PkgCmdID.vb
Visual Basic
mit
106
Imports System.Data.SQLite Imports System.IO Public Class SQLiteStorage Inherits Storage Private _conn As SQLiteConnection Private InitDBSQL As String = My.Resources.ddl Private _InitDBCommand As SQLiteCommand Const EnqueueSendSQL As String = "INSERT INTO [ReadySend] ([Time], [RemoteAddress], [...
twd2/MyGSM
MyGSM/Storage/SQLiteStorage.vb
Visual Basic
mit
14,674
'------------------------------------------------------------------------------ ' <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/VBHelloWord/My Project/Settings.Designer.vb
Visual Basic
apache-2.0
2,967
Namespace Global.Moq Partial Friend Class Mock Shared Sub New() Sdk.MockFactory.[Default] = New Sdk.DynamicMockFactory OnInitialized() End Sub ''' <summary> ''' Invoked after the default <see cref="MockFactory.Default"/> ''' is initialized. ...
Moq/moq
src/Moq.DynamicProxy/Mock.DynamicFactory.vb
Visual Basic
apache-2.0
432
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports System.Collections.Immutable Imports System.Globalization Imports System.Threading Imports System.Threading.Tasks Imports Microsoft.CodeAnalysis.Compl...
OmarTawfik/roslyn
src/EditorFeatures/Test2/IntelliSense/CSharpCompletionCommandHandlerTests.vb
Visual Basic
apache-2.0
146,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. Imports Microsoft.CodeAnalysis.Text Imports Microsoft.CodeAnalysis.VisualBasic.Symbols Imports Microsoft.CodeAnalysis....
physhi/roslyn
src/Compilers/VisualBasic/Portable/BoundTree/BoundUserDefinedBinaryOperator.vb
Visual Basic
apache-2.0
3,231
' 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.Concurrent Imports System.Collections.Immutable Imports System.Reflection.PortableExecutable Imports System.Runtime.InteropServices...
jkotas/roslyn
src/Compilers/VisualBasic/Portable/Emit/PEModuleBuilder.vb
Visual Basic
apache-2.0
33,393
'-------------------------------------------------------------------------------------------' ' Inicio del codigo '-------------------------------------------------------------------------------------------' ' Importando librerias '--------------------------------------------------------------------------------------...
kodeitsolutions/ef-reports
rCasos_EjecutorFechas_Detallado.aspx.vb
Visual Basic
mit
9,767
'------------------------------------------------------------------------------ ' <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> '---...
Trommik/Microcontroller_Codes
3x3x3 LED Cube/LED Cube AnimationCreator VB/LED Cube/My Project/Application.Designer.vb
Visual Basic
mit
1,512
'-------------------------------------------------------------------------------------------' ' Inicio del codigo '-------------------------------------------------------------------------------------------' ' Importando librerias '--------------------------------------------------------------------------------------...
kodeitsolutions/ef-reports
fPedidos_Clientes_NDI.aspx.vb
Visual Basic
mit
8,297
<Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> Partial Class Home Inherits MaterialSkin.Controls.MaterialForm 'Form overrides dispose to clean up the component list. <System.Diagnostics.DebuggerNonUserCode()> Protected Overrides Sub Dispose(ByVal disposing As Boolean) Try...
arwinneil/Why-Write-SQL
SQL Generator/Home.Designer.vb
Visual Basic
mit
147,553
'------------------------------------------------------------------------------ ' <auto-generated> ' This code was generated by a tool. ' Runtime Version:4.0.30319.296 ' ' Changes to this file may cause incorrect behavior and will be lost if ' the code is regenerated. ' </auto-generated> '-------------...
LeeSkiBee/LeeSkiBee-School-Hangman-Game
My Project/Settings.Designer.vb
Visual Basic
mit
2,918
Public Class Doktor_Forma Private Sub Doktor_Load(sender As Object, e As EventArgs) Handles MyBase.Load 'TODO: This line of code loads data into the 'IbolnicaDataSet.odjeljenje' table. You can move, or remove it, as needed. Me.OdjeljenjeTableAdapter.Fill(Me.IbolnicaDataSet.odjeljenje) 'TOD...
error505/iHospital
iBolnica/Doktor.vb
Visual Basic
mit
1,697
 Public Class FormSistemaHospital Private Sub btnAdministrarPersonal_Click(sender As Object, e As EventArgs) Handles btnAdministrarPersonal.Click formAdministrarPersonal.Show() End Sub Private Sub btnAdministrarPacientes_Click(sender As Object, e As EventArgs) Handles btnAdminstrarPacientes.Clic...
Canterini/tsiHospital
WindowsApplication2/FormSistemaHospital.vb
Visual Basic
mit
1,384
 Partial Class Partner_ViewWebsites Inherits System.Web.UI.Page Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load If Not IsPostBack Then txtCID.Text = Session("pid") End If End Sub End Class
aminnagpure/matrimonydatingcommunity1.0
lovenmarry - EmptyFreeCode/Partner/ViewWebsites.aspx.vb
Visual Basic
mit
278
 Namespace YahooManaged.Finance.Screener.StockCriterias ''' <summary> ''' Criteria class for average daily volume ''' </summary> ''' <remarks></remarks> Public Class AverageDailyVolumeCriteria Inherits StockDigitCriteriaDefinition Public Overrides ReadOnly Property DisplayName A...
agassan/YahooManaged
MaasOne.YahooManaged/YahooManaged/Finance/Screener/StockScreenerCriterias/TradingAndVolumeCriterias.vb
Visual Basic
apache-2.0
4,875
' Copyright (c) Microsoft. All Rights Reserved. Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information. Imports Microsoft.CodeAnalysis.CodeFixes Imports Microsoft.CodeAnalysis.Diagnostics Imports Microsoft.CodeAnalysis.VisualBasic.MakeMethodSynchronous Namespac...
kelltrick/roslyn
src/EditorFeatures/VisualBasicTest/Diagnostics/MakeMethodSynchronous/MakeMethodSynchronousTests.vb
Visual Basic
apache-2.0
10,061
Option Strict On Namespace Xeora.Web.Shared.ControlResult <Serializable()> Public Class Conditional Private _Result As Conditions Public Sub New(ByVal Result As Conditions) Me._Result = Result End Sub Public Enum Conditions As Byte [False] = 0 ...
xeora/XeoraCube
Framework/Xeora.Web.Shared/ControlResult/Conditional.vb
Visual Basic
mit
556
' 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.UnitTests.Workspaces Imports Microsoft.CodeAnalysis.Options Imports Microsoft.CodeAnalysis.Simplification Imports Microso...
dovzhikova/roslyn
src/EditorFeatures/Test2/Simplification/TypeNameSimplifierTest.vb
Visual Basic
apache-2.0
99,088
' 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...
zzzprojects/Z.ExtensionMethods
src (VB.NET)/Z.ExtensionMethods.VB/Z.Collections/System.Collections.Generic.ICollection[T]/ICollection[T].AddIf.vb
Visual Basic
mit
1,125
' 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....
ljw1004/roslyn
src/Compilers/VisualBasic/Portable/BoundTree/BoundUnaryOperator.vb
Visual Basic
apache-2.0
2,230
' 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.Simplification Public Class CastSimplificationTests Inherits AbstractSimplificationTests #Region...
mono/roslyn
src/EditorFeatures/Test2/Simplification/CastSimplificationTests.vb
Visual Basic
apache-2.0
147,857
' 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.Implementation.Outlining Imports Microsoft.CodeAnalysis.Editor.VisualBasic.Outlining Impor...
ericfe-ms/roslyn
src/EditorFeatures/VisualBasicTest/Outlining/FieldDeclarationOutlinerTests.vb
Visual Basic
apache-2.0
1,131
#If _MyType <> "Empty" Then Namespace My ''' <summary> ''' Module used to define the properties that are available in the My Namespace for Web projects. ''' </summary> ''' <remarks></remarks> <Global.Microsoft.VisualBasic.HideModuleName()> _ Module MyWebExtension Private s_Computer As ...
WillSams/CustomerOrders-NancyFX-VB
src/My Project/MyExtensions/MyWebExtension.vb
Visual Basic
apache-2.0
7,464