text stringlengths 7 995k |
|---|
package com.whatie.ati.androiddemo.views;
import android.view.View;
import android.widget.EditText;
import android.widget.ImageView;
import android.widget.LinearLayout;
import android.widget.TextView;
import android.widget.Toast;
import com.whatie.ati.androiddemo.R;
import com.d9lab.ati.whatiesdk.bean.BaseResponse;
i... |
/*
* Copyright (c) 2009 Kathryn Huxtable and Kenneth Orr.
*
* This file is part of the SeaGlass Pluggable Look and Feel.
*
* 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:... |
package org.infinispan.query.remote.impl.indexing;
import org.apache.lucene.document.Document;
import org.apache.lucene.document.Field;
import org.hibernate.search.annotations.Store;
import org.hibernate.search.bridge.LuceneOptions;
import org.hibernate.search.engine.impl.LuceneOptionsImpl;
import org.hibernate.search... |
package uk.co.ribot.androidboilerplate.data.model;
/**
* Created by Oromil on 27.11.2017.
*/
public class UserAccount {
public static final String EMPTY_USER_DATA = "null";
String email;
String password;
String name;
public UserAccount(String email, String name, String password) {
thi... |
package seedu.address.model.appt;
import static java.util.Objects.requireNonNull;
import static seedu.address.commons.util.AppUtil.checkArgument;
//@@author brandonccm1996
/**
* Represents a doctor (taking an appt) in an appt in the address book.
* Guarantees: immutable; is always valid
*/
public class ApptDrName ... |
/*
* The MIT License
*
* Copyright 2018 Onshape Inc.
*
* 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, mod... |
package org.deeplearning4j.examples.feedforward.classification;
import java.io.File;
import java.io.IOException;
import org.datavec.api.records.reader.RecordReader;
import org.datavec.api.records.reader.impl.csv.CSVRecordReader;
import org.datavec.api.split.FileSplit;
import org.deeplearning4j.datasets.datavec.Record... |
/*
* 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... |
/*
* *
* * MIT License
* *
* * Copyright (c) 2017-2018 nuls.io
* *
* * 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 r... |
package br.com.standard;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.security.servlet.SecurityAutoConfiguration;
import org.springframework.context.ConfigurableApplicationContext;
@SpringBootAppli... |
package org.springframework.cloud.client.discovery.composite;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.boot.test.context.SpringBootTest;
import... |
package io.github.ramboxeu.techworks.common.block;
import io.github.ramboxeu.techworks.common.tile.machine.IndustrialFurnaceTile;
import net.minecraft.block.Block;
import net.minecraft.block.BlockState;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.util.math.BlockPos;
import net.minecraft.world.IBlo... |
package com.zxtt.newsapp.commons.mapper;
import com.tk.mybatis.MyMapper;
import com.zxtt.newsapp.commons.entity.Comment;
public interface CommentMapper extends MyMapper<Comment> {
} |
package com.coreoz.plume.file.gallery.guice;
import com.coreoz.plume.file.gallery.db.FileGalleryDao;
import com.coreoz.plume.file.gallery.db.hibernate.FileGalleryDaoHibernate;
import com.google.inject.AbstractModule;
public class GuiceFileGalleryModuleHibernate extends AbstractModule {
@Override
protected void con... |
package mud.utils;
/*
Copyright (c) 2012 Jeremy N. Harton
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, modify, merge,... |
/*
* This file is part of Sponge, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Softwar... |
/**
* Unlicensed code created by A Softer Space, 2019
* www.asofterspace.com/licenses/unlicense.txt
*/
package com.asofterspace.toolbox.io;
import com.asofterspace.toolbox.utils.Record;
import com.asofterspace.toolbox.utils.RecordKind;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.List;
... |
/**
*
* <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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by applicable law or agreed to in writing, softwa... |
package mekanism.common.capabilities.basic;
import javax.annotation.ParametersAreNonnullByDefault;
import mcp.MethodsReturnNonnullByDefault;
import mekanism.api.Action;
import mekanism.api.chemical.gas.GasStack;
import mekanism.api.chemical.gas.IGasHandler;
import mekanism.common.capabilities.basic.DefaultStorageHelpe... |
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License.
*/
package com.microsoft.appcenter.sasquatch.activities;
import android.support.v7.app.AppCompatActivity;
// TODO merge DocumentDetailActivity from projectDependency and jcenterDependency back to main java folder
publ... |
/*
* Copyright (c) 2009-2021 jMonkeyEngine
* 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 ... |
/*
* 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 ... |
/*
* oxAuth is available under the MIT License (2008). See http://opensource.org/licenses/MIT for full text.
*
* Copyright (c) 2014, Gluu
*/
package org.gluu.oxauth.model.common;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonValue;
import org.gluu.persist.annotat... |
/* See LICENSE for licensing and NOTICE for copyright. */
package org.ldaptive.auth;
import org.ldaptive.LdapException;
/**
* Provides post authentication handling of authentication responses.
*
* @author Middleware Services
*/
public interface AuthenticationResponseHandler
{
/**
* Handle the response fro... |
package org.tiankafei.tio.common;
/**
* Tio消息包类型
*
* @author 甜咖啡
*/
public interface TioPacketType {
byte SEND_MESSAGE = 1;
} |
package io.qiot.manufacturing.factory.productline.util; |
package com.hantsylabs.example.spring.config;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.ComponentScan;
import org.springframework.context.annotation.Configuration;
import org.springframework.data.mongodb.config.AbstractMongoConfiguration;
import org.springframewo... |
public interface Iterator<T>{
void urmator();
T element();
boolean eValid();
} |
/*
* Copyright 1999-2019 Seata.io Group.
*
* 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.example.android.miwok;
/**
* {@link Word} represents a vocabulary word that the user wants to learn.
* It contains resource IDs for the default translation, Miwok translation, audio file, and
* optional image file for that word.
*/
public class Word {
/** String resource ID for the default transla... |
package eu.h2020.helios_social.modules.contentawareprofiling;
import android.content.Context;
import android.content.res.AssetManager;
import java.lang.reflect.Constructor;
import java.lang.reflect.InvocationTargetException;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.logging.Logger;
impor... |
package com.yzt.service;
import org.springframework.stereotype.Repository;
import com.yzt.model.User;
public interface UserService {
User getByUsername(String username);
} |
package org.odk.collect.bdrs.openrosa.support;
import org.junit.rules.TestRule;
import org.junit.runner.Description;
import org.junit.runners.model.Statement;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
import okhttp3.mockwebserver.MockWebServer;
import okhttp3.tls.internal.TlsUtil... |
/*
* Copyright 2000-2015 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
/*
* 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 n... |
package com.macro.mall.portal.dao;
import com.macro.mall.portal.domain.OmsOrderDetail;
import org.apache.ibatis.annotations.Param;
import java.util.List;
/**
* 前台订单管理自定义Dao
* Created by macro on 2018/9/4.
*/
public interface PortalOrderDao {
/**
* 获取订单及下单商品详情
*/
OmsOrderDetail getDetail(@Param("... |
package com.silencedut.knowweather.citys.adapter;
import android.support.v4.util.Pair;
import com.silencedut.knowweather.R;
import com.silencedut.knowweather.common.adapter.BaseAdapterData;
import java.util.ArrayList;
import java.util.List;
/**
* Created by SilenceDut on 16/10/29.
*/
public class HeaderData impl... |
package imports.kubernetes;
@javax.annotation.Generated(value = "jsii-pacmak/1.30.0 (build adae23f)", date = "2021-06-16T06:12:12.440Z")
@software.amazon.jsii.Jsii(module = imports.kubernetes.$Module.class, fqn = "kubernetes.DaemonsetSpecTemplateSpecAffinityPodAntiAffinityPreferredDuringSchedulingIgnoredDuringExecutio... |
package com.company.project.common.exception;
/**
* Created with IntelliJ IDEA.
* Description:
* 用户未登录
* @author LErry.li
* Date: 2018-06-15
* Time: 14:41
*/
public class UserNotLoginException extends BusinessException {
private static final long serialVersionUID = -1879503946782379204L;
public UserNo... |
/*
* Copyright 2011 gitblit.com.
*
* 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... |
/*-
* ============LICENSE_START==========================================
* OPENECOMP - DCAE
* ===================================================================
* Copyright (c) 2017 AT&T Intellectual Property. All rights reserved.
* ===================================================================
* Licensed ... |
package de.bug0r.terminal.controller;
import de.bug0r.terminal.controller.event.Event;
import de.bug0r.terminal.controller.event.listener.EventListener;
public interface Controller {
public void addEventListener(EventListener eventListener);
public void removeEventListener(EventListener eventListener);
public voi... |
/*
* #%L
* Wisdom-Framework
* %%
* Copyright (C) 2013 - 2015 Wisdom Framework
* %%
* 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 org.supercsv.cellprocessor.constraint;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Test;
import org.supercsv.TestConstants;
import org.supercsv.cellprocessor.Optional;
import org.supercsv.cellprocessor.ift.CellProcessor;
import org.supercsv.exception.SuperCSVException;
import org.supercs... |
package creational.abstractfactory.xmlviews;
import creational.abstractfactory.ListView;
import javax.xml.bind.JAXB;
import java.io.StringWriter;
import java.util.List;
public class XmlListView extends ListView {
XmlListView(List<String> items) {
super(items);
}
@Override
public String repre... |
/**
* Copyright © 2016-2021 The Thingsboard 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 applicab... |
//
// ========================================================================
// Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others.
//
// This program and the accompanying materials are made available under
// the terms of the Eclipse Public License 2.0 which is available at
// https://www.eclipse.org/leg... |
/*
* Copyright (c) 2019-2021 GeyserMC. http://geysermc.org
*
* 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,... |
package ca.bc.gov.educ.penreg.api.mappers.v1;
import ca.bc.gov.educ.penreg.api.struct.v1.ArchiveAndReturnSagaResponse;
import org.mapstruct.Mapper;
import org.mapstruct.factory.Mappers;
@Mapper
public interface ArchiveAndReturnSagaResponseMapper {
ArchiveAndReturnSagaResponseMapper mapper = Mappers.getMapper(Arch... |
package Reflection;
public class Main {
public static void main(String[] args) throws IllegalAccessException, InstantiationException {
Class reflectClass = Reflection.class;
System.out.println("class " + reflectClass.getSimpleName());
System.out.println(reflectClass.getSuperclass());
... |
/*
* 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 ... |
/*
* #%L
* ImageJ software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2009 - 2014 Board of Regents of the University of
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
* Institute of Molecular Cell Biology and Genetics.
* %%
* Redistribution and use in sourc... |
package com.example.webjson;
import java.io.IOException;
import java.io.InputStream;
import java.util.List;
public interface IStackJsonParser {
List<QueryResultBean> parseJson(InputStream in) throws IOException;
} |
package com.slack.api.model.block.element;
import com.slack.api.model.block.composition.ConfirmationDialogObject;
import com.slack.api.model.block.composition.OptionGroupObject;
import com.slack.api.model.block.composition.OptionObject;
import com.slack.api.model.block.composition.PlainTextObject;
import lombok.*;
im... |
package util.testing;
import models.Airline;
import java.util.List;
public class ExampleTest {
public int testOne() {
return 1 + 1;
}
public int testTwo() {
return 2 + 2;
}
public List<Airline> testDatabaseConnection() {
return Airline.find.findList();
}
} |
/*
* Copyright 2014-2017 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 "lice... |
package gov.hhs.onc.dcdt.mail.crypto.utils;
import gov.hhs.onc.dcdt.mail.MailContentTypes;
import gov.hhs.onc.dcdt.mail.crypto.MailDigestAlgorithm;
import gov.hhs.onc.dcdt.net.mime.utils.ToolMimeTypeUtils;
import gov.hhs.onc.dcdt.utils.ToolStringUtils;
import java.util.EnumSet;
import javax.annotation.Nullable;
import... |
/*-
* #%L
* anchor-gui-annotation
* %%
* Copyright (C) 2010 - 2020 Owen Feehan, ETH Zurich, University of Zurich, Hoffmann-La Roche
* %%
* 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 Softwar... |
package com.imist.italker.factory.presenter.group;
import com.imist.italker.factory.Factory;
import com.imist.italker.factory.data.helper.GroupHelper;
import com.imist.italker.factory.data.helper.UserHelper;
import com.imist.italker.factory.model.db.GroupMember;
import com.imist.italker.factory.model.db.view.MemberUse... |
/*
* 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.... |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package pattern3d;
/**
*
* @author Administrator
*/
import javax.swing.JFrame;
public class Main extends JFrame{
private Pattern3D pattern;
Main()
{
pattern=new Pattern3D();
setTitle... |
/*
* MIT License
*
* Copyright (c) 2018 Andavin
*
* 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, modify, ... |
/*
* 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 ... |
package org.bian.dto;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import javax.validation.Valid;
/**
* BQProductionRetrieveOutputModelProductionInstanceRecordProdu... |
// ***************************************************************************************************************************
// * 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 regardi... |
/**
* 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... |
/**
*
* Class JavaModelVisitor.java
*
* Generated by KMFStudio at 22 February 2004 15:13:03
* Visit http://www.cs.ukc.ac.uk/kmf
*
*/
package javaModel;
public interface JavaModelVisitor {
/** Visit 'javaModel.JavaModelFactory' */
public Object visit(javaModel.JavaModelFactory host, Object data);
/** Visi... |
/*
* 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 qboiler.codejam.y2014.r1a.p2;
import java.io.BufferedReader;
import java.io.IOException;
import java.util.ArrayList;
import ja... |
package com.powerManage.service.impl;
import com.powerManage.dao.SysGeneratorDao;
import com.powerManage.service.SysGeneratorService;
import com.powerManage.utils.generator.GenUtils;
import java.io.ByteArrayOutputStream;
import java.util.List;
import java.util.Map;
import java.util.zip.ZipOutputStream;
import org.ap... |
/**
* Palindrome exercise.
*/
public class Recurse {
/**
* Returns the first character of the given String.
*/
public static char first(String s) {
return s.charAt(0);
}
/**
* Returns all but the first letter of the given String.
*/
public static String rest(String s)... |
/**
* Copyright (C) 2009 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.bbg.referencedata.cache;
import static org.testng.AssertJUnit.assertEquals;
import static org.testng.AssertJUnit.assertNotNull;
import static org.testng.Assert... |
package io.shardingjdbc.core.parsing.parser.dialect.mysql.clause;
import io.shardingjdbc.core.parsing.lexer.LexerEngine;
import io.shardingjdbc.core.parsing.lexer.dialect.mysql.MySQLKeyword;
import io.shardingjdbc.core.parsing.lexer.token.DefaultKeyword;
import io.shardingjdbc.core.parsing.lexer.token.Keyword;
import ... |
/*
* ApplicationInsights-Java
* Copyright (c) Microsoft Corporation
* All rights reserved.
*
* MIT License
* 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, inclu... |
package com.ingot.cloud.pms.service.domain;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.plugins.pagination.Page;
import com.ingot.cloud.pms.api.model.domain.Oauth2RegisteredClient;
import com.ingot.cloud.pms.api.model.domain.SysRoleOauthClient;
import com.ingot.framew... |
package com.kiroule.vaadin.demo.backend.util;
import java.sql.Time;
import java.time.LocalTime;
import javax.persistence.AttributeConverter;
import javax.persistence.Converter;
/**
* JPA does not know how to handle Java 8 java.time.LocalTime so this converts
* LocalTime into format it can handle.
*/
@Converter(au... |
package friarLib2.vision;
import edu.wpi.first.networktables.NetworkTableInstance;
/**
* Wrapper for the limelight's networktables API, which can be found at
* https://docs.limelightvision.io/en/latest/networktables_api.html
*/
public class LimelightCamera implements VisionCamera {
@Override
public boole... |
package com.zerotrust.rest.events;
import com.zerotrust.model.entity.Connection;
import lombok.Getter;
import org.springframework.context.ApplicationEvent;
@Getter
public class NewCloseConnection extends ApplicationEvent {
private final Connection connection;
public NewCloseConnection(Object source, Connecti... |
/*
* Copyright 2010 JBoss Inc
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
package org.yzh.protocol.t808;
import io.github.yezhihao.netmc.core.model.Response;
import io.github.yezhihao.protostar.annotation.Field;
import io.github.yezhihao.protostar.annotation.Message;
import org.yzh.protocol.basics.JTMessage;
import org.yzh.protocol.commons.JT808;
/**
* @author yezhihao
* https://gitee.co... |
/*
* Copyright 2012-2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... |
package com.belonk.jdk8.collection;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* Created by sun on 2018/11/30.
*
* @author sunfuchang03@126.com
* @version 1.0
* @since 1.0
*/
public class MapTest {
/*
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~... |
/*
* Copyright 2010-2012 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... |
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* gradle plugin from the resource data it found. It
* should not be modified by hand.
*/
package androidx.swiperefreshlayout;
public final class R {
private R() {}
public static final class attr {
private at... |
package sg.bitesize.app;
import android.app.Activity;
import com.google.ar.sceneform.rendering.ModelRenderable;
class ChickenRice extends Food {
public int rice, meat, veg;
public static ModelRenderable[][][] renderables = new ModelRenderable[3][3][3];
public ChickenRice(MainActivity a, int r, int m, in... |
package com.prowidesoftware.swift.model.mx.dic;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import javax.xml.datatype.XMLGregorian... |
package com.cell.user.mapper;
import com.cell.user.entiy.User;
/**
* Created by zl on 2015/8/27.
*/
public interface UserMapper {
public User findUserInfo();
} |
/*
* Copyright 2012-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... |
/*
* 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.infinityraider.agricraft.api.v1.requirement;
import javax.annotation.Nonnull;
import javax.annotation.Nullable;
import com.infinityraider.agricraft.api.v1.adapter.IAgriAdapter;
import com.infinityraider.agricraft.api.v1.misc.IAgriRegistry;
import net.minecraft.block.Block;
import net.minecraft.block.Block... |
package java_type_import.b;
import java_type_import.a.J.*;
import java_type_import.a.L.LInner;
public class K {
public static JInner testj() { return null; } // from wildcard
public static LInner testl() { return null; } // from explicit
} |
package io.seata.sample;
import com.alibaba.druid.pool.DruidDataSource;
import io.seata.rm.datasource.DataSourceProxy;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
import org.springframework.boot.autoconfigure.condition.ConditionalOnBean;
impor... |
/*
* 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... |
package com.jlkj.framework.config;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import javax.servlet.Filter;
import javax.servlet.FilterChain;
import javax.servlet.ServletException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.sql.DataSource;
im... |
/*
* (C) Copyright IBM Corp. 2019, 2020
*
* SPDX-License-Identifier: Apache-2.0
*/
package com.ibm.fhir.ig.carin.bb.test;
import static com.ibm.fhir.validation.util.FHIRValidationUtil.countErrors;
import static com.ibm.fhir.validation.util.FHIRValidationUtil.countWarnings;
import java.io.InputStream;
import java... |
/*
Freeware License, some rights reserved
Copyright (c) 2019 Iuliana Cosmina
Permission is hereby granted, free of charge, to anyone obtaining a copy
of this software and associated documentation files (the "Software"),
to work with the Software within the limits of freeware distribution and fair use.
This include... |
package de.unistuttgart.iaas.messaging.quantumservice.model.ibmq;
import java.time.ZonedDateTime;
import java.util.HashMap;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;
@Data
@JsonInclude(JsonInclude.Include.NON_N... |
package za.ac.nwu.ac.logic.flow.impl;
import org.springframework.stereotype.Component;
import za.ac.nwu.ac.domain.dto.MemberAccountDto;
import za.ac.nwu.ac.logic.flow.FetchMemberAccountFlow;
import za.ac.nwu.ac.translator.MemberAccountTranslator;
import javax.transaction.Transactional;
@Transactional
@Component("fet... |
/*
* Copyright (c) 2015, Jani Salo
* 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 conditi... |
/*
* Copyright 2010-2015 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 "l... |
package net.minecraft.entity.ai;
import javax.annotation.Nullable;
import net.minecraft.entity.EntityCreature;
import net.minecraft.util.math.Vec3d;
public class EntityAIWanderAvoidWater extends EntityAIWander {
protected final float field_190865_h;
public EntityAIWanderAvoidWater(EntityCreature entitycrea... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.