repo_name stringlengths 5 108 | path stringlengths 6 333 | size stringlengths 1 6 | content stringlengths 4 977k | license stringclasses 15
values |
|---|---|---|---|---|
FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/Clinical/src/ims/clinical/forms/specimenintraopdialog/GlobalContext.java | 4062 | //#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | agpl-3.0 |
FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/Clinical/src/ims/clinical/domain/DocumentWorkList.java | 2244 | //#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | agpl-3.0 |
FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/ValueObjects/src/ims/RefMan/vo/beans/CareContextForClinicalNotesVoBean.java | 3984 | //#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | agpl-3.0 |
P1sec/SigFW | sigfw/sigfw.sigfw/src/test/java/sigfw/tests/Test_SS7Firewall.java | 9601 | /**
* JUNIT SS7Firewall class
*
* SigFW
* Open Source SS7/Diameter firewall
* By Martin Kacer, Philippe Langlois
* Copyright 2017, P1 Security S.A.S and individual contributors
*
* See the AUTHORS in the distribution for a
* full listing of individual contributors.
*
* This is free software: you can redist... | agpl-3.0 |
open-health-hub/openmaxims-linux | openmaxims_workspace/OCRR/src/ims/ocrr/domain/base/impl/BaseCumulateResultsImpl.java | 2950 | //#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | agpl-3.0 |
open-health-hub/openmaxims-linux | openmaxims_workspace/Clinical/src/ims/clinical/domain/base/impl/BaseDementiaAssessmentAMTSComponentImpl.java | 2382 | //#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | agpl-3.0 |
qcri-social/Crisis-Computing | aidr-manager/src/main/java/qa/qcri/aidr/manager/dto/TaggerCrisisRequest.java | 1518 | package qa.qcri.aidr.manager.dto;
import qa.qcri.aidr.dbmanager.dto.CollectionDTO;
public class TaggerCrisisRequest {
private String code;
private String name;
private TaggerCrisisType crisisType;
private TaggerUserRequest users;
public TaggerCrisisRequest() {
}
public TaggerCrisisRe... | agpl-3.0 |
aborg0/RapidMiner-Unuk | src/com/rapidminer/gui/tools/dialogs/AboutBox.java | 10719 | /*
* RapidMiner
*
* Copyright (C) 2001-2013 by Rapid-I and the contributors
*
* Complete list of developers available at our web site:
*
* http://rapid-i.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 pub... | agpl-3.0 |
Tanaguru/Tanaguru | rules/accessiweb2.2/src/test/java/org/tanaguru/rules/accessiweb22/Aw22Rule08091Test.java | 17246 | /*
* Tanaguru - Automated webpage assessment
* Copyright (C) 2008-2015 Tanaguru.org
*
* 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 by the Free Software Foundation, either version 3 of the
* License, or (at you... | agpl-3.0 |
openhealthcare/openMAXIMS | openmaxims_workspace/Core/src/ims/core/forms/reportparamsdialog/FormInfo.java | 2672 | //#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | agpl-3.0 |
openhealthcare/openMAXIMS | openmaxims_workspace/Nursing/src/ims/nursing/forms/bradenscaleview/AccessLogic.java | 2006 | //#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# ... | agpl-3.0 |
B3Partners/flamingo | viewer-admin/src/main/java/nl/b3p/viewer/admin/stripes/ConfigureSolrActionBean.java | 16079 | /*
* Copyright (C) 2013 B3Partners B.V.
*
* 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 by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* This progra... | agpl-3.0 |
FreudianNM/openMAXIMS | Source Library/openmaxims_workspace/ValueObjects/src/ims/emergency/vo/domain/DischargeServicesAndAdviceVoAssembler.java | 33423 | //#############################################################################
//# #
//# Copyright (C) <2015> <IMS MAXIMS> #
//# ... | agpl-3.0 |
halfspiral/tuxguitar | TuxGuitar-ui-toolkit-jfx/src/org/herac/tuxguitar/ui/jfx/resource/JFXCursor.java | 811 | package org.herac.tuxguitar.ui.jfx.resource;
import java.util.HashMap;
import java.util.Map;
import javafx.scene.Cursor;
import org.herac.tuxguitar.ui.resource.UICursor;
public class JFXCursor {
private static final Map<UICursor, Cursor> CURSOR_MAP = JFXCursor.createCursorMap();
private JFXCursor() {
super(... | lgpl-2.1 |
whdc/ieo-beast | src/dr/evomodel/treelikelihood/AbstractLikelihoodCore.java | 18890 | /*
* AbstractLikelihoodCore.java
*
* Copyright (C) 2002-2006 Alexei Drummond and Andrew Rambaut
*
* This file is part of BEAST.
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership and licensing.
*
* BEAST is free software; you can redistribute it and/or m... | lgpl-2.1 |
mkrajcov/testsuite | src/main/java/org/jboss/hal/testsuite/page/config/NetworkInterfacesPage.java | 775 | package org.jboss.hal.testsuite.page.config;
import org.jboss.arquillian.graphene.Graphene;
import org.jboss.arquillian.graphene.page.Location;
import org.jboss.hal.testsuite.fragment.config.interfaces.NetworkInterfaceContentFragment;
import org.jboss.hal.testsuite.page.ConfigPage;
import org.jboss.hal.testsuite.util.... | lgpl-2.1 |
fpuna-cia/karaku | src/main/java/py/una/pol/karaku/services/server/KarakuWSAuthenticationProvider.java | 3356 | /*-
* Copyright (c)
*
* 2012-2014, Facultad Politécnica, Universidad Nacional de Asunción.
* 2012-2014, Facultad de Ciencias Médicas, Universidad Nacional de Asunción.
* 2012-2013, Centro Nacional de Computación, Universidad Nacional de Asunción.
*
* This library is free software; you can redistribute it a... | lgpl-2.1 |
ggiudetti/opencms-core | src/org/opencms/ui/dialogs/history/diff/CmsImageDiff.java | 4356 | /*
* 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... | lgpl-2.1 |
tomazzupan/wildfly | clustering/server/src/main/java/org/wildfly/clustering/server/registry/CacheRegistry.java | 13247 | /*
* JBoss, Home of Professional Open Source.
* Copyright 2014, Red Hat, Inc., and individual contributors
* as indicated by the @author tags. See the copyright.txt file in the
* distribution for a full listing of individual contributors.
*
* This is free software; you can redistribute it and/or modify it
* unde... | lgpl-2.1 |
gwoptics/gwoptics_plib | src/org/gwoptics/graphics/graph2D/traces/IGraph2DTrace.java | 3265 | /**
* Copyright notice
*
* This file is part of the Processing library `gwoptics'
* http://www.gwoptics.org/processing/gwoptics_p5lib/
*
* Copyright (C) 2009 onwards Daniel Brown and Andreas Freise
*
* This library is free software; you can redistribute it and/or modify it under
* the terms of the GNU... | lgpl-2.1 |
hy2708/hy2708-repository | java/commons/commons-lang/src/main/java/org/hy/commons/lang/timer/TimerTaskProxy.java | 1420 | package org.hy.commons.lang.timer;
import java.util.Timer;
import java.util.TimerTask;
import org.apache.commons.logging.LogFactory;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* *
*
* @author uwaysoft 魏韶颖 时间:2009年4月20日15:02:58
*/
public class TimerTaskProxy extends TimerTask {
... | lgpl-3.0 |
imyousuf/smart-dao | smart-dao-queryparam/src/main/java/com/smartitengineering/dao/common/queryparam/CompoundQueryParameter.java | 1217 | /*
* This is a common dao with basic CRUD operations and is not limited to any
* persistent layer implementation
*
* Copyright (C) 2008 Imran M Yousuf (imyousuf@smartitengineering.com)
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Publ... | lgpl-3.0 |
loftuxab/community-edition-old | modules/sharepoint/amp/source/java/org/alfresco/module/vti/web/actions/VtiIfHeaderAction.java | 3337 | /*
* Copyright (C) 2005-2013 Alfresco Software Limited.
*
* This file is part of Alfresco
*
* Alfresco is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
... | lgpl-3.0 |
simeshev/parabuild-ci | test/src/org/parabuild/ci/build/log/SSTestBoostTestLogHandler.java | 5198 | /*
* Parabuild CI licenses this file to You under the LGPL 2.1
* (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.gnu.org/licenses/lgpl-3.0.txt
*
* Unless required by applicable law or agreed to in writing, software
... | lgpl-3.0 |
saschaiseli/opentrainingcenter_e4 | com.garmin.fit/src/com/garmin/fit/SdmProfileMesg.java | 5938 | ////////////////////////////////////////////////////////////////////////////////
// The following FIT Protocol software provided may be used with FIT protocol
// devices only and remains the copyrighted property of Dynastream Innovations Inc.
// The software is being provided on an "as-is" basis and as an accommodat... | lgpl-3.0 |
suegy/JGAP | tests/org/jgap/impl/IntegerGeneTest.java | 27531 | /*
* This file is part of JGAP.
*
* JGAP offers a dual license model containing the LGPL as well as the MPL.
*
* For licensing information please see the file license.txt included with JGAP
* or have a look at the top of class org.jgap.Chromosome which representatively
* includes the JGAP license policy applicab... | lgpl-3.0 |
simeshev/parabuild-ci | src/org/parabuild/ci/versioncontrol/VersionControlRemoteCommand.java | 10806 | /*
* Parabuild CI licenses this file to You under the LGPL 2.1
* (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.gnu.org/licenses/lgpl-3.0.txt
*
* Unless required by applicable law or agreed to in writing, software
... | lgpl-3.0 |
SergiyKolesnikov/fuji | examples/Chat_casestudies/chat-carsten-schulze/features/GUI/client/ChatPlugin.java | 684 | package client;
import common.Message;
/**
* Listener that gets informed every time when the chat client receives a new
* message
*/
public interface ChatPlugin {
/**
* Get Type of Plugin bitcoded:
* Bit -
* 0 - 0x01 Dummy Plugin
* 1 - 0x02 Authentication
* 2 - 0x04 Encryption
* 3 - 0x08 F... | lgpl-3.0 |
dresden-ocl/dresdenocl | plugins/org.dresdenocl.tools.CWM/src/orgomg/cwm/analysis/transformation/impl/TransformationUseImpl.java | 3832 | /**
* <copyright>
* </copyright>
*
* $Id$
*/
package orgomg.cwm.analysis.transformation.impl;
import org.eclipse.emf.common.notify.Notification;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.impl.ENotificationImpl;
import orgomg.cwm.analysis.transformation.TransformationPackag... | lgpl-3.0 |
warlockcodes/Null-Engine | Game Engine/src/nullEngine/object/component/physics/PlaneCollider.java | 365 | package nullEngine.object.component.physics;
import com.bulletphysics.collision.shapes.StaticPlaneShape;
import math.Vector4f;
import javax.vecmath.Vector3f;
public class PlaneCollider extends Collider {
public PlaneCollider(Vector4f normal, float buffer) {
setCollisionShape(new StaticPlaneShape(new Vector3f(nor... | lgpl-3.0 |
MesquiteProject/MesquiteArchive | releases/Mesquite1.12/Mesquite Project/Source/mesquite/lib/table/RowNamesPanel.java | 17430 | /* Mesquite source code. Copyright 1997-2006 W. Maddison and D. Maddison.
Version 1.12, September 2006.
Disclaimer: The Mesquite source code is lengthy and we are few. There are no doubt inefficiencies and goofs in this code.
The commenting leaves much to be desired. Please approach this source code with the sp... | lgpl-3.0 |
wmaddisn/MesquiteCore | Source/mesquite/charMatrices/ReshuffleCharacter/ReshuffleCharacter.java | 12391 | /* Mesquite source code. Copyright 1997 and onward, W. Maddison and D. Maddison.
Disclaimer: The Mesquite source code is lengthy and we are few. There are no doubt inefficiencies and goofs in this code.
The commenting leaves much to be desired. Please approach this source code with the spirit of helping out.
Per... | lgpl-3.0 |
magenta-aps/db-preservation-toolkit | dbptk-model/src/main/java/com/databasepreservation/model/data/BinaryCell.java | 2407 | /**
*
*/
package com.databasepreservation.model.data;
import java.io.InputStream;
import java.sql.Blob;
import com.databasepreservation.common.BlobInputStreamProvider;
import com.databasepreservation.common.InputStreamProvider;
import com.databasepreservation.common.TemporaryPathInputStreamProvider;
import com.data... | lgpl-3.0 |
AndriyGol/AndroidOTR | src/main/java/net/java/otr4j/OtrEngineListener.java | 462 | package net.java.otr4j;
import net.java.otr4j.session.SessionID;
/**
* This interface should be implemented by the host application. It notifies
* about session status changes.
*
* @author George Politis
*
*/
public interface OtrEngineListener {
public abstract void sessionStatusChanged(SessionID sessionID);... | lgpl-3.0 |
fingi/csipsimple | src/org/pjsip/pjsua/SWIGTYPE_p_f_int_p_q_const__pjmedia_sdp_session_p_void_p_enum_pjsip_status_code_p_pjsua_call_setting__void.java | 1067 | /* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 2.0.4
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* ------------------------------... | lgpl-3.0 |
dresden-ocl/dresdenocl | plugins/org.dresdenocl.pivotmodel/src/org/dresdenocl/pivotmodel/NamedElement.java | 7696 | /**
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
* Copyright (C) 2007 Matthias Braeuer (braeuer.matthias@web.de). *
* All rights reserved. *
* ... | lgpl-3.0 |
ybk/nota.oxygen | addins/src/nota/oxygen/epub/notes/NoteRefRemover.java | 6848 | package nota.oxygen.epub.notes;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import java.beans.*;
import java.io.File;
import java.util.HashSet;
import java.util.Set;
import nota.oxygen.epub.EpubUtils;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
import org.w3c.dom.... | lgpl-3.0 |
OpenDA-Association/OpenDA | core/native/src/openda/org/costa/CostaOpendaWAQUATestExe.java | 1200 | /* MOD_V2.0
* Copyright (c) 2012 OpenDA Association
* All rights reserved.
*
* This file is part of OpenDA.
*
* OpenDA is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation, either version 3 of
* the Lic... | lgpl-3.0 |
SoftwareEngineeringToolDemos/FSE-2014-Archie-Smart-IDE | src/archie/editor/commands/UnmarkCodeElementCommand.java | 824 |
package archie.editor.commands;
import org.eclipse.gef.commands.Command;
import archie.model.Tim;
import archie.model.shapes.CodeElement;
import archie.monitoring.MonitoringManager;
public class UnmarkCodeElementCommand extends Command
{
CodeElement ce = null;
Tim tim = null;
public UnmarkCodeElementCommand()
... | lgpl-3.0 |
mbucknell/WQP-WQX-Services | src/test/java/gov/usgs/wma/wqp/dao/count/CountDaoStationKmlIT.java | 3656 | package gov.usgs.wma.wqp.dao.count;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.boot.test.context.SpringBootTest.WebEnvironment;
import com.github.springtestdbunit.annotation.DatabaseSetup;
import com.github.springtestdbunit.annotation.DbU... | unlicense |
eSDK/esdk_cloud_fc_native_java | source/src/main/java/com/huawei/esdk/fusioncompute/local/model/net/Subnet.java | 3959 | package com.huawei.esdk.fusioncompute.local.model.net;
import java.util.List;
/**
* Subnet详细信息
* <p>
* @since eSDK Cloud V100R003C50
*/
public class Subnet
{
/**
* Subnet 标识。
*/
private String urn;
/**
* 访问subnet所用的uri。
*/
private String uri;
/**
* Subnet名称,长... | apache-2.0 |
waiteryee1/ansj_seg | src/main/java/org/ansj/recognition/arrimpl/NumRecognition.java | 1786 | package org.ansj.recognition.arrimpl;
import org.ansj.domain.Term;
import org.ansj.recognition.TermArrRecognition;
import org.ansj.util.MyStaticValue;
import org.ansj.util.TermUtil;
public class NumRecognition implements TermArrRecognition {
/**
* 数字+数字合并,zheng
*
* @param terms
*/
public voi... | apache-2.0 |
geigerj/toolkit | src/main/java/com/google/api/codegen/viewmodel/DynamicLangDefaultableParamView.java | 1165 | /* Copyright 2016 Google 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 agreed to in ... | apache-2.0 |
gehel/spring-social-bitbucket | src/main/java/org/springframework/social/bitbucket/api/impl/InvitationsTemplate.java | 1983 | /**
* Copyright (C) 2012 Eric Bottard / Guillaume Lederrey (eric.bottard+ghpublic@gmail.com / guillaume.lederrey@gmail.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
*
* ... | apache-2.0 |
apache/batik | batik-css/src/main/java/org/apache/batik/css/engine/value/svg12/DeviceColor.java | 3839 | /*
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... | apache-2.0 |
prateekm/samza | samza-core/src/main/java/org/apache/samza/table/caching/guava/GuavaCacheTable.java | 5858 | /*
* 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 ... | apache-2.0 |
carlos-anaya/HTML5Parser | Code/src/main/java/com/html5parser/constants/SVGAttributesTable.java | 3160 | package com.html5parser.constants;
import java.util.HashMap;
import java.util.Map;
public class SVGAttributesTable {
/**
* Value description:
*
* first column is the attribute name
* second column is the fixed attribute name
*/
public static final Map<String, String> TABLE;
static {
TABLE = new H... | apache-2.0 |
apache/commons-digester | core/src/main/java/org/apache/commons/digester3/plugins/RuleFinder.java | 3535 | package org.apache.commons.digester3.plugins;
/*
* 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 Apach... | apache-2.0 |
lemire/incubator-kylin | job/src/main/java/org/apache/kylin/job/tools/DefaultX509TrustManager.java | 3718 | /*
* 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 ... | apache-2.0 |
android-art-intel/Nougat | art-extension/test/536-checker-intrinsic-optimization/src/Main.java | 2384 | /*
* Copyright (C) 2015 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... | apache-2.0 |
google/binnavi | src/main/java/com/google/security/zynamics/binnavi/config/DebugColorsConfigItem.java | 5605 | // Copyright 2011-2016 Google LLC
//
// 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 ... | apache-2.0 |
Sivaramvt/acs-aem-commons | bundle/src/main/java/com/adobe/acs/commons/workflow/bulk/removal/impl/exceptions/WorkflowRemovalMaxDurationExceededException.java | 794 | /*
* #%L
* ACS AEM Commons Bundle
* %%
* Copyright (C) 2015 Adobe
* %%
* 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... | apache-2.0 |
romankagan/DDBWorkbench | plugins/ui-designer/src/com/intellij/uiDesigner/snapShooter/CreateSnapShotAction.java | 23500 | /*
* Copyright 2000-2013 JetBrains s.r.o.
*
* 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 agre... | apache-2.0 |
locationtech/geowave | core/store/src/test/java/org/locationtech/geowave/core/store/query/gwql/SelectStatementTest.java | 15592 | /**
* Copyright (c) 2013-2020 Contributors to the Eclipse Foundation
*
* <p> See the NOTICE file distributed with this work for additional information regarding copyright
* ownership. All rights reserved. This program and the accompanying materials are made available
* under the terms of the Apache License, Versio... | apache-2.0 |
agavra/fastutil | src/it/unimi/dsi/fastutil/Size64.java | 2069 | package it.unimi.dsi.fastutil;
/*
* Copyright (C) 2010-2015 Sebastiano Vigna
*
* 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
*
... | apache-2.0 |
hgschmie/presto | presto-hive/src/main/java/io/prestosql/plugin/hive/RcFileFileWriterFactory.java | 7137 | /*
* 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... | apache-2.0 |
shantstepanian/obevo | obevo-db/src/main/java/com/gs/obevo/db/api/platform/DbDeployerAppContext.java | 2854 | /**
* Copyright 2017 Goldman Sachs.
* 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 agree... | apache-2.0 |
jsonking/mongo-java-driver | driver-core/src/test/unit/com/mongodb/client/ImmutableDocumentCodec.java | 2742 | /*
* Copyright 2016 MongoDB, 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 agreed to... | apache-2.0 |
petracvv/cas | support/cas-server-support-stormpath/src/main/java/org/apereo/cas/config/StormpathAuthenticationConfiguration.java | 3528 | package org.apereo.cas.config;
import org.apache.commons.lang3.StringUtils;
import org.apereo.cas.authentication.AuthenticationEventExecutionPlan;
import org.apereo.cas.authentication.AuthenticationHandler;
import org.apereo.cas.authentication.StormpathAuthenticationHandler;
import org.apereo.cas.authentication.princi... | apache-2.0 |
moorkop/mccy-engine | src/main/java/me/itzg/mccy/services/WebServerPortProviderImpl.java | 948 | package me.itzg.mccy.services;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.boot.context.embedded.EmbeddedServletContainerInitializedEvent;
import org.springframework.context.ApplicationListener;
import org.springframework.stereotype.Service;
@Service
public class WebServerPortP... | apache-2.0 |
ernestp/consulo | platform/vcs-log-graph-api/src/com/intellij/vcs/log/graph/actions/GraphMouseAction.java | 946 | /*
* Copyright 2000-2014 JetBrains s.r.o.
*
* 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 agre... | apache-2.0 |
apache/uima-uimaj | uimaj-tools/src/main/java/org/apache/uima/tools/cvd/control/AboutHandler.java | 2611 | /*
* 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 ... | apache-2.0 |
xuhuisheng/lemon | src/main/java/com/mossle/bpm/data/ProcessListenerDeployer.java | 2001 | package com.mossle.bpm.data;
import java.util.List;
import java.util.Map;
import javax.annotation.PostConstruct;
import javax.annotation.Resource;
import com.mossle.bpm.persistence.manager.BpmConfBaseManager;
import com.mossle.bpm.persistence.manager.BpmConfListenerManager;
import com.mossle.bpm.persistence.manager.... | apache-2.0 |
azureplus/flex-blazeds | modules/proxy/src/flex/messaging/services/http/package-info.java | 857 | /*
* 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... | apache-2.0 |
la3lma/docker-client | src/main/java/com/spotify/docker/client/messages/ContainerInfo.java | 8429 | /*
* Copyright (c) 2014 Spotify AB.
*
* 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,... | apache-2.0 |
4treesCH/strolch | li.strolch.utils/src/main/java/li/strolch/utils/NamedThreadPoolFactory.java | 934 | package li.strolch.utils;
import java.util.concurrent.ThreadFactory;
import java.util.concurrent.atomic.AtomicInteger;
/**
* Simple {@link ThreadFactory} which allocates as a pool and has a name for each pool
*/
public class NamedThreadPoolFactory implements ThreadFactory {
private final ThreadGroup group;
privat... | apache-2.0 |
roundrop/ermasterr | src/org/insightech/er/db/impl/db2/DB2DDLCreator.java | 5719 | package org.insightech.er.db.impl.db2;
import org.insightech.er.db.impl.db2.tablespace.DB2TablespaceProperties;
import org.insightech.er.editor.model.ERDiagram;
import org.insightech.er.editor.model.dbexport.ddl.DDLCreator;
import org.insightech.er.editor.model.diagram_contents.element.node.category.Category;
im... | apache-2.0 |
sdole/aws-sdk-java | aws-java-sdk-iot/src/main/java/com/amazonaws/services/iotdata/model/ThrottlingException.java | 1104 | /*
* Copyright 2010-2015 Amazon.com, Inc. or its affiliates. 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.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "lice... | apache-2.0 |
eurekaclinical/protempa | protempa-framework/src/main/java/org/protempa/KnowledgeSource.java | 6587 | /*
* #%L
* Protempa Framework
* %%
* Copyright (C) 2012 - 2013 Emory University
* %%
* 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... | apache-2.0 |
lizhanhui/data_druid | processing/src/main/java/io/druid/segment/BitmapOffset.java | 8675 | /*
* Licensed to Metamarkets Group Inc. (Metamarkets) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. Metamarkets licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); yo... | apache-2.0 |
saleeh93/buck-cutom | src/com/facebook/buck/httpserver/TraceDataHandler.java | 3302 | /*
* Copyright 2013-present Facebook, 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... | apache-2.0 |
roshanp/lucene-hdfs-directory | src/main/java/org/apache/blur/store/blockcache_v2/Size.java | 937 | /**
* 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... | apache-2.0 |
teetime-framework/teetime | src/main/java/teetime/stage/taskfarm/StaticTaskFarmStage.java | 5451 | /**
* Copyright © 2015 Christian Wulf, Nelson Tavares de Sousa (http://teetime-framework.github.io)
*
* 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/licens... | apache-2.0 |
CloudScale-Project/DynamicSpotter | org.spotter.core/src/org/spotter/core/instrumentation/InstrumentationBroker.java | 7375 | /**
* Copyright 2014 SAP AG
*
* 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 w... | apache-2.0 |
gustavoanatoly/hbase | hbase-protocol/src/main/java/org/apache/hadoop/hbase/protobuf/generated/FilterProtos.java | 699245 | // Generated by the protocol buffer compiler. DO NOT EDIT!
// source: Filter.proto
package org.apache.hadoop.hbase.protobuf.generated;
public final class FilterProtos {
private FilterProtos() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
}
public interfa... | apache-2.0 |
nroduit/XChart | xchart-demo/src/main/java/org/knowm/xchart/demo/charts/date/DateChart09.java | 2383 | package org.knowm.xchart.demo.charts.date;
import java.time.LocalDateTime;
import java.time.Month;
import java.time.format.DateTimeFormatter;
import java.util.List;
import java.util.Random;
import java.util.stream.Collectors;
import java.util.stream.IntStream;
import org.knowm.xchart.SwingWrapper;
import org.knowm.xch... | apache-2.0 |
welterde/ewok | com/planet_ink/coffee_mud/core/intermud/packets/ChannelUserReply.java | 2969 | package com.planet_ink.coffee_mud.core.intermud.packets;
import com.planet_ink.coffee_mud.core.intermud.server.*;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*... | apache-2.0 |
basepom/duplicate-finder-maven-plugin | src/it/setup-it/class-jars/second-class-jar/src/main/java/demo/package-info.java | 610 | /*
* 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
* distributed u... | apache-2.0 |
berndhopp/guava | android/guava/src/com/google/common/collect/ImmutableListMultimap.java | 13676 | /*
* Copyright (C) 2008 The Guava 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 applicable law or agre... | apache-2.0 |
cmusatyalab/elijah-provisioning | android/android_fluid/src/edu/cmu/cs/cloudlet/android/application/graphics/GNetworkClientReceiver.java | 5437 | package edu.cmu.cs.cloudlet.android.application.graphics;
import java.io.DataInputStream;
import java.io.IOException;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.FloatBuffer;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.SortedMap;
import java.util.SortedSe... | apache-2.0 |
eemirtekin/Sakai-10.6-TR | kernel/kernel-impl/src/main/java/org/sakaiproject/content/impl/HtmlPageFilter.java | 5249 | /**********************************************************************************
* $URL: $
* $Id: $
***********************************************************************************
*
* Copyright (c) 2010, 2011, 2012, 2013, 2014 Sakai Foundation
*
* Licensed under the Educational Community License, Version ... | apache-2.0 |
srowhani/migrate-app | app/src/main/java/com/dankideacentral/dic/activities/AppCompatPreferenceActivity.java | 3008 | package com.dankideacentral.dic.activities;
import android.content.res.Configuration;
import android.os.Bundle;
import android.preference.PreferenceActivity;
import android.support.annotation.LayoutRes;
import android.support.annotation.Nullable;
import android.support.v7.app.ActionBar;
import android.support.v7.app.A... | apache-2.0 |
dgestep/big-code-bang | src/main/resources/data-repository-test-user-templates/TestUserToken.java | 1331 | package ${topLevelDomain}.${companyName}.${productName}.model.repository.user;
import ${topLevelDomain}.${companyName}.${productName}.model.data.UserToken;
import ${topLevelDomain}.${companyName}.${productName}.model.repository.ApplicationTestCase;
import org.junit.Assert;
import org.junit.Test;
import javax.annotati... | apache-2.0 |
aldridged/gtg-gts-bhp | src/org/opengts/servers/icare/package-info.java | 1133 | // ----------------------------------------------------------------------------
// Copyright 2006-2010, GeoTelematic Solutions, Inc.
// All rights reserved
// ----------------------------------------------------------------------------
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not... | apache-2.0 |
gusavila92/java-android-websocket-client | src/main/java/tech/gusavila92/websocketclient/exceptions/IllegalSchemeException.java | 301 | package tech.gusavila92.websocketclient.exceptions;
/**
* Exception which indicates that the received schema is invalid
*
* @author Gustavo Avila
*
*/
public class IllegalSchemeException extends IllegalArgumentException {
public IllegalSchemeException(String message) {
super(message);
}
}
| apache-2.0 |
apache/santuario-java | src/main/java/org/apache/xml/security/stax/impl/processor/input/XMLEncryptedKeyInputHandler.java | 18812 | /**
* 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 m... | apache-2.0 |
ecurtin/spark-bench | cli/src/main/java/com/ibm/sparktc/sparkbench/datageneration/mlgenerator/Random16.java | 18912 | /**
* 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... | apache-2.0 |
hardfish/justTest | cloudsigma2/src/test/java/org/jclouds/cloudsigma2/compute/CloudSigma2ComputeServiceLiveTest.java | 2208 | /*
* 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 ... | apache-2.0 |
nikitamarchenko/open-kilda | services/src/atdd/src/test/java/org/openkilda/atdd/floodlight/KafkaBreakException.java | 262 | package org.openkilda.atdd.floodlight;
public class KafkaBreakException extends Exception {
public KafkaBreakException(String s) {
super(s);
}
public KafkaBreakException(String s, Throwable throwable) {
super(s, throwable);
}
}
| apache-2.0 |
huihoo/olat | olat7.8/src/main/java/org/olat/presentation/framework/core/components/form/flexible/FormMultipartItem.java | 1157 | /**
* 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
* ... | apache-2.0 |
zhangwenzhuo/Rapid | plugins/springmvc/java_src/javacommon/base/BaseSpringController.java | 4053 | package javacommon.base;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.text.SimpleDateFormat;
import java.util.Date;
import javacommon.util.ConvertRegisterHelper;
import javacommon.util.PageRequestFactory;
import javax.servlet.http.HttpServletRequest;
import org.springframework.b... | apache-2.0 |
mpujari/ohcount4j | src/test/java/com/blackducksoftware/ohcount4j/scan/ElixirScannerTest.java | 3123 | /*
* Copyright 2016 Black Duck Software, 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 ... | apache-2.0 |
LucidDB/luciddb | farrago/src/net/sf/farrago/runtime/FarragoUdrInvocationFrame.java | 1449 | /*
// Licensed to DynamoBI Corporation (DynamoBI) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. DynamoBI licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may ... | apache-2.0 |
Jasig/inspektr | inspektr-audit/src/main/java/org/apereo/inspektr/audit/spi/support/ParametersAsStringResourceResolver.java | 1683 | /**
* Licensed to Apereo under one or more contributor license
* agreements. See the NOTICE file distributed with this work
* for additional information regarding copyright ownership.
* Apereo licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file
* except in ... | apache-2.0 |
commonsguy/cw-omnibus | NFC/WebBeam/app/src/main/java/com/commonsware/android/webbeam/BeamFragment.java | 2587 | /***
Copyright (c) 2012 CommonsWare, LLC
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 writin... | apache-2.0 |
zhujohnle/qbcp | QBcp/src/com/qiaoba/qbcp/db/AbsDbOperation.java | 1523 | package com.qiaoba.qbcp.db;
import com.lidroid.xutils.db.sqlite.WhereBuilder;
import com.lidroid.xutils.exception.DbException;
import com.qiaoba.qbcp.QbcpApplication;
public abstract class AbsDbOperation implements IDbOperation{
DbManager mDbManager = QbcpApplication.mApp.mQbDbManager;
@Override
public boolean... | apache-2.0 |
woken-ml/java-base-docker-images | java-mip/src/test/java/eu/humanbrainproject/mip/algorithms/serializers/pfa/NumericalInputDescription.java | 889 | package eu.humanbrainproject.mip.algorithms.serializers.pfa;
import eu.humanbrainproject.mip.algorithms.SimpleAlgorithm;
import java.util.Arrays;
import java.util.List;
public class NumericalInputDescription extends InputDescription<SimpleAlgorithm> {
public NumericalInputDescription(SimpleAlgorithm algorithm) ... | apache-2.0 |
davinash/geode | geode-gfsh/src/main/java/org/apache/geode/management/internal/cli/util/MergeLogs.java | 5006 | /*
* 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 not ... | apache-2.0 |
llvasconcellos/client | app/src/main/java/org/projectbuendia/client/user/UserManager.java | 11751 | // Copyright 2015 The Project Buendia 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 applicable law or agree... | apache-2.0 |
parabuzzle/toobs | legacy/toobs-0.1/Platform/PresFramework/src/org/toobs/framework/pres/util/ParameterUtil.java | 16514 | package org.toobs.framework.pres.util;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
import java.util.Enumeration;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpSession;
import org.apa... | apache-2.0 |