text stringlengths 7 995k |
|---|
/*
* 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 ... |
/*
* This file is part of the Wayback archival access software
* (http://archive-access.sourceforge.net/projects/wayback/).
*
* Licensed to the Internet Archive (IA) by one or more individual
* contributors.
*
* The IA licenses this file to You under the Apache License, Version 2.0
* (the "License"); y... |
// SMSLib for Java v3
// A Java API library for sending and receiving SMS via a GSM modem
// or other supported gateways.
// Web Site: http://www.smslib.org
//
// Copyright (C) 2002-2012, Thanasis Delenikas, Athens/GREECE.
// SMSLib is distributed under the terms of the Apache License version 2.0
//
// Licensed under t... |
/*
* Copyright 2014 MovingBlocks
*
* 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 t... |
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package com.huawei.android.hms.push;
public final class R {
private R() {}
public static final class color {
private c... |
/*
* Copyright 2016-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 com.upgrad.quora.service.business;
import com.upgrad.quora.service.common.SigninErrorCode;
import com.upgrad.quora.service.common.SignoutErrorCode;
import com.upgrad.quora.service.common.SignupErrorCode;
import com.upgrad.quora.service.dao.UserAuthDao;
import com.upgrad.quora.service.dao.UserDao;
import com.up... |
/*
* 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 lz77grammar;
import java.io.Serializable;
import java.util.Objects;
/**
* Signature object used to represent a signature in our SignatureStore data structure.
* @author Callum Onyenaobiya
*
*/
class Signature implements Element, Serializable {
private static final long serialVersionUID = -1513135206877... |
/*
* Copyright (c) 2019-2022 The EntityC Project. All rights reserved.
* Use of this file is governed by the BSD 3-clause license that
* can be found in the LICENSE.md file in the project root.
*/
package org.entityc.compiler.model.entity;
import java.util.Stack;
public class MTSecondaryRelationship extends MTRe... |
package org.apache.maven.shared.jar.identification;
/*
* 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... |
/**
* 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... |
package org.gluu.casa.plugins.sample;
import java.util.Map;
import org.zkoss.zk.ui.Page;
import org.zkoss.zk.ui.util.Initiator;
public class SampleInitiator implements Initiator{
@Override
public void doInit(Page page, Map<String, Object> args) throws Exception {
}
} |
package com.sdyx.report.sql.query.impl;
import com.sdyx.report.domain.ReportDatabase;
import com.sdyx.report.sql.query.AbstractQueryer;
import com.sdyx.report.sql.query.Queryer;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.StringUtils;
import java.util.regex.Matcher;
import java.util.regex.Patter... |
/*
* Copyright 2010 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
/**
* 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.greetingtech.demos.activemq.artemis;
import org.apache.activemq.artemis.api.core.client.*;
public class ArtemisMain {
private static final String ADDRESS = "exampleAddress";
private static final String QUEUE_NAME = "exampleQueue";
public static void main(String[] args) throws Exception {
... |
/* Licensed Materials - Property of IBM */
/* (c) Copyright IBM Corp. 2020. All Rights Reserved.*/
package org.opengroup.osdu.storage.provider.ibm;
import org.opengroup.osdu.storage.provider.interfaces.ISomeBasicInterface;
import org.springframework.stereotype.Component;
@Component
public class SomeBasi... |
package com.cy.utils.utils;
/**
* ************************************************************
* author:cy
* version:
* create:2019/04/13 14:46
* desc:
* ************************************************************
*/
public class GpsInfoBean {
private double longitude=0.0;
private double latitude=0.0... |
package com.airbnb.reair.incremental.configuration;
import com.airbnb.reair.common.FsUtils;
import com.airbnb.reair.common.HiveParameterKeys;
import com.airbnb.reair.incremental.ReplicationUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import org.apache.hadoop.conf.Configu... |
/*
* Copyright (c) 2016 Couchbase, 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... |
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.dingtalkcontact_1_0.models;
import com.aliyun.tea.*;
public class SortUserRequest extends TeaModel {
@NameInMap("dingOrgId")
public Long dingOrgId;
// 用户id列表
@NameInMap("userIdList")
public java.util.List<String> userIdList... |
// RobotBuilder Version: 2.0
//
// This file was generated by RobotBuilder. It contains sections of
// code that are automatically generated and assigned by robotbuilder.
// These sections will be updated in the future when you export to
// Java from RobotBuilder. Do not put any code or make any change in
// the blocks... |
// Automatically generated by the Fast Binary Encoding compiler, do not modify!
// https://github.com/chronoxor/FastBinaryEncoding
// Source: protoex.fbe
// Version: 1.3.0.0
package com.chronoxor.protoex.fbe;
// Fast Binary Encoding OrderMessage field model
public final class FieldModelOrderMessage extends com.chrono... |
package org.codehaus.mojo.keytool.requests;
/*
* Copyright 2005-2013 The Codehaus
*
* Licensed under the Apache License, Version 2.0 (the "License" );
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
... |
/*
* Copyright ConsenSys AG.
*
* 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... |
/**
* PluginMain.java
* created: 26.06.2009
* (c) 2008 by <a href="http://Wolschon.biz">Wolschon Softwaredesign und Beratung</a>
* This file is part of jGnucashLib-private by Marcus Wolschon <a href="mailto:Marcus@Wolscon.biz">Marcus@Wolscon.biz</a>.
* You can purchase support for a sensible hourly rate or
* a co... |
package io.github.donggi.jpa.entity;
import javax.persistence.Entity;
import javax.persistence.Table;
@Entity
@Table(name = "jpa_user3")
public class User3 extends AbstractUser3 {} |
/**
* A HTTP plugin for Cordova / Phonegap
*/
package com.synconset.cordovahttp;
import java.net.SocketTimeoutException;
import java.net.UnknownHostException;
import org.apache.cordova.CallbackContext;
import org.json.JSONException;
import org.json.JSONObject;
import javax.net.ssl.SSLHandshakeException;
import co... |
/*
* #%L
* de.metas.business
* %%
* Copyright (C) 2020 metas GmbH
* %%
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as
* published by the Free Software Foundation, either version 2 of the
* License, or (at your option) any later v... |
package org.zstack.header.host;
import org.springframework.http.HttpMethod;
import org.zstack.header.message.APISyncCallMessage;
import org.zstack.header.rest.RestRequest;
/**
* @api
* @cli
* @httpMsg {
* "org.zstack.header.host.APIGetHypervisorTypesMsg": {
* "session": {
* "uuid": "c58ec5b783ea458a8c2234c5130b... |
package com.jaguar.functional;
import static org.junit.jupiter.api.Assertions.assertNotNull;
import com.google.common.collect.ImmutableMap;
import com.jaguar.BaseJaguarTest;
import com.jaguar.exception.JaguarException;
import com.jaguar.model.Charge;
import com.jaguar.model.ChargeCollection;
import com.jaguar.net.Api... |
import java.awt.Graphics2D;
import java.awt.image.BufferedImage;
public class Mario {
public BufferedImage img; // Een plaatje van de Enemy (in child gedefineerd)
public int x, y, breedte, hoogte, xOld, yOld, vy, spring, type; // De plaats en afmeting van de Enemy in px (in child gedefineerd)
public boolean platfo... |
package top.ibase4j.core.support.email;
import java.io.Serializable;
@SuppressWarnings("serial")
public class Email implements Serializable {
private String host;
private String from;
private String name;
private String password;
private String key;
private String sendTo;
private String copyTo;
private String... |
package seedu.friendbook.logic.commands.exceptions;
/**
* Represents an error which occurs during execution of a {@link Command}.
*/
public class CommandException extends Exception {
public CommandException(String message) {
super(message);
}
/**
* Constructs a new {@code CommandException} ... |
package com.firebase_example;
import android.app.Application;
import com.facebook.react.ReactApplication;
import com.swmansion.gesturehandler.react.RNGestureHandlerPackage;
import io.invertase.firebase.RNFirebasePackage;
import io.invertase.firebase.auth.RNFirebaseAuthPackage;
import com.facebook.react.ReactNativeHos... |
package abi26_0_0.host.exp.exponent.modules.api.components.gesturehandler;
import android.content.Context;
import android.view.MotionEvent;
import android.view.VelocityTracker;
import android.view.ViewConfiguration;
public class PanGestureHandler extends GestureHandler<PanGestureHandler> {
private static float MIN... |
package org.echocat.kata.java.part1.model;
import java.util.Set;
import lombok.AllArgsConstructor;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.ToString;
@EqualsAndHashCode(callSuper = true)
@ToString(callSuper = true)
@Data
@AllArgsConstructor
public class Book extends Publication {
private ... |
/**
* @Title: ArrayTest.java
* @Package cn.osxm.jcodef.func.base
* @Description: TODO
* @author oscarchen
* @date 2020年4月21日
* @version V1.0
*/
package cn.osxm.jcodef.func.base;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.stream.Collectors;
import java.util.strea... |
/*
* Copyright (c) 2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. 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.o... |
/*-
* #%L
* Elastic APM Java agent
* %%
* Copyright (C) 2018 - 2020 Elastic and contributors
* %%
* Licensed to Elasticsearch B.V. under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch B.V. ... |
/*
* 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 cz.pedry.examplespringapp.model;
public class Rectangle implements Geometry {
private double minX;
private double minY;
private double maxX;
private double maxY;
public Rectangle() {
}
public Rectangle(double minX, double minY, double maxX, double maxY) {
this.minX = minX... |
package io.github.naviud.logtracker.actions.trackerproviders;
import org.apache.commons.lang3.StringUtils;
import play.mvc.Http;
/**
* Interface to fetch the tracker id from sources
*
*/
public abstract class TrackerIdFetcher {
private TrackerIdFetcher nextTrackerIdFetcher;
/**
* Method to set setNe... |
/*
* 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 (c) 2012 3 Round Stones Inc., Some rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
*
* - Redistributions of source code must retain the above copyright notice, this
* list of c... |
// Write a Java program to find second highest element of an array.
import java.util.*;
// Author : Abhishek Sharma
class a3q15{
static void print2largest(int arr[],
int arr_size)
{
int i, first, second;
if (arr_size < 2)
{
System.out.printf(" Invalid Input ");
return;
}
Arrays.sort(a... |
// Copyright 2007 Xito.org
//
// 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... |
package com.wyq.firehelper.base;
import android.os.Bundle;
import android.view.View;
import com.orhanobut.logger.Logger;
import androidx.annotation.LayoutRes;
import androidx.appcompat.app.AppCompatActivity;
import androidx.appcompat.widget.Toolbar;
import butterknife.ButterKnife;
public abstract class BaseActivity... |
package com.rueckert.customer.vcampenv;
import java.io.IOException;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
public class Vcapenv {
public JsonNode original_node;
public JsonNode current_node;
public ObjectMapper mapper;
public Vcapenv() {
this.origin... |
package com.github.xuqplus.hi.leetcode.q0000.q0095;
import lombok.extern.slf4j.Slf4j;
import org.junit.jupiter.api.Test;
/**
* 不同的二叉搜索树 II
* medium
* https://leetcode-cn.com/problems/unique-binary-search-trees-ii/
*/
@Slf4j
public class ATest {
@Test
void a() {
Solution solution = new Solution();... |
package q550;
import java.util.Arrays;
import org.junit.runner.RunWith;
import util.runner.Answer;
import util.runner.LeetCodeRunner;
import util.runner.TestData;
import util.runner.data.DataExpectation;
/**
* https://leetcode.com/problems/freedom-trail/
*
* In the video game Fallout 4, the quest "Road to Freedom"... |
package org.jfrog.hudson.pipeline.scripted.steps;
import com.google.inject.Inject;
import hudson.EnvVars;
import hudson.Extension;
import hudson.FilePath;
import hudson.Util;
import hudson.model.Run;
import hudson.model.TaskListener;
import org.jenkinsci.plugins.workflow.steps.AbstractStepDescriptorImpl;
import org.je... |
package org.infinispan.test.integration.security.embedded;
import org.infinispan.test.integration.security.utils.Deployments;
import org.jboss.arquillian.container.test.api.Deployment;
import org.jboss.arquillian.container.test.api.OperateOnDeployment;
import org.jboss.arquillian.container.test.api.TargetsContainer;
i... |
/********************************************************************************
* Copyright 2018, Oath Inc.
* Licensed under the terms of the Apache Version 2.0 license.
* See LICENSE file in project root directory for terms.
********************************************************************************/
packa... |
package model;
import java.util.List;
public class Car {
int numOfStreets;
List<String> streets;
public int getNumOfStreets() {
return numOfStreets;
}
public void setNumOfStreets(int numOfStreets) {
this.numOfStreets = numOfStreets;
}
public List<String> getStreets() {
... |
package com.best.hihappy.mvp.model;
/**
* Created by FuKaiqiang on 2017-09-06.
*/
public interface LoadDataCallBack<T> {
void onSuccess(T t);
void onFailed();
} |
/*
Copyright (c) 2017 Robert Atkinson
All rights reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted (subject to the limitations in the disclaimer below) provided that
the following conditions are met:
Redistributions of source code must retain the above copyright... |
package ru.mos.emias.notifications.v1.subscription;
import javax.xml.ws.WebFault;
/**
* This class was generated by Apache CXF 3.3.4
* 2019-11-12T17:53:39.466+03:00
* Generated source version: 3.3.4
*/
@WebFault(name = "fault", targetNamespace = "http://emias.mos.ru/system/v1/faults/")
public class Fault extend... |
package com.example.samples.crud;
import java.util.Collection;
import com.example.samples.ResetButtonForTextField;
import com.example.samples.backend.DataService;
import com.example.samples.backend.data.Product;
import com.vaadin.data.Property.ValueChangeEvent;
import com.vaadin.data.Property.ValueChangeListener;
im... |
/*
* Copyright 2019 Qameta Software 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 ... |
package commercetools.zone;
import java.util.ArrayList;
import java.util.List;
import com.commercetools.api.models.zone.*;
import commercetools.utils.CommercetoolsTestUtils;
import org.junit.Assert;
import org.junit.Test;
public class ZoneIntegrationTests {
@Test
public void createAndDeleteById() {
... |
package com.stylefeng.guns.rest.common.persistence.model.vo;
import java.io.Serializable;
public class CinemaInfo implements Serializable
{
int cinemaId;
String imgUrl;//影院图片地址
String cinemaName;//影院名称
String cinemaAddress;//影院地址
String cinemaPhone;//影院电话
public CinemaInfo()
{
}
... |
package unit.com.bitdubai.fermat_pip_plugin.layer.network_service.subapp_resources.developer.bitdubai.version_1.SubAppResourcesInstallationNetworkServicePluginRoot;
import com.bitdubai.fermat_api.layer.all_definition.events.interfaces.FermatEventListener;
import com.bitdubai.fermat_api.layer.all_definition.github.GitH... |
package pinacolada.powers.affinity;
import com.megacrit.cardcrawl.monsters.AbstractMonster;
import com.megacrit.cardcrawl.orbs.AbstractOrb;
import pinacolada.cards.base.PCLAffinity;
import pinacolada.interfaces.subscribers.OnOrbApplyFocusSubscriber;
import pinacolada.powers.PCLCombatStats;
import pinacolada.utilities.... |
/*
* Copyright 2018 Crown Copyright
*
* 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... |
package randommcsomethin.fallingleaves.config;
import me.shedaniel.autoconfig.ConfigData;
import me.shedaniel.autoconfig.annotation.Config;
import me.shedaniel.autoconfig.annotation.ConfigEntry;
import net.minecraft.util.Identifier;
import randommcsomethin.fallingleaves.FallingLeavesClient;
import java.util.*;
import... |
import java.util.*;
class _tl438 extends Function {
public _tl438(VariableMap parentMap) {
super(parentMap);
}
protected Value call(VariableMap map) {
Value _te931 = StringValue.from("1 ");
System.out.print(_te931);
Value _te932 = IntValue.from(2);
return _te932;
}
}
public class Main {
public static v... |
package tiendita.com.tienda.pojo;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class Variation {
private Integer id;
private String createdAt;
private String updatedAt;
private Boolean downloadable;
private Boolean virtual;
private String permalink;
privat... |
package com.v5ent.game.hud;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.graphics.Texture;
import com.badlogic.gdx.graphics.g2d.Batch;
import com.badlogic.gdx.graphics.g2d.ParticleEffect;
import com.badlogic.gdx.math.Vector2;
import com.badlogic.gdx.scenes.scene2d.InputEvent;
import com.badlogic.gdx.scenes.sce... |
package net.minidev.ovh.api.cloud.project;
/**
* New cloud project
*/
public class OvhNewProject {
/**
* Cloud project order id
*
* canBeNull
*/
public Long orderId;
/**
* Cloud project description
*
* canBeNull
*/
public String description;
/**
* Cloud project
*
* canBeNull
*/
public... |
/*
* Copyright 2021 Paul Schaub.
*
* 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 top.magicdevil.example.flink.nginx.function;
import org.apache.flink.api.common.state.ValueState;
import org.apache.flink.api.common.state.ValueStateDescriptor;
import org.apache.flink.api.java.tuple.Tuple2;
import org.apache.flink.configuration.Configuration;
import org.apache.flink.streaming.api.functions.Ke... |
package lperkins2.ocx86.SerialTTY;
import lperkins2.ocx86.X86PC;
import org.jpc.emulator.peripheral.SerialPort;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayDeque;
/**
* Created by perkins on 9/22/15.
*/
public class OpenComputersSerialStream extends InputStream {
private final... |
package lt.griaustinis.ytgame.utils;
public class GameCoord {
private int x;
private int y;
public GameCoord(int x, int y){
this.x = x;
this.y = y;
}
public int getX(){
return x;
}
public int getY(){
return y;
}
public GameCoord add(GameCoord othe... |
/*
* 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.github.zlbovolini.mercadolivre.security;
import org.springframework.security.core.GrantedAuthority;
import javax.persistence.*;
import javax.validation.constraints.NotBlank;
import java.util.ArrayList;
import java.util.Collection;
import java.util.List;
@Entity
public class DefaultAccessProfile implement... |
/**
* Package containing all classes relating to explosions.
*/
package de.chaffic.explosions; |
/*
* 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.appyhome.appyproduct.mvvm.ui.appyproduct.cart.shipping;
import com.appyhome.appyproduct.mvvm.data.DataManager;
import com.appyhome.appyproduct.mvvm.ui.appyproduct.cart.shipping.adapter.AddressAdapter;
import com.appyhome.appyproduct.mvvm.utils.rx.SchedulerProvider;
import dagger.Module;
import dagger.Prov... |
package org.robovm.bindings.facebook.dialogs;
import org.robovm.apple.foundation.NSError;
import org.robovm.apple.foundation.NSURL;
/** Defines a handler that will be called in response to the web dialog being dismissed */
public interface FBWebDialogHandler {
void invoke (FBWebDialogResult result, NSURL url, NSErro... |
package com.westlake.air.propro.component;
import com.westlake.air.propro.constants.SymbolConst;
import com.westlake.air.propro.constants.enums.ResultCode;
import com.westlake.air.propro.domain.ResultDO;
import com.westlake.air.propro.domain.vo.FileBlockVO;
import com.westlake.air.propro.domain.vo.UploadVO;
import com... |
package org.onap.so.apihandlerinfra.infra.rest.validators;
import java.util.Map;
import java.util.Optional;
import java.util.regex.Pattern;
import org.onap.so.apihandlerinfra.Action;
import org.onap.so.apihandlerinfra.Actions;
import org.onap.so.apihandlerinfra.infra.rest.AAIDataRetrieval;
import org.onap.so.servicein... |
package com.cake.service.impl;
import com.cake.dao.CardDao;
import com.cake.dto.CardMainInfo;
import com.cake.service.CardService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
/**
* Creat... |
package de.tomgrill.gdxtesting.UserRequirements;
import com.dragonboat.game.DragonBoatGame;
import com.dragonboat.game.Lane;
import com.dragonboat.game.Opponent;
import de.tomgrill.gdxtesting.GdxTestRunner;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.*;
@RunWith(GdxTestRunner.class)
publ... |
package xyz.destiall.mc.valorant.commands;
import org.apache.logging.log4j.util.Strings;
import org.bukkit.ChatColor;
import org.bukkit.command.Command;
import org.bukkit.command.CommandExecutor;
import org.bukkit.command.CommandSender;
import org.bukkit.command.TabExecutor;
import org.bukkit.entity.Player;
import xyz... |
package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.social.base.contentlib.standardvideoaudit.send response.
*
* @author auto create
* @since 1.0, 2020-07-03 20:38:31
*/
public class AlipaySocialBaseContentlibStandardv... |
package com.duan.blogos.web.api.blogger;
import com.duan.blogos.dto.blogger.BloggerStatisticsDTO;
import com.duan.blogos.restful.ResultBean;
import com.duan.blogos.service.blogger.BloggerStatisticsService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.Pat... |
/*
* Copyright 2010-2015 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... |
import java.io.PrintStream;
import java.net.InetSocketAddress;
import java.net.SocketAddress;
import java.util.ArrayList;
import java.io.IOException;
import org.simpleframework.http.Request;
import org.simpleframework.http.Response;
import org.simpleframework.http.Query;
import org.simpleframework.http.core.Container;... |
package com.shembil.base.utils.rx;
import javax.inject.Inject;
import javax.inject.Singleton;
import io.reactivex.Scheduler;
import io.reactivex.android.schedulers.AndroidSchedulers;
import io.reactivex.schedulers.Schedulers;
/**
* Provides various threading schedulers.
*/
@SuppressWarnings("ALL")
@Singleton
publ... |
package com.scottlogic.deg.generator.walker.reductive.fieldselectionstrategy;
import com.scottlogic.deg.common.profile.Field;
import com.scottlogic.deg.generator.walker.reductive.ReductiveState;
public interface FixFieldStrategy {
Field getNextFieldToFix(ReductiveState reductiveState);
} |
/*
* Copyright (c) 2021 Bixbit - Krzysztof Benedyczak. All rights reserved.
* See LICENCE.txt file for licensing information.
*/
package io.imunity.furms.ui.views.fenix.communites;
import java.util.Map;
import io.imunity.furms.api.validation.exceptions.CommunityAllocationAmountNotEnoughException;
import io.imunity... |
package com.tollge.modules.oss.qiniu;
import com.alicp.jetcache.Cache;
import com.alicp.jetcache.RefreshPolicy;
import com.alicp.jetcache.embedded.LinkedHashMapCacheBuilder;
import com.qiniu.util.Auth;
import com.qiniu.util.StringMap;
import com.tollge.common.annotation.mark.Biz;
import com.tollge.common.annotation.... |
package com.spring5.projects.springrecipeproject.commands;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
@Setter
@Getter
@NoArgsConstructor
public class CategoryCommand {
private Long id;
private String description;
} |
/*
* Copyright (c) 2015 IRCCloud, Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... |
/*
* Copyright 2015-2020 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... |
/*
* 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 (C) 2010 by Yan Huang <yhuang@virginia.edu>
package Program;
import LookupTable.LookupTableSender;
import Utils.StopWatch;
import Utils.Utils;
import YaoGC.State;
import YaoGC.Wire;
import java.math.BigInteger;
public class AESEncryptServer extends ProgServer {
private BigInteger[][] slps, clps;
... |
/*
* Copyright (c) 2019 Dario Lucia (https://www.dariolucia.eu)
*
* 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
*
* Un... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.