Skip to content

Commit e3b5a81

Browse files
committed
another batch of FluenSharp namespace changes
1 parent 90e8110 commit e3b5a81

File tree

113 files changed

+1680
-1360
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

113 files changed

+1680
-1360
lines changed

3rdParty/Antlr/Antlr_Installer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
namespace O2.XRules.Database.APIs
88
{
9-
public class Install_Test
9+
public class Antlr_Installer_Test
1010
{
1111
public void test()
1212
{

3rdParty/Apache/Apache_HttpServer_Installer.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
namespace O2.XRules.Database.APIs
1010
{
11-
public class Installer_Test
11+
public class Apache_HttpServer_Installer_Test
1212
{
1313
public void test()
1414
{

3rdParty/CheckMarx/2.6.3_WSDL_files/CxEngineWebServices.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
// This source code was auto-generated by wsdl, Version=2.0.50727.1432.
2121
//
2222

23-
2423
/// <remarks/>
2524
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")]
2625
[System.Diagnostics.DebuggerStepThroughAttribute()]
@@ -4770,4 +4769,4 @@ public NumberMessage Result {
47704769
return ((NumberMessage)(this.results[0]));
47714770
}
47724771
}
4773-
}
4772+
}

3rdParty/CheckMarx/2.6.3_WSDL_files/CxManagerWebServices.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
// This source code was auto-generated by wsdl, Version=2.0.50727.1432.
2222
//
2323

24-
2524
/// <remarks/>
2625
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")]
2726
[System.Diagnostics.DebuggerStepThroughAttribute()]

3rdParty/CheckMarx/API_CxWebClient.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
using System.Collections.Generic;
66
using System.Windows.Forms;
77
using System.Text;
8-
using O2.Kernel.ExtensionMethods;
98

109
//O2File:CxPortalWebService.cs
1110

3rdParty/CheckMarx/API_IE_CxWebClient.cs

Lines changed: 7 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
// This file is part of the OWASP O2 Platform (http://www.owasp.org/index.php/OWASP_O2_Platform) and is released under the Apache 2.0 License (http://www.apache.org/licenses/LICENSE-2.0)
2-
using System;
3-
using System.Linq;
4-
using System.Windows.Forms;
5-
using System.Collections.Generic;
6-
using O2.Kernel;
7-
using O2.Kernel.ExtensionMethods;
8-
using O2.DotNetWrappers.ExtensionMethods;
9-
using O2.XRules.Database.Utils;
2+
3+
using System.Windows.Forms;
4+
using FluentSharp.CoreLib;
5+
using FluentSharp.CoreLib.Utils;
6+
using FluentSharp.Watin;
7+
108
//O2File:API_IE_ExecutionGUI.cs
119
//O2File:WatiN_IE_ExtensionMethods.cs
1210
//O2Ref:WatiN.Core.1x.dll
@@ -74,7 +72,7 @@ public static class API_IE_CxWebClient_HelperMethods
7472
{
7573
public static WatiN_IE ie;
7674

77-
public static API_IE_CxWebClient login(this API_IE_CxWebClient cxClient, ICredential credential)
75+
public static API_IE_CxWebClient login(this API_IE_CxWebClient cxClient, Credential credential)
7876
{
7977
return cxClient.login(credential.UserName, credential.Password);
8078
}

3rdParty/CheckMarx/VistaDB/API_VistaDB.cs

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,15 @@
99
using System.Drawing;
1010
using System.Windows.Forms;
1111
using System.Collections.Generic;
12-
using O2.Interfaces.O2Core;
13-
using O2.Kernel;
14-
using O2.Kernel.ExtensionMethods;
15-
using O2.DotNetWrappers.DotNet;
16-
using O2.DotNetWrappers.ExtensionMethods;
17-
using O2.External.SharpDevelop.ExtensionMethods;
18-
using O2.Views.ASCX.ExtensionMethods;
19-
using O2.XRules.Database.Utils;
20-
21-
12+
using FluentSharp.CoreLib;
13+
using FluentSharp.CoreLib.API;
14+
using FluentSharp.REPL;
15+
using FluentSharp.WinForms;
2216
using VistaDB.Provider;
17+
2318
//O2Ref:C:\Program Files (x86)\Checkmarx\Checkmarx Engine Server\VistaDB.NET20.dll
2419

25-
namespace O2.XRules.Database.APIs
20+
namespace O2.XRules.Database.APIs.For_VistaDB
2621
{
2722
public class API_VistaDB_Test
2823
{
@@ -616,7 +611,7 @@ public static API_VistaDB add_Viewer_TablesData<T>(this API_VistaDB vistaDB , T
616611
rowDataField.afterSelect<DataGridViewCell>(
617612
(cell)=>{
618613
selectedField = rowDataField.selected().get_Text();
619-
var fieldContent = cell.Value.str().fixCRLF();
614+
var fieldContent = cell.Value.str().fix_CRLF();
620615
if (fieldContent.starts("<?xml"))
621616
{
622617
"mapping xml".info();

3rdParty/Clojure/API_Clojure.cs

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
// This file is part of the OWASP O2 Platform (http://www.owasp.org/index.php/OWASP_O2_Platform) and is released under the Apache 2.0 License (http://www.apache.org/licenses/LICENSE-2.0)
2-
using System;
3-
using System.IO;
4-
using System.Collections;
2+
53
using System.Collections.Generic;
6-
using System.Runtime.InteropServices;
7-
using System.Windows.Forms;
8-
using O2.Kernel;
9-
using O2.Kernel.Objects;
10-
using O2.DotNetWrappers.ExtensionMethods;
4+
using FluentSharp.CoreLib;
5+
using FluentSharp.CoreLib.API;
6+
using FluentSharp.REPL;
7+
118
//Installer:Clojure_Installer.cs!Clojure\Debug 4.0\Clojure.Main.exe
129
//O2Ref:Clojure\Debug 4.0\Clojure.dll
1310

3rdParty/Clojure/Clojure_Installer.cs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
1-
using System;
2-
using System.Diagnostics;
3-
using O2.Kernel;
4-
using O2.Kernel.ExtensionMethods;
5-
using O2.DotNetWrappers.ExtensionMethods;
1+
using System.Diagnostics;
2+
using FluentSharp.CoreLib;
63
//O2File:Tool_API.cs
7-
using O2.XRules.Database.Utils;
84

95

106
namespace O2.XRules.Database.APIs

3rdParty/EasyHook/API_EasyHook.cs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,7 @@
11
// This file is part of the OWASP O2 Platform (http://www.owasp.org/index.php/OWASP_O2_Platform) and is released under the Apache 2.0 License (http://www.apache.org/licenses/LICENSE-2.0)
2-
using System;
3-
using System.Linq;
4-
using System.Collections.Generic;
5-
using System.Windows.Forms;
6-
using O2.Kernel.ExtensionMethods;
2+
73
using System.Runtime.InteropServices;
8-
using O2.DotNetWrappers.ExtensionMethods;
4+
95
//O2Ref:EasyHook\EasyHook.dll
106

117
//Installer:EasyHook_Installer.cs!EasyHook\EasyHook32.dll

0 commit comments

Comments
 (0)