text stringlengths 7 995k |
|---|
/*
* Job服务接口,定义了提供给控制器的相关服务逻辑
*/
package cn.edu.nwsuaf.deep4mcpred.service;
import javax.servlet.http.HttpSession;
/**
* @date 2019-05-22 01:09
* @author zhaoxuyang
*/
public interface JobService {
/**
* 获取jobId
*
* @param session 用户打开浏览器会产生一个会话
* @return 根据会话ID生成即可
*/
public St... |
/*
* 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")... |
/*
* Copyright 2015-2016 Dark Phoenixs (Open-Source Organization).
*
* 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 requ... |
package com.zb.review.dagger.interfaces;
public class AImpl implements InterfaceA {
} |
/*
* 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 ... |
/*
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership. Camunda licenses this file to you under the Apache License,
* Version 2.0; y... |
package com.greek.shop.mock;
import com.greek.shop.api.data.OrderInfo;
import com.greek.shop.api.data.Page;
import com.greek.shop.api.data.RpcOrderGoods;
import com.greek.shop.api.enums.StatusEnum;
import com.greek.shop.api.generate.Order;
import com.greek.shop.api.rpc.OrderRpcService;
import org.apache.dubbo.config.a... |
package com.cpucode.java.simple;
/**
* 题目描述
* 一只青蛙一次可以跳上1级台阶,也可以跳上2级……它也可以跳上n级。求该青蛙跳上一个n级的台阶总共有多少种跳法。
* 示例1
* 输入
* 3
* 返回值
* 4
*
* @author : cpucode
* @Date : 2021/1/20
* @Time : 10:44
* @Github : https://github.com/CPU-Code
* @CSDN : https://blog.csdn.net/qq_44226094
*/
public class Jz9 {
public cl... |
package com.example.android.miwok;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.ListView;
import java.util.ArrayList;
public class PhrasesActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCr... |
package dev.xframe.utils;
import java.lang.reflect.Array;
import java.lang.reflect.Constructor;
import java.lang.reflect.GenericArrayType;
import java.lang.reflect.Member;
import java.lang.reflect.Method;
import java.lang.reflect.Modifier;
import java.lang.reflect.ParameterizedType;
import java.lang.reflect.Type;
impo... |
package io.taraxacum.finaltech.core.items.machine.standard.advanced;
import io.github.thebusybiscuit.slimefun4.api.items.ItemGroup;
import io.github.thebusybiscuit.slimefun4.api.items.SlimefunItem;
import io.github.thebusybiscuit.slimefun4.api.items.SlimefunItemStack;
import io.github.thebusybiscuit.slimefun4.api.reci... |
/**
* Copyright 2012-2017 Gunnar Morling (http://www.gunnarmorling.de/)
* and/or other contributors as indicated by the @authors tag. See the
* copyright.txt file in the distribution for a full listing of all
* contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not ... |
package cn.hnu.cs.excel.annotation;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
/**
* Excel存在多个Sheet
* Created by dengxiangjun on 2017/6/5.
*/
@Retention(RetentionPolicy.RUNTIME)
@Target({ElementTyp... |
/*
* Copyright (c) 2018-2019 ActionTech.
* License: http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 or higher.
*/
package org.apache.servicecomb.saga.alpha.core.accidenthandling;
/**
* An enum for the type of accident handling.
*
* @author Gannalyo
* @since 2019/06/14
*/
public enum AccidentHand... |
package com.thomasci.tetros.screen.draw;
import com.thomasci.tetros.entity.Entity;
public abstract class DrawEntity {
public abstract void drawEntity(Entity e, float viewX, int offsetX, int offsetY);
} |
/*
* 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 ... |
/**
* 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.ruiao.tools.widget.hellocharts.view;
import android.content.Context;
import android.util.AttributeSet;
import android.util.Log;
import com.ruiao.tools.BuildConfig;
import com.ruiao.tools.widget.hellocharts.listener.ColumnChartOnValueSelectListener;
import com.ruiao.tools.widget.hellocharts.listener.DummyC... |
/* Copyright 2011-2013 Google Inc.
* Copyright 2013 mike wakerly <opensource@hoho.com>
*
* Project home page: https://github.com/mik3y/usb-serial-for-android
*/
package com.hoho.android.usbserial.driver;
import android.hardware.usb.UsbConstants;
import android.hardware.usb.UsbDevice;
import android.hardware.usb.U... |
/*
* 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 ... |
/**
* 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... |
/**
* Copyright 2005-2015 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... |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v4/services/ad_group_ad_label_service.proto
package com.google.ads.googleads.v4.services;
public interface MutateAdGroupAdLabelResultOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.ads.googleads.v4.s... |
package edu.ucdenver.knudtson.mealplanapp;
public class MealPlanEnums {
public static enum PlanComponent { RECIPE, MEAL };
public static enum MealColor { RED, ORANGE, YELLOW, GREEN, BLUE, INDIGO, VIOLET, NONE };
public static enum CookingMethod { STOVE, OVEN, TOASTER_OVEN, INSTANT_POT, SLOW_COOKER, GRIL... |
package org.rockjs.geom;
public class Vector3 extends Vector2{
protected double z;
public Vector3(double x, double y, double z) {
super(x, y);
this.z = z;
}
public double getZ() {
return z;
}
public double module() {
return Math.sqrt(x * x + y * y + z ... |
package com.in28minutes.spring.example1;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.contex... |
package com.alipay.api.response;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.commerce.iot.device.upgradeapp.create response.
*
* @author auto create
* @since 1.0, 2021-01-29 11:12:29
*/
public class AlipayCommerceIotDeviceUpgradeappCreateResponse extends AlipayResponse {
private static fin... |
package com.fungus.fungusApp;
import static org.junit.Assert.assertEquals;
import com.fungus.fungusapp.ops.BasicOps;
import org.junit.Before;
import org.junit.Test;
import org.springframework.http.MediaType;
import org.springframework.test.web.servlet.MvcResult;
import org.springframework.test.web.servlet.request.Mo... |
package Evalutaion;
import JDBCUtils.JdbcUtil;
import Structures.GlobalVariances;
import java.io.IOException;
import java.io.InputStream;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Properties;
public class EvalTools
{
public static Integer PathLen = 0;
public stat... |
/* @file
*****************************************************************************
* @author This file is part of zkspark, developed by SCIPR Lab
* and contributors (see AUTHORS).
* @copyright MIT license (see LICENSE file)
**********************************************************************... |
package org.museautomation.ui.steptask;
import org.museautomation.core.context.*;
import org.museautomation.core.execution.*;
/**
* @author Christopher L Merrill (see LICENSE.txt for license details)
*/
public class MockTestRunner implements TaskRunner
{
@Override
public TaskExecutionContext getExecutionContext(... |
/*
Copyright (c) 2011 Alastair Porter
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, ... |
/*
* Copyright 2002-2019 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... |
/*
* (c) Copyright 2019 Palantir Technologies 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 ... |
package com.crazy_putting.game.Bot;
public enum State {
ABOVE, BELOW, LEFT, RIGHT, STOPPED, COLLIDED, ABOVE_PATH, BELOW_PATH,LEFT_PATH, RIGHT_PATH,
} |
package pepmhc.stab.net;
import java.util.Collection;
import java.util.List;
import jene.hla.Allele;
import jene.peptide.Peptide;
import pepmhc.stab.StabilityMethod;
import pepmhc.stab.StabilityPredictor;
import pepmhc.stab.StabilityRecord;
/**
* Predicts the stability of peptide-MHC complexes using the
* {@code... |
package com.qwh.uidemo;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Andro... |
package items;
public class Coin extends Item {
private static final long serialVersionUID = 1L;
public Coin() {
super();
setWeight(0);
recipeValue = 2;
setImageID(5, 1);
this.name = "Coins";
}
} |
package com.ibenben.controller.api;
import io.swagger.annotations.ApiImplicitParam;
import io.swagger.annotations.ApiImplicitParams;
import io.swagger.annotations.ApiOperation;
import java.security.NoSuchAlgorithmException;
import java.text.ParseException;
import java.util.ArrayList;
import java.util.Date;
import jav... |
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you m... |
/*
* 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.redhat.bpm.remotemonitoring.scheduler.model;
public class ScheduleDefinition {
private String hour;
private String minute;
private Integer second;
public String getHour() {
return hour;
}
public void setHour(String hour) {
this.hour = hour;
}
public Stri... |
/**
* ActivityStatus.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter.
*/
package com.google.api.ads.dfp.v201306;
public class ActivityStatus implements java.io.Serializable {
private java.lang.String _value_;
private static java.util.... |
/*
* Copyright 2016-2021 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... |
/*
* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Softwa... |
/*
* Copyright 2013 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 kikaha.core.modules.smart;
import java.io.IOException;
import java.util.*;
import java.util.stream.Collectors;
import javax.inject.*;
import io.undertow.Undertow;
import io.undertow.server.HttpHandler;
import kikaha.config.Config;
import kikaha.core.*;
import kikaha.core.modules.Module;
import kikaha.core.url.... |
package dev.unethicalite.api.items;
import dev.unethicalite.api.commons.Predicates;
import dev.unethicalite.api.game.GameThread;
import dev.unethicalite.client.Static;
import lombok.Getter;
import net.runelite.api.Client;
import net.runelite.api.InventoryID;
import net.runelite.api.Item;
import net.runelite.api.ItemCo... |
package com.rutgerspaans.Asteroids;
import android.content.Context;
import android.opengl.GLSurfaceView;
import android.view.MotionEvent;
public class AsteroidsView extends GLSurfaceView {
GameManager gm;
private InputController ic;
public AsteroidsView(Context context, int screenX, int screenY){
... |
package com.canvus.app.util;
import javax.imageio.ImageIO;
import javax.xml.bind.DatatypeConverter;
import java.awt.image.BufferedImage;
import java.io.ByteArrayInputStream;
import java.io.File;
import java.io.IOException;
public class Base64ToImgDecoder {
/**
* base64로 인코딩된 그림파일을 디코딩하고 저장하는 메소드
* ext : 확장자
* ... |
package com.venky.swf.plugins.collab.db.model.config;
import java.util.List;
import com.venky.geo.GeoLocation;
import com.venky.swf.db.Database;
import com.venky.swf.db.annotations.column.IS_NULLABLE;
import com.venky.swf.db.annotations.column.UNIQUE_KEY;
import com.venky.swf.db.annotations.column.indexing.Index;
imp... |
/*
* 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 ... |
// Copyright (c) 2017, the R8 project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
package com.android.tools.r8.resolution.shadowing1;
import org.objectweb.asm.AnnotationVisitor;
import org... |
package com.huaweicloud.sdk.vpc.v2.model;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonValue;
import com.huaweicloud.sdk.vpc.v2.model.BatchCreateVpcTagsRequ... |
package com.google.android.gms.ads.internal;
import android.os.Handler;
import com.google.android.gms.ads.internal.client.AdRequestParcel;
import com.google.android.gms.ads.internal.util.client.zzb;
import com.google.android.gms.internal.zzha;
import com.google.android.gms.internal.zzip;
import java.lang.ref.WeakRefer... |
package com.example.opengles.shapes;
import android.opengl.GLES30;
import com.blankj.utilcode.util.ResourceUtils;
import com.example.opengles.models.Constant;
import com.example.opengles.utils.MatrixState;
import com.example.opengles.utils.ShaderUtil3;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import ja... |
package io.opensphere.imagery.gdal;
import java.util.List;
import io.opensphere.core.common.georeference.GroundControlPoint;
import io.opensphere.core.model.GeographicBoundingBox;
import io.opensphere.core.model.LatLonAlt;
/**
* The Class GroundControlPointUtil.
*/
public final class GroundControlPointUtil
{
/... |
package org.apache.spark.scheduler;
public class SparkListenerNodeBlacklisted implements org.apache.spark.scheduler.SparkListenerEvent, scala.Product, scala.Serializable {
static protected boolean logEvent () { throw new RuntimeException(); }
static public abstract boolean canEqual (Object that) ;
static pub... |
/*
* Copyright (c) 2011-2020, baomidou (jobob@qq.com).
* <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>
* https://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required... |
/*
* Copyright 2012 The Netty Project
*
* The Netty Project licenses this file to you under the Apache License,
* version 2.0 (the "License"); you may not use this file except in compliance
* with the License. You may obtain a copy of the License at:
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless ... |
/*
* Copyright 2012-2018 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... |
package toolbox.interfaces;
import java.awt.Graphics2D;
public interface G2DRenderable {
public void render(Graphics2D g);
} |
package no.nordicsemi.android.mesh.data;
import static java.lang.Math.floor;
import static java.lang.Math.max;
import static java.lang.Math.pow;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
/**
* GlobalLatitude is an object representing the Global Latitude field of the Generic Location ... |
package net.isucon.isucon5q.bench;
import java.util.List;
import java.util.ArrayList;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.core.JsonProcessingException;
public class Result {
public boolean valid;
public long requests;
public long elapsed; // milliseconds, to be upda... |
/*
* Copyright (c) 2020 Richard Hauswald - https://quantummaid.de/.
*
* 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
* ... |
package com.yan.spring.batch.learning.writer;
import java.util.List;
import java.util.Random;
import org.springframework.batch.item.ItemWriter;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.yan.spring.batch.learning.mapper.ScoreMapper;
import... |
package com.fc.test.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.github.pagehelper.PageHelper;
import com.github.pagehelper.PageInfo;
import com.fc.test.common.base.BaseService;
import com.fc.test.common.support... |
/*
* SPDX-License-Identifier: Apache-2.0
*
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*/
/*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distribute... |
package searchingAlgorithms;
import java.util.*;
import java.util.concurrent.ThreadLocalRandom;
/* Problem Title => Implement Binary Search algo and compute the comparison to find an element in following scenarios:
1. Searching in 10 elements
2. Searching in 100 elements
3. Searching in 1000 elements
*/
... |
/*
* Copyright 2016 Lukas Tenbrink
*
* 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... |
import java.io.*;
import java.util.*;
/**
* A set of extracted trees (called scanner trees - historical reasons)
*
* @author Anders Mikkelsen
*/
public class ScannerTrees extends Vector
{
/// Height of highest tree
protected double max_height;
/// Are these trees extracted from a model with migration
... |
package ch.epfl.bbp.uima.references;
import static ch.epfl.bbp.io.TextFileWriter.write;
import static ch.epfl.bbp.uima.BlueUima.SECTION_TYPE_REFERENCES;
import static org.apache.uima.fit.util.JCasUtil.select;
import static org.apache.uima.fit.util.JCasUtil.selectFollowing;
import static org.apache.uima.fit.util.JCasUt... |
package org.carlspring.strongbox.providers.repository.proxied;
import org.carlspring.strongbox.configuration.ConfigurationManager;
import org.carlspring.strongbox.data.service.support.search.PagingCriteria;
import org.carlspring.strongbox.domain.ArtifactEntry;
import org.carlspring.strongbox.providers.io.RepositoryPat... |
public static L4Projection;
public static final L4ProjectionOutput;
@overrides L4Projection
protected class L4Projection{
new L2Projection = L4ProjectionOutput;}
;
@overrides L4ProjectionOutput
protected class L4ProjectionOutput{
new L4ProjectionOutput = L4Projection;}
; |
package align2;
import java.util.Comparator;
import stream.Read;
/**
* @author Brian Bushnell
* @date Oct 27, 2014
*
*/
public class ReadComparatorTopological implements Comparator<Read>{
@Override
public int compare(Read r1, Read r2) {
return compare(r1, r2, true);
}
public int compare(Read r1, Read... |
/*
* Copyright 2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... |
package com.leofee.service;
import com.leofee.config.AopConfig;
import org.junit.Test;
import org.springframework.context.ApplicationContext;
import org.springframework.context.annotation.AnnotationConfigApplicationContext;
public class CalculatorServiceTest {
@Test
public void div() {
ApplicationCon... |
/*
* 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 madgik.exareme.worker.art.container.job;
import madgik.exareme.worker.art.container.ContainerJob;
import madgik.exareme.worker... |
/*
* Selling Partner API for Fulfillment Inbound
* The Selling Partner API for Fulfillment Inbound lets you create applications that create and update inbound shipments of inventory to Amazon's fulfillment network.
*
* OpenAPI spec version: v0
*
*
* NOTE: This class is auto generated by the swagger code generat... |
/*
* 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 nl.knokko.rpg.spells;
import java.awt.Graphics;
import java.awt.Point;
import nl.knokko.rpg.Attack;
import nl.knokko.rpg.Element;
import nl.knokko.rpg.entities.Entity;
import nl.knokko.rpg.main.Game;
import nl.knokko.rpg.utils.JukeBox;
import nl.knokko.rpg.utils.Resources;
public class AttackSpell extends Sp... |
package io.github.aritzhack.aritzh.collections;
/**
* @author Aritz Lopez
*/
public class Hashable<T> {
private final T value;
private final Hasher<T> hasher;
private Hashable(T value, Hasher<T> hasher) {
this.value = value;
this.hasher = hasher;
}
public static <T> Hashable<T> of(T value, Hasher<T> hash... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.monitor.models;
import com.azure.core.annotation.Fluent;
import com.azure.core.util.logging.ClientLogger;
import com.azure.resou... |
package jp.co.yahoo.adsdisplayapi.v5.model;
import java.util.Objects;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import jp.co.yahoo.adsdisplayapi.v5.model.GuaranteedSi... |
package io.kubernetes.client.openapi.models;
import java.lang.Deprecated;
import io.kubernetes.client.fluent.BaseFluent;
import java.util.ArrayList;
import java.util.Collection;
import java.lang.Object;
import java.util.List;
import java.lang.String;
import java.lang.Boolean;
import java.util.function.Predicate;
publ... |
// Copyright 2017 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package io.flutter.plugins.share;
import android.content.Intent;
import android.net.Uri;
import android.text.TextUtils;
import java.util.ArrayList;
impo... |
package com.ledo.handlers;
import com.ledo.beans.Page;
import com.ledo.beans.RechargeInfo;
import com.ledo.manager.PageManager;
import com.ledo.service.IRechargeInfoService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springfr... |
/**
* Copyright 2011-2015 John Ericksen
*
* 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... |
/*
Copyright 2011 Software Freedom Conservancy.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in w... |
/*
* 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 org.dotwebstack.framework.service.openapi.response.oas;
import lombok.Data;
import lombok.NoArgsConstructor;
@NoArgsConstructor
@Data
public abstract class OasField {
private OasType type;
private boolean nillable;
private boolean required;
private boolean isDefault;
private Object defaultValue... |
/*
* Copyright 2015 the original author or authors.
* @https://github.com/scouter-project/scouter
*
* 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/licen... |
/*******************************************************************************
* Copyright 2016 Intuit
* <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.o... |
/*
* (c) Copyright 2021 Micro Focus, L.P.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Apache License v2.0 which accompany this distribution.
*
* The Apache License is available at
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required ... |
package org.jhipster.blog.repository;
import org.jhipster.blog.config.Constants;
import org.jhipster.blog.config.audit.AuditEventConverter;
import org.jhipster.blog.domain.PersistentAuditEvent;
import org.springframework.boot.actuate.audit.AuditEvent;
import org.springframework.boot.actuate.audit.AuditEventRepository... |
/*
* 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.blackburn.cs.cs212sp16.roshambo.vanwormerlevan;
import java.net.URL;
import java.util.Random;
import java.util.ResourceBun... |
package com.fuze.dks.you;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android device... |
/*
* JBoss, Home of Professional Open Source
* Copyright 2010, 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... |
package eu.chargetime.ocpp.test;
/*
ChargeTime.eu - Java-OCA-OCPP
Copyright (C) 2015-2016 Thomas Volden <tv@chargetime.eu>
MIT License
Copyright (C) 2016-2018 Thomas Volden
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Sof... |
package razerdp.demo.model;
import android.view.View;
import razerdp.demo.base.baseadapter.MultiType;
/**
* Created by 大灯泡 on 2019/9/20
* <p>
* Description:
*/
public abstract class DemoCommonUsageInfo implements MultiType {
public String title;
public String desc;
public String option;
public D... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.