From b2ca35e7e5cbf348285f4a73c848e6ebd107cb8d Mon Sep 17 00:00:00 2001 From: xieguigang Date: Thu, 21 May 2020 22:27:25 +0800 Subject: [PATCH] update source file headers --- ApplicationServices/App.vb | 106 +++++++++--------- ApplicationServices/Debugger.vb | 2 +- .../Debugger/Logging/LogFile/LogFile.vb | 79 +++++++------ .../Terminal/InteractiveIODevice/Shell.vb | 5 +- ApplicationServices/Tools/Zip/StreamReader.vb | 2 +- ApplicationServices/Tools/Zip/UnZip.vb | 2 +- .../VBDev/XmlDoc/ProjectSpace.vb | 2 +- .../BinaryTree/AVLTree/AVLSupports.vb | 2 +- ComponentModel/File/FileSaveHandle.vb | 8 +- .../Ranges/Selector/NumericTagged.vb | 2 +- .../System.Collections.Generic/BinaryHeap.vb | 2 +- .../PriorityQueue/PairingHeap.vb | 2 +- Extensions/Collection/KeyValuePair.vb | 2 +- Extensions/Collection/Linq/Iterator.vb | 2 +- Extensions/Collection/Linq/WhichIndex.vb | 10 +- Extensions/Collection/Vector.vb | 6 +- Extensions/IO/Extensions/IO.vb | 2 +- Extensions/Image/Bitmap/Effects.vb | 2 +- Extensions/Image/Colors/ColorCube.vb | 2 +- Extensions/Image/GDI+/Layouts/Point2D.vb | 2 +- Extensions/Image/Math/GeometryMath.vb | 100 ++++++++--------- Extensions/Image/Math/Models/Vector2D.vb | 72 ++++++------ Extensions/Image/Math/Polygon2D.vb | 2 +- Extensions/Image/Math/VectorMath2D.vb | 2 +- Extensions/Math/Correlations/Correlations.vb | 2 +- Extensions/Math/Correlations/Scripting.vb | 64 +++++------ Extensions/Math/Information/Entropy.vb | 2 +- Extensions/Math/Math.vb | 17 +-- Extensions/Math/NumberEqualityComparer.vb | 2 +- Extensions/Math/NumberGroups.vb | 2 +- Extensions/Math/Random/RandomExtensions.vb | 2 +- .../Linq/CPOLLicense.vb | 64 +++++------ .../Linq/EnumerableStatsMode.vb | 66 +++++------ .../Linq/EnumerableStatsPearson.vb | 66 +++++------ .../Linq/EnumerableStatsStandardDeviationP.vb | 2 +- .../Linq/EnumerableStatsVariance.vb | 2 +- .../Linq/EnumerableStatsVarianceP.vb | 2 +- .../Math/StatisticsMathExtensions/Min.vb | 76 ++++++------- .../SampleObservation.vb | 75 +++++++------ Extensions/Math/Trigonometric/Arctan.vb | 2 +- .../Math/Trigonometric/Trigonometric.vb | 2 +- Extensions/Reflection/EnumHelpers.vb | 2 +- Extensions/StringHelpers/StringHelpers.vb | 2 +- Extensions/ValueTypes/DateTimeHelper.vb | 92 +++++++-------- Extensions/WebServices/WebServiceUtils.vb | 84 +++++++------- Language/Linq/Indexer.vb | 2 +- Language/Linq/List.vb | 2 +- Language/Linq/Vectorization/BooleanVector.vb | 2 +- Language/Linq/Vectorization/Vector.vb | 2 +- Language/Linq/Vectorization/VectorShadows.vb | 2 +- My/JavaScript/Linq.vb | 70 ++++++------ My/JavaScript/String.vb | 48 +++++++- My/Log4VB.vb | 2 +- Net/HTTP/HTTP_RFC.vb | 69 ++++++------ Net/HTTP/URL.vb | 50 ++++++++- Net/HTTP/Web/WebQuery.vb | 4 +- Scripting/Runtime/CType/Casting.vb | 2 +- Serialization/BinaryDumping/ObjectVisitor.vb | 2 +- Text/IO/Encodings.vb | 51 ++++++++- Text/IO/TextEncodings.vb | 11 +- Text/IO/UnbufferedStringReader.vb | 78 ++++++------- Text/Patterns/NamespaceDoc.vb | 46 +++++++- Text/Patterns/Validator/Validator.vb | 46 +++++++- Text/Patterns/Validator/isIP.vb | 46 +++++++- 64 files changed, 917 insertions(+), 664 deletions(-) diff --git a/ApplicationServices/App.vb b/ApplicationServices/App.vb index d2deeae2..767b3209 100644 --- a/ApplicationServices/App.vb +++ b/ApplicationServices/App.vb @@ -1,62 +1,62 @@ -#Region "Microsoft.VisualBasic::851342afa5a29be39326f664a9c6cbbc, Microsoft.VisualBasic.Core\ApplicationServices\App.vb" +#Region "Microsoft.VisualBasic::e16d7ed2656117daca8ea325ebd85c15, Microsoft.VisualBasic.Core\ApplicationServices\App.vb" -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . -' /********************************************************************************/ + ' /********************************************************************************/ -' Summaries: + ' Summaries: -' Module App -' -' Properties: AppSystemTemp, AssemblyName, BufferSize, Command, CommandLine -' CPUCoreNumbers, CurrentDirectory, CurrentProcessTemp, Desktop, DoNothing -' ExceptionLogFile, ExecutablePath, Github, HOME, Info -' InputFile, IsConsoleApp, IsMicrosoftPlatform, LocalData, LocalDataTemp -' LogErrDIR, NanoTime, NextTempName, OutFile, PID -' Platform, PreviousDirectory, Process, ProductName, ProductProgramData -' ProductSharedDIR, ProductSharedTemp, References, Running, RunningInGitBash -' RunTimeDirectory, StartTime, StartupDirectory, StdErr, StdInput -' StdOut, SysTemp, UnixTimeStamp, UserHOME, Version -' -' Constructor: (+1 Overloads) Sub New -' -' Function: __listFiles, __sysTEMP, (+2 Overloads) Argument, checkIsMicrosoftPlatform, CLICode -' ElapsedMilliseconds, Exit, finalizeCLI, FormatTime, GenerateTemp -' (+2 Overloads) GetAppLocalData, GetAppSysTempFile, GetAppVariables, GetFile, GetNextUniqueName -' GetProductSharedDIR, GetProductSharedTemp, GetTempFile, GetVariable, (+3 Overloads) LogException -' NullDevice, (+11 Overloads) RunCLI, RunCLIInternal, SelfFolk, SelfFolks -' Shell, tempCode, TemporaryEnvironment, TraceBugs -' -' Sub: [Stop], __GCThreadInvoke, __removesTEMP, AddExitCleanHook, FlushMemory -' Free, JoinVariable, (+2 Overloads) JoinVariables, Pause, (+2 Overloads) println -' RunAsAdmin, SetBufferSize, StartGC, StopGC -' -' /********************************************************************************/ + ' Module App + ' + ' Properties: AppSystemTemp, AssemblyName, BufferSize, Command, CommandLine + ' CPUCoreNumbers, CurrentDirectory, CurrentProcessTemp, Desktop, DoNothing + ' ExceptionLogFile, ExecutablePath, Github, HOME, Info + ' InputFile, IsConsoleApp, IsMicrosoftPlatform, LocalData, LocalDataTemp + ' LogErrDIR, NanoTime, NextTempName, OutFile, PID + ' Platform, PreviousDirectory, Process, ProductName, ProductProgramData + ' ProductSharedDIR, ProductSharedTemp, References, Running, RunningInGitBash + ' RunTimeDirectory, StartTime, StartupDirectory, StdErr, StdInput + ' StdOut, SysTemp, UnixTimeStamp, UserHOME, Version + ' + ' Constructor: (+1 Overloads) Sub New + ' + ' Function: __listFiles, __sysTEMP, (+2 Overloads) Argument, checkIsMicrosoftPlatform, CLICode + ' ElapsedMilliseconds, Exit, finalizeCLI, FormatTime, GenerateTemp + ' (+2 Overloads) GetAppLocalData, GetAppSysTempFile, GetAppVariables, GetFile, GetNextUniqueName + ' GetProductSharedDIR, GetProductSharedTemp, GetTempFile, GetVariable, (+3 Overloads) LogException + ' NullDevice, (+11 Overloads) RunCLI, RunCLIInternal, SelfFolk, SelfFolks + ' Shell, tempCode, TemporaryEnvironment, TraceBugs + ' + ' Sub: [Stop], __GCThreadInvoke, __removesTEMP, AddExitCleanHook, FlushMemory + ' Free, JoinVariable, (+2 Overloads) JoinVariables, Pause, (+2 Overloads) println + ' RunAsAdmin, SetBufferSize, StartGC, StopGC + ' + ' /********************************************************************************/ #End Region diff --git a/ApplicationServices/Debugger.vb b/ApplicationServices/Debugger.vb index 880c5c3a..34cf09ac 100644 --- a/ApplicationServices/Debugger.vb +++ b/ApplicationServices/Debugger.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::680b84cd453fa6737bd77654bd134fd2, Microsoft.VisualBasic.Core\ApplicationServices\Debugger.vb" +#Region "Microsoft.VisualBasic::184c3312c24152d973e8cae713384c28, Microsoft.VisualBasic.Core\ApplicationServices\Debugger.vb" ' Author: ' diff --git a/ApplicationServices/Debugger/Logging/LogFile/LogFile.vb b/ApplicationServices/Debugger/Logging/LogFile/LogFile.vb index 54929e43..b0418eb6 100644 --- a/ApplicationServices/Debugger/Logging/LogFile/LogFile.vb +++ b/ApplicationServices/Debugger/Logging/LogFile/LogFile.vb @@ -1,49 +1,48 @@ -#Region "Microsoft.VisualBasic::e60438760751d1967fa69b06ce25a84c, Microsoft.VisualBasic.Core\ApplicationServices\Debugger\Logging\LogFile\LogFile.vb" +#Region "Microsoft.VisualBasic::8be51b503b4faa8b7e4454f57a8f9df6, Microsoft.VisualBasic.Core\ApplicationServices\Debugger\Logging\LogFile\LogFile.vb" -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . -' /********************************************************************************/ + ' /********************************************************************************/ -' Summaries: + ' Summaries: -' Class LogFile -' -' Properties: FileName, FilePath, NowTimeNormalizedString -' -' Constructor: (+1 Overloads) Sub New -' -' Function: Read, ReadLine, (+3 Overloads) Save, SaveLog, SystemInfo -' ToString -' -' Sub: (+2 Overloads) Dispose, (+2 Overloads) LogException, (+4 Overloads) WriteLine -' -' -' /********************************************************************************/ + ' Class LogFile + ' + ' Properties: fileName, filePath, NowTimeNormalizedString + ' + ' Constructor: (+1 Overloads) Sub New + ' + ' Function: Read, ReadLine, SaveLog, SystemInfo, ToString + ' + ' Sub: (+2 Overloads) Dispose, (+2 Overloads) LogException, Save, (+4 Overloads) WriteLine + ' + ' + ' /********************************************************************************/ #End Region diff --git a/ApplicationServices/Terminal/InteractiveIODevice/Shell.vb b/ApplicationServices/Terminal/InteractiveIODevice/Shell.vb index 346dec30..24dd94dd 100644 --- a/ApplicationServices/Terminal/InteractiveIODevice/Shell.vb +++ b/ApplicationServices/Terminal/InteractiveIODevice/Shell.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::68aab791a54c85b16b8dc4ff3146cada, Microsoft.VisualBasic.Core\ApplicationServices\Terminal\InteractiveIODevice\Shell.vb" +#Region "Microsoft.VisualBasic::891f0552ada4acc03a6ba0492cc131f9, Microsoft.VisualBasic.Core\ApplicationServices\Terminal\InteractiveIODevice\Shell.vb" ' Author: ' @@ -33,7 +33,8 @@ ' Class Shell ' - ' Properties: dev, History, ps1, Quite, shell + ' Properties: autoCompleteCandidates, dev, History, ps1, Quite + ' shell ' ' Constructor: (+1 Overloads) Sub New ' Sub: Run diff --git a/ApplicationServices/Tools/Zip/StreamReader.vb b/ApplicationServices/Tools/Zip/StreamReader.vb index 5e2133b8..56fd5f2d 100644 --- a/ApplicationServices/Tools/Zip/StreamReader.vb +++ b/ApplicationServices/Tools/Zip/StreamReader.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::0f0f0406b59029862822ac0739f17424, Microsoft.VisualBasic.Core\ApplicationServices\Tools\Zip\StreamReader.vb" +#Region "Microsoft.VisualBasic::b7df676ea198508f698deedff360a1a1, Microsoft.VisualBasic.Core\ApplicationServices\Tools\Zip\StreamReader.vb" ' Author: ' diff --git a/ApplicationServices/Tools/Zip/UnZip.vb b/ApplicationServices/Tools/Zip/UnZip.vb index 0ce56594..15025d16 100644 --- a/ApplicationServices/Tools/Zip/UnZip.vb +++ b/ApplicationServices/Tools/Zip/UnZip.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::ade9cbe9b2a511f2f2a2608c9822e336, Microsoft.VisualBasic.Core\ApplicationServices\Tools\Zip\UnZip.vb" +#Region "Microsoft.VisualBasic::16970bddd11dd625953ded542fc7c11d, Microsoft.VisualBasic.Core\ApplicationServices\Tools\Zip\UnZip.vb" ' Author: ' diff --git a/ApplicationServices/VBDev/XmlDoc/ProjectSpace.vb b/ApplicationServices/VBDev/XmlDoc/ProjectSpace.vb index 80604b33..41785391 100644 --- a/ApplicationServices/VBDev/XmlDoc/ProjectSpace.vb +++ b/ApplicationServices/VBDev/XmlDoc/ProjectSpace.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::1bf4b1e590299e3eca4c7ece4708157c, Microsoft.VisualBasic.Core\ApplicationServices\VBDev\XmlDoc\ProjectSpace.vb" +#Region "Microsoft.VisualBasic::9ebcd1e667a37b88ea0cd0cf52c620b0, Microsoft.VisualBasic.Core\ApplicationServices\VBDev\XmlDoc\ProjectSpace.vb" ' Author: ' diff --git a/ComponentModel/Algorithm/BinaryTree/AVLTree/AVLSupports.vb b/ComponentModel/Algorithm/BinaryTree/AVLTree/AVLSupports.vb index 0907939b..b1870adf 100644 --- a/ComponentModel/Algorithm/BinaryTree/AVLTree/AVLSupports.vb +++ b/ComponentModel/Algorithm/BinaryTree/AVLTree/AVLSupports.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::fa8b3cc7757e3eebf57da0d645f14bb2, Microsoft.VisualBasic.Core\ComponentModel\Algorithm\BinaryTree\AVLTree\AVLSupports.vb" +#Region "Microsoft.VisualBasic::227c0a8571cc6741b26b6a4117c59ea2, Microsoft.VisualBasic.Core\ComponentModel\Algorithm\BinaryTree\AVLTree\AVLSupports.vb" ' Author: ' diff --git a/ComponentModel/File/FileSaveHandle.vb b/ComponentModel/File/FileSaveHandle.vb index a0d9a268..c501a5c4 100644 --- a/ComponentModel/File/FileSaveHandle.vb +++ b/ComponentModel/File/FileSaveHandle.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::9da379de7a509b7f30cb035a60cf2062, Microsoft.VisualBasic.Core\ComponentModel\File\FileSaveHandle.vb" +#Region "Microsoft.VisualBasic::5ef71297399135e126fed3e188fa55c2, Microsoft.VisualBasic.Core\ComponentModel\File\FileSaveHandle.vb" ' Author: ' @@ -39,12 +39,6 @@ ' ' Properties: FilePath ' - ' Interface IDocumentEditor - ' - ' Properties: DocumentPath - ' - ' Function: LoadDocument - ' ' ' /********************************************************************************/ diff --git a/ComponentModel/Ranges/Selector/NumericTagged.vb b/ComponentModel/Ranges/Selector/NumericTagged.vb index c5a8f6e5..d7bec15c 100644 --- a/ComponentModel/Ranges/Selector/NumericTagged.vb +++ b/ComponentModel/Ranges/Selector/NumericTagged.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::5fe28d8fe19788ad638c9172a49963b1, Microsoft.VisualBasic.Core\ComponentModel\Ranges\Selector\NumericTagged.vb" +#Region "Microsoft.VisualBasic::9972dfc3f040568740d2c80ffbaff018, Microsoft.VisualBasic.Core\ComponentModel\Ranges\Selector\NumericTagged.vb" ' Author: ' diff --git a/ComponentModel/System.Collections.Generic/BinaryHeap.vb b/ComponentModel/System.Collections.Generic/BinaryHeap.vb index f442c63f..a8d44c8b 100644 --- a/ComponentModel/System.Collections.Generic/BinaryHeap.vb +++ b/ComponentModel/System.Collections.Generic/BinaryHeap.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::28c3c76e2bc8137ccf9d8326f22776a7, Microsoft.VisualBasic.Core\ComponentModel\System.Collections.Generic\BinaryHeap.vb" +#Region "Microsoft.VisualBasic::2b9b4477aab4d6daf2a1ba32be42498b, Microsoft.VisualBasic.Core\ComponentModel\System.Collections.Generic\BinaryHeap.vb" ' Author: ' diff --git a/ComponentModel/System.Collections.Generic/PriorityQueue/PairingHeap.vb b/ComponentModel/System.Collections.Generic/PriorityQueue/PairingHeap.vb index afe71e61..d454eab6 100644 --- a/ComponentModel/System.Collections.Generic/PriorityQueue/PairingHeap.vb +++ b/ComponentModel/System.Collections.Generic/PriorityQueue/PairingHeap.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::c73bfb90554e5410139e2ebb022e563b, Microsoft.VisualBasic.Core\ComponentModel\System.Collections.Generic\PriorityQueue\PairingHeap.vb" +#Region "Microsoft.VisualBasic::68cd2215a0190dd396794899d2ff0a68, Microsoft.VisualBasic.Core\ComponentModel\System.Collections.Generic\PriorityQueue\PairingHeap.vb" ' Author: ' diff --git a/Extensions/Collection/KeyValuePair.vb b/Extensions/Collection/KeyValuePair.vb index 10fa882f..04eecd97 100644 --- a/Extensions/Collection/KeyValuePair.vb +++ b/Extensions/Collection/KeyValuePair.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::1631b20a1b9a8cb7d7817a41e3a8c46c, Microsoft.VisualBasic.Core\Extensions\Collection\KeyValuePair.vb" +#Region "Microsoft.VisualBasic::e00dffb66b8f0c79cd6e421056f30727, Microsoft.VisualBasic.Core\Extensions\Collection\KeyValuePair.vb" ' Author: ' diff --git a/Extensions/Collection/Linq/Iterator.vb b/Extensions/Collection/Linq/Iterator.vb index 290ee36b..2b4accac 100644 --- a/Extensions/Collection/Linq/Iterator.vb +++ b/Extensions/Collection/Linq/Iterator.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::84af5eac64ceddd8a8f0a5b6b0db2944, Microsoft.VisualBasic.Core\Extensions\Collection\Linq\Iterator.vb" +#Region "Microsoft.VisualBasic::af18227fd551b537ff95e5cd6f603161, Microsoft.VisualBasic.Core\Extensions\Collection\Linq\Iterator.vb" ' Author: ' diff --git a/Extensions/Collection/Linq/WhichIndex.vb b/Extensions/Collection/Linq/WhichIndex.vb index 9fff5ef0..cf084cbf 100644 --- a/Extensions/Collection/Linq/WhichIndex.vb +++ b/Extensions/Collection/Linq/WhichIndex.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::ce7bba626256af99c8867e8f6eaf7cb2, Microsoft.VisualBasic.Core\Extensions\Collection\Linq\Which.vb" +#Region "Microsoft.VisualBasic::f63f4ce7c384e92a6a8ca0c8f2bc7d29, Microsoft.VisualBasic.Core\Extensions\Collection\Linq\WhichIndex.vb" ' Author: ' @@ -31,7 +31,13 @@ ' Summaries: - ' Class Which + ' Module WhichSymbol + ' + ' + ' + ' Class WhichIndex + ' + ' Properties: Symbol ' ' Constructor: (+1 Overloads) Sub New ' Function: [True], GetMinIndex, Index, (+2 Overloads) IsFalse, (+2 Overloads) IsGreaterThan diff --git a/Extensions/Collection/Vector.vb b/Extensions/Collection/Vector.vb index 141b63f4..0489d19d 100644 --- a/Extensions/Collection/Vector.vb +++ b/Extensions/Collection/Vector.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::de13e550a74fbf0d3ba36aac56878868, Microsoft.VisualBasic.Core\Extensions\Collection\Vector.vb" +#Region "Microsoft.VisualBasic::b1d2d4a8de2b23e3d0254d3ddd3fe339, Microsoft.VisualBasic.Core\Extensions\Collection\Vector.vb" ' Author: ' @@ -35,8 +35,8 @@ ' ' Function: (+2 Overloads) After, Append, Coalesce, (+3 Overloads) Delete, (+2 Overloads) Fill ' GetRange, IndexOf, Last, LoadAsNumericVector, MappingData - ' Midv, RepeatCalls, Replicate, (+3 Overloads) Sort, Split - ' VectorShadows + ' Midv, RepeatCalls, Replicate, SetValue, (+3 Overloads) Sort + ' Split, VectorShadows ' ' Sub: (+4 Overloads) Add, InsertAt, (+2 Overloads) Memset ' Enum DelimiterLocation diff --git a/Extensions/IO/Extensions/IO.vb b/Extensions/IO/Extensions/IO.vb index 83035fd2..2661d7ab 100644 --- a/Extensions/IO/Extensions/IO.vb +++ b/Extensions/IO/Extensions/IO.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::0dc97d0a1315085158af62ca5e0116b8, Microsoft.VisualBasic.Core\Extensions\IO\Extensions\IO.vb" +#Region "Microsoft.VisualBasic::eeaba0e030643b907daf746f8fa9acd7, Microsoft.VisualBasic.Core\Extensions\IO\Extensions\IO.vb" ' Author: ' diff --git a/Extensions/Image/Bitmap/Effects.vb b/Extensions/Image/Bitmap/Effects.vb index 959543cb..fce94dcb 100644 --- a/Extensions/Image/Bitmap/Effects.vb +++ b/Extensions/Image/Bitmap/Effects.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::d040f7ebf30bce7cea4903a7ed5c5a9f, Microsoft.VisualBasic.Core\Extensions\Image\Bitmap\Effects.vb" +#Region "Microsoft.VisualBasic::124cc2313b48daeb8adc737d57e91e10, Microsoft.VisualBasic.Core\Extensions\Image\Bitmap\Effects.vb" ' Author: ' diff --git a/Extensions/Image/Colors/ColorCube.vb b/Extensions/Image/Colors/ColorCube.vb index 0009d663..d1ee5804 100644 --- a/Extensions/Image/Colors/ColorCube.vb +++ b/Extensions/Image/Colors/ColorCube.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::fd36d3ab4ddefc487b00cea0e137e762, Microsoft.VisualBasic.Core\Extensions\Image\Colors\ColorCube.vb" +#Region "Microsoft.VisualBasic::4dbf0912373c3b74eceee73fcdfb29bb, Microsoft.VisualBasic.Core\Extensions\Image\Colors\ColorCube.vb" ' Author: ' diff --git a/Extensions/Image/GDI+/Layouts/Point2D.vb b/Extensions/Image/GDI+/Layouts/Point2D.vb index b0bcaf1b..423e6b7e 100644 --- a/Extensions/Image/GDI+/Layouts/Point2D.vb +++ b/Extensions/Image/GDI+/Layouts/Point2D.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::fd2474b995447806862f811aef5684ff, Microsoft.VisualBasic.Core\Extensions\Image\GDI+\Layouts\Point2D.vb" +#Region "Microsoft.VisualBasic::7a3c6f294a7716e0f91e5712fc30c010, Microsoft.VisualBasic.Core\Extensions\Image\GDI+\Layouts\Point2D.vb" ' Author: ' diff --git a/Extensions/Image/Math/GeometryMath.vb b/Extensions/Image/Math/GeometryMath.vb index 60b26aa9..ce832198 100644 --- a/Extensions/Image/Math/GeometryMath.vb +++ b/Extensions/Image/Math/GeometryMath.vb @@ -1,59 +1,59 @@ -#Region "Microsoft.VisualBasic::72e784aa218f24173d3973f71e86c1f0, Microsoft.VisualBasic.Core\Extensions\Image\Math\GeometryMath.vb" +#Region "Microsoft.VisualBasic::33ebb6c9b00bab86580cfcbf302ba6ca, Microsoft.VisualBasic.Core\Extensions\Image\Math\GeometryMath.vb" -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . -' /********************************************************************************/ + ' /********************************************************************************/ -' Summaries: + ' Summaries: -' Module GeometryMath -' -' Function: (+2 Overloads) angleBetween2Lines, GetLineIntersection, (+4 Overloads) IntersectionOf, (+2 Overloads) QuadrantRegion -' -' Enum QuadrantRegions -' -' LeftBottom, LeftTop, RightBottom, RightTop, XLeft -' XRight, YBottom, YTop -' -' -' -' -' -' Enum Intersections -' -' Containment, Intersection, None, Tangent -' -' -' -' -' -' -' /********************************************************************************/ + ' Module GeometryMath + ' + ' Function: (+2 Overloads) angleBetween2Lines, GetLineIntersection, (+4 Overloads) IntersectionOf, (+2 Overloads) QuadrantRegion + ' + ' Enum QuadrantRegions + ' + ' LeftBottom, LeftTop, RightBottom, RightTop, XLeft + ' XRight, YBottom, YTop + ' + ' + ' + ' + ' + ' Enum Intersections + ' + ' Containment, Intersection, None, Tangent + ' + ' + ' + ' + ' + ' + ' /********************************************************************************/ #End Region diff --git a/Extensions/Image/Math/Models/Vector2D.vb b/Extensions/Image/Math/Models/Vector2D.vb index 5cb5b384..26ba03c1 100644 --- a/Extensions/Image/Math/Models/Vector2D.vb +++ b/Extensions/Image/Math/Models/Vector2D.vb @@ -1,45 +1,45 @@ -#Region "Microsoft.VisualBasic::69ceea95906ed80e045120aa58ab0bf6, Microsoft.VisualBasic.Core\Extensions\Image\Math\Models\Vector2D.vb" +#Region "Microsoft.VisualBasic::37ab85fe1bea2c91e089a163c37861ad, Microsoft.VisualBasic.Core\Extensions\Image\Math\Models\Vector2D.vb" -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . -' /********************************************************************************/ + ' /********************************************************************************/ -' Summaries: + ' Summaries: -' Class Vector2D -' -' Properties: Length -' -' Constructor: (+3 Overloads) Sub New -' Operators: -, (+2 Overloads) * -' -' -' /********************************************************************************/ + ' Class Vector2D + ' + ' Properties: Length + ' + ' Constructor: (+3 Overloads) Sub New + ' Operators: -, (+2 Overloads) * + ' + ' + ' /********************************************************************************/ #End Region diff --git a/Extensions/Image/Math/Polygon2D.vb b/Extensions/Image/Math/Polygon2D.vb index e430e3a7..49586af8 100644 --- a/Extensions/Image/Math/Polygon2D.vb +++ b/Extensions/Image/Math/Polygon2D.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::cc574527d2cf191a65a4d70d66c9fb61, Microsoft.VisualBasic.Core\Extensions\Image\Math\Polygon2D.vb" +#Region "Microsoft.VisualBasic::ed735d40bf3169727d9cde11e6da1b39, Microsoft.VisualBasic.Core\Extensions\Image\Math\Polygon2D.vb" ' Author: ' diff --git a/Extensions/Image/Math/VectorMath2D.vb b/Extensions/Image/Math/VectorMath2D.vb index f46eda41..8eb45c56 100644 --- a/Extensions/Image/Math/VectorMath2D.vb +++ b/Extensions/Image/Math/VectorMath2D.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::fad10ce28e3bb8d85349f05f8efde567, Microsoft.VisualBasic.Core\Extensions\Image\Math\VectorMath2D.vb" +#Region "Microsoft.VisualBasic::566a4adfde30cf1a6f4dc770db618305, Microsoft.VisualBasic.Core\Extensions\Image\Math\VectorMath2D.vb" ' Author: ' diff --git a/Extensions/Math/Correlations/Correlations.vb b/Extensions/Math/Correlations/Correlations.vb index 6be76dca..42548935 100644 --- a/Extensions/Math/Correlations/Correlations.vb +++ b/Extensions/Math/Correlations/Correlations.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::51c31234b494eb8f877003d963ddafe8, Microsoft.VisualBasic.Core\Extensions\Math\Correlations\Correlations.vb" +#Region "Microsoft.VisualBasic::2b78908f372006a0a22c9656e6e98638, Microsoft.VisualBasic.Core\Extensions\Math\Correlations\Correlations.vb" ' Author: ' diff --git a/Extensions/Math/Correlations/Scripting.vb b/Extensions/Math/Correlations/Scripting.vb index a1b6361e..4da8ef9e 100644 --- a/Extensions/Math/Correlations/Scripting.vb +++ b/Extensions/Math/Correlations/Scripting.vb @@ -1,42 +1,42 @@ #Region "Microsoft.VisualBasic::529ef937f9a73e22edebef9c23f1bcd8, Microsoft.VisualBasic.Core\Extensions\Math\Correlations\Scripting.vb" -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . -' /********************************************************************************/ + ' /********************************************************************************/ -' Summaries: + ' Summaries: -' Module Scripting -' -' Function: GetComputeAPI -' -' -' /********************************************************************************/ + ' Module Scripting + ' + ' Function: GetComputeAPI + ' + ' + ' /********************************************************************************/ #End Region diff --git a/Extensions/Math/Information/Entropy.vb b/Extensions/Math/Information/Entropy.vb index e80f95ac..0108cd08 100644 --- a/Extensions/Math/Information/Entropy.vb +++ b/Extensions/Math/Information/Entropy.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::d08fd8dfce6d983445bbe9711dc16bb2, Microsoft.VisualBasic.Core\Extensions\Math\Information\Entropy.vb" +#Region "Microsoft.VisualBasic::149889335b38136e0d3eccf502b78876, Microsoft.VisualBasic.Core\Extensions\Math\Information\Entropy.vb" ' Author: ' diff --git a/Extensions/Math/Math.vb b/Extensions/Math/Math.vb index 7a348da3..5f8fea96 100644 --- a/Extensions/Math/Math.vb +++ b/Extensions/Math/Math.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::367e0b4851290a7085cb39e0517832b6, Microsoft.VisualBasic.Core\Extensions\Math\Math.vb" +#Region "Microsoft.VisualBasic::4801875ecb38a7a0b9fd7d4a935d8405, Microsoft.VisualBasic.Core\Extensions\Math\Math.vb" ' Author: ' @@ -33,16 +33,11 @@ ' Module VBMath ' - ' Function: (+7 Overloads) Abs, Acos, Asin, Atan, Atan2 - ' BigMul, (+2 Overloads) Ceiling, Cos, Cosh, Covariance - ' CumSum, Distance, (+2 Overloads) DivRem, (+6 Overloads) EuclideanDistance, Exp - ' Factorial, FactorialSequence, (+2 Overloads) Floor, FormatNumeric, Hypot - ' IEEERemainder, IsPowerOf2, (+2 Overloads) Log, Log10, (+2 Overloads) Log2 - ' LogN, (+12 Overloads) Max, (+11 Overloads) Min, PoissonPDF, Pow - ' Pow2, (+3 Overloads) ProductALL, (+3 Overloads) RangesAt, RMS, RMSE - ' (+8 Overloads) Round, RSD, (+4 Overloads) SD, (+2 Overloads) seq, (+7 Overloads) Sign - ' Sin, Sinh, Sqrt, (+5 Overloads) Sum, Tan - ' Tanh, (+2 Overloads) Truncate, WeighedAverage + ' Function: Covariance, CumSum, Distance, (+6 Overloads) EuclideanDistance, Factorial + ' FactorialSequence, FormatNumeric, Hypot, IsPowerOf2, (+2 Overloads) Log2 + ' LogN, Max, PoissonPDF, Pow2, (+3 Overloads) ProductALL + ' (+3 Overloads) RangesAt, RMS, RMSE, RSD, (+4 Overloads) SD + ' (+2 Overloads) seq, (+5 Overloads) Sum, WeighedAverage ' ' ' /********************************************************************************/ diff --git a/Extensions/Math/NumberEqualityComparer.vb b/Extensions/Math/NumberEqualityComparer.vb index 9a9bb3c1..9154de2c 100644 --- a/Extensions/Math/NumberEqualityComparer.vb +++ b/Extensions/Math/NumberEqualityComparer.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::965f8261f361f9602ad3e77e53d3e9bf, Microsoft.VisualBasic.Core\Extensions\Math\NumberEqualityComparer.vb" +#Region "Microsoft.VisualBasic::96dd3f761a42c567a8614b43094c5bd0, Microsoft.VisualBasic.Core\Extensions\Math\NumberEqualityComparer.vb" ' Author: ' diff --git a/Extensions/Math/NumberGroups.vb b/Extensions/Math/NumberGroups.vb index 84d896f2..054f3ef0 100644 --- a/Extensions/Math/NumberGroups.vb +++ b/Extensions/Math/NumberGroups.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::1b7414a43a1cbb03f1c9676d2ccd56eb, Microsoft.VisualBasic.Core\Extensions\Math\NumberGroups.vb" +#Region "Microsoft.VisualBasic::5e2c1713fb3b4e607200646186387257, Microsoft.VisualBasic.Core\Extensions\Math\NumberGroups.vb" ' Author: ' diff --git a/Extensions/Math/Random/RandomExtensions.vb b/Extensions/Math/Random/RandomExtensions.vb index 7d4e8a15..932d16f9 100644 --- a/Extensions/Math/Random/RandomExtensions.vb +++ b/Extensions/Math/Random/RandomExtensions.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::6e369dc2acf6e5f5382b6ae943858ad0, Microsoft.VisualBasic.Core\Extensions\Math\Random\RandomExtensions.vb" +#Region "Microsoft.VisualBasic::1da58685ed6ef204d07121ad3a8890fd, Microsoft.VisualBasic.Core\Extensions\Math\Random\RandomExtensions.vb" ' Author: ' diff --git a/Extensions/Math/StatisticsMathExtensions/Linq/CPOLLicense.vb b/Extensions/Math/StatisticsMathExtensions/Linq/CPOLLicense.vb index d2a7bf6c..5d7cdd0c 100644 --- a/Extensions/Math/StatisticsMathExtensions/Linq/CPOLLicense.vb +++ b/Extensions/Math/StatisticsMathExtensions/Linq/CPOLLicense.vb @@ -1,42 +1,42 @@ #Region "Microsoft.VisualBasic::4449e50ebab5d68ae6a22af3e6da7fe0, Microsoft.VisualBasic.Core\Extensions\Math\StatisticsMathExtensions\Linq\CPOLLicense.vb" -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . -' /********************************************************************************/ + ' /********************************************************************************/ -' Summaries: + ' Summaries: -' Module CPOLLicense -' -' Properties: Author -' -' -' /********************************************************************************/ + ' Module CPOLLicense + ' + ' Properties: Author + ' + ' + ' /********************************************************************************/ #End Region diff --git a/Extensions/Math/StatisticsMathExtensions/Linq/EnumerableStatsMode.vb b/Extensions/Math/StatisticsMathExtensions/Linq/EnumerableStatsMode.vb index f08f52d7..98213331 100644 --- a/Extensions/Math/StatisticsMathExtensions/Linq/EnumerableStatsMode.vb +++ b/Extensions/Math/StatisticsMathExtensions/Linq/EnumerableStatsMode.vb @@ -1,42 +1,42 @@ -#Region "Microsoft.VisualBasic::cf3653266a2d5fbc7a5e79254b26f529, Microsoft.VisualBasic.Core\Extensions\Math\StatisticsMathExtensions\Linq\EnumerableStatsMode.vb" +#Region "Microsoft.VisualBasic::967bb3e4808535d72913e773d1d5004f, Microsoft.VisualBasic.Core\Extensions\Math\StatisticsMathExtensions\Linq\EnumerableStatsMode.vb" -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . -' /********************************************************************************/ + ' /********************************************************************************/ -' Summaries: + ' Summaries: -' Module EnumerableStatsMode -' -' Function: (+4 Overloads) Mode, (+2 Overloads) Modes -' -' -' /********************************************************************************/ + ' Module EnumerableStatsMode + ' + ' Function: (+4 Overloads) Mode, (+2 Overloads) Modes + ' + ' + ' /********************************************************************************/ #End Region diff --git a/Extensions/Math/StatisticsMathExtensions/Linq/EnumerableStatsPearson.vb b/Extensions/Math/StatisticsMathExtensions/Linq/EnumerableStatsPearson.vb index ca9b7f8e..4a164899 100644 --- a/Extensions/Math/StatisticsMathExtensions/Linq/EnumerableStatsPearson.vb +++ b/Extensions/Math/StatisticsMathExtensions/Linq/EnumerableStatsPearson.vb @@ -1,42 +1,42 @@ -#Region "Microsoft.VisualBasic::d6059623b0d92ef82787b5e78f36de7c, Microsoft.VisualBasic.Core\Extensions\Math\StatisticsMathExtensions\Linq\EnumerableStatsPearson.vb" +#Region "Microsoft.VisualBasic::79ed368dbbec2ec6bb1310e1aa6f477c, Microsoft.VisualBasic.Core\Extensions\Math\StatisticsMathExtensions\Linq\EnumerableStatsPearson.vb" -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . -' /********************************************************************************/ + ' /********************************************************************************/ -' Summaries: + ' Summaries: -' Module EnumerableStatsPearson -' -' Function: (+20 Overloads) Pearson -' -' -' /********************************************************************************/ + ' Module EnumerableStatsPearson + ' + ' Function: (+20 Overloads) Pearson + ' + ' + ' /********************************************************************************/ #End Region diff --git a/Extensions/Math/StatisticsMathExtensions/Linq/EnumerableStatsStandardDeviationP.vb b/Extensions/Math/StatisticsMathExtensions/Linq/EnumerableStatsStandardDeviationP.vb index 9c93fe67..b63b56f0 100644 --- a/Extensions/Math/StatisticsMathExtensions/Linq/EnumerableStatsStandardDeviationP.vb +++ b/Extensions/Math/StatisticsMathExtensions/Linq/EnumerableStatsStandardDeviationP.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::d977f07e7fc1a94b17764fb2c3698c7f, Microsoft.VisualBasic.Core\Extensions\Math\StatisticsMathExtensions\Linq\EnumerableStatsStandardDeviationP.vb" +#Region "Microsoft.VisualBasic::73e6c24ead77663511c2fc53c9a8a278, Microsoft.VisualBasic.Core\Extensions\Math\StatisticsMathExtensions\Linq\EnumerableStatsStandardDeviationP.vb" ' Author: ' diff --git a/Extensions/Math/StatisticsMathExtensions/Linq/EnumerableStatsVariance.vb b/Extensions/Math/StatisticsMathExtensions/Linq/EnumerableStatsVariance.vb index 0891d6ec..e59c6515 100644 --- a/Extensions/Math/StatisticsMathExtensions/Linq/EnumerableStatsVariance.vb +++ b/Extensions/Math/StatisticsMathExtensions/Linq/EnumerableStatsVariance.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::53ee1938cc549f8ae6442f02659fabb9, Microsoft.VisualBasic.Core\Extensions\Math\StatisticsMathExtensions\Linq\EnumerableStatsVariance.vb" +#Region "Microsoft.VisualBasic::d5458ac925a209c78013cb60e64e93ca, Microsoft.VisualBasic.Core\Extensions\Math\StatisticsMathExtensions\Linq\EnumerableStatsVariance.vb" ' Author: ' diff --git a/Extensions/Math/StatisticsMathExtensions/Linq/EnumerableStatsVarianceP.vb b/Extensions/Math/StatisticsMathExtensions/Linq/EnumerableStatsVarianceP.vb index abbaa0c3..d1068e52 100644 --- a/Extensions/Math/StatisticsMathExtensions/Linq/EnumerableStatsVarianceP.vb +++ b/Extensions/Math/StatisticsMathExtensions/Linq/EnumerableStatsVarianceP.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::473e67c72806d54d9b38834ee8ef01b7, Microsoft.VisualBasic.Core\Extensions\Math\StatisticsMathExtensions\Linq\EnumerableStatsVarianceP.vb" +#Region "Microsoft.VisualBasic::6545eb8949de4057adb0b2a70f9f7dd6, Microsoft.VisualBasic.Core\Extensions\Math\StatisticsMathExtensions\Linq\EnumerableStatsVarianceP.vb" ' Author: ' diff --git a/Extensions/Math/StatisticsMathExtensions/Min.vb b/Extensions/Math/StatisticsMathExtensions/Min.vb index f9ac8a2a..71bbcf1c 100644 --- a/Extensions/Math/StatisticsMathExtensions/Min.vb +++ b/Extensions/Math/StatisticsMathExtensions/Min.vb @@ -1,48 +1,48 @@ #Region "Microsoft.VisualBasic::8a23b3f3ab00bbcfc05cb0d5141312bc, Microsoft.VisualBasic.Core\Extensions\Math\StatisticsMathExtensions\Min.vb" -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . -' /********************************************************************************/ + ' /********************************************************************************/ -' Summaries: + ' Summaries: -' Class Min -' -' Properties: MinValue -' -' Constructor: (+1 Overloads) Sub New -' -' Function: getEigenvalue, ToString -' -' Sub: addObservation -' -' -' /********************************************************************************/ + ' Class Min + ' + ' Properties: MinValue + ' + ' Constructor: (+1 Overloads) Sub New + ' + ' Function: getEigenvalue, ToString + ' + ' Sub: addObservation + ' + ' + ' /********************************************************************************/ #End Region diff --git a/Extensions/Math/StatisticsMathExtensions/SampleObservation.vb b/Extensions/Math/StatisticsMathExtensions/SampleObservation.vb index bb36627d..498c366d 100644 --- a/Extensions/Math/StatisticsMathExtensions/SampleObservation.vb +++ b/Extensions/Math/StatisticsMathExtensions/SampleObservation.vb @@ -1,45 +1,46 @@ -#Region "Microsoft.VisualBasic::d960e0fbfbdd105bb003a9ea15bc6a1a, Microsoft.VisualBasic.Core\Extensions\Math\StatisticsMathExtensions\SampleObservation.vb" +#Region "Microsoft.VisualBasic::ff28d3e4d44aac06bdfc2d8d7e1a3ec0, Microsoft.VisualBasic.Core\Extensions\Math\StatisticsMathExtensions\SampleObservation.vb" -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . -' /********************************************************************************/ + ' /********************************************************************************/ -' Summaries: + ' Summaries: -' Class SampleObservation -' -' Constructor: (+1 Overloads) Sub New -' -' Function: getRaw -' -' Sub: Add -' -' /********************************************************************************/ + ' Class SampleObservation + ' + ' Constructor: (+1 Overloads) Sub New + ' + ' Function: getRaw + ' + ' Sub: Add + ' + ' + ' /********************************************************************************/ #End Region @@ -71,4 +72,4 @@ Namespace Math.Statistics Return observation.getEigenvalue End Operator End Class -End Namespace \ No newline at end of file +End Namespace diff --git a/Extensions/Math/Trigonometric/Arctan.vb b/Extensions/Math/Trigonometric/Arctan.vb index 5a099eec..2291b67f 100644 --- a/Extensions/Math/Trigonometric/Arctan.vb +++ b/Extensions/Math/Trigonometric/Arctan.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::1a31ee1012035c63a20b6a4a2adc7082, Microsoft.VisualBasic.Core\Extensions\Math\Trigonometric\Arctan.vb" +#Region "Microsoft.VisualBasic::73b97bd3da14c1a328975ca711b33bae, Microsoft.VisualBasic.Core\Extensions\Math\Trigonometric\Arctan.vb" ' Author: ' diff --git a/Extensions/Math/Trigonometric/Trigonometric.vb b/Extensions/Math/Trigonometric/Trigonometric.vb index a2e58f08..37fd8ddf 100644 --- a/Extensions/Math/Trigonometric/Trigonometric.vb +++ b/Extensions/Math/Trigonometric/Trigonometric.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::47d188d098a883f19ff30bcb05446a35, Microsoft.VisualBasic.Core\Extensions\Math\Trigonometric\Trigonometric.vb" +#Region "Microsoft.VisualBasic::d41d52b416018aad9638c7f6a80ad826, Microsoft.VisualBasic.Core\Extensions\Math\Trigonometric\Trigonometric.vb" ' Author: ' diff --git a/Extensions/Reflection/EnumHelpers.vb b/Extensions/Reflection/EnumHelpers.vb index 66ee827b..7e95751c 100644 --- a/Extensions/Reflection/EnumHelpers.vb +++ b/Extensions/Reflection/EnumHelpers.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::8c6507e0510976e52464b0adf586720d, Microsoft.VisualBasic.Core\Extensions\Reflection\EnumHelpers.vb" +#Region "Microsoft.VisualBasic::eaca38e33d0009246042e31bc7b525e5, Microsoft.VisualBasic.Core\Extensions\Reflection\EnumHelpers.vb" ' Author: ' diff --git a/Extensions/StringHelpers/StringHelpers.vb b/Extensions/StringHelpers/StringHelpers.vb index dcf666d3..7cd30ecf 100644 --- a/Extensions/StringHelpers/StringHelpers.vb +++ b/Extensions/StringHelpers/StringHelpers.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::37c96c049aa9e79ae9d7bd58b5c67434, Microsoft.VisualBasic.Core\Extensions\StringHelpers\StringHelpers.vb" +#Region "Microsoft.VisualBasic::da05829666b1656784474d800c50e467, Microsoft.VisualBasic.Core\Extensions\StringHelpers\StringHelpers.vb" ' Author: ' diff --git a/Extensions/ValueTypes/DateTimeHelper.vb b/Extensions/ValueTypes/DateTimeHelper.vb index 074c50df..c8942094 100644 --- a/Extensions/ValueTypes/DateTimeHelper.vb +++ b/Extensions/ValueTypes/DateTimeHelper.vb @@ -1,55 +1,55 @@ -#Region "Microsoft.VisualBasic::4b2d99088deac675d1260757461ed0f7, Microsoft.VisualBasic.Core\Extensions\ValueTypes\DateTimeHelper.vb" +#Region "Microsoft.VisualBasic::da70a57c177744aafd265fbbf5b0c347, Microsoft.VisualBasic.Core\Extensions\ValueTypes\DateTimeHelper.vb" -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . -' /********************************************************************************/ + ' /********************************************************************************/ -' Summaries: + ' Summaries: -' Enum TimeScales -' -' Day, Hour, Millisecond, Minute, Month -' Second, Year -' -' -' -' -' -' Module DateTimeHelper -' -' Properties: MonthList -' -' Constructor: (+1 Overloads) Sub New -' Function: DateSeq, FillDateZero, FromMilliseconds, FromUnixTimeStamp, GetMonthInteger -' IsEmpty, ReadableElapsedTime, ToDate, UnixTimeStamp, YYMMDD -' -' -' /********************************************************************************/ + ' Enum TimeScales + ' + ' Day, Hour, Millisecond, Minute, Month + ' Second, Year + ' + ' + ' + ' + ' + ' Module DateTimeHelper + ' + ' Properties: MonthList + ' + ' Constructor: (+1 Overloads) Sub New + ' Function: DateSeq, FillDateZero, FromMilliseconds, FromUnixTimeStamp, GetMonthInteger + ' IsEmpty, ReadableElapsedTime, ToDate, UnixTimeStamp, YYMMDD + ' + ' + ' /********************************************************************************/ #End Region diff --git a/Extensions/WebServices/WebServiceUtils.vb b/Extensions/WebServices/WebServiceUtils.vb index 6b25ca3e..3e076ccf 100644 --- a/Extensions/WebServices/WebServiceUtils.vb +++ b/Extensions/WebServices/WebServiceUtils.vb @@ -1,51 +1,51 @@ -#Region "Microsoft.VisualBasic::33f65d802b8d5e9527405bea56d7794c, Microsoft.VisualBasic.Core\Extensions\WebServices\WebServiceUtils.vb" +#Region "Microsoft.VisualBasic::88ab8d732ac7df6cf7ded92a647665e8, Microsoft.VisualBasic.Core\Extensions\WebServices\WebServiceUtils.vb" -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . -' /********************************************************************************/ + ' /********************************************************************************/ -' Summaries: + ' Summaries: -' Module WebServiceUtils -' -' Properties: DefaultUA, Protocols, Proxy -' -' Constructor: (+1 Overloads) Sub New -' -' Function: BuildArgs, (+2 Overloads) BuildReqparm, BuildUrlData, CheckValidationResult, (+2 Overloads) DownloadFile -' GenerateDictionary, GetDownload, getIPAddressInternal, GetMyIPAddress, GetProxy -' (+2 Overloads) GetRequest, GetRequestRaw, IsSocketPortOccupied, isURL, IsURLPattern -' (+2 Overloads) POST, POSTFile, (+2 Overloads) PostRequest, PostUrlDataParser, QueryStringParameters -' UrlDecode, UrlEncode, UrlPathEncode -' -' Sub: (+2 Overloads) SetProxy, UrlDecode, UrlEncode -' -' /********************************************************************************/ + ' Module WebServiceUtils + ' + ' Properties: DefaultUA, Protocols, Proxy + ' + ' Constructor: (+1 Overloads) Sub New + ' + ' Function: BuildArgs, (+2 Overloads) BuildReqparm, BuildUrlData, CheckValidationResult, (+2 Overloads) DownloadFile + ' GetDownload, getIPAddressInternal, GetMyIPAddress, GetProxy, (+2 Overloads) GetRequest + ' GetRequestRaw, IsSocketPortOccupied, isURL, IsURLPattern, ParseUrlQueryParameters + ' (+2 Overloads) POST, POSTFile, (+2 Overloads) PostRequest, PostUrlDataParser, QueryStringParameters + ' UrlDecode, UrlEncode, UrlPathEncode + ' + ' Sub: (+2 Overloads) SetProxy, UrlDecode, UrlEncode + ' + ' /********************************************************************************/ #End Region diff --git a/Language/Linq/Indexer.vb b/Language/Linq/Indexer.vb index 50620037..120966ab 100644 --- a/Language/Linq/Indexer.vb +++ b/Language/Linq/Indexer.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::a4340f380698df28410faf9ff7a6a08f, Microsoft.VisualBasic.Core\Language\Linq\Indexer.vb" +#Region "Microsoft.VisualBasic::b73cf94e64e0a1427dcb840d2830adc6, Microsoft.VisualBasic.Core\Language\Linq\Indexer.vb" ' Author: ' diff --git a/Language/Linq/List.vb b/Language/Linq/List.vb index 391c694d..d4ecc0d8 100644 --- a/Language/Linq/List.vb +++ b/Language/Linq/List.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::aa98facceec371ef456c350f24dcce1e, Microsoft.VisualBasic.Core\Language\Linq\List.vb" +#Region "Microsoft.VisualBasic::97da8365fa96ed7542d9b3a0afc0ccf3, Microsoft.VisualBasic.Core\Language\Linq\List.vb" ' Author: ' diff --git a/Language/Linq/Vectorization/BooleanVector.vb b/Language/Linq/Vectorization/BooleanVector.vb index cf5e5fb5..fc2846a7 100644 --- a/Language/Linq/Vectorization/BooleanVector.vb +++ b/Language/Linq/Vectorization/BooleanVector.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::1d82c1b4fe9db7f573466bf1aedd0a1a, Microsoft.VisualBasic.Core\Language\Linq\Vectorization\BooleanVector.vb" +#Region "Microsoft.VisualBasic::8c8ec2aba05ba07f480980262c636097, Microsoft.VisualBasic.Core\Language\Linq\Vectorization\BooleanVector.vb" ' Author: ' diff --git a/Language/Linq/Vectorization/Vector.vb b/Language/Linq/Vectorization/Vector.vb index d9b81564..42531b88 100644 --- a/Language/Linq/Vectorization/Vector.vb +++ b/Language/Linq/Vectorization/Vector.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::9b502a059911a659bdf389ab0a38f827, Microsoft.VisualBasic.Core\Language\Linq\Vectorization\Vector.vb" +#Region "Microsoft.VisualBasic::e3d477e7955efde5f83ed74c04666bab, Microsoft.VisualBasic.Core\Language\Linq\Vectorization\Vector.vb" ' Author: ' diff --git a/Language/Linq/Vectorization/VectorShadows.vb b/Language/Linq/Vectorization/VectorShadows.vb index dbda5136..48eb5d34 100644 --- a/Language/Linq/Vectorization/VectorShadows.vb +++ b/Language/Linq/Vectorization/VectorShadows.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::132bcc16d970a6deeae3a85e3aada97a, Microsoft.VisualBasic.Core\Language\Linq\Vectorization\VectorShadows.vb" +#Region "Microsoft.VisualBasic::c0de575c08aa01d0701ccb594f2dafd9, Microsoft.VisualBasic.Core\Language\Linq\Vectorization\VectorShadows.vb" ' Author: ' diff --git a/My/JavaScript/Linq.vb b/My/JavaScript/Linq.vb index ef186dde..9681e297 100644 --- a/My/JavaScript/Linq.vb +++ b/My/JavaScript/Linq.vb @@ -1,44 +1,44 @@ -#Region "Microsoft.VisualBasic::97023c68e29fa926f4c9890af85a7c30, Microsoft.VisualBasic.Core\My\JavaScript\Linq.vb" +#Region "Microsoft.VisualBasic::4e0486640d640d50e9a0c21084bc822e, Microsoft.VisualBasic.Core\My\JavaScript\Linq.vb" -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . -' /********************************************************************************/ + ' /********************************************************************************/ -' Summaries: + ' Summaries: -' Module Linq -' -' Function: (+2 Overloads) match, parseInt, Reduce, (+2 Overloads) Sort, test -' -' Sub: match, (+2 Overloads) splice -' -' -' /********************************************************************************/ + ' Module Linq + ' + ' Function: pop, reduce, shift, (+2 Overloads) sort + ' + ' Sub: (+2 Overloads) splice + ' + ' + ' /********************************************************************************/ #End Region diff --git a/My/JavaScript/String.vb b/My/JavaScript/String.vb index d70aa192..f97d7c77 100644 --- a/My/JavaScript/String.vb +++ b/My/JavaScript/String.vb @@ -1,4 +1,48 @@ -Imports System.Runtime.CompilerServices +#Region "Microsoft.VisualBasic::bf50accd923ab11048ea99ebb369101f, Microsoft.VisualBasic.Core\My\JavaScript\String.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + ' Module [String] + ' + ' Function: includes, (+2 Overloads) match, parseInt, (+2 Overloads) substr, (+2 Overloads) test + ' + ' Sub: match + ' + ' + ' /********************************************************************************/ + +#End Region + +Imports System.Runtime.CompilerServices Imports System.Text.RegularExpressions Imports r = System.Text.RegularExpressions.Regex @@ -67,4 +111,4 @@ Namespace My.JavaScript Return pattern.Match(text).Captures.AsQueryable.Cast(Of String).ToArray End Function End Module -End Namespace \ No newline at end of file +End Namespace diff --git a/My/Log4VB.vb b/My/Log4VB.vb index 7d1097bf..0d115800 100644 --- a/My/Log4VB.vb +++ b/My/Log4VB.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::b4bf7b1db94e0b6731a94168f93453c5, Microsoft.VisualBasic.Core\My\Log4VB.vb" +#Region "Microsoft.VisualBasic::0fdbca98c502280d29b87788611ce3b7, Microsoft.VisualBasic.Core\My\Log4VB.vb" ' Author: ' diff --git a/Net/HTTP/HTTP_RFC.vb b/Net/HTTP/HTTP_RFC.vb index d676ccb0..cfa45455 100644 --- a/Net/HTTP/HTTP_RFC.vb +++ b/Net/HTTP/HTTP_RFC.vb @@ -1,42 +1,45 @@ -#Region "Microsoft.VisualBasic::61425b732450b4a9e6446347bd269581, Microsoft.VisualBasic.Core\Net\HTTP\HTTP_RFC.vb" +#Region "Microsoft.VisualBasic::9ef0b5e6e730b1e63d075dfca922d681, Microsoft.VisualBasic.Core\Net\HTTP\HTTP_RFC.vb" -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . -' /********************************************************************************/ + ' /********************************************************************************/ -' Summaries: + ' Summaries: -' Module HTTP_RFC -' -' -' -' -' /********************************************************************************/ + ' Enum HTTP_RFC + ' + ' + ' + ' + ' + ' + ' + ' /********************************************************************************/ #End Region diff --git a/Net/HTTP/URL.vb b/Net/HTTP/URL.vb index f7fd3f9b..9ee17c93 100644 --- a/Net/HTTP/URL.vb +++ b/Net/HTTP/URL.vb @@ -1,4 +1,50 @@ -Imports Microsoft.VisualBasic.ComponentModel.DataSourceModel +#Region "Microsoft.VisualBasic::35583026f2d6070a7b91c461a292f95d, Microsoft.VisualBasic.Core\Net\HTTP\URL.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + ' Class URL + ' + ' Properties: hashcode, hostName, path, port, protocol + ' query + ' + ' Constructor: (+2 Overloads) Sub New + ' Function: BuildUrl, GetValues, ToString + ' + ' + ' /********************************************************************************/ + +#End Region + +Imports Microsoft.VisualBasic.ComponentModel.DataSourceModel Imports Microsoft.VisualBasic.Language Imports Microsoft.VisualBasic.Linq @@ -132,4 +178,4 @@ Namespace Net.Http } End Function End Class -End Namespace \ No newline at end of file +End Namespace diff --git a/Net/HTTP/Web/WebQuery.vb b/Net/HTTP/Web/WebQuery.vb index 02ded3b1..1b788849 100644 --- a/Net/HTTP/Web/WebQuery.vb +++ b/Net/HTTP/Web/WebQuery.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::d0aad775191d43052fc49e9977064fcf, Microsoft.VisualBasic.Core\Net\HTTP\Web\WebQuery.vb" +#Region "Microsoft.VisualBasic::164d6a879c001bd9487bd2e00848ea4c, Microsoft.VisualBasic.Core\Net\HTTP\Web\WebQuery.vb" ' Author: ' @@ -37,7 +37,7 @@ ' ' Constructor: (+3 Overloads) Sub New ' - ' Function: IsNullKey, (+2 Overloads) Query, queryText + ' Function: IsNullKey, (+2 Overloads) Query, QueryCacheText, queryText ' ' Sub: runHttpGet ' diff --git a/Scripting/Runtime/CType/Casting.vb b/Scripting/Runtime/CType/Casting.vb index cc621dd1..5f553e47 100644 --- a/Scripting/Runtime/CType/Casting.vb +++ b/Scripting/Runtime/CType/Casting.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::a2dbb7f7f5cc1b7b5e1415174a8f12f2, Microsoft.VisualBasic.Core\Scripting\Runtime\CType\Casting.vb" +#Region "Microsoft.VisualBasic::b95c1ec16de4a1f262e1eddf0f4e1f73, Microsoft.VisualBasic.Core\Scripting\Runtime\CType\Casting.vb" ' Author: ' diff --git a/Serialization/BinaryDumping/ObjectVisitor.vb b/Serialization/BinaryDumping/ObjectVisitor.vb index b22eaf0f..41116700 100644 --- a/Serialization/BinaryDumping/ObjectVisitor.vb +++ b/Serialization/BinaryDumping/ObjectVisitor.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::a12ead62d9f7b0ade23a395b8d60f0c8, Microsoft.VisualBasic.Core\Serialization\BinaryDumping\ObjectVisitor.vb" +#Region "Microsoft.VisualBasic::b2c26c4d7ba492eb6c8445f3badcfb78, Microsoft.VisualBasic.Core\Serialization\BinaryDumping\ObjectVisitor.vb" ' Author: ' diff --git a/Text/IO/Encodings.vb b/Text/IO/Encodings.vb index f2378740..bcc4b740 100644 --- a/Text/IO/Encodings.vb +++ b/Text/IO/Encodings.vb @@ -1,4 +1,51 @@ - +#Region "Microsoft.VisualBasic::2a5d321babc2b043212c8da631cfb5ea, Microsoft.VisualBasic.Core\Text\IO\Encodings.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + ' Enum Encodings + ' + ' GB2312, Unicode, UTF16, UTF32, UTF7 + ' UTF8, UTF8WithoutBOM + ' + ' + ' + ' + ' + ' + ' /********************************************************************************/ + +#End Region + + Imports System.Text Namespace Text @@ -36,4 +83,4 @@ Namespace Text ''' GB2312 End Enum -End Namespace \ No newline at end of file +End Namespace diff --git a/Text/IO/TextEncodings.vb b/Text/IO/TextEncodings.vb index 61bf9285..34eeda52 100644 --- a/Text/IO/TextEncodings.vb +++ b/Text/IO/TextEncodings.vb @@ -1,4 +1,4 @@ -#Region "Microsoft.VisualBasic::dba5ba95a22a740945e28474f9756840, Microsoft.VisualBasic.Core\Text\TextEncodings.vb" +#Region "Microsoft.VisualBasic::97ec3dd8ce5258a3d20632a17595bf98, Microsoft.VisualBasic.Core\Text\IO\TextEncodings.vb" ' Author: ' @@ -31,15 +31,6 @@ ' Summaries: - ' Enum Encodings - ' - ' GB2312, Unicode, UTF16, UTF32, UTF7 - ' UTF8, UTF8WithoutBOM - ' - ' - ' - ' - ' ' Module TextEncodings ' ' Properties: DefaultEncoding, TextEncodings, UTF8, UTF8WithoutBOM diff --git a/Text/IO/UnbufferedStringReader.vb b/Text/IO/UnbufferedStringReader.vb index 8d85d0ea..0cd95d60 100644 --- a/Text/IO/UnbufferedStringReader.vb +++ b/Text/IO/UnbufferedStringReader.vb @@ -1,48 +1,48 @@ -#Region "Microsoft.VisualBasic::b79e4afc046df4d4e13ceb4c18f7d9f7, Microsoft.VisualBasic.Core\Text\IO\UnbufferedStringReader.vb" +#Region "Microsoft.VisualBasic::adf20358f38810671cce007f14ff5eb1, Microsoft.VisualBasic.Core\Text\IO\UnbufferedStringReader.vb" -' Author: -' -' asuka (amethyst.asuka@gcmodeller.org) -' xie (genetics@smrucc.org) -' xieguigang (xie.guigang@live.com) -' -' Copyright (c) 2018 GPL3 Licensed -' -' -' GNU GENERAL PUBLIC LICENSE (GPL3) -' -' -' This program is free software: you can redistribute it and/or modify -' it under the terms of the GNU General Public License as published by -' the Free Software Foundation, either version 3 of the License, or -' (at your option) any later version. -' -' This program is distributed in the hope that it will be useful, -' but WITHOUT ANY WARRANTY; without even the implied warranty of -' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -' GNU General Public License for more details. -' -' You should have received a copy of the GNU General Public License -' along with this program. If not, see . + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . -' /********************************************************************************/ + ' /********************************************************************************/ -' Summaries: + ' Summaries: -' Class UnbufferedStringReader -' -' Properties: Position -' -' Constructor: (+1 Overloads) Sub New -' -' Function: Peek, (+2 Overloads) Read, ReadLine, ReadToEnd -' -' Sub: Close, Dispose -' -' -' /********************************************************************************/ + ' Class UnbufferedStringReader + ' + ' Properties: Position + ' + ' Constructor: (+1 Overloads) Sub New + ' + ' Function: Peek, (+2 Overloads) Read, ReadLine, ReadToEnd + ' + ' Sub: Close, Dispose + ' + ' + ' /********************************************************************************/ #End Region diff --git a/Text/Patterns/NamespaceDoc.vb b/Text/Patterns/NamespaceDoc.vb index fd5272d7..c6f719ff 100644 --- a/Text/Patterns/NamespaceDoc.vb +++ b/Text/Patterns/NamespaceDoc.vb @@ -1,8 +1,50 @@ -Namespace Text.Patterns +#Region "Microsoft.VisualBasic::cdaa5660f50ab7996396aafc4aade498, Microsoft.VisualBasic.Core\Text\Patterns\NamespaceDoc.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + ' Module NamespaceDoc + ' + ' + ' + ' + ' /********************************************************************************/ + +#End Region + +Namespace Text.Patterns ''' ''' text patterns and validations ''' Module NamespaceDoc End Module -End Namespace \ No newline at end of file +End Namespace diff --git a/Text/Patterns/Validator/Validator.vb b/Text/Patterns/Validator/Validator.vb index 54fea4d8..3a366e58 100644 --- a/Text/Patterns/Validator/Validator.vb +++ b/Text/Patterns/Validator/Validator.vb @@ -1,4 +1,46 @@ -Namespace Text.Patterns.Validator +#Region "Microsoft.VisualBasic::8f1da4bbdab232fd4266416cc2c8d6e4, Microsoft.VisualBasic.Core\Text\Patterns\Validator\Validator.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + ' Module Validator + ' + ' + ' + ' + ' /********************************************************************************/ + +#End Region + +Namespace Text.Patterns.Validator ''' ''' A library of string validators and sanitizers. @@ -7,4 +49,4 @@ ''' Public Module Validator End Module -End Namespace \ No newline at end of file +End Namespace diff --git a/Text/Patterns/Validator/isIP.vb b/Text/Patterns/Validator/isIP.vb index 0ab5e87d..79b0b4fb 100644 --- a/Text/Patterns/Validator/isIP.vb +++ b/Text/Patterns/Validator/isIP.vb @@ -1,4 +1,46 @@ -Imports System.Text.RegularExpressions +#Region "Microsoft.VisualBasic::690724c8edefb7914a2be740adff0aad, Microsoft.VisualBasic.Core\Text\Patterns\Validator\isIP.vb" + + ' Author: + ' + ' asuka (amethyst.asuka@gcmodeller.org) + ' xie (genetics@smrucc.org) + ' xieguigang (xie.guigang@live.com) + ' + ' Copyright (c) 2018 GPL3 Licensed + ' + ' + ' GNU GENERAL PUBLIC LICENSE (GPL3) + ' + ' + ' This program is free software: you can redistribute it and/or modify + ' it under the terms of the GNU General Public License as published by + ' the Free Software Foundation, either version 3 of the License, or + ' (at your option) any later version. + ' + ' This program is distributed in the hope that it will be useful, + ' but WITHOUT ANY WARRANTY; without even the implied warranty of + ' MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ' GNU General Public License for more details. + ' + ' You should have received a copy of the GNU General Public License + ' along with this program. If not, see . + + + + ' /********************************************************************************/ + + ' Summaries: + + ' Module Validator + ' + ' Function: isIP + ' + ' + ' /********************************************************************************/ + +#End Region + +Imports System.Text.RegularExpressions Imports Microsoft.VisualBasic.My.JavaScript Namespace Text.Patterns.Validator @@ -115,4 +157,4 @@ Namespace Text.Patterns.Validator Return False End Function End Module -End Namespace \ No newline at end of file +End Namespace