Skip to content

Commit

Permalink
First commit!
Browse files Browse the repository at this point in the history
  • Loading branch information
deltakosh committed Apr 24, 2015
0 parents commit 35f73eb
Show file tree
Hide file tree
Showing 157 changed files with 38,001 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
@@ -0,0 +1,3 @@
npm-debug.log
*.log
tsconfig.json
Empty file added .npmignore
Empty file.
7 changes: 7 additions & 0 deletions CONTRIBUTING.md
@@ -0,0 +1,7 @@
# Contributing

Vorlon.JS is an open source project.

Please submit pull requests, and file issues, so we can make Vorlon.JS even better.


10 changes: 10 additions & 0 deletions LICENSE
@@ -0,0 +1,10 @@
Vorlon.js

Copyright (c) Microsoft Corporation
All rights reserved.

##MIT License##

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the ""Software""), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1 change: 1 addition & 0 deletions Plugins/.gitignore
@@ -0,0 +1 @@
release/*
Empty file added Plugins/.npmignore
Empty file.
152 changes: 152 additions & 0 deletions Plugins/Plugins.csproj
@@ -0,0 +1,152 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.Default.props')" />
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>
</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{54E4B466-DFD4-4853-8BF5-939E9AFFED9C}</ProjectGuid>
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Plugins</RootNamespace>
<AssemblyName>Plugins</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<UseIISExpress>true</UseIISExpress>
<IISExpressSSLPort />
<IISExpressAnonymousAuthentication />
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<SccProjectName>SAK</SccProjectName>
<SccLocalPath>SAK</SccLocalPath>
<SccAuxPath>SAK</SccAuxPath>
<SccProvider>SAK</SccProvider>
<TypeScriptToolsVersion>1.4</TypeScriptToolsVersion>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Web.DynamicData" />
<Reference Include="System.Web.Entity" />
<Reference Include="System.Web.ApplicationServices" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Core" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Web.Extensions" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Drawing" />
<Reference Include="System.Web" />
<Reference Include="System.Xml" />
<Reference Include="System.Configuration" />
<Reference Include="System.Web.Services" />
<Reference Include="System.EnterpriseServices" />
</ItemGroup>
<ItemGroup>
<Content Include="package.json" />
<None Include="Properties\PublishProfiles\toto.pubxml" />
<Content Include="gulpfile.js" />
<Content Include="release\vorlon-noplugin.js" />
<Content Include="release\vorlon-noplugin.max.js" />
<Content Include="release\vorlon.js" />
<Content Include="release\vorlon.max.js" />
<Content Include="samples\andyet\index.html" />
<None Include="Web.Debug.config">
<DependentUpon>Web.config</DependentUpon>
</None>
<None Include="Web.Release.config">
<DependentUpon>Web.config</DependentUpon>
</None>
</ItemGroup>
<ItemGroup>
<Content Include="samples\davrous\index.html" />
<Content Include="samples\meulta\index.html" />
<Content Include="samples\pierlag\index.html" />
<Content Include="samples\davca\index.html" />
<Content Include="libs\require.js" />
<Content Include="Vorlon\plugins\domExplorer\control.css" />
<Content Include="Vorlon\plugins\domExplorer\control.html" />
<Content Include="Vorlon\plugins\interactiveConsole\control.css" />
<Content Include="Vorlon\plugins\interactiveConsole\control.html" />
<Content Include="Vorlon\plugins\modernizrReport\control.css" />
<Content Include="Vorlon\plugins\modernizrReport\control.html" />
<Content Include="Vorlon\plugins\modernizrReport\modernizr.js" />
<Content Include="Web.config" />
</ItemGroup>
<ItemGroup>
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<TypeScriptCompile Include="libs\node.d.ts" />
<TypeScriptCompile Include="libs\socket.io.d.ts" />
<TypeScriptCompile Include="Vorlon\vorlon.tools.ts" />
<TypeScriptCompile Include="Vorlon\plugins\domExplorer\vorlon.domExplorer.ts" />
<TypeScriptCompile Include="Vorlon\plugins\interactiveConsole\vorlon.interactiveConsole.ts" />
<TypeScriptCompile Include="Vorlon\plugins\modernizrReport\vorlon.modernizrReport.ts" />
<TypeScriptCompile Include="Vorlon\vorlon.clientMessenger.ts" />
<TypeScriptCompile Include="Vorlon\vorlon.enums.ts" />
<TypeScriptCompile Include="Vorlon\vorlon.plugin.ts" />
<TypeScriptCompile Include="Vorlon\vorlon.core.ts" />
</ItemGroup>
<ItemGroup />
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<PropertyGroup Condition="'$(Configuration)' == 'Debug'">
<TypeScriptGeneratesDeclarations>True</TypeScriptGeneratesDeclarations>
<TypeScriptModuleKind>none</TypeScriptModuleKind>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets" Condition="Exists('$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)\TypeScript\Microsoft.TypeScript.targets')" />
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<UseIIS>False</UseIIS>
<AutoAssignPort>True</AutoAssignPort>
<DevelopmentServerPort>31657</DevelopmentServerPort>
<DevelopmentServerVPath>/</DevelopmentServerVPath>
<IISUrl>http://localhost:31657/</IISUrl>
<NTLMAuthentication>False</NTLMAuthentication>
<UseCustomServer>False</UseCustomServer>
<CustomServerUrl>
</CustomServerUrl>
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
<PropertyGroup>
<PostBuildEvent>gulp</PostBuildEvent>
</PropertyGroup>
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
30 changes: 30 additions & 0 deletions Plugins/Plugins.csproj.user
@@ -0,0 +1,30 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ProjectView>ProjectFiles</ProjectView>
</PropertyGroup>
<ProjectExtensions>
<VisualStudio>
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
<WebProjectProperties>
<StartPageUrl>samples/meulta/index.html</StartPageUrl>
<StartAction>SpecificPage</StartAction>
<AspNetDebugging>True</AspNetDebugging>
<SilverlightDebugging>False</SilverlightDebugging>
<NativeDebugging>False</NativeDebugging>
<SQLDebugging>False</SQLDebugging>
<ExternalProgram>
</ExternalProgram>
<StartExternalURL>
</StartExternalURL>
<StartCmdLineArguments>
</StartCmdLineArguments>
<StartWorkingDirectory>
</StartWorkingDirectory>
<EnableENC>True</EnableENC>
<AlwaysStartWebServerOnDebug>True</AlwaysStartWebServerOnDebug>
</WebProjectProperties>
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>
10 changes: 10 additions & 0 deletions Plugins/Plugins.csproj.vspscc
@@ -0,0 +1,10 @@
""
{
"FILE_VERSION" = "9237"
"ENLISTMENT_CHOICE" = "NEVER"
"PROJECT_FILE_RELATIVE_PATH" = ""
"NUMBER_OF_EXCLUDED_FILES" = "0"
"ORIGINAL_PROJECT_FILE_PATH" = ""
"NUMBER_OF_NESTED_PROJECTS" = "0"
"SOURCE_CONTROL_SETTINGS_PROVIDER" = "PROVIDER"
}
35 changes: 35 additions & 0 deletions Plugins/Properties/AssemblyInfo.cs
@@ -0,0 +1,35 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("Plugins")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("Plugins")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("b1280f99-8922-4cf7-bd29-86606a806b6f")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Revision and Build Numbers
// by using the '*' as shown below:
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
23 changes: 23 additions & 0 deletions Plugins/Properties/PublishProfiles/toto.pubxml
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
This file is used by the publish/package process of your Web project. You can customize the behavior of this process
by editing this MSBuild file. In order to learn more about this please visit http://go.microsoft.com/fwlink/?LinkID=208121.
-->
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<WebPublishMethod>MSDeploy</WebPublishMethod>
<LastUsedBuildConfiguration>Release</LastUsedBuildConfiguration>
<LastUsedPlatform>Any CPU</LastUsedPlatform>
<SiteUrlToLaunchAfterPublish />
<LaunchSiteAfterPublish>True</LaunchSiteAfterPublish>
<ExcludeApp_Data>False</ExcludeApp_Data>
<MSDeployServiceURL>localhost</MSDeployServiceURL>
<DeployIisAppPath>Default Web Site</DeployIisAppPath>
<RemoteSitePhysicalPath />
<SkipExtraFilesOnServer>True</SkipExtraFilesOnServer>
<MSDeployPublishMethod>InProc</MSDeployPublishMethod>
<EnableMSDeployBackup>False</EnableMSDeployBackup>
<UserName />
<_SavePWD>False</_SavePWD>
</PropertyGroup>
</Project>
92 changes: 92 additions & 0 deletions Plugins/Vorlon/plugins/domExplorer/control.css
@@ -0,0 +1,92 @@
.plugin-dom-explorer .dom-explorer-container {
height: 100%;
overflow: hidden !important;
font-family: 'Menlo', 'Consolas', 'Lucida Console', Courier, monospace;
font-size: 12px;
line-height: 1.5;
}
.plugin-dom-explorer .panel-left,
.plugin-dom-explorer .panel-right {
height: 100%;
}
.plugin-dom-explorer .tree-view,
.plugin-dom-explorer .style-view {
padding: 0;
}
.plugin-dom-explorer #treeView,
.plugin-dom-explorer #styleView {
padding: 15px;
}
.plugin-dom-explorer .treeNodeButton {
color: #444;
margin-left: -7px;
width: 20px;
text-align: center;
cursor: pointer;
display: inline-block;
}
.plugin-dom-explorer .treeNodeHeader {
text-decoration: none;
color: #ccc;
}
.plugin-dom-explorer .treeNodeSelected {
background: rgba(0,183,199,0.1);
}
.plugin-dom-explorer .treeNodeTools {
color: #444;
float: right;
text-decoration: none;
}
.plugin-dom-explorer .treeNodeText {
text-decoration: none;
border-left: 1px solid #eee;
padding-left: 10px;
}
.plugin-dom-explorer .firstTreeNodeText {
text-decoration: none;
padding-left: 0px;
}
.plugin-dom-explorer .treeNodeClosingText {
border-left: 1px solid #eee;
padding-left: 13px;
}
.plugin-dom-explorer .nodeName {
color: #1d0c3d;
}
.plugin-dom-explorer .nodeTag {
color: #1d0c3d;
}
.plugin-dom-explorer .nodeAttribute {
color: #ed2424;
}
.plugin-dom-explorer .nodeValue {
color: #007ca7;
}
.plugin-dom-explorer .styleLabel {
float: left;
clear: left;
width: 45%;
color: #ed2424;
}
.plugin-dom-explorer .styleValue {
float: right;
width: 55%;
padding-left: 10px;
color: #444;
}
.plugin-dom-explorer .styleLabel.editable,
.plugin-dom-explorer .styleValue.editable {
background-color: rgba(0,183,199,0.1);
color: #666;
outline: none;
}
.plugin-dom-explorer .styleButton {
float: left;
clear: left;
color: #444;
margin-left: -7px;
width: 20px;
text-align: center;
cursor: pointer;
display: inline-block;
}
17 changes: 17 additions & 0 deletions Plugins/Vorlon/plugins/domExplorer/control.html
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title></title>
<link href="control.css" rel="stylesheet" />
</head>
<body>
<div id="DOMExplorerContainer" class="dom-explorer-container">
<div class="tree-view-wrapper panel-left">
<div id="treeView"></div>
</div>
<div class="style-view-wrapper panel-right">
<div id="styleView"></div>
</div>
</div>
</body>
</html>

0 comments on commit 35f73eb

Please sign in to comment.