text stringlengths 7 995k |
|---|
/*
* 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... |
package ru.job4j.tracker;
/**
* Input for StartUITest.
*
* @author Maxim Vanny.
* @version 2.0
* @since 0.1
*/
public class StubInput implements Input {
/**
* Это поле содержит последовательность ответов пользователя.
* Например. Если пользователь
* хочет выбрать добавление новой заявки ему ну... |
/*
* Copyright © 2021, Cookies Creative Consulting & Promotions, Inc. All rights reserved.
*
* This project and all associated source or object computer code, except where otherwise noted, are licensed for
* private use by Cookies Creative Consulting & Promotions, Inc., a California Corporation (heretofore referred... |
/*
* Copyright 2011-2016 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 ru.framework2d.touches;
import ru.framework2d.core.Component;
public abstract class InputTouchInterface extends Component {
} |
/*
*
* 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"); y... |
/**
* Copyright (c) 2016, Gluon Software
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the
* following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice,
* this list of con... |
package com.normalpainter.util.gdx;
import com.badlogic.gdx.graphics.g2d.BitmapFont.BitmapFontData;
/**
* Utilitaly class to do stuff with libgdx's fonts
* <p>
* Created on 2018-02-24.
*
* @author Alexander Winter
*/
public class FontUtil
{
private FontUtil() {}
public static BitmapFontData copy(BitmapFontDa... |
/*
* Copyright 2016 LINE Corporation
*
* LINE Corporation 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:
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless r... |
/*******************************************************************************
* Copyright (c) 2003-2008, Franz-Josef Elmer, All rights reserved.
* Copyright (c) 2017, Sakib Hadžiavdić, All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provi... |
/*
* The MIT License
*
* Copyright (c) 2018 ActiveEngine.
*
* 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... |
/*
* Copyright (c) 2016, dhf
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:
*
* 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the follo... |
/*----------------------------------------------------------------------------*/
/* Copyright (c) 2018 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... |
/**
* Autogenerated by Thrift Compiler (0.9.3)
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
package org.apache.hadoop.hive.metastore.api;
import org.apache.thrift.scheme.IScheme;
import org.apache.thrift.scheme.SchemeFactory;
import org.apache.thrift.scheme.StandardScheme;... |
/*
* Copyright 2003-2012 Dave Griffith, Bas Leijdekkers
*
* 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 applicab... |
/*
* NameUsagePanel.java: an abstract class providing a GUI to
* NamedObject of Nomencurator
*
* Copyright (c) 2014, 2015 Nozomi `James' Ytow
* 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 ... |
package kikaha.core.cdi;
import javax.inject.Singleton;
@Singleton
@Period
public class ClosureProvider implements ProducerFactory<Closure> {
@Override
public Closure provide( ProviderContext context ) {
return new PeriodClosure();
}
class PeriodClosure implements Closure {
@Override
public Character getS... |
/*
* 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, ) Institute of Software, Chinese Academy of Sciences
*/
package com.github.kubesys.kubernetes.impl;
import java.lang.reflect.Method;
import java.lang.reflect.Type;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.concurrent.TimeUnit;
import java.util.fu... |
package com.jstarcraft.core.communication.netty.udp;
import java.io.DataInputStream;
import java.io.DataOutputStream;
import java.net.InetSocketAddress;
import java.util.Collection;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import java.util.concurrent.ExecutorSe... |
package rcgonzalezf.org.weather.location;
import android.annotation.TargetApi;
import android.os.Build;
import android.view.View;
import com.google.android.material.snackbar.Snackbar;
import mockit.Expectations;
import mockit.FullVerifications;
import mockit.Mocked;
import mockit.Tested;
import mockit.Verifications;
i... |
/*******************************************************************************
* Copyright (c) 2000, 2005 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
package distributed.sys.customer.repository;
import distributed.sys.customer.entity.Customer;
import org.springframework.data.repository.CrudRepository;
import org.springframework.stereotype.Repository;
import java.util.List;
@Repository
public interface CustomerRepository extends CrudRepository<Customer,Long>{
C... |
package com.ndu.mobile.daisy.providers;
import java.io.IOException;
import org.xmlpull.v1.XmlPullParser;
import org.xmlpull.v1.XmlPullParserException;
public class ParsedObject
{
protected static final int UNDEFINED = -1;
protected int parseNumVal(XmlPullParser xpp) throws IOException, XmlPullParserException
{
... |
/***** BEGIN LICENSE BLOCK *****
* Version: EPL 1.0/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Common Public
* License Version 1.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.eclipse.org/legal/cpl-v... |
package com.astarbia.securityapi.service;
import com.astarbia.securityapi.exception.DuplicateValueException;
import com.astarbia.securityapi.model.Incident;
import com.astarbia.securityapi.repo.IncidentRepo;
import com.fasterxml.jackson.databind.JsonNode;
import com.fasterxml.jackson.databind.ObjectMapper;
import lomb... |
/*
* $Revision $
* ====================================================================
*
* 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 AS... |
/**
* 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;
public class TreeNode {
public TreeNode left;
public TreeNode right;
public char val;
} |
package cn.hutool.core.lang.loader;
/**
* 对象加载抽象接口<br>
* 通过实现此接口自定义实现对象的加载方式,例如懒加载机制、多线程加载等
*
* @author looly
*
* @param <T> 对象类型
*/
public interface Loader<T> {
/**
* 获取一个准备好的对象<br>
* 通过准备逻辑准备好被加载的对象,然后返回。在准备完毕之前此方法应该被阻塞
*
* @return 加载完毕的对象
*/
T get();
} |
package breadth_first_search;
import java.io.BufferedReader;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.Queue;
import java.util.StringTokenizer;
/**
*
* @author minchoba
* 백준 16940번: BFS 스페셜 저지
*
* @see https://acmicpc.net/problem/16940/
*
*/
pu... |
/*
* Copyright The OpenTelemetry Authors
* SPDX-License-Identifier: Apache-2.0
*/
package io.opentelemetry.instrumentation.auto.netty.v3_8;
import io.grpc.Context;
import io.opentelemetry.instrumentation.auto.api.ContextStore;
import io.opentelemetry.trace.Span;
import java.util.Objects;
public class ChannelTrace... |
/**
* Copyright (C) 2018 - present McLeod Moores Software Limited. All rights reserved.
*/
package com.mcleodmoores.web.json.convention;
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertNotEquals;
import java.util.HashMap;
import java.util.Map;
import org.testng.annotations.Test... |
/*
* Copyright (C) 2015 Hannes Dorfmann
* Copyright (C) 2015 Tickaroo, 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
*
*... |
package com.ls.glide_library.progress;
import android.graphics.drawable.Drawable;
import android.text.TextUtils;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import com.bumptech.glide.load.engine.GlideException;
import com.bumptech.glide.request.target.Target;
import com.bumptech.glide.re... |
package com.weatherforyou.android.gson;
import com.google.gson.annotations.SerializedName;
/**
* Created by xzz on 2018/3/11.
*/
public class Basic {
@SerializedName("city")
public String cityName;
@SerializedName("id")
public String weatherId;
public Update update;
public class Update{
... |
/*
* 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... |
package ui;
import com.migeran.DataSource;
import com.migeran.natj.general.NatJ;
import com.migeran.natj.general.Pointer;
import com.migeran.natj.general.ann.ByValue;
import com.migeran.natj.general.ann.Generated;
import com.migeran.natj.general.ann.Mapped;
import com.migeran.natj.general.ann.Owned;
import com.migeran... |
/*
* -\-\-
* --
* Copyright (c) 2017-2018 Spotify AB
* --
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... |
/*
* Copyright (c) 2022 nosqlbench
*
* 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 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.watcher.test;
import org.elasticsearch.action... |
package fr.il_totore.spigotmetadata.api.v1_16_R1.nbt;
public class NBTTagByte extends NBTNumber<net.minecraft.server.v1_16_R1.NBTTagByte, Byte> {
public NBTTagByte(net.minecraft.server.v1_16_R1.NBTTagByte handle) {
super(handle);
}
@Override
public Byte get() {
return byteValue();
... |
package wang.moshu.controller;
import java.util.List;
import java.util.Map;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.util.Assert;
import wang.moshu.model.Goods;
import wang.moshu.service.GoodsService;
import wang.moshu... |
package com.example.feeds.model;
import javax.inject.Singleton;
import dagger.Module;
import dagger.Provides;
import okhttp3.OkHttpClient;
import okhttp3.logging.HttpLoggingInterceptor;
import retrofit2.Retrofit;
import retrofit2.adapter.rxjava.RxJavaCallAdapterFactory;
import retrofit2.converter.gson.GsonConverterFa... |
package stackAndQueue2;
public class Node {
private Node next;
private String data;
public Node(String data){
this.data=data;
}
public String getData() {
return data;
}
public void setData(String data) {
this.data = data;
}
public Node getNext() {
... |
package com.secnium.iast.agent.monitor;
import com.secnium.iast.agent.util.LogUtils;
import com.secnium.iast.agent.IastProperties;
import com.secnium.iast.agent.manager.EngineManager;
import com.secnium.iast.agent.report.AgentRegisterReport;
import org.json.JSONArray;
import org.json.JSONObject;
import oshi.SystemInfo... |
package com.maksudsharif.camelpoc;
import com.maksudsharif.camelpoc.acm.cmis.component.AcmCmisSessionConfiguration;
import com.maksudsharif.camelpoc.acm.cmis.component.model.AcmCMISComponent;
import lombok.extern.log4j.Log4j2;
import org.apache.camel.CamelContext;
import org.apache.camel.builder.RouteBuilder;
import o... |
package org.jmqtt.broker.store.rdb.mapper;
import org.apache.ibatis.annotations.Delete;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
import org.jmqtt.broker.store.rdb.daoobject.OutflowMessageDO;
import java.util.List;
public int... |
// Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
package frc.robot.commands.drivetrain;
import edu.wpi.first.wpilibj.controller.PIDController;
import edu.wpi.first.wpil... |
package com.example.simplejdbcdemo;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class SimpleJdbcDemoApplicationTests {
@Test
void contextLoads() {
}
} |
/**
* Yona, 21st Century Project Hosting SW
* <p>
* Copyright Yona & Yobi Authors & NAVER Corp. & NAVER LABS Corp.
* https://yona.io
**/
package utils;
import java.util.LinkedList;
import java.util.Optional;
import org.apache.commons.lang3.StringEscapeUtils;
import utils.diff_match_patch.Diff;
public class Diff... |
package org.openas2.cert;
import java.io.InputStream;
import java.io.OutputStream;
import org.openas2.OpenAS2Exception;
import org.openas2.params.InvalidParameterException;
public interface StorableCertificateFactory extends CertificateFactory {
public void setFilename(String filename);
public String get... |
package com.fernandocejas.android10.order.domain.interactor;
import com.fernandocejas.android10.order.domain.Country;
import com.fernandocejas.android10.order.domain.repository.CountryRepository;
import com.fernandocejas.android10.sample.domain.executor.PostExecutionThread;
import com.fernandocejas.android10.sample.do... |
package dynamicGeneration.structures;
public enum Edge {
R, L, T, B;
public static Edge[] all = {R, L, T, B};
public Edge opposite(){
return opposite(this);
}
public static Edge opposite(Edge e){
switch(e){
case R:
return L;
case L:
return R;
case T:
return B;
case B:
return T... |
package com.example.loinasd.urbandict;
import android.annotation.TargetApi;
import android.content.Context;
import android.content.Intent;
import android.content.res.Configuration;
import android.media.Ringtone;
import android.media.RingtoneManager;
import android.net.Uri;
import android.os.Build;
import android.os.B... |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/
package com.microsoft.azure.management.apimanagement.v2019_12_01.implementation;
import... |
/******************************************************************************
* Copyright 2009-2019 Exactpro Systems Limited
* https://www.exactpro.com
* Build Software to Test Software
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the ... |
package server;
import Adapter.*;
import model.*;
import java.util.*;
import java.io.*;
public class BuildCarModelOptions extends proxyAutomobile {
////////// PROPERTIES //////////
private static final int WAITING = 0;
private static final int REQUEST_BUILD_AUTO = 1;
private static final int REQUEST_CONFIGURE_A... |
package io.github.ascenderx.polyominoes.models;
import java.util.HashMap;
import java.util.Map;
public class InputHandler {
private Map<Integer, KeyboardKey> keysPressed;
public InputHandler() {
keysPressed = new HashMap<Integer, KeyboardKey>();
}
public void register(int... keyCodes) {
for (int c... |
package com.gmail.michzuerch.anouman.testbench.elements.components;
import com.vaadin.testbench.TestBenchElement;
import com.vaadin.testbench.elementsbase.Element;
@Element("dashboard-counter-label")
public class DashboardLCounterLabelElement extends TestBenchElement {
} |
package io.ioxcorp.ioxbox.frame;
import io.ioxcorp.ioxbox.Main;
import io.ioxcorp.ioxbox.frame.logging.LogType;
import javax.swing.JFrame;
import java.awt.event.WindowEvent;
import java.awt.event.WindowListener;
/**
* custom frame used to ensure proper shutdown of {@link Main}'s JDA instance
* @author ioxom
*/
pu... |
package vectorwing.farmersdelight.items;
import com.google.common.collect.Lists;
import net.minecraft.client.util.ITooltipFlag;
import net.minecraft.entity.Entity;
import net.minecraft.entity.LivingEntity;
import net.minecraft.entity.passive.horse.AbstractHorseEntity;
import net.minecraft.entity.passive.horse.HorseEnt... |
package com.geekq.guns.config.properties;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
import java.io.File;
import static com.geekq.guns.core.util.ToolUtil.getTempPath;
import static com.geekq.guns.core.util.ToolUtil.isEmpty;
/**
* gun... |
package app;
public enum SupportedCommands {
META_EXIT, // the exit meta command
INSERT,
SELECT
// SEARCH
} |
/*!
* Copyright 2010 - 2018 Hitachi Vantara. 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 ... |
/*
* MinIO Java SDK for Amazon S3 Compatible Cloud Storage, (C) 2020 MinIO, 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
*
... |
// Copyright 2017 Google 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 required by applicable law... |
/*
* Copyright 2019 MiLaboratory, 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://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
package org.cloudfoundry.identity.uaa.zone;
import org.apache.commons.lang.RandomStringUtils;
import org.cloudfoundry.identity.uaa.audit.event.EntityDeletedEvent;
import org.cloudfoundry.identity.uaa.constants.OriginKeys;
import org.cloudfoundry.identity.uaa.provider.AbstractIdentityProviderDefinition;
import org.clou... |
/*
* Copyright 2016 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... |
/*
* Copyright (C) 2015 Google 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 required by ap... |
begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/** * 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 license... |
package com.oneandone.iocunit.analyzer;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import java.util.Set;
import java.util.stream.Collectors;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* The map contained in this class should allow it to ... |
/*
* Copyright 2017-2020 original authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
package com.think.patchca.exception;
public class PatchcaIncorrectException extends PatchcaException {
} |
package conexiones;
import java.sql.CallableStatement;
import java.sql.SQLException;
public class Procedimientos {
public static void RegUsuario(String a, String b, String c, String d, String e, String f, String g, String h) throws SQLException {
CallableStatement entrada = Conexiones.getCo... |
package org.cloudfoundry.credhub.domain;
import org.cloudfoundry.credhub.credential.StringCredentialValue;
import org.cloudfoundry.credhub.entity.EncryptedValue;
import org.cloudfoundry.credhub.entity.PasswordCredentialVersionData;
import org.cloudfoundry.credhub.request.GenerationParameters;
import org.cloudfoundry.c... |
package eu.ehealth.ws_client.xsd;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>
* Clase Java para GeneralPractitioner complex type.
*
* <p>
* El siguiente fragmen... |
/*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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
... |
/* ====================================================================
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 Y... |
package net.netty.client.handler;
import io.netty.channel.ChannelHandlerContext;
import io.netty.channel.ChannelInboundHandlerAdapter;
import net.netty.plugins.pojo.User;
public class ProtobufClientHanlder extends ChannelInboundHandlerAdapter {
public ProtobufClientHanlder() {
}
@Override
public void channelAct... |
package mage.cards.i;
import mage.abilities.Ability;
import mage.abilities.Mode;
import mage.abilities.common.BeginningOfUpkeepTriggeredAbility;
import mage.abilities.effects.OneShotEffect;
import mage.cards.CardImpl;
import mage.cards.CardSetInfo;
import mage.constants.CardType;
import mage.constants.Outcome;
import ... |
/*
* Copyright 2017-2020 original authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agr... |
package mhfc.net.client.model.armor;
import net.minecraft.client.model.ModelBiped;
import net.minecraft.client.model.ModelRenderer;
import net.minecraft.entity.Entity;
public class ModelDragoonArmor extends ModelBiped
{
//fields
ModelRenderer heada;
ModelRenderer headb;
ModelRenderer headc;
ModelRen... |
package com.button_time;
import android.app.Activity;
import android.app.AlertDialog;
import android.content.DialogInterface;
import android.content.Intent;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteException;
import android.os.Bundle;
import an... |
/*
* The MIT License
*
* Copyright 2014 Pós-Graduação em Ciência da Computação UFJF.
*
* 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... |
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.google.android.gms;
public final class R {
public static final class anim {
public static final int abc_fade_in = 0x7f04000... |
/*
* MIT License
*
* Copyright (c) 2022 Leonardo de Lima Oliveira
*
* https://github.com/l3onardo-oliv3ira
*
* 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 ... |
package com.freekai;
public class Animal {
public Animal() {
System.out.println("animal constructor...");
}
} |
/*
* Copyright 2014 astamuse company,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 ... |
/*
* Copyright (c) 2017 Spotify AB.
*
* 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,... |
package gov.uspto.patent.thread;
import java.io.IOException;
import java.io.Reader;
import java.io.Writer;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import gov.uspto.patent.PatentDocReader;
import gov.uspto.patent.PatentReaderException;
import gov.uspto.patent.serialize.DocumentBuilder;
public class ... |
module org.gradle.fairy.app {
requires org.gradle.fairy.tale;
} |
package com.rnaudiotranscoder;
import android.util.Log;
import com.facebook.react.bridge.NativeModule;
import com.facebook.react.bridge.ReactApplicationContext;
import com.facebook.react.bridge.ReactContext;
import com.facebook.react.bridge.ReactContextBaseJavaModule;
import com.facebook.react.bridge.ReactMethod;
imp... |
package org.plovr.cli;
import java.io.IOException;
import java.net.InetSocketAddress;
import com.sun.net.httpserver.HttpServer;
import com.sun.net.httpserver.HttpsServer;
/**
* {@link HttpServerUtil} is a collection of utilities for dealing with
* {@link HttpServer} objects.
*
* @author bolinfest@gmail.com (Mich... |
/*
*
* Copyright 2019 Netflix, 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 ap... |
package com.chaotong.yujia.main.adapter;
import android.content.Context;
import android.graphics.Bitmap;
import android.net.Uri;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.BaseAdapter;
import android.widget.ImageView;
import android.widget.RatingB... |
package oop02;
/**
* This class generatres an object that represents an element of the preiodic table.
*
* @author Sven Guggisberg
* @version 1.0
*/
public class Element
{
// instance variables - replace the example below with your own
public String name;
//Melting temperature
public float tempM;
... |
/*
* 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 org.insightech.er.editor.controller.command.diagram_contents.element.connection;
import java.util.ArrayList;
import java.util.List;
import org.eclipse.draw2d.geometry.Rectangle;
import org.eclipse.gef.ConnectionEditPart;
import org.insightech.er.editor.controller.command.AbstractCommand;
import org.insightech... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.