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.tasks.scheduling;
import android.content.Context;
import com.todoroo.astrid.backup.TasksXmlExporter;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.tasks.preferences.Preferences;
import java.io.File;
import java.io.FileFilter;
import java.util.Arrays;
import java.util.Comparator;
i... | Jenyay/tasks | src/main/java/org/tasks/scheduling/BackupIntentService.java | Java | gpl-3.0 | 2,846 |
package appeng.api.networking.crafting;
import appeng.api.storage.data.IAEItemStack;
public interface ICraftingWatcherHost
{
/**
* provides the ICraftingWatcher for this host, for the current network, is called when the hot changes networks.
* You do not need to clear your old watcher, its already been removed ... | Zerrens/InterstellarOres | src/main/java/appeng/api/networking/crafting/ICraftingWatcherHost.java | Java | gpl-3.0 | 664 |
//#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# #
... | open-health-hub/openMAXIMS | openmaxims_workspace/Therapies/src/ims/therapies/domain/WheelchairReferral.java | Java | agpl-3.0 | 2,457 |
//#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# #
... | open-health-hub/openMAXIMS | openmaxims_workspace/SpinalInjuries/src/ims/spinalinjuries/forms/neurologicalexaminationmotor/BaseLogic.java | Java | agpl-3.0 | 2,718 |
//#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# #
... | open-health-hub/openMAXIMS | openmaxims_workspace/ValueObjects/src/ims/coe/vo/MnaEnhancedVo.java | Java | agpl-3.0 | 9,903 |
// This code was generated by Barbara Worwood using IMS Development Environment (version 1.80 build 5007.25751)
// Copyright (C) 1995-2014 IMS MAXIMS. All rights reserved.
// WARNING: DO NOT MODIFY the content of this file
package ims.RefMan.forms.removefromelectivelist;
public interface IFormUILogicCode
{
// No me... | open-health-hub/openMAXIMS | openmaxims_workspace/RefMan/src/ims/RefMan/forms/removefromelectivelist/IFormUILogicCode.java | Java | agpl-3.0 | 333 |
//#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# #
... | open-health-hub/openMAXIMS | openmaxims_workspace/Assessment/src/ims/assessment/forms/userassessmentpreview/GlobalContext.java | Java | agpl-3.0 | 2,928 |
//#############################################################################
//# #
//# Copyright (C) <2014> <IMS MAXIMS> #
//# #
... | open-health-hub/openMAXIMS | openmaxims_workspace/Clinical/src/ims/clinical/forms/pastmedicalhistory/AccessLogic.java | Java | agpl-3.0 | 1,936 |
// This code was generated by Barbara Worwood using IMS Development Environment (version 1.80 build 5007.25751)
// Copyright (C) 1995-2014 IMS MAXIMS. All rights reserved.
// WARNING: DO NOT MODIFY the content of this file
package ims.RefMan.vo.beans;
public class TheatreListBookingDetailVoBean extends ims.vo.ValueOb... | open-health-hub/openMAXIMS | openmaxims_workspace/ValueObjects/src/ims/RefMan/vo/beans/TheatreListBookingDetailVoBean.java | Java | agpl-3.0 | 2,025 |
package com.griddynamics.jagger.dbapi.dto;
import java.io.Serializable;
/**
* @author "Artem Kirillov" (akirillov@griddynamics.com)
* @since 5/30/12
*/
public class PointDto implements Serializable {
private double x;
private double y;
public PointDto() {
}
public PointDto(double x, double y)... | vladimir-bukhtoyarov/jagger | dbapi/src/main/java/com/griddynamics/jagger/dbapi/dto/PointDto.java | Java | lgpl-2.1 | 1,093 |
package org.intermine.task;
/*
* Copyright (C) 2002-2015 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/lesser.html.
... | joshkh/intermine | imbuild/im-ant-tasks/src/org/intermine/task/FileName.java | Java | lgpl-2.1 | 1,098 |
/*
* eXist-db Open Source Native XML Database
* Copyright (C) 2001 The eXist-db Authors
*
* info@exist-db.org
* http://www.exist-db.org
*
* 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 the Free Software Foun... | wolfgangmm/exist | exist-core/src/test/java/org/exist/numbering/DLNTest.java | Java | lgpl-2.1 | 8,703 |
/**
*
* Copyright (c) 2014, the Railo Company Ltd. All rights reserved.
*
* 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 the Free Software Foundation; either
* version 2.1 of the License, or (at your option) ... | paulklinkenberg/Lucee4 | lucee-java/lucee-core/src/lucee/transformer/bytecode/visitor/ParseBodyVisitor.java | Java | lgpl-2.1 | 1,975 |
package org.intermine.webservice.server.core;
/*
* Copyright (C) 2002-2017 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyl... | elsiklab/intermine | intermine/web/main/src/org/intermine/webservice/server/core/WebServiceServlet.java | Java | lgpl-2.1 | 4,673 |
package org.intermine.modelproduction;
/*
* Copyright (C) 2002-2017 FlyMine
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. See the LICENSE file for more
* information or http://www.gnu.org/copyleft/les... | elsiklab/intermine | intermine/objectstore/test/src/org/intermine/modelproduction/MetadataManagerTest.java | Java | lgpl-2.1 | 2,328 |
/**
* Copyright © 2002 Instituto Superior Técnico
*
* This file is part of FenixEdu Academic.
*
* FenixEdu Academic 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... | jcarvalho/fenixedu-academic | src/main/java/org/fenixedu/academic/dto/accounting/sibsPaymentFileProcessReport/SibsPaymentFileProcessReportDTO.java | Java | lgpl-3.0 | 19,011 |
/**
* Project: simple-image-1.0 File Created at 2010-7-9 $Id$ Copyright 2008 Alibaba.com Croporation Limited. All rights
* reserved. This software is the confidential and proprietary information of Alibaba Company.
* ("Confidential Information"). You shall not disclose such Confidential Information and shall use it ... | yangcwGIT/simpleimage | simpleimage.core/src/test/java/com/alibaba/simpleimage/ColorConvertTest.java | Java | apache-2.0 | 2,325 |
package com.google.bitcoin.bouncycastle.math.ec;
import java.math.BigInteger;
/**
* Class representing a simple version of a big decimal. A
* <code>SimpleBigDecimal</code> is basically a
* {@link java.math.BigInteger BigInteger} with a few digits on the right of
* the decimal point. The number of (binary) digits ... | barmstrong/bitcoin-android | src/com/google/bitcoin/bouncycastle/math/ec/SimpleBigDecimal.java | Java | apache-2.0 | 6,890 |
/*
* 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 ... | objectiser/camel | docs/user-manual/modules/ROOT/examples/core/camel-core/src/test/java/org/apache/camel/processor/TransformTest.java | Java | apache-2.0 | 2,205 |
/*
* Copyright 2000-2017 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... | goodwinnk/intellij-community | platform/lang-api/src/com/intellij/execution/dashboard/RunDashboardGroupingRule.java | Java | apache-2.0 | 2,047 |
package com.google.api.ads.dfp.jaxws.v201502;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
/**
*
* Errors specific to creative wrappers.
*
*
* ... | stoksey69/googleads-java-lib | modules/dfp_appengine/src/main/java/com/google/api/ads/dfp/jaxws/v201502/CreativeWrapperError.java | Java | apache-2.0 | 1,712 |
/*
* 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 ... | ZhenyaM/veraPDF-pdfbox | examples/src/main/java/org/apache/pdfbox/examples/acroforms/package-info.java | Java | apache-2.0 | 894 |
/*
* Copyright 2015 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 ... | Apache9/netty | transport/src/test/java/io/netty/channel/pool/FixedChannelPoolTest.java | Java | apache-2.0 | 12,947 |
/*
* 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 ... | lukecwik/incubator-beam | sdks/java/io/google-cloud-platform/src/main/java/org/apache/beam/sdk/io/gcp/bigquery/BigQueryTableSourceDef.java | Java | apache-2.0 | 4,796 |
/**
* Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.financial.analytics.volatility.cube.rest;
import java.net.URI;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.QueryParam;
import javax.ws... | DevStreet/FinanceAnalytics | projects/OG-Financial/src/main/java/com/opengamma/financial/analytics/volatility/cube/rest/DataVolatilityCubeSpecificationSourceResource.java | Java | apache-2.0 | 3,146 |
package io.dropwizard.jersey.gzip;
import java.io.IOException;
import java.util.zip.GZIPOutputStream;
import javax.annotation.Priority;
import javax.ws.rs.Priorities;
import javax.ws.rs.WebApplicationException;
import javax.ws.rs.client.ClientRequestContext;
import javax.ws.rs.client.ClientRequestFilter;
import javax... | AnuchitPrasertsang/dropwizard | dropwizard-jersey/src/main/java/io/dropwizard/jersey/gzip/ConfiguredGZipEncoder.java | Java | apache-2.0 | 1,983 |
/*
*
* 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"); ... | shyamalschandra/flex-sdk | modules/debugger/src/java/flash/tools/debugger/threadsafe/ThreadSafeValueExp.java | Java | apache-2.0 | 2,232 |
/*
* Copyright (c) 2000, 2003, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/* Generated By:JJTree: Do not edit this line. JDMInformCommunity.java */
package com.sun.jmx.snmp.IPA... | shun634501730/java_source_cn | src_en/com/sun/jmx/snmp/IPAcl/JDMInformCommunity.java | Java | apache-2.0 | 806 |
/*
* 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... | RobinUS2/presto | presto-main/src/test/java/com/facebook/presto/sql/planner/optimizations/TestSetFlatteningOptimizer.java | Java | apache-2.0 | 5,541 |
/**
* Copyright (C) 2012 Iordan Iordanov
* Copyright (C) 2010 Michael A. MacDonald
*
* This 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 lat... | x-hansong/aSpice | src/com/iiordanov/bVNC/ISentText.java | Java | apache-2.0 | 1,339 |
/*
* Copyright (c) 2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. 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/li... | lgobinath/carbon-analytics-common | components/data-bridge/org.wso2.carbon.databridge.core/src/main/java/org/wso2/carbon/databridge/core/internal/queue/EventBlockingQueue.java | Java | apache-2.0 | 3,653 |
/**
* 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... | vega113/incubator-wave | wave/src/test/java/org/waveprotocol/wave/model/document/util/XmlStringBuilderTest.java | Java | apache-2.0 | 6,201 |
package org.apache.lucene.codecs.simpletext;
/*
* 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 Lic... | q474818917/solr-5.2.0 | lucene/codecs/src/java/org/apache/lucene/codecs/simpletext/SimpleTextStoredFieldsWriter.java | Java | apache-2.0 | 5,785 |
/*
* Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package com.sun.corba.se.spi.monitoring;
import java.util.*;
/**
* <p>
*
* @author Hemanth Puttaswamy
* ... | shun634501730/java_source_cn | src_en/com/sun/corba/se/spi/monitoring/StringMonitoredAttributeBase.java | Java | apache-2.0 | 1,406 |
/*
* 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 ... | NSAmelchev/ignite | modules/indexing/src/test/java/org/apache/ignite/internal/metric/SqlStatisticsUserQueriesFastTest.java | Java | apache-2.0 | 10,960 |
package org.apache.lucene.store;
/*
* 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, Versio... | williamchengit/TestRepo | solr-4.9.0/lucene/core/src/java/org/apache/lucene/store/RateLimiter.java | Java | apache-2.0 | 4,851 |
/*
* Copyright (C) 2014 Jörg Prante
*
* 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... | hugesu/elasticsearch-knapsack | src/main/java/org/xbib/elasticsearch/knapsack/KnapsackRequest.java | Java | apache-2.0 | 905 |
/*
* Copyright 2018 Red Hat, Inc. and/or its affiliates.
*
* 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... | mbiarnes/drools-wb | drools-wb-screens/drools-wb-dtable-xls-editor/drools-wb-dtable-xls-editor-client/src/test/java/org/drools/workbench/screens/dtablexls/client/editor/DecisionTableXLSEditorPresenterValidateTest.java | Java | apache-2.0 | 3,912 |
package org.mvel2.tests.core;
import org.mvel2.MVEL;
import java.util.HashMap;
import java.util.Map;
import static org.mvel2.MVEL.compileExpression;
import static org.mvel2.MVEL.eval;
import static org.mvel2.MVEL.executeExpression;
/**
* @author Mike Brock .
*/
public class RegularExpressionTests extends Abstract... | Fantast/mvel | src/test/java/org/mvel2/tests/core/RegularExpressionTests.java | Java | apache-2.0 | 2,900 |
// Copyright 2016 The Bazel Authors. 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 required by appl... | meteorcloudy/bazel | src/main/java/com/google/devtools/build/lib/bazel/rules/java/proto/BazelJavaProtoLibraryRule.java | Java | apache-2.0 | 3,481 |
/*
* 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 ... | joansmith/pdfbox | pdfbox/src/main/java/org/apache/pdfbox/pdmodel/interactive/annotation/PDAppearanceCharacteristicsDictionary.java | Java | apache-2.0 | 6,439 |
package com.navercorp.pinpoint.plugin.dubbo;
import com.navercorp.pinpoint.bootstrap.instrument.InstrumentClass;
import com.navercorp.pinpoint.bootstrap.instrument.InstrumentException;
import com.navercorp.pinpoint.bootstrap.instrument.Instrumentor;
import com.navercorp.pinpoint.bootstrap.instrument.transformer.Transf... | dawidmalina/pinpoint | plugins/dubbo/src/main/java/com/navercorp/pinpoint/plugin/dubbo/DubboPlugin.java | Java | apache-2.0 | 2,928 |
/*
* Copyright 2000-2013 JetBrains s.r.o.
* Copyright 2014-2014 AS3Boyan
* Copyright 2014-2014 Elias Ku
*
* 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/lice... | mtkocak/intellij-haxe | src/common/com/intellij/plugins/haxe/runner/NMERunningState.java | Java | apache-2.0 | 4,628 |
/*
* Copyright (c) 2005-2009, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. 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.ap... | laki88/carbon-registry | components/registry/org.wso2.carbon.registry.extensions/src/main/java/org/wso2/carbon/registry/extensions/handlers/ZipWSDLMediaTypeHandler.java | Java | apache-2.0 | 53,013 |
/**
* Copyright 2011-2013 Zuse Institute Berlin
*
* 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 a... | tectronics/scalaris | contrib/wikipedia/src/de/zib/scalaris/examples/wikipedia/bliki/WikiServletScalaris.java | Java | apache-2.0 | 26,708 |
/**
* <copyright>
*
* Copyright (c) 2010 SAP AG.
* 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
*
* Contributors:
... | MetSystem/fixflow | modules/fixflow-core/src/main/java/org/eclipse/bpmn2/di/BPMNDiagram.java | Java | apache-2.0 | 3,011 |
/**
* Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy)
*
* 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
... | pkocandr/indy | models/core-java/src/main/java/org/commonjava/indy/model/spi/IndyAddOnID.java | Java | apache-2.0 | 4,082 |
/*
* Copyright 2015 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under th... | BeatCoding/droolsjbpm-integration | kie-server-parent/kie-server-remote/kie-server-client/src/main/java/org/kie/server/client/RuleServicesClient.java | Java | apache-2.0 | 856 |
/*******************************************************************************
* 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 f... | apache/olingo-odata2 | odata2-jpa-processor/jpa-api/src/main/java/org/apache/olingo/odata2/jpa/processor/api/access/JPAEdmBuilder.java | Java | apache-2.0 | 3,126 |
/*
* Zed Attack Proxy (ZAP) and its related class files.
*
* ZAP is an HTTP/HTTPS proxy for assessing web application security.
*
* Copyright 2018 The ZAP Development Team
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* Yo... | thc202/zap-extensions | addOns/openapi/src/test/java/org/zaproxy/zap/extension/openapi/AbstractOpenApiTest.java | Java | apache-2.0 | 1,239 |
/**
* Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.analytics.financial.model.option.definition;
import org.apache.commons.lang.ObjectUtils;
import org.apache.commons.lang.Validate;
import org.slf4j.Logger;
impo... | DevStreet/FinanceAnalytics | projects/OG-Analytics/src/main/java/com/opengamma/analytics/financial/model/option/definition/ForwardStartOptionDefinition.java | Java | apache-2.0 | 4,716 |
/**
* Copyright (C) 2011 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.analytics.financial.interestrate.bond.provider;
import static org.testng.AssertJUnit.assertEquals;
import static org.testng.AssertJUnit.assertFalse;
import or... | jeorme/OG-Platform | projects/OG-Analytics/src/test/java/com/opengamma/analytics/financial/interestrate/bond/provider/BondTransactionDiscountingMethodTest.java | Java | apache-2.0 | 29,558 |
/**
* Copyright (c) 2010 Yahoo! Inc. All rights reserved.
* <p>
* 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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless requir... | manolama/YCSB | core/src/main/java/com/yahoo/ycsb/CommandLine.java | Java | apache-2.0 | 11,056 |
/**
* Copyright (C) 2014 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.analytics.financial.volatilityswap;
import static org.testng.AssertJUnit.assertEquals;
import static org.testng.AssertJUnit.assertTrue;
import java.util.Arra... | jeorme/OG-Platform | projects/OG-Analytics/src/test/java/com/opengamma/analytics/financial/volatilityswap/VolatilitySwapCalculatorResultTest.java | Java | apache-2.0 | 6,557 |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package edu.harvard.iq.dataverse.mydata;
import edu.harvard.iq.dataverse.DvObject;
import edu.harvard.iq.dataverse.DvObjectServiceBean... | JayanthyChengan/dataverse | src/main/java/edu/harvard/iq/dataverse/mydata/RoleTagRetriever.java | Java | apache-2.0 | 24,567 |
/**
* Copyright (C) 2013 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.analytics.financial.model.option.pricing.tree;
import com.google.common.primitives.Doubles;
import com.opengamma.util.ArgumentChecker;
/**
* The payoff of ... | jeorme/OG-Platform | projects/OG-Analytics/src/main/java/com/opengamma/analytics/financial/model/option/pricing/tree/EuropeanExchangeOptionFunctionProvider.java | Java | apache-2.0 | 4,090 |
/*
* Copyright 2016-present Open Networking Laboratory
*
* 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 appli... | paradisecr/ONOS-OXP | core/api/src/test/java/org/onosproject/net/optical/impl/DefaultOmsPortTest.java | Java | apache-2.0 | 4,995 |
/**
* <a href="https://www.terracaching.com">Terracaching</a> implementation.
*/
package cgeo.geocaching.connector.tc;
| S-Bartfast/cgeo | main/src/cgeo/geocaching/connector/tc/package-info.java | Java | apache-2.0 | 121 |
package com.google.api.ads.dfp.jaxws.v201411;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for ServerError.Reason.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>
* <pre>
* <simpleType name="S... | nafae/developer | modules/dfp_appengine/src/main/java/com/google/api/ads/dfp/jaxws/v201411/ServerErrorReason.java | Java | apache-2.0 | 1,374 |
package com.google.api.ads.dfp.jaxws.v201408;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for ProposalLineItemPremiumStatus.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>
* <pre>
* <simpleT... | nafae/developer | modules/dfp_appengine/src/main/java/com/google/api/ads/dfp/jaxws/v201408/ProposalLineItemPremiumStatus.java | Java | apache-2.0 | 1,349 |
/*
* 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 ... | smgoller/geode | geode-management/src/main/java/org/apache/geode/management/api/ClusterManagementRealizationException.java | Java | apache-2.0 | 1,633 |
/**
* Copyright (c) 2005, Regents of the University of California
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* Redistributions of source code must retain the above copyright notic... | cmorty/avrora | src/avrora/test/sim/legacy/LegacyTester.java | Java | bsd-3-clause | 2,319 |
/**
* Copyright (c) 2005, Regents of the University of California
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* Redistributions of source code must retain the above copyright notic... | cmorty/avrora | src/avrora/arch/avr/AVRState.java | Java | bsd-3-clause | 8,918 |
/**
* 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.
* Changes may cause incorrect behavior and will be lost if the code is
* regenerated.
*/
... | sharadagarwal/autorest | AutoRest/Generators/Java/Java.Tests/src/main/java/fixtures/validation/AutoRestValidationTest.java | Java | mit | 8,604 |
package com.architjn.materialicons.others;
import android.graphics.Rect;
import android.support.v7.widget.RecyclerView;
import android.view.View;
public class SpacesItemDecoration extends RecyclerView.ItemDecoration {
private int space, columns;
public SpacesItemDecoration(int space, int columns) {
t... | thedevicers/w.draft | app/src/main/java/com/architjn/materialicons/others/SpacesItemDecoration.java | Java | mit | 809 |
/*
* Copyright (c) 1998-2012 Caucho Technology -- all rights reserved
*
* This file is part of Resin(R) Open Source
*
* Each copy or derived work must preserve the copyright notice and this
* notice unmodified.
*
* Resin Open Source is free software; you can redistribute it and/or modify
* it under the terms o... | WelcomeHUME/svn-caucho-com-resin | modules/kernel/src/com/caucho/vfs/FilesystemPath.java | Java | gpl-2.0 | 9,063 |
/*
* Copyright (c) 1998-2012 Caucho Technology -- all rights reserved
*
* This file is part of Resin(R) Open Source
*
* Each copy or derived work must preserve the copyright notice and this
* notice unmodified.
*
* Resin Open Source is free software; you can redistribute it and/or modify
* it under the terms o... | mdaniel/svn-caucho-com-resin | modules/kernel/src/com/caucho/bytecode/ByteCodeParser.java | Java | gpl-2.0 | 13,508 |
/*
* Copyright 2008-2010 Sun Microsystems, Inc. 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 Software Fou... | haitaoyao/btrace | src/share/classes/com/sun/btrace/annotations/ProbeClassName.java | Java | gpl-2.0 | 1,746 |
package org.opengeo.geoserver;
import java.io.File;
import java.util.HashMap;
import java.util.Map;
import org.mortbay.jetty.Connector;
import org.mortbay.jetty.Server;
import org.mortbay.jetty.bio.SocketConnector;
import org.mortbay.jetty.webapp.WebAppContext;
public class StartCluster {
public static void mai... | geosolutions-it/geoserver-exts | web/app/src/test/java/org/opengeo/geoserver/StartCluster.java | Java | gpl-2.0 | 1,787 |
/*
* Copyright (c) 2014, 2015, 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 ... | mohlerm/hotspot | test/compiler/codecache/stress/RandomAllocationTest.java | Java | gpl-2.0 | 3,072 |
package com.sun.source.tree;
import org.checkerframework.checker.javari.qual.*;
public interface EmptyStatementTree extends StatementTree {}
| biddyweb/checker-framework | checker/jdk/javari/src/com/sun/source/tree/EmptyStatementTree.java | Java | gpl-2.0 | 142 |
/*
* Copyright (C) 2014 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 applicab... | syslover33/ctank | java/android-sdk-linux_r24.4.1_src/sources/android-23/com/android/framework/multidexlegacytestservices/manymethods/Big003.java | Java | gpl-3.0 | 53,491 |
/* Copyright 2005 Elliotte Rusty Harold
This library is free software; you can redistribute it and/or modify
it under the terms of version 2.1 of the GNU Lesser General Public
License as published by the Free Software Foundation.
This library is distributed in the hope that it will be useful,
bu... | srnsw/xena | xena/src/nu/xom/JaxenConnector.java | Java | gpl-3.0 | 2,596 |
/*
* Copyright (C) 2008 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... | mateor/pdroid | android-2.3.4_r1/tags/1.32/frameworks/base/tests/CoreTests/android/core/ByteArrayOutputStreamTest.java | Java | gpl-3.0 | 1,403 |
/*
* ################################################################
*
* ProActive Parallel Suite(TM): The Java(TM) library for
* Parallel, Distributed, Multi-Core Computing for
* Enterprise Grids & Clouds
*
* Copyright (C) 1997-2012 INRIA/University of
* Nice-Sophia Antipolis/ActiveEon
... | mnip91/proactive-component-monitoring | src/Examples/org/objectweb/proactive/examples/masterworker/nqueens/query/FirstDiagQuery.java | Java | agpl-3.0 | 2,355 |
/* This file is part of VoltDB.
* Copyright (C) 2008-2015 VoltDB Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining
* a copy of this software and associated documentation files (the
* "Software"), to deal in the Software without restriction, including
* without limitation the rights to... | kumarrus/voltdb | tests/testprocs/org/voltdb_testprocs/regressionsuites/matviewprocs/SelectAllPeople.java | Java | agpl-3.0 | 1,528 |
/* ===========================================================
* JFreeChart : a free chart library for the Java(tm) platform
* ===========================================================
*
* (C) Copyright 2000-2013, by Object Refinery Limited and Contributors.
*
* Project Info: http://www.jfree.org/jfreech... | sternze/CurrentTopics_JFreeChart | source/org/jfree/chart/plot/dial/DialTextAnnotation.java | Java | lgpl-2.1 | 12,359 |
/*
* Copyright (c) 2010 - 2015 Ushahidi Inc
* All rights reserved
* Contact: team@ushahidi.com
* Website: http://www.ushahidi.com
* GNU Lesser General Public License Usage
* This file may be used under the terms of the GNU Lesser
* General Public License version 3 as published by the Free Software
* Foundation ... | kigsmtua/SMSSync | smssync/src/main/java/org/addhen/smssync/data/exception/MessageNotFoundException.java | Java | lgpl-3.0 | 1,219 |
package com.github.axet.vget.vhs;
import java.net.URL;
import com.github.axet.vget.info.VideoInfo;
public class VimeoInfo extends VideoInfo {
// keep it in order hi->lo
public enum VimeoQuality {
pHi, pLow
}
private VimeoQuality vq;
public VimeoInfo(URL web) {
super(web);
}... | FranciscoJavierPRamos/vget | src/main/java/com/github/axet/vget/vhs/VimeoInfo.java | Java | lgpl-3.0 | 473 |
/*
* Copyright (C) 2005-2011 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
... | nguyentienlong/community-edition | projects/repository/source/java/org/alfresco/repo/nodelocator/CompanyHomeNodeLocator.java | Java | lgpl-3.0 | 1,720 |
/*-------------------------------------------------------------------------------------------------------------------*\
| Copyright (C) 2015 PayPal |
| ... | alizelzele/SeLion | server/src/main/java/com/paypal/selion/grid/RunnableLauncher.java | Java | apache-2.0 | 2,841 |
/*
* Copyright 2012-2015 org.opencloudb.
*
* 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... | mingfly/opencloudb | src/main/java/org/opencloudb/mysql/MySQLMessage.java | Java | apache-2.0 | 9,795 |
/**
* 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... | onders86/camel | components/camel-netty4/src/test/java/org/apache/camel/component/netty4/Netty2978IssueTest.java | Java | apache-2.0 | 4,373 |
/*************************GO-LICENSE-START*********************************
* Copyright 2016 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... | xli/gocd | common/test/unit/com/thoughtworks/go/domain/materials/svn/SvnCommandRemoteTest.java | Java | apache-2.0 | 15,850 |
package com.pivotal.pxf.service.utilities;
import java.io.File;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.net.URI;
import java.nio.file.DirectoryStream;
import java.nio.file.Files;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.ArrayList;
import org.apache.... | PGer/incubator-hawq | pxf/pxf-service/src/main/java/com/pivotal/pxf/service/utilities/CustomWebappLoader.java | Java | apache-2.0 | 7,022 |
/*=========================================================================
* Copyright (c) 2010-2014 Pivotal Software, Inc. All Rights Reserved.
* This product is protected by U.S. and international copyright
* and intellectual property laws. Pivotal products are covered by
* one or more patents listed at http://w... | nchandrappa/incubator-geode | gemfire-core/src/test/java/com/gemstone/gemfire/cache/query/internal/index/ConcurrentIndexInitOnOverflowRegionDUnitTest.java | Java | apache-2.0 | 15,454 |
/*
* 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 ... | DariusX/camel | core/camel-api/src/main/java/org/apache/camel/FailedToCreateRouteException.java | Java | apache-2.0 | 2,401 |
/*
* 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... | goodwinnk/intellij-community | platform/lang-impl/src/com/intellij/codeInsight/template/impl/TemplateSegments.java | Java | apache-2.0 | 3,790 |
/*
* Copyright 2002-2012 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... | ollie314/spring-security | web/src/test/java/org/springframework/security/web/authentication/rememberme/JdbcTokenRepositoryImplTests.java | Java | apache-2.0 | 7,343 |
/*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... | jbertouch/elasticsearch | core/src/main/java/org/elasticsearch/search/aggregations/bucket/histogram/DateHistogramAggregatorBuilder.java | Java | apache-2.0 | 5,194 |
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License
* 2.0 and the Server Side Public License, v 1; you may not use this file except
* in compliance with, at your election, the Elastic License 2.0 or the Server... | robin13/elasticsearch | server/src/main/java/org/elasticsearch/action/support/single/instance/InstanceShardOperationRequestBuilder.java | Java | apache-2.0 | 1,908 |
/*
* 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
* excep... | keshvari/cas | cas-server-core/src/main/java/org/jasig/cas/authentication/principal/PersistentIdGenerator.java | Java | apache-2.0 | 1,427 |
package samples.gae.users;
import static org.junit.Assert.assertEquals;
import java.util.EnumSet;
import java.util.Set;
import com.google.appengine.tools.development.testing.LocalDatastoreServiceTestConfig;
import com.google.appengine.tools.development.testing.LocalServiceTestHelper;
import org.junit.After;
import o... | dsyer/spring-security | samples/gae/src/test/java/samples/gae/users/GaeDataStoreUserRegistryTests.java | Java | apache-2.0 | 1,658 |
/**
* Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.timeseries.precise.instant;
import org.threeten.bp.Instant;
import com.opengamma.timeseries.DoubleTimeSeries;
import com.opengamma.timeseries.DoubleTimeSerie... | McLeodMoores/starling | projects/time-series/src/main/java/com/opengamma/timeseries/precise/instant/InstantDoubleTimeSeries.java | Java | apache-2.0 | 7,327 |
/*
* 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 ... | robertwb/incubator-beam | runners/flink/src/main/java/org/apache/beam/runners/flink/translation/types/EncodedValueComparator.java | Java | apache-2.0 | 5,784 |
/* 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... | subhrajyotim/camunda-bpm-platform | engine/src/main/java/org/camunda/bpm/engine/impl/migration/MigrationPlanBuilderImpl.java | Java | apache-2.0 | 3,273 |
package io.cattle.platform.server.context;
import io.cattle.platform.archaius.util.ArchaiusUtil;
import java.net.Inet6Address;
import java.net.InetAddress;
import java.net.NetworkInterface;
import java.net.SocketException;
import java.util.Collections;
import org.apache.commons.lang.StringUtils;
import com.netflix.... | vincent99/cattle | code/framework/server/src/main/java/io/cattle/platform/server/context/ServerContext.java | Java | apache-2.0 | 5,080 |
/*
* 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 ... | shirshanka/gobblin | gobblin-modules/gobblin-elasticsearch/src/test/java/org/apache/gobblin/elasticsearch/writer/TestClient.java | Java | apache-2.0 | 1,301 |
/*
* Copyright (C) 2012-2015 DataStax 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 app... | amasta/java-driver | driver-core/src/test/java/com/datastax/driver/core/RefreshConnectedHostTest.java | Java | apache-2.0 | 4,839 |
/**
* 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 required by a... | ricepanda/rice-git3 | rice-middleware/sampleapp/src/main/java/org/kuali/rice/config/SampleAppPSC.java | Java | apache-2.0 | 3,941 |