text
stringlengths
7
995k
/* * Copyright 2016 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...
/* * Copyright 2012 Ekema IT * * This file is part of Gantt Chart Java API * * 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...
/* * Copyright (C) 2014 nohana, Inc. * Copyright 2017 Zhihu 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 requi...
/****************************************************************************** * 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 ...
/** * Test package documentation. */ package ca.ualberta.cs.lonelytwitter;
package lambdasinaction.chap3; import java.io.BufferedReader; import java.io.IOException; /** * @author: qiudong * @description: * @date: Created in 10:13 2018-02-05 */ @FunctionalInterface public interface BufferedReaderProcessor { String process(BufferedReader br) throws IOException; }
// Copyright 2016 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 appl...
package local.server; import org.zoolu.sip.message.Message; /** CallLogger keeps a complete trace of processed calls. */ public interface CallLogger { /** Updates log with the present message. */ public void update(Message msg); }
package havoc.support.lottie; import android.support.annotation.RestrictTo; /** * Data class describing an image asset exported by bodymovin. */ public class LottieImageAsset { private final int width; private final int height; private final String id; private final String fileName; private final String d...
package seedu.address.model; import java.nio.file.Path; import seedu.address.commons.core.GuiSettings; /** * Unmodifiable view of user prefs. */ public interface ReadOnlyUserPrefs { GuiSettings getGuiSettings(); Path getFlashBookFilePath(); }
package com.xxx.market.web.core.interceptor; import javax.servlet.http.HttpServletRequest; import com.xxx.market.model.AuthUser; import com.xxx.market.model.CompTicket; import com.xxx.market.service.constants.Constants; import com.jfinal.aop.Interceptor; import com.jfinal.aop.Invocation; import com.jfinal.core.Contro...
/* * 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 com.econtabil.integration.repository; import java.util.List; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.query.Param; import org.springframework.stereotype.Repository; import com.econtabil.integ...
package exception; public class MainCharacterNotFoundException extends RuntimeException{ /** * Create an exception based on an issue in our code. * @param */ public MainCharacterNotFoundException() { super(String.format("main character not found!")); } }
/* * 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 2012-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
/** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); ...
package net.okjsp.common.config; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.SerializationFeature; import org.springframework.beans.BeansException; import org.springframework.beans.factory.config.BeanPostProcessor; impor...
/* * JBoss, Home of Professional Open Source * Copyright 2013, Red Hat, Inc., 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 use this fi...
package com.example.flixster; import androidx.appcompat.app.AppCompatActivity; import androidx.recyclerview.widget.LinearLayoutManager; import androidx.recyclerview.widget.RecyclerView; import android.os.Bundle; import android.util.Log; import com.codepath.asynchttpclient.AsyncHttpClient; import com.codepath.asyncht...
package com.iheartradio.m3u8; import java.util.Arrays; import java.util.List; import java.util.regex.Pattern; final class Constants { public static final String MIME_TYPE = "application/vnd.apple.mpegurl"; public static final String MIME_TYPE_COMPATIBILITY = "audio/mpegurl"; public static final String AT...
/* * SPDX-License-Identifier: Apache-2.0 * * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. */ /* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distribute...
/* * Copyright (C) 2018-2022 Philip Helger (www.helger.com) * philip[at]helger[dot]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/LICEN...
package com.bank.account.service.core; import com.bank.account.exception.FunctionalException; import com.bank.account.model.entity.Account; public interface CommonService{ /** * * Checks user and account validity before any operations. * * @param userName The user name * @param accountNumber The ac...
/* * Copyright 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://www.apache.org/licenses/LICENSE-2.0 * * or in ...
// ============================================================================ // // Copyright (C) 2006-2017 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...
// Copyright (c) Corporation for National Research Initiatives // Copyright 2000 Samuele Pedroni package org.python.core.packagecache; import org.python.core.Py; import org.python.core.PyJavaPackage; import org.python.core.PyList; import org.python.core.PyObject; import org.python.core.PyStringMap; import java.io.EO...
/*- * ============LICENSE_START======================================================= * ONAP - SO * ================================================================================ * Copyright (C) 2020 Huawei Technologies Co., Ltd. All rights reserved. * ===========================================================...
/* * Copyright (C) 1999-2008 Jive Software. 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 require...
/** * Copyright (c) 2013-2019 Nikita Koksharov * * 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 mk.ukim.finki.sport.service.impl; import mk.ukim.finki.sport.service.ScheduleService; import mk.ukim.finki.sport.domain.Schedule; import mk.ukim.finki.sport.repository.ScheduleRepository; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.data.domain.Page; import org.springfra...
package slogo; import javafx.application.Application; import javafx.stage.Stage; import slogo.Controller.Controller; /** * Feel free to completely change this code or delete it entirely. */ public class Main extends Application { /** * Start of the program. */ public static void main(String[] args) { ...
package com.blinkfox.zealot.test.helpers; import static org.junit.Assert.assertEquals; import com.blinkfox.zealot.bean.ParamWrapper; import com.blinkfox.zealot.helpers.ParseHelper; import com.blinkfox.zealot.log.Log; import java.util.HashMap; import java.util.Map; import org.junit.BeforeClass; import org.junit.Test...
package com.baeldung.classgraph; public class FieldWithAnnotation { @TestAnnotation private String s; }
/* * Copyright (C) 2012-2014 Open Source Consulting, Inc. All rights reserved by Open Source Consulting, Inc. * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either version 2 * of the L...
package org.innovateuk.ifs.assessment.summary.viewmodel; import org.apache.commons.lang3.builder.EqualsBuilder; import org.apache.commons.lang3.builder.HashCodeBuilder; import org.innovateuk.ifs.assessment.resource.AssessmentResource; import org.innovateuk.ifs.competition.resource.CompetitionResource; import java.uti...
/** * Copyright (C) 2015 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 applic...
/* * 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 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 org.infinispan.cache.impl; import static java.util.concurrent.TimeUnit.MILLISECONDS; import java.lang.ref.WeakReference; import java.util.Arrays; import java.util.Collection; import java.util.Collections; import java.util.EnumSet; import java.util.Map; import java.util.Objects; import java.util.Set; import ja...
/* * 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...
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) annotate safe package com.fasterxml.jackson.databind.jsontype.impl; import com.fasterxml.jackson.databind.*; import com.fasterxml.jackson.databind.cfg.MapperConfig; imp...
package com.tencent.qcloud.cos_xml_android_v121; import android.test.AndroidTestCase; import android.util.Log; import com.tencent.cos.xml.exception.CosXmlClientException; import com.tencent.cos.xml.exception.CosXmlServiceException; import com.tencent.cos.xml.model.bucket.DeleteBucketCORSRequest; import com.tencent.co...
package seedu.address.model.student; import static java.util.Objects.requireNonNull; import static seedu.address.commons.util.AppUtil.checkArgument; /** * Represents a Student's student id in TAB. * Guarantees: immutable; is valid as declared in {@link #isValidStudentId(String)} */ public class StudentId { pu...
package com.connectin.constants; public enum SuccessCode { SUCCESS_MESSAGE("Success"), SUCCESS_CODE(200); private String message; private int code; private SuccessCode(String message) { this.message = message; } private SuccessCode(int code) { this.code = code; } }
package net.dreamerzero.titleannouncer.paper.commands.actionbar; import org.bukkit.command.Command; import org.bukkit.command.CommandExecutor; import org.bukkit.command.CommandSender; import org.bukkit.entity.Player; import net.dreamerzero.titleannouncer.common.utils.ComponentType; import net.dreamerzero.titleannounc...
/* * Code licensed under new-style BSD (see LICENSE). * All code up to tags/original: Copyright (c) 2013, Joshua Kaplan * All code after tags/original: Copyright (c) 2016, DiffPlug */ package matlabcontrol; import java.rmi.RemoteException; /** * Passes method calls off to {@link JMIWrapper}. * <br><br> * Metho...
package com.overwhale.colibri_so.frontend.dto; import lombok.Data; import org.hibernate.annotations.Type; import javax.annotation.Nullable; import java.util.UUID; @Data public class SnippetProjectDto { @Nullable private UUID snippetId; @Nullable private UUID projectId; }
/* * Copyright (c) 2005-2011 Grameen Foundation USA * 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 * * Unl...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
/*- * ============LICENSE_START======================================================= * ONAP - SO * ================================================================================ * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. * =============================================================...
/* * 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 x.constant; public enum SuccessEnumType { /** * {"code":600,"msg":"请求成功"} */ requestOk(600); private int status; SuccessEnumType(int status) { this.status = status; } public int getStatus() { return status; } }
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
package org.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 org.bian.dto.BQMailingRetrieveOutputModelMailingInstanceAnalysis; import org.bian.dto.BQMailing...
/* * 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 util; public class StringParents { private final String raw; private final String EMPTY = ""; public StringParents(String raw) { this.raw = raw; } public String left() { if (isEmptyParents()) return EMPTY; String[] parsed = raw.trim().split(" "); return pa...
/* * Copyright 2012-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 ap...
package org.hl7.fhir.r4.model.codesystems; /* Copyright (c) 2011+, HL7, 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 copyr...
package com.hevelian.olastic.core.api.edm.provider; /** * Interface to provide behavior for CSDL Entity model items with Elasticsearch * properties. * * @author rdidyk * * @param <T> * EDM Item type */ public interface ElasticCsdlEdmItem<T extends ElasticCsdlEdmItem<T>> { /** * Return's E...
package wisematches.playground; /** * @author <a href="mailto:smklimenko@gmail.com">Sergey Klimenko</a> */ public class GameExpiredException extends GameStateException { public GameExpiredException() { super("Game expired and no one move can be done."); } }
package org.springframework.boot.logging.logback; import java.util.Collections; import java.util.HashMap; import java.util.Map; import ch.qos.logback.classic.Level; import ch.qos.logback.classic.spi.ILoggingEvent; import ch.qos.logback.core.pattern.CompositeConverter; import org.springframework.boot.ansi.AnsiColor; ...
package us.codecraft.tinyioc.aop; import org.aopalliance.intercept.MethodInvocation; import java.lang.reflect.AccessibleObject; import java.lang.reflect.Method; /** * @author yihua.huang@dianping.com */ /** * 方法调用 * @author tengyu * */ public class ReflectiveMethodInvocation implements MethodInvocation { //目...
package com.github.xwine.end.spring.annotation; import com.github.xwine.end.mock.MockContext; import com.github.xwine.end.mock.ObjectMock; import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.annotation.Around; import org.aspectj.lang.annotation.Aspect; import org.springframework.stereotype.Component; ...
package com.guider.healthring.w30s.fragment; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.text.Editable; import android.text.TextWatcher; import android.view.LayoutInflater; im...
/* * Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
/* * 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...
/** * Copyright (C) 2004-2011 Jive Software. 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 requir...
package com.example.android.madridguide; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widge...
package cn.stylefeng.guns.core.common.util; import cn.stylefeng.guns.modular.system.dao.DictMapper; import cn.stylefeng.guns.modular.system.model.Dict; import cn.stylefeng.roses.core.util.SpringContextHolder; import com.baomidou.mybatisplus.mapper.EntityWrapper; import com.baomidou.mybatisplus.mapper.Wrapper; import ...
/* * Apache 2.0 License * * Copyright (c) Sebastian Katzer 2017 * * This file contains Original Code and/or Modifications of Original Code * as defined in and that are subject to the Apache License * Version 2.0 (the 'License'). You may not use this file except in * compliance with the License. Please obtain a ...
package com.ocaml.ide.console; import com.intellij.execution.process.ProcessHandler; import com.intellij.openapi.wm.ToolWindow; import java.util.ArrayList; /** * Save the commands in an ArrayList */ public class OCamlFakeRunner implements OCamlConsoleRunner { @Override public ToolWindow getWindow() { return n...
package info.smart_tools.smartactors.das.commands; import info.smart_tools.smartactors.base.exception.invalid_argument_exception.InvalidArgumentException; import info.smart_tools.smartactors.base.interfaces.iaction.IAction; import info.smart_tools.smartactors.base.interfaces.iaction.exception.ActionExecuteException; i...
package cn.exrick.xboot.core.service; import cn.exrick.xboot.core.entity.Setting; import org.springframework.cache.annotation.CacheConfig; import org.springframework.cache.annotation.CacheEvict; import org.springframework.cache.annotation.Cacheable; /** * 配置接口 * @author Exrick */ @CacheConfig(cacheNames = "settin...
package jv.freeorm.logic; import java.util.List; import jv.freeorm.base.DbParameter; import jv.freeorm.entity.IBaseBO; import jv.freeorm.base.Hashtable; /** * * @author Mustafa SACLI */ public interface IBaseOperations { int Insert(IBaseBO baseBO) throws Exception; int Insert(String table_name, Hashtable...
package com.boltenkov.Calculator.model.audit; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import org.springframework.data.annotation.CreatedBy; import org.springframework.data.annotation.LastModifiedBy; import javax.persistence.Column; import javax.persistence.MappedSuperclass; @MappedSuperclass @J...
package com.draagon.meta.generator; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import java.io.File; import java.util.*; public abstract class GeneratorBase implements Generator { protected final Log log = LogFactory.getLog(getClass()); public static String ARG_OUTP...
/* * 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");...
/* * 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 io.shrtr.server; import static org.junit.Assert.*; import org.junit.Test; public class MurmurShortenerTest { @Test public void test() { Shortener shortener = new MurmurShortener("https://shrtr.io/"); String actual = shortener.shorten("http://www.nurkiewicz.com/2014/08/url-shortener-service-in-42-lines...
/* * The MIT License (MIT) * * Copyright (c) 2017, Ferhat Erata <ferhat@computer.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 limitatio...
package linc.com.amplituda.callback; import java.util.List; /** * Callback interface for list output */ public interface ListCallback extends AmplitudaCallback<List<Integer>> { }
/* * 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...
package ru.job4j.design.tdd.cinema; /** * interface Session. * * @author Seregin Vladimir (SereginSun@yandex.ru) * @version $Id$ * @since 05.08.2020 */ public interface Session { }
/* * Copyright 2011 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 applicabl...
package net.community.chest.test; import java.io.BufferedReader; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; import java.io.PrintStream; import java.io.Reader; import java.io.StringReader; import javax.xml.bind.JAXB; import javax.xml.parsers.DocumentB...
package co.cloudify.jenkins.plugin.integrations; import java.io.IOException; import java.util.Map; import org.apache.commons.lang3.builder.ToStringBuilder; import org.jenkinsci.Symbol; import org.kohsuke.stapler.DataBoundConstructor; import org.kohsuke.stapler.DataBoundSetter; import com.microsoft.azure.util.AzureCr...
/** * 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.sedmelluq.discord.lavaplayer.node; import com.sedmelluq.discord.lavaplayer.node.message.MessageHandlerRegistry; import com.sedmelluq.discord.lavaplayer.node.message.MessageOutput; import com.sedmelluq.discord.lavaplayer.remote.message.RemoteMessage; import com.sedmelluq.discord.lavaplayer.remote.message.Re...
// ********************************************************************** // // Copyright (c) 2003-2013 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. // // ***************************************************...
package org.basex.io.parse.csv; import org.basex.build.csv.*; import org.basex.query.value.item.*; import org.basex.util.*; /** * This class converts CSV data to XML, using direct or attributes conversion. * * @author BaseX Team 2005-15, BSD License * @author Christian Gruen */ public final class CsvStringConver...
package org.cyclops.evilcraft.item; import net.minecraft.item.Item; /** * Contained flux. * @author rubensworks * */ public class ItemContainedFlux extends Item { public ItemContainedFlux(Item.Properties properties) { super(properties); } }
/* * The MIT License * * Copyright (c) 2004-2009, Sun Microsystems, Inc., Kohsuke Kawaguchi * * 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 l...
package ru.job4j.profession; public class Student { private String name; /** * Конструктор объекта студента. * * @param name Имя студента. */ public Student(String name) { this.name = name; } /** * Получение имени студента. * * @return Имя студента. ...
/* * This file is part of Industrial Foregoing. * * Copyright 2019, Buuz135 * * 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 righ...
package com.ray.projectframe; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; /** * Created by 陈序员 on 2017/5/3. * Email: Matthew...
/* * Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
package com.example.cui.phonesearch; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test public...