text stringlengths 7 995k |
|---|
package com.ongsat.blog.api.entity.po;
/**
* 自动生成
*/
public interface BaseTableName {
String t_aliyun_oss = "t_aliyun_oss";
String t_aliyun_oss_space = " t_aliyun_oss ";
String t_article = "t_article";
String t_article_space = " t_article ";
String t_blogroll = "t_blogroll";
String t_blogr... |
//========================================================================
// 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... |
package net.modificationstation.sltest.texture;
import net.mine_diver.unsafeevents.listener.EventListener;
import net.modificationstation.sltest.SLTest;
import net.modificationstation.sltest.block.BlockFreezer;
import net.modificationstation.sltest.item.ItemListener;
import net.modificationstation.stationapi.api.clien... |
package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 拼团用户信息
*
* @author auto create
* @since 1.0, 2018-11-22 16:51:57
*/
public class PintuanUserInfo extends AlipayObject {
private static final long serialVersionUID = 1491691977723543499L;
... |
// Copyright 2018 Google 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 by applicable law... |
package br.com.conductor.heimdall.gateway.listener;
/*-
* =========================LICENSE_START==================================
* heimdall-gateway
* ========================================================================
* Copyright (C) 2018 Conductor Tecnologia SA
* ==========================================... |
/*******************************************************************************
* Copyright 2011, 2012 Chris Banes.
*
* 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.apac... |
/*
* 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 © 2019 Mark Raynsford <code@io7m.com> http://io7m.com
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVID... |
/*
* Copyright 2009 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in w... |
package com.chinasofti.action;
import com.opensymphony.xwork2.ActionSupport;
public class HelloAction extends ActionSupport {
public String execute() {
System.out.println("执行了HelloAction的execute方法");
return SUCCESS;
}
} |
/*
* Copyright (c) 2008-2014 Maxifier Ltd. All Rights Reserved.
*/
package org.jetbrains.jps.incremental;
/**
* THIS CLASS WAS GENERATED AUTOMATICALLY WITH StubGen BASED ON IDEA BINARIES
* DON'T MODIFY IT MANUALLY!
* @author Alexander Kochurov (alexander.kochurov@maxifier.com)
*/
public final class BinaryConten... |
package com.workflowfm.composer.edit.group;
import com.workflowfm.composer.edit.graph.RemoveProcessGraphEdit;
import com.workflowfm.composer.exceptions.ExceptionHandler;
import com.workflowfm.composer.processes.CProcess;
import com.workflowfm.composer.session.CompositionSession;
import com.workflowfm.composer.workspac... |
/*
* Copyright (C) 2017 Dremio Corporation
*
* 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... |
/*
* 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 tech.aistar.day10.inter;
/**
* 本类用来演示:接口 - 制定业务功能,不要求有具体的实现.
*
* 作用 - 告诉程序员需要完成哪些事情!
*
* @author: success
* @date: 2020/7/31 2:08 下午
*/
public interface IUserDao {
//定义普通方法 - 在JDK8.0以后可以使用default关键字来定义一个普通方法
//由于在接口中,所有的方法默认都是使用public来进行修饰的,所以public可以省略不写.
// public default void add(){
// ... |
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License
* 2.0 and the Server Side Public License, v 1; you may not use this file except
* in compliance with, at your election, the Elastic License 2.0 or the Server... |
/*
*
* * Copyright 2015 OrientDB LTD (info(at)orientdb.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... |
package red.htt.bean.ali;
import lombok.Data;
import lombok.experimental.Accessors;
/**
* 详见文档 "请求参数" 部分
* 注释格式: 是否必填 最大长度 描述
*
* @author mio
*/
@Data
@Accessors(chain = true)
public class AlipayOrder {
/**
* 必选 64 商户订单号,64个字符以内、可包含字母、数字、下划线;需保证在商户端不重复
*/
private String out_trade_no;
/**
... |
/*
* Copyright (C) 2014 pengjianbo(pengjianbosoft@gmail.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 requ... |
/*
* JLibs: Common Utilities for Java
* Copyright (C) 2009 Santhosh Kumar T <santhosh.tekuri@gmail.com>
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of t... |
/*
* 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... |
import java.util.ArrayList;
import java.util.List;
/**
* Author: markliu
* Time : 16-8-29 下午3:51
*/
public class Folder implements AbstractFile {
private List<AbstractFile> fileList = new ArrayList<>();
@Override
public AbstractFile add(AbstractFile file) throws Exception {
if (file != null)
fileList.add... |
package de.koelle.christian.common.utils;
import java.text.Collator;
import java.util.Arrays;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
import java.util.Locale;
import org.junit.Ignore;
import org.junit.Test;
public class MiscUtils {
@Ignore("This is a manual test, intend... |
/*
* Copyright 1999-2101 Alibaba Group Holding 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 applica... |
/**
* Copyright 2009-2015 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
*
* Unle... |
/* 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 com.coloredcarrot.nightowl.lib;
import java.text.DecimalFormat;
public class DecimalFormats
{
public static final DecimalFormat DEFAULT = new DecimalFormat("0.00");
} |
/*
* Copyright © 2014 - 2019 Leipzig University (Database Research Group)
*
* 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
*
* Unles... |
package com.christopher.ultracraftmod.blocks;
import com.christopher.ultracraftmod.util.references.BlockLightingRegistries;
import net.minecraft.block.BlockState;
import net.minecraft.block.EndRodBlock;
import net.minecraft.block.SoundType;
import net.minecraft.block.material.Material;
import net.minecraft.util.Direct... |
package com.tavultesoft.kmea.cloud;
import android.content.Context;
import com.tavultesoft.kmea.cloud.CloudApiTypes;
import com.tavultesoft.kmea.cloud.CloudDownloadMgr;
/**
* Interface for {@link CloudDownloadMgr} as callback to do use case specific task.
* @param <ModelType> the model objects type
* @param <Resu... |
package com.alipay.api.response;
import java.util.Date;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: zhima.merchant.order.credit.pay response.
*
* @author auto create
* @since 1.0, 2020-08-12 09:42:24
*/
public class ZhimaMerchantOrderCreditPayRespons... |
/*
* Jester Game Engine 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 and
* distributed hereunder to you.
*
* Jester Game Engine is distributed in the hope that it will be useful,
* but WITHOUT ANY WAR... |
package university.management.system;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
public class Project extends JFrame implements ActionListener{
Project(){
super("University Management System");
setSize(1920,1030);
ImageIcon ic = new ImageIcon(Class... |
package jp.guildworks.controller;
import jp.guildworks.entity.Todo;
import jp.guildworks.repository.TodoRepository;
import jp.guildworks.service.TodoService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.... |
package com.dev.problema.problemaMochila;
public class Item {
private String nomeItem;
private int pesoItem;
private int pontoItem;
public Item(String nomeItemInformado, int pesoItemInformado, int pontoItemInformado) {
this.nomeItem = nomeItemInformado;
this.pesoItem = pesoItemInformado;
this.pontoItem = p... |
package org.example;
import org.example.model.Address;
import org.example.model.Person;
import org.springframework.beans.factory.config.PropertyPlaceholderConfigurer;
import org.springframework.context.ApplicationContext;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.springframe... |
import java.util.ArrayList;
import java.util.Map;
class UberBlack extends Car {
Map<String, ArrayList<String,Integer>> typeCarAccepted;
ArrayList<String> seatsMaterial;
public UberBlack(String license, Account driver, Map<String, ArrayList<String,Integer>> typeCarAccepted, ArrayList<String> seatsMaterial;... |
/*
* Created on May 13, 2006
*
* To change the template for this generated file go to
* Window>Preferences>Java>Code Generation>Code and Comments
*/
package biomight.system.muscular.leg.thigh;
import biomight.system.tissue.muscle.Muscle;
import java.util.ArrayList;
import javax.naming.InitialContex... |
/*
* Copyright (C) 2017 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... |
/*
* Copyright 2020-2029 Coding实验室(https://osalien.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... |
package gov.va.ds4p.policy.reference;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;... |
/*
* Copyright 2016 Boleslav Bobcik - Auderis
*
* 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 o... |
package com.dii.ids.application.views;
import android.graphics.PointF;
public class MapPin {
float X, Y;
int id;
Colors color = Colors.RED;
public MapPin(float X, float Y, int id) {
this.X = X;
this.Y = Y;
this.id = id;
}
public MapPin(float X, float Y) {
this... |
/* Copyright (c) 2016, Isode Limited, London, England.
* All rights reserved.
*
* Acquisition and use of this software and related materials for any
* purpose requires a written license agreement from Isode Limited,
* or a written license from an organisation licensed by Isode Limited
* to grant such a lice... |
/*
* 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 ... |
package uk.colessoft.android.hilllist.ui.view;
import android.annotation.TargetApi;
import android.content.Context;
import android.os.Build;
import android.util.AttributeSet;
import android.widget.RelativeLayout;
class SquareLayout extends RelativeLayout {
public SquareLayout(Context context) {
super(co... |
/*
* 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.carmelitascoffee.reportes;
/**
*
* @author darce
*/
public class OrdEmpl {
String nombre;
Long cantOrdenes;
... |
package Q0378_Kth_Smallest_Element_in_a_Sorted_Matrix;
import java.util.PriorityQueue;
class Solution {
private class Element implements Comparable<Element> {
public int row;
public int column;
public int value;
public Element(int row, int column, int value) {
this.row... |
/**
* Copyright 2016 Confluent 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 ... |
package demo.order;
/**
* A simple domain class for the {@link LineItem} concept in the order context.
*
* @author Kenny Bastani
* @author Josh Long
*/
public class LineItem {
private String name, productId;
private Integer quantity;
private Double price, tax;
public LineItem() {
}
publ... |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/
package com.microsoft.azure.management.network.v2019_06_01;
import java.util.List;
impo... |
package drankbank.android.drankbank.fragments;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.design.widget.FloatingActionButton;
import android.support.v4.app.Fragment;
import android.support.v7.widget.LinearLayo... |
package io.crnk.core.engine.result;
import java.util.ArrayList;
import java.util.List;
/**
* Executes all operators on the current thread.
*/
public class ImmediateResultFactory implements ResultFactory {
private ThreadLocal<Object> threadLocal = new ThreadLocal<>();
@Override
public <T> Result<T> just(T objec... |
/*
* Copyright 2012-2022 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... |
package me.dablakbandit.core.utils.jsonformatter.hover;
import me.dablakbandit.core.json.JSONObject;
public class ShowTextEvent extends HoverEvent{
private JSONObject object = new JSONObject();
public ShowTextEvent(String text){
try{
object.put("action", "show_text");
object.put("value", text);
}catch... |
/**
*
*/
package com.dmm.framework.modules.sys.web;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletResponse;
import com.dmm.framework.common.config.Global;
import com.dmm.framework.modules.sys.entity.Office;
import com.dmm.framework.modules.sys.entity.User;
import com.dmm.framewo... |
/* Copyright 2016 Urban Airship and Contributors */
package com.urbanairship.actions;
import android.support.annotation.NonNull;
import android.util.SparseArray;
import com.urbanairship.UAirship;
import com.urbanairship.actions.tags.AddTagsAction;
import com.urbanairship.actions.tags.RemoveTagsAction;
import com.urb... |
package mekanism.client.sound;
import java.util.Objects;
import javax.annotation.Nonnull;
import mekanism.common.lib.radiation.RadiationManager;
import mekanism.common.lib.radiation.RadiationManager.RadiationScale;
import net.minecraft.entity.player.PlayerEntity;
public class GeigerSound extends PlayerSound {
pu... |
package com.adverity.demo.simpledatawarehouse.projection;
import com.adverity.demo.simpledatawarehouse.entity.Statistic;
import org.springframework.data.rest.core.config.Projection;
@Projection(name = "statisticDatasourceAggregate", types = Statistic.class)
public interface StatisticDatasourceAggregateProjection ext... |
/*
* Copyright (c) 2011, 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 2003 - 2015 The eFaps Team
*
* 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 ... |
package com.eas.web.controller;
import java.util.ArrayList;
import java.util.List;
import javax.annotation.PostConstruct;
import org.springframework.util.StringUtils;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.... |
/**
* 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
* distribute... |
package com.redhat.labs.lodestar.service;
import java.util.List;
import java.util.Map;
import java.util.Set;
import javax.enterprise.context.ApplicationScoped;
import javax.inject.Inject;
import javax.ws.rs.WebApplicationException;
import javax.ws.rs.core.Response;
import org.eclipse.microprofile.rest.client.inject.... |
/**
* Copyright 2021 Shulie Technology, Co.Ltd
* Email: shulie@shulie.io
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requi... |
/*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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
... |
package net.mcreator.eldorite.block;
import net.minecraftforge.registries.ObjectHolder;
import net.minecraft.world.IBlockReader;
import net.minecraft.util.math.BlockPos;
import net.minecraft.util.Direction;
import net.minecraft.loot.LootContext;
import net.minecraft.item.ItemStack;
import net.minecraft.item.ItemGroup... |
/**
* Given an array of ints length 3, figure out which is larger, the first or
* last element in the array, and set all the other elements to be that value.
* Return the changed array.
*/
public class MaxEnd3 {
public int[] maxEnd3(int[] nums) {
int arr[] = new int[3];
for (int i = 0; i < 3; ... |
package io.choerodon.message.infra.feign;
import io.choerodon.message.api.vo.DevopsNotificationTransferDataVO;
import io.choerodon.message.api.vo.NotifyEventGroupVO;
import io.choerodon.message.infra.feign.fallback.DevopsFeignClientFallback;
import org.springframework.cloud.openfeign.FeignClient;
import org.springfram... |
/*
* Copyright 2020 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... |
package com.arassec.vossil.creator.core;
public interface Operation {
String execute();
} |
/*
* 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 under t... |
package edu.internet2.middleware.grouper.app.grouperTypes;
import java.util.Arrays;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import edu.internet2.middleware.grouper.cfg.GrouperConfig;
import edu.internet2.middleware.grouper.util.GrouperUtil;
public class Gr... |
package com.jailmango.exercise.utils.security;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* SecurityCase
*
* @author jailmango
* @CreateDate 2019-01-10
* @see com.jailmango.exercise.utils.security
* @since R9.0<br>
*/
public class SecurityCase {
/**
* logger
*/
private stat... |
package com.jug6ernaut.debugdrawer.modules;
import android.app.Activity;
import android.view.ViewGroup;
import com.jakewharton.madge.MadgeFrameLayout;
import com.jug6ernaut.debugdrawer.DebugView;
import com.jug6ernaut.debugdrawer.views.DebugModule;
import com.jug6ernaut.debugdrawer.views.ToggleElement;
import com.jug6... |
/*
* Copyright 2009 Inspire-Software.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 2012-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... |
/*
* Copyright (C) 2014 TopCoder Inc., All Rights Reserved.
*/
package gov.opm.scrd.services.impl.reporting;
import gov.opm.scrd.services.impl.BaseReportResponse;
import java.util.Date;
import java.util.List;
/**
* <p>
* This class serves as the response object that contains result details to be used to generate... |
/*
* Copyright 2012-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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
package com._7aske.grain.exception;
public class GrainInvalidInjectException extends GrainRuntimeException {
public GrainInvalidInjectException(String message) {
super(message);
}
} |
package org.sunflow.core.parameter.gi;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.sunflow.SunflowAPI;
import org.sunflow.core.Options;
public class PathTracingGIParameterTest {
SunflowAPI api;
PathTracingGIParameter gi;
@Before
public void setUp() {
a... |
package com.cv.repository;
import java.util.Optional;
import org.springframework.data.jpa.repository.JpaRepository;
import org.springframework.stereotype.Repository;
import com.cv.models.ERole;
import com.cv.models.Role;
@Repository
public interface RoleRepository extends JpaRepository<Role, Long> {
Optional<Ro... |
/*
* Copyright 2002-2017 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... |
/*
* Copyright 2021 A2S
*
* 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 applicable law or agreed to in writ... |
/*
* Created on 06.12.2009
*/
package net.finmath.montecarlo.interestrate.products;
import java.util.ArrayList;
import java.util.Collection;
import net.finmath.exception.CalculationException;
import net.finmath.montecarlo.interestrate.LIBORModelMonteCarloSimulationModel;
import net.finmath.montecarlo.interestrate.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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... |
package ru.elazarev;
import ru.elazarev.model.Order;
import ru.elazarev.model.OrderBook;
import java.util.Set;
import java.util.TreeSet;
/**
* Class to manage order books.
* @author Eugene Lazarev mailto(helycopternicht@rambler.ru)
* @since 21.06.17
*/
public class App {
/**
* Set of order book list.
... |
// Template Source: BaseMethodRequestBuilder.java.tt
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// -----------------------------... |
package org.zstack.sdk;
import java.util.HashMap;
import java.util.Map;
import org.zstack.sdk.*;
public class AddAliyunNasMountTargetAction extends AbstractAction {
private static final HashMap<String, Parameter> parameterMap = new HashMap<>();
private static final HashMap<String, Parameter> nonAPIParameter... |
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) annotate safe
package com.google.android.exoplayer2.ui;
import com.google.android.exoplayer2.ControlDispatcher;
// Referenced classes of package com.google.android.exo... |
package model;
// Generated Feb 11, 2019 1:52:34 PM by Hibernate Tools 5.3.6.Final
import java.util.Date;
import javax.validation.constraints.NotEmpty;
import javax.validation.constraints.NotNull;
import javax.validation.constraints.Size;
/**
* Tratamientos generated by hbm2java
*/
public class Tratamientos extend... |
package net.ossrs.yasea;
import android.media.AudioRecord;
import android.media.audiofx.AcousticEchoCanceler;
import android.media.audiofx.AutomaticGainControl;
import com.github.faucamp.simplertmp.RtmpHandler;
import com.seu.magicfilter.utils.MagicFilterType;
/**
* Created by Leo Ma on 2016/7/25.
*/
public class S... |
package uk.gov.digital.ho.hocs.casework.api;
import lombok.extern.slf4j.Slf4j;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import uk.gov.digital.ho.hocs.casework.client.auditclient.AuditClient;
import uk.gov.digital.ho.hocs.casework.client.infoclient.In... |
/* Copyright 2009-2016 David Hadka
*
* This file is part of the MOEA Framework.
*
* The MOEA Framework is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 of the License, or (at your
... |
/*
* The MIT License
*
* Copyright 2017 CloudBees, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, copy, ... |
package net.inconnection.charge.admin.account.model.base;
import com.jfinal.plugin.activerecord.IBean;
import com.jfinal.plugin.activerecord.Model;
/**
* Generated by JFinal, do not modify this file.
*/
@SuppressWarnings({"serial", "unchecked"})
public abstract class BaseSysMenuBtn<M extends BaseSysMenuBtn<M>> exte... |
package com.nativestarterkit;
import android.app.Application;
import android.util.Log;
import com.facebook.react.ReactApplication;
import com.oblador.vectoricons.VectorIconsPackage;
import com.microsoft.codepush.react.CodePush;
import com.facebook.react.ReactInstanceManager;
import com.facebook.react.ReactNativeHost;... |
/*
* 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.