text stringlengths 7 995k |
|---|
package java.util;
public abstract class EnumSet<E extends Enum<E>> extends AbstractSet<E> {
} |
package io.renren.modules.groupon.dao;
import io.renren.modules.groupon.entity.GrouponEntity;
import com.baomidou.mybatisplus.mapper.BaseMapper;
import java.util.List;
import java.util.Map;
/**
*
*
* @author chenshun
* @email sunlightcs@gmail.com
* @date 2019-06-27 17:17:35
*/
public interface GrouponDao ext... |
/*
* 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 ma... |
package org.fisco.bcos.channel.dto;
import io.netty.buffer.ByteBuf;
import java.io.UnsupportedEncodingException;
import org.fisco.bcos.channel.handler.Message;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
public class ChannelMessage2 extends Message {
private static Logger logger = LoggerFactory.getLo... |
/*
* Copyright (C) 2014 The Dagger 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 ag... |
/*
* Copyright (c) 2016 Open Baton (http://www.openbaton.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 ... |
/*
* 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.commons.jcs3.engine.memory.soft;
/*
* 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... |
package local.tin.tests.simple.jms.producer;
import com.rabbitmq.jms.admin.RMQConnectionFactory;
import javax.jms.*;
import org.apache.log4j.Logger;
public class SimpleQueueSender {
private static final Logger LOGGER = Logger.getLogger(SimpleQueueSender.class);
public static final int RABBITMQ_PORT = 5672;
... |
// ============================================================================
//
// Copyright (C) 2006-2016 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt
//
// You should have receiv... |
package course.examples.permissionexample.boomuser;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.view.View;
import android.view.View.OnClickListener;
import android.widget.Button;
public class BoomUserActivity extends Activity {
// String used to represent the... |
package io.renren.controller;
import io.swagger.annotations.ApiOperation;
import org.springframework.stereotype.Controller;
import org.springframework.web.bind.annotation.RequestMapping;
@Controller()
public class IndexController {
@RequestMapping("/index")
@ApiOperation("访问主页")
public String index(){
... |
package com.zl.way.user.model;
public class UserDeviceParam extends UserDevice {
} |
package com.cloud.user.dao;
import com.cloud.user.SSHKeyPairVO;
import com.cloud.utils.db.GenericDaoBase;
import com.cloud.utils.db.SearchCriteria;
import java.util.List;
import org.springframework.stereotype.Component;
@Component
public class SSHKeyPairDaoImpl extends GenericDaoBase<SSHKeyPairVO, Long> implements ... |
package com.knightboot.weaver.internal.exception;
/**
* Created by Knight-ZXW on 21/3/22.
*/
public class LoadClassException extends RuntimeException{
public LoadClassException(String message, Throwable cause) {
super(message, cause);
}
} |
package uncc.test;
import static org.junit.Assert.*;
import java.sql.SQLException;
import org.junit.Test;
import uncc.HSQLDatabaseConnection;
import uncc.ISBNLookup;
import uncc.objects.Book;
import uncc.tables.BookTable;
import uncc.tables.RentalTable;
import uncc.tables.StudentTable;
import uncc.tables.TutorTable... |
/**
* Copyright 2005-2019 The Kuali Foundation
*
* Licensed under the Educational Community License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.opensource.org/licenses/ecl2.php
*
* Unless required by a... |
/* 1: */ package com.usst.app.order.cashBasis.fee.action;
/* 7: */ import java.util.ArrayList;
/* 8: */ import java.util.HashMap;
/* 9: */ import java.util.List;
/* 10: */ import java.util.Map;
/* 11: */ import org.apache.log4j.Logger;
import com.usst.app.order.cashBasis.fee.model.FeeItem;
import com.u... |
/*
* Copyright 2017 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 app... |
/*
* This file is generated by jOOQ.
*/
package jooq.generated.tables;
import java.time.LocalDate;
import java.util.Arrays;
import java.util.List;
import jooq.generated.DefaultSchema;
import jooq.generated.Keys;
import jooq.generated.tables.records.ProductlineRecord;
import org.jooq.Field;
import org.jooq.Foreign... |
/*******************************************************************************
* Copyright (c) 2013
* Institute of Computer Aided Automation, Automation Systems Group, TU Wien.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided t... |
package com.qaprosoft.carina.demo.gui.pages;
import org.openqa.selenium.WebDriver;
import com.qaprosoft.carina.core.gui.AbstractPage;
public class ToolsPage extends AbstractPage {
public ToolsPage(WebDriver driver) {
super(driver);
setPageURL("/tools.php3");
}
} |
package com.github.dynodao.processor.stage;
import com.github.dynodao.DynoDaoCreateTable;
import com.github.dynodao.DynoDaoLoad;
import com.github.dynodao.DynoDaoQuery;
import com.github.dynodao.DynoDaoScan;
import com.github.dynodao.processor.schema.index.DynamoIndex;
import com.github.dynodao.processor.schema.index.... |
package no.nav.pto.veilarbportefolje.config;
import no.nav.pto.veilarbportefolje.util.TestUtil;
import no.nav.pto.veilarbportefolje.aktiviteter.AktivitetDAO;
import no.nav.pto.veilarbportefolje.database.BrukerRepository;
import no.nav.pto.veilarbportefolje.oppfolging.OppfolgingRepository;
import org.springframework.co... |
package org.societies.webapp.dao;
/**
* Copyright (c) 2011, SOCIETIES Consortium (WATERFORD INSTITUTE OF TECHNOLOGY (TSSG), HERIOT-WATT UNIVERSITY (HWU), SOLUTA.NET
* (SN), GERMAN AEROSPACE CENTRE (Deutsches Zentrum fuer Luft- und Raumfahrt e.V.) (DLR), Zavod za varnostne tehnologije
* informacijske družbe in elek... |
package com.pds.graphqljava.exception;
import java.util.List;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonInclude.Include;
import graphql.ErrorType;
import graphql.GraphQLError;
import graphql.language.SourceLocation;
@JsonInclude(value = In... |
package org.jabref.logic.importer.fileformat;
import java.io.IOException;
import java.net.URISyntaxException;
import java.nio.charset.Charset;
import java.nio.file.Path;
import java.nio.file.Paths;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import org.jabref.logic.util.FileType;
imp... |
/*
* Copyright 2021 Global Biodiversity Information Facility (GBIF)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless requ... |
package cn.hellosix.logic;
import cn.hellosix.dao.History;
import cn.hellosix.dao.Sql;
import net.sf.json.JSONArray;
import net.sf.json.JSONObject;
import cn.hellosix.util.ClientSign;
import cn.hellosix.util.JdbcTool;
import cn.hellosix.util.SqlParser;
import java.sql.SQLException;
import java.util.HashMap;
import ja... |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package edu.uniroma1.msecs.soapserver;
import javax.jws.WebService;
/**
*
* @author biar
*/
@WebService(endpointInterface = "edu.u... |
package com.wujia.support.log;
/**
* 堆栈信息格式化
*/
public class HiStackTraceFormatter implements HiLogFormatter<StackTraceElement[]> {
@Override
public String format(StackTraceElement[] stackTrace) {
StringBuilder sb = new StringBuilder(128);
if (stackTrace == null || stackTrace.length == 0) {
... |
/*
* JBoss, Home of Professional Open Source
* Copyright 2012, Red Hat Middleware LLC, and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not us... |
package org.goldenroute.model;
public enum Intervals
{
Minute, Minute5, Minute15, Minute30, Hour, Daily, Weekly, Monthly;
} |
package cn.shopee.web.modules.sys.service.impl;
import cn.shopee.common.mybatis.mvc.service.impl.CommonServiceImpl;
import cn.shopee.web.modules.sys.entity.UserRole;
import cn.shopee.web.modules.sys.mapper.UserRoleMapper;
import cn.shopee.web.modules.sys.service.IUserRoleService;
import org.springframework.stereotype... |
package com.leetcode.algorithm.medium.designsnakegame;
import java.util.LinkedList;
import java.util.Objects;
class SnakeGame {
private int score;
private int rows;
private int cols;
private int[][] food;
private LinkedList<Point> snake;
/**
* Initialize your data structure here.
*
* @param wid... |
import com4j.ComException;
import wsh.ClassFactory;
import javax.swing.*;
import javax.swing.border.EmptyBorder;
import java.awt.*;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
/**
* Swing-based demo that uses com4j.
*
* @author Kohsuke Kawaguchi (kk@kohsuke.org)
*/
public class SwingD... |
// 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.intellij.laf.win10;
import com.intellij.ide.ui.laf.darcula.ui.DarculaRadioButtonUI;
import com.intellij.ui.scale.JBUIScale;
import com.intellij.util.ui.EmptyIcon;
imp... |
/*
* Copyright 2022 ThoughtWorks, 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 part of TechReborn, licensed under the MIT License (MIT).
*
* Copyright (c) 2020 TechReborn
*
* 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, inc... |
// Copyright 2014 The Bazel Authors. 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 applica... |
/*
* Copyright (c) 2016-2021 Deephaven Data Labs and Patent Pending
*/
package io.deephaven.db.v2.utils;
import io.deephaven.base.testing.BaseArrayTestCase;
import io.deephaven.db.tables.Table;
import io.deephaven.util.QueryConstants;
import io.deephaven.db.tables.utils.TableTools;
public class CumulativeUtilTest ... |
package com.twinkle.framework.datasource;
import com.twinkle.framework.datasource.matcher.ExpressionMatcher;
import com.twinkle.framework.datasource.matcher.Matcher;
import com.twinkle.framework.datasource.matcher.RegexMatcher;
import lombok.Getter;
import java.util.LinkedList;
import java.util.List;
/**
* Auto swi... |
/**
* 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.jgt.xx.hrhelper.web.auth;
import com.jgt.xx.hrhelper.base.PageDataVO;
import com.jgt.xx.hrhelper.base.ResponseVO;
import com.jgt.xx.hrhelper.model.auth.Role;
import com.jgt.xx.hrhelper.servcie.auth.RoleServcie;
import com.jgt.xx.hrhelper.valid.CreateGroup;
import lombok.extern.slf4j.Slf4j;
import org.sprin... |
package org.bch.c3pro.server.external;
import com.amazonaws.auth.AWSCredentials;
import com.amazonaws.auth.profile.ProfileCredentialsProvider;
import com.amazonaws.regions.Region;
import com.amazonaws.regions.Regions;
import com.amazonaws.services.s3.AmazonS3;
import com.amazonaws.services.s3.AmazonS3Client;
import co... |
package io.ray.streaming.runtime.streamingqueue;
import io.ray.api.BaseActorHandle;
import io.ray.api.Ray;
import io.ray.api.ActorHandle;
import io.ray.runtime.functionmanager.JavaFunctionDescriptor;
import io.ray.streaming.runtime.config.StreamingWorkerConfig;
import io.ray.streaming.runtime.transfer.ChannelID;
impor... |
package tp.p3.control.factory;
import tp.p3.logic.zombies.*;
public class ZombieFactory {
private static Zombie[] availableZombies = {
new ZombieCommon(),
new ZombieCaracubo(),
new ZombieDeportista()
};
public static Zombie getZombie(String ZombieName) {
Zombie zombie = null;
int i = 0;
while(i < ... |
package com.license.licenserecordsystem.web.filter.gzip;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
public final class GZipResponseUtil {
private static final Logger LOG = LoggerFactory.getLogger(GZipRespo... |
package com.github.mictaege.eval.spoon.example;
import com.github.mictaege.eval.spoon.processing.Fork;
import com.github.mictaege.eval.spoon.processing.OnlyIf;
import org.junit.Test;
import static com.github.mictaege.eval.spoon.example.BearerType.SOJUS;
import static com.github.mictaege.eval.spoon.example.BearerType.... |
/**
* @License
* Copyright 2020 TPACK XS Application
*
* 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... |
/*
* 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 not ... |
/* ************************************************************************
LEBAH PORTAL FRAMEWORK
Copyright (C) 2007 Shamsul Bahrin
* ************************************************************************ */
package lebah.app;
import javax.servlet.http.HttpSession;
import org.apache.velocity.Template;
/**
*... |
/*
* Copyright 2004-2014 H2 Group. Multiple-Licensed under the MPL 2.0,
* and the EPL 1.0 (http://h2database.com/html/license.html).
* Initial Developer: H2 Group
*/
package com.neradb.command.dml;
import java.util.ArrayList;
import java.util.HashSet;
import com.neradb.command.CommandInterface;
import com.neradb.... |
package org.jfrog.build.extractor.clientConfiguration.util;
import com.google.common.io.Files;
import org.apache.commons.io.FileUtils;
import org.apache.commons.io.IOUtils;
import org.apache.commons.lang3.BooleanUtils;
import org.apache.commons.lang3.StringUtils;
import org.apache.commons.lang3.math.NumberUtils;
impor... |
/*
* 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 ink.ikx.rt.impl.mods.jei.recipe;
import hellfirepvp.astralsorcery.client.util.RenderConstellation;
import hellfirepvp.astralsorcery.common.constellation.IConstellation;
import hellfirepvp.astralsorcery.common.constellation.star.StarLocation;
import hellfirepvp.astralsorcery.common.lib.BlocksAS;
import ink.ikx.... |
/* MACHINE GENERATED FILE, DO NOT EDIT */
package org.lwjgl.opengl;
import org.lwjgl.*;
import java.nio.*;
public final class EXTFramebufferMultisampleBlitScaled {
/**
* Accepted by the <filter> parameter of BlitFramebuffer:
*/
public static final int GL_SCALED_RESOLVE_FASTEST_EXT = 0x90BA,
GL_SCALED... |
/*
* Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to... |
/*
* Copyright (c) 2015-present, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*/
package com... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE190_Integer_Overflow__int_File_add_61b.java
Label Definition File: CWE190_Integer_Overflow__int.label.xml
Template File: sources-sinks-61b.tmpl.java
*/
/*
* @description
* CWE: 190 Integer Overflow
* BadSource: File Read data from file (named c:\data.txt)
* GoodSourc... |
/*
* Copyright © 2016-2017 European Support Limited
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
/*
* Copyright Debezium Authors.
*
* Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
*/
package io.debezium.connector.postgresql;
import java.time.Instant;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import org.apac... |
/*******************************************************************************
* Copyright 2013-2015 alladin-IT GmbH
* Copyright 2013-2015 Rundfunk und Telekom Regulierungs-GmbH (RTR-GmbH)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with th... |
/*
* -------------------------------- MIT License --------------------------------
*
* Copyright (c) 2017-2020 SNF4J contributors
*
* 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 wi... |
/*
* Copyright (c) 2018, 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.org/li... |
package com.hazelcast.test.jitter;
import java.util.ArrayList;
import java.util.concurrent.atomic.AtomicReferenceArray;
import static com.hazelcast.test.jitter.JitterRule.AGGREGATION_INTERVAL_MILLIS;
import static com.hazelcast.test.jitter.JitterRule.CAPACITY;
import static com.hazelcast.util.QuickMath.modPowerOfTwo;... |
package com.codegym.task.task01.task0122;
/*
Finding bugs
*/
// Mustafa YAŞAR
public class Solution {
public static void main(String[] args) {
int a = 56;
int b = 30;
int c = 14;
System.out.print(a + b + c);
}
} |
/*
* Copyright (c) Meta Platforms, Inc. and 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 appl... |
/*
* Copyright (c) 2020 Omega Launcher
*
* 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 a... |
package com.horstmann.corejava.v2ch03.xpath;
import java.awt.*;
import java.awt.event.*;
import java.io.*;
import java.nio.file.*;
import java.util.*;
import javax.swing.*;
import javax.swing.border.*;
import javax.xml.namespace.*;
import javax.xml.parsers.*;
import javax.xml.xpath.*;
import org.w3c.dom.*;
import org.... |
package org.n3r.eql.parser;
import org.n3r.eql.util.S;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class PartParserFactory {
static Pattern pattern = Pattern.compile("(\\w+)\\b(.*)", Pattern.DOTALL);
public static PartParser tryParse(String clearLine) {
Matcher matcher = p... |
/*
* Copyright 2019 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... |
package io.sentry.adapters;
import com.google.gson.JsonElement;
import com.google.gson.JsonObject;
import com.google.gson.JsonSerializationContext;
import com.google.gson.JsonSerializer;
import java.lang.reflect.Type;
import java.util.Map;
import org.jetbrains.annotations.ApiStatus;
import org.jetbrains.annotations.No... |
/*****************************************************************
JADE - Java Agent DEvelopment Framework is a framework to develop
multi-agent systems in compliance with the FIPA specifications.
Copyright (C) 2000 CSELT S.p.A.
GNU Lesser General Public License
This library is free software; you can redistribute i... |
package com.mapbox.services.android.navigation.ui.v5;
import android.location.Location;
import android.support.annotation.NonNull;
import com.mapbox.api.directions.v5.models.DirectionsRoute;
import com.mapbox.geojson.Point;
import com.mapbox.services.android.navigation.ui.v5.camera.NavigationCamera;
public interface... |
package com.octopus.tools.dataclient.v2;
import com.octopus.tools.dataclient.dataquery.AngleQuery;
import com.octopus.tools.dataclient.v2.ds.RouteResultBean;
import com.octopus.utils.ds.Condition;
import com.octopus.utils.ds.TableBean;
import com.octopus.tools.dataclient.v2.ds.TableContainer;
import com.octopus.utils.... |
/*
* 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 Keith D Gregory
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in w... |
package com.huaweicloud.sdk.dns.v2.model;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.Objects;
/** Request Object */
public class ListTagsRequest {
@JsonInclude(JsonInclude.Include.NON_NULL)
@JsonProperty(value = "resource_type"... |
import org.antlr.v4.gui.TreeViewer;
import org.antlr.v4.runtime.ANTLRInputStream;
import org.antlr.v4.runtime.CommonTokenStream;
import org.antlr.v4.runtime.tree.ParseTree;
import org.antlr.v4.runtime.tree.ParseTreeWalker;
import javax.swing.*;
import javax.swing.border.EtchedBorder;
import javax.swing.border.TitledBo... |
/*
* Copyright 2021 Google LLC
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... |
package com.springframework.spring5petclinic.model;
import lombok.*;
import javax.persistence.*;
import java.util.HashSet;
import java.util.Set;
@Getter
@Setter
@NoArgsConstructor
@AllArgsConstructor
@Entity
@Table(name = "owners")
public class Owner extends Person {
@Builder
public Owner(Long id, String fi... |
package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 租客查询支付宝授权状态
*
* @author auto create
* @since 1.0, 2018-06-25 14:49:18
*/
public class AlipayEcoRenthouseRenterIdinfoQueryModel extends AlipayObject {
private static final long serialVersion... |
/*
* Copyright 2020 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 applica... |
package com.coolweather.android.gson;
import com.google.gson.annotations.SerializedName;
/**
* Created by yccer on 2017/7/10.
*/
public class Basic {
@SerializedName("city")
public String cityName;
@SerializedName("id")
public String weatherId;
public Update update;
public class Update{
... |
/*
* 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 2014-2016 Intel Corporation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, s... |
package com.smatechnologies.opcon.restapiclient.api.jobinstanceactions;
import com.smatechnologies.opcon.restapiclient.Ws;
import com.smatechnologies.opcon.restapiclient.WsException;
import com.smatechnologies.opcon.restapiclient.WsFactory;
import com.smatechnologies.opcon.restapiclient.model.JobInstanceAction;
impor... |
/*
* Copyright (c) 2017 - 2019, SmartDeviceLink Consortium, Inc.
* All 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, t... |
package nodebox.graphics;
import com.google.common.base.Function;
import java.awt.*;
import java.awt.geom.GeneralPath;
import java.util.ArrayList;
import java.util.List;
public class Contour extends AbstractGeometry {
private static final BasicStroke DEFAULT_STROKE = new BasicStroke(1);
private static final... |
/*
* 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... |
/*
* Copyright 2019 Jiří Škoda <skodaji4@fel.cvut.cz>.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... |
package wjy.morelove;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an Android device.
*... |
/*
* Copyright (c) 2002-2018 "Neo Technology,"
* Network Engine for Objects in Lund AB [http://neotechnology.com]
*
* This product is licensed to you under the Apache License, Version 2.0 (the "License").
* You may not use this product except in compliance with the License.
*
* This product may include a number ... |
package io.kidsfirst.web.rest;
import com.nimbusds.oauth2.sdk.ParseException;
import io.kidsfirst.core.exception.NotFoundException;
import io.kidsfirst.core.model.Provider;
import io.kidsfirst.core.service.FenceService;
import io.kidsfirst.core.service.SecretService;
import io.kidsfirst.core.utils.Timed;
import lombok... |
/*
*
* Copyright (c) 2006-2019, Speedment, 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 requi... |
/*
* 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) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
pa... |
package jp.ac.tohoku.ecei.sb.gprdb.plugin.hprd.dataset.pair;
import com.google.common.collect.ArrayListMultimap;
import com.google.common.collect.Maps;
import com.google.common.collect.Multimap;
import com.google.common.collect.Sets;
import jp.ac.tohoku.ecei.sb.gprdb.dataset.relation.GenePairRelationLoader;
import jp.... |
package com.example.sadedira.flickermovies.Adapters;
import android.content.Context;
import android.content.res.Configuration;
import android.support.annotation.NonNull;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdap... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.