text
stringlengths
7
35.3M
id
stringlengths
11
185
metadata
dict
__index_level_0__
int64
0
2.14k
fileFormatVersion: 2 guid: 42b7753da8981504ca380fe9d3a7b425 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/Hotfix.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/Hotfix.meta", "repo_id": "ET", "token_count": 69 }
127
fileFormatVersion: 2 guid: 0e5f376ea66398e4f8d5fc5d700b4373 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/Hotfix/Client/Demo/Main/Move.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/Hotfix/Client/Demo/Main/Move.meta", "repo_id": "ET", "token_count": 71 }
128
fileFormatVersion: 2 guid: b99fb42c78388f147beaf9a963a80458 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/Hotfix/Client/Demo/Main/Unit.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/Hotfix/Client/Demo/Main/Unit.meta", "repo_id": "ET", "token_count": 68 }
129
namespace ET.Client { [Invoke((long)SceneType.NetClient)] public class FiberInit_NetClient: AInvokeHandler<FiberInit, ETTask> { public override async ETTask Handle(FiberInit fiberInit) { Scene root = fiberInit.Fiber.Root; root.AddComponent<MailBoxComponent, MailBoxTy...
ET/Unity/Assets/Scripts/Hotfix/Client/Demo/NetClient/FiberInit_NetClient.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/Hotfix/Client/Demo/NetClient/FiberInit_NetClient.cs", "repo_id": "ET", "token_count": 268 }
130
using System; using System.Net; namespace ET.Client { [FriendOf(typeof(RouterConnector))] [EntitySystemOf(typeof(RouterConnector))] public static partial class RouterConnectorSystem { [EntitySystem] private static void Awake(this RouterConnector self) { NetComponent...
ET/Unity/Assets/Scripts/Hotfix/Client/Demo/NetClient/Router/RouterConnectorSystem.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/Hotfix/Client/Demo/NetClient/Router/RouterConnectorSystem.cs", "repo_id": "ET", "token_count": 523 }
131
fileFormatVersion: 2 guid: a574066b9ea021c4b9d593dad32e2f97 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/Hotfix/Client/Plugins/Example.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/Hotfix/Client/Plugins/Example.meta", "repo_id": "ET", "token_count": 70 }
132
fileFormatVersion: 2 guid: 095b8ad04710a544d80c093d4c815bdb MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/Hotfix/Server/Benchmark/NetComponentOnReadInvoker_BenchmarkClient.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/Benchmark/NetComponentOnReadInvoker_BenchmarkClient.cs.meta", "repo_id": "ET", "token_count": 95 }
133
namespace ET.Server { public static class GateMapFactory { public static async ETTask<Scene> Create(Entity parent, long id, long instanceId, string name) { await ETTask.CompletedTask; Scene scene = EntitySceneFactory.CreateScene(parent, id, instanceId, SceneType.Map, name...
ET/Unity/Assets/Scripts/Hotfix/Server/Demo/Gate/GateMapFactory.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/Demo/Gate/GateMapFactory.cs", "repo_id": "ET", "token_count": 285 }
134
using System.Net; using System.Text; namespace ET.Server { public static partial class HttpHelper { public static void Response(HttpListenerContext context, object response) { byte[] bytes = MongoHelper.ToJson(response).ToUtf8(); context.Response.StatusCode = 200; ...
ET/Unity/Assets/Scripts/Hotfix/Server/Demo/HttpHelper.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/Demo/HttpHelper.cs", "repo_id": "ET", "token_count": 215 }
135
fileFormatVersion: 2 guid: 82030ce8c55952d4281c067ab368ef72 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/Hotfix/Server/Demo/Map/Move/C2M_StopHandler.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/Demo/Map/Move/C2M_StopHandler.cs.meta", "repo_id": "ET", "token_count": 92 }
136
fileFormatVersion: 2 guid: 5933b5c48d0a66e4e92904734aa09739 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/Hotfix/Server/Demo/Robot/Console/CreateRobotConsoleHandler.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/Demo/Robot/Console/CreateRobotConsoleHandler.cs.meta", "repo_id": "ET", "token_count": 96 }
137
fileFormatVersion: 2 guid: bad29a92a5a8b41f7b3ec3f4bd23bc34 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/Hotfix/Server/LockStep.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/LockStep.meta", "repo_id": "ET", "token_count": 72 }
138
using System; namespace ET.Server { [MessageHandler(SceneType.Location)] public class ObjectGetRequestHandler: MessageHandler<Scene, ObjectGetRequest, ObjectGetResponse> { protected override async ETTask Run(Scene scene, ObjectGetRequest request, ObjectGetResponse response) { r...
ET/Unity/Assets/Scripts/Hotfix/Server/Module/ActorLocation/ObjectGetRequestHandler.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/Module/ActorLocation/ObjectGetRequestHandler.cs", "repo_id": "ET", "token_count": 152 }
139
fileFormatVersion: 2 guid: 34561c39c6a10754abfb53da3becd29b folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/Hotfix/Server/Module/Message.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/Module/Message.meta", "repo_id": "ET", "token_count": 68 }
140
fileFormatVersion: 2 guid: 3fc65a37e69f17e43b4c2371e7f71ee6 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/Hotfix/Server/Module/RobotCase/RobotCaseComponentSystem.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/Hotfix/Server/Module/RobotCase/RobotCaseComponentSystem.cs.meta", "repo_id": "ET", "token_count": 97 }
141
fileFormatVersion: 2 guid: fc49c73c647c3cb47974ecfc4bd8121f MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/Hotfix/Share/Module/AI/AIComponentSystem.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/Hotfix/Share/Module/AI/AIComponentSystem.cs.meta", "repo_id": "ET", "token_count": 94 }
142
using System.Net; using System.Net.Sockets; namespace ET { [EntitySystemOf(typeof(NetComponent))] [FriendOf(typeof(NetComponent))] public static partial class NetComponentSystem { [EntitySystem] private static void Awake(this NetComponent self, IPEndPoint address, NetworkProtocol proto...
ET/Unity/Assets/Scripts/Hotfix/Share/Module/Message/NetComponentSystem.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/Hotfix/Share/Module/Message/NetComponentSystem.cs", "repo_id": "ET", "token_count": 2040 }
143
fileFormatVersion: 2 guid: 0bdc5a9258f99554b92e5fb56e8eb1c8 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/Hotfix/Share/Module/Recast/PathfindingComponentSystem.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/Hotfix/Share/Module/Recast/PathfindingComponentSystem.cs.meta", "repo_id": "ET", "token_count": 97 }
144
fileFormatVersion: 2 guid: 3b6af982b30206d40b1d867f575ecce9 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/HotfixView/Client.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/HotfixView/Client.meta", "repo_id": "ET", "token_count": 71 }
145
namespace ET.Client { [Event(SceneType.Current)] public class SceneChangeFinishEvent_CreateUIHelp : AEvent<Scene, SceneChangeFinish> { protected override async ETTask Run(Scene scene, SceneChangeFinish args) { await UIHelper.Create(scene, UIType.UIHelp, UILayer.Mid); } ...
ET/Unity/Assets/Scripts/HotfixView/Client/Demo/UI/UIHelp/SceneChangeFinishEvent_CreateUIHelp.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/HotfixView/Client/Demo/UI/UIHelp/SceneChangeFinishEvent_CreateUIHelp.cs", "repo_id": "ET", "token_count": 133 }
146
namespace ET.Client { [Event(SceneType.Demo)] public class LoginFinish_RemoveLoginUI: AEvent<Scene, LoginFinish> { protected override async ETTask Run(Scene scene, LoginFinish args) { await UIHelper.Remove(scene, UIType.UILogin); } } }
ET/Unity/Assets/Scripts/HotfixView/Client/Demo/UI/UILogin/LoginFinish_RemoveLoginUI.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/HotfixView/Client/Demo/UI/UILogin/LoginFinish_RemoveLoginUI.cs", "repo_id": "ET", "token_count": 96 }
147
fileFormatVersion: 2 guid: c663d4dff8cf7c44bb7fc2858088aea0 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/HotfixView/Client/Demo/Unit/GameObjectComponentSystem.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/HotfixView/Client/Demo/Unit/GameObjectComponentSystem.cs.meta", "repo_id": "ET", "token_count": 94 }
148
fileFormatVersion: 2 guid: 9390f59e3a1a443c9b9f89316a2512c7 timeCreated: 1682061228
ET/Unity/Assets/Scripts/HotfixView/Client/LockStep/LSUnitViewSystem.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/HotfixView/Client/LockStep/LSUnitViewSystem.cs.meta", "repo_id": "ET", "token_count": 39 }
149
fileFormatVersion: 2 guid: 744de8ce4164e42cc9cc2317824bab29 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/HotfixView/Client/LockStep/UI/UILSLogin/LoginFinish_RemoveLoginUI.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/HotfixView/Client/LockStep/UI/UILSLogin/LoginFinish_RemoveLoginUI.cs.meta", "repo_id": "ET", "token_count": 93 }
150
fileFormatVersion: 2 guid: eb574b49a705741f7b1bece103e2c1e8 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/Loader/MonoBehaviour.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/Loader/MonoBehaviour.meta", "repo_id": "ET", "token_count": 71 }
151
fileFormatVersion: 2 guid: 909c303b6491e443bbd3c518b1256a2c MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/Loader/Plugins/Example/MonoScript.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/Loader/Plugins/Example/MonoScript.cs.meta", "repo_id": "ET", "token_count": 95 }
152
fileFormatVersion: 2 guid: 7e44d691f47abe34e9deb9cb309074f4 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/Loader/Resource/StreamingAssetsHelper/StreamingAssetsDefine.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/Loader/Resource/StreamingAssetsHelper/StreamingAssetsDefine.cs.meta", "repo_id": "ET", "token_count": 94 }
153
fileFormatVersion: 2 guid: 2ba262f8f3390b14a9c060648c1f111c folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/Model/Client/Demo/Main/Move.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/Model/Client/Demo/Main/Move.meta", "repo_id": "ET", "token_count": 70 }
154
namespace ET.Client { [ComponentOf(typeof(Room))] public class LSReplayUpdater: Entity, IAwake, IUpdate { public int ReplaySpeed { get; set; } = 1; } }
ET/Unity/Assets/Scripts/Model/Client/LockStep/LSReplayUpdater.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/Model/Client/LockStep/LSReplayUpdater.cs", "repo_id": "ET", "token_count": 75 }
155
using MemoryPack; using System.Collections.Generic; namespace ET { [MemoryPackable] [Message(ClientMessage.Main2NetClient_Login)] [ResponseType(nameof(NetClient2Main_Login))] public partial class Main2NetClient_Login : MessageObject, IRequest { public static Main2NetClient_Login Create(bool...
ET/Unity/Assets/Scripts/Model/Generate/ClientServer/Message/ClientMessage_C_1000.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/Model/Generate/ClientServer/Message/ClientMessage_C_1000.cs", "repo_id": "ET", "token_count": 1117 }
156
using System; using System.Collections.Generic; using MongoDB.Bson.Serialization.Attributes; using MongoDB.Bson.Serialization.Options; using System.ComponentModel; namespace ET { [Config] public partial class StartProcessConfigCategory : Singleton<StartProcessConfigCategory>, IMerge { [BsonElement]...
ET/Unity/Assets/Scripts/Model/Generate/Server/Config/StartProcessConfig.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/Model/Generate/Server/Config/StartProcessConfig.cs", "repo_id": "ET", "token_count": 844 }
157
fileFormatVersion: 2 guid: 5ee927a146d81a54bb25900fd6369ae7 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/Model/Server/Demo.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/Model/Server/Demo.meta", "repo_id": "ET", "token_count": 68 }
158
fileFormatVersion: 2 guid: 74ee26df1c91d9d4caac1d4e1c104b90 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/Model/Server/Demo/Map/Recast.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/Model/Server/Demo/Map/Recast.meta", "repo_id": "ET", "token_count": 72 }
159
fileFormatVersion: 2 guid: 4c628457f77814ca1a92b6d757ef4063 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/Model/Server/LockStep/Gate.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/Model/Server/LockStep/Gate.meta", "repo_id": "ET", "token_count": 68 }
160
fileFormatVersion: 2 guid: 50b89103390beda43874b94fdde62cbf folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/Model/Server/Module.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/Model/Server/Module.meta", "repo_id": "ET", "token_count": 68 }
161
namespace ET.Server { public struct RobotInvokeArgs { public Fiber Fiber { get; set; } public string Content { get; set; } } }
ET/Unity/Assets/Scripts/Model/Server/Module/RobotCase/RobotInvokeArgs.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/Model/Server/Module/RobotCase/RobotInvokeArgs.cs", "repo_id": "ET", "token_count": 63 }
162
fileFormatVersion: 2 guid: 3bd7b14de3c7c874d9f2b5411204ddb1 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/Model/Share/Demo/EventType.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/Model/Share/Demo/EventType.cs.meta", "repo_id": "ET", "token_count": 99 }
163
namespace ET { public static class LSConstValue { public const int MatchCount = 1; public const int UpdateInterval = 50; public const int FrameCountPerSecond = 1000 / UpdateInterval; public const int SaveLSWorldFrameCount = 60 * FrameCountPerSecond; } }
ET/Unity/Assets/Scripts/Model/Share/LockStep/LSConstValue.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/Model/Share/LockStep/LSConstValue.cs", "repo_id": "ET", "token_count": 106 }
164
using System; using System.Collections.Generic; namespace ET { public class LSUpdater: Object { private List<long> updateIds = new(); private List<long> newUpdateIds = new(); private readonly Dictionary<long, EntityRef<LSEntity>> lsEntities = new(); public void Update() ...
ET/Unity/Assets/Scripts/Model/Share/LockStep/LSUpdater.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/Model/Share/LockStep/LSUpdater.cs", "repo_id": "ET", "token_count": 727 }
165
using System.Collections.Generic; using System.ComponentModel; using MongoDB.Bson; using MongoDB.Bson.Serialization.Attributes; namespace ET { public partial class AIConfigCategory { [BsonIgnore] public Dictionary<int, SortedDictionary<int, AIConfig>> AIConfigs = new Dictionary<int, SortedDictionary<int, AIConfi...
ET/Unity/Assets/Scripts/Model/Share/Module/AI/AIConfig.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/Model/Share/Module/AI/AIConfig.cs", "repo_id": "ET", "token_count": 360 }
166
namespace ET { public static partial class ErrorCode { public const int ERR_Success = 0; // 1-11004 是SocketError请看SocketError定义 //----------------------------------- // 100000-109999是Core层的错误 // 110000以下的错误请看ErrorCore.cs // 这里配置逻辑层的错误码 /...
ET/Unity/Assets/Scripts/Model/Share/Module/Message/ErrorCode.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/Model/Share/Module/Message/ErrorCode.cs", "repo_id": "ET", "token_count": 243 }
167
using System; using System.Collections.Generic; using System.Linq; using System.Net; namespace ET { public readonly struct RpcInfo { public Type RequestType { get; } private readonly ETTask<IResponse> tcs; public RpcInfo(Type requestType) { this.RequestTyp...
ET/Unity/Assets/Scripts/Model/Share/Module/Message/Session.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/Model/Share/Module/Message/Session.cs", "repo_id": "ET", "token_count": 2996 }
168
namespace ET { // 这个可弄个配置表生成 public static class NumericType { public const int Max = 10000; public const int Speed = 1000; public const int SpeedBase = Speed * 10 + 1; public const int SpeedAdd = Speed * 10 + 2; public const int SpeedPct = Speed * 10 + 3; public const int Speed...
ET/Unity/Assets/Scripts/Model/Share/Module/Numeric/NumericType.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/Model/Share/Module/Numeric/NumericType.cs", "repo_id": "ET", "token_count": 449 }
169
fileFormatVersion: 2 guid: 72dee30733b618e4faf5b6ba68d06607 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/Model/Share/Module/Scene/FiberParentComponent.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/Model/Share/Module/Scene/FiberParentComponent.cs.meta", "repo_id": "ET", "token_count": 94 }
170
namespace ET { [UniqueId(100, 10000)] public static class TimerInvokeType { // 框架层100-200,逻辑层的timer type从200起 public const int WaitTimer = 100; public const int SessionIdleChecker = 101; public const int MessageLocationSenderChecker = 102; public const int MessageSen...
ET/Unity/Assets/Scripts/Model/Share/TimerInvokeType.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/Model/Share/TimerInvokeType.cs", "repo_id": "ET", "token_count": 281 }
171
fileFormatVersion: 2 guid: f9ae1844a4b783344a9468ab5fe5a565 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/ModelView/Client/Demo/UI/UILoading/UILoadingComponent.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/ModelView/Client/Demo/UI/UILoading/UILoadingComponent.cs.meta", "repo_id": "ET", "token_count": 95 }
172
using UnityEngine; namespace ET.Client { [ComponentOf(typeof(Room))] public class LSCameraComponent : Entity, IAwake, ILateUpdate { // 战斗摄像机 private Camera camera; public Transform Transform; public Camera Camera { get { return this.camera; } set { this.camera = value; this.T...
ET/Unity/Assets/Scripts/ModelView/Client/LockStep/Camera/LSCameraComponent.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/ModelView/Client/LockStep/Camera/LSCameraComponent.cs", "repo_id": "ET", "token_count": 258 }
173
fileFormatVersion: 2 guid: 2246148a90d4eaa43922afece421cb89 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/ModelView/Client/Module/UI/UI.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/ModelView/Client/Module/UI/UI.cs.meta", "repo_id": "ET", "token_count": 91 }
174
fileFormatVersion: 2 guid: 98395eb17a7c633439d4cc0873eda2ed AssemblyDefinitionImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/ModelView/Unity.ModelView.asmdef.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/ModelView/Unity.ModelView.asmdef.meta", "repo_id": "ET", "token_count": 64 }
175
fileFormatVersion: 2 guid: 472387c419eb0fb4e932c0083d5b93e0 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Core/RcImmutableArray.Minimal.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Core/RcImmutableArray.Minimal.cs.meta", "repo_id": "ET", "token_count": 96 }
176
fileFormatVersion: 2 guid: d77d6789699e2124db8662a53b5c2f8e MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Core/RcTimerLabel.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Core/RcTimerLabel.cs.meta", "repo_id": "ET", "token_count": 96 }
177
/* 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.Crowd/DtCrowdConfig.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Crowd/DtCrowdConfig.cs", "repo_id": "ET", "token_count": 855 }
178
using DotRecast.Core; namespace DotRecast.Detour.Crowd { /// < Max number of adaptive rings. public class DtObstacleCircle { /** Position of the obstacle */ public RcVec3f p = new RcVec3f(); /** Velocity of the obstacle */ public RcVec3f vel = new RcVec3f(); /** V...
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Crowd/DtObstacleCircle.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Crowd/DtObstacleCircle.cs", "repo_id": "ET", "token_count": 291 }
179
fileFormatVersion: 2 guid: 07da7d12b2b27de40ac1ac84d3e49cbe folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Crowd/Tracking.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Crowd/Tracking.meta", "repo_id": "ET", "token_count": 71 }
180
fileFormatVersion: 2 guid: 4dbbf5aae690ec84aaa643c5bcc82136 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Dynamic/DynamicTile.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Dynamic/DynamicTile.cs.meta", "repo_id": "ET", "token_count": 92 }
181
using System; using DotRecast.Core; namespace DotRecast.Detour.Extras.Jumplink { class EdgeSamplerFactory { public EdgeSampler Get(JumpLinkBuilderConfig acfg, JumpLinkType type, JumpEdge edge) { EdgeSampler es = null; switch (type.Bit) { case ...
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Extras/Jumplink/EdgeSamplerFactory.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Extras/Jumplink/EdgeSamplerFactory.cs", "repo_id": "ET", "token_count": 2121 }
182
namespace DotRecast.Detour.Extras.Jumplink { public class JumpLinkType { public const int EDGE_JUMP_BIT = 1 << 0; public const int EDGE_CLIMB_DOWN_BIT = 1 << 1; public const int EDGE_JUMP_OVER_BIT = 1 << 2; public static readonly JumpLinkType EDGE_JUMP = new JumpLinkType(EDGE_JU...
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Extras/Jumplink/JumpLinkType.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.Extras/Jumplink/JumpLinkType.cs", "repo_id": "ET", "token_count": 290 }
183
fileFormatVersion: 2 guid: ecf26c61d6fa0924eac6a3e1b86604ab MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.TileCache/DtTileCacheObstacle.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.TileCache/DtTileCacheObstacle.cs.meta", "repo_id": "ET", "token_count": 96 }
184
fileFormatVersion: 2 guid: 529d8436a126d4849a07c344e0a7e35a MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.TileCache/TileCacheObstacleType.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour.TileCache/TileCacheObstacleType.cs.meta", "repo_id": "ET", "token_count": 95 }
185
/* 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/DtNavMesh.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/DtNavMesh.cs", "repo_id": "ET", "token_count": 37009 }
186
/* 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/DtNodePool.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/DtNodePool.cs", "repo_id": "ET", "token_count": 1593 }
187
using DotRecast.Core; namespace DotRecast.Detour { public class DtQueryEmptyFilter : IDtQueryFilter { public static readonly DtQueryEmptyFilter Shared = new DtQueryEmptyFilter(); private DtQueryEmptyFilter() { } public bool PassFilter(long refs, DtMeshTile tile, DtPol...
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/DtQueryEmptyFilter.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/DtQueryEmptyFilter.cs", "repo_id": "ET", "token_count": 296 }
188
namespace DotRecast.Detour { public interface IDtPolyQuery { void Process(DtMeshTile tile, DtPoly poly, long refs); } }
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/IDtPolyQuery.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Detour/IDtPolyQuery.cs", "repo_id": "ET", "token_count": 58 }
189
fileFormatVersion: 2 guid: f8fa8a7ca353d8c4fabc394c8410ee14 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RcContourHole.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RcContourHole.cs.meta", "repo_id": "ET", "token_count": 95 }
190
fileFormatVersion: 2 guid: e3508385813dc184e9dc191cb0227bb2 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RcHeightfieldLayerSet.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RcHeightfieldLayerSet.cs.meta", "repo_id": "ET", "token_count": 92 }
191
fileFormatVersion: 2 guid: 692cced149c57c147bc88e02de166732 MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RcPotentialDiagonalComparer.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RcPotentialDiagonalComparer.cs.meta", "repo_id": "ET", "token_count": 92 }
192
fileFormatVersion: 2 guid: d50983d154dff6a47a27b83da6e7736d MonoImporter: externalObjects: {} serializedVersion: 2 defaultReferences: [] executionOrder: 0 icon: {instanceID: 0} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RecastMeshDetail.cs.meta/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/DotRecast/Recast/RecastMeshDetail.cs.meta", "repo_id": "ET", "token_count": 96 }
193
using System; using System.Collections.Concurrent; using System.Collections.Generic; using System.Diagnostics; using System.Runtime.CompilerServices; using System.Runtime.ExceptionServices; namespace ET { [AsyncMethodBuilder(typeof (ETAsyncTaskMethodBuilder))] public class ETTask: ICriticalNotifyCompletion ...
ET/Unity/Assets/Scripts/ThirdParty/ETTask/ETTask.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/ETTask/ETTask.cs", "repo_id": "ET", "token_count": 4694 }
194
/* Copyright (C) <2009-2011> <Thorben Linneweber, Jitter Physics> * * 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 to anyone to use this software for any...
ET/Unity/Assets/Scripts/ThirdParty/TrueSync/TSMatrix.cs/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/TrueSync/TSMatrix.cs", "repo_id": "ET", "token_count": 13153 }
195
{ "name": "Unity.ThirdParty", "rootNamespace": "ET", "references": [ "MemoryPack" ], "includePlatforms": [], "excludePlatforms": [], "allowUnsafeCode": true, "overrideReferences": false, "precompiledReferences": [], "autoReferenced": true, "defineConstraints": [], ...
ET/Unity/Assets/Scripts/ThirdParty/Unity.ThirdParty.asmdef/0
{ "file_path": "ET/Unity/Assets/Scripts/ThirdParty/Unity.ThirdParty.asmdef", "repo_id": "ET", "token_count": 157 }
196
fileFormatVersion: 2 guid: c02cc22842bdeb84f8edb779369d0b91 folderAsset: yes DefaultImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Settings/IgnoreAsmdef/HotfixView/Client.meta/0
{ "file_path": "ET/Unity/Assets/Settings/IgnoreAsmdef/HotfixView/Client.meta", "repo_id": "ET", "token_count": 68 }
197
fileFormatVersion: 2 guid: 5721cf2e08b4a8b45820243403dff9ca AssemblyDefinitionImporter: externalObjects: {} userData: assetBundleName: assetBundleVariant:
ET/Unity/Assets/Settings/IgnoreAsmdef/Model/Generate/Server/Ignore.asmdef.DISABLED.meta/0
{ "file_path": "ET/Unity/Assets/Settings/IgnoreAsmdef/Model/Generate/Server/Ignore.asmdef.DISABLED.meta", "repo_id": "ET", "token_count": 66 }
198
{ "dependencies": { "com.code-philosophy.hybridclr": { "version": "https://gitee.com/focus-creative-games/hybridclr_unity.git", "depth": 0, "source": "git", "dependencies": {}, "hash": "51da1d4c433504f3171fff66217035b89c45d823" }, "com.cysharp.memorypack": { "version": ...
ET/Unity/Packages/packages-lock.json/0
{ "file_path": "ET/Unity/Packages/packages-lock.json", "repo_id": "ET", "token_count": 5558 }
199
{ "version": "1.0", "components": [ "Microsoft.VisualStudio.Component.CoreEditor", "Microsoft.VisualStudio.Workload.CoreEditor", "Microsoft.NetCore.Component.Runtime.6.0", "Microsoft.NetCore.Component.SDK", "Microsoft.VisualStudio.Component.NuGet", "Microsoft.VisualStudio.Component.Roslyn.Co...
ILSpy/.vsconfig/0
{ "file_path": "ILSpy/.vsconfig", "repo_id": "ILSpy", "token_count": 315 }
200
/* 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/KnownMembers.cs/0
{ "file_path": "ILSpy/ICSharpCode.BamlDecompiler/Baml/KnownMembers.cs", "repo_id": "ILSpy", "token_count": 3424 }
201
using System; using System.Collections.Generic; using System.Text; namespace ICSharpCode.Decompiler.PowerShell { public static class ErrorIds { public static readonly string AssemblyLoadFailed = "1"; public static readonly string DecompilationFailed = "2"; } }
ILSpy/ICSharpCode.Decompiler.PowerShell/ErrorIds.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.PowerShell/ErrorIds.cs", "repo_id": "ILSpy", "token_count": 87 }
202
using System; using System.Collections.Generic; using System.IO; using System.Linq; using DiffLib; using Microsoft.CodeAnalysis; using Microsoft.CodeAnalysis.CSharp; using NUnit.Framework; namespace ICSharpCode.Decompiler.Tests.Helpers { public static class CodeAssert { public static void FilesAreEqual(string ...
ILSpy/ICSharpCode.Decompiler.Tests/Helpers/CodeAssert.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/Helpers/CodeAssert.cs", "repo_id": "ILSpy", "token_count": 2201 }
203
// Copyright (c) 2010-2013 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...
ILSpy/ICSharpCode.Decompiler.Tests/Semantics/OverloadResolutionTests.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/Semantics/OverloadResolutionTests.cs", "repo_id": "ILSpy", "token_count": 5005 }
204
// 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/Correctness/Switch.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Correctness/Switch.cs", "repo_id": "ILSpy", "token_count": 2472 }
205
// C:\Users\Siegfried\Documents\Visual Studio 2017\Projects\ConsoleApp13\ConsoleApplication1\bin\Release\ConsoleApplication1.exe .assembly extern mscorlib { .publickeytoken = ( b7 7a 5c 56 19 34 e0 89 ) .ver 4:0:0:0 } .assembly extern FSharp.Core { .publickeytoken = ( b0 3f 5f 7f 11 d5 0a 3a ) .ver 4:4:1:0 }...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/FSharpLoops_Release.il/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/FSharpLoops_Release.il", "repo_id": "ILSpy", "token_count": 7571 }
206
using System; namespace ICSharpCode.Decompiler.Tests.TestCases.ILPretty { internal class Issue1256 { public void Method(Enum e, object o, string s) { int num = (int)(object)e; object obj = new object(); int num2 = (int)obj; long num3 = (long)o; int num4 = (int)(object)s; int num5 = (int)num3; ...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1256.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1256.cs", "repo_id": "ILSpy", "token_count": 149 }
207
.assembly extern mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly Issue1922 { .hash algorithm 0x00008004 .ver 1:0:4059:39717 } .module Issue1389.dll .imagebase 0x00400000 .file alignment 0x00000200 .stackreserve 0x00100000 .subsystem 0x0003 // WINDOWS_CUI .corflags 0x000000...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1922.il/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue1922.il", "repo_id": "ILSpy", "token_count": 492 }
208
 // Microsoft (R) .NET Framework IL Disassembler. Version 3.5.30729.1 // Copyright (c) Microsoft Corporation. All rights reserved. // 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 Syst...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue982.il/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/ILPretty/Issue982.il", "repo_id": "ILSpy", "token_count": 1807 }
209
<?xml version="1.0" encoding="utf-8"?> <symbols> <files> <file id="1" name="-\C.cs" language="C#" checksumAlgorithm="SHA256"> <![CDATA[using System; internal class C : IDisposable { private int ExpressionProperty => 42; private int Property { get { return 0; } set { } }...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/PdbGen/Members.xml/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/PdbGen/Members.xml", "repo_id": "ILSpy", "token_count": 634 }
210
#if !(CS110 && NET70) using System; #endif using System.Threading.Tasks; namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty { internal class ConstantsTests { #if CS90 public nint? NullableNInt() { return null; } public nuint? NullableNUInt() { return null; } #endif #if !(CS110 && NET70) p...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/ConstantsTests.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/ConstantsTests.cs", "repo_id": "ILSpy", "token_count": 2722 }
211
namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty; internal delegate void DelegateInFileScopedNamespace(); internal class FileScopedNamespaces { }
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/FileScopedNamespaces.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/FileScopedNamespaces.cs", "repo_id": "ILSpy", "token_count": 51 }
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/MultidimensionalArray.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/MultidimensionalArray.cs", "repo_id": "ILSpy", "token_count": 628 }
213
using System; namespace ICSharpCode.Decompiler.Tests.TestCases.Pretty { internal class LifetimeTests { private static int staticField; public Span<int> CreateWithoutCapture(scoped ref int value) { // Okay: value is not captured return new Span<int>(ref staticField); } public Span<int> CreateAndCapt...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/RefFields.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/RefFields.cs", "repo_id": "ILSpy", "token_count": 704 }
214
// 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/ValueTypes.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Pretty/ValueTypes.cs", "repo_id": "ILSpy", "token_count": 2230 }
215
// 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 rerff2f0 { .custom instance void [mscorlib]System.Runtime.CompilerServices.CompilationRelaxationsAttribute::.ctor(int32) = ( 01 00 08 00 00 00 0...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Ugly/NoForEachStatement.il/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/Ugly/NoForEachStatement.il", "repo_id": "ILSpy", "token_count": 2537 }
216
Imports System Imports Microsoft.VisualBasic Module VBCompoundAssign Function Sum3(v As Int32()) As Double() Dim arr(3) As Double For i = 0 To UBound(v) Step 3 arr(0) += v(i) arr(1) += v(i + 1) arr(2) += v(i + 2) Next Return arr End Function E...
ILSpy/ICSharpCode.Decompiler.Tests/TestCases/VBPretty/VBCompoundAssign.vb/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/TestCases/VBPretty/VBCompoundAssign.vb", "repo_id": "ILSpy", "token_count": 166 }
217
// Copyright (c) 2023 Siegfried Pammer // // 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, // pub...
ILSpy/ICSharpCode.Decompiler.Tests/Util/ResourceReaderWriterTests.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler.Tests/Util/ResourceReaderWriterTests.cs", "repo_id": "ILSpy", "token_count": 2804 }
218
// Copyright (c) 2010-2013 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 us...
ILSpy/ICSharpCode.Decompiler/CSharp/OutputVisitor/InsertRequiredSpacesDecorator.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/OutputVisitor/InsertRequiredSpacesDecorator.cs", "repo_id": "ILSpy", "token_count": 2272 }
219
// Copyright (c) 2010-2013 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 us...
ILSpy/ICSharpCode.Decompiler/CSharp/Resolver/CSharpInvocationResolveResult.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Resolver/CSharpInvocationResolveResult.cs", "repo_id": "ILSpy", "token_count": 1710 }
220
// Copyright (c) 2010-2013 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 us...
ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/AstNodeCollection.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/AstNodeCollection.cs", "repo_id": "ILSpy", "token_count": 2349 }
221
// // UnaryOperatorExpression.cs // // Author: // Mike Krüger <mkrueger@novell.com> // // Copyright (c) 2009 Novell, Inc (http://www.novell.com) // // Permission is hereby granted, free of charge, to any person obtaining a copy // of this software and associated documentation files (the "Software"), to deal /...
ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Expressions/UnaryOperatorExpression.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Expressions/UnaryOperatorExpression.cs", "repo_id": "ILSpy", "token_count": 3015 }
222
// // UsingDeclaration.cs // // Author: // Mike Krüger <mkrueger@novell.com> // // Copyright (c) 2009 Novell, Inc (http://www.novell.com) // // 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 th...
ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/GeneralScope/UsingDeclaration.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/GeneralScope/UsingDeclaration.cs", "repo_id": "ILSpy", "token_count": 1165 }
223
// Copyright (c) 2011-2013 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 us...
ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/PatternMatching/NamedNode.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/PatternMatching/NamedNode.cs", "repo_id": "ILSpy", "token_count": 557 }
224
// // ForStatement.cs // // Author: // Mike Krüger <mkrueger@novell.com> // // Copyright (c) 2009 Novell, Inc (http://www.novell.com) // // 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 So...
ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Statements/ForStatement.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Statements/ForStatement.cs", "repo_id": "ILSpy", "token_count": 1097 }
225
// // WhileStatement.cs // // Author: // Mike Krüger <mkrueger@novell.com> // // Copyright (c) 2009 Novell, Inc (http://www.novell.com) // // 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 th...
ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Statements/WhileStatement.cs/0
{ "file_path": "ILSpy/ICSharpCode.Decompiler/CSharp/Syntax/Statements/WhileStatement.cs", "repo_id": "ILSpy", "token_count": 901 }
226