file_name
stringlengths
6
86
file_path
stringlengths
45
249
content
stringlengths
47
6.26M
file_size
int64
47
6.26M
language
stringclasses
1 value
extension
stringclasses
1 value
repo_name
stringclasses
767 values
repo_stars
int64
8
14.4k
repo_forks
int64
0
1.17k
repo_open_issues
int64
0
788
repo_created_at
stringclasses
767 values
repo_pushed_at
stringclasses
767 values
PlayerFreezer.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/util/PlayerFreezer.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
2,546
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
EndRoundMusic.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/util/EndRoundMusic.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
2,433
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
Voting.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/util/Voting.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
5,195
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
AsyncWorker.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/util/AsyncWorker.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
3,294
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
ServerLocation.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/util/ServerLocation.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
2,098
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
ParametrizedRunnable.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/util/ParametrizedRunnable.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
1,518
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
SerializableVector.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/util/SerializableVector.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
1,983
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
Countdown.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/util/Countdown.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
3,682
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
NMS.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/util/NMS.java
package eu.matejkormuth.pexel.PexelCore.util; import net.minecraft.server.v1_8_R1.EntityLiving; import org.bukkit.Bukkit; import org.bukkit.entity.LivingEntity; /** * Helper na pracu s NMS kodom. * * @author Matej Kormuth * */ public class NMS { /** * Verzia serveru. */ public static final S...
3,103
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
ReflectionUtil.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/util/ReflectionUtil.java
package eu.matejkormuth.pexel.PexelCore.util; import java.lang.reflect.Constructor; import java.lang.reflect.Field; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.util.HashMap; import java.util.Map; import org.bukkit.Bukkit; /** * <b>ReflectionUtils</b> * <p> * Th...
34,337
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
InventoryUtils.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/util/InventoryUtils.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
1,375
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
TimeBomb.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/util/TimeBomb.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
2,805
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
PacketHelper.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/util/PacketHelper.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
1,368
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
ServerLocationType.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/util/ServerLocationType.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
1,313
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
BlockPattern.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/util/BlockPattern.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
2,889
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
NetworkCCFormatter.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/util/NetworkCCFormatter.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
4,209
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
SerializableLocation.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/util/SerializableLocation.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
2,917
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
SoundUtility.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/util/SoundUtility.java
/** * SoundEffects.java part of mertexfun. by M * * (C) M 26.3.2014 19:17:35 */ package eu.matejkormuth.pexel.PexelCore.util; import net.minecraft.server.v1_8_R1.PacketPlayOutNamedSoundEffect; import org.bukkit.craftbukkit.v1_8_R1.entity.CraftPlayer; import org.bukkit.entity.Entity; import org.bukkit.entity.Play...
4,054
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
AFKChecker.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/util/AFKChecker.java
package eu.matejkormuth.pexel.PexelCore.util; import java.util.HashMap; import java.util.Map; import org.bukkit.Location; import org.bukkit.entity.Player; import eu.matejkormuth.pexel.PexelCore.core.PlayerHolder; /** * Class that is used for checking when is player AFK. */ public class AFKChecker { private fi...
2,051
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
ReflectionHandler.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/util/ReflectionHandler.java
package eu.matejkormuth.pexel.PexelCore.util; import java.lang.reflect.Constructor; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.util.HashMap; import java.util.Map; import org.bukkit.Bukkit; /** * ReflectionHandler v1.0 * * This class makes dealing with reflection much easier, esp...
25,295
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
Formatter.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/util/Formatter.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
1,341
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
BukkitTimer.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/util/BukkitTimer.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
1,593
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
ParticleEffect2.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/util/ParticleEffect2.java
package eu.matejkormuth.pexel.PexelCore.util; import java.lang.reflect.Constructor; import java.lang.reflect.Field; import java.lang.reflect.Method; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry; import org.bukkit.Bukkit; import org.bukkit.L...
60,113
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
CacheHelper.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/util/CacheHelper.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
3,187
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
Watcher.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/util/Watcher.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
1,328
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
MovingObject.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/util/MovingObject.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
2,176
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
Vote.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/util/Vote.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
961
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
Lang.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/util/Lang.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
7,113
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
ProtectedArea.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/areas/ProtectedArea.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
5,628
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
AreaFlag.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/areas/AreaFlag.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
1,653
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
PlayerAreaOwner.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/areas/PlayerAreaOwner.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
1,395
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
AreaOwner.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/areas/AreaOwner.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
1,082
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
ServerAreaOwner.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/areas/ServerAreaOwner.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
1,064
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
Lobby.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/areas/Lobby.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
4,314
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
Areas.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/areas/Areas.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
1,806
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
MinigameCategory.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/minigame/MinigameCategory.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
1,353
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
Minigame.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/minigame/Minigame.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
1,978
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
MinigameType.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelCore/minigame/MinigameType.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
1,187
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
Request.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelNetworking/Request.java
package eu.matejkormuth.pexel.PexelNetworking; import java.util.HashMap; import java.util.Map; import java.util.concurrent.atomic.AtomicInteger; /** * Class that represents request. * * @author Mato Kormuth * */ public class Request { private final long requestId; private final AbstractPacket...
2,015
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
PacketHandler.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelNetworking/PacketHandler.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
2,735
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
Server.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelNetworking/Server.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
2,646
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
Demo.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelNetworking/Demo.java
package eu.matejkormuth.pexel.PexelNetworking; import org.bukkit.Bukkit; import eu.matejkormuth.pexel.PexelNetworking.packets.CrossServerChatMessage; public class Demo { public void a() { Request request = new Request(new CrossServerChatMessage("test")); request.setOnRespone(new ResponeEventHandl...
603
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
Respone.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelNetworking/Respone.java
package eu.matejkormuth.pexel.PexelNetworking; /** * Class that represents respone. * * @author Mato Kormuth * */ public class Respone { private final long requestId; private final AbstractPacket responeContent; public Respone(final long requestId, final AbstractPacket responeContent)...
576
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
ServerRequestType.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelNetworking/ServerRequestType.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
1,905
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
AbstractPacket.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelNetworking/AbstractPacket.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
1,238
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
PexelPacket.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelNetworking/PexelPacket.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
1,112
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
PexelMasterServer.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelNetworking/PexelMasterServer.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
3,546
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
PacketType.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelNetworking/PacketType.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
2,831
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
ResponeEventHandler.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelNetworking/ResponeEventHandler.java
package eu.matejkormuth.pexel.PexelNetworking; /** * Respone event handler. */ public interface ResponeEventHandler { /** * Called from network thread when respone arrives on client machine. * * @param requset * request that involved this action * @param respone * ...
419
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
PexelServerClient.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelNetworking/PexelServerClient.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
3,725
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
CrossServerTeleportPacket.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelNetworking/packets/CrossServerTeleportPacket.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
2,732
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
CrossServerChatMessage.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelNetworking/packets/CrossServerChatMessage.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
1,948
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
ForwardPacket.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/pexel/PexelNetworking/packets/ForwardPacket.java
// @formatter:off /* * Pexel Project - Minecraft minigame server platform. * Copyright (C) 2014 Matej Kormuth <http://www.matejkormuth.eu> * * This file is part of Pexel. * * Pexel is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as * published by th...
1,646
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
ParametrizedRunnable.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/util/ParametrizedRunnable.java
package eu.matejkormuth.util; /** * Parametrized runnable. */ public interface ParametrizedRunnable { /** * Runs action with specified parameters. * * @param params * parameters */ public void run(Object... params); }
266
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
AnnotationNotPresentException.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/util/AnnotationNotPresentException.java
package eu.matejkormuth.util; public class AnnotationNotPresentException extends RuntimeException { private static final long serialVersionUID = 1L; public AnnotationNotPresentException() { super(); } public AnnotationNotPresentException(final String message) { super(message);...
574
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
PrimitiveParser.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/util/PrimitiveParser.java
package eu.matejkormuth.util; public final class PrimitiveParser { public static final Object parseAsObject(final String string, final PrimitiveType asType) { switch (asType) { case BOOLEAN: return PrimitiveParser.parseBoolean(string); case BYTE: ...
2,724
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
EventHandler.java
/FileExtraction/Java_unseen/dobrakmato_PexelCore/src/eu/matejkormuth/util/EventHandler.java
package eu.matejkormuth.util; /** * Generic event handler. * * @param <T> * event args type. */ public interface EventHandler<T> { /** * Called when event happens. Handles the event. * * @param instance * event args. */ public void handle(T instance); }
316
Java
.java
dobrakmato/PexelCore
12
5
0
2014-08-28T19:30:48Z
2015-02-06T15:49:16Z
MCRGoogleSitemapServlet.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-indexing/src/main/java/org/mycore/frontend/indexbrowser/MCRGoogleSitemapServlet.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
3,946
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRGoogleSitemapCommon.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-indexing/src/main/java/org/mycore/frontend/indexbrowser/MCRGoogleSitemapCommon.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
13,042
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRGoogleSitemapCommands.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-indexing/src/main/java/org/mycore/frontend/indexbrowser/MCRGoogleSitemapCommands.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
3,623
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MetsEditorTestBase.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/test/java/org/mycore/mets/webtest/MetsEditorTestBase.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
2,115
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
PaginationIT.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/test/java/org/mycore/mets/webtest/PaginationIT.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
4,965
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRAltoHighlightResourceTest.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/test/java/org/mycore/mets/resource/MCRAltoHighlightResourceTest.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
1,696
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRMetsModelHelperTest.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/test/java/org/mycore/mets/model/MCRMetsModelHelperTest.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
2,641
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRMETSGeneratorFactoryTest.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/test/java/org/mycore/mets/model/MCRMETSGeneratorFactoryTest.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
1,426
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRJSONSimpleModelConverterTest.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/test/java/org/mycore/mets/model/converter/MCRJSONSimpleModelConverterTest.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
2,682
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRSimpleModelJSONConverterTest.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/test/java/org/mycore/mets/model/converter/MCRSimpleModelJSONConverterTest.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
1,197
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRMetsTestUtil.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/test/java/org/mycore/mets/model/converter/MCRMetsTestUtil.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
6,107
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRXMLSimpleModelConverterTest.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/test/java/org/mycore/mets/model/converter/MCRXMLSimpleModelConverterTest.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
5,293
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRSimpleModelXMLConverterTest.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/test/java/org/mycore/mets/model/converter/MCRSimpleModelXMLConverterTest.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
3,159
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRSolrAltoExtractor.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/solr/MCRSolrAltoExtractor.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
3,684
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRMetsFileIndexAccumulator.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/solr/MCRMetsFileIndexAccumulator.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
2,947
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRGoobiMetsPostUploadProcessor.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/tools/MCRGoobiMetsPostUploadProcessor.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
2,144
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRMetsLock.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/tools/MCRMetsLock.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
4,297
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRMetsResolver.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/tools/MCRMetsResolver.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
3,290
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRMetsSave.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/tools/MCRMetsSave.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
40,576
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRDFGLinkServlet.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/servlets/MCRDFGLinkServlet.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
8,285
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRMETSServlet.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/servlets/MCRMETSServlet.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
8,475
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRMetsCommands.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/frontend/MCRMetsCommands.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
6,696
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRMetsMods2IIIFConverter.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/iiif/MCRMetsMods2IIIFConverter.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
10,912
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRMetsIIIFMetadataExtractor.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/iiif/MCRMetsIIIFMetadataExtractor.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
997
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRMetsIIIFModsMetadataExtractor.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/iiif/MCRMetsIIIFModsMetadataExtractor.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
2,203
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRMetsIIIFPresentationImpl.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/iiif/MCRMetsIIIFPresentationImpl.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
4,994
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRUpdateMetsOnDerivateChangeEventHandler.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/events/MCRUpdateMetsOnDerivateChangeEventHandler.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
4,118
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MetsResource.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/resource/MetsResource.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
9,659
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRAltoHighlightResource.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/resource/MCRAltoHighlightResource.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
7,515
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRMetsModelHelper.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/model/MCRMetsModelHelper.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
3,488
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRMETSHierarchyGenerator.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/model/MCRMETSHierarchyGenerator.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
22,837
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRMETSGeneratorFactory.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/model/MCRMETSGeneratorFactory.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
7,203
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRDefaultLogicalStructMapTypeProvider.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/model/MCRDefaultLogicalStructMapTypeProvider.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
1,087
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRMETSAbstractGenerator.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/model/MCRMETSAbstractGenerator.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
2,493
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRILogicalStructMapTypeProvider.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/model/MCRILogicalStructMapTypeProvider.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
1,020
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRMETSGenerator.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/model/MCRMETSGenerator.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
1,079
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRMETSDefaultGenerator.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/model/MCRMETSDefaultGenerator.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
12,145
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRMetsAltoLink.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/model/simple/MCRMetsAltoLink.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
1,440
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRMetsSection.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/model/simple/MCRMetsSection.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
2,802
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRMetsFile.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/model/simple/MCRMetsFile.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
1,651
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRMetsPage.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/model/simple/MCRMetsPage.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
2,092
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRMetsSimpleModel.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/model/simple/MCRMetsSimpleModel.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
1,659
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z
MCRMetsLink.java
/FileExtraction/Java_unseen/MyCoRe-Org_mycore/mycore-mets/src/main/java/org/mycore/mets/model/simple/MCRMetsLink.java
/* * This file is part of *** M y C o R e *** * See http://www.mycore.de/ for details. * * MyCoRe 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, either version 3 of the License, or * (at your option)...
1,283
Java
.java
MyCoRe-Org/mycore
33
14
19
2016-10-07T06:02:02Z
2024-05-08T18:38:30Z