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 com.travelport.schema.rail_v29_0;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for anonymous com... | DimkaGorhover/zaremba | src/main/java/com/travelport/schema/rail_v29_0/RailExchangeInfo.java | Java | apache-2.0 | 5,224 |
package com.hyrax.microservice.email.service.api.model;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@Builder
@AllArgsConstructor
@NoArgsConstructor
public class BoardEventSubscription {
private String username;
private boolean boardCrea... | hyracoidea/hyrax-backend | microservice/email-microservice/service/src/main/java/com/hyrax/microservice/email/service/api/model/BoardEventSubscription.java | Java | apache-2.0 | 470 |
/*
* Copyright (C) 2013-2016 Rinde van Lon, iMinds-DistriNet, KU Leuven
*
* 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
*
* Unl... | rinde/RinLog | src/main/java/com/github/rinde/logistics/pdptw/mas/package-info.java | Java | apache-2.0 | 770 |
/*
* Copyright 2017 Aleksandr Tarakanov
*
* 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... | atzcx/AppVerUpdater | library/src/main/java/com/github/atzcx/appverupdater/JSONParser.java | Java | apache-2.0 | 2,352 |
package org.andengine.opengl.texture.atlas.bitmap.source;
import android.graphics.Bitmap;
import android.graphics.Bitmap.Config;
import org.andengine.opengl.texture.atlas.source.BaseTextureAtlasSource;
/**
* (c) 2010 Nicolas Gramlich
* (c) 2011 Zynga Inc.
*
* @author Nicolas Gramlich
* @since 20:20:36 - 08.08.... | ganesh2shiv/jump-ninja | andengine/src/main/java/org/andengine/opengl/texture/atlas/bitmap/source/EmptyBitmapTextureAtlasSource.java | Java | apache-2.0 | 2,470 |
package cn.telling.utils;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
import java.util.Map;
/**
* �ַ���������
* @author
*
*/
public class StringUtil {
/**
* �ж��Ƿ��ǿ�
* @param str
* @return
*/
public static boolean isEmpty(String str){
if(str==... | zhgo116/fancy | FancyUtils/src/main/java/cn/telling/utils/StringUtil.java | Java | apache-2.0 | 2,008 |
/* Copyright (C) 2013-2014 TU Dortmund
* This file is part of AutomataLib, http://www.automatalib.net/.
*
* 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/... | bencaldwell/automatalib | misc/misc-algorithms/src/main/java/net/automatalib/algorithms/graph/apsp/APSPResult.java | Java | apache-2.0 | 1,817 |
/*
* This is part of Geomajas, a GIS framework, http://www.geomajas.org/.
*
* Copyright 2008-2015 Geosparc nv, http://www.geosparc.com/, Belgium.
*
* The program is available in open source according to the Apache
* License, Version 2.0. All contributions in this program are covered
* by the Geomajas Cont... | geomajas/geomajas-project-codemirror-gwt | codemirror/src/main/java/org/geomajas/codemirror/client/Config.java | Java | apache-2.0 | 10,283 |
package ai.labs.core.rest.internal;
import ai.labs.rest.restinterfaces.ILogoutEndpoint;
import lombok.extern.slf4j.Slf4j;
import org.jboss.resteasy.plugins.guice.RequestScoped;
import javax.inject.Inject;
import javax.inject.Named;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
i... | labsai/EDDI | coreserver/src/main/java/ai/labs/core/rest/internal/LogoutEndpoint.java | Java | apache-2.0 | 1,534 |
/*
* Copyright 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 applicable law or agreed to in wri... | datastax/java-driver | core/src/main/java/com/datastax/oss/driver/internal/core/protocol/BuiltInCompressors.java | Java | apache-2.0 | 1,718 |
package org.multipoly.Board.meta;
import java.util.Iterator;
import org.apache.tinkerpop.gremlin.structure.Direction;
import org.apache.tinkerpop.gremlin.structure.Edge;
import org.apache.tinkerpop.gremlin.structure.Vertex;
import org.umlg.runtime.adaptor.UMLG;
import org.umlg.runtime.adaptor.UmlgLabelConverterFactor... | christophermoeketsi/multipoly | m-entity/src/main/generated-java-meta/org/multipoly/Board/meta/AssetMeta.java | Java | apache-2.0 | 1,675 |
/*
* Copyright (c) 2009-2020, Peter Abeles. All Rights Reserved.
*
* This file is part of Efficient Java Matrix Library (EJML).
*
* 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
*
* ... | lessthanoptimal/ejml | main/ejml-ddense/test/org/ejml/dense/fixed/TestCommonOps_DDF3.java | Java | apache-2.0 | 1,497 |
package com.yuzhouwan.esper_avg_price;
import org.junit.Before;
import org.junit.Test;
import com.espertech.esper.client.EPAdministrator;
import com.espertech.esper.client.EPRuntime;
import com.espertech.esper.client.EPServiceProvider;
import com.espertech.esper.client.EPServiceProviderManager;
import com.espertech.e... | MasteringStorm/esper-avg-price | src/main/java/com/yuzhouwan/esper_avg_price/EPL.java | Java | apache-2.0 | 2,284 |
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2011.0... | jsmadja/project-wall | hudsonclient/src/main/java/net/awired/visuwall/hudsonclient/generated/hudson/hudsonmodel/HudsonModelActionable.java | Java | apache-2.0 | 2,356 |
package com.adrianbk.deployment.aws.model;
import com.adrianbk.deployment.version.VersionProvider;
public final class S3DistributionBuilder {
private final String bucket;
private final String key;
private S3Distribution.Format format;
private VersionProvider versionProvider;
private S3Distributio... | adrianbk/gradle-deployment-plugins | aws-deployment/src/main/java/com/adrianbk/deployment/aws/model/S3DistributionBuilder.java | Java | apache-2.0 | 972 |
/*******************************************************************************
* Copyright (c) 2015 Skytap 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... | akshayvrao/jytap | src/main/java/com/skytap/client/java/jytap/dto/Runstate.java | Java | apache-2.0 | 1,221 |
/*
* 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... | ThiagoGarciaAlves/intellij-community | java/java-psi-impl/src/com/intellij/psi/controlFlow/ControlFlowUtil.java | Java | apache-2.0 | 90,188 |
/*******************************************************************************
* DARPA XDATA 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.... | plamenbbn/XDATA | pint/process-alignment/src/com/bbn/c2s2/pint/Observation.java | Java | apache-2.0 | 5,803 |
/*
* 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
... | tizfa/NotiziePolitiche | src/it/tizianofagni/notiziepolitiche/broadcast/BootBroadcastReceiver.java | Java | apache-2.0 | 1,827 |
/*
* Copyright (c) 2014. Pokevian Ltd.
*
* 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 ag... | Pokevian/caroolive-app | app/src/main/java/com/pokevian/app/smartfleet/request/GetVehicleMakerListRequest.java | Java | apache-2.0 | 2,929 |
/*
* Copyright (C) 2012-present 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... | decebals/pf4j | pf4j/src/main/java/org/pf4j/PluginClassLoader.java | Java | apache-2.0 | 11,102 |
/* Copyright 2015 Troy D. Heninger
*
* 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 ... | troyhen/dsp | src/main/java/com/dsp/util/BZFile.java | Java | apache-2.0 | 16,528 |
// Copyright © 2013-2020 Andy Goryachev <andy@goryachev.com>
package goryachev.common.util;
import java.text.Collator;
import java.util.Arrays;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
/** class that sorts anything */
public class CSorter
{
/** universal sort by t... | andy-goryachev/JsonPretty | src/goryachev/common/util/CSorter.java | Java | apache-2.0 | 3,815 |
package com.deadpool.worker.domain.model;
import java.io.Serializable;
/**
* Created by roothema on 2015.10.29..
*/
public class HttpAction implements Serializable {
private String name;
private String headers;
private String url;
private String method;
private String payload;
public Strin... | roothema/deadpool | worker-service/src/main/java/com/deadpool/worker/domain/model/HttpAction.java | Java | apache-2.0 | 1,328 |
package org.grobid.core.utilities.matching;
import com.google.common.base.Function;
import com.google.common.base.Predicate;
import com.google.common.base.Splitter;
import com.google.common.collect.Iterables;
import com.google.common.collect.Lists;
import org.apache.lucene.analysis.Analyzer;
import org.apache.lucene.a... | k8si/grobid | grobid-core/src/main/java/org/grobid/core/utilities/matching/ReferenceMarkerMatcher.java | Java | apache-2.0 | 12,588 |
/*
* Copyright 2012-09-12 the original author or authors.
*/
package pl.com.softproject.springtestaltkom.springaspect;
import java.util.Arrays;
import org.aspectj.lang.JoinPoint;
/**
*
* @author Adrian Lapierre <adrian@softproject.com.pl>
*/
public class MyAspect {
public void interceptBefore(JoinPoint ... | alapierre/altkom_2004_10_06 | gemalto-spring/spring-aspect/src/main/java/pl/com/softproject/springtestaltkom/springaspect/MyAspect.java | Java | apache-2.0 | 608 |
/*
* 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")... | BBVA-CIB/APIRestGenerator | generator.client.web/src/main/java/com/bbva/kltt/apirest/generator/client/web/velocity/GeneratorBaseClientWeb.java | Java | apache-2.0 | 3,627 |
/*
* JBoss, Home of Professional Open Source
* Copyright 2016, Red Hat, Inc., and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this fi... | weld/core | tests-arquillian/src/test/java/org/jboss/weld/tests/observers/custom/ObserverConfiguratorExtension.java | Java | apache-2.0 | 1,227 |
package ru.stqa.pft.kibirev.sandbox;
import org.testng.Assert;
import org.testng.annotations.Test;
/**
* Created by kibirev on 3/17/2016.
*/
public class PrimeTests {
@Test
public void testPtime() {
Assert.assertTrue(Primes.isPrimeFast(Integer.MAX_VALUE));
}
@Test
public void testNoPti... | vkibirev/JavaForTesters | sandbox/src/test/java/ru/stqa/pft/kibirev/sandbox/PrimeTests.java | Java | apache-2.0 | 554 |
/* Copyright (c) 2020 W.T.J. Riezebos
*
* 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... | widoriezebos/Thoth | thoth-modules/thoth-core/src/main/java/net/riezebos/thoth/context/dao/Tables.java | Java | apache-2.0 | 793 |
/*
* 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 u... | Konque/J2-Admin | src/main/java/org/apache/jetspeed/portlets/security/constraints/ConstraintsViewController.java | Java | apache-2.0 | 4,939 |
/*
* Copyright 2000-2014 Vaadin Ltd.
*
* 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... | jdahlstrom/vaadin.react | server/src/main/java/com/vaadin/ui/Form.java | Java | apache-2.0 | 44,636 |
//
// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert
// Siehe <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren.
// Generiert: 2014.02.19... | milg0/onvif-java-lib | src/org/onvif/ver10/media/wsdl/StartMulticastStreaming.java | Java | apache-2.0 | 1,859 |
/*
* 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... | trello/RxLifecycle | rxlifecycle-components/src/main/java/com/trello/rxlifecycle4/components/support/RxDialogFragment.java | Java | apache-2.0 | 3,610 |
package com.github.eyce9000.iem.api.actions;
import com.bigfix.schemas.bes.Action;
import com.bigfix.schemas.bes.ActionScript;
import com.bigfix.schemas.bes.RelevanceString;
import com.bigfix.schemas.bes.SingleAction;
public class ActionBuilder<T extends Action> {
T action;
public ActionBuilder<T> title(String ... | eyce9000/iem4j | src/main/java/com/github/eyce9000/iem/api/actions/ActionBuilder.java | Java | apache-2.0 | 907 |
/*
* Copyright 2010 JBoss 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 i... | yurloc/drools | drools-core/src/main/java/org/drools/command/ExecuteCommand.java | Java | apache-2.0 | 3,831 |
package com.hubspot.singularity.data.history;
import java.util.concurrent.TimeUnit;
import com.hubspot.singularity.config.SingularityConfiguration;
import com.hubspot.singularity.scheduler.SingularityLeaderOnlyPoller;
public abstract class SingularityHistoryPersister extends SingularityLeaderOnlyPoller {
private ... | mjball/Singularity | SingularityService/src/main/java/com/hubspot/singularity/data/history/SingularityHistoryPersister.java | Java | apache-2.0 | 759 |
package com.potlucker.mongo;
import java.net.UnknownHostException;
import com.mongodb.DB;
import com.mongodb.DBCollection;
import com.mongodb.MongoClient;
import com.mongodb.MongoException;
import com.potlucker.properties.PropertiesLookup;
public class ConnectionProvider {
/**
* TODO:modify this method to al... | treznick/potlucker | src/main/java/com/potlucker/mongo/ConnectionProvider.java | Java | apache-2.0 | 1,400 |
/*
Copyright [2016] [Taqdir Ali]
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
distr... | ubiquitous-computing-lab/Mining-Minds | knowledge-curation-layer/i-kat/src/main/java/org/uclab/mm/kcl/edkat/service/ConditionServiceImpl.java | Java | apache-2.0 | 3,923 |
package com.gu.logback.appender.kinesis.helpers;
import java.util.Objects;
import java.util.concurrent.Executors;
import java.util.concurrent.ThreadFactory;
import java.util.concurrent.atomic.AtomicInteger;
/**
* Thread factory that assigns a configurable name to the created threads.
*
* Delegates thread creation ... | guardian/kinesis-logback-appender | src/main/java/com/gu/logback/appender/kinesis/helpers/NamedThreadFactory.java | Java | apache-2.0 | 968 |
/* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0
* http://www.apache.org/licenses/LICENSE-2.0 */
/**
* Contains abstract base implementation of ARIA roles.
* <a name="documentation"></a><h2>Client UI Base ARIA Role</h2>
* This package contains the abstract base implementation of {@lin... | m-m-m/client | ui/core/api/src/main/java/net/sf/mmm/client/ui/base/aria/role/package-info.java | Java | apache-2.0 | 409 |
/*******************************************************************************
* Copyright 2013 André Rouél and Dominik Seichter
*
* 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
*
*... | before/quality-check | modules/quality-check/src/test/java/net/sf/qualitycheck/exception/IllegalNotGreaterOrEqualThanExceptionTest.java | Java | apache-2.0 | 2,256 |
package com.sequenceiq.it.cloudbreak.testcase.e2e.distrox;
import java.util.Map;
public class DistroXScaleTestParameters {
private static final String TIMES = "times";
private static final String HOST_GROUP = "host_group";
private static final String SCALE_UP_TARGET = "scale_up_target";
private st... | hortonworks/cloudbreak | integration-test/src/main/java/com/sequenceiq/it/cloudbreak/testcase/e2e/distrox/DistroXScaleTestParameters.java | Java | apache-2.0 | 2,418 |
/*
* Copyright 2019, Verizon Media.
* Licensed under the terms of the Apache License 2.0. See LICENSE file at the project root for terms.
*/
package com.yahoo.sketches.hive.quantiles;
import java.util.Comparator;
import org.apache.hadoop.io.BytesWritable;
import com.yahoo.sketches.ArrayOfItemsSerDe;
import com.y... | DataSketches/sketches-hive | src/test/java/com/yahoo/sketches/hive/quantiles/StringsSketchToStringUDFTest.java | Java | apache-2.0 | 1,121 |
/*
* Licensed to The Apereo Foundation under one or more contributor license
* agreements. See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
* The Apereo Foundation licenses this file to you under the Apache License,
* Version 2.0, (the "License"); you ma... | equella/Equella | Source/Plugins/Core/com.equella.base/src/com/tle/core/remoting/MatrixResults.java | Java | apache-2.0 | 2,073 |
package cn.felord.wepay.ali.sdk.api.domain;
import cn.felord.wepay.ali.sdk.api.AlipayObject;
import cn.felord.wepay.ali.sdk.api.internal.mapping.ApiField;
/**
* 线下场景虹膜信息注册
*
* @author auto create
* @version $Id: $Id
*/
public class AlipaySecurityProdIrisVerifyModel extends AlipayObject {
private static final l... | NotFound403/WePay | src/main/java/cn/felord/wepay/ali/sdk/api/domain/AlipaySecurityProdIrisVerifyModel.java | Java | apache-2.0 | 4,858 |
/*==============================================================================
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
t... | isl/x3ml | src/main/java/gr/forth/ics/isl/x3ml/engine/GeneratorContext.java | Java | apache-2.0 | 21,930 |
/**
*
*/
package org.mimacom.commons.liferay.adapter6010;
/*
* Copyright (c) 2014 mimacom a.g.
*
* 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... | mimacom/maven-liferay-plugin | mimacom-liferay-adapter/mimacom-liferay-adapter-6.0.10/src/main/java/org/mimacom/commons/liferay/adapter6010/StandalonePortletDeployer.java | Java | apache-2.0 | 2,022 |
package com.afollestad.appthemeengine.processors;
import android.content.Context;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import androidx.recyclerview.widget.RecyclerView;
import com.afollestad.appthemeengine.Config;
import com.afollestad.appthemeengine.util.EdgeGlowUtil;
/**
* @au... | A-Miracle/QiangHongBao | themelib/src/main/java/com/afollestad/appthemeengine/processors/RecyclerViewProcessor.java | Java | apache-2.0 | 709 |
/*
* 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 ... | gonmarques/commons-collections | src/test/java/org/apache/commons/collections4/EnumerationUtilsTest.java | Java | apache-2.0 | 3,629 |
/*
* Copyright 2016-2021 Micro Focus or one of 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... | JobService/job-service | job-service-acceptance-tests/src/test/java/com/hpe/caf/jobservice/acceptance/JobServiceDatabaseUtil.java | Java | apache-2.0 | 13,564 |
/*
* Copyright 2021 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... | marques-work/gocd | server/src/test-integration/java/com/thoughtworks/go/server/service/PipelineStagesFeedServiceIntegrationTest.java | Java | apache-2.0 | 3,068 |
/*
* Copyright @ 2015 Atlassian Pty Ltd
*
* 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 ag... | jitsi/jitsi-meet-torture | src/test/java/org/jitsi/meet/test/JVBConferencesCheck.java | Java | apache-2.0 | 4,796 |
package com.testes.activity;
import java.util.Calendar;
import android.app.ActionBar.LayoutParams;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.util.Log;
import android.view.Gravity;
import android.widget.FrameLayout;
import android.widget.ImageView;
import andr... | joaogithub/Testes | src/com/testes/activity/SplashActivity.java | Java | apache-2.0 | 1,840 |
/*
* Copyright 2020 Andres.
*
* 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... | eljavatar/SwingUtils | src/main/java/com/eljavatar/swingutils/util/DigestEnum.java | Java | apache-2.0 | 1,096 |
/*
Licensed to the Court of the University of Edinburgh (UofE) under one
or more contributor license agreements. See the NOTICE file
distributed with this work for additional information
regarding copyright ownership. The UofE licenses this file
to you under the Apache License, Version 2.0 (the
"License")... | stumoodie/SbgnErNotationSubsystem | src/org/pathwayeditor/notations/sbgner/services/SbgnERNotationSubsystem.java | Java | apache-2.0 | 4,079 |
/*
* 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... | sdole/aws-sdk-java | aws-java-sdk-kms/src/main/java/com/amazonaws/services/kms/model/transform/ListKeyPoliciesRequestMarshaller.java | Java | apache-2.0 | 3,537 |
package aramframework.com.cop.ncm.domain;
import aramframework.com.cmm.domain.BaseVO;
/**
* 명함정보 관리를 위한 VO 클래스
*
* @author 아람컴포넌트 조헌철
* @since 2014.11.11
* @version 1.0
*/
public class NameCardVO extends BaseVO {
// domain
/** 명함아이디 */
private String ncrdId = "";
/** 대상 아이디 */
private String trgetId = "... | aramsoft/aramcomp | src/main/java/aramframework/com/cop/ncm/domain/NameCardVO.java | Java | apache-2.0 | 9,000 |
package com.yobin.stee.tassel.presenter.gallery;
import com.yobin.stee.tassel.beans.Item;
import java.util.List;
/**
* Created by yobin_he on 2017/2/16.
*/
public interface IGalleryPresenter {
/**
* 加载成功
* @param list
*/
void loadSuccess(List<Item> list);
/**
* 加载失败
* @param ... | Yobin123/Tassel | app/src/main/java/com/yobin/stee/tassel/presenter/gallery/IGalleryPresenter.java | Java | apache-2.0 | 398 |
/*
* 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 com.airo.modules.usermessages;
import java.awt.Color;
/**
*
* @author veman_000
*/
public interface ConsoleWriter {
p... | ManuGen/genetic_ide | GeneticIDE_UserMessages/src/com/airo/modules/usermessages/ConsoleWriter.java | Java | apache-2.0 | 657 |
/*
* Copyright 2009 Perforce Software Inc., All Rights Reserved.
*/
package com.perforce.p4java.impl.mapbased.rpc.sys;
import com.perforce.p4java.Log;
import com.perforce.p4java.exception.NullPointerError;
import com.perforce.p4java.impl.generic.client.ClientLineEnding;
import com.perforce.p4java.impl.generic.sys.IS... | groboclown/p4ic4idea | p4java/src/main/java/com/perforce/p4java/impl/mapbased/rpc/sys/RpcPerforceFile.java | Java | apache-2.0 | 9,432 |
package br.com.gamestorev2.beans;
import javax.faces.application.FacesMessage;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.SessionScoped;
import javax.faces.context.FacesContext;
import br.com.gamestorev2.entidades.Administrador;
import br.com.gamestorev2.entidades.Usuario;
import br.com.gamestorev2.... | SaoriCosta/GameStoreV2 | src/br/com/gamestorev2/beans/LoginBean.java | Java | apache-2.0 | 1,866 |
// Licensed to the Software Freedom Conservancy (SFC) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. The SFC licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you m... | sankha93/selenium | java/server/test/org/openqa/grid/internal/utils/configuration/GridNodeConfigurationTest.java | Java | apache-2.0 | 5,075 |
/*
* Copyright 2017-2022 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 "licen... | aws/aws-sdk-java | aws-java-sdk-simpleworkflow/src/main/java/com/amazonaws/services/simpleworkflow/model/WorkflowType.java | Java | apache-2.0 | 7,216 |
/*
* Copyright 2014 Bernd Vogt and others.
*
* 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 ... | sourcepit/osgifier | org.sourcepit.osgifier.core/src/test/java/org/sourcepit/osgifier/core/ee/impl/ExecutionEnvironmentServiceImplTest.java | Java | apache-2.0 | 3,070 |
package zhongyi.erliao;
import android.content.Context;
import android.content.Intent;
import android.support.v4.app.Fragment;
/**
* Created by dell on 2017/2/2.神经、精神疾病
*/
public class nerveActivity extends SingleActivity {
@Override
public Fragment createFragment(){
return new nerveFragment();
... | HB-pencil/ErLiao | app/src/main/java/zhongyi/erliao/nerveActivity.java | Java | apache-2.0 | 591 |
package persistence.constraints;
import java.lang.annotation.Documented;
import static java.lang.annotation.ElementType.FIELD;
import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.ElementType.PARAMETER;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPol... | sergio11/springmvc-webflow-ecommerce | src/main/java/persistence/constraints/AfterTomorrow.java | Java | apache-2.0 | 754 |
package ru.job4j.array;
import org.junit.Test;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.assertThat;
/**
* Класс ArrayDuplicateTest для тестирования класса ArrayDuplicate.
* @author Dmitry Belokursky
* @since 0.1 12.06.2017
*/
public class ArrayDuplicateTest {
/**
* Метод для тестирова... | dbelokursky/dbelokursky | chapter_001/src/test/java/ru/job4j/array/ArrayDuplicateTest.java | Java | apache-2.0 | 773 |
/*
SnowflakeDust -- a class within the Cellular Automaton Explorer.
Copyright (C) 2006 David B. Bahr (http://academic.regis.edu/dbahr/)
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; ei... | KEOpenSource/CAExplorer | cellularAutomata/rules/SnowflakeDust.java | Java | apache-2.0 | 11,820 |
package com.github.zhgxun.learn.common.util;
public class FileUtil {
public static void main(String[] args) {
}
}
| zhgxun/cNotes | java/learn/src/main/java/com/github/zhgxun/learn/common/util/FileUtil.java | Java | apache-2.0 | 125 |
package org.devdom.influencer.bean;
import java.io.Serializable;
import java.util.Map;
import javax.faces.bean.ManagedBean;
import javax.faces.bean.RequestScoped;
import javax.faces.component.UIViewRoot;
import javax.faces.context.ExternalContext;
import javax.faces.context.FacesContext;
import javax.servlet.http.Http... | developersdo/developer-influencers | src/main/java/org/devdom/influencer/bean/AdministrationController.java | Java | apache-2.0 | 3,131 |
package com.github.satoshun.truth.android.api.view.accessibility;
import android.annotation.TargetApi;
import android.view.accessibility.AccessibilityNodeInfo;
import com.github.satoshun.truth.android.api.BaseSubject;
import com.google.common.truth.FailureStrategy;
import com.google.common.truth.SubjectFactory;
impo... | satoshun/truth-android | truth-android/src/main/java/com/github/satoshun/truth/android/api/view/accessibility/AccessibilityNodeInfoSubject.java | Java | apache-2.0 | 9,366 |
package fr.conferencehermes.confhermexam.model;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Map;
public class Stat {
private int type;
private String name;
private String typeName;
private String goodAnswerPerc;
private String badAnswerPerc;
private String passedAnswerPerc;
private ... | aram-hakobyan/confherm | confhermexam/src/fr/conferencehermes/confhermexam/model/Stat.java | Java | apache-2.0 | 1,767 |
/*
* Copyright 2002-2016 Drew Noakes
*
* 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... | Nadahar/metadata-extractor | Source/com/drew/metadata/gif/GifHeaderDirectory.java | Java | apache-2.0 | 2,814 |
package com.google.api.ads.dfp.jaxws.v201602;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for creat... | gawkermedia/googleads-java-lib | modules/dfp_appengine/src/main/java/com/google/api/ads/dfp/jaxws/v201602/UserServiceInterfacecreateUsersResponse.java | Java | apache-2.0 | 1,926 |
/*
* Copyright 2010-2020 Alfresco Software, Ltd.
*
* 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 ... | Activiti/Activiti | activiti-core/activiti-engine/src/main/java/org/activiti/engine/impl/bpmn/parser/handler/EventSubProcessParseHandler.java | Java | apache-2.0 | 946 |
/*
* Copyright 2009 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... | chrislusf/seaweedfs | test/random_access/src/main/java/seaweedfs/client/btree/CorruptedCacheException.java | Java | apache-2.0 | 784 |
/*
* $Id$
*
* 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
* "Lice... | yuzhongyousida/struts-2.3.1.2 | src/bundles/admin/src/main/java/org/apache/struts2/osgi/admin/actions/BundlesAction.java | Java | apache-2.0 | 6,748 |
/*
* Copyright (C) 2013 salesforce.com, 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 ... | madmax983/aura | aura-util/src/main/java/org/auraframework/util/type/converter/StringToCalendarConverter.java | Java | apache-2.0 | 1,679 |
/*
* 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 ... | halentest/solr | lucene/classification/src/test/org/apache/lucene/classification/KNearestNeighborClassifierTest.java | Java | apache-2.0 | 1,312 |
/*
*
* * 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
... | RedSeal-co/incubator-tinkerpop | neo4j-gremlin/src/main/java/org/apache/tinkerpop/gremlin/neo4j/structure/trait/MultiMetaNeo4jTrait.java | Java | apache-2.0 | 16,579 |
package com.trollologic.pocketgithub.login;
import android.content.Context;
import android.content.Intent;
import android.databinding.DataBindingUtil;
import android.os.Bundle;
import android.view.View;
import com.trollologic.pocketgithub.PocketGithubApp;
import com.trollologic.pocketgithub.R;
import com.trollologic.... | Trollologic/PocketGithub | app/src/main/java/com/trollologic/pocketgithub/login/LoginActivity.java | Java | apache-2.0 | 2,186 |
package com.rupp.timetrack.dao;
import java.util.Collection;
import java.util.Date;
import org.springframework.stereotype.Repository;
import com.google.appengine.api.datastore.Entity;
import com.google.appengine.api.datastore.Query.FilterOperator;
import com.rupp.timetrack.domain.UserProfile;
import com.sma.common.g... | sophea/tracking_time_gae | src/main/java/com/rupp/timetrack/dao/UserProfileDaoImpl.java | Java | apache-2.0 | 3,954 |
package ua.javatests.adressbookweb.tests;
<<<<<<< HEAD
=======
import org.openqa.selenium.WebElement;
>>>>>>> eb148fa7caa377cac49cc675d246623161a24879
import org.testng.Assert;
import org.testng.annotations.Test;
import ua.javatests.adressbookweb.model.GroupData;
<<<<<<< HEAD
import java.util.Comparator;
import java.... | Aleftina/javatestproject2 | adressbook-web-tests/src/test/java/ua/javatests/adressbookweb/tests/GroupDeletionTests.java | Java | apache-2.0 | 1,903 |
package blog.view;
import blog.data.EIResourceLevel;
import blog.data.EIUserFavourMapping;
public interface EIUserFavourMappingDetail extends EIUserFavourMapping, EIResourceLevel {
}
| CaoYouXin/serveV2 | apis/blog/src/blog/view/EIUserFavourMappingDetail.java | Java | apache-2.0 | 185 |
package org.museautomation.selenium.steps;
import org.museautomation.core.*;
import org.museautomation.core.context.*;
import org.museautomation.core.resource.*;
import org.museautomation.core.step.*;
import org.museautomation.core.step.descriptor.*;
import org.museautomation.core.values.descriptor.*;
import org.openq... | ChrisLMerrill/muse | selenium/src/main/java/org/museautomation/selenium/steps/DeselectOptionByIndex.java | Java | apache-2.0 | 1,870 |
package com.rajpriya.home;
/**
* Created by rajkumar on 3/2/14.
*/
import android.os.Bundle;
import android.support.v4.app.DialogFragment;
import android.support.v4.app.Fragment;
import android.view.KeyEvent;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android... | rajkumarwaghmare/home | home/src/main/java/com/rajpriya/home/AddServiceDialog.java | Java | apache-2.0 | 4,074 |
/*
* <!--
* ~ Copyright 2015-2017 OpenCB
* ~
* ~ 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
* ~
* ~ Unl... | opencb/biodata | biodata-models/src/main/java/org/opencb/biodata/models/core/GenomicScoreRegion.java | Java | apache-2.0 | 3,233 |
/*
* 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... | ebyhr/presto | core/trino-main/src/main/java/io/trino/sql/planner/planprinter/PlanPrinter.java | Java | apache-2.0 | 75,612 |
package yinlei.applicaptionmarket.ui.widget;
/**
* PagerAdapter
*
* @version V1.0 <描述当前版本功能>
* @FileName: PagerAdapter.java
* @author: 若兰明月
* @date: 2016-06-09 18:45
*/
public abstract class PagerAdapter extends android.support.v4.view.PagerAdapter {
/**
* {@inheritDoc}
* @deprecated Use {@link #... | wuyinlei/ApplicaptionMarket | src/main/java/yinlei/applicaptionmarket/ui/widget/PagerAdapter.java | Java | apache-2.0 | 893 |
package com.yeyu.dearinformaton.fragment.videoFragment;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.yeyu.dearinformaton.R;
import butterknife.ButterKnife;
/**
* Created by gaoyehua on 2016/... | gaoyehua/DearInformation | app/src/main/java/com/yeyu/dearinformaton/fragment/videoFragment/VideoDetailFragment.java | Java | apache-2.0 | 2,554 |
package com.barentine.totalconnect.ws;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for ZoneWithBypassInfo complex type.
*
* <p>The following schema fra... | dbarentine/totalconnect | totalconnect/src/main/java/com/barentine/totalconnect/ws/ZoneWithBypassInfo.java | Java | apache-2.0 | 2,162 |
/*
* Copyright (C) 2014-2022 Philip Helger (www.helger.com)
* philip[at]helger[dot]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/LICEN... | phax/ph-web | ph-servlet/src/main/java/com/helger/servlet/mock/MockServletRequestListener.java | Java | apache-2.0 | 1,492 |
/*
* 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
* distribu... | pequots34/Forecast | Forecast/src/main/java/com/forecast/io/v2/transfer/Alert.java | Java | apache-2.0 | 1,321 |
/*
* Copyright 2020-present Open Networking Foundation
*
* 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... | gkatsikas/onos | apps/inbandtelemetry/impl/src/test/java/org/onosproject/inbandtelemetry/impl/SimpleIntManagerTest.java | Java | apache-2.0 | 18,891 |
package com.ctrip.platform.dal.daogen.enums;
public enum ConditionType {
Unknow(-1), Equal(0), NotEqual(1), Great(2), Less(3), GreatAndEqual(4), LessAndEqual(5), Between(6), Like(7), In(
8), IsNull(9), IsNotNull(10), And(11), Or(12), Not(13), LeftBracket(14), RightBracket(15);
private int intVal;
Condi... | ctripcorp/dal | dao-gen-core/src/main/java/com/ctrip/platform/dal/daogen/enums/ConditionType.java | Java | apache-2.0 | 1,038 |
/*
* Copyright (C) 2016 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.strata.product.swap.type;
import static com.opengamma.strata.basics.date.DayCounts.ACT_360;
import static com.opengamma.strata.basics.date.DayCounts.ACT_365F;
i... | OpenGamma/Strata | modules/product/src/main/java/com/opengamma/strata/product/swap/type/StandardOvernightIborSwapConventions.java | Java | apache-2.0 | 3,489 |
package net.webservicex;
import javax.jws.WebMethod;
import javax.jws.WebParam;
import javax.jws.WebResult;
import javax.jws.WebService;
import javax.jws.soap.SOAPBinding;
import javax.xml.bind.annotation.XmlSeeAlso;
/**
* This class was generated by Apache CXF 3.1.12
* 2017-07-09T12:53:47.069+03:00
* Generated so... | E11a63/java_qa | soap-sample/src/main/java/net/webservicex/GeoIPServiceHttpPost.java | Java | apache-2.0 | 1,271 |
/*
* * Copyright 2017 Lookout, 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 ... | spinnaker/clouddriver | clouddriver-ecs/src/test/java/com/netflix/spinnaker/clouddriver/ecs/security/EcsAccountBuilderTest.java | Java | apache-2.0 | 2,417 |
/* Generated By:JJTree: Do not edit this line. Node.java Version 4.1 */
/* JavaCCOptions:MULTI=true,NODE_USES_PARSER=false,VISITOR=false,TRACK_TOKENS=false,NODE_PREFIX=AST,NODE_EXTENDS=,NODE_FACTORY= */
package com.kissintellignetsystems.ocm.compiler.parser;
/* All AST nodes must implement this interface. It provides... | charliem/OCM | OCM Compiler/src/com/kissintellignetsystems/ocm/compiler/parser/Node.java | Java | apache-2.0 | 1,301 |