text stringlengths 7 995k |
|---|
/**
*
* Copyright (c) 2017 ytk-mp4j https://github.com/yuantiku
*
* 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, ... |
/*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... |
package es.redmic.usersettingslib.events.clearselection;
import java.util.UUID;
import org.apache.avro.Schema;
import es.redmic.usersettingslib.dto.SelectionDTO;
import es.redmic.usersettingslib.events.SettingsEventTypes;
import es.redmic.usersettingslib.events.common.SelectionEvent;
/*-
* #%L
* user-settings-lib... |
package com.example.vinicius.cinecampoapp.FragEAtiv;
import android.os.Bundle;
import android.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import com.example.vinicius.cinecampoapp.R;
public class Home extends Fragment {
public Home() {
}
pub... |
/*package com.sysview.docauto.dao;
import java.util.List;
import com.sysview.docauto.model.Clase;
public interface ClaseDAO {
List<Clase> getClases();
List<Clase> filterByPlataforma(String sistemaId);
List<Clase> filterBySistema(String plataformaId);
List<Clase> filterByBiblioteca(String bibliotec... |
/*
* 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 2002-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... |
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed u... |
/*
* 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.ezand.tinkerpop.gizmo.annotations;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target(ElementType.FIELD)
@Retention(RetentionPolicy.SOURCE)
public @interface Id {
} |
public abstract class ExaminationDecorator implements Examination {
protected Examination examination;
public ExaminationDecorator(Examination exam) {
this.examination=exam;
}
@Override
public String addoperation() {
return examination.addoperation();
}
@Override
public int cost() {
return ex... |
/*
* Copyright (C) 2014 Square, 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 agre... |
package com.jiema0217.gulimall.ware.controller;
import java.util.Arrays;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.web.bind.ann... |
/*
* Copyright 2013-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... |
/*
* Copyright 2014-2019 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 ... |
package net.minecraft.world;
public class WorldType {
public static final WorldType[] worldTypes = new WorldType[16];
public static final WorldType DEFAULT = (new WorldType(0, "default", 1)).setVersioned();
public static final WorldType FLAT = new WorldType(1, "flat");
public static final WorldType LARGE_B... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to you under the Apache License, Version 2.0
* (the "License"); you may ... |
package gov.nasa.jpl.aerie.scheduler;
/**
* specification of a value tracked over time
*
* state definitions include type and domain information for their
* values, as well as relationships to other states and system models
*/
public class StateDefinition<T extends Comparable<T>> {
} |
/*
* Copyright 2016 Christoph Böhme
*
* 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... |
package com.chen.f.common.api.response.error.i18n;
import com.chen.f.common.api.response.error.ErrorResponse;
import com.chen.f.common.configuration.helper.I18nHelper;
/**
* 国际化的错误响应
* <p>
* 继承{@link com.chen.f.common.api.response.error.ErrorResponse}方便查找
*
* @author chen
* @since 2019/11/29 16:04.
*/
public i... |
package won.node.springsecurity.acl;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.GrantedAuthority;
import won.auth.AuthUtils;
import won.auth.model.AuthToken;
import java.util.ArrayDeque;
import java.util.Collection;
public class WonAclTokenAuthentication impleme... |
package com.tuware.msbuild.contract.seed;
import com.tuware.msbuild.contract.msbuild.solution.ProjectTypeGuid;
import lombok.*;
import java.nio.file.Path;
import java.util.List;
import java.util.UUID;
@Builder
@AllArgsConstructor(access = AccessLevel.PRIVATE)
@NoArgsConstructor
@Getter
public class SolutionSeed {
... |
package br.com.zupacademy.adriano.microservicepropostas.geracartao;
import java.time.LocalDateTime;
public class CarteiraResponse {
private String id;
private String email;
private LocalDateTime associadaEm;
private String emissor;
public CarteiraResponse(String id, String email, LocalDateTime ... |
package jetbrains.mps.lang.modelapi.editor;
/*Generated by MPS */
import jetbrains.mps.nodeEditor.menus.transformation.TransformationMenuBase;
import java.util.Set;
import jetbrains.mps.internal.collections.runtime.SetSequence;
import java.util.HashSet;
import jetbrains.mps.lang.editor.menus.transformation.MenuLocati... |
/*
* Copyright (C) 2014 Kevin Shen
*
* 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... |
package com.thoughtworks.demo.service.impl;
import com.thoughtworks.demo.service.RedisService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.data.redis.core.BoundValueOperations;
import org.springframework.data.redis.core.RedisTemplate;
import org.springframework.data.redis.... |
package com.arturo.jm2api.build.feature;
import com.arturo.jm2api.build.Build;
import com.arturo.jm2api.common.Profiles;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.runners.MockitoJUnitRunner;
import org.springframework.test.context.ActiveProfiles;
import java.u... |
package org.bukkit.event.player;
import org.apache.commons.lang.Validate;
import org.bukkit.entity.Player;
import org.bukkit.event.Cancellable;
import org.bukkit.event.HandlerList;
import java.util.HashSet;
import java.util.Set;
/**
* This event is called whenever a player runs a command (by placing a slash
* at t... |
package edu.miracosta.cs113;
import java.util.ArrayList;
import java.util.Comparator;
public class MaxHeap<E> extends Heap<E>
{
//Data fields:
/** The initial capacity for this ArrayList */
public static final int cap = 15;
/** The ArrayList to hold the data . */
ArrayList<E> theData;
/** Reference to a Compar... |
/*
* 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.github.ledoyen.automocker.examples.fruit;
public class Fruit implements Nourriture {
private final String nom;
public Fruit(String nom) {
this.nom = nom;
}
@Override
public String nom() {
return nom;
}
@Override
public int prix() {
return nom.leng... |
package riotapi.staticdata.champion;
public class BlockItemDto {
private int count;
private int id;
public int get_count() {
return count;
}
public void set_count(int count) {
this.count = count;
}
public int get_id() {
return id;
}
public void set_id(int... |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/dialogflow/v2beta1/document.proto
package com.google.cloud.dialogflow.v2beta1;
/**
*
*
* <pre>
* Request message for [Documents.UpdateDocument][google.cloud.dialogflow.v2beta1.Documents.UpdateDocument].
* </pre>
*
* Protobuf ty... |
package games.Nim;
import java.io.IOException;
import javax.swing.JFrame;
import controllers.PlayAgent;
import games.Arena;
import games.Evaluator;
import games.Feature;
import games.GameBoard;
import games.XNTupleFuncs;
import games.Hex.HexConfig;
import games.Sim.ConfigSim;
import games.ArenaTrain;
/**
* {@link ... |
/*
* Copyright 2000-2017 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 me.nokko.bexment.mixin;
import me.nokko.bexment.common.registry.BSMObjects;
import moriyashiine.bewitchment.common.item.TaglockItem;
import moriyashiine.bewitchment.common.recipe.TaglockCraftingRecipe;
import net.minecraft.item.ItemStack;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepowered.asm.m... |
package com.niucube.overhaul.mode;
public class CircuiBoard {
public Integer code;
public String message;
public DataDTO data;
public static class DataDTO {
public Integer score;
public String label;
}
} |
package org.v8LogScanner.rgx;
import org.v8LogScanner.logs.LogsOperations;
import org.v8LogScanner.rgx.RegExp.PropTypes;
import java.io.Serializable;
import java.util.List;
public interface ScanProfile extends Serializable, Cloneable {
enum RgxOpTypes {CURSOR_OP, HEAP_OP, USER_OP}
enum GroupTypes {BY_PROPS... |
/*
* This file is part of jTransfo, a library for converting to and from transfer objects.
* Copyright (c) PROGS bvba, Belgium
*
* The program is available in open source according to the Apache License, Version 2.0.
* For full licensing details, see LICENSE.txt in the project root.
*/
package org.jtransfo;
/**... |
package com.ekunt.servlet;
import java.io.IOException;
import java.io.PrintWriter;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
/**
* Servlet impl... |
package com.lives.manage.web.service;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
im... |
package entities.compiler;
public class Number implements CompilerEntity {
private int value;
public Number(int value) {
this.value = value;
}
public int getValue() {
return value;
}
} |
package edu.cloudy.geom;
import java.util.Random;
/*************************************************************************
* Compilation: javac Point.java
* Execution: java Point
*
* Implementation of 2D point using rectangular coordinates.
*
************************************************************... |
package org.logstash.config.ir.compiler;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Objects;
import java.util.function.Predicate;
import org.jruby.RubyString;
import org.jruby.runtime.builtin.IRubyObject;
import org.jruby.util.ByteList;
import org.logstash.ConvertedList;
im... |
/*
* Copyright (C) 2019-2021 Lightbend Inc. <https://www.lightbend.com>
*/
package jdocs.persistence.testkit;
import akka.actor.typed.ActorSystem;
import akka.actor.typed.Behavior;
import akka.persistence.testkit.PersistenceTestKitPlugin;
import akka.persistence.testkit.PersistenceTestKitSnapshotPlugin;
import akka... |
/*
* Copyright (C) 2009 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 app... |
// ---------------------------------------------------------------------------------------------
// Copyright (c) Akash Nag. All rights reserved.
// Licensed under the MIT License. See LICENSE.md in the project root for license information.
// --------------------------------------------------------------------------... |
package module1193packageJava0;
import java.lang.Integer;
public class Foo115 {
Integer int0;
public void foo0() {
new module1193packageJava0.Foo114().foo3();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
foo2();
}
} |
/*
* Copyright (C) 2015 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 app... |
package org.azd.distributedtask.types;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
/***
* Reason for this update.
*/
@JsonIgnoreProperties(ignoreUnknown = true)
public class TaskAgentUpdateReason {
/***
* Code
*/
@JsonProperty... |
package com.wuxiu.galaxy.integration;
import com.wuxiu.galaxy.api.common.entity.APIResult;
import com.wuxiu.galaxy.api.common.page.PageInfo;
import com.wuxiu.galaxy.api.dto.AdminInfoDTO;
import com.wuxiu.galaxy.api.dto.LostCompensateRecordInfoDTO;
import com.wuxiu.galaxy.api.dto.LostCompensateRecordQueryDTO;
import co... |
/*
* Copyright 2014-present Facebook, 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... |
/**
*
*/
package org.iplantc.service.metadata.model.enumerations;
/**
* @author dooley
*
*/
public enum MetadataEventType {
CREATED("A new metadata item was created"),
UPDATED("A metadata was updated"),
DELETED("A metadata item was deleted from active use"),
RESTORED("A metadata item was restor... |
package org.endeavourhealth.transform.emis.openhr.transforms.clinical;
import org.endeavourhealth.common.fhir.FhirProfileUri;
import org.endeavourhealth.common.fhir.ReferenceHelper;
import org.endeavourhealth.core.exceptions.TransformException;
import org.endeavourhealth.transform.emis.openhr.schema.OpenHR001HealthDom... |
package com.rotanava.boot.system.api.module.system.bean;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import java.io.Serializable;
/**
* @description:
* @author: jintengzhou
* @date: 2021-03-05 10:25
*/
@Data
public class SysDepartmentLabel implements Serializable {
/**
* 系统部门ID
... |
/*
* 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.light4j.dataStructure.linearList.seqList;
import org.light4j.dataStructure.linearList.LList;
public class Test {
public static void main(String[] args) {
// 初始化默认值容量的SeqList
LList<String> defalutValueList = new SeqList<String>();
// 添加A,B,C三个元素
defalutValueList.add("A");
defalutValueList.add("B... |
/*
* Class: MultivariateFunction
* Description: Represents a function of multiple variables.
* Environment: Java
* Software: SSJ
* Copyright (C) 2001 Pierre L'Ecuyer and Universite de Montreal
* Organization: DIRO, Universite de Montreal
* @author
* @since
*
*
* Licensed under the Apach... |
/*
* 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 is a generated file. Not intended for manual editing.
package com.intellij.devkt.json.psi;
import java.util.List;
import org.jetbrains.annotations.*;
import org.jetbrains.kotlin.com.intellij.navigation.ItemPresentation;
public interface JsonObject extends JsonContainer {
@NotNull
List<JsonProperty> getPr... |
package org.ontology.processor.models.responses;
import java.util.HashMap;
/**
* Created by thisura on 7/2/18.
*/
public class Node {
private Long id;
private HashMap <String,String> properties;
public Node(Long id,HashMap<String,String> properties){
this.id=id;
this.properties=proper... |
/*
* (C) Copyright 2021 Boni Garcia (https://bonigarcia.github.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 requir... |
/*
* Project Abraxas
*
* Copyright (c) 2017-2021. Elex. All Rights Reserved.
* https://www.elex-project.com/
*/
package com.elex_project.abraxas;
import org.jetbrains.annotations.Contract;
import org.jetbrains.annotations.NotNull;
import java.io.File;
import java.io.IOException;
import java.util.Locale;
/**
*... |
package fr.aven.bot.commands.util;
import fr.aven.bot.Constants;
import fr.aven.bot.modules.core.CommandEvent;
import fr.aven.bot.modules.core.ICommand;
import fr.aven.bot.util.MessageUtil;
import fr.aven.bot.util.OMDB;
import net.dv8tion.jda.api.EmbedBuilder;
import net.dv8tion.jda.api.entities.MessageEmbed;
import n... |
/*
* Copyright (C) 2015 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 app... |
/**
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the LICENSE
* file in the root directory of this source tree.
*/
package com.facebook.v8.reactexecutor;
import com.facebook.react.bridge.JavaScriptExecutor;
import com.facebook.react.bridge.JavaS... |
/*
* Copyright (C) 2007 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 app... |
package com.curso.examen01;
class Q30 {
public static void main(String[] args) {
//Ver clases del paquete com.curso.examen01.q30
}
} |
package jp.wasabeef.takt;
/**
* Copyright (C) 2017 Wasabeef
*
* 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 app... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.azure.management.resources.fluentcore.profile;
import com.azure.core.management.AzureEnvironment;
import com.azure.core.util.Configuration;
import java.util.Objects;
/**
* Azure profile for client.
*/
publi... |
package tankgame;
import javax.imageio.ImageIO;
import javax.swing.*;
import java.awt.*;
import java.awt.event.KeyEvent;
import java.awt.event.KeyListener;
import java.awt.geom.AffineTransform;
import java.awt.image.BufferedImage;
import java.io.File;
import java.io.IOException;
import java.util.Observable;
import jav... |
/*
* 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 FXMLS.HR4.Model;
/**
*
* @author Jaeeeee
*/
public class HR4_NewPayrollModel extends Synapse.Model{
public HR4_NewPayr... |
package com.networkedassets.autodoc.transformer.util.uml.data;
public class Relation {
private String source;
private String type;
private String target;
public Relation() {
}
public Relation(String source, String type, String target) {
this.source = source;
this.type = type;... |
/*
* Copyright (c) 2015 PocketHub
*
* 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... |
package com.alley.alley.activity;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.LinearLayoutManager;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Toast;
import com.... |
package io.hanko.sdk.http;
import io.hanko.sdk.config.HankoClientConfig;
import io.hanko.sdk.exception.HankoApiException;
import io.hanko.sdk.exception.HankoAuthenticationException;
import io.hanko.sdk.exception.HankoNotFoundException;
import org.apache.http.HttpStatus;
import org.apache.http.impl.client.CloseableHttp... |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
pa... |
package com.thinkgem.jeesite.modules.erp.entity;
import java.io.Serializable;
import java.util.List;
public class RequisitionEntity implements Serializable{
/**
*
*/
private static final long serialVersionUID = -8268420789991066700L;
private List<AccountRequisitionDetail> list;
public List<AccountRequi... |
package com.wemirr.framework.commons.exception;
/**
* 基础异常码接口
*
* @author Levin
* @since 2020-09-27
*/
public interface BaseExceptionCode {
/**
* 异常编码
*
* @return code
*/
int getCode();
/**
* 异常消息
*
* @return 异常信息
*/
String getMessage();
} |
/*
* Copyright 2019 Pnoker. 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... |
package es.novasoft.sitae.perfiles.adminLocal.muestraInformacionUsuario.actions;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.struts.action.ActionForm;
import org.apache.str... |
package com.thinkgem.jeesite.modules.sys.utils;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.net.MalformedURLException;
import java.net.URL;
import java.net.URLConnection;
import java.util.HashMap;
import java.util.Map;
import net.sf.json.JSONObject;
/**
*... |
package com.vdx.designertoast;
import android.content.Context;
import androidx.test.platform.app.InstrumentationRegistry;
import androidx.test.ext.junit.runners.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on a... |
/*
* Copyright 2013 Zakhar Prykhoda
*
* midao.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 re... |
/*
* Copyright (C) 2015 Siara Logics (cc)
*
* 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.Da_Technomancer.crossroads.items.itemSets;
import com.Da_Technomancer.crossroads.tileentities.rotary.mechanisms.IMechanism;
import com.Da_Technomancer.crossroads.tileentities.rotary.mechanisms.MechanismTileEntity;
import net.minecraft.network.chat.Component;
import net.minecraft.network.chat.TranslatableCo... |
package com.jcodes.memcache;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Set;
import org.apache.log4j.Level;
import org.apache.log4j.Logger;
import com.alisoft.xplatform.asf.cache.ICacheManager;
import com.alisoft.xplatform.asf.cache.IMemcachedCache;
import com.alisoft.xpla... |
package frc.robot.commands.shooter;
import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard;
import edu.wpi.first.wpilibj2.command.CommandBase;
import edu.wpi.first.wpilibj2.command.WaitCommand;
import frc.robot.subsystems.Limelight;
import frc.robot.subsystems.Magazine;
import frc.robot.subsystems.Shooter;
import ... |
//
// ========================================================================
// Copyright (c) 1995-2013 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------
// All rights reserved. This program and the accompanying materials
// are made available under the ter... |
package com.codepath.apps.nftweetsapp.models;
import org.json.JSONException;
import org.json.JSONObject;
/**
* Created by najmeh.f on 12/13/2015.
*/
public class User {
private String name;
private long uid;
private String screenName;
private String profileImageUrl;
public String getName() {
... |
/**
* 客户端
*/
package test;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.PooledByteBufAllocator;
import io.netty.util.ResourceLeakDetector;
import java.net.InetSocketAddress;
import java.nio.charset.Charset;
import org.beykery.jkcp.Kcp;
import org.beykery.jkcp.KcpClient;
import org.beykery.jkcp.KcpOnUdp;
/... |
package com.xxl.job.admin.controller;
import com.xxl.job.admin.core.exception.XxlJobException;
import com.xxl.job.admin.core.model.XxlJobGroup;
import com.xxl.job.admin.core.model.XxlJobInfo;
import com.xxl.job.admin.core.model.XxlJobUser;
import com.xxl.job.admin.core.route.ExecutorRouteStrategyEnum;
import com.xxl.j... |
package org.jboss.weld.tests.resolution.weld1075;
public abstract class AbstractClass1<T1, T2, T3> implements Interface2<T1, T2> {
} |
/*
* Accounting API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* OpenAPI spec version: 2.0.0
* Contact: api@xero.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
... |
package com.github.dockerunit.core.internal;
import com.github.dockerunit.core.annotation.Svc;
import java.lang.annotation.Annotation;
import java.lang.reflect.Method;
import java.util.List;
public interface ServiceDescriptor {
Svc getSvcDefinition();
String getSvcName();
List<? extends Annotation> ge... |
/*
* 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... |
/*
* Copyright 2017 Apereo
*
* 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 wr... |
/*
* OpenAPI Petstore
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
*
* The version of the OpenAPI document: 1.0.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-gener... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.