repo stringlengths 7 106 | language stringclasses 50
values | file_path stringlengths 28 274 | content stringlengths 1 4.94M |
|---|---|---|---|
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/NetworkingAccountInformation/NetworkingAccountInformation/createRequestThunks/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{84A4D17B-BC95-49E5-8ABE-15C8B2BD37D6}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/CoreScripts/CoreScripts/ProximityPrompt/init.luau | local l_UserInputService_0 = game:GetService("UserInputService");
local l_ProximityPromptService_0 = game:GetService("ProximityPromptService");
local l_CoreGui_0 = game:GetService("CoreGui");
local l_CorePackages_0 = game:GetService("CorePackages");
local l_TweenService_0 = game:GetService("TweenService");
local l_RunS... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/isLayeredClothing/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{63FC58FA-DDE4-4A37-BF1D-B53C60C9145C}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/Dash-31ab8d40-0.1.9/Dash/forEach/init.luau | local l_Parent_0 = script.Parent;
local _ = require(l_Parent_0.Types);
local v2 = require(l_Parent_0.assertEqual);
local v3 = require(l_Parent_0.iterator);
return function(v4, v5) --[[ Line: 18 ]] --[[ Name: forEach ]]
-- upvalues: v2 (copy), v3 (copy)
v2(typeof(v4), "table", "Attempted to call Dash.forEach wit... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/ReactDevtoolsShared/ReactDevtoolsShared/devtools/ProfilingCache/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{5EF7D83F-6138-4A29-B3AC-77612A4298E7}","DefinesCapabilities":false}} |
Asiandayboy/InventoryMaker | Luau | cloned_repos/Asiandayboy/InventoryMaker/src/client_modules/IMC/IMDraggableUI.luau | --!strict
--[[
DraggableUI forked from v1.3.3 (used in InventoryMaker v1.0.0) 5/17/2025
------------------------------------------------------------------------
Forked Version Updates:
--------------
v1.3.5 5/18/25
- set z indes on input began instead of when drag initially starts
v1.3.4 5/17/25
- add _c... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/LuauPolyfill-31ab8d40-0.3.4/LuauPolyfill/Number/isSafeInteger/init.luau | local v0 = require(script.Parent.isInteger);
local v1 = require(script.Parent.MAX_SAFE_INTEGER);
return function(v2) --[[ Line: 6 ]]
-- upvalues: v0 (copy), v1 (copy)
return v0(v2) and math.abs(v2) <= v1;
end; |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/example/script.dart | class Player {
final String name;
int hp;
late bool isAlive;
Player({required this.name, required this.hp}) {
isAlive = hp > 0 ? true : false;
}
String get info => "Name: $name,\nHP: $hp,\nIsAlive: $isAlive";
void takeDamage(int damage) {
hp -= damage;
if (hp < 0) {
hp = 0;
}
... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UIBlox/UIBlox/App/Style/Validator/validateTheme/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{8729912C-4CF7-4E7C-9354-019A50706CD8}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/RbxDesignFoundations-31ab8d40-1.1.107/RbxDesignFoundations/tokens/Schema/Types/GlobalType/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{F90D7FD1-AD4C-4ED3-ACB0-D2D6E9E112E9}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/isLayeredClothing/init.luau | local l_Parent_0 = script.Parent.Parent;
local v1 = require(l_Parent_0.flags.getEngineFeatureEngineUGCValidateRigidMeshPartAccessories);
return function(v2) --[[ Line: 6 ]] --[[ Name: isLayeredClothing ]]
-- upvalues: v1 (copy)
if v1() then
return v2:FindFirstChildWhichIsA("WrapLayer", true);
else
... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/Collections/Collections/Array/findIndex/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{9E9C5EBF-8433-4D84-9155-422529754EAE}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/NetworkingAccountInformation/NetworkingAccountInformation/createRequestThunks/init.luau | local l_Parent_0 = script.Parent;
local l_networkRequests_0 = l_Parent_0.networkRequests;
local v2 = require(l_networkRequests_0.createGetPhoneInformation);
local _ = require(l_Parent_0.Types.networkRequestsTypes);
return function(v4) --[[ Line: 6 ]]
-- upvalues: v2 (copy)
return {
GetPhoneInformation =... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/ReactDevtoolsShared/ReactDevtoolsShared/devtools/ProfilingCache/init.luau | local l_Parent_0 = script.Parent.Parent.Parent;
local v1 = require(l_Parent_0.LuauPolyfill);
local l_Array_0 = v1.Array;
local l_Map_0 = v1.Map;
local l_Profiler_0 = script.Parent.views.Profiler;
local v5 = require(l_Profiler_0.CommitTreeBuilder);
local l_getCommitTree_0 = v5.getCommitTree;
local l_invalidateCommitTree... |
Asiandayboy/InventoryMaker | Luau | cloned_repos/Asiandayboy/InventoryMaker/src/client_modules/IMC/IMUtility.luau | --!strict
local Utility = {}
local GuiService = game:GetService("GuiService")
export type Table = { [any]: any }
function Utility.GetGuiInsetY(guiInsetIgnored: boolean): number
return guiInsetIgnored and GuiService:GetGuiInset().Y or 0
end
function Utility.DeepCopyTable(t: Table)
local copy = {}
for k,v in pa... |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/example/getter_setter_test.dart | class Person {
String _name;
Person(this._name);
String get name => _name;
set name(String value) {
_name = value;
}
}
void main() {
final p = Person("André");
print(p.name);
p.name = "André Fixed";
print(p.name);
}
|
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UIBlox/UIBlox/App/Style/Validator/validateTheme/init.luau | local l_Parent_0 = script.Parent.Parent.Parent.Parent;
local l_Parent_1 = l_Parent_0.Parent;
local v2 = require(l_Parent_1.t);
local v3 = require(l_Parent_0.Core.Style.Validator.validateColorInfo);
local v4 = require(l_Parent_0.Core.Style.Validator.validateSelectionCursorInfo);
local v5 = require(l_Parent_0.Core.Style.... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/RbxDesignFoundations-31ab8d40-1.1.107/RbxDesignFoundations/tokens/Schema/Types/GlobalType/init.luau | return {}; |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/CoreScripts/CoreScripts/MicrophoneDevicePermissionsLoggingInitializer/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{98613B24-FE65-4628-992D-A83806A12D81}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/Signal/Signal/createSignal/init.luau | local _ = require(script.Parent.types);
return function() --[[ Line: 25 ]] --[[ Name: createSignal ]]
local v1 = {};
local v2 = {};
local v3 = false;
local function v8(_, v5) --[[ Line: 31 ]] --[[ Name: subscribe ]]
-- upvalues: v3 (ref), v1 (copy), v2 (copy)
local v6 = {
cal... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/Thumbnailer/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{ECA8D4A5-1A0C-4C2F-86A9-F7A65A96729F}","DefinesCapabilities":false}} |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/example/test3.dart | void main() {
var salute = (String name) {
print("Hello $name");
};
salute("André");
var cuadrado = (int n) => n * n;
print(cuadrado(5));
executeOperation(10, 20, (p0, p1) => p0 + p1);
}
void executeOperation(int a, int b, int Function(int, int) operation) {
int result = operation(a, b);
print(... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/NetworkingAccountInformation/NetworkingAccountInformation/Types/networkRequestsTypes/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{718F6090-8940-49E0-A0EB-46CDEC51E4DC}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/CoreScripts/CoreScripts/MicrophoneDevicePermissionsLoggingInitializer/init.luau | local l_CoreGui_0 = game:GetService("CoreGui");
local l_CorePackages_0 = game:GetService("CorePackages");
local v2 = require(l_CoreGui_0.RobloxGui.Modules.Settings.getCamMicPermissions);
local v3 = require(l_CoreGui_0.RobloxGui.Modules.Settings.Resources.MicrophoneDevicePermissionsLogging);
local l_default_0 = require(... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/ReactDevtoolsShared/ReactDevtoolsShared/devtools/types/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{76479653-C38F-4995-8156-45A48A8D43E6}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/Thumbnailer/init.luau | local l_Parent_0 = script.Parent.Parent;
local v1 = require(l_Parent_0.Analytics);
local v2 = require(l_Parent_0.flags.getFFlagUGCValidateCoverViewportFrames);
local v3 = {};
v3.__index = v3;
v3.new = function(v4, v5, v6) --[[ Line: 18 ]] --[[ Name: new ]]
-- upvalues: v3 (copy)
local v7 = false;
if v5 > 0 ... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/destroyEditableInstances/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{125E6585-E59D-46A3-8343-9B36D7AF1B40}","DefinesCapabilities":false}} |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/example/test_fibonacci_engine.dart | class SequenceResult<T> {
final String sequenceName;
final List<T> data;
final DateTime generatedAt;
SequenceResult(this.sequenceName, this.data) : generatedAt = DateTime.now();
void printSummary() {
print(
"`$sequenceName` Summary:\n"
"Generated: $generatedAt\n"
"Data: [${data.join(',... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UIBlox/UIBlox/App/Style/Validator/init.meta.json | {"ignoreUnknownInstances":true,"className":"Folder","properties":{"DefinesCapabilities":false,"SourceAssetId":-1}} |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/RbxDesignFoundations-31ab8d40-1.1.107/RbxDesignFoundations/tokens/Schema/Types/init.meta.json | {"ignoreUnknownInstances":true,"className":"Folder","properties":{"DefinesCapabilities":false,"SourceAssetId":-1}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/NetworkingAccountInformation/NetworkingAccountInformation/Types/networkRequestsTypes/init.luau | return {}; |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/ReactDevtoolsShared/ReactDevtoolsShared/devtools/types/init.luau | local l_Parent_0 = script.Parent.Parent.Parent;
local _ = require(l_Parent_0.LuauPolyfill);
local _ = require(script.Parent.Parent.devtools.views.Components.types);
local _ = require(script.Parent.Parent.types);
local _ = require(script.Parent.Parent.events);
local _ = require(script.Parent.Parent.bridge);
local _ = re... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/destroyEditableInstances/init.luau | local l_Parent_0 = script.Parent.Parent;
local _ = require(l_Parent_0.util.Types);
local function v7(v2) --[[ Line: 6 ]] --[[ Name: destroyHelper ]]
for _, v4 in v2 do
for _, v6 in v4 do
if v6.created and v6.instance then
v6.instance:Destroy();
end;
end;
e... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/RbxDesignFoundations-31ab8d40-1.1.107/RbxDesignFoundations/tokens/Schema/Map/Global/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{70049B21-BD13-4520-B270-6213C8EBA607}","DefinesCapabilities":false}} |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/example/inheritance_crossfile_test.dart | class Human {
String name;
int age;
Human(this.name, this.age);
}
|
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UIBlox/UIBlox/App/Style/Constants/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{B5C0719B-0636-4676-BA8B-1D80097E6B0D}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/getMeshVerts/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{C2479E29-ED77-4259-9FCD-7E042235624B}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/CoreScripts/CoreScripts/TrackerLodControllerDebugUI/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{2D83DDB0-F6CD-4971-8225-9818FE9DC922}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/Collections/Collections/Array/unshift/init.luau | local l___DEV___0 = _G.__DEV__;
local l_Parent_0 = script.Parent;
local l_Parent_1 = l_Parent_0.Parent.Parent;
local v3 = require(l_Parent_0.isArray);
local _ = require(l_Parent_1.ES7Types);
return function(v5, ...) --[[ Line: 23 ]]
-- upvalues: l___DEV___0 (copy), v3 (copy)
if l___DEV___0 and not v3(v5) then
... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/RbxDesignFoundations-31ab8d40-1.1.107/RbxDesignFoundations/tokens/Schema/Map/Global/init.luau | return {
Size_0 = "Global.Size_0",
Size_25 = "Global.Size_25",
Size_50 = "Global.Size_50",
Size_75 = "Global.Size_75",
Size_100 = "Global.Size_100",
Size_125 = "Global.Size_125",
Size_150 = "Global.Size_150",
Size_175 = "Global.Size_175",
Size_200 = "Global.Size_200",
Si... |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/example/app.dart | import 'modulos/math_utils.dart';
void main() {
final result = add(10, 20);
print('Sum: $result');
final product = Calculator.multiply(5, 5);
print('Product: $product');
}
|
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UIBlox/UIBlox/App/Style/Constants/init.luau | local l_Parent_0 = script.Parent.Parent.Parent.Parent;
local v1 = require(l_Parent_0.UIBlox.Core.Utility.GetEngineFeatureSafe)("EnablePreferredTextSizeSetting");
local v2 = {
ThemeName = {
Dark = "Dark",
Light = "Light"
},
FontName = {
Gotham = "Gotham"
},
DeviceType = {
... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/getMeshVerts/init.luau | local l_UGCValidationService_0 = game:GetService("UGCValidationService");
local l_Parent_0 = script.Parent.Parent;
local _ = require(l_Parent_0.util.Types);
local v3 = require(l_Parent_0.util.pcallDeferred);
local v4 = require(l_Parent_0.flags.getFFlagUGCValidationShouldYield);
local v5 = require(l_Parent_0.flags.getEn... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/NetworkingAccountInformation/NetworkingAccountInformation/Types/init.meta.json | {"ignoreUnknownInstances":true,"className":"Folder","properties":{"DefinesCapabilities":false,"SourceAssetId":-1}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/CoreScripts/CoreScripts/TrackerLodControllerDebugUI/init.luau | local l_CoreGui_0 = game:GetService("CoreGui");
local _ = game:GetService("GuiService");
local _ = game:GetService("CorePackages");
local l_RobloxGui_0 = l_CoreGui_0.RobloxGui;
local l_game_Service_0 = game:FindService("FaceAnimatorService");
local v5 = Color3.fromRGB(0, 196, 221);
local v6 = Color3.fromRGB(18, 217, 40... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/ReactDevtoolsShared/ReactDevtoolsShared/devtools/ProfilerStore/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{F1D0AD8C-9868-4EDD-83B3-3AA08C08688F}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/validation/validateBodyPartCollisionFidelity/init.luau | local l_Parent_0 = script.Parent.Parent;
local v1 = require(l_Parent_0.Analytics);
local _ = require(l_Parent_0.util.Types);
local v3 = require(l_Parent_0.util.checkForProxyWrap);
local v4 = game:DefineFastString("UGCValidationBodyPartCollisionFidelity", "Default");
local v5 = require(l_Parent_0.flags.getEngineFeatureU... |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/example/roblox_types_test.dart | import 'package:roblox_dart/services.dart' show workspace;
import 'package:roblox_dart/roblox.dart';
void main() {
workspace.gravity = 0;
final pos = Vector3(1, 2, 3);
final mag = pos.magnitude;
final u = pos.unit;
print(mag);
print(u);
final goal = Vector3(4, 5, 6);
final lerped = pos.lerp(goal, 0.... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/RbxDesignFoundations-31ab8d40-1.1.107/RbxDesignFoundations/tokens/Schema/Map/Component/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{84397141-AE6F-4449-903A-524E20A51ABF}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/NetworkingAccountInformation/NetworkingAccountInformation/networkRequests/createGetPhoneInformation/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{434FA019-46B7-475E-9ECA-0B85B41BEC27}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/ReactDevtoolsShared/ReactDevtoolsShared/devtools/ProfilerStore/init.luau | local l_Parent_0 = script.Parent.Parent.Parent;
local v1 = require(l_Parent_0.LuauPolyfill);
local l_Array_0 = v1.Array;
local l_Map_0 = v1.Map;
local l_Set_0 = v1.Set;
local l_console_0 = v1.console;
local v6 = require(script.Parent.Parent.events);
local l_prepareProfilingDataFrontendFromBackendAndStore_0 = require(sc... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/getRestrictedUserTable/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{4EA7B598-3DBF-4C0C-8773-E73EFCA79921}","DefinesCapabilities":false}} |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/example/loop_test.dart | void evenNumbers(int limit) {
for (int i = 0; i <= limit; i++) {
if (i % 2 == 0) {
print(i);
}
}
}
void oddNumbers(int limit) {
int i = 1;
while (i <= limit) {
print(i);
i += 2;
}
}
void multiplesOf3(int limit) {
int i = 1;
do {
if (i % 3 == 0) {
print(i);
}
i++;
... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UIBlox/UIBlox/App/Style/Colors/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{9ACC844D-E1ED-429E-8A9B-39463698814F}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/RbxDesignFoundations-31ab8d40-1.1.107/RbxDesignFoundations/tokens/Schema/Map/Component/init.luau | return {
VerticalTile = {
Base = {
Container = {
Background = {
Color3 = "Component.VerticalTile.Base.Container.Background.Color3",
Transparency = "Component.VerticalTile.Base.Container.Background.Transparency"
},
... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/NetworkingAccountInformation/NetworkingAccountInformation/networkRequests/createGetPhoneInformation/init.luau | local l_Parent_0 = script.Parent.Parent;
local _ = require(l_Parent_0.Types.networkRequestsTypes);
local v2 = require(l_Parent_0.ACCOUNT_INFORMATION_URL);
return function(v3) --[[ Line: 7 ]]
-- upvalues: v2 (copy)
return v3.roduxNetworking.GET({
Name = "GetPhoneInformation"
}, function(v4) --[[ Line... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/getRestrictedUserTable/init.luau | local l_status_0, l_result_0 = pcall(function() --[[ Line: 3 ]]
return game:GetService("StudioService");
end);
local v2 = if l_status_0 then l_result_0 else nil;
local l_Parent_0 = script.Parent.Parent;
local _ = require(l_Parent_0.util.Types);
return function() --[[ Line: 12 ]] --[[ Name: getRestrictedUserTable ]]... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/Dash-31ab8d40-0.1.9/Dash/Types/init.luau | return {}; |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/example/physics.dart | class Vector2D {
double x;
double y;
Vector2D(this.x, this.y);
}
abstract class Particle {
final String id;
Vector2D _position;
Vector2D velocity;
static int totalParticles = 0;
Particle(this.id, double startX, double startY, this.velocity)
: _position = Vector2D(startX, startY) {
totalParti... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UIBlox/UIBlox/App/Style/Colors/init.luau | return {
Black = Color3.fromRGB(0, 0, 0),
White = Color3.fromRGB(255, 255, 255),
Green = Color3.fromRGB(0, 176, 111),
Red = Color3.fromRGB(247, 75, 82),
Blue = Color3.fromRGB(82, 173, 244),
LightGrey = Color3.fromRGB(212, 212, 212),
Carbon = Color3.fromRGB(25, 27, 29),
Flint = Col... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/CoreScripts/CoreScripts/ExperienceAudioFocusBinder/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{8EEA59EB-9834-49EC-936C-7E7C287CA084}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/Dash-31ab8d40-0.1.9/Dash/getOrSet/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{93A5B570-3689-47E3-A679-E3F294E58F71}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/ReactDevtoolsShared/ReactDevtoolsShared/devtools/cache/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{8EA6AD16-9606-4410-A760-C9C1178F5659}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/RbxDesignFoundations-31ab8d40-1.1.107/RbxDesignFoundations/tokens/Schema/Map/Semantic/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{5443E4E5-CE81-4579-91CD-02082F021491}","DefinesCapabilities":false}} |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/example/mixin_test.dart | mixin Logger {
void log(String message) {
print("[LOG]: $message");
}
}
class SecurityException implements Exception {
final String cause;
SecurityException(this.cause);
@override
String toString() => "SecurityException: $cause";
}
class Vault with Logger {
static Vault? _instance;
int _balance ... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/createEditableInstancesForContext/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{01467DC0-B6F0-4A8D-955E-9918B6359E75}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/NetworkingAccountInformation/NetworkingAccountInformation/networkRequests/init.meta.json | {"ignoreUnknownInstances":true,"className":"Folder","properties":{"DefinesCapabilities":false,"SourceAssetId":-1}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/RbxDesignFoundations-31ab8d40-1.1.107/RbxDesignFoundations/tokens/Schema/Map/Semantic/init.luau | return {
Typography = {
Title = {
Font = "Semantic.Typography.Title.Font",
FontSize = "Semantic.Typography.Title.FontSize",
LineHeight = "Semantic.Typography.Title.LineHeight",
LetterSpacing = "Semantic.Typography.Title.LetterSpacing"
},
He... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/Dash-31ab8d40-0.1.9/Dash/Types/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{C2472C46-4F6A-4195-A190-B1A0DD87F582}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/ReactDevtoolsShared/ReactDevtoolsShared/devtools/cache/init.luau | local l_Parent_0 = script.Parent.Parent.Parent;
local v1 = require(l_Parent_0.LuauPolyfill);
local l_Error_0 = v1.Error;
local l_Map_0 = v1.Map;
local l_WeakMap_0 = v1.WeakMap;
local _ = require(l_Parent_0.Shared);
local v6 = require(l_Parent_0.React);
local l_createContext_0 = v6.createContext;
local l_ReactCurrentDis... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/CoreScripts/CoreScripts/VoiceDefaultChannel/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{F48B508A-497A-4DE2-BD03-24A2F35FD9DB}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/createEditableInstancesForContext/init.luau | local l_Parent_0 = script.Parent.Parent;
local l_AssetService_0 = game:GetService("AssetService");
local _ = require(l_Parent_0.util.Types);
local v3 = require(l_Parent_0.util.destroyEditableInstances);
local v4 = require(l_Parent_0.util.checkForProxyWrap);
local function _(v5, v6, v7, v8, v9) --[[ Line: 12 ]] --[[ Nam... |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/example/player_extends_human_test.dart | import 'inheritance_crossfile_test.dart';
class Player extends Human {
Player(super.name, super.age);
void greet() {
print("Hello, I am $name and I am $age years old.");
}
}
void main() {
final p = Player("André", 19);
p.greet();
}
|
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UIBlox/UIBlox/App/Style/Themes/LightTheme/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{1A177BED-D15D-4F8C-80C0-9E4D25312829}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/NetworkingAccountInformation/NetworkingAccountInformation/ACCOUNT_INFORMATION_URL/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{596B3149-7E42-432D-96E1-804C55CFFE5A}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/CoreScripts/CoreScripts/VoiceDefaultChannel/init.luau | local l_CoreGui_0 = game:GetService("CoreGui");
local l_CorePackages_0 = game:GetService("CorePackages");
local l_NotificationService_0 = game:GetService("NotificationService");
local l_Players_0 = game:GetService("Players");
local l_RobloxGui_0 = l_CoreGui_0.RobloxGui;
local l_default_0 = require(l_RobloxGui_0.Modules... |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/example/poo_test.dart | class Entity {
String name;
int hp;
Entity(this.name, {this.hp = 100});
Entity.boss(String name) : this(name, hp: 500);
void takeDamage(int damage) {
hp -= damage;
print("$name received $damage of damage. HP remaining: $hp");
}
}
class Player extends Entity {
int level;
Player(super.name, {... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UIBlox/UIBlox/App/Style/Themes/LightTheme/init.luau | local l_Parent_0 = script.Parent.Parent;
local v1 = require(l_Parent_0.Colors);
return {
BackgroundDefault = {
Color = v1.Alabaster,
Transparency = 0
},
BackgroundContrast = {
Color = v1.Ash,
Transparency = 0
},
BackgroundMuted = {
Color = v1.Chalk,
... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/RbxDesignFoundations-31ab8d40-1.1.107/RbxDesignFoundations/tokens/Schema/Map/init.meta.json | {"ignoreUnknownInstances":true,"className":"Folder","properties":{"DefinesCapabilities":false,"SourceAssetId":-1}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/NetworkingAccountInformation/NetworkingAccountInformation/ACCOUNT_INFORMATION_URL/init.luau | local l_Parent_0 = script.Parent.Parent;
return require(l_Parent_0.Util).buildApiSiteUrl("accountinformation"); |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/getMeshIdForSkinningValidation/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{FBF4F8B7-94B6-4592-8231-3843ED0A606F}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/ReactDevtoolsShared/ReactDevtoolsShared/devtools/views/Components/types/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{046A386C-5612-4673-A1F0-EB96E9EFA383}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/RbxDesignFoundations-31ab8d40-1.1.107/RbxDesignFoundations/tokens/Console/Dark/Global/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{CE039625-59FD-4919-85A9-286FD1A21C18}","DefinesCapabilities":false}} |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/example/static_test.dart | abstract class Animal {
void makeContext();
}
class Person extends Animal {
static String species = "Human";
static int count = 0;
String name;
Person({required this.name}) {
count++;
}
@override
void makeContext() {
print("Person: $name, Species: $species");
}
static void printCount() ... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/RoduxNetworking/RoduxNetworking/Promise/init.luau | local l_Parent_0 = script.Parent.Parent;
return require(l_Parent_0.Promise); |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/APIUtil/init.luau | local l_HttpRbxApiService_0 = game:GetService("HttpRbxApiService");
local l_ContentProvider_0 = game:GetService("ContentProvider");
local v7 = {
getBaseDomain = function() --[[ Line: 12 ]] --[[ Name: getBaseDomain ]]
-- upvalues: l_ContentProvider_0 (copy)
local l_BaseUrl_0 = l_ContentProvider_0.Bas... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/getMeshIdForSkinningValidation/init.luau | local l_Parent_0 = script.Parent.Parent;
local v1 = require(l_Parent_0.Constants);
return function(v2, v3) --[[ Line: 6 ]]
-- upvalues: v1 (copy)
local l_MeshId_0 = v2.MeshId;
if not v3 then
return l_MeshId_0;
else
local l_v2_Attribute_0 = v2:GetAttribute(v1.AlternateMeshIdAttributeName)... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/RbxDesignFoundations-31ab8d40-1.1.107/RbxDesignFoundations/tokens/Console/Dark/Global/init.luau | return {
Size_0 = 0,
Size_25 = 3,
Size_50 = 6,
Size_75 = 9,
Size_100 = 12,
Size_125 = 15,
Size_150 = 18,
Size_175 = 21,
Size_200 = 24,
Size_250 = 30,
Size_300 = 36,
Size_350 = 42,
Size_400 = 48,
Size_450 = 54,
Size_500 = 60,
Size_600 = 72,
... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/ReactDevtoolsShared/ReactDevtoolsShared/devtools/views/Components/types/init.luau | local l_Parent_0 = script.Parent.Parent.Parent.Parent.Parent;
local _ = require(l_Parent_0.LuauPolyfill);
local _ = require(l_Parent_0.Shared);
local _ = require(script.Parent.Parent.Parent.Parent.hydration);
local _ = require(script.Parent.Parent.Parent.Parent.types);
return {}; |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/NetworkingAccountInformation/NetworkingAccountInformation/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{8CD05A3D-5FA5-4910-A3FF-A333E3E92AF6}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/CoreScripts/CoreScripts/BlockPlayerPrompt/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{98A6B70A-430B-4946-A9F1-46240410E667}","DefinesCapabilities":false}} |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/example/test_combat.dart | abstract class Character {
final String _name;
late int _health;
final int _maxHealth;
static int totalCharactersCreated = 0;
Character(String name, int maxHealth) : _name = name, _maxHealth = maxHealth {
_health = _maxHealth;
totalCharactersCreated++;
}
String get name => _name;
int get heal... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UIBlox/UIBlox/App/Style/Themes/DarkTheme/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{F572333A-7695-48B1-9305-A504C5444230}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/NetworkingAccountInformation/NetworkingAccountInformation/init.luau | return {
config = require(script.createRequestThunks)
}; |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/CoreScripts/CoreScripts/BlockPlayerPrompt/init.luau | local l_StarterGui_0 = game:GetService("StarterGui");
local l_Players_0 = game:GetService("Players");
local l_CoreGui_0 = game:GetService("CoreGui");
local _ = game:GetService("CorePackages");
local l_RobloxGui_0 = l_CoreGui_0.RobloxGui;
local l_LocalPlayer_0 = l_Players_0.LocalPlayer;
while l_LocalPlayer_0 == nil do
... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UGCValidation/UGCValidation/util/getPartNamesInHierarchyOrder/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{5A20AD3E-3981-4784-9534-23960C929CD9}","DefinesCapabilities":false}} |
Andzzio/roblox-dart | Dart | cloned_repos/Andzzio/roblox-dart/test/transpiler_test.dart | import 'dart:io';
import 'package:path/path.dart' as p;
import 'package:test/test.dart';
import 'package:roblox_dart/compiler/roblox_compiler.dart';
void main() {
final compiler = RobloxCompiler(projectRoot: Directory.current.path);
group('Traducción', () {
final dartFiles = Directory('example')
.list... |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/UIBlox/UIBlox/App/Style/Themes/DarkTheme/init.luau | local l_Parent_0 = script.Parent.Parent;
local v1 = require(l_Parent_0.Colors);
return {
BackgroundDefault = {
Color = v1.Slate,
Transparency = 0
},
BackgroundContrast = {
Color = v1.Carbon,
Transparency = 0
},
BackgroundMuted = {
Color = v1.Obsidian,
... |
ActualMasterOogway/DataModelPatch | JSON | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/RbxDesignFoundations-31ab8d40-1.1.107/RbxDesignFoundations/tokens/Common/Builder/Light/Global/init.meta.json | {"ignoreUnknownInstances":true,"properties":{"SourceAssetId":-1,"LinkedSource":"","ScriptGuid":"{9A7EF1B3-725E-4429-B150-6D8E2DEB4F98}","DefinesCapabilities":false}} |
ActualMasterOogway/DataModelPatch | Luau | cloned_repos/ActualMasterOogway/DataModelPatch/src/PatchRoot/DataModelInstances/CorePackages/Packages/_Index/RoduxNetworking/RoduxNetworking/POST/init.luau | local l_Parent_0 = script.Parent;
local v1 = require(l_Parent_0.makeRequestApi);
return function(v2) --[[ Line: 4 ]]
-- upvalues: v1 (copy)
return v1(v2, "POST");
end; |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.