code stringlengths 3 1.04M | repo_name stringlengths 5 109 | path stringlengths 6 306 | language stringclasses 1
value | license stringclasses 15
values | size int64 3 1.04M |
|---|---|---|---|---|---|
package org.jabref.logic.importer.fetcher;
import java.util.Collections;
import java.util.List;
import java.util.Optional;
import org.jabref.logic.bibtex.FieldContentFormatterPreferences;
import org.jabref.logic.importer.ImportFormatPreferences;
import org.jabref.model.entry.BibEntry;
import org.jabref.model.entry.fi... | sauliusg/jabref | src/test/java/org/jabref/logic/importer/fetcher/MathSciNetTest.java | Java | mit | 3,891 |
package pro.chukai.web.service.impl;
import pro.chukai.search.ArticlesSearchHandler;
import pro.chukai.web.dto.in.ArticleIn;
import pro.chukai.web.dto.out.Archive;
import pro.chukai.web.dto.out.ArticleDraftOut;
import pro.chukai.web.dto.out.ArticleOut;
import pro.chukai.web.dto.out.PageOut;
import pro.chukai.web.enume... | chulung/chulung.com | service/webapp/src/main/java/pro/chukai/web/service/impl/ArticleServiceImpl.java | Java | mit | 14,328 |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/
package com.microsoft.azure.management.notificationhubs.v2014_09_01;
import com.fasterx... | selvasingh/azure-sdk-for-java | sdk/notificationhubs/mgmt-v2014_09_01/src/main/java/com/microsoft/azure/management/notificationhubs/v2014_09_01/BaiduCredential.java | Java | mit | 1,191 |
//4.12.6
class Data {
int dia;
int mes;
int ano;
//4.12.9
String formatada() {
return this.dia+"/"+this.mes+"/"+this.ano;
}
} | glauberdm/caelum-java-objetos-fj11 | capitulo6/8/Data.java | Java | mit | 134 |
/*******************************************************************************
* Copyright (c) 2004 Actuate Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is availabl... | sguan-actuate/birt | UI/org.eclipse.birt.report.designer.ui/src/org/eclipse/birt/report/designer/ui/parameters/ComboBoxParameter.java | Java | epl-1.0 | 1,000 |
/*******************************************************************************
* Copyright (c) 2011, 2020 Eurotech and/or its affiliates and others
*
* This program and the accompanying materials are made
* available under the terms of the Eclipse Public License 2.0
* which is available at https://www.eclipse.o... | ctron/kura | kura/org.eclipse.kura.api/src/main/java/org/eclipse/kura/message/KuraPayload.java | Java | epl-1.0 | 4,221 |
/**
* Copyright (c) 2010-2019 Contributors to the openHAB project
*
* See the NOTICE file(s) distributed with this work for additional
* information.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.... | clinique/openhab2 | bundles/org.openhab.binding.lutron/src/main/java/org/openhab/binding/lutron/internal/handler/BaseKeypadHandler.java | Java | epl-1.0 | 14,814 |
/*******************************************************************************
* Copyright (c) 2004 Actuate Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is availabl... | sguan-actuate/birt | model/org.eclipse.birt.report.model/src/org/eclipse/birt/report/model/parser/DataItemState.java | Java | epl-1.0 | 2,477 |
/*******************************************************************************
* Copyright (c) 2012 Oak Ridge National Laboratory.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and i... | css-iter/cs-studio | applications/scan/scan-plugins/org.csstudio.scan.test/src/org/csstudio/scan/MemoryInfoUnitTest.java | Java | epl-1.0 | 1,286 |
/**
* Copyright (c) 2010-2018 by the respective copyright holders.
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*/... | lewie/openhab2 | addons/binding/org.openhab.binding.dsmr/src/main/java/org/openhab/binding/dsmr/internal/device/cosem/CosemQuantity.java | Java | epl-1.0 | 4,811 |
/*
// This software is subject to the terms of the Eclipse Public License v1.0
// Agreement, available at the following URL:
// http://www.eclipse.org/legal/epl-v10.html.
// You must accept the terms of that agreement to use this software.
//
// Copyright (C) 2005-2005 Julian Hyde
// Copyright (C) 2005-2009 Pentaho and... | alex-chan-ly/mondrian | src/main/mondrian/recorder/ListRecorder.java | Java | epl-1.0 | 3,862 |
/**
* Copyright (c) 2010-2020 Contributors to the openHAB project
*
* See the NOTICE file(s) distributed with this work for additional
* information.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License 2.0 which is available at
* http://www.eclipse.... | openhab/openhab2 | bundles/org.openhab.binding.hue/src/main/java/org/openhab/binding/hue/internal/PortalDiscoveryResult.java | Java | epl-1.0 | 912 |
package p;
import static p.A.abc;
class A {
public static void abc() {}
}
class User {
{
A.abc();
abc();
}
} | maxeler/eclipse | eclipse.jdt.ui/org.eclipse.jdt.ui.tests.refactoring/resources/ChangeSignature/canModify/A_testStaticImport01_out.java | Java | epl-1.0 | 118 |
/*
* (C) Copyright 2005-2017, by Assaf Lehr and Contributors.
*
* JGraphT : a free Java graph-theory library
*
* This program and the accompanying materials are dual-licensed under
* either
*
* (a) the terms of the GNU Lesser General Public License version 2.1
* as published by the Free Software Foundation, or... | WorstCase00/jgrapht | jgrapht-core/src/main/java/org/jgrapht/GraphMapping.java | Java | epl-1.0 | 1,842 |
/*
* Copyright 2011 the original author or authors.
*
* 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 applica... | cams7/gradle-samples | plugin/core/src/main/groovy/org/gradle/api/internal/file/collections/SingletonFileTree.java | Java | gpl-2.0 | 1,592 |
/*
* Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... | teamfx/openjfx-8u-dev-tests | tools/SharedTestUtilsOpen/src/test/javaclient/shared/SwingAWTUtils.java | Java | gpl-2.0 | 8,736 |
/* Copyright (C) 2002-2008 by Peter Eastman
Changes copyright (C) 2022 by Maksim Khramov
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; either version 2 of the License, or (at your optio... | peteihis/ArtOfIllusion | Tools/src/artofillusion/tools/TubeTool.java | Java | gpl-2.0 | 1,754 |
/**
* Copyright (C) 2009-2010 Wilfred Springer
*
* This file is part of Preon.
*
* Preon 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 2, or (at your option) any later version.
*
* Pr... | codehaus/preon | preon-el/src/test/java/org/codehaus/preon/el/ast/NodeSimplificationTest.java | Java | gpl-2.0 | 5,457 |
/* gnu/regexp/REMatch.java
Copyright (C) 1998-2001, 2004 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath 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 2, or (... | unofficial-opensource-apple/gcc_40 | libjava/gnu/regexp/REMatch.java | Java | gpl-2.0 | 8,944 |
package com.jarroba.navegarhaciaarriba;
import android.app.Fragment;
import android.content.Intent;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.View.OnClickListener;
import android.view.ViewGroup;
import android.widget.Button;
/**
* Código d... | lolkabagm/Android-libro-android-100-gratis-fragMENTS-GOOD | NavegarHaciaArriba/src/com/jarroba/navegarhaciaarriba/FragmentRecomendados.java | Java | gpl-2.0 | 1,446 |
/*
* org.openmicroscopy.shoola.util.ui.MessengerDetails
*
*------------------------------------------------------------------------------
* Copyright (C) 2006 University of Dundee. All rights reserved.
*
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU... | rleigh-dundee/openmicroscopy | components/insight/SRC/org/openmicroscopy/shoola/util/ui/MessengerDetails.java | Java | gpl-2.0 | 4,549 |
package com.dabsquared.gitlabjenkins.gitlab.hook.model;
import net.karneim.pojobuilder.GeneratePojoBuilder;
import org.apache.commons.lang.builder.EqualsBuilder;
import org.apache.commons.lang.builder.HashCodeBuilder;
import org.apache.commons.lang.builder.ToStringBuilder;
/**
* @author Robin Müller
*/
@GeneratePoj... | Argelbargel/gitlab-plugin | src/main/java/com/dabsquared/gitlabjenkins/gitlab/hook/model/Repository.java | Java | gpl-2.0 | 3,217 |
/*
* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Softwa... | arodchen/MaxSim | graal/graal/com.oracle.graal.api.meta.test/src/com/oracle/graal/api/meta/test/TypeUniverse.java | Java | gpl-2.0 | 5,386 |
/**
* This file is part of Aion-Lightning <aion-lightning.org>.
*
* Aion-Lightning 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) any lat... | GiGatR00n/Aion-Core-v4.7.5 | AC-Game/data/scripts/system/handlers/quest/event_quests/_51005FestivalEnergy.java | Java | gpl-2.0 | 3,504 |
/*
JPC: An x86 PC Hardware Emulator for a pure Java Virtual Machine
Copyright (C) 2012-2013 Ian Preston
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License version 2 as published by
the Free Software Foundation.
This progra... | ianopolous/JPC | src/org/jpc/emulator/execution/opcodes/pm/rol_Eb_Ib.java | Java | gpl-2.0 | 2,263 |
/*
* jMemorize - Learning made easy (and fun) - A Leitner flashcards tool
* Copyright(C) 2004-2006 Riad Djemili
*
* 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; either version 1, or (at ... | riadd/jMemorize | src/jmemorize/util/ReverseOrder.java | Java | gpl-2.0 | 1,278 |
package com.comphenix.protocol.injector.player;
import java.io.DataInputStream;
import java.io.InputStream;
import java.lang.reflect.InvocationTargetException;
import java.net.InetSocketAddress;
import java.util.Set;
import org.bukkit.entity.Player;
import com.comphenix.protocol.PacketType;
import com.comphenix.prot... | ewized/ProtocolLib | ProtocolLib/src/main/java/com/comphenix/protocol/injector/player/PlayerInjectionHandler.java | Java | gpl-2.0 | 6,695 |
/*******************************************************************************
* Copyright (c) 2011 by Timotei Dolean <timotei21@gmail.com>
*
* This program and the accompanying materials are made available
* under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is availa... | asimonov-im/wesnoth | utils/umc_dev/org.wesnoth.tests/src/org/wesnoth/tests/plugin/ParsingCampaignsConfigsTests.java | Java | gpl-2.0 | 3,800 |
/**
* This file is part of Aion-Lightning <aion-lightning.org>.
*
* Aion-Lightning 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) any lat... | GiGatR00n/Aion-Core-v4.7.5 | AC-Game/src/com/aionemu/gameserver/skillengine/effect/ConvertHealEffect.java | Java | gpl-2.0 | 2,601 |
/*******************************************************************************
* This file is part of OpenNMS(R).
*
* Copyright (C) 2007-2012 The OpenNMS Group, Inc.
* OpenNMS(R) is Copyright (C) 1999-2012 The OpenNMS Group, Inc.
*
* OpenNMS(R) is a registered trademark of The OpenNMS Group, Inc.
*
* OpenNMS(... | RangerRick/opennms | opennms-model/src/main/java/org/opennms/netmgt/model/discovery/IPPollAddress.java | Java | gpl-2.0 | 4,266 |
/**
* This file is part of Aion-Lightning <aion-lightning.org>.
*
* Aion-Lightning 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) any lat... | GiGatR00n/Aion-Core-v4.7.5 | AC-Game/src/com/aionemu/gameserver/network/aion/clientpackets/CM_PET_EMOTE.java | Java | gpl-2.0 | 5,064 |
package org.storymaker.app.publish.sites;
import timber.log.Timber;
import android.app.Activity;
import org.storymaker.app.model.Job;
import org.storymaker.app.publish.RenderWorker;
import org.storymaker.app.publish.RendererBase;
public class StoryMakerRenderer extends RendererBase {
private final String TAG = ... | guardianproject/storymaker | app/src/org/storymaker/app/publish/sites/StoryMakerRenderer.java | Java | gpl-2.0 | 503 |
/* Copyright (C) 2006 Christian Schneider
*
* This file is part of Nomad.
*
* Nomad 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 2 of the License, or
* (at your option) any later ver... | wesen/nmedit | libs/nordmodular/src/net/sf/nmedit/jtheme/clavia/nordmodular/store/ScrollbarSliderElement.java | Java | gpl-2.0 | 6,954 |
/* Generated By:JJTree: Do not edit this line. ASTSymbol.java */
package org.jzkit.a2j.codec.comp;
public class ASTSymbol extends SimpleNode {
public int which = 0;
public ASTSymbol(int id) {
super(id);
}
public ASTSymbol(AsnParser p, int id) {
super(p, id);
}
}
| backslash47/a2j | src/main/java/org/jzkit/a2j/codec/comp/ASTSymbol.java | Java | gpl-2.0 | 287 |
/* ListSelectionPanel.java
*
* created: Fri Oct 9 1998
*
* This file is part of Artemis
*
* Copyright(C) 1998,1999,2000,2001 Genome Research Limited
*
* 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... | satta/Artemis | uk/ac/sanger/artemis/components/ListSelectionPanel.java | Java | gpl-3.0 | 5,652 |
package the.bytecode.club.bytecodeviewer.plugin.strategies;
import the.bytecode.club.bytecodeviewer.api.Plugin;
import the.bytecode.club.bytecodeviewer.plugin.PluginLaunchStrategy;
import javax.script.ScriptEngine;
import javax.script.ScriptEngineManager;
import java.io.File;
import java.io.FileReader;
import java.io... | peterdocter/bytecode-viewer | src/main/java/the/bytecode/club/bytecodeviewer/plugin/strategies/GroovyPluginLaunchStrategy.java | Java | gpl-3.0 | 2,268 |
/*
* #%L
* GeoWE Project
* %%
* Copyright (C) 2015 - 2016 GeoWE.org
* %%
* This file is part of GeoWE.org.
*
* GeoWE 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... | i62lotor/geowe-core | src/main/java/org/geowe/client/shared/rest/github/service/GitHubFileService.java | Java | gpl-3.0 | 2,706 |
package dao.exceptions;
public class PreexistingEntityException extends Exception {
public PreexistingEntityException(String message, Throwable cause) {
super(message, cause);
}
public PreexistingEntityException(String message) {
super(message);
}
}
| dnspinheiro/SiCRHoLab | src/java/dao/exceptions/PreexistingEntityException.java | Java | gpl-3.0 | 283 |
/*******************************************************************************
* Copyright 2008(c) The OBiBa Consortium. All rights reserved.
*
* This program and the accompanying materials
* are made available under the terms of the GNU Public License v3.0.
*
* You should have received a copy of the GNU Gene... | apruden/onyx | onyx-core/src/main/java/org/obiba/onyx/core/domain/contraindication/Contraindication.java | Java | gpl-3.0 | 2,456 |
/**
* MrCrayfish's Furniture Mod
* Copyright (C) 2014 MrCrayfish (http://www.mrcrayfish.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, either version 3 of the License, or
* (at... | ReneMuetti/MrCrayfishFurnitureMod | src/main/java/com/mrcrayfish/furniture/blocks/BlockChair.java | Java | gpl-3.0 | 4,785 |
/*
* Copyright (C) 2010 Brockmann Consult GmbH (info@brockmann-consult.de)
*
* 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; either version 3 of the License, or (at your option)
* any late... | arraydev/snap-engine | snap-cluster-analysis/src/test/java/org/esa/snap/cluster/ClucovOperatorTest.java | Java | gpl-3.0 | 998 |
package org.ovirt.engine.ui.common.widget.uicommon.template;
import java.util.Date;
import org.ovirt.engine.core.common.businessentities.DiskImage;
import org.ovirt.engine.core.common.businessentities.DiskInterface;
import org.ovirt.engine.core.common.businessentities.ImageStatus;
import org.ovirt.engine.core.common.... | jtux270/translate | ovirt/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/uicommon/template/TemplateDiskListModelTable.java | Java | gpl-3.0 | 4,601 |
/**
* Copyright (C) 2010-2016 Structr GmbH
*
* This file is part of Structr <http://structr.org>.
*
* Structr is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, o... | joansmith/structr | structr-ui/src/main/java/org/structr/web/entity/html/Wbr.java | Java | gpl-3.0 | 1,551 |
package cc.blynk.server.core.protocol.model.messages.hardware;
import cc.blynk.server.core.protocol.model.messages.StringMessage;
import static cc.blynk.server.core.protocol.enums.Command.*;
/**
* The Blynk Project.
* Created by Dmitriy Dumanskiy.
* Created on 2/1/2015.
*/
public class TwitMessage extends String... | igaidai4uk/blynk-server | server/core/src/main/java/cc/blynk/server/core/protocol/model/messages/hardware/TwitMessage.java | Java | gpl-3.0 | 554 |
package forestry.core.genetics.alleles;
public interface IAlleleValue<V> {
boolean isDominant();
V getValue();
}
| AnodeCathode/ForestryMC | src/main/java/forestry/core/genetics/alleles/IAlleleValue.java | Java | gpl-3.0 | 124 |
/**
* MrCrayfish's Furniture Mod
* Copyright (C) 2014 MrCrayfish (http://www.mrcrayfish.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, either version 3 of the License, or
* (at... | jv110/MrCrayfishFurnitureMod | src/main/java/com/mrcrayfish/furniture/network/message/MessageConfig.java | Java | gpl-3.0 | 2,085 |
// $Id: Enumerate.java 384 2004-05-11 06:27:47Z mjmaurer $
package org.pokersource.enumerate;
import org.pokersource.game.Deck;
/** Algorithms for enumerating or sampling the outcomes of a poker hand
matchup.
@author Michael Maurer <<a href="mailto:mjmaurer@yahoo.com">mjmaurer@yahoo.com</a>>
*/
public clas... | v2k/poker-eval | java/org/pokersource/enumerate/Enumerate.java | Java | gpl-3.0 | 5,027 |
package org.ovirt.engine.ui.common.widget.tab;
import org.ovirt.engine.ui.common.widget.Align;
import com.gwtplatform.mvp.client.TabDataBasic;
/**
* Implementation of {@link com.gwtplatform.mvp.client.TabData TabData} interface for use with dynamic tab presenters.
*/
public class DynamicTabData extends TabDataBasi... | jtux270/translate | ovirt/frontend/webadmin/modules/gwt-common/src/main/java/org/ovirt/engine/ui/common/widget/tab/DynamicTabData.java | Java | gpl-3.0 | 875 |
package com.earth2me.essentials.storage;
public interface IStorageReader {
<T extends StorageObject> T load(final Class<? extends T> clazz) throws ObjectLoadException;
}
| RubyFreedomDevelopmentTeam/TF-Essentials | Essentials/src/com/earth2me/essentials/storage/IStorageReader.java | Java | gpl-3.0 | 176 |
/*
* Copyright (C) 2010 Brockmann Consult GmbH (info@brockmann-consult.de)
*
* 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; either version 3 of the License, or (at your option)
* any late... | arraydev/snap-engine | ceres-ui/src/main/java/com/bc/ceres/swing/figure/interactions/InsertLineFigureInteractor.java | Java | gpl-3.0 | 3,302 |
/* -*- Mode: Java; c-basic-offset: 4; tab-width: 4; indent-tabs-mode: nil; -*-
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
package org.mozilla.gecko.mozglue;
... | Yukarumya/Yukarum-Redfoxes | mobile/android/geckoview/src/main/java/org/mozilla/gecko/mozglue/NativeReference.java | Java | mpl-2.0 | 419 |
/*
* Copyright (C) 2010 - Artem Polyvyanyy, Luciano Garcia Banuelos
*
* 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, either version 3 of the License, or
* (at your option) any later ver... | Sahlikhouloud/bpstruct | src/ee/ut/bpstruct/unfolding/uma/BPstructBP.java | Java | agpl-3.0 | 16,012 |
/**
* Copyright (C) 2001-2015 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapidminer.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published b... | brtonnies/rapidminer-studio | src/main/java/com/rapidminer/operator/condition/CombinedInnerOperatorCondition.java | Java | agpl-3.0 | 2,528 |
/*
* iReport - Visual Designer for JasperReports.
* Copyright (C) 2002 - 2009 Jaspersoft Corporation. All rights reserved.
* http://www.jaspersoft.com
*
* Unless you have purchased a commercial license agreement from Jaspersoft,
* the following license terms apply:
*
* This program is part of iReport.
*
* iRe... | klebergraciasoares/ireport-fork | ireport-designer/src/com/jaspersoft/ireport/designer/jrctx/nodes/properties/AntiAliasProperty.java | Java | agpl-3.0 | 2,321 |
/**
* This file is part of mycollab-mobile.
*
* mycollab-mobile 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) any later version.
*
* mycollab-mo... | maduhu/mycollab | mycollab-mobile/src/main/java/com/esofthead/mycollab/mobile/module/user/view/LoginView.java | Java | agpl-3.0 | 911 |
/**
* Copyright (C) 2001-2015 by RapidMiner and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapidminer.com
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as published b... | brtonnies/rapidminer-studio | src/main/java/com/rapidminer/gui/viewer/RuleSetTableModel.java | Java | agpl-3.0 | 4,807 |
/*
* This library is part of OpenCms -
* the Open Source Content Management System
*
* Copyright (c) Alkacon Software GmbH & Co. KG (http://www.alkacon.com)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by th... | ggiudetti/opencms-core | src/org/opencms/search/extractors/CmsExtractorRtf.java | Java | lgpl-2.1 | 2,118 |
/* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2012, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreech... | oskopek/jfreechart-fse | src/test/java/org/jfree/data/xy/YIntervalTest.java | Java | lgpl-2.1 | 3,737 |
/******************************************************************************
* $Id: OSRTransform.java 25229 2012-11-16 19:06:58Z rouault $
*
* Name: OSRTransform.java
* Project: GDAL Java Interface
* Purpose: A sample app to make coordinate transformations.
* Author: Even Rouault, <even dot rouault at ... | kctan0805/vdpm | share/gdal/gdal-2.0.0/swig/java/apps/OSRTransform.java | Java | lgpl-2.1 | 3,717 |
/*
*
* Copyright (c) 2000-2009 by Rodney Kinney, Brent Easton
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License (LGPL) as published by the Free Software Foundation.
*
* This library is distributed in the hope that it will be... | ethaneldridge/vassal | src/VASSAL/chat/ui/ShowProfileAction.java | Java | lgpl-2.1 | 1,789 |
/* ==========================================
* JGraphT : a free Java graph-theory library
* ==========================================
*
* Project Info: http://jgrapht.sourceforge.net/
* Project Creator: Barak Naveh (http://sourceforge.net/users/barak_naveh)
*
* (C) Copyright 2003-2008, by Barak Naveh and Con... | redvox/gka | testsrc/org/jgrapht/graph/SerializationTest.java | Java | lgpl-2.1 | 3,666 |
package org.mqnaas.extensions.odl.helium.switchmanager.model;
/*
* #%L
* MQNaaS :: ODL Model
* %%
* Copyright (C) 2007 - 2015 Fundació Privada i2CAT, Internet i
* Innovació a Catalunya
* %%
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance wit... | adrian-rosello/mqnaas | extensions/odl/model/src/main/java/org/mqnaas/extensions/odl/helium/switchmanager/model/NodeConnectors.java | Java | lgpl-3.0 | 2,535 |
package com.xxmassdeveloper.mpchartexample.fragments;
import android.graphics.Color;
import android.graphics.Typeface;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.text.SpannableString;
import android.text.style.ForegroundColorSpan;
import android.text.style.RelativeSizeSpan;
import ... | xsingHu/xs-android-architecture | study-view/xs-MPAndroidChartDemo/MPChartExample/src/com/xxmassdeveloper/mpchartexample/fragments/PieChartFrag.java | Java | apache-2.0 | 2,219 |
/*
* Copyright 2019 ThoughtWorks, Inc.
*
* 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 agr... | kierarad/gocd | common/src/main/java/com/thoughtworks/go/server/service/result/OperationResult.java | Java | apache-2.0 | 2,197 |
/*
* JBoss, Home of Professional Open Source
* Copyright 2010 Red Hat Inc. and/or its affiliates and other
* contributors as indicated by the @author tags. All rights reserved.
* See the copyright.txt in the distribution for a full listing of
* individual contributors.
*
* This is free software; you can redistri... | nmldiegues/stibt | infinispan/server/websocket/src/test/java/org/infinispan/websocket/MockChannel.java | Java | apache-2.0 | 6,757 |
package gov.hhs.onc.dcdt.crypto;
import gov.hhs.onc.dcdt.beans.ToolConfigBean;
public interface CryptographyConfig extends CryptographyDescriptor, ToolConfigBean {
interface GenerateConstraintGroup {
}
}
| esacinc/dcdt | dcdt-core/src/main/java/gov/hhs/onc/dcdt/crypto/CryptographyConfig.java | Java | apache-2.0 | 214 |
/* OpenRemote, the Home of the Digital Home.
* Copyright 2008-2010, OpenRemote Inc.
*
* See the contributors.txt file in the distribution for a
* full listing of individual contributors.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public Licens... | itsallvoodoo/csci-school | CSCI362/schfiftyFive_TESTING/project/org/openremote/controller/config/ControllerXMLListenSharingData.java | Java | apache-2.0 | 2,858 |
package triaina.commons.exception;
public class InvocationRuntimeException extends CommonRuntimeException {
private static final long serialVersionUID = 591237050719624525L;
public InvocationRuntimeException() {
super();
}
public InvocationRuntimeException(String detailMessage, Throwable throwable) {
super(... | vishyrich/triaina | android/Commons/src/triaina/commons/exception/InvocationRuntimeException.java | Java | apache-2.0 | 521 |
/*
* Copyright 2016 LINE Corporation
*
* LINE Corporation licenses this file to you 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:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... | line/armeria | core/src/main/java/com/linecorp/armeria/client/AbstractClientOptionsBuilder.java | Java | apache-2.0 | 14,061 |
package org.drools.core.time.impl;
import java.util.Collection;
import java.util.Map;
import java.util.concurrent.ConcurrentHashMap;
import org.drools.core.command.CommandService;
import org.drools.core.time.InternalSchedulerService;
import org.drools.core.time.Job;
import org.drools.core.time.JobContext;
import org.... | wmedvede/drools | drools-core/src/main/java/org/drools/core/time/impl/TrackableTimeJobFactoryManager.java | Java | apache-2.0 | 2,372 |
package org.mapdb;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import java.util.*;
import java.util.concurrent.CopyOnWriteArrayList;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;
import static org.junit.Assert.assertEquals;
import static org.junit.Asse... | endy0114/MapDB | src/test/java/org/mapdb/TxMakerTest.java | Java | apache-2.0 | 7,787 |
/*
* ====================================================================
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
... | networknt/undertow-server | client/src/main/java/org/apache/hc/client5/http/ssl/copied/DistinguishedNameParser.java | Java | apache-2.0 | 4,996 |
/*******************************************************************************
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this ... | supermy/nutch2 | src/java/org/apache/nutch/api/resources/AdminResource.java | Java | apache-2.0 | 2,857 |
/*
* 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 agreed to in writing, software
* distribut... | fipar/presto | presto-main/src/main/java/com/facebook/presto/sql/planner/SymbolExtractor.java | Java | apache-2.0 | 9,664 |
// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.updater;
import java.io.*;
import java.util.Objects;
import java.util.zip.ZipEntry;
import java.util.zip.ZipFile;
import java.util.zip.ZipOutputStream;
impo... | GunoH/intellij-community | updater/src/com/intellij/updater/UpdateAction.java | Java | apache-2.0 | 2,509 |
package org.apereo.cas.support.rest.resources;
import org.apereo.cas.authentication.AuthenticationCredentialsThreadLocalBinder;
import org.apereo.cas.authentication.AuthenticationSystemSupport;
import org.apereo.cas.authentication.DefaultAuthenticationResultBuilder;
import org.apereo.cas.rest.factory.ServiceTicketReso... | tduehr/cas | support/cas-server-support-rest/src/main/java/org/apereo/cas/support/rest/resources/ServiceTicketResource.java | Java | apache-2.0 | 3,704 |
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.openapi.progress.impl;
import com.intellij.openapi.application.Application;
import com.intellij.openapi.application.ApplicationManager;
import com.intellij.o... | smmribeiro/intellij-community | platform/platform-impl/src/com/intellij/openapi/progress/impl/ProgressSuspender.java | Java | apache-2.0 | 7,000 |
/*
* Copyright 2021 Hazelcast Inc.
*
* Licensed under the Hazelcast Community License (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://hazelcast.com/hazelcast-community-license
*
* Unless required by applicable law or agree... | jerrinot/hazelcast | hazelcast-sql/src/main/java/com/hazelcast/jet/sql/impl/opt/ExpressionValues.java | Java | apache-2.0 | 4,585 |
/*
* Copyright 2012-2018 the original author or authors.
*
* 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 ap... | hello2009chen/spring-boot | spring-boot-project/spring-boot-autoconfigure/src/test/java/org/springframework/boot/autoconfigure/jersey/JerseyAutoConfigurationDefaultServletPathTests.java | Java | apache-2.0 | 3,202 |
/******************************************************************************
* Copyright (c) 2006, 2010 VMware Inc.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Apache License v2.0 which accompanies this distr... | eclipse/gemini.blueprint | core/src/test/java/org/eclipse/gemini/blueprint/compendium/internal/cm/ConfigurationAdminManagerTest.java | Java | apache-2.0 | 4,551 |
/*
* Copyright 2005-2014 The Kuali Foundation
*
* Licensed under the Educational Community 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.opensource.org/licenses/ecl2.php
*
* Unless requi... | mztaylor/rice-git | rice-middleware/it/krms/src/test/java/org/kuali/rice/krms/test/RuleManagementActionDefinitionTest.java | Java | apache-2.0 | 13,811 |
/*
* Copyright (C) 2011 The Android Open Source Project
*
* 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 app... | consulo/consulo-android | tools-base/lint/cli/src/test/java/com/android/tools/lint/checks/ProguardDetectorTest.java | Java | apache-2.0 | 3,849 |
/*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2019 Serge Rider (serge@jkiss.org)
* Copyright (C) 2017-2018 Andrew Khitrin (ahitrin@gmail.com)
* Copyright (C) 2017-2018 Alexander Fedorov (alexander.fedorov@jkiss.org)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may no... | liuyuanyuan/dbeaver | plugins/org.jkiss.dbeaver.debug.core/src/org/jkiss/dbeaver/debug/DBGObjectDescriptor.java | Java | apache-2.0 | 976 |
/*
* Copyright (c) 2010-2015 Pivotal Software, Inc. All rights reserved.
*
* 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 req... | papicella/snappy-store | gemfirexd/shared/src/main/java/com/pivotal/gemfirexd/internal/shared/common/ColumnRoutingObjectInfo.java | Java | apache-2.0 | 1,516 |
package com.cloudTop.starshare.ui.wangyi.avchat;
import android.Manifest;
import android.content.Context;
import android.content.SharedPreferences;
import android.preference.PreferenceManager;
import android.text.TextUtils;
import android.util.Log;
import android.util.Pair;
import android.view.View;
import android.wid... | AFinalStone/adstar | app/src/main/java/com/cloudTop/starshare/ui/wangyi/avchat/AVChatUI.java | Java | apache-2.0 | 10,848 |
/*
* Copyright 2012 The Netty Project
*
* The Netty Project licenses this file to you 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 ... | KeyNexus/netty | src/main/java/org/jboss/netty/handler/codec/marshalling/MarshallerProvider.java | Java | apache-2.0 | 1,109 |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License")... | howepeng/isis | mothballed/component/viewer/scimpi/dispatcher/src/main/java/org/apache/isis/viewer/scimpi/dispatcher/edit/FormState.java | Java | apache-2.0 | 2,101 |
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.refactoring.introduceParameter;
import com.google.common.annotations.VisibleForTesting;
import com.intellij.codeInsight.CodeInsightUtil;
import com.intellij... | msebire/intellij-community | java/java-impl/src/com/intellij/refactoring/introduceParameter/IntroduceParameterHandler.java | Java | apache-2.0 | 37,262 |
/*******************************************************************************
*
* Pentaho Big Data
*
* Copyright (C) 2002-2019 by Hitachi Vantara : http://www.pentaho.com
*
*******************************************************************************
*
* Licensed under the Apache License, Version 2.0 (the ... | pentaho/pentaho-hadoop-shims | common-fragment-V1/src/test/java/org/pentaho/hadoop/shim/common/fs/FileSystemProxyTest.java | Java | apache-2.0 | 4,434 |
/**
* OLAT - Online Learning and Training<br>
* http://www.olat.org
* <p>
* Licensed under the Apache License, Version 2.0 (the "License"); <br>
* you may not use this file except in compliance with the License.<br>
* You may obtain a copy of the License at
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* ... | RLDevOps/Scholastic | src/main/java/org/olat/core/commons/controllers/filechooser/FileChooserUIFactory.java | Java | apache-2.0 | 8,749 |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... | zzcclp/carbondata | core/src/main/java/org/apache/carbondata/core/scan/filter/executer/FilterBitSetUpdater.java | Java | apache-2.0 | 978 |
/*
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership. Camunda licenses this file to you under the Apache License,
* Version 2.0; y... | langfr/camunda-bpm-platform | engine/src/main/java/org/camunda/bpm/engine/ExternalTaskService.java | Java | apache-2.0 | 26,327 |
/* Generated by camel build tools - do NOT edit this file! */
package org.apache.camel.component.aws.iam;
import java.util.Map;
import org.apache.camel.CamelContext;
import org.apache.camel.spi.ExtendedPropertyConfigurerGetter;
import org.apache.camel.spi.PropertyConfigurerGetter;
import org.apache.camel.spi.Configur... | nicolaferraro/camel | components/camel-aws-iam/src/generated/java/org/apache/camel/component/aws/iam/IAMComponentConfigurer.java | Java | apache-2.0 | 6,112 |
/*
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership. Camunda licenses this file to you under the Apache License,
* Version 2.0; y... | camunda/camunda-bpm-platform | engine/src/main/java/org/camunda/bpm/engine/repository/CalledProcessDefinition.java | Java | apache-2.0 | 1,035 |
package org.apereo.cas.configuration.model.core.services;
import org.apereo.cas.configuration.model.support.couchbase.serviceregistry.CouchbaseServiceRegistryProperties;
import org.apereo.cas.configuration.model.support.dynamodb.DynamoDbServiceRegistryProperties;
import org.apereo.cas.configuration.model.support.jpa.s... | petracvv/cas | core/cas-server-core-configuration/src/main/java/org/apereo/cas/configuration/model/core/services/ServiceRegistryProperties.java | Java | apache-2.0 | 3,794 |
/*
* JBoss, Home of Professional Open Source
* Copyright 2012 Red Hat Inc. and/or its affiliates and other contributors
* as indicated by the @author tags. All rights reserved.
* See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* This copyrighted material is made avail... | nmldiegues/stibt | infinispan/cli/cli-server/src/main/java/org/infinispan/cli/interpreter/session/Session.java | Java | apache-2.0 | 3,134 |
package ru.yandex.qatools.allure.annotations;
import java.lang.annotation.*;
/**
* Use this annotation to link a test method with a test case in Test Management System (TMS). Usage:
* <pre>
* @TestCaseId("MYPROJECT-1")
* public void myTest() {
* ...
* }
* </pre>
*/
@Documented
@Retention(RetentionPol... | allure-framework/allure1 | allure-java-annotations/src/main/java/ru/yandex/qatools/allure/annotations/TestCaseId.java | Java | apache-2.0 | 418 |
package com.commercetools.sunrise.wishlist.add;
import io.sphere.sdk.models.Base;
import play.data.validation.Constraints.Min;
import play.data.validation.Constraints.MinLength;
import play.data.validation.Constraints.Required;
public class DefaultAddToWishlistFormData extends Base implements AddToWishlistFormData {... | sphereio/sphere-sunrise | wishlist/app/com/commercetools/sunrise/wishlist/add/DefaultAddToWishlistFormData.java | Java | apache-2.0 | 962 |
/*
* Copyright (C) 2007 The Android Open Source Project
*
* 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 app... | xorware/android_frameworks_base | core/java/android/ddm/DdmHandleHello.java | Java | apache-2.0 | 7,284 |
/**
* Copyright © 2006-2016 Web Cohesion (info@webcohesion.com)
*
* 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... | nabilzhang/enunciate | java-xml-client/src/test/samples/com/webcohesion/enunciate/examples/java_xml_client/schema/vehicles/package-info.java | Java | apache-2.0 | 829 |