text stringlengths 7 995k |
|---|
package mage.cards.m;
import java.util.UUID;
import mage.abilities.Ability;
import mage.abilities.common.SimpleActivatedAbility;
import mage.abilities.costs.common.SacrificeTargetCost;
import mage.abilities.costs.mana.ManaCostsImpl;
import mage.abilities.effects.common.ReturnFromGraveyardToHandTargetEffect;
import mag... |
package org.openapitools.api;
import org.springframework.stereotype.Controller;
@Controller
public class StoreApiController implements StoreApi {
private final StoreApiDelegate delegate;
@org.springframework.beans.factory.annotation.Autowired
public StoreApiController(StoreApiDelegate delegate) {
... |
package com.github.megatronking.svg.iconlibs;
import android.content.Context;
import android.graphics.Canvas;
import android.graphics.ColorFilter;
import android.graphics.Paint;
import com.github.megatronking.svg.support.SVGRenderer;
/**
* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically gen... |
/*
* Copyright (c) 2008-2013 Maxifier Ltd. All Rights Reserved.
*/
package com.maxifier.mongo;
import com.google.common.base.Strings;
import com.mongodb.Mongo;
import com.mongodb.MongoClient;
import com.mongodb.MongoClientOptions;
import com.mongodb.MongoClientURI;
import org.bson.types.ObjectId;
import org.slf4j.Lo... |
/*
* 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 n... |
package bind.feature.generichierarchy.kripton109.settings;
import com.abubusoft.kripton.AbstractMapper;
import com.abubusoft.kripton.annotation.BindMap;
import com.abubusoft.kripton.common.PrimitiveUtils;
import com.abubusoft.kripton.common.StringUtils;
import com.abubusoft.kripton.escape.StringEscapeUtils;
import com... |
package com.stylefeng.guns.rest.common.persistence.model;
import com.baomidou.mybatisplus.enums.IdType;
import com.baomidou.mybatisplus.annotations.TableId;
import com.baomidou.mybatisplus.annotations.TableField;
import com.baomidou.mybatisplus.activerecord.Model;
import com.baomidou.mybatisplus.annotations.TableName;... |
package com.section6.InheritanceLesson.Vehicle;
public class Main {
public static void main(String[] args) {
Tesla tesla = new Tesla("AWD", 4, 4, 6, true,true);
// Accelerate to 30 mph.
tesla.accelerate(30);
// Steer at 45 degrees
tesla.steer(45);
}
} |
package iudx.gis.server.apiserver;
public class ApiServerVerticleTest {
} |
package com.group_finity.mascot.config;
import java.util.Map;
import com.group_finity.mascot.action.Action;
import com.group_finity.mascot.exception.ActionInstantiationException;
import com.group_finity.mascot.exception.ConfigurationException;
public interface IActionBuilder {
public void validate() throws Configu... |
package com.zhcs.entity;
import java.io.Serializable;
import java.util.Date;
//*****************************************************************************
/**
* <p>Title:SysUserRoleEntity</p>
* <p>Description:用户与角色对应关系</p>
* <p>Copyright: Copyright (c) 2017</p>
* <p>Company: 深圳市智慧城市管家信息科技有限公司</p>
* @author 刘晓东... |
package io.swagger.codegen.v3.generators.options;
import com.google.common.collect.ImmutableMap;
import io.swagger.codegen.v3.CodegenConstants;
import io.swagger.codegen.v3.generators.swift.Swift4Codegen;
import java.util.Map;
public class Swift4OptionsProvider implements OptionsProvider {
public static final St... |
package essentialclient.mixins.hotbarFade;
import net.minecraft.client.render.OverlayVertexConsumer;
import org.spongepowered.asm.mixin.Mixin;
@Mixin(OverlayVertexConsumer.class)
public class OverlayVertexConsumerMixin {
/* TODO
@ModifyConstant(method = "next", constant = @Constant(floatValue = 1.0F, ordinal = 4))
... |
package org.guess.sys.dao;
import org.guess.core.orm.EntityDao;
import org.guess.sys.model.Resource;
public interface ResourceDao extends EntityDao<Resource, Long>{
} |
package co.com.codesoftware.servicio.facturacion;
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.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Clase Java para obten... |
import com.sun.jna.Library;
import com.sun.jna.Native;
import com.sun.jna.Platform;
import ij.IJ;
import ij.ImagePlus;
import ij.gui.Plot;
import ij.gui.PlotWindow;
import ij.plugin.PlugIn;
import ij.plugin.filter.PlugInFilter;
import ij.process.ImageProcessor;
import java.awt.event.WindowAdapter;
import java.awt... |
package guru.springframework.sfgpetclinic.model;
import lombok.*;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Table;
/**
* Created by jt on 7/13/18.
*/
@Setter
@Getter
@NoArgsConstructor
@AllArgsConstructor
@Entity
@Table(name = "types")
public class PetType extends ... |
package hk.hku.cecid.ebms.spa.util;
import hk.hku.cecid.ebms.spa.EbmsProcessor;
import hk.hku.cecid.ebms.spa.dao.MessageDAO;
import hk.hku.cecid.ebms.spa.dao.MessageDVO;
import hk.hku.cecid.ebms.spa.dao.OutboxDAO;
import hk.hku.cecid.ebms.spa.dao.OutboxDVO;
import hk.hku.cecid.ebms.spa.handler.MessageClassifier;
impor... |
//
// Log.java
//
// Copyright (c) 2018 Couchbase, 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 r... |
package cucumber.runner;
import cucumber.api.PendingException;
import cucumber.api.Result;
import cucumber.api.Scenario;
import cucumber.api.event.TestStepFinished;
import cucumber.api.event.TestStepStarted;
import cucumber.runtime.PickleStepDefinitionMatch;
import gherkin.pickles.PickleStep;
import org.junit.Assumpti... |
//,temp,sample_9496.java,2,8,temp,sample_2345.java,2,8
//,3
public class xxx {
protected MRClientProtocol instantiateHistoryProxy(final Configuration conf, final InetSocketAddress hsAddress) throws IOException {
if (LOG.isDebugEnabled()) {
log.info("connecting to mrhistoryserver at");
}
}
}; |
/*
* Copyright 2016 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 a... |
package com.rong.file;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
import com.rong.common.... |
package com.wilshion.utillib.util;
import android.annotation.SuppressLint;
import android.content.Context;
import android.content.Intent;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import android.net.wifi.WifiManager;
import android.telephony.TelephonyManager;
import android.util.Log;
imp... |
package com.alibaba.otter.canal.client.adapter.rdb.monitor;
import com.alibaba.otter.canal.client.adapter.config.YmlConfigBinder;
import com.alibaba.otter.canal.client.adapter.rdb.RdbAdapter;
import com.alibaba.otter.canal.client.adapter.rdb.config.MappingConfig;
import com.alibaba.otter.canal.client.adapter.support.M... |
/*
* Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html... |
/*
* 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 org.elastos.hive;
import org.elastos.hive.exception.HiveException;
/**
* This class is used to fetch some possible information from remote hive node.
* eg. version;
*
* <ul>
* <li>Latest commit Id;</li>
* <li>How many DID involved;</li>
* <li>How many vault service running there;</li>
* <li>How many b... |
/*
* Copyright 2012 <a href="mailto:lincolnbaxter@gmail.com">Lincoln Baxter, III</a>
*
* 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.... |
/*
* Copyright 2020 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 applicable l... |
package object;
public class BaseMessage {
private String ID;
private String from;
private String to;
private String message;
public void setID(String ID)
{
this.ID = ID;
}
public void setFromUser(String ID)
{
this.from = ID;
}
public void setToUser(String ID)
{
this.to = ID;
}
public void setM... |
import java.util.*;
/**
* Entry point to auto-generated tests (generated by maven-hpi-plugin).
* If this fails to compile, you are probably using Hudson < 1.327. If so, disable
* this code generation by configuring maven-hpi-plugin to <disabledTestInjection>true</disabledTestInjection>.
*/
public cla... |
/**
* This class is generated by jOOQ
*/
package org.constellation.database.api.jooq.tables.records;
/**
* This class is generated by jOOQ.
*/
@javax.annotation.Generated(
value = {
"http://www.jooq.org",
"jOOQ version:3.5.3"
},
comments = "This class is generated by jOOQ"
)
@java.lang.SuppressWarnings({ "a... |
/**
* The MIT License (MIT)
*
* Copyright (C) 2013-2016 tarent solutions GmbH
*
* 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 ri... |
package com.oc.hawk.container.runtime.port.driven.persistence;
public interface ProjectServiceRelationshipEntity {
Long getProject();
Long getService();
String getServiceName();
} |
/*
* Copyright 2000-2009 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
package ceui.lisa.notification;
import android.app.Notification;
import android.app.NotificationChannel;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.app.Service;
import android.appwidget.AppWidgetManager;
import android.appwidget.AppWidgetProvider;
import android.content.Co... |
package com.github.edgar615.gateway.core.plugin.predicate;
import com.google.common.collect.ArrayListMultimap;
import com.google.common.collect.Multimap;
import com.github.edgar615.gateway.core.dispatch.ApiContext;
import io.vertx.core.http.HttpMethod;
import org.junit.Assert;
import org.junit.Test;
import java.util... |
/*
* Copyright 2021 Alberto Paro
*
* 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... |
/* ###
* IP: GHIDRA
*
* 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 writin... |
/*
* 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) 2017-2017 DataStax Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
package com.yupaits.yutool.file.support;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import org.apache.commons.lang3.StringUtils;
/**
* 文件上传配置参数
* @author yupaits
* @date 2019/7/22
*/
@Data
@Builder
@NoArgsConstructor
@AllArgsConstructor
public cla... |
package com.alipay.api.domain;
import java.util.List;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
/**
* 活动信息
*
* @author auto create
* @since 1.0, 2018-07-06 17:37:20
*/
public class MerchantOnlineActivityOpenModel ext... |
package io.fairyproject.command;
import io.fairyproject.command.annotation.*;
import io.fairyproject.command.argument.ArgCompletionHolder;
import io.fairyproject.command.argument.ArgProperty;
import io.fairyproject.command.completion.ArgCompletionHolderList;
import io.fairyproject.command.completion.ArgCompletionHolde... |
/*
* 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.jebware.rdbconverter;
import java.io.IOException;
import java.lang.reflect.ParameterizedType;
import java.lang.reflect.Type;
import java.util.ArrayList;
import java.util.List;
import okhttp3.ResponseBody;
import retrofit2.Converter;
/**
* Created by jware on 6/29/16.
* (c) 2016
*/
class RdbResponseBod... |
/*
* MIT License
*
* Copyright (c) 2021 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... |
package org.apache.catalina.util;
import java.io.PrintWriter;
import java.io.Writer;
import org.w3c.dom.Attr;
import org.w3c.dom.Document;
import org.w3c.dom.NamedNodeMap;
import org.w3c.dom.Node;
import org.w3c.dom.NodeList;
/**
* A sample DOM writer. This sample program illustrates how to traverse a DOM
* tree i... |
package services;
import java.util.List;
import java.util.ArrayList;
import javax.inject.Inject;
import daos.LineaDAO;
import dtos.LineaDTO;
import models.Linea;
public class LineaService {
private LineaDAO dao;
@Inject
public LineaService(LineaDAO dao){
this.dao = dao;
}
public List<L... |
package com.catfoodworks.coolie.generator.core.ftl.directive;
import com.catfoodworks.coolie.generator.core.CodeTemplateConfig;
import com.catfoodworks.coolie.generator.core.ftl.DirectiveBodyReader;
import freemarker.core.Environment;
import freemarker.ext.beans.MapModel;
import freemarker.template.TemplateDirectiveBo... |
package util;
import java.io.IOException;
import java.net.Socket;
import java.security.SecureRandom;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;
public class PortProvider {
private PortProvider() {
}
private static final SecureRandom RANDOM = new SecureRando... |
package bi.know.kettle.neo4j.steps.gencsv;
public enum UniquenessStrategy {
None, // Don't calculate unique nore or relationship values
First, // Take the first version of the node or relationship
Last, // Take the last version of the node or relationship
// UpdateProperties, // Not supported yet. Upd... |
package jetbrains.mps.lang.editor.editor;
/*Generated by MPS */
import jetbrains.mps.editor.runtime.cells.AbstractCellAction;
import org.jetbrains.mps.openapi.model.SNode;
import jetbrains.mps.openapi.editor.EditorContext;
import jetbrains.mps.editor.runtime.deletionApprover.DeletionApproverUtil;
import jetbrains.mps... |
/*
* 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.bt.dataintegration.oozie.workflow.tags;
import javax.xml.bind.annotation.XmlAttribute;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlRootElement;
import javax.xml.bind.annotation.XmlType;
/**
* @author 609349708
* (Abhinav Meghmala)
*/
@XmlType(propOrder={"fsc", "okt"... |
/**
* <a href="http://www.openolat.org">
* OpenOLAT - Online Learning and Training</a><br>
* <p>
* Licensed under the Apache License, Version 2.0 (the "License"); <br>
* you may not use this file except in compliance with the License.<br>
* You may obtain a copy of the License at the
* <a href="http://www.apache... |
package io.jjk.jcartadministrationback.dto.in;
public class ReturnHistoryCreateInDTO {
private Integer returnId;
private Byte returnStatus;
private Boolean customerNotifeid;
private String comment;
public Integer getReturnId() {
return returnId;
}
public void setReturnId(Integer r... |
/*
* Copyright 1999-2018 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... |
/*
* This file is part of choco-solver, http://choco-solver.org/
*
* Copyright (c) 2021, IMT Atlantique. All rights reserved.
*
* Licensed under the BSD 4-clause license.
*
* See LICENSE file in the project root for full license information.
*/
package org.chocosolver.util.objects.setDataStructures.swapList;
i... |
/*
* Create by Jacob G(GuanDeLiang) on 2020.
* Copyright (c) 2020 . All rights reserved.
* Last modified 20-2-1 下午6:39
*
*/
package com.jacob.material.example.bottomappbar;
import android.os.Bundle;
import androidx.appcompat.app.AppCompatActivity;
import androidx.databinding.DataBindingUtil;
import com.jacob.m... |
package org.pushingpixels.radiance.demo.theming.main.check.svg.filetypes;
import java.awt.*;
import java.awt.geom.*;
import java.awt.image.BufferedImage;
import java.io.*;
import java.lang.ref.WeakReference;
import java.util.Base64;
import java.util.Stack;
import javax.imageio.ImageIO;
import javax.swing.SwingUtilitie... |
/**
* Generated with Acceleo
*/
package org.wso2.developerstudio.eclipse.gmf.esb.parts.forms;
// Start of user code for imports
import java.util.ArrayList;
import java.util.List;
import org.eclipse.emf.common.util.BasicEList;
import org.eclipse.emf.common.util.EList;
import org.eclipse.emf.common.util.Enumerator;
... |
package com.energyxxer.commodore.functionlogic.commands.attribute;
import com.energyxxer.commodore.CommandUtils;
import com.energyxxer.commodore.functionlogic.entity.Entity;
import com.energyxxer.commodore.functionlogic.inspection.CommandResolution;
import com.energyxxer.commodore.functionlogic.inspection.ExecutionCon... |
/*
* 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) 2004, 2005 Actuate Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is av... |
package no.nav.foreldrepenger.fordel.web.app.selftest.checks;
import com.codahale.metrics.health.HealthCheck;
import no.nav.foreldrepenger.fordel.web.app.selftest.checks.ExtHealthCheck;
import no.nav.foreldrepenger.fordel.web.app.selftest.checks.ExtHealthCheck.InternalResult;
import org.junit.Before;
import org.juni... |
package slogo.compiler.command;
import slogo.SLogoException;
import slogo.compiler.token.SLogoConstant;
import slogo.compiler.token.SLogoToken;
import slogo.compiler.token.SLogoVariable;
import slogo.compiler.command.SLogoCommand;
/**
* A subclass of {@code SLogoCommand}, representing a command supported by SLogo.
... |
package by.tc.task05.service.validator.impl;
import by.tc.task05.service.exception.InvalidDateRangeException;
import by.tc.task05.service.exception.ServiceException;
import by.tc.task05.service.validator.DateRangeValidator;
import java.time.LocalDate;
public class DateRangeValidatorImpl implements DateRangeValidator... |
/**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Sat Nov 07 21:26:31 GMT 2020
*/
package org.firebirdsql.encodings;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.A... |
/**
* vertigo - application development platform
*
* Copyright (C) 2013-2021, Vertigo.io, team@vertigo.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/li... |
/*
* Licensed to Jecstar Innovation under one or more contributor
* license agreements. Jecstar Innovation 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:/... |
/*
* Copyright 2017-2018 original 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 applicable law or agre... |
package com.lambdaschool.safespace.repository;
import com.lambdaschool.safespace.model.User;
import org.springframework.data.repository.CrudRepository;
public interface UserRepository extends CrudRepository<User, Long>
{
User findByUsername(String username);
} |
/*
* Copyright 2019 GridGain Systems, Inc. and Contributors.
*
* Licensed under the GridGain Community Edition License (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.gridgain.com/products/software/community-edition... |
package controller;
import java.io.IOException;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import javax.swing.JOptionPane;
import org.json.simple.parser.ParseException;
import model.Categoria;
import model.ModelDAO;
import model.Observer;
import view.CadastroCategor... |
/*
* Copyright (C) 2013-2017 microG Project 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 ... |
/*
* Copyright (C) 2021. Mathias Jakobsen <m.jakobsen.1@research.gla.ac.uk>
*
* SPDX-License-Identifier: BSD-3-Clause
*/
package org.tropicode.checker.checker.extractor;
import java.util.HashSet;
import java.util.Set;
import lombok.extern.log4j.Log4j2;
import org.objectweb.asm.AnnotationVisitor;
import o... |
package com.doublechain.flowable.objectaccess;
import java.util.List;
import java.util.ArrayList;
import java.util.Set;
import java.util.stream.Collectors;
import java.util.Map;
import java.util.HashMap;
import java.math.BigDecimal;
import com.doublechain.flowable.FlowableBaseDAOImpl;
import com.doublechain.flowable.B... |
package org.tio.examples.im.common.http.websocket;
import java.nio.ByteBuffer;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.tio.core.ChannelContext;
import org.tio.core.GroupContext;
import org.tio.core.utils.ByteBufferUtils;
import org.tio.examples.im.common.packets.Command;
/**
* 参考了baseio:... |
package liquibase.change.core.supplier;
import liquibase.change.AbstractChange;
import liquibase.change.Change;
import liquibase.change.core.TagDatabaseChange;
import liquibase.changelog.ChangeSet;
import liquibase.changelog.DatabaseChangeLog;
import liquibase.database.Database;
import liquibase.diff.DiffResult;
impor... |
package com.platform.service.impl;
import com.platform.dao.UserDao;
import com.platform.entity.UserEntity;
import com.platform.service.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.Date;
import java.util.List;
import java.ut... |
/**
* Copyright (c) 2004-2011 Wang Jinbao(Julian Wong), http://www.ralasafe.com
* Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
*/
package org.ralasafe.entitle;
import org.ralasafe.group.Node;
import org.ralasafe.user.User;
import java.util.Date;
import java.util.Map;
public c... |
// Copyright 2000-2018 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.jetbrains.python.facet;
import com.intellij.facet.FacetConfiguration;
import com.intellij.facet.ui.FacetEditorContext;
import com.intellij.facet.ui.FacetEditorTab;
im... |
package org.miselin.xmppbot;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.List;
import java.util.logging.Level;
import java.util.logging.Logger;
/**
* Gets python function signatures and docstrings where available.
*
* @au... |
/*
* The MIT License (MIT)
*
* Copyright (c) 2014-2015 Christian Schudt
*
* 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
... |
package org.apache.lucene.util;
/**
* 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.... |
package com.ojcoleman.ahni.util;
import java.lang.reflect.Array;
import java.text.NumberFormat;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.Random;
public class ArrayUtil {
/**
* @param a The array to print.
* @param separator A string to separate each elem... |
/*
* Copyright 2012 GitHub 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 ... |
package stream.flarebot.flarebot.commands.secret;
import net.dv8tion.jda.api.entities.Member;
import net.dv8tion.jda.api.entities.Message;
import net.dv8tion.jda.api.entities.TextChannel;
import net.dv8tion.jda.api.entities.User;
import stream.flarebot.flarebot.FlareBot;
import stream.flarebot.flarebot.commands.Comman... |
/*
* 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... |
/**
* MIT License
* <p>
* Copyright (c) 2018-2020 atharva washimkar, Vincenzo Palazzo vincenzopalazzo1996@gmail.com
* <p>
* 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 restri... |
package hibernate.traps.transactional_tests.service;
import com.google.gson.Gson;
import hibernate.traps.transactional_tests.dto.UserDto;
import hibernate.traps.transactional_tests.model.Address;
import hibernate.traps.transactional_tests.model.User;
import org.springframework.stereotype.Service;
import org.springfram... |
package com.omerbarr.cardsvshumanity.Bluetooth;
import android.app.Service;
import android.bluetooth.BluetoothAdapter;
import android.bluetooth.BluetoothDevice;
import android.bluetooth.BluetoothSocket;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import andr... |
// This file was automatically generated from IFCDOC at https://technical.buildingsmart.org/.
// Very slight modifications were made to made content align with ifcXML reference examples.
// Use this class library to create IFC-compliant (web) applications with XML and JSON data.
// Author: Pieter Pauwels, Eindhoven Uni... |
package com.inspur.gmall.sms.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.inspur.gmall.sms.entity.SeckillSkuNoticeEntity;
import com.atguigu.core.bean.PageVo;
import com.atguigu.core.bean.QueryCondition;
/**
* 秒杀商品通知订阅
*
* @author fujunao
* @email fujunao@inspur.com
* @date 20... |
/**
* Copyright 2012 Comcast Corporation
*
* <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file
* except in compliance with the License. You may obtain a copy of the License at
*
* <p>http://www.apache.org/licenses/LICENSE-2.0
*
* <p>Unless required by applicable law or... |
package org.ananas.runner.legacy.steps.messaging.kafka;
import com.google.common.base.Verify;
import java.io.Serializable;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
import org.ananas.runner.kernel.AbstractStepRunner;
import org.ananas.runner.kernel.StepRunner;
... |
/*
* This file is auto-generated by h2o-3/h2o-bindings/bin/gen_java.py
* Copyright 2016 H2O.ai; Apache License Version 2.0 (see LICENSE for details)
*/
package water.bindings.pojos;
import com.google.gson.GsonBuilder;
import com.google.gson.annotations.*;
public class ExampleModelV3 extends ModelSchemaV3<Example... |
package com.sciatta.openmall.api.converter;
import com.sciatta.openmall.api.pojo.vo.*;
import com.sciatta.openmall.service.pojo.dto.*;
import com.sciatta.openmall.service.pojo.query.ItemCommentQuery;
import org.mapstruct.*;
import org.mapstruct.factory.Mappers;
import java.util.List;
/**
* Created by yangxiaoyu on ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.