text stringlengths 7 35.3M | id stringlengths 11 185 | metadata dict | __index_level_0__ int64 0 2.14k |
|---|---|---|---|
fileFormatVersion: 2
guid: 6fd8e3971f929c44dab7e9d1d9a90982
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Editor/Plugins/Example.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Editor/Plugins/Example.meta",
"repo_id": "ET",
"token_count": 73
} | 114 |
fileFormatVersion: 2
guid: f87d124589b266d41a4281a2a6ba3f63
timeCreated: 1498900429
licenseType: Free
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Editor/ServerCommandLineEditor/ServerCommandLineEditor.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Editor/ServerCommandLineEditor/ServerCommandLineEditor.cs.meta",
"repo_id": "ET",
"token_count": 102
} | 115 |
fileFormatVersion: 2
guid: 2e5141370ec84e1282c5d0a38f2ef25b
timeCreated: 1688537612 | ET/Unity/Assets/Scripts/Hotfix/Client/Demo/Main.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Client/Demo/Main.meta",
"repo_id": "ET",
"token_count": 38
} | 116 |
namespace ET.Client
{
public static class CurrentSceneFactory
{
public static Scene Create(long id, string name, CurrentScenesComponent currentScenesComponent)
{
Scene currentScene = EntitySceneFactory.CreateScene(currentScenesComponent, id, IdGenerater.Instance.GenerateInstanceId(),... | ET/Unity/Assets/Scripts/Hotfix/Client/Demo/Main/Scene/CurrentSceneFactory.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Client/Demo/Main/Scene/CurrentSceneFactory.cs",
"repo_id": "ET",
"token_count": 203
} | 117 |
fileFormatVersion: 2
guid: 90e53c0be7b8aab4c827ed76d193ca42
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Hotfix/Client/Demo/Main/Unit/UnitHelper.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Client/Demo/Main/Unit/UnitHelper.cs.meta",
"repo_id": "ET",
"token_count": 96
} | 118 |
using System;
using System.IO;
using System.Net.Http;
using System.Threading;
namespace ET.Client
{
public static partial class HttpClientHelper
{
public static async ETTask<string> Get(string link)
{
try
{
using HttpClient httpClient = new();
... | ET/Unity/Assets/Scripts/Hotfix/Client/Demo/NetClient/Router/HttpClientHelper.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Client/Demo/NetClient/Router/HttpClientHelper.cs",
"repo_id": "ET",
"token_count": 329
} | 119 |
fileFormatVersion: 2
guid: 915aaa51beb994638bd10e0d2ed9d8a7
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Hotfix/Client/LockStep/LSClientHelper.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Client/LockStep/LSClientHelper.cs.meta",
"repo_id": "ET",
"token_count": 96
} | 120 |
fileFormatVersion: 2
guid: 6378fb95ea17e6d46b536062736457a5
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Hotfix/Client/Module/Message.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Client/Module/Message.meta",
"repo_id": "ET",
"token_count": 68
} | 121 |
fileFormatVersion: 2
guid: 126a4d951160c2d43a641b7da3a0840c
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Hotfix/Server/Benchmark/C2G_BenchmarkHandler.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/Benchmark/C2G_BenchmarkHandler.cs.meta",
"repo_id": "ET",
"token_count": 96
} | 122 |
using System;
namespace ET.Server
{
[MessageSessionHandler(SceneType.Gate)]
public class C2G_LoginGateHandler : MessageSessionHandler<C2G_LoginGate, G2C_LoginGate>
{
protected override async ETTask Run(Session session, C2G_LoginGate request, G2C_LoginGate response)
{
Scene roo... | ET/Unity/Assets/Scripts/Hotfix/Server/Demo/Gate/C2G_LoginGateHandler.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/Demo/Gate/C2G_LoginGateHandler.cs",
"repo_id": "ET",
"token_count": 1534
} | 123 |
namespace ET.Server
{
[EntitySystemOf(typeof(Player))]
[FriendOf(typeof(Player))]
public static partial class PlayerSystem
{
[EntitySystem]
private static void Awake(this Player self, string a)
{
self.Account = a;
}
}
} | ET/Unity/Assets/Scripts/Hotfix/Server/Demo/Gate/PlayerSystem.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/Demo/Gate/PlayerSystem.cs",
"repo_id": "ET",
"token_count": 130
} | 124 |
using System.Collections.Generic;
using System.IO;
namespace ET.Server
{
public static partial class MapMessageHelper
{
public static void NoticeUnitAdd(Unit unit, Unit sendUnit)
{
M2C_CreateUnits createUnits = M2C_CreateUnits.Create();
createUnits.Units.Add(UnitHelpe... | ET/Unity/Assets/Scripts/Hotfix/Server/Demo/Map/MapMessageHelper.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/Demo/Map/MapMessageHelper.cs",
"repo_id": "ET",
"token_count": 830
} | 125 |
fileFormatVersion: 2
guid: 90f2084c2789e40468c6eb5642275748
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Hotfix/Server/Demo/Map/Unit.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/Demo/Map/Unit.meta",
"repo_id": "ET",
"token_count": 68
} | 126 |
using System.Collections.Generic;
namespace ET.Server
{
public static partial class RealmGateAddressHelper
{
public static StartSceneConfig GetGate(int zone, string account)
{
ulong hash = (ulong)account.GetLongHashCode();
List<StartSceneConfig> zoneGates = StartSceneConfigCategory.Instance.Gates[zon... | ET/Unity/Assets/Scripts/Hotfix/Server/Demo/Realm/RealmGateAddressHelper.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/Demo/Realm/RealmGateAddressHelper.cs",
"repo_id": "ET",
"token_count": 142
} | 127 |
fileFormatVersion: 2
guid: 5d37c22fa00c59f48a444cc04a1621e4
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Hotfix/Server/LockStep/Map/FiberInit_Map.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/LockStep/Map/FiberInit_Map.cs.meta",
"repo_id": "ET",
"token_count": 95
} | 128 |
fileFormatVersion: 2
guid: 8795299b519a48719a23f048377da2a9
timeCreated: 1681817967 | ET/Unity/Assets/Scripts/Hotfix/Server/LockStep/Room.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/LockStep/Room.meta",
"repo_id": "ET",
"token_count": 34
} | 129 |
using System;
using System.IO;
using MongoDB.Bson;
namespace ET.Server
{
[EntitySystemOf(typeof(MessageLocationSenderOneType))]
[FriendOf(typeof(MessageLocationSenderOneType))]
[FriendOf(typeof(MessageLocationSender))]
public static partial class MessageLocationSenderComponentSystem
{
[Inv... | ET/Unity/Assets/Scripts/Hotfix/Server/Module/ActorLocation/MessageLocationSenderComponentSystem.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/Module/ActorLocation/MessageLocationSenderComponentSystem.cs",
"repo_id": "ET",
"token_count": 6746
} | 130 |
fileFormatVersion: 2
guid: f19e3330918fd704a90558bf305e8be6
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Hotfix/Server/Module/DB/DBComponentSystem.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/Module/DB/DBComponentSystem.cs.meta",
"repo_id": "ET",
"token_count": 92
} | 131 |
using System.Net;
namespace ET.Server
{
[Invoke((long)SceneType.NetInner)]
public class FiberInit_NetInner: AInvokeHandler<FiberInit, ETTask>
{
public override async ETTask Handle(FiberInit fiberInit)
{
Scene root = fiberInit.Fiber.Root;
root.AddComponent<MailBoxCom... | ET/Unity/Assets/Scripts/Hotfix/Server/Module/NetInner/FiberInit_NetInner.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/Module/NetInner/FiberInit_NetInner.cs",
"repo_id": "ET",
"token_count": 326
} | 132 |
fileFormatVersion: 2
guid: 337bf31669284174ba505282863741f6
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Hotfix/Server/Plugins.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/Plugins.meta",
"repo_id": "ET",
"token_count": 64
} | 133 |
fileFormatVersion: 2
guid: 3bdd9b39878d7e04685a85d38bc88950
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Hotfix/Share/Module/Console/ConsoleComponentSystem.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Share/Module/Console/ConsoleComponentSystem.cs.meta",
"repo_id": "ET",
"token_count": 94
} | 134 |
namespace ET
{
// 分发数值监听
[Event(SceneType.All)] // 服务端Map需要分发, 客户端CurrentScene也要分发
public class NumericChangeEvent_NotifyWatcher: AEvent<Scene, NumbericChange>
{
protected override async ETTask Run(Scene scene, NumbericChange args)
{
NumericWatcherComponent.Instance.Run(args.Unit, args);
await ETTask.Co... | ET/Unity/Assets/Scripts/Hotfix/Share/Module/Numeric/NumericChangeEvent_NotifyWatcher.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Share/Module/Numeric/NumericChangeEvent_NotifyWatcher.cs",
"repo_id": "ET",
"token_count": 161
} | 135 |
fileFormatVersion: 2
guid: 1b03ed498c4dcf04c935c7b7962384da
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Hotfix/Share/Plugins/Example.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Hotfix/Share/Plugins/Example.meta",
"repo_id": "ET",
"token_count": 70
} | 136 |
namespace ET.Client
{
[Event(SceneType.Current)]
public class AfterCreateCurrentScene_AddComponent: AEvent<Scene, AfterCreateCurrentScene>
{
protected override async ETTask Run(Scene scene, AfterCreateCurrentScene args)
{
scene.AddComponent<UIComponent>();
scene.AddCo... | ET/Unity/Assets/Scripts/HotfixView/Client/Demo/Scene/AfterCreateCurrentScene_AddComponent.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/HotfixView/Client/Demo/Scene/AfterCreateCurrentScene_AddComponent.cs",
"repo_id": "ET",
"token_count": 161
} | 137 |
fileFormatVersion: 2
guid: 3fc77077261cf264ca091db1df7f692b
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/HotfixView/Client/Demo/UI/UILobby/UILobbyComponentSystem.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/HotfixView/Client/Demo/UI/UILobby/UILobbyComponentSystem.cs.meta",
"repo_id": "ET",
"token_count": 92
} | 138 |
fileFormatVersion: 2
guid: 4dbc691573db50443914c3ea71ebdedf
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/HotfixView/Client/Demo/Unit/AnimatorComponentSystem.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/HotfixView/Client/Demo/Unit/AnimatorComponentSystem.cs.meta",
"repo_id": "ET",
"token_count": 93
} | 139 |
using UnityEngine;
namespace ET.Client
{
[UIEvent(UIType.UILSLobby)]
public class UILSLobbyEvent: AUIEvent
{
public override async ETTask<UI> OnCreate(UIComponent uiComponent, UILayer uiLayer)
{
string assetsName = $"Assets/Bundles/UI/LockStep/{UIType.UILSLobby}.prefab";
... | ET/Unity/Assets/Scripts/HotfixView/Client/LockStep/UI/UILSLobby/UILSLobbyEvent.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/HotfixView/Client/LockStep/UI/UILSLobby/UILSLobbyEvent.cs",
"repo_id": "ET",
"token_count": 369
} | 140 |
fileFormatVersion: 2
guid: e2442d257cf316b4fbd095bc092aacd0
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/HotfixView/Client/Module.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/HotfixView/Client/Module.meta",
"repo_id": "ET",
"token_count": 70
} | 141 |
using UnityEngine.Networking;
namespace ET
{
public class AcceptAllCertificate : CertificateHandler
{
protected override bool ValidateCertificate(byte[] certificateData)
{
return true;
}
}
} | ET/Unity/Assets/Scripts/Loader/Helper/AcceptAllCertificate.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Loader/Helper/AcceptAllCertificate.cs",
"repo_id": "ET",
"token_count": 96
} | 142 |
fileFormatVersion: 2
guid: 502d8cafd6a5a0447ab1db9a24cdcb10
timeCreated: 1476430105
licenseType: Pro
MonoImporter:
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Loader/MonoBehaviour/ReferenceCollector.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Loader/MonoBehaviour/ReferenceCollector.cs.meta",
"repo_id": "ET",
"token_count": 102
} | 143 |
using System;
using System.Collections.Generic;
using UnityEngine;
using YooAsset;
namespace ET
{
/// <summary>
/// 远端资源地址查询服务类
/// </summary>
public class RemoteServices : IRemoteServices
{
private readonly string _defaultHostServer;
private readonly string _fallbackHostServer;
... | ET/Unity/Assets/Scripts/Loader/Resource/ResourcesComponent.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Loader/Resource/ResourcesComponent.cs",
"repo_id": "ET",
"token_count": 2971
} | 144 |
fileFormatVersion: 2
guid: 885e50cc17c2b9345bcf5e8bac46ae03
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Client/Demo/AI.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Client/Demo/AI.meta",
"repo_id": "ET",
"token_count": 71
} | 145 |
fileFormatVersion: 2
guid: 390f281261413d847bd6ceb803f5c38a
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Generate/ClientServer/ConfigPartial.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Generate/ClientServer/ConfigPartial.meta",
"repo_id": "ET",
"token_count": 69
} | 146 |
fileFormatVersion: 2
guid: 24ce03f1b7723bc47bca791671a977d2
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Generate/Server.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Generate/Server.meta",
"repo_id": "ET",
"token_count": 70
} | 147 |
fileFormatVersion: 2
guid: d21748fcd16e9ba4490731de6fb475b7
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Generate/Server/ConfigPartial/StartProcessConfig.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Generate/Server/ConfigPartial/StartProcessConfig.cs.meta",
"repo_id": "ET",
"token_count": 93
} | 148 |
fileFormatVersion: 2
guid: 80ca7b39eee27b6469d966bf15636111
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Server.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Server.meta",
"repo_id": "ET",
"token_count": 68
} | 149 |
using System.Collections.Generic;
namespace ET.Server
{
[ComponentOf(typeof(Scene))]
public class RobotManagerComponent: Entity, IAwake, IDestroy
{
public HashSet<int> robots = new();
}
} | ET/Unity/Assets/Scripts/Model/Server/Demo/Robot/RobotManagerComponent.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Server/Demo/Robot/RobotManagerComponent.cs",
"repo_id": "ET",
"token_count": 80
} | 150 |
fileFormatVersion: 2
guid: d3d85a4b2a3594b9fa6887cc3b574056
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Server/LockStep/Match.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Server/LockStep/Match.meta",
"repo_id": "ET",
"token_count": 72
} | 151 |
fileFormatVersion: 2
guid: 9310265e136b6074cac1754f44280871
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Server/Module/ActorLocation.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Server/Module/ActorLocation.meta",
"repo_id": "ET",
"token_count": 67
} | 152 |
fileFormatVersion: 2
guid: 1be6139db3006b9419935261c3d0414e
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Server/Module/Http.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Server/Module/Http.meta",
"repo_id": "ET",
"token_count": 68
} | 153 |
fileFormatVersion: 2
guid: 49cfb0bef9f14131b988f817eff4313b
timeCreated: 1688535429 | ET/Unity/Assets/Scripts/Model/Server/Module/NetInner/A2NetInner_Message.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Server/Module/NetInner/A2NetInner_Message.cs.meta",
"repo_id": "ET",
"token_count": 37
} | 154 |
using System;
using System.Collections.Generic;
namespace ET
{
public interface ILSRollback
{
}
public interface ILSRollbackSystem: ISystemType
{
void Run(Entity o);
}
[LSEntitySystem]
public abstract class LSRollbackSystem<T>: SystemObject, ILSRollbackSystem where T: ... | ET/Unity/Assets/Scripts/Model/Share/LockStep/ILSRollbackSystem.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Share/LockStep/ILSRollbackSystem.cs",
"repo_id": "ET",
"token_count": 385
} | 155 |
using MemoryPack;
namespace ET
{
[ComponentOf(typeof(LSUnit))]
[MemoryPackable]
public partial class LSInputComponent: LSEntity, ILSUpdate, IAwake, ISerializeToEntity
{
public LSInput LSInput { get; set; }
}
} | ET/Unity/Assets/Scripts/Model/Share/LockStep/LSInputComponent.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Share/LockStep/LSInputComponent.cs",
"repo_id": "ET",
"token_count": 95
} | 156 |
fileFormatVersion: 2
guid: 4ad8d604046d19e40a023fa31ed2265f
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Share/Module.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Share/Module.meta",
"repo_id": "ET",
"token_count": 69
} | 157 |
using System;
namespace ET
{
public abstract class MessageSessionHandler<Message>: HandlerObject, IMessageSessionHandler where Message : MessageObject
{
protected abstract ETTask Run(Session session, Message message);
public void Handle(Session session, object msg)
{
Handle... | ET/Unity/Assets/Scripts/Model/Share/Module/Message/MessageSessionHandler.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Share/Module/Message/MessageSessionHandler.cs",
"repo_id": "ET",
"token_count": 1886
} | 158 |
fileFormatVersion: 2
guid: 0abfe3cf9ea0c8d41a0afe2920c080bb
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/Model/Share/Module/Move/MoveEventType.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Share/Module/Move/MoveEventType.cs.meta",
"repo_id": "ET",
"token_count": 95
} | 159 |
using System;
using System.Collections.Generic;
using DotRecast.Core;
using DotRecast.Detour;
namespace ET
{
/// <summary>
/// 同一块地图可能有多种寻路数据,玩家可以随时切换,怪物也可能跟玩家的寻路不一样,寻路组件应该挂在Unit上
/// </summary>
[ComponentOf(typeof(Unit))]
public class PathfindingComponent: Entity, IAwake<string>, IDestroy
{
... | ET/Unity/Assets/Scripts/Model/Share/Module/Recast/PathfindingComponent.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Share/Module/Recast/PathfindingComponent.cs",
"repo_id": "ET",
"token_count": 460
} | 160 |
using System;
using System.Collections.Generic;
using System.Reflection;
using MongoDB.Bson.Serialization;
using MongoDB.Bson.Serialization.Conventions;
using TrueSync;
using Unity.Mathematics;
namespace ET
{
public static class MongoRegister
{
private static void RegisterStruct<T>() where T : struct
... | ET/Unity/Assets/Scripts/Model/Share/MongoRegister.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/Model/Share/MongoRegister.cs",
"repo_id": "ET",
"token_count": 961
} | 161 |
fileFormatVersion: 2
guid: 137b9a9afa07bc346a600d906e6acf8e
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ModelView/Client/Demo/UI.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ModelView/Client/Demo/UI.meta",
"repo_id": "ET",
"token_count": 70
} | 162 |
using System.Collections.Generic;
using UnityEngine;
namespace ET.Client
{
public enum MotionType
{
None,
Idle,
Run,
}
[ComponentOf]
public class AnimatorComponent : Entity, IAwake, IUpdate, IDestroy
{
public Dictionary<string, AnimationClip> animationClips = new();
public HashSet<string> Parameter =... | ET/Unity/Assets/Scripts/ModelView/Client/Demo/Unit/AnimatorComponent.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ModelView/Client/Demo/Unit/AnimatorComponent.cs",
"repo_id": "ET",
"token_count": 162
} | 163 |
fileFormatVersion: 2
guid: 8a47a9c1731af4f6b976d8c1c0a5c6b4
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ModelView/Client/LockStep/UI.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ModelView/Client/LockStep/UI.meta",
"repo_id": "ET",
"token_count": 77
} | 164 |
fileFormatVersion: 2
guid: e856c423a1f6fc94ba8601e52423851d
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ModelView/Client/Module/UI.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ModelView/Client/Module/UI.meta",
"repo_id": "ET",
"token_count": 69
} | 165 |
fileFormatVersion: 2
guid: 15fc04bfffbb11842979476b0640b506
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ModelView/Client/Plugins/Example.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ModelView/Client/Plugins/Example.meta",
"repo_id": "ET",
"token_count": 66
} | 166 |
fileFormatVersion: 2
guid: bd8c346f031de6f4198b9739a9078b84
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Core/FRand.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Core/FRand.cs.meta",
"repo_id": "ET",
"token_count": 96
} | 167 |
fileFormatVersion: 2
guid: c622a9076061add4f952ac8e4bd8280b
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Core/RcHashCodes.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Core/RcHashCodes.cs.meta",
"repo_id": "ET",
"token_count": 95
} | 168 |
fileFormatVersion: 2
guid: 669ce24ed3ba4a3459c61f811c246bf7
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Core/RcSortedQueue.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Core/RcSortedQueue.cs.meta",
"repo_id": "ET",
"token_count": 95
} | 169 |
namespace DotRecast.Detour.Crowd
{
public enum DtMoveRequestState
{
DT_CROWDAGENT_TARGET_NONE,
DT_CROWDAGENT_TARGET_FAILED,
DT_CROWDAGENT_TARGET_VALID,
DT_CROWDAGENT_TARGET_REQUESTING,
DT_CROWDAGENT_TARGET_WAITING_FOR_QUEUE,
DT_CROWDAGENT_TARGET_WAITING_FOR_PATH,... | ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Crowd/DtMoveRequestState.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Crowd/DtMoveRequestState.cs",
"repo_id": "ET",
"token_count": 208
} | 170 |
/*
Copyright (c) 2009-2010 Mikko Mononen memon@inside.org
recast4j copyright (c) 2015-2019 Piotr Piastucki piotr@jtilia.org
DotRecast Copyright (c) 2023 Choi Ikpil ikpil@naver.com
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
ar... | ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Crowd/DtPathQueue.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Crowd/DtPathQueue.cs",
"repo_id": "ET",
"token_count": 1534
} | 171 |
/*
recast4j copyright (c) 2021 Piotr Piastucki piotr@jtilia.org
DotRecast Copyright (c) 2023 Choi Ikpil ikpil@naver.com
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted t... | ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Dynamic/Io/VoxelFileReader.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Dynamic/Io/VoxelFileReader.cs",
"repo_id": "ET",
"token_count": 3012
} | 172 |
using System;
using DotRecast.Core;
namespace DotRecast.Detour.Extras.Jumplink
{
public class ClimbTrajectory : Trajectory
{
public override RcVec3f Apply(RcVec3f start, RcVec3f end, float u)
{
return new RcVec3f()
{
x = Lerp(start.x, end.x, Math.Min(2f *... | ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Extras/Jumplink/ClimbTrajectory.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Extras/Jumplink/ClimbTrajectory.cs",
"repo_id": "ET",
"token_count": 286
} | 173 |
namespace DotRecast.Detour.Extras.Jumplink
{
public class JumpLink
{
public const int MAX_SPINE = 8;
public readonly int nspine = MAX_SPINE;
public readonly float[] spine0 = new float[MAX_SPINE * 3];
public readonly float[] spine1 = new float[MAX_SPINE * 3];
public Ground... | ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Extras/Jumplink/JumpLink.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Extras/Jumplink/JumpLink.cs",
"repo_id": "ET",
"token_count": 203
} | 174 |
using System;
namespace DotRecast.Detour.Extras.Jumplink
{
public class PolyQueryInvoker : IDtPolyQuery
{
public readonly Action<DtMeshTile, DtPoly, long> _callback;
public PolyQueryInvoker(Action<DtMeshTile, DtPoly, long> callback)
{
_callback = callback;
}
... | ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Extras/Jumplink/PolyQueryInvoker.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Extras/Jumplink/PolyQueryInvoker.cs",
"repo_id": "ET",
"token_count": 215
} | 175 |
fileFormatVersion: 2
guid: 2b1412777b3ec4a4d9dda49849cf8783
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.TileCache/DtLayerSweepSpan.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.TileCache/DtLayerSweepSpan.cs.meta",
"repo_id": "ET",
"token_count": 95
} | 176 |
fileFormatVersion: 2
guid: 1b74942eb8d1c0a44800d08731c3aa02
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.TileCache/Io/Compress.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.TileCache/Io/Compress.meta",
"repo_id": "ET",
"token_count": 72
} | 177 |
fileFormatVersion: 2
guid: ca29cd0f3be4d1e44a831c0e2378e037
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.TileCache/Io/DtTileCacheWriter.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.TileCache/Io/DtTileCacheWriter.cs.meta",
"repo_id": "ET",
"token_count": 98
} | 178 |
/*
recast4j copyright (c) 2021 Piotr Piastucki piotr@jtilia.org
DotRecast Copyright (c) 2023 Choi Ikpil ikpil@naver.com
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted t... | ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/ConvexConvexIntersection.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/ConvexConvexIntersection.cs",
"repo_id": "ET",
"token_count": 6043
} | 179 |
/*
recast4j copyright (c) 2021 Piotr Piastucki piotr@jtilia.org
DotRecast Copyright (c) 2023 Choi Ikpil ikpil@naver.com
This software is provided 'as-is', without any express or implied
warranty. In no event will the authors be held liable for any damages
arising from the use of this software.
Permission is granted t... | ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/DtNavMeshRaycast.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/DtNavMeshRaycast.cs",
"repo_id": "ET",
"token_count": 2069
} | 180 |
using DotRecast.Core;
namespace DotRecast.Detour
{
public readonly struct DtPolyPoint
{
public readonly long refs;
public readonly RcVec3f pt;
public DtPolyPoint(long polyRefs, RcVec3f polyPt)
{
refs = polyRefs;
pt = polyPt;
}
}
} | ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/DtPolyPoint.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/DtPolyPoint.cs",
"repo_id": "ET",
"token_count": 164
} | 181 |
using DotRecast.Core;
namespace DotRecast.Detour
{
public class DtStraightPathOption
{
public static readonly DtStraightPathOption None = new DtStraightPathOption(0, "None");
public static readonly DtStraightPathOption AreaCrossings = new DtStraightPathOption(DtNavMeshQuery.DT_STRAIGHTPATH_ARE... | ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/DtStraightPathOption.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/DtStraightPathOption.cs",
"repo_id": "ET",
"token_count": 349
} | 182 |
namespace DotRecast.Detour
{
public enum Intersection
{
None,
Single,
Overlap,
}
} | ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/Intersection.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/Intersection.cs",
"repo_id": "ET",
"token_count": 64
} | 183 |
fileFormatVersion: 2
guid: 9c9a131c03c797a43b20259a251adb7a
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RcConfig.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RcConfig.cs.meta",
"repo_id": "ET",
"token_count": 95
} | 184 |
fileFormatVersion: 2
guid: 42ee7b70d14a6b240a234ddd7beabd3d
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RcHeightPatch.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RcHeightPatch.cs.meta",
"repo_id": "ET",
"token_count": 96
} | 185 |
fileFormatVersion: 2
guid: 05192641e17049343b6696240e00a95d
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RcPolyMeshDetail.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RcPolyMeshDetail.cs.meta",
"repo_id": "ET",
"token_count": 92
} | 186 |
fileFormatVersion: 2
guid: de4eebd712f13a3408584d9f3619c9a9
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RecastArea.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RecastArea.cs.meta",
"repo_id": "ET",
"token_count": 95
} | 187 |
fileFormatVersion: 2
guid: eec597a8f8d458142be9eed7240f48c4
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RecastFilter.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RecastFilter.cs.meta",
"repo_id": "ET",
"token_count": 94
} | 188 |
using System;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Security;
namespace ET
{
public struct ETAsyncTaskMethodBuilder
{
private IStateMachineWrap iStateMachineWrap;
private ETTask tcs;
// 1. Static Create method.
[DebuggerHidden]
... | ET/Unity/Assets/Scripts/ThirdParty/ETTask/AsyncETTaskMethodBuilder.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/ETTask/AsyncETTaskMethodBuilder.cs",
"repo_id": "ET",
"token_count": 2275
} | 189 |
using System;
using System.Collections.Concurrent;
using System.Runtime.CompilerServices;
namespace ET
{
public interface IStateMachineWrap
{
Action MoveNext { get; }
void Recycle();
}
public class StateMachineWrap<T>: IStateMachineWrap where T: IAsyncStateMachine
{
pr... | ET/Unity/Assets/Scripts/ThirdParty/ETTask/StateMachineWrap.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/ETTask/StateMachineWrap.cs",
"repo_id": "ET",
"token_count": 662
} | 190 |
fileFormatVersion: 2
guid: 28fd7d4bb9a824847b548d99ccf75eea
MonoImporter:
externalObjects: {}
serializedVersion: 2
defaultReferences: []
executionOrder: 0
icon: {instanceID: 0}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ThirdParty/NativeCollection/FixedSizeMemoryPool/FixedSizeMemoryPool.cs.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/NativeCollection/FixedSizeMemoryPool/FixedSizeMemoryPool.cs.meta",
"repo_id": "ET",
"token_count": 95
} | 191 |
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Runtime.CompilerServices;
using System.Text;
namespace NativeCollection.UnsafeType
{
public unsafe struct List<T> : ICollection<T>, IDisposable, IPool where T : unmanaged, IEquatable<T>
{
private Li... | ET/Unity/Assets/Scripts/ThirdParty/NativeCollection/UnsafeType/List.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/NativeCollection/UnsafeType/List.cs",
"repo_id": "ET",
"token_count": 4599
} | 192 |
fileFormatVersion: 2
guid: dd839f2e7f753f745a43cfc988a39246
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Scripts/ThirdParty/NativeCollection/UnsafeType/SortedSet.meta/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/NativeCollection/UnsafeType/SortedSet.meta",
"repo_id": "ET",
"token_count": 70
} | 193 |
#region License
/*
MIT License
Copyright © 2006 The Mono.Xna Team
All rights reserved.
Authors
* Alan McGovern
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 w... | ET/Unity/Assets/Scripts/ThirdParty/TrueSync/TSVector2.cs/0 | {
"file_path": "ET/Unity/Assets/Scripts/ThirdParty/TrueSync/TSVector2.cs",
"repo_id": "ET",
"token_count": 8820
} | 194 |
fileFormatVersion: 2
guid: 067516e3052a2af4eb641d1ffc59a8de
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:
| ET/Unity/Assets/Settings/IgnoreAsmdef/Model/Generate/Client/Ignore.asmdef.DISABLED.meta/0 | {
"file_path": "ET/Unity/Assets/Settings/IgnoreAsmdef/Model/Generate/Client/Ignore.asmdef.DISABLED.meta",
"repo_id": "ET",
"token_count": 65
} | 195 |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 2ec995e51a6e2... | ET/Unity/Assets/Settings/UniversalRenderPipelineGlobalSettings.asset/0 | {
"file_path": "ET/Unity/Assets/Settings/UniversalRenderPipelineGlobalSettings.asset",
"repo_id": "ET",
"token_count": 443
} | 196 |
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!1045 &1
EditorBuildSettings:
m_ObjectHideFlags: 0
serializedVersion: 2
m_Scenes:
- enabled: 1
path: Assets/Scenes/Init.unity
guid: e0d691ac8c1d0454ba07089ea820e18a
m_configObjects:
com.unity.addressableassets: {fileID: 11400000, guid: f989b2ba2489034... | ET/Unity/ProjectSettings/EditorBuildSettings.asset/0 | {
"file_path": "ET/Unity/ProjectSettings/EditorBuildSettings.asset",
"repo_id": "ET",
"token_count": 166
} | 197 |
/*
Copyright (c) 2015 Ki
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, sublic... | ILSpy/ICSharpCode.BamlDecompiler/Baml/BamlContext.cs/0 | {
"file_path": "ILSpy/ICSharpCode.BamlDecompiler/Baml/BamlContext.cs",
"repo_id": "ILSpy",
"token_count": 1509
} | 198 |
/*
Copyright (c) 2015 Ki
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, sublic... | ILSpy/ICSharpCode.BamlDecompiler/Xaml/XamlType.cs/0 | {
"file_path": "ILSpy/ICSharpCode.BamlDecompiler/Xaml/XamlType.cs",
"repo_id": "ILSpy",
"token_count": 1440
} | 199 |
@{
# Script module or binary module file associated with this manifest.
RootModule = 'ICSharpCode.Decompiler.PowerShell.dll'
# Version number of this module.
ModuleVersion = '8.0.0.0'
# Supported PSEditions
# CompatiblePSEditions = @()
# ID used to uniquely identify this module
GUID ... | ILSpy/ICSharpCode.Decompiler.PowerShell/manifest.psd1/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.PowerShell/manifest.psd1",
"repo_id": "ILSpy",
"token_count": 1261
} | 200 |
using System;
using System.IO;
using System.Linq;
using System.Reflection.Metadata;
using System.Reflection.PortableExecutable;
using System.Runtime.CompilerServices;
using System.Text;
using System.Xml.Linq;
using ICSharpCode.Decompiler.CSharp;
using ICSharpCode.Decompiler.DebugInfo;
using ICSharpCode.Decompiler.Met... | ILSpy/ICSharpCode.Decompiler.Tests/PdbGenerationTestRunner.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/PdbGenerationTestRunner.cs",
"repo_id": "ILSpy",
"token_count": 2718
} | 201 |
// Copyright (c) 2016 Daniel Grunwald
//
// 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,
// publ... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/Conversions.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/Conversions.cs",
"repo_id": "ILSpy",
"token_count": 1815
} | 202 |
// Copyright (c) 2016 Daniel Grunwald
//
// 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,
// publ... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/OverloadResolution.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/OverloadResolution.cs",
"repo_id": "ILSpy",
"token_count": 4377
} | 203 |
using System;
using System.Runtime.InteropServices;
internal class EvalOrder
{
private SimpleStruct field;
public static void Test(EvalOrder p)
{
// ldflda (and potential NRE) before MyStruct ctor call
ref SimpleStruct reference = ref p.field;
reference = new SimpleStruct(1);
}
}
[StructLayout(LayoutKind.Seq... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/EvalOrder.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/EvalOrder.cs",
"repo_id": "ILSpy",
"token_count": 140
} | 204 |
namespace ICSharpCode.Decompiler.Tests.TestCases.ILPretty
{
public class Issue1047
{
private static bool dummy;
private void ProblemMethod()
{
while (!dummy)
{
}
}
}
} | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1047.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1047.cs",
"repo_id": "ILSpy",
"token_count": 82
} | 205 |
.assembly extern mscorlib
{
.publickeytoken = (B7 7A 5C 56 19 34 E0 89 )
.ver 4:0:0:0
}
.assembly Issue1454
{
.hash algorithm 0x00008004
.ver 1:0:4059:39717
}
.module Issue1454.dll
.imagebase 0x00400000
.file alignment 0x00000200
.stackreserve 0x00100000
.subsystem 0x0003 // WINDOWS_CUI
.corflags 0x000000... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1454.il/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1454.il",
"repo_id": "ILSpy",
"token_count": 1419
} | 206 |
// Metadata version: v4.0.30319
.assembly extern mscorlib
{
.publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4..
.ver 4:0:0:0
}
.assembly extern System
{
.publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4..
.ver 4:0:0:0
}
.assembly extern Microsoft.Visual... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue646.il/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue646.il",
"repo_id": "ILSpy",
"token_count": 1278
} | 207 |
// Metadata version: v4.0.30319
.assembly extern mscorlib
{
.publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) // .z\V.4..
.ver 4:0:0:0
}
.assembly BoolEnum
{
.ver 1:0:0:0
}
.module BoolEnum.exe
.imagebase 0x00400000
.file alignment 0x00000200
.stackreserve 0x00100000
.subsystem 0x0003 //... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/WeirdEnums.il/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/WeirdEnums.il",
"repo_id": "ILSpy",
"token_count": 923
} | 208 |
using System;
namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty
{
internal class AutoProperties
{
#if CS110
public required int RequiredField;
#endif
public int A { get; } = 1;
public int B { get; set; } = 2;
public static int C { get; } = 3;
public static int D { get; set; } = 4;
public strin... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/AutoProperties.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/AutoProperties.cs",
"repo_id": "ILSpy",
"token_count": 348
} | 209 |
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team
//
// 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, m... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/DelegateConstruction.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/DelegateConstruction.cs",
"repo_id": "ILSpy",
"token_count": 5721
} | 210 |
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team
//
// 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, m... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/LiftedOperators.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/LiftedOperators.cs",
"repo_id": "ILSpy",
"token_count": 9324
} | 211 |
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team
//
// 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, m... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/PropertiesAndEvents.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/PropertiesAndEvents.cs",
"repo_id": "ILSpy",
"token_count": 1575
} | 212 |
// Copyright (c) AlphaSierraPapa for the SharpDevelop Team
//
// 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, m... | ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/TypeAnalysisTests.cs/0 | {
"file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/TypeAnalysisTests.cs",
"repo_id": "ILSpy",
"token_count": 2750
} | 213 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.