id int64 0 755k | file_name stringlengths 3 109 | file_path stringlengths 13 185 | content stringlengths 31 9.38M | size int64 31 9.38M | language stringclasses 1
value | extension stringclasses 11
values | total_lines int64 1 340k | avg_line_length float64 2.18 149k | max_line_length int64 7 2.22M | alphanum_fraction float64 0 1 | repo_name stringlengths 6 65 | repo_stars int64 100 47.3k | repo_forks int64 0 12k | repo_open_issues int64 0 3.4k | repo_license stringclasses 9
values | repo_extraction_date stringclasses 92
values | exact_duplicates_redpajama bool 2
classes | near_duplicates_redpajama bool 2
classes | exact_duplicates_githubcode bool 2
classes | exact_duplicates_stackv2 bool 1
class | exact_duplicates_stackv1 bool 2
classes | near_duplicates_githubcode bool 2
classes | near_duplicates_stackv1 bool 2
classes | near_duplicates_stackv2 bool 1
class |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
29,437 | ProfileSetupDialog.h | PrismLauncher_PrismLauncher/launcher/ui/dialogs/ProfileSetupDialog.h | /* Copyright 2013-2021 MultiMC Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | 2,087 | C++ | .h | 61 | 30.622951 | 104 | 0.752115 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,438 | ChooseProviderDialog.h | PrismLauncher_PrismLauncher/launcher/ui/dialogs/ChooseProviderDialog.h | #pragma once
#include <QButtonGroup>
#include <QDialog>
namespace Ui {
class ChooseProviderDialog;
}
namespace ModPlatform {
enum class ResourceProvider;
}
class Mod;
class NetJob;
class ChooseProviderDialog : public QDialog {
Q_OBJECT
struct Response {
bool skip_all = false;
bool confirm_... | 1,022 | C++ | .h | 38 | 22.5 | 107 | 0.718718 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,442 | ResourceUpdateDialog.h | PrismLauncher_PrismLauncher/launcher/ui/dialogs/ResourceUpdateDialog.h | #pragma once
#include "BaseInstance.h"
#include "ResourceDownloadTask.h"
#include "ReviewMessageBox.h"
#include "minecraft/mod/ModFolderModel.h"
#include "modplatform/CheckUpdateTask.h"
class Mod;
class ModrinthCheckUpdate;
class FlameCheckUpdate;
class ConcurrentTask;
class ResourceUpdateDialog final : public Rev... | 2,172 | C++ | .h | 50 | 35.24 | 112 | 0.676331 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,443 | VersionSelectDialog.h | PrismLauncher_PrismLauncher/launcher/ui/dialogs/VersionSelectDialog.h | /* Copyright 2013-2021 MultiMC Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | 2,121 | C++ | .h | 55 | 34.981818 | 117 | 0.772572 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,444 | BlockedModsDialog.h | PrismLauncher_PrismLauncher/launcher/ui/dialogs/BlockedModsDialog.h | // SPDX-FileCopyrightText: 2022 Sefa Eyeoglu <contact@scrumplex.net>
// SPDX-FileCopyrightText: 2022 Rachel Powers <508861+Ryex@users.noreply.github.com>
// SPDX-FileCopyrightText: 2022 kumquat-ir <66188216+kumquat-ir@users.noreply.github.com>
//
// SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecra... | 2,865 | C++ | .h | 80 | 32.4375 | 135 | 0.752529 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,445 | ProgressDialog.h | PrismLauncher_PrismLauncher/launcher/ui/dialogs/ProgressDialog.h | /// SPDX-License-Identifier: GPL-3.0-only
/*
* PrismLaucher - Minecraft Launcher
* Copyright (C) 2023 Rachel Powers <508861+Ryex@users.noreply.github.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free... | 2,974 | C++ | .h | 80 | 33.9875 | 80 | 0.739979 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,447 | ExportInstanceDialog.h | PrismLauncher_PrismLauncher/launcher/ui/dialogs/ExportInstanceDialog.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me>
* Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Gener... | 2,369 | C++ | .h | 65 | 33.8 | 80 | 0.744115 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,448 | CopyInstanceDialog.h | PrismLauncher_PrismLauncher/launcher/ui/dialogs/CopyInstanceDialog.h | /* Copyright 2013-2021 MultiMC Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | 2,483 | C++ | .h | 66 | 33.818182 | 75 | 0.768399 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,450 | ScrollMessageBox.h | PrismLauncher_PrismLauncher/launcher/ui/dialogs/ScrollMessageBox.h | #pragma once
#include <QDialog>
QT_BEGIN_NAMESPACE
namespace Ui {
class ScrollMessageBox;
}
QT_END_NAMESPACE
class ScrollMessageBox : public QDialog {
Q_OBJECT
public:
ScrollMessageBox(QWidget* parent, const QString& title, const QString& text, const QString& body);
~ScrollMessageBox() override;
... | 363 | C++ | .h | 15 | 21.333333 | 102 | 0.766082 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,451 | NewsDialog.h | PrismLauncher_PrismLauncher/launcher/ui/dialogs/NewsDialog.h | #pragma once
#include <QDialog>
#include <QHash>
#include "news/NewsEntry.h"
namespace Ui {
class NewsDialog;
}
class NewsDialog : public QDialog {
Q_OBJECT
public:
NewsDialog(QList<NewsEntryPtr> entries, QWidget* parent = nullptr);
~NewsDialog();
public slots:
void toggleArticleList();
... | 519 | C++ | .h | 21 | 21.190476 | 71 | 0.732106 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,452 | ImportResourceDialog.h | PrismLauncher_PrismLauncher/launcher/ui/dialogs/ImportResourceDialog.h | #pragma once
#include <QDialog>
#include <QItemSelection>
#include "minecraft/mod/tasks/LocalResourceParse.h"
#include "ui/instanceview/InstanceProxyModel.h"
namespace Ui {
class ImportResourceDialog;
}
class ImportResourceDialog : public QDialog {
Q_OBJECT
public:
explicit ImportResourceDialog(QString ... | 717 | C++ | .h | 23 | 27.73913 | 105 | 0.791849 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,453 | InstallLoaderDialog.h | PrismLauncher_PrismLauncher/launcher/ui/dialogs/InstallLoaderDialog.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Founda... | 1,412 | C++ | .h | 37 | 35.405405 | 131 | 0.762253 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,454 | ExportToModListDialog.h | PrismLauncher_PrismLauncher/launcher/ui/dialogs/ExportToModListDialog.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Fou... | 1,666 | C++ | .h | 46 | 33.108696 | 94 | 0.749224 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,457 | ExportPackDialog.h | PrismLauncher_PrismLauncher/launcher/ui/dialogs/ExportPackDialog.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Founda... | 1,504 | C++ | .h | 42 | 31.761905 | 112 | 0.734021 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,458 | MSALoginDialog.h | PrismLauncher_PrismLauncher/launcher/ui/dialogs/MSALoginDialog.h | /* Copyright 2013-2021 MultiMC Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | 1,534 | C++ | .h | 44 | 31.681818 | 81 | 0.764706 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,459 | SkinManageDialog.h | PrismLauncher_PrismLauncher/launcher/ui/dialogs/skins/SkinManageDialog.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Fou... | 2,050 | C++ | .h | 57 | 32.578947 | 74 | 0.748111 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,460 | VersionSelectWidget.h | PrismLauncher_PrismLauncher/launcher/ui/widgets/VersionSelectWidget.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Founda... | 3,637 | C++ | .h | 93 | 35.688172 | 83 | 0.751771 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,461 | FocusLineEdit.h | PrismLauncher_PrismLauncher/launcher/ui/widgets/FocusLineEdit.h | #include <QLineEdit>
class FocusLineEdit : public QLineEdit {
Q_OBJECT
public:
FocusLineEdit(QWidget* parent);
virtual ~FocusLineEdit() {}
protected:
void focusInEvent(QFocusEvent* e);
void mousePressEvent(QMouseEvent* me);
bool _selectOnMousePress;
};
| 286 | C++ | .h | 11 | 22 | 42 | 0.731618 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,462 | LanguageSelectionWidget.h | PrismLauncher_PrismLauncher/launcher/ui/widgets/LanguageSelectionWidget.h | /* Copyright 2013-2021 MultiMC Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | 1,315 | C++ | .h | 37 | 32.567568 | 85 | 0.767899 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,463 | ModFilterWidget.h | PrismLauncher_PrismLauncher/launcher/ui/widgets/ModFilterWidget.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Fou... | 4,029 | C++ | .h | 103 | 34.398058 | 138 | 0.71209 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,464 | SubTaskProgressBar.h | PrismLauncher_PrismLauncher/launcher/ui/widgets/SubTaskProgressBar.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* PrismLaucher - Minecraft Launcher
* Copyright (C) 2022 Rachel Powers <508861+Ryex@users.noreply.github.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free ... | 1,285 | C++ | .h | 37 | 31.972973 | 84 | 0.749396 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,465 | EnvironmentVariables.h | PrismLauncher_PrismLauncher/launcher/ui/widgets/EnvironmentVariables.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Founda... | 1,307 | C++ | .h | 36 | 33.527778 | 88 | 0.75 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,467 | PageContainer.h | PrismLauncher_PrismLauncher/launcher/ui/widgets/PageContainer.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org>
* Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Ge... | 3,666 | C++ | .h | 101 | 32.70297 | 111 | 0.728938 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,468 | LogView.h | PrismLauncher_PrismLauncher/launcher/ui/widgets/LogView.h | #pragma once
#include <QAbstractItemView>
#include <QPlainTextEdit>
class QAbstractItemModel;
class LogView : public QPlainTextEdit {
Q_OBJECT
public:
explicit LogView(QWidget* parent = nullptr);
virtual ~LogView();
virtual void setModel(QAbstractItemModel* model);
QAbstractItemModel* model() ... | 1,029 | C++ | .h | 29 | 31.241379 | 79 | 0.743461 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,469 | CustomCommands.h | PrismLauncher_PrismLauncher/launcher/ui/widgets/CustomCommands.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Found... | 2,046 | C++ | .h | 53 | 36 | 125 | 0.735146 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,472 | ProgressWidget.h | PrismLauncher_PrismLauncher/launcher/ui/widgets/ProgressWidget.h | // Licensed under the Apache-2.0 license. See README.md for details.
#pragma once
#include <QWidget>
#include <memory>
class Task;
class QProgressBar;
class QLabel;
class ProgressWidget : public QWidget {
Q_OBJECT
public:
explicit ProgressWidget(QWidget* parent = nullptr, bool show_label = true);
/*... | 1,465 | C++ | .h | 41 | 31.292683 | 85 | 0.684883 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,473 | ProjectDescriptionPage.h | PrismLauncher_PrismLauncher/launcher/ui/widgets/ProjectDescriptionPage.h | #pragma once
#include <QTextBrowser>
#include "QObjectPtr.h"
QT_BEGIN_NAMESPACE
class VariableSizedImageObject;
QT_END_NAMESPACE
/** This subclasses QTextBrowser to provide additional capabilities
* to it, like allowing for images to be shown.
*/
class ProjectDescriptionPage final : public QTextBrowser {
Q_O... | 759 | C++ | .h | 24 | 28 | 70 | 0.755158 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,474 | VariableSizedImageObject.h | PrismLauncher_PrismLauncher/launcher/ui/widgets/VariableSizedImageObject.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (c) 2022 flowln <flowlnlnln@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, ... | 2,442 | C++ | .h | 62 | 35.451613 | 134 | 0.729422 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,475 | CheckComboBox.h | PrismLauncher_PrismLauncher/launcher/ui/widgets/CheckComboBox.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Fou... | 1,811 | C++ | .h | 49 | 33.285714 | 74 | 0.751144 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,476 | Common.h | PrismLauncher_PrismLauncher/launcher/ui/widgets/Common.h | #pragma once
#include <QTextLayout>
/** Cuts out the text in textLayout into smaller pieces, according to the lineWidth.
* Returns a list of pairs, each containing the width of that line and that line's string, respectively.
* The total height of those lines is set in the last argument, 'height'.
*/
QList<std::p... | 416 | C++ | .h | 7 | 57.714286 | 107 | 0.773956 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,477 | ErrorFrame.h | PrismLauncher_PrismLauncher/launcher/ui/widgets/ErrorFrame.h | /* Copyright 2013-2021 MultiMC Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | 1,136 | C++ | .h | 37 | 27.459459 | 75 | 0.73921 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,478 | InfoFrame.h | PrismLauncher_PrismLauncher/launcher/ui/widgets/InfoFrame.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Fou... | 2,601 | C++ | .h | 70 | 34.085714 | 80 | 0.731533 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,479 | WideBar.h | PrismLauncher_PrismLauncher/launcher/ui/widgets/WideBar.h | #pragma once
#include <QAction>
#include <QMap>
#include <QMenu>
#include <QToolBar>
#include <memory>
class WideBar : public QToolBar {
Q_OBJECT
// Why: so we can enable / disable alt shortcuts in toolbuttons
// with toolbuttons using setDefaultAction, theres no alt shortcuts
Q_PROPERTY(bool useDefa... | 2,098 | C++ | .h | 48 | 38.8125 | 91 | 0.724409 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,481 | JavaSettingsWidget.h | PrismLauncher_PrismLauncher/launcher/ui/widgets/JavaSettingsWidget.h | #pragma once
#include <QWidget>
#include <BaseVersion.h>
#include <QObjectPtr.h>
#include <java/JavaChecker.h>
#include <qcheckbox.h>
#include <QIcon>
class QLineEdit;
class VersionSelectWidget;
class QSpinBox;
class QPushButton;
class QVBoxLayout;
class QHBoxLayout;
class QGroupBox;
class QGridLayout;
class QLabel;
... | 3,041 | C++ | .h | 89 | 30.033708 | 133 | 0.747871 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,483 | IconLabel.h | PrismLauncher_PrismLauncher/launcher/ui/widgets/IconLabel.h | #pragma once
#include <QIcon>
#include <QWidget>
class QStyleOption;
/**
* This is a trivial widget that paints a QIcon of the specified size.
*/
class IconLabel : public QWidget {
Q_OBJECT
public:
/// Create a line separator. orientation is the orientation of the line.
explicit IconLabel(QWidget* p... | 515 | C++ | .h | 19 | 23.684211 | 76 | 0.72449 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,484 | LineSeparator.h | PrismLauncher_PrismLauncher/launcher/ui/widgets/LineSeparator.h | #pragma once
#include <QWidget>
class QStyleOption;
class LineSeparator : public QWidget {
Q_OBJECT
public:
/// Create a line separator. orientation is the orientation of the line.
explicit LineSeparator(QWidget* parent, Qt::Orientation orientation = Qt::Horizontal);
QSize sizeHint() const;
vo... | 471 | C++ | .h | 14 | 29.928571 | 90 | 0.750552 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,485 | ProjectItem.h | PrismLauncher_PrismLauncher/launcher/ui/widgets/ProjectItem.h | #pragma once
#include <QStyledItemDelegate>
/* Custom data types for our custom list models :) */
enum UserDataTypes {
TITLE = 257, // QString
DESCRIPTION = 258, // QString
SELECTED = 259, // bool
INSTALLED = 260 // bool
};
/** This is an item delegate composed of:
* - An Icon on th... | 592 | C++ | .h | 20 | 26.6 | 90 | 0.687831 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,486 | ThemeCustomizationWidget.h | PrismLauncher_PrismLauncher/launcher/ui/widgets/ThemeCustomizationWidget.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (C) 2022 Tayou <git@tayou.org>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version ... | 1,590 | C++ | .h | 45 | 32.155556 | 83 | 0.75163 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,487 | HintOverrideProxyStyle.h | PrismLauncher_PrismLauncher/launcher/ui/themes/HintOverrideProxyStyle.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (C) 2024 TheKodeToad <TheKodeToad@proton.me>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Founda... | 1,260 | C++ | .h | 30 | 38.066667 | 89 | 0.731648 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,488 | CatPack.h | PrismLauncher_PrismLauncher/launcher/ui/themes/CatPack.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Fou... | 2,854 | C++ | .h | 83 | 31 | 107 | 0.708182 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,489 | ITheme.h | PrismLauncher_PrismLauncher/launcher/ui/themes/ITheme.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (C) 2022 Tayou <git@tayou.org>
* Copyright (C) 2024 TheKodeToad <TheKodeToad@proton.me>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License... | 2,547 | C++ | .h | 64 | 37.109375 | 88 | 0.72852 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,490 | CustomTheme.h | PrismLauncher_PrismLauncher/launcher/ui/themes/CustomTheme.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (C) 2024 Tayou <git@tayou.org>
* Copyright (C) 2024 TheKodeToad <TheKodeToad@proton.me>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License... | 2,627 | C++ | .h | 71 | 33.690141 | 80 | 0.72011 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,491 | BrightTheme.h | PrismLauncher_PrismLauncher/launcher/ui/themes/BrightTheme.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (C) 2024 Tayou <git@tayou.org>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version ... | 1,869 | C++ | .h | 48 | 36.395833 | 80 | 0.729373 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,492 | SystemTheme.h | PrismLauncher_PrismLauncher/launcher/ui/themes/SystemTheme.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (C) 2024 Tayou <git@tayou.org>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version ... | 2,107 | C++ | .h | 55 | 35.454545 | 88 | 0.730957 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,493 | ThemeManager.h | PrismLauncher_PrismLauncher/launcher/ui/themes/ThemeManager.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (C) 2024 Tayou <git@tayou.org>
* Copyright (C) 2024 TheKodeToad <TheKodeToad@proton.me>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License... | 2,899 | C++ | .h | 75 | 34.706667 | 117 | 0.712407 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,494 | DarkTheme.h | PrismLauncher_PrismLauncher/launcher/ui/themes/DarkTheme.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (C) 2024 Tayou <git@tayou.org>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version ... | 1,865 | C++ | .h | 48 | 36.3125 | 80 | 0.728776 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,495 | IconTheme.h | PrismLauncher_PrismLauncher/launcher/ui/themes/IconTheme.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Founda... | 1,038 | C++ | .h | 32 | 29.5 | 74 | 0.722278 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,496 | FusionTheme.h | PrismLauncher_PrismLauncher/launcher/ui/themes/FusionTheme.h | #pragma once
#include "ITheme.h"
class FusionTheme : public ITheme {
public:
virtual ~FusionTheme() {}
QString qtTheme() override;
};
| 148 | C++ | .h | 7 | 18.142857 | 35 | 0.710145 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,499 | AccessibleInstanceView_p.h | PrismLauncher_PrismLauncher/launcher/ui/instanceview/AccessibleInstanceView_p.h | #pragma once
#include <QtGui/qaccessible.h>
#include <QAbstractItemView>
#include <QAccessibleWidget>
#include "QtCore/qpointer.h"
#ifndef QT_NO_ACCESSIBILITY
#include "InstanceView.h"
// #include <QHeaderView>
class QAccessibleTableCell;
class QAccessibleTableHeaderCell;
class AccessibleInstanceView : public QAcces... | 4,070 | C++ | .h | 92 | 39.684783 | 137 | 0.770106 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,500 | InstanceProxyModel.h | PrismLauncher_PrismLauncher/launcher/ui/instanceview/InstanceProxyModel.h | /* Copyright 2013-2021 MultiMC Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | 1,102 | C++ | .h | 28 | 36.5 | 84 | 0.769663 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,501 | VisualGroup.h | PrismLauncher_PrismLauncher/launcher/ui/instanceview/VisualGroup.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (C) 2023 Tayou <git@tayou.org>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version ... | 3,575 | C++ | .h | 90 | 36.222222 | 101 | 0.714492 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,502 | AccessibleInstanceView.h | PrismLauncher_PrismLauncher/launcher/ui/instanceview/AccessibleInstanceView.h | #pragma once
#include <QObject>
#include <QString>
class QAccessibleInterface;
QAccessibleInterface* groupViewAccessibleFactory(const QString& classname, QObject* object);
| 174 | C++ | .h | 5 | 33.4 | 92 | 0.856287 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,503 | InstallJavaDialog.h | PrismLauncher_PrismLauncher/launcher/ui/java/InstallJavaDialog.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (c) 2024 Trial97 <alexandru.tripon97@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Fou... | 1,422 | C++ | .h | 39 | 33.897436 | 120 | 0.760727 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,504 | VersionList.h | PrismLauncher_PrismLauncher/launcher/ui/java/VersionList.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (c) 2024 Trial97 <alexandru.tripon97@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Fou... | 1,510 | C++ | .h | 40 | 34.7 | 76 | 0.743151 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,506 | CheckUpdateTask.h | PrismLauncher_PrismLauncher/launcher/modplatform/CheckUpdateTask.h | #pragma once
#include "minecraft/mod/Mod.h"
#include "minecraft/mod/tasks/GetModDependenciesTask.h"
#include "modplatform/ModIndex.h"
#include "modplatform/ResourceAPI.h"
#include "tasks/Task.h"
class ResourceDownloadTask;
class ModFolderModel;
class CheckUpdateTask : public Task {
Q_OBJECT
public:
Check... | 2,597 | C++ | .h | 68 | 29.632353 | 124 | 0.633691 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,507 | ModIndex.h | PrismLauncher_PrismLauncher/launcher/modplatform/ModIndex.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (c) 2022 flowln <flowlnlnln@gmail.com>
* Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Pub... | 6,560 | C++ | .h | 165 | 35.727273 | 130 | 0.731677 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,508 | ResourceAPI.h | PrismLauncher_PrismLauncher/launcher/modplatform/ResourceAPI.h | // SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com>
//
// SPDX-License-Identifier: GPL-3.0-only AND Apache-2.0
/*
* Prism Launcher - Minecraft Launcher
* Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net>
* Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com>
*
* This program is free softwa... | 6,463 | C++ | .h | 159 | 34.377358 | 115 | 0.672238 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,509 | EnsureMetadataTask.h | PrismLauncher_PrismLauncher/launcher/modplatform/EnsureMetadataTask.h | #pragma once
#include "ModIndex.h"
#include "net/NetJob.h"
#include "modplatform/helpers/HashUtils.h"
#include "minecraft/mod/Resource.h"
#include "tasks/ConcurrentTask.h"
class Mod;
class QDir;
class EnsureMetadataTask : public Task {
Q_OBJECT
public:
EnsureMetadataTask(Resource*, QDir, ModPlatform::R... | 1,997 | C++ | .h | 47 | 38.12766 | 130 | 0.741335 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,510 | ModrinthInstanceCreationTask.h | PrismLauncher_PrismLauncher/launcher/modplatform/modrinth/ModrinthInstanceCreationTask.h | #pragma once
#include <optional>
#include "BaseInstance.h"
#include "InstanceCreationTask.h"
#include "modplatform/modrinth/ModrinthPackManifest.h"
class ModrinthCreationTask final : public InstanceCreationTask {
Q_OBJECT
public:
ModrinthCreationTask(QString staging_path,
Setting... | 1,439 | C++ | .h | 34 | 34.294118 | 134 | 0.668103 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,511 | ModrinthCheckUpdate.h | PrismLauncher_PrismLauncher/launcher/modplatform/modrinth/ModrinthCheckUpdate.h | #pragma once
#include "modplatform/CheckUpdateTask.h"
class ModrinthCheckUpdate : public CheckUpdateTask {
Q_OBJECT
public:
ModrinthCheckUpdate(QList<Resource*>& resources,
std::list<Version>& mcVersions,
QList<ModPlatform::ModLoaderType> loadersList,
... | 1,084 | C++ | .h | 25 | 36.2 | 120 | 0.706553 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,512 | ModrinthPackIndex.h | PrismLauncher_PrismLauncher/launcher/modplatform/modrinth/ModrinthPackIndex.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, version 3.
*
* This program is distributed in the ... | 1,361 | C++ | .h | 27 | 48.666667 | 137 | 0.78238 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,513 | ModrinthPackExportTask.h | PrismLauncher_PrismLauncher/launcher/modplatform/modrinth/ModrinthPackExportTask.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Founda... | 2,282 | C++ | .h | 66 | 28.606061 | 74 | 0.692656 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,514 | ModrinthPackManifest.h | PrismLauncher_PrismLauncher/launcher/modplatform/modrinth/ModrinthPackManifest.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (c) 2022 flowln <flowlnlnln@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, ... | 3,158 | C++ | .h | 100 | 28.55 | 80 | 0.744063 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,515 | ModrinthAPI.h | PrismLauncher_PrismLauncher/launcher/modplatform/modrinth/ModrinthAPI.h | // SPDX-FileCopyrightText: 2022-2023 flowln <flowlnlnln@gmail.com>
//
// SPDX-License-Identifier: GPL-3.0-only
#pragma once
#include "BuildConfig.h"
#include "modplatform/ModIndex.h"
#include "modplatform/helpers/NetworkResourceAPI.h"
#include <QDebug>
class ModrinthAPI : public NetworkResourceAPI {
public:
... | 8,194 | C++ | .h | 164 | 39.152439 | 139 | 0.605576 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,516 | Packwiz.h | PrismLauncher_PrismLauncher/launcher/modplatform/packwiz/Packwiz.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (c) 2022 flowln <flowlnlnln@gmail.com>
* Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Pub... | 4,113 | C++ | .h | 87 | 42.068966 | 140 | 0.697878 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,517 | ATLPackInstallTask.h | PrismLauncher_PrismLauncher/launcher/modplatform/atlauncher/ATLPackInstallTask.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software ... | 4,887 | C++ | .h | 124 | 34.774194 | 126 | 0.726294 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,518 | ATLPackManifest.h | PrismLauncher_PrismLauncher/launcher/modplatform/atlauncher/ATLPackManifest.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software ... | 4,100 | C++ | .h | 159 | 22.163522 | 80 | 0.728016 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,519 | ATLShareCode.h | PrismLauncher_PrismLauncher/launcher/modplatform/atlauncher/ATLShareCode.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software ... | 1,204 | C++ | .h | 39 | 28.358974 | 74 | 0.751945 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,520 | ATLPackIndex.h | PrismLauncher_PrismLauncher/launcher/modplatform/atlauncher/ATLPackIndex.h | /*
* Copyright 2020-2021 Jamie Mansfield <jmansfield@cadixdev.org>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... | 1,154 | C++ | .h | 38 | 27.710526 | 75 | 0.761518 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,521 | NetworkResourceAPI.h | PrismLauncher_PrismLauncher/launcher/modplatform/helpers/NetworkResourceAPI.h | // SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com>
//
// SPDX-License-Identifier: GPL-3.0-only
#pragma once
#include <memory>
#include "modplatform/ResourceAPI.h"
class NetworkResourceAPI : public ResourceAPI {
public:
Task::Ptr searchProjects(SearchArgs&&, SearchCallbacks&&) const override;
T... | 1,154 | C++ | .h | 19 | 57.210526 | 118 | 0.767936 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,522 | HashUtils.h | PrismLauncher_PrismLauncher/launcher/modplatform/helpers/HashUtils.h | #pragma once
#include <QCryptographicHash>
#include <QFuture>
#include <QFutureWatcher>
#include <QString>
#include "modplatform/ModIndex.h"
#include "tasks/Task.h"
namespace Hashing {
enum class Algorithm { Md4, Md5, Sha1, Sha256, Sha512, Murmur2, Unknown };
QString algorithmToString(Algorithm type);
Algorithm al... | 1,301 | C++ | .h | 36 | 32.916667 | 91 | 0.7536 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,523 | ExportToModList.h | PrismLauncher_PrismLauncher/launcher/modplatform/helpers/ExportToModList.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Fou... | 1,188 | C++ | .h | 27 | 42.37037 | 90 | 0.748059 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,524 | OverrideUtils.h | PrismLauncher_PrismLauncher/launcher/modplatform/helpers/OverrideUtils.h | #pragma once
#include <QString>
namespace Override {
/** This creates a file in `parent_folder` that holds information about which
* overrides are in `override_path`.
*
* If there's already an existing such file, it will be ovewritten.
*/
void createOverrides(const QString& name, const QString& parent_folder, ... | 618 | C++ | .h | 15 | 39.4 | 102 | 0.764214 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,525 | FlameInstanceCreationTask.h | PrismLauncher_PrismLauncher/launcher/modplatform/flame/FlameInstanceCreationTask.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Found... | 3,220 | C++ | .h | 76 | 37.605263 | 124 | 0.7152 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,526 | FlameCheckUpdate.h | PrismLauncher_PrismLauncher/launcher/modplatform/flame/FlameCheckUpdate.h | #pragma once
#include "Application.h"
#include "modplatform/CheckUpdateTask.h"
#include "net/NetJob.h"
class FlameCheckUpdate : public CheckUpdateTask {
Q_OBJECT
public:
FlameCheckUpdate(QList<Resource*>& resources,
std::list<Version>& mcVersions,
QList<ModPlatfor... | 866 | C++ | .h | 23 | 31.130435 | 98 | 0.704192 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,527 | PackManifest.h | PrismLauncher_PrismLauncher/launcher/modplatform/flame/PackManifest.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Found... | 2,458 | C++ | .h | 75 | 29.986667 | 80 | 0.723557 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,528 | FlameModIndex.h | PrismLauncher_PrismLauncher/launcher/modplatform/flame/FlameModIndex.h | //
// Created by timoreo on 16/01/2022.
//
#pragma once
#include "modplatform/ModIndex.h"
#include <QNetworkAccessManager>
#include "BaseInstance.h"
namespace FlameMod {
void loadIndexedPack(ModPlatform::IndexedPack& m, QJsonObject& obj);
void loadURLs(ModPlatform::IndexedPack& m, QJsonObject& obj);
void loadBody(... | 886 | C++ | .h | 18 | 43.166667 | 136 | 0.733796 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,529 | FlamePackIndex.h | PrismLauncher_PrismLauncher/launcher/modplatform/flame/FlamePackIndex.h | #pragma once
#include <QList>
#include <QMetaType>
#include <QString>
#include <QVector>
#include "modplatform/ModIndex.h"
namespace Flame {
struct ModpackAuthor {
QString name;
QString url;
};
struct IndexedVersion {
int addonId;
int fileId;
QString version;
ModPlatform::IndexedVersionType ... | 1,073 | C++ | .h | 43 | 21.581395 | 62 | 0.758824 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,530 | FileResolvingTask.h | PrismLauncher_PrismLauncher/launcher/modplatform/flame/FileResolvingTask.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (c) 2024 Trial97 <alexandru.tripon97@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Fou... | 1,586 | C++ | .h | 43 | 33.767442 | 117 | 0.741851 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,531 | FlameAPI.h | PrismLauncher_PrismLauncher/launcher/modplatform/flame/FlameAPI.h | // SPDX-FileCopyrightText: 2023 flowln <flowlnlnln@gmail.com>
//
// SPDX-License-Identifier: GPL-3.0-only
#pragma once
#include <QList>
#include <memory>
#include "modplatform/ModIndex.h"
#include "modplatform/ResourceAPI.h"
#include "modplatform/helpers/NetworkResourceAPI.h"
class FlameAPI : public NetworkResourceA... | 6,281 | C++ | .h | 123 | 41.577236 | 140 | 0.658195 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,532 | FlamePackExportTask.h | PrismLauncher_PrismLauncher/launcher/modplatform/flame/FlamePackExportTask.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (C) 2023 TheKodeToad <TheKodeToad@proton.me>
* Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Gener... | 2,441 | C++ | .h | 76 | 26 | 74 | 0.677008 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,533 | PackInstallTask.h | PrismLauncher_PrismLauncher/launcher/modplatform/legacy_ftb/PackInstallTask.h | #pragma once
#include <quazip/quazip.h>
#include <quazip/quazipdir.h>
#include "InstanceTask.h"
#include "PackHelpers.h"
#include "meta/Index.h"
#include "meta/Version.h"
#include "meta/VersionList.h"
#include "net/NetJob.h"
#include "net/NetJob.h"
#include <optional>
namespace LegacyFTB {
class PackInstallTask : p... | 1,239 | C++ | .h | 41 | 26.487805 | 111 | 0.735865 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,534 | PrivatePackManager.h | PrismLauncher_PrismLauncher/launcher/modplatform/legacy_ftb/PrivatePackManager.h | #pragma once
#include <QFile>
#include <QSet>
#include <QString>
namespace LegacyFTB {
class PrivatePackManager {
public:
~PrivatePackManager() { save(); }
void load();
void save() const;
bool empty() const { return currentPacks.empty(); }
const QSet<QString>& getCurrentPackCodes() const { ret... | 702 | C++ | .h | 28 | 20.535714 | 77 | 0.662182 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,535 | PackFetchTask.h | PrismLauncher_PrismLauncher/launcher/modplatform/legacy_ftb/PackFetchTask.h | #pragma once
#include <QByteArray>
#include <QObject>
#include <QTemporaryDir>
#include <memory>
#include "PackHelpers.h"
#include "net/NetJob.h"
namespace LegacyFTB {
class PackFetchTask : public QObject {
Q_OBJECT
public:
PackFetchTask(shared_qobject_ptr<QNetworkAccessManager> network) : QObject(nullpt... | 1,312 | C++ | .h | 35 | 33.514286 | 111 | 0.76996 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,536 | PackHelpers.h | PrismLauncher_PrismLauncher/launcher/modplatform/legacy_ftb/PackHelpers.h | #pragma once
#include <QList>
#include <QMetaType>
#include <QString>
#include <QStringList>
namespace LegacyFTB {
// Header for structs etc...
enum class PackType { Public, ThirdParty, Private };
struct Modpack {
QString name;
QString description;
QString author;
QStringList oldVersions;
QStrin... | 739 | C++ | .h | 29 | 22.068966 | 67 | 0.727143 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,537 | PackInstallTask.h | PrismLauncher_PrismLauncher/launcher/modplatform/import_ftb/PackInstallTask.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Fou... | 1,316 | C++ | .h | 38 | 31.789474 | 74 | 0.749013 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,538 | PackHelpers.h | PrismLauncher_PrismLauncher/launcher/modplatform/import_ftb/PackHelpers.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (c) 2023 Trial97 <alexandru.tripon97@gmail.com>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Fou... | 1,455 | C++ | .h | 46 | 28.869565 | 74 | 0.750536 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,539 | SingleZipPackInstallTask.h | PrismLauncher_PrismLauncher/launcher/modplatform/technic/SingleZipPackInstallTask.h | /* Copyright 2013-2021 MultiMC Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | 1,662 | C++ | .h | 48 | 31.3125 | 85 | 0.7575 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,540 | SolderPackManifest.h | PrismLauncher_PrismLauncher/launcher/modplatform/technic/SolderPackManifest.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (c) 2022 Jamie Mansfield <jmansfield@cadixdev.org>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software ... | 1,247 | C++ | .h | 40 | 28.675 | 74 | 0.750417 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,541 | TechnicPackProcessor.h | PrismLauncher_PrismLauncher/launcher/modplatform/technic/TechnicPackProcessor.h | /* Copyright 2020-2021 MultiMC Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | 1,228 | C++ | .h | 33 | 33.030303 | 104 | 0.735294 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,542 | SolderPackInstallTask.h | PrismLauncher_PrismLauncher/launcher/modplatform/technic/SolderPackInstallTask.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (c) 2021-2022 Jamie Mansfield <jmansfield@cadixdev.org>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Soft... | 2,955 | C++ | .h | 77 | 33.558442 | 85 | 0.704324 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,547 | PassthroughSetting.h | PrismLauncher_PrismLauncher/launcher/settings/PassthroughSetting.h | /* Copyright 2013-2021 MultiMC Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | 1,339 | C++ | .h | 37 | 33.324324 | 100 | 0.742857 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,549 | TranslationsModel.h | PrismLauncher_PrismLauncher/launcher/translations/TranslationsModel.h | /* Copyright 2013-2021 MultiMC Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | 2,123 | C++ | .h | 54 | 35.5 | 91 | 0.755588 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,550 | POTranslator.h | PrismLauncher_PrismLauncher/launcher/translations/POTranslator.h | #pragma once
#include <QTranslator>
struct POTranslatorPrivate;
class POTranslator : public QTranslator {
Q_OBJECT
public:
explicit POTranslator(const QString& filename, QObject* parent = nullptr);
virtual ~POTranslator();
QString translate(const char* context, const char* sourceText, const char* ... | 438 | C++ | .h | 13 | 30.076923 | 117 | 0.76247 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,551 | LogModel.h | PrismLauncher_PrismLauncher/launcher/launch/LogModel.h | #pragma once
#include <QAbstractListModel>
#include <QString>
#include "MessageLevel.h"
class LogModel : public QAbstractListModel {
Q_OBJECT
public:
explicit LogModel(QObject* parent = 0);
int rowCount(const QModelIndex& parent = QModelIndex()) const;
QVariant data(const QModelIndex& index, int r... | 1,269 | C++ | .h | 41 | 26.146341 | 66 | 0.694901 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,552 | LaunchTask.h | PrismLauncher_PrismLauncher/launcher/launch/LaunchTask.h | // SPDX-License-Identifier: GPL-3.0-only
/*
* Prism Launcher - Minecraft Launcher
* Copyright (C) 2022 Sefa Eyeoglu <contact@scrumplex.net>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Found... | 3,948 | C++ | .h | 105 | 33.838095 | 104 | 0.721873 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,553 | TaskStepWrapper.h | PrismLauncher_PrismLauncher/launcher/launch/TaskStepWrapper.h | /* Copyright 2013-2021 MultiMC Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | 1,197 | C++ | .h | 35 | 31.285714 | 103 | 0.743945 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,554 | LaunchStep.h | PrismLauncher_PrismLauncher/launcher/launch/LaunchStep.h | /* Copyright 2013-2021 MultiMC Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | 1,326 | C++ | .h | 36 | 33.722222 | 123 | 0.741231 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,555 | LookupServerAddress.h | PrismLauncher_PrismLauncher/launcher/launch/steps/LookupServerAddress.h | /* Copyright 2013-2021 MultiMC Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | 1,363 | C++ | .h | 37 | 33.594595 | 75 | 0.760061 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
29,557 | CheckJava.h | PrismLauncher_PrismLauncher/launcher/launch/steps/CheckJava.h | /* Copyright 2013-2021 MultiMC Contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or... | 1,355 | C++ | .h | 35 | 35.571429 | 132 | 0.75723 | PrismLauncher/PrismLauncher | 5,558 | 625 | 571 | GPL-3.0 | 9/20/2024, 9:26:25 PM (Europe/Amsterdam) | false | false | false | false | false | false | false | false |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.