text stringlengths 7 995k |
|---|
/*
* 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... |
/**
* 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 Educational
* Community License, Version 2.0 (the ... |
package io.github.intellij.dlanguage.highlighting.annotation;
import com.intellij.lang.annotation.AnnotationHolder;
import com.intellij.lang.annotation.HighlightSeverity;
import com.intellij.openapi.util.TextRange;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
/*
* This class pr... |
/*
* Copyright 2015 General Developers. www.gendevs.com
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... |
/*
* Copyright 2015-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... |
package edu.fiuba.algo3.modelo.objetivos;
import com.google.gson.Gson;
import com.google.gson.reflect.TypeToken;
import edu.fiuba.algo3.modelo.Jugador;
import edu.fiuba.algo3.modelo.LectorJson;
import java.io.Reader;
import java.lang.reflect.Type;
import java.util.ArrayList;
import java.util.Collection;
import java.u... |
/*
* 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... |
/*
* 2020.04.02 - Created
*/
package mx4.springboot.services;
/**
*
* @author Ilamah, Osho
*/
//TODO get customised/localized message
public class InvalidDataException extends RuntimeException {
// public InvalidDataException(String itemId, String type) {
// this(String.format("Could not find %s with i... |
/*
* 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 ... |
package se.fortnox.reactivewizard.reactorclient;
import se.fortnox.reactivewizard.client.HttpClientConfig;
import se.fortnox.reactivewizard.client.UseInResource;
import se.fortnox.reactivewizard.config.Config;
@Config(value = "customHttpClient")
@UseInResource(RestClientFactoryTest.CustomTestResource.class)
public cl... |
/* Copyright 2017 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 ... |
package cn.chenhenry.java.waitnotify;
/**
* @author henrychen
* @date created at 2020/12/16 12:12 上午
*/
public class Thread2 extends Thread {
private final Object lock;
public Thread2(Object object) {
lock = object;
}
@Override
public void run() {
System.out.println("进入线程" + T... |
package eu.bittrade.libs.steemj.base.models.operations;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.equalTo;
import static org.hamcrest.Matchers.instanceOf;
import org.junit.BeforeClass;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import eu.b... |
/*
* 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... |
/*
* Copyright 2015-2018 Jeeva Kandasamy (jkandasa@gmail.com)
* and other contributors as indicated by the @author tags.
*
* 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://... |
/**
*
* Copyright (c) 2020 Aspose.PDF Cloud
* 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 use, copy, modify, merge,... |
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.mozillaonline.downloadprovider;
public final class Manifest {
public static final class permission {
/** Allows ... |
/*
* 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 ... |
/*
* 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 ... |
package com.cmu.qiuoffer.DB;
/**
* The interface defines the common entities of the SQL connection
*
* @author Xi Wang
* @version 1.0
*/
public interface SQLHelper {
public static final String DATABASEFILEPATH = "";
public static final String AUTHENTICATION_FAILED = "Authentication Failed";
} |
/*
* 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; you may not use this file except in compliance with the Elastic License
* 2.0.
*/
package org.elasticsearch.xpack.sql.planner;
import org.elasticsea... |
package org.propagate.client.eval.rule;
import org.propagate.client.eval.EvaluationContext;
import org.propagate.common.rest.entity.ConditionalDistributionRestEntity;
import org.propagate.common.rest.entity.RolloutRuleRestEntity;
import org.propagate.query.Query;
import org.propagate.query.QueryFactory;
import java.u... |
/**
* Copyright (c) 2011, Ben Fortuna
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* o Redistributions of source code must retain the above copyright
* notice, this list of condit... |
package de.kaesdingeling.springtestexample.rest.client.abstracts;
import org.springframework.http.MediaType;
import de.kaesdingeling.springtestexample.data.ResponseGETFlux;
import de.kaesdingeling.springtestexample.data.ResponsePOSTMono;
import de.kaesdingeling.springtestexample.data.interfaces.ICrudData;
public abs... |
package com.oven.netty.study.echo.megpack;
import com.oven.netty.study.codec.msgpack.MsgPackDecoder;
import com.oven.netty.study.codec.msgpack.MsgPackEncoder;
import io.netty.bootstrap.Bootstrap;
import io.netty.channel.ChannelFuture;
import io.netty.channel.ChannelInitializer;
import io.netty.channel.EventLoopGroup;
... |
package com.google.api.ads.adwords.jaxws.v201402.cm;
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.XmlType;
/**
* <p>Java class for SharedSetReturnValue complex type.
*
* <p>The... |
package teodorlazarov.getfood.domain.entities;
import javax.persistence.*;
import java.time.LocalDate;
import java.util.LinkedList;
import java.util.List;
@Entity
@Table(name = "shopping_carts")
public class ShoppingCart extends BaseEntity {
private List<OrderItem> orderItems;
private LocalDate expiresOn;
... |
/*
* 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 ... |
package br.com.zup.ecommerce.shared.handlers.outputs;
import java.util.ArrayList;
import java.util.List;
public class ValidationErrorsOutput {
private final List<String> globalErrorMessages = new ArrayList<>();
private final List<FieldErrorOutput> fieldErrors = new ArrayList<>();
public void addError(St... |
package net.ccbluex.liquidbounce.features.module.modules.movement.speeds.aac;
import net.ccbluex.liquidbounce.event.events.MoveEvent;
import net.minecraft.client.entity.EntityPlayerSP;
import net.minecraft.util.MathHelper;
import net.ccbluex.liquidbounce.utils.MovementUtils;
import net.ccbluex.liquidbounce.features.mo... |
/*
* MIT License
*
* Copyright (c) 2022 MASES s.r.l.
*
* 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 use, cop... |
/*
* Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
*/
package com.intellij.compiler.ant.packaging;
import com.intellij.compiler.ant.BuildProperties;
import com.intellij.compiler.ant.Generator;
import com.intellij.compiler.an... |
/*
* 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... |
package com.mantou.design;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* 启动类
*
* @author mantou
*/
@SpringBootApplication
public class MantouDesignApplication {
public static void main(String[] args) {
SpringApplication.r... |
/*
* Copyright 2015 floragunn UG (haftungsbeschränkt)
* Copyright 2015 PetalMD
*
* 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
*
... |
/*
* Copyright (C) 2009-2015 Typesafe Inc. <http://www.typesafe.com>
*/
package play.filters.csrf;
import play.api.mvc.RequestHeader;
import play.api.mvc.Session;
import play.inject.Injector;
import play.libs.F;
import play.mvc.Action;
import play.mvc.Http;
import play.mvc.Result;
import scala.Option;
import javax.... |
package org.siouan.frontendgradleplugin.infrastructure.gradle;
import static org.siouan.frontendgradleplugin.test.util.GradleBuildAssertions.assertTaskIgnored;
import static org.siouan.frontendgradleplugin.test.util.GradleBuildAssertions.assertTaskSkipped;
import static org.siouan.frontendgradleplugin.test.util.Gradle... |
/*
* Copyright 2010 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... |
package com.spring.microservices.payment.creditcard.statemachine.domain;
public enum PaymentState {
NEW,
PRE_AUTH,
PRE_AUTH_ERROR,
AUTH,
AUTH_ERROR
} |
/*
* 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 ... |
/*
Derby - Class org.apache.derby.impl.sql.compile.VerifyAggregateExpressionsVisitor
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 licen... |
package com.storyPost.PhotoVideoDownloader.activity.dashboard;
import androidx.lifecycle.LiveData;
import java.util.List;
import com.storyPost.PhotoVideoDownloader.base.BasePresenter;
import com.storyPost.PhotoVideoDownloader.contractor.MainActivityContractor;
import com.storyPost.PhotoVideoDownloader.data.room.tabl... |
/*
* #%L
* Bio-Formats autogen package for programmatically generating source code.
* %%
* Copyright (C) 2017 Open Microscopy Environment:
* - Board of Regents of the University of Wisconsin-Madison
* - Glencoe Software, Inc.
* - University of Dundee
* %%
* This program is free software: you can redistri... |
// Tags: JDK1.2
// Copyright (C) 2005 David Gilbert <david.gilbert@object-refinery.com>
// This file is part of Mauve.
// Mauve is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; either version 2, or (at your o... |
package cn.njxzc.estore.entity;
public class OrderDetail {
public Integer id;
public Long itemId;
public String orderId;
public Integer num;
public String title;
public Double price;
public Double totalFee;
public String picUrl;
public OrderDetail() {
super();
}
public OrderDetail(Intege... |
/*
* Copyright (c) 2014 Geomenum Inc. All Rights Reserved.
*/
package com.geomenum.web.requestsresponses.menu.submenu;
import com.geomenum.r2d2.common.Response;
import com.geomenum.web.domainmodel.menu.WebSubmenu;
import java.util.Map;
/**
* @see CreateSubmenuRequest
*/
public class CreateSubmenuResponse extend... |
package p019d.p143b.p144a.p147c;
import org.json.JSONObject;
import p019d.p143b.p150d.C7254d;
/* renamed from: d.b.a.c.Rb */
public class C7107Rb extends C7184mb {
/* renamed from: f */
private final JSONObject f13361f;
/* renamed from: g */
private final JSONObject f13362g;
/* renamed from: h ... |
/*
* Copyright 2007-2021, CIIC Guanaitong, Co., Ltd.
* All rights reserved.
*/
package com.ciicgat.sdk.gfs;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.InputStream;
/**
* Created by Albert on 2019/1/3.
*/
public abstract class ImageFormatUtil {
private ImageFormatUtil()... |
package seedu.address.model.record;
import java.util.function.Predicate;
import seedu.address.model.event.EventId;
/**
* Tests that a {@code Record}'s {@code EventId} matches the given EventId.
*/
public class RecordContainsEventIdPredicate implements Predicate<Record> {
private final EventId eventId;
pub... |
package athena.account.resource;
import java.time.Instant;
/**
* Represents an epic games profile.
*/
public final class EpicGamesProfile {
/**
* Account ID,
* Display name
* First name
* Last name
* email address
* age group,
* country (US, etc)
* 123-456-7890
* "e... |
package org.broad.igv.hic.data;
import java.awt.Point;
import java.util.HashMap;
import java.util.Map;
/**
* @author jrobinso
* @date Aug 10, 2010
*/
public class Block {
int number;
// Temporary map used during parsing only TODO -- remove from this class
Map<Point, ContactRecord> contactRecordMap;
... |
package xyz.rexlin600.helloworld.config;
import lombok.extern.slf4j.Slf4j;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@S... |
package interpret;
public class ValueVoid extends Value {
public ValueVoid() {
}
} |
package santa.simulator.population;
import java.util.List;
import santa.simulator.Virus;
import santa.simulator.selectors.Selector;
public class DynamicPopulationGrowth implements PopulationGrowth {
public void select(Selector selector, List<Virus> current, List<Integer> selectedParents, int parentCount, int genera... |
package run.halo.app.model.vo;
import java.util.List;
import lombok.Data;
import lombok.ToString;
import run.halo.app.model.dto.MenuDTO;
/**
* Menu team vo.
*
* @author ryanwang
* @date 2019/8/28
*/
@Data
@ToString
public class MenuTeamVO {
private String team;
private List<MenuDTO> menus;
} |
// Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
package frc.robot.subsystems;
import com.revrobotics.CANSparkMax;
import com.revrobotics.RelativeEncoder;
import com.re... |
package xyz.flysium;
import org.junit.jupiter.api.BeforeEach;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.test.web.servlet.MockMvc;
import org.springframework.test.web.servlet.setup.MockMvcBuilders;
import org.springframework.web.context.WebApplicationContext;
/**
* Test... |
package dragon.network;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import dragon.network.Node.NodeState;
import dragon.network.messages.service.ServiceMessage;
/**
* Process service messages that come from a client. Processing may require
* issuing a sequence of group oper... |
/*
* Copyright (c) 2012 IkChan Kwon kighie@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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... |
/*
* Copyright 2016-2019 Netflix, 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 ... |
package com.salecycle.moonfire.queries.models.granularities;
public class DurationGranularity extends ComplexGranularity {
private long duration;
public DurationGranularity() {
super("duration");
}
public long getDuration() {
return duration;
}
public DurationGranularity setD... |
package org.rrd4j.core;
import java.io.IOException;
/**
* Class to represent archive values for a single datasource. Robin class is the heart of
* the so-called "round robin database" concept. Basically, each Robin object is a
* fixed length array of double values. Each double value reperesents consolidated, archi... |
/*
* Copyright (C) 2021-2021 Huawei Technologies Co., Ltd. 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
*
*... |
/*
* 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 ... |
package frontend;
import java.util.Locale;
import javafx.animation.KeyFrame;
import javafx.animation.Timeline;
import javafx.application.Application;
import javafx.scene.Scene;
import javafx.stage.Stage;
import javafx.util.Duration;
public class Main extends Application {
public static final int FRAMES_PER_SECOND ... |
// Copyright 2017 HP Development Company, L.P.
// SPDX-License-Identifier: MIT
package com.hp.jipp.encoding;
import com.hp.jipp.model.Status;
import kotlin.Pair;
import org.junit.Test;
import java.io.IOException;
import java.util.*;
import static com.hp.jipp.encoding.AttributeGroup.groupOf;
import static com.hp.jip... |
package me.ctd.beaconapi.beacon;
import me.ctd.beaconapi.beacon.beam.BeaconBeam;
import me.ctd.beaconapi.beacon.beam.BeaconBeamColor;
import me.ctd.beaconapi.beacon.core.BeaconRaw;
import me.ctd.beaconapi.beacon.core.impl.BeaconBuilderType;
import me.ctd.beaconapi.beacon.core.impl.PacketBeacon;
import me.ctd.beaconapi... |
package com.gh.mygreen.xlsmapper.fieldprocessor;
import static com.gh.mygreen.xlsmapper.TestUtils.*;
import static com.gh.mygreen.xlsmapper.xml.XmlBuilder.*;
import static org.assertj.core.api.Assertions.*;
import java.awt.Point;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
im... |
package com.example.android.goodnewsapp.adapter;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentManager;
import android.content.Context;
import androidx.fragment.app.FragmentPagerAdapter;
import com.example.android.goodnewsapp.R;
import com.example.android.goodnewsapp.fragment.BusinessFra... |
package seedu.address.logic.parser;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* Stores mapping of prefixes to their respective arguments.
* Each key may be associated with multiple argument values.
* Values for a given key are stored in a list, and the i... |
/*
* MIT License
*
* Copyright (c) ReformCloud-Team
* Copyright (c) contributors
*
* 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 th... |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
package com.facebook.drawee.backends.pipeline.info;
import javax.annotation.Nullable;
/**
* Listener that can be attached to a {... |
package io.fizz.gateway.http.ratelimit;
import io.fizz.chatcommon.domain.RedisNamespace;
import io.fizz.common.Utils;
import io.fizz.gateway.http.annotations.RLScope;
import org.junit.jupiter.api.Assertions;
import org.junit.jupiter.api.DisplayName;
import org.junit.jupiter.api.Test;
import java.util.ArrayList;
impor... |
/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
package io.opentelemetry.javaagent.instrumentation.grizzly;
import static io.opentelemetry.javaagent.instrumentation.grizzly.GrizzlyHttpServerTracer.tracer;
import static net.bytebuddy.matcher.ElementMatchers.isPrivate;
import static... |
package product.stream;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class ProductStreamApplication {
public static void main(String[] args) {
SpringApplication.run(ProductStreamApplication.class, args);
}
} |
package com.blankj.androidutilcode.feature.sub.meta_data;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.view.View;
import android.widget.TextView;
import com.blankj.androidutilcode.R;
import com.blankj.androidutilcod... |
package cyclops.reactor.stream.asyncreactivestreams;
import static java.util.Arrays.asList;
import static org.hamcrest.Matchers.containsInAnyOrder;
import static org.hamcrest.Matchers.equalTo;
import static org.hamcrest.Matchers.not;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTha... |
/*
* Copyright 2005 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 ap... |
/* 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... |
package android.support.v4.widget;
import android.support.v4.view.AccessibilityDelegateCompat;
import android.support.v4.view.accessibility.AccessibilityNodeInfoCompat;
import android.view.View;
final class DrawerLayout$ChildAccessibilityDelegate extends AccessibilityDelegateCompat
{
DrawerLayout$ChildAccessibility... |
package org.swtk.commons.dict.wordnet.indexbyname.controller.f.u; import java.util.Collection; import java.util.Set; import java.util.TreeSet; import org.swtk.common.dict.dto.wordnet.IndexNoun; import org.swtk.commons.dict.wordnet.indexbyname.instance.f.u.c.WordnetNounIndexNameInstanceFUC;
import org.swtk.commons.... |
/*
* 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... |
package platter;
import manufactureOrnaments.ImmiscibleDisagree;
public class DepotDisc extends CelebrationEnter {
public static final String TookErase = "DID_REMOVE";
public static final String SawAugment = "DID_ADD";
private int power;
private ImmiscibleDisagree content;
public DepotDisc(double hour, Str... |
package org.adorsys.jkeygen.utils;
import java.security.Provider;
import java.security.Security;
import javax.crypto.NoSuchPaddingException;
import org.bouncycastle.jce.provider.BouncyCastleProvider;
public class ProviderUtils {
public static final Provider bcProvider;
static {
Security.addProvider(new Bouncy... |
package org.riverock.webmill.portal.url.definition_provider;
import org.riverock.webmill.container.portlet.bean.PortletDefinition;
/**
* User: SMaslyukov
* Date: 20.08.2007
* Time: 21:22:10
*/
public interface PortletDefinitionProvider {
PortletDefinition getPortletDefinition(String fullPortletName);
} |
package com.larkmidtable.rpc.remoting.provider;
import com.larkmidtable.rpc.registry.ServiceRegistry;
import com.larkmidtable.rpc.remoting.net.Server;
import com.larkmidtable.rpc.remoting.net.impl.netty.server.NettyServer;
import com.larkmidtable.rpc.remoting.net.params.BaseCallback;
import com.larkmidtable.rpc.remoti... |
/*
* 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 ... |
package com.qh.system.controller;
import java.util.List;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.Ge... |
/*
* 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.aha.userinterface;
import com.aha.businesslogic.model.Administrator;
import com.aha.businesslogic.model.CrewMember;
import... |
<%#
Copyright 2013-2018 the original author or authors from the JHipster project.
This file is part of the JHipster project, see http://www.jhipster.tech/
for more information.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You ma... |
package com.fasterxml.jackson.core.base;
import java.io.*;
import java.math.BigDecimal;
import java.math.BigInteger;
import java.util.Arrays;
import com.fasterxml.jackson.core.*;
import com.fasterxml.jackson.core.io.IOContext;
import com.fasterxml.jackson.core.io.ContentReference;
import com.fasterxml.jackson.core.io... |
package io.taucoin.torrent.publishing.service;
import android.app.AlarmManager;
import android.app.PendingIntent;
import android.content.Context;
import android.content.Intent;
import android.os.Build;
import androidx.annotation.NonNull;
import io.taucoin.torrent.publishing.core.utils.DateUtil;
import io.taucoin.torr... |
/*
* Copyright (c) 2012-2020 Cumulocity GmbH
* Copyright (c) 2021 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA,
* and/or its subsidiaries and/or its affiliates and/or their licensors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file e... |
package org.globsframework.utils;
import org.globsframework.utils.collections.MultiMap;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.fail;
public class MultiMapTest {
private MultiMap<String, Integer> map = new MultiMap<>();
@Test
public void testSta... |
package com.github.webetc.livedata.mysql;
import com.github.shyiko.mysql.binlog.BinaryLogClient;
import com.github.shyiko.mysql.binlog.event.*;
import com.github.webetc.livedata.LiveResponse;
import com.github.webetc.livedata.LiveTable;
import com.github.webetc.livedata.LiveTransactionDatabase;
import java.sql.*;
imp... |
/******************************************************************************
* Product: Adempiere ERP & CRM Smart Business Solution *
* Copyright (C) 1999-2006 ComPiere, Inc. All Rights Reserved. *
* This program is free software; you can redistribute it and/or modify it *
* under the terms version 2 of the GNU ... |
package _03UniversitySystem;
import javax.persistence.*;
import java.util.Set;
/**
* Created by IntelliJ IDEA.
* User: LAPD
* Date: 28.3.2018 г.
* Time: 13:22 ч.
*/
@Entity
@Table(name = "students")
public class Student extends Person {
private Double averageGrade;
private int attendance;
private S... |
package com.arthur.world;
import java.awt.image.BufferedImage;
public class WatterWallTile extends Tile{
public WatterWallTile(int x, int y, BufferedImage sprite) {
super(x, y, sprite);
}
} |
/*
* Copyright (c) 2008-2016, Hazelcast, Inc. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... |
package top.zoyn.particlelib.pobject;
public enum ShowType {
NONE,
ALWAYS_SHOW,
ALWAYS_SHOW_ASYNC,
ALWAYS_PLAY,
ALWAYS_PLAY_ASYNC
} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.