Skip to content

Commit

Permalink
another batch of FluenSharp namespace changes
Browse files Browse the repository at this point in the history
  • Loading branch information
DinisCruz committed Jul 22, 2013
1 parent 90e8110 commit e3b5a81
Show file tree
Hide file tree
Showing 113 changed files with 1,680 additions and 1,360 deletions.
2 changes: 1 addition & 1 deletion 3rdParty/Antlr/Antlr_Installer.cs
Expand Up @@ -6,7 +6,7 @@


namespace O2.XRules.Database.APIs namespace O2.XRules.Database.APIs
{ {
public class Install_Test public class Antlr_Installer_Test
{ {
public void test() public void test()
{ {
Expand Down
2 changes: 1 addition & 1 deletion 3rdParty/Apache/Apache_HttpServer_Installer.cs
Expand Up @@ -8,7 +8,7 @@


namespace O2.XRules.Database.APIs namespace O2.XRules.Database.APIs
{ {
public class Installer_Test public class Apache_HttpServer_Installer_Test
{ {
public void test() public void test()
{ {
Expand Down
3 changes: 1 addition & 2 deletions 3rdParty/CheckMarx/2.6.3_WSDL_files/CxEngineWebServices.cs
Expand Up @@ -20,7 +20,6 @@
// This source code was auto-generated by wsdl, Version=2.0.50727.1432. // This source code was auto-generated by wsdl, Version=2.0.50727.1432.
// //



/// <remarks/> /// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")]
[System.Diagnostics.DebuggerStepThroughAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()]
Expand Down Expand Up @@ -4770,4 +4769,4 @@ public partial class GetPlatformCompletedEventArgs : System.ComponentModel.Async
return ((NumberMessage)(this.results[0])); return ((NumberMessage)(this.results[0]));
} }
} }
} }
Expand Up @@ -21,7 +21,6 @@
// This source code was auto-generated by wsdl, Version=2.0.50727.1432. // This source code was auto-generated by wsdl, Version=2.0.50727.1432.
// //



/// <remarks/> /// <remarks/>
[System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")] [System.CodeDom.Compiler.GeneratedCodeAttribute("wsdl", "2.0.50727.1432")]
[System.Diagnostics.DebuggerStepThroughAttribute()] [System.Diagnostics.DebuggerStepThroughAttribute()]
Expand Down
1 change: 0 additions & 1 deletion 3rdParty/CheckMarx/API_CxWebClient.cs
Expand Up @@ -5,7 +5,6 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Windows.Forms; using System.Windows.Forms;
using System.Text; using System.Text;
using O2.Kernel.ExtensionMethods;


//O2File:CxPortalWebService.cs //O2File:CxPortalWebService.cs


Expand Down
16 changes: 7 additions & 9 deletions 3rdParty/CheckMarx/API_IE_CxWebClient.cs
@@ -1,12 +1,10 @@
// 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) // 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)
using System;
using System.Linq; using System.Windows.Forms;
using System.Windows.Forms; using FluentSharp.CoreLib;
using System.Collections.Generic; using FluentSharp.CoreLib.Utils;
using O2.Kernel; using FluentSharp.Watin;
using O2.Kernel.ExtensionMethods;
using O2.DotNetWrappers.ExtensionMethods;
using O2.XRules.Database.Utils;
//O2File:API_IE_ExecutionGUI.cs //O2File:API_IE_ExecutionGUI.cs
//O2File:WatiN_IE_ExtensionMethods.cs //O2File:WatiN_IE_ExtensionMethods.cs
//O2Ref:WatiN.Core.1x.dll //O2Ref:WatiN.Core.1x.dll
Expand Down Expand Up @@ -74,7 +72,7 @@ public static class API_IE_CxWebClient_HelperMethods
{ {
public static WatiN_IE ie; public static WatiN_IE ie;


public static API_IE_CxWebClient login(this API_IE_CxWebClient cxClient, ICredential credential) public static API_IE_CxWebClient login(this API_IE_CxWebClient cxClient, Credential credential)
{ {
return cxClient.login(credential.UserName, credential.Password); return cxClient.login(credential.UserName, credential.Password);
} }
Expand Down
19 changes: 7 additions & 12 deletions 3rdParty/CheckMarx/VistaDB/API_VistaDB.cs
Expand Up @@ -9,20 +9,15 @@
using System.Drawing; using System.Drawing;
using System.Windows.Forms; using System.Windows.Forms;
using System.Collections.Generic; using System.Collections.Generic;
using O2.Interfaces.O2Core; using FluentSharp.CoreLib;
using O2.Kernel; using FluentSharp.CoreLib.API;
using O2.Kernel.ExtensionMethods; using FluentSharp.REPL;
using O2.DotNetWrappers.DotNet; using FluentSharp.WinForms;
using O2.DotNetWrappers.ExtensionMethods;
using O2.External.SharpDevelop.ExtensionMethods;
using O2.Views.ASCX.ExtensionMethods;
using O2.XRules.Database.Utils;


using VistaDB.Provider; using VistaDB.Provider;

//O2Ref:C:\Program Files (x86)\Checkmarx\Checkmarx Engine Server\VistaDB.NET20.dll //O2Ref:C:\Program Files (x86)\Checkmarx\Checkmarx Engine Server\VistaDB.NET20.dll


namespace O2.XRules.Database.APIs namespace O2.XRules.Database.APIs.For_VistaDB
{ {
public class API_VistaDB_Test public class API_VistaDB_Test
{ {
Expand Down Expand Up @@ -616,7 +611,7 @@ public static API_VistaDB add_Viewer_TablesData<T>(this API_VistaDB vistaDB , T
rowDataField.afterSelect<DataGridViewCell>( rowDataField.afterSelect<DataGridViewCell>(
(cell)=>{ (cell)=>{
selectedField = rowDataField.selected().get_Text(); selectedField = rowDataField.selected().get_Text();
var fieldContent = cell.Value.str().fixCRLF(); var fieldContent = cell.Value.str().fix_CRLF();
if (fieldContent.starts("<?xml")) if (fieldContent.starts("<?xml"))
{ {
"mapping xml".info(); "mapping xml".info();
Expand Down
13 changes: 5 additions & 8 deletions 3rdParty/Clojure/API_Clojure.cs
@@ -1,13 +1,10 @@
// 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) // 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)
using System;
using System.IO;
using System.Collections;
using System.Collections.Generic; using System.Collections.Generic;
using System.Runtime.InteropServices; using FluentSharp.CoreLib;
using System.Windows.Forms; using FluentSharp.CoreLib.API;
using O2.Kernel; using FluentSharp.REPL;
using O2.Kernel.Objects;
using O2.DotNetWrappers.ExtensionMethods;
//Installer:Clojure_Installer.cs!Clojure\Debug 4.0\Clojure.Main.exe //Installer:Clojure_Installer.cs!Clojure\Debug 4.0\Clojure.Main.exe
//O2Ref:Clojure\Debug 4.0\Clojure.dll //O2Ref:Clojure\Debug 4.0\Clojure.dll


Expand Down
8 changes: 2 additions & 6 deletions 3rdParty/Clojure/Clojure_Installer.cs
@@ -1,10 +1,6 @@
using System; using System.Diagnostics;
using System.Diagnostics; using FluentSharp.CoreLib;
using O2.Kernel;
using O2.Kernel.ExtensionMethods;
using O2.DotNetWrappers.ExtensionMethods;
//O2File:Tool_API.cs //O2File:Tool_API.cs
using O2.XRules.Database.Utils;




namespace O2.XRules.Database.APIs namespace O2.XRules.Database.APIs
Expand Down
8 changes: 2 additions & 6 deletions 3rdParty/EasyHook/API_EasyHook.cs
@@ -1,11 +1,7 @@
// 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) // 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)
using System;
using System.Linq;
using System.Collections.Generic;
using System.Windows.Forms;
using O2.Kernel.ExtensionMethods;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
using O2.DotNetWrappers.ExtensionMethods;
//O2Ref:EasyHook\EasyHook.dll //O2Ref:EasyHook\EasyHook.dll


//Installer:EasyHook_Installer.cs!EasyHook\EasyHook32.dll //Installer:EasyHook_Installer.cs!EasyHook\EasyHook32.dll
Expand Down
9 changes: 4 additions & 5 deletions 3rdParty/EasyHook/EasyHook_Installer.cs
@@ -1,12 +1,11 @@
using System; using System.Diagnostics;
using System.Diagnostics; using FluentSharp.CoreLib;
using O2.Kernel.ExtensionMethods;
using O2.DotNetWrappers.ExtensionMethods;
//O2File:Tool_API.cs //O2File:Tool_API.cs


namespace O2.XRules.Database.APIs namespace O2.XRules.Database.APIs
{ {
public class testInstall public class EasyHook_Installer_Test
{ {
public static void test() public static void test()
{ {
Expand Down
15 changes: 4 additions & 11 deletions 3rdParty/Eclipse/API_Eclipse.cs
@@ -1,17 +1,10 @@
using System; using System.Diagnostics;
using System.Diagnostics; using FluentSharp.CoreLib;
using O2.Kernel; using FluentSharp.CoreLib.API;
using O2.Kernel.ExtensionMethods; using FluentSharp.GuiAutomation;
using O2.DotNetWrappers.ExtensionMethods;
using O2.DotNetWrappers.Windows;
using O2.DotNetWrappers.DotNet;

using White.Core.UIItems.WindowItems; using White.Core.UIItems.WindowItems;
using White.Core.UIItems.Finders; using White.Core.UIItems.Finders;
using White.Core.Factory;
using White.Core.UIItems; using White.Core.UIItems;
using System.Windows.Automation;
using White.Core.AutomationElementSearch;


//O2File:API_GuiAutomation.cs //O2File:API_GuiAutomation.cs
//O2File:Tool_API.cs //O2File:Tool_API.cs
Expand Down
15 changes: 3 additions & 12 deletions 3rdParty/Fiddler/API_Fiddler.cs
@@ -1,19 +1,10 @@
// 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) // 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)
using System; using System;
using System.Diagnostics; using System.Diagnostics;
using System.IO;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms; using System.Windows.Forms;
using System.Reflection; using FluentSharp.CoreLib;
using System.Text; using FluentSharp.CoreLib.API;
using O2.Interfaces.O2Core; using FluentSharp.GuiAutomation;
using O2.Kernel;
using O2.Kernel.ExtensionMethods;
using O2.DotNetWrappers.ExtensionMethods;
using O2.DotNetWrappers.Network;
using O2.DotNetWrappers.Windows;
using White.Core.UIItems.WindowItems; using White.Core.UIItems.WindowItems;
//O2File:API_GuiAutomation.cs //O2File:API_GuiAutomation.cs
//O2File:Tool_API.cs //O2File:Tool_API.cs
Expand Down
10 changes: 2 additions & 8 deletions 3rdParty/Fiddler/UnitTests_API_Fiddler.cs
@@ -1,12 +1,6 @@
// 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) // 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)
using System;
using System.IO; using FluentSharp.CoreLib;
using System.Collections.Generic;
using System.Diagnostics;
using System.Text;
using O2.Kernel;
using O2.Kernel.ExtensionMethods;
using O2.DotNetWrappers.ExtensionMethods;
using NUnit.Framework; using NUnit.Framework;
using O2.XRules.Database.APIs; using O2.XRules.Database.APIs;
//O2Ref:nunit.framework.dll //O2Ref:nunit.framework.dll
Expand Down
10 changes: 3 additions & 7 deletions 3rdParty/Flash/SWFScan_Installer.cs
@@ -1,15 +1,11 @@
using System; using System.Diagnostics;
using System.Diagnostics; using FluentSharp.CoreLib;
using O2.Kernel;
using O2.Kernel.ExtensionMethods;
using O2.DotNetWrappers.ExtensionMethods;
using O2.XRules.Database.Utils;


//O2File:Tool_API.cs //O2File:Tool_API.cs


namespace O2.XRules.Database.APIs namespace O2.XRules.Database.APIs
{ {
public class Installer_Test public class SWFScan_Installer_Test
{ {
public void test() public void test()
{ {
Expand Down
9 changes: 4 additions & 5 deletions 3rdParty/Fortify/API_Fortify_1_6.cs
Expand Up @@ -3,12 +3,11 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using System.Windows.Forms; using System.Windows.Forms;
using O2.Kernel; using FluentSharp.CoreLib;
using O2.Kernel.ExtensionMethods; using FluentSharp.CoreLib.API;
using O2.DotNetWrappers.ExtensionMethods; using FluentSharp.WinForms;
using O2.DotNetWrappers.DotNet;
using O2.XRules.Database.Utils;
using xmlns.www.fortifysoftware.com.schema.fvdl; using xmlns.www.fortifysoftware.com.schema.fvdl;
using FluentSharp.For_XmlSchemaLinq;
//O2File:Fortify.fvdl.1.6.xsd.cs //O2File:Fortify.fvdl.1.6.xsd.cs


namespace O2.XRules.Database.APIs namespace O2.XRules.Database.APIs
Expand Down
20 changes: 7 additions & 13 deletions 3rdParty/FuzzDB/API_FuzzDB.cs
@@ -1,18 +1,12 @@
// 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) // 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)
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq;
using System.Windows.Forms; using System.Windows.Forms;
using System.Reflection; using FluentSharp.CoreLib;
using System.Text; using FluentSharp.CoreLib.API;
using O2.Interfaces.O2Core; using FluentSharp.REPL.Utils;
using O2.Kernel; using FluentSharp.WinForms;
using O2.Kernel.ExtensionMethods; using FluentSharp.WinForms.Controls;
using O2.DotNetWrappers.ExtensionMethods;
using O2.DotNetWrappers.Network;
using O2.DotNetWrappers.Zip;
using O2.Views.ASCX.classes.MainGUI;
using O2.Views.ASCX.ExtensionMethods;


namespace O2.XRules.Database.APIs namespace O2.XRules.Database.APIs
{ {
Expand Down Expand Up @@ -60,7 +54,7 @@ public bool install()
//var webLocation = "{0}{1}".format(PublicDI.config.O2SVN_FilesWithNoCode, currentVersionZipFile); //var webLocation = "{0}{1}".format(PublicDI.config.O2SVN_FilesWithNoCode, currentVersionZipFile);
var webLocation = "http://o2platform.googlecode.com/svn/trunk/O2%20-%20All%20Active%20Projects/_3rdPartyDlls/FilesWithNoCode/fuzzdb-1.08.zip"; var webLocation = "http://o2platform.googlecode.com/svn/trunk/O2%20-%20All%20Active%20Projects/_3rdPartyDlls/FilesWithNoCode/fuzzdb-1.08.zip";
"downloading file {0} from {1} to {2}".info(currentVersionZipFile, webLocation,localFilePath); "downloading file {0} from {1} to {2}".info(currentVersionZipFile, webLocation,localFilePath);
if (new Web().httpFileExists(webLocation)) if (webLocation.httpFileExists())
{ {
new Web().downloadBinaryFile(webLocation, localFilePath); new Web().downloadBinaryFile(webLocation, localFilePath);
if (localFilePath.fileExists()) if (localFilePath.fileExists())
Expand All @@ -83,7 +77,7 @@ public List<String> getPayloads(params string[] virtualFilePaths)
var targetFile = PathToFuzzDB.pathCombine(virtualFilePath); var targetFile = PathToFuzzDB.pathCombine(virtualFilePath);
if (targetFile.fileExists()) if (targetFile.fileExists())
payloads.AddRange(targetFile.fileContents() payloads.AddRange(targetFile.fileContents()
.fixCRLF() .fix_CRLF()
.lines() .lines()
.remove(0)); .remove(0));
else else
Expand Down
8 changes: 2 additions & 6 deletions 3rdParty/GNU/GnuWin32_Make_Installer.cs
@@ -1,10 +1,6 @@
using System; using System.Diagnostics;
using System.Diagnostics; using FluentSharp.CoreLib;
using O2.Kernel;
using O2.Kernel.ExtensionMethods;
using O2.DotNetWrappers.ExtensionMethods;
//O2File:Tool_API.cs //O2File:Tool_API.cs
using O2.XRules.Database.Utils;




namespace O2.XRules.Database.APIs namespace O2.XRules.Database.APIs
Expand Down
18 changes: 6 additions & 12 deletions 3rdParty/GitHub/API_GitHub.cs
@@ -1,17 +1,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) // 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)
using System;
using System.Linq;
using System.Collections.Generic;
using System.Windows.Forms; using System.Windows.Forms;
using System.Text; using FluentSharp.CoreLib;
using O2.Kernel; using FluentSharp.GuiAutomation;
using O2.Kernel.ExtensionMethods; using FluentSharp.WinForms;
using O2.DotNetWrappers.DotNet; using FluentSharp.WinForms.Controls;
using O2.DotNetWrappers.Windows;
using O2.DotNetWrappers.ExtensionMethods;
using O2.Views.ASCX.classes.MainGUI;
using O2.Views.ASCX.ExtensionMethods;
using O2.XRules.Database.Utils;
//O2File:API_GuiAutomation.cs //O2File:API_GuiAutomation.cs
//O2Ref:White.Core.dll //O2Ref:White.Core.dll
//O2Ref:UIAutomationClient.dll //O2Ref:UIAutomationClient.dll
Expand Down

0 comments on commit e3b5a81

Please sign in to comment.