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")... |
/*
* Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved.
*
* OpenArkCompiler is licensed under Mulan PSL v2.
* You can use this software according to the terms and conditions of the Mulan PSL v2.
* You may obtain a copy of Mulan PSL v2 at:
*
* http://license.coscl.org.cn/MulanPSL2
*
* THI... |
package com.alipay.api.request;
import com.alipay.api.domain.AlipayCommerceAirCallcenterTradeApplyModel;
import java.util.Map;
import com.alipay.api.AlipayRequest;
import com.alipay.api.internal.util.AlipayHashMap;
import com.alipay.api.response.AlipayCommerceAirCallcenterTradeApplyResponse;
import com.alipay.api.Al... |
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template
*/
package mpoop5;
/**
* Clase Circulo
* @author barillas
*/
public class Circulo {
public final float PI = 3.1416f... |
package basic;
import java.io.IOException;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.StringTokenizer;
public class Baekjoon_1002_turret {
public static void main(String[] args) throws IOException{
BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
in... |
package org.gbif.registry.ws.model;
import org.gbif.api.model.common.GbifUser;
import org.codehaus.jackson.annotate.JsonUnwrapped;
/**
* Administrative view of {@link org.gbif.api.model.common.User} .
*/
public class UserAdminView {
private GbifUser user;
private boolean challengeCodePresent;
public UserAd... |
/*
* Copyright (c) 2004-2022, University of Oslo
* 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, this
* list of cond... |
/*
* 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 2017-2022 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... |
package cn.shiwei.hr.dto;
import cn.shiwei.hr.domain.Login;
import lombok.Data;
@Data
public class LoginMealDto {
private Login login;
private Long mealId;
public LoginMealDto(Login login, Long mealId) {
this.login = login;
this.mealId = mealId;
}
public LoginMealDto(){}
} |
package org.smartregister.child.util;
import android.content.Context;
import org.json.JSONException;
import org.json.JSONObject;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.mockito.Mock;
import org.mockito.Mockito;
import org.mockito.MockitoAnnotations;
import org.powermock.api... |
/*
* Copyright 2016-2018 shardingsphere.io.
* <p>
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... |
package com.skytala.eCommerce.domain.product.relations.product.event.configItem;
import com.skytala.eCommerce.framework.pubsub.Event;
import com.skytala.eCommerce.domain.product.relations.product.model.configItem.ProductConfigItem;
public class ProductConfigItemAdded implements Event{
private ProductConfigItem adde... |
package io.github.antangelo.event;
public abstract class Event
{
protected Event()
{
}
} |
package com.melonbar.exchange.coinbase.websocket;
import com.melonbar.core.model.ProductId;
import com.melonbar.exchange.coinbase.util.AppConfig;
import com.melonbar.exchange.coinbase.websocket.message.SubscribeMessage;
import com.melonbar.exchange.coinbase.websocket.message.model.Channel;
import com.melonbar.exchange... |
/*
* Copyright (c) 2010-2015 Pivotal Software, 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 req... |
package com.iggroup.webapi.samples.client.rest.dto.markets.getMarketDetailsListV2;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
/*
*/
@JsonIgnoreProperties(ignoreUnknown = true)
public class MarketDetailsItem {
/*
Instrument data
*/
private Instrument instrument;
/*
Dealing rule data
*/
private De... |
package com.spike.giantdataanalysis.model.logic.relational.expression.raw;
import java.util.List;
import org.apache.commons.collections4.CollectionUtils;
import com.google.common.base.Joiner;
import com.google.common.collect.Lists;
/**
* <pre>
sqlStatements
: (sqlStatement MINUSMINUS? SEMI? | emptyStatement)*
... |
package com.gamecodeschool.c19scrollingshooter;
import android.graphics.Rect;
import android.view.MotionEvent;
import java.util.ArrayList;
interface InputObserver {
void handleInput(MotionEvent event, GameState gs, ArrayList<Rect> controls);
} |
package es.urjc.daw.urjc_share.controllers;
import es.urjc.daw.urjc_share.data.DegreeRepository;
import es.urjc.daw.urjc_share.model.Degree;
import java.io.IOException;
import java.util.List;
import java.util.Optional;
import es.urjc.daw.urjc_share.services.DegreeService;
import org.springframework.beans.factory.an... |
package com.ultimatesoftware.dataplatform.vaultjca.services;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.Matchers.greaterThan;
import static org.hamcrest.Matchers.hasEntry;
import static org.mockito.ArgumentMatchers.eq;
import static org.mockito.Mockito.mock;
import static org.mocki... |
/**
* 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 generics;
import net.mindview.util.Generator;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
import java.util.Queue;
import java.util.Random;
/**
* 泛型可以应用于内部类以及匿名内部类
*
* @author wangzhichao
* @since 2019/12/17
*/
class Customer {
private static long counter = 1;
... |
/*
* 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... |
package io.github.mjtb49.strongholdtrainer.util;
import com.google.gson.*;
import io.github.mjtb49.strongholdtrainer.ml.StrongholdMachineLearning;
import net.fabricmc.loader.api.FabricLoader;
import java.io.*;
import java.nio.file.Path;
import java.util.EnumMap;
import java.util.HashMap;
import java.util.Map;
public... |
/**
* Copyright © 2010-2017 Nokia
*
* 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 ... |
/*
* MIT License
*
* Copyright (c) 2022 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 eu.leads.processor.execute.operators;
import java.util.Properties;
public interface Operator {
public Properties getConfiguration();
public void setConfiguration(Properties config);
} |
/*
* XML Type: CT_SlideIdList
* Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
* Java type: org.openxmlformats.schemas.presentationml.x2006.main.CTSlideIdList
*
* Automatically generated - do not modify.
*/
package org.openxmlformats.schemas.presentationml.x2006.main;
import org.apache.xm... |
package external_module_0696.a;
import javax.management.*;
import javax.naming.directory.*;
import javax.net.ssl.*;
/**
* Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut
* labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo... |
/*
* Copyright 2017 AppDirect, 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 applicable law ... |
package com.hr.mqtt.dao.impl;
import com.hr.mqtt.web.Light;
import com.hr.mqtt.web.Mq2;
import com.hr.mqtt.web.TempHumi;
import java.util.List;
/**
* @author LDC
* @create 2020-12-21 23:16
*/
public class QueryDataDao extends BaseDao {
public List<Mq2> queryMq2(String pagers) {
int i = Integer.parseIn... |
package jankaddons.mixins.raidMonitor;
import jankaddons.helpers.RaidMonitor;
import net.minecraft.entity.player.PlayerEntity;
import net.minecraft.entity.raid.RaiderEntity;
import net.minecraft.util.math.BlockPos;
import net.minecraft.village.raid.Raid;
import org.spongepowered.asm.mixin.Mixin;
import org.spongepower... |
/*
* Copyright 2015 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 ap... |
package com.alibaba.otter.cancel.store.memory.buffer;
import java.net.InetSocketAddress;
import org.junit.Assert;
import com.alibaba.otter.canal.protocol.CanalEntry.Entry;
import com.alibaba.otter.canal.protocol.CanalEntry.Header;
import com.alibaba.otter.canal.protocol.position.LogIdentity;
import com.alibaba.otter... |
/*
* 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... |
package seedu.ultistudent.commons.util;
import static org.hamcrest.CoreMatchers.containsString;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import java.io.FileNotFoundException;
import java.util.Optional;
import org.junit... |
package com.sequenceiq.cloudbreak.core.flow2.diagnostics.config;
import static com.sequenceiq.cloudbreak.core.flow2.diagnostics.DiagnosticsCollectionsState.DIAGNOSTICS_CLEANUP_STATE;
import static com.sequenceiq.cloudbreak.core.flow2.diagnostics.DiagnosticsCollectionsState.DIAGNOSTICS_COLLECTION_FAILED_STATE;
import s... |
package com.alamousse.modules.security.security;
import lombok.Getter;
import lombok.Setter;
import javax.validation.constraints.NotBlank;
/**
* @author mike
* @date 2018-11-30
*/
@Getter
@Setter
public class AuthorizationUser {
@NotBlank
private String username;
@NotBlank
private String passwor... |
/*
* The Alluxio Open Foundation licenses this work under the Apache License, version 2.0
* (the "License"). You may not use this work except in compliance with the License, which is
* available at www.apache.org/licenses/LICENSE-2.0
*
* This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI... |
package pkg;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Optional;
import java.util.function.Function;
import java.util.function.Predicate;
public class TestDuplicateLocals {
public static final Function<Object, Predicate<Object>> A = a -> b -> true;
private int i = 42;... |
package org.jboss.resteasy.plugins.providers;
import org.jboss.resteasy.util.HttpHeaderNames;
import org.jboss.resteasy.util.NoContent;
import org.xml.sax.InputSource;
import org.xml.sax.SAXException;
import org.jboss.resteasy.resteasy_jaxrs.i18n.*;
import javax.ws.rs.Consumes;
import javax.ws.rs.InternalServerErrorE... |
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
package org.elasticsearch.xpack.core.ml.job.config;
import org.elasticsearch.... |
/*
* Copyright (c) 2010, 2015, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
package jdk.nashorn.internal.parser;
import java.util.ArrayList;
import java.util.List;
import jdk.nas... |
package com.drive.bbs.controller;
import cn.afterturn.easypoi.excel.entity.ExportParams;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.drive.bbs.pojo.dto.InvitationEditParam;
import com.drive.bbs.pojo.dto.InvitationInstallParam;
impor... |
package com.ifsaid.shark.util;
import java.time.Instant;
import java.time.LocalDateTime;
import java.time.OffsetDateTime;
import java.time.ZoneId;
import java.time.format.DateTimeFormatter;
/**
* All rights Reserved, Designed By www.ifsaid.com
* <p>
* 时间工具类
* </p>
*
* @author Wang Chen Chen <932560435@qq.com>
... |
package listClasses;
import model.Cliente;
import model.Conta;
import model.Corrente;
import model.Login;
import java.sql.SQLOutput;
import java.util.ArrayList;
import java.util.List;
import java.util.Scanner;
import java.util.stream.Collectors;
public class Clientes {
private static final List<Cliente>clientes ... |
/*
* Copyright [2016-2020] [George Papadakis (gpapadis@yahoo.gr)]
*
* 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 an.dy.enums;
import com.baomidou.mybatisplus.core.toolkit.StringPool;
/**
* @Author: yangs
* @Description:
* @Date: 2021/9/2 16:41
*/
public enum RepositoryEnum {
IN("IN"),
NOT("NOT"),
EQ("EQ"),
LIKE("LIKE"),
NE("NE"),
GT("GT"),
GE("GE"),
LT("LT"),
LE("LE"),
IS_NUL... |
package com.aifurion.track.entity;
import java.io.Serializable;
/**
* @author :zzy
* @description:TODO 权限实体类
* @date :2021/3/23 9:34
*/
public class Permission implements Serializable {
private static final long serialVersionUID = -2883366416409981684L;
private String id;
private String name;
... |
/*
* Copyright 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
// --------------------------------------------------------------------------------
// Copyright 2002-2021 Echo Three, 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
//
// http:/... |
/**
* Copyright 2011-2021 Asakusa Framework Team.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... |
package com.datamart.wfpk;
/**
* Created by r.stepanyak on 9/7/15.
*/
public interface VolumeChangeCallback {
void volumeChanged(float newVolume);
} |
package uk.ac.ebi.interpro.scan.management.model.implementations.pirsf.hmmer2;
import org.springframework.beans.factory.annotation.Required;
import org.springframework.core.io.Resource;
import uk.ac.ebi.interpro.scan.management.model.StepInstance;
import uk.ac.ebi.interpro.scan.management.model.implementations.RunBina... |
package pl.grzeslowski.wykop.posts;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.google.common.base.Preconditions;
import java.util.Date;
import java.util.List;
public class Site {
private final Id id;
private final boolean hot;
private final Score wykop;
private final Date added;... |
package com.auctiontory.model.dal;
import com.auctiontory.model.entity.BatchAuction;
public interface BatchAuctionDAO extends IDaoBase<BatchAuction> {
boolean isActive(Integer id);
boolean isExist(String auctionTitle);
} |
package com.taller2dam.taller.mapper;
import com.taller2dam.taller.dao.Login;
import com.taller2dam.taller.dto.LoginDTO;
import lombok.RequiredArgsConstructor;
import org.modelmapper.ModelMapper;
import org.springframework.stereotype.Component;
import java.util.List;
import java.util.stream.Collectors;
@Component
@R... |
package com.sq26.experience.util;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.Build;
import android.text.TextUtils;
import android.util.Log;
import android.webkit.MimeTypeMap;
import androidx.core.content.FileProvider;
import androidx.documentfile.provider.... |
/*
* 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.hongtu.utils.string;
import java.util.Locale;
public class StringUtils {
public static String notNullString(final String valueString) {
return (null == valueString) ? "" : valueString;
}
/**
* 检查字符串是否为<code>null</code>或空字符串<code>""</code>。
* <p>
* <pre>
* StringUt... |
/*
* 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 2017-2018 original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ... |
/*! ******************************************************************************
*
* Pentaho Data Integration
*
* Copyright (C) 2002-2018 by Hitachi Vantara : http://www.pentaho.com
*
*******************************************************************************
*
* Licensed under the Apache License, Version... |
/* Copyright (C) 2014 TU Dortmund
* This file is part of LearnLib, http://www.learnlib.de/.
*
* 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/LICE... |
package test.unit.haushaltsbuch.web.controllers;
import static org.mockito.Matchers.contains;
import static org.mockito.Matchers.eq;
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.verify;
import static org.mockito.Mockito.when;
import java.io.IOException;
import javax.servlet.RequestDispatch... |
package Bomberman.server;
import Bomberman.Explosion;
import java.security.InvalidKeyException;
import java.util.ArrayList;
public class ObserverList {
private ArrayList<GridObserver> observerList = new ArrayList<>();
public void addObserver(GridObserver observer) {
this.observerList.add(observer);
... |
package com.github.houbb.idoc.core.handler.impl.metadata;
import com.github.houbb.idoc.api.model.metadata.DocTag;
import com.github.houbb.idoc.common.handler.AbstractHandler;
import com.github.houbb.idoc.common.handler.IHandler;
import com.thoughtworks.qdox.model.DocletTag;
/**
* doclet 标签处理
* @author binbin.hou
*... |
package com.example.xyzreader.ui;
import android.app.Activity;
import android.view.GestureDetector;
import android.view.MotionEvent;
/**
* Created on 05/06/17.
*
* @author dilipkumar4813
* @version 1.0
*/
class SimpleGestureFilter extends GestureDetector.SimpleOnGestureListener {
final static int SWIPE_LEF... |
package top.tangyh.lamp.authority.dto.auth;
import cn.afterturn.easypoi.excel.annotation.Excel;
import com.baomidou.mybatisplus.annotation.TableField;
import top.tangyh.basic.base.entity.TreeEntity;
import top.tangyh.lamp.authority.enumeration.auth.AuthorizeType;
import io.swagger.annotations.ApiModelProperty;
import ... |
copyright ibm corporation rights reserved program accompanying materials terms common license accompanies distribution http eclipse org legal cpl html contributors ibm corporation initial api implementation org eclipse jdt internal compiler impl org eclipse jdt internal compiler util util boolean constant booleanconsta... |
package io.morin.faggregate.api;
import java.util.Optional;
/**
* <p>A context hosts data related to a command handling.
*
* <p>It can be accessed from the following artifacts:
*
* <ul>
* <li>{@link Initializer}</li>
* <li>{@link Loader}</li>
* <li>{@link Persister}</li>
* <li>{@link Destroye... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE191_Integer_Underflow__int_Environment_multiply_73a.java
Label Definition File: CWE191_Integer_Underflow__int.label.xml
Template File: sources-sinks-73a.tmpl.java
*/
/*
* @description
* CWE: 191 Integer Underflow
* BadSource: Environment Read data from an environment ... |
package com.weibei.core.types.shamap;
import com.weibei.core.coretypes.hash.Hash256;
import com.weibei.core.coretypes.hash.prefixes.Prefix;
import com.weibei.core.serialized.BytesSink;
public class Hash256Item extends ShaMapItem<Hash256> {
Hash256 item;
public Hash256Item(Hash256 item) {
this.item = ... |
package info.u_team.u_team_core.util;
/**
* Consumer with three parameters
*
* @author HyCraftHD
*/
@FunctionalInterface
public interface TriConsumer<A, B, C> {
void accept(A a, B b, C c);
} |
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class KataTest {
@Test
public void simpleTests1() {
assertEquals("Score for [1,1,5,5,1] must be 1100:", 1100, Greed.greedy(new int[]{1, 1, 5, 5, 1}));
}
@Test
public void simpleTests2() {
assertEquals("Sc... |
package com.qxcmp.core.extension;
/**
* 拓展
* <p>
* 拓展可以插入到拓展点
*
* @author Aaric
*/
public interface Extension {
/**
* 该插件是否可用
*
* @return 是否可用
*/
default boolean isEnabled() {
return true;
}
/**
* 排序
* <p>
* 越小越优先
*
* @return 排序参数
*/
... |
package calculator;
public class CoinBase {
protected String name;
protected double price;
protected CoinBase(String name, double price) {
this.name = name;
this.price = price;
}
public String getName() {
return name;
}
public void setName(String name) {
t... |
package cn.sharesdk.applist;
import android.content.Context;
import android.util.AttributeSet;
import m.framework.ui.widget.asyncview.AsyncImageView;
public class AsyncImageIcon extends AsyncImageView{
public AsyncImageIcon(Context context) {
super(context);
}
public AsyncImageIcon(Context context, Attribute... |
package com.scriptbasic.spi;
import com.scriptbasic.interfaces.GenericList;
public interface LeftValueList extends GenericList<LeftValue> {
} |
// Copyright (c) 2016, the R8 project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
package com.android.tools.r8.ir.code;
import static com.android.tools.r8.dex.Constants.U4BIT_MAX;
import s... |
package ru.job4j.collection;
import org.junit.Test;
import java.util.Iterator;
import java.util.Set;
import java.util.TreeSet;
import static org.hamcrest.Matchers.greaterThan;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.*;
/**
* Test.
*/
public class UserTest {
/**
* Тест-метод. ... |
/* ----------------------------------------------------------------------------
* Copyright (C) 2021 European Space Agency
* European Space Operations Centre
* Darmstadt
* Germany
* --------------------------------------------------------... |
import java.io.File;
import java.io.IOException;
import java.net.URISyntaxException;
import java.util.List;
import com.kvintanaka.mcaprocessor.adapter.mca.MCAAdapter;
import com.kvintanaka.mcaprocessor.adapter.mca.MCAAdapterImplementation;
import com.kvintanaka.mcaprocessor.adapter.nbt.NBTAdapter;
import com.kvintanak... |
package com.github.tomato.support;
import java.lang.reflect.Method;
/**
* @author liuxin
* 2020-01-04 22:03
*/
public class DefaultRepeatToInterceptSupport implements RepeatToInterceptSupport {
@Override
public Object proceed(Method method, Object[] args) {
return null;
}
} |
package com.hotelbeds.travel.api.profiles.domain;
public class ProfileStruct extends ApplicationStruct {
} |
// This file is part of CPAchecker,
// a tool for configurable software verification:
// https://cpachecker.sosy-lab.org
//
// SPDX-FileCopyrightText: 2007-2020 Dirk Beyer <https://www.sosy-lab.org>
//
// SPDX-License-Identifier: Apache-2.0
package org.sosy_lab.cpachecker.cpa.bdd;
import org.sosy_lab.common.ShutdownN... |
package com.siyeh.igtest.abstraction;
\class StaticCallOnSubclassParent {
public static void foo(){};
} |
package scripting.modules;
import com.xceptance.xlt.api.engine.scripting.AbstractWebDriverModule;
/**
* TODO: Add class description
*/
public class Open_ExamplePage extends AbstractWebDriverModule
{
/**
* {@inheritDoc}
*/
@Override
protected void doCommands(final String...parameters) throws E... |
/*
* Copyright 2000-2009 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
/**
* Scaffolding file used to store all the setups needed to run
* tests automatically generated by EvoSuite
* Mon Nov 08 04:17:44 GMT 2021
*/
package cuke4duke.internal.java;
import org.evosuite.runtime.annotation.EvoSuiteClassExclude;
import org.junit.BeforeClass;
import org.junit.Before;
import org.junit.Aft... |
/*
* Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH
* under one or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information regarding copyright
* ownership. Camunda licenses this file to you under the Apache License,
* Version 2.0; y... |
/*
* Copyright (c) 2021 AlertAvert.com. 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 b... |
/*
* Copyright (c) 1997, 2021 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Distribution License v. 1.0, which is available at
* http://www.eclipse.org/org/documents/edl-v10.php.
*
* SPDX-License-Identifier: ... |
/* DungeonDiverII: A Map-Solving Game
Copyright (C) 2008-2010 Eric Ahnell
Any questions should be directed to the author via email at: products@puttysoftware.com
*/
package net.worldwizard.dungeondiver2;
import java.awt.BorderLayout;
import java.awt.Color;
import java.awt.Image;
import java.awt.event.ActionEvent;
i... |
//
// Copyright 2020 SenX S.A.S.
//
// 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.alibaba.alink.pipeline;
import com.alibaba.alink.common.MLEnvironmentFactory;
import com.alibaba.alink.common.lazy.HasLazyPrintTransformInfo;
import com.alibaba.alink.common.lazy.LazyObjectsManager;
import com.alibaba.alink.operator.batch.BatchOperator;
import com.alibaba.alink.operator.batch.source.TableS... |
/*
* Copyright (C) 2012-2013 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 ag... |
package com.web2design.souqclone.app.view.fragments;
import android.app.Activity;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.NonNull;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.Button;
import android... |
package com.github.onotoliy.opposite.treasure.web.core;
import com.github.onotoliy.opposite.data.Option;
import com.github.onotoliy.opposite.data.core.HasAuthor;
import com.github.onotoliy.opposite.data.core.HasCreationDate;
import com.github.onotoliy.opposite.data.core.HasName;
import com.github.onotoliy.opposite.dat... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.