text
stringlengths
7
995k
// Copyright (c) 2019 The DAML Authors. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.ledger.javaapi.data; import com.digitalasset.ledger.api.v1.TransactionOuterClass; import org.checkerframework.checker.nullness.qual.NonNull; import java.time.Instant; import java.util.List; import jav...
package com.msy.plus.query; import lombok.Builder; import java.io.Serializable; /** * 账户查询实体 * * @author MoShuying * @date 2018/07/15 */ @Builder public class AccountQuery implements Serializable { private static final long serialVersionUID = 4063412382769589319L; /** 账户Id */ private final Long id; /*...
package com.macro.mall.controller; import com.macro.mall.common.api.CommonPage; import com.macro.mall.common.api.CommonResult; import com.macro.mall.dto.CmsSegmentParam; import com.macro.mall.dto.UmsAdminLoginParam; import com.macro.mall.dto.UpdateAdminPasswordParam; import com.macro.mall.model.CmsSegment; import com....
/* * 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 ...
/* * 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")...
/******************************************************************************* * The MIT License (MIT) * * Copyright (C) 2014-2018 Sam Bassett (aka Lothrazar) * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software")...
package com.google.api.ads.dfp.jaxws.v201405; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for createCreativeSetResponse element declaration. * * <p>...
class Cat{ String name = "tammy"; } class Dog{ String name = "fido"; } class PetBasket { //A generic PetBasket private Object value; //Can hold any 'Object' now public PetBasket(Object val) { value = val; } //Defined in terms of 'Object' public void set(Object val) { value = val; } // i.e...
/** * Copyright © 2016-2022 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 &copy; 2015-2016 <a href="https://github.com/hanyahui88/swifts">swifts</a> All rights reserved. */ package com.swifts.frame.common.utils; import java.text.ParseException; import java.util.Date; import org.apache.commons.lang3.time.DateFormatUtils; /** * 日期工具类, 继承org.apache.commons.lang.time.DateUt...
package com.hedera.services.bdd.suites.utils.validation; /*- * ‌ * Hedera Services Test Clients * ​ * Copyright (C) 2018 - 2021 Hedera Hashgraph, 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 ...
/* * Copyright 2002-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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
package com.xuetao.springcloud.lb.imp; import com.xuetao.springcloud.lb.LoadBalancer; import org.springframework.cloud.client.ServiceInstance; import org.springframework.stereotype.Component; import java.util.List; import java.util.concurrent.atomic.AtomicInteger; /** * @ClassName MyLB * @Description TODO * @Auth...
package pl.matsuo.gitlab.data; /** Created by marek on 04.07.15. */ public enum BuildStatus { Pending, Ok, Errors }
/* * Licensed to Elastic Search and Shay Banon under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. Elastic Search licenses this * file to you under the Apache License, Version 2.0 (the * "License"); you m...
//,temp,sample_98.java,2,11,temp,sample_3384.java,2,11 //,3 public class xxx { public static void cleanupTest() throws Exception { try { CONNECTION.close(); UTIL.shutdownMiniZKCluster(); } catch (Exception e) { log.info("problem shutting down cluster"); } } };
package test.vip.service; import org.junit.Test; import org.springframework.beans.factory.annotation.Autowired; import com.vip.ao.VipConsumeAo; import com.vip.service.VipConsumeManageService; import test.vip.AbstractSpringTest; class TestVipConsumeManageServiceImpl extends AbstractSpringTest { @Autowired VipConsu...
/* * All GTAS code is Copyright 2016, The Department of Homeland Security (DHS), U.S. Customs and Border Protection (CBP). * * Please see LICENSE.txt for details. */ package gov.gtas.enumtype; import java.util.Map; import java.util.Optional; import java.util.stream.Stream; import static java.util.stream.Collecto...
package me.lunaluna.fabric.elytrarecast.config; import com.google.common.collect.Lists; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import fi.dy.masa.malilib.config.ConfigUtils; import fi.dy.masa.malilib.config.IConfigBase; import fi.dy.masa.malilib.config.IConfigHandler; import fi.dy.masa.m...
/* * Copyright 2016-2017 Testify 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 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 ma...
/* * Copyright 2001-2005 (C) MetaStuff, Ltd. All Rights Reserved. * * This software is open source. * See the bottom of this file for the licence. */ package com.wxiwei.office.fc.dom4j.io; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.InputStream; impor...
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.html; import com.intellij.lang.ParserDefinition; import com.intellij.lang.html.HTMLParserDefinition; import com.intellij.lexer.EmbeddedTokenTypesProvider; im...
/* * 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...
package com.alibaba.easyexcel.test.demo.read; import java.util.Date; import lombok.Data; /** * 基础数据类.这里的排序和excel里面的排序一致 * * @author Jiaju Zhuang **/ @Data public class DemoData { private String fileNum; private String archiveNum; private String pageNum; private String orderNum; }
/* * Copyright 2017-present Open Networking Foundation * * 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 appli...
// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. /** * @author bjorncs */ @ExportPackage package org.apache.hc.client5.http.protocol; import com.yahoo.osgi.annotation.ExportPackage;
/* ======================================================================== * PlantUML : a free UML diagram generator * ======================================================================== * * Project Info: http://plantuml.com * * This file is part of Smetana. * Smetana is a partial translation of Graphviz...
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.lsxiao.library; import android.animation.Animator; import android.animation.AnimatorListenerAdapter; import android.animation.ValueAnimator; import android.app.Activity; import android.content.Context; import android.graphics.Canvas; import android.graphics.Paint; import android.graphics.Path; import andro...
package com.clusus.payroll.accounting.domain.valueobject; import com.clusus.payroll.shared.domain.core.ValueObject; import java.util.Objects; public class CitId extends ValueObject { private final Long value; public CitId(Long value) { this.value = value; } @Override public int hashCode...
package seedu.bookmark.model.tag; import static java.util.Objects.requireNonNull; import static seedu.bookmark.commons.util.AppUtil.checkArgument; /** * Represents a Tag in the library. * Guarantees: immutable; name is valid as declared in {@link #isValidTagName(String)} */ public class Tag { public static fi...
package org.prebid.server.privacy.gdpr.tcfstrategies.purpose; import com.iabtcf.decoder.TCString; import org.junit.Before; import org.junit.Rule; import org.junit.Test; import org.mockito.Mock; import org.mockito.junit.MockitoJUnit; import org.mockito.junit.MockitoRule; import org.prebid.server.privacy.gdpr.model.Priv...
/* * Kubernetes * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: v1.8.11 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class...
package kr.syeyoung.textcodedscratch.parser.tokens.terminal; import kr.syeyoung.textcodedscratch.parser.ParserNode; public class MarkerToken implements TerminalNode { private String match; public MarkerToken(String match) { this.match = match; } public ParserNode[] getChildren() { ret...
package com.demon.springbootapi.database.service.impl; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.demon.springbootapi.database.dao.SystemRoleMapper; import com.demon.springbootapi.database.entity.SystemRole; import ...
package com.renren.ruolan.travelaround.entity; import cn.bmob.v3.BmobObject; /** * Created by Administrator on 2016/11/18. */ public class CollectData extends BmobObject { String Platform, ProductID, CityName; //进行网络请求 String title, address, imgurl; String username; public String getPlatform() { ...
/** *The program describes working time of a bank *and calculates the max flow. * @author Dinis Saetgareev (dinis0086@mail.ru) * @version 1.0 * @since 24.03.2017 */ package ru.job4j.bank;
/* * 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 under t...
package com.study.riseof.news.network; import com.study.riseof.news.model.meduza.MeduzaNews; import com.study.riseof.news.model.xml.Rss; import io.reactivex.Maybe; import io.reactivex.Observable; import io.reactivex.Single; import retrofit2.Call; import retrofit2.http.GET; import retrofit2.http.Url; public interfac...
/* * component * * Copyright (c) 2021 Synopsys, Inc. * * Use subject to the terms and conditions of the Synopsys End User Software License and Maintenance Agreement. All rights reserved worldwide. */ package com.synopsys.integration.alert.component.settings; import org.slf4j.Logger; import org.slf4j.LoggerFactor...
/* * Copyright 2015, 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 applic...
/* * Copyright 2015-2017 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 regardi...
package multiThreading.synchronizingCode.SCJP6; /**Objectives: Synchronization test and throw a null pointer exception in * case a non static object var is used without assigned to an instance object. * And given these two fragments: I. synchronized void chat(long id) { II. void chat(long id) { When fragment I or fr...
/* * (C) Copyright IBM Corp. 2018, 2020 * * SPDX-License-Identifier: Apache-2.0 */ package com.ibm.fhir.persistence.search.test; import static org.testng.Assert.assertFalse; import static org.testng.Assert.assertTrue; import java.time.ZoneId; import java.util.Collections; import java.util.HashMap; import java.ut...
package net.minecraft.enchantment; import net.minecraft.block.BlockPumpkin; import net.minecraft.inventory.EntityEquipmentSlot; import net.minecraft.item.Item; import net.minecraft.item.ItemArmor; import net.minecraft.item.ItemBlock; import net.minecraft.item.ItemBow; import net.minecraft.item.ItemElytra; import net.m...
package com.fasterxml.jackson.datatype.jsr310.deser; import java.io.IOException; import java.time.DateTimeException; import java.time.MonthDay; import java.time.format.DateTimeFormatter; import com.fasterxml.jackson.core.JsonParser; import com.fasterxml.jackson.core.JsonToken; import com.fasterxml.jackson.databind.De...
package com.kintone.client.model.record; import com.kintone.client.model.FileBody; import java.util.Arrays; import java.util.Collections; import java.util.List; import lombok.Value; /** A value object for an Attachment field. */ @Value public class FileFieldValue implements FieldValue { /** The list of objects t...
package udt.echo.rendezvous; import io.netty.util.internal.SocketUtils; import java.net.InetSocketAddress; public class MsgEchoPeerOne extends MsgEchoPeerBase { protected MsgEchoPeerOne(InetSocketAddress self, InetSocketAddress peer, int messageSize) { super(self, peer, messageSize); } public st...
/* * * * Copyright 2020 New Relic Corporation. All rights reserved. * * SPDX-License-Identifier: Apache-2.0 * */ package org.jboss.netty.handler.codec.http; import com.newrelic.api.agent.weaver.SkipIfPresent; /** * Prevent netty-3.4 from loading with 3.8 */ @SkipIfPresent public class DefaultHttpHeaders { }
/* * Copyright (c) 2007 David Crawshaw <david@zentus.com> * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS...
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.dvcs; import com.intellij.dvcs.push.PushSupport; import com.intellij.dvcs.repo.AbstractRepositoryManager; import com.intellij.dvcs.repo.RepoStateException; i...
package com.microsoft.azure.documentdb; import org.json.JSONObject; /** * * Represents a document attachment. * * Each document may contain zero or more attachemnts. Attachments can be of any MIME type - text, image, binary data. * These are stored externally in Azure Blob storage. Attachments are automatically...
import com.github.hmcts.lifeevents.client.api.DeathApiClient; import com.github.hmcts.lifeevents.client.config.ClientConfiguration; import com.github.hmcts.lifeevents.client.config.ServiceConfiguration; import com.github.hmcts.lifeevents.client.service.DeathService; import feign.Client; import org.junit.jupiter.api.Di...
package edu.jhu.pacaya.gm.inf; import edu.jhu.pacaya.autodiff.Module; import edu.jhu.pacaya.gm.model.FactorGraph; import edu.jhu.pacaya.gm.model.Factors; import edu.jhu.pacaya.util.semiring.Algebra; public interface BeliefsModuleFactory { Module<Beliefs> getBeliefsModule(Module<Factors> fm, FactorGraph fg); A...
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
/* * 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 * "Lic...
package com.aiz.zhelimall.coupon.entity; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import java.math.BigDecimal; import java.io.Serializable; import java.util.Date; import lombok.Data; /** * 商品满减信息 * * @author Zhang Yao * @email zhangyao9707@163.com...
package org.jeecg.modules.emergencyduty.service; import com.baomidou.mybatisplus.core.metadata.IPage; import com.baomidou.mybatisplus.extension.plugins.pagination.Page; import org.jeecg.modules.emergencyduty.entity.Briefing; import com.baomidou.mybatisplus.extension.service.IService; import org.jeecg.modules.emergency...
package ru.REStudios.v8.components; import com.badlogic.gdx.math.Vector2; import com.badlogic.gdx.physics.box2d.*; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; import ru.REStudios.v8.components.custom.Transform; import ru.REStudios.v8.components.custom.physics.Collider; import r...
package org.day.smartfolders.util; import java.util.UUID; import android.content.Context; import android.content.SharedPreferences; import android.content.SharedPreferences.Editor; public class Config { private static String uniqueID = null; private static final String PREF_FILE = "smartfolders.pref"; priv...
package com.example.android.kubernetesclient.chart_formatters; import android.annotation.SuppressLint; import android.util.Log; import com.github.mikephil.charting.components.AxisBase; import com.github.mikephil.charting.formatter.IAxisValueFormatter; import java.sql.Timestamp; import java.time.LocalDate; import jav...
/* * MIT License * * Copyright (c) 2021 Jannis Weis * * 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,...
/* * Documento creado no 2019 por DAWDU110. * CIFP A Carballeira. Proxecto com.acarballeira.exame.JoseManuelSabaris no 13 dic. 2019. * Contido con licenciamento Creative Commons CC BY-NC-SA * Cualificación: ? */ package com.acarballeira.exame.JoseManuelSabaris.Exercicio2; /** * TODO - Descrición da clase * Pla...
package com.liuniukeji.mixin.ui.discover; import android.content.Context; import android.support.annotation.NonNull; import com.liuniukeji.mixin.net.CommonResult; import com.liuniukeji.mixin.net.JsonCallback; import com.liuniukeji.mixin.net.LazyResponse; import com.liuniukeji.mixin.net.OkGoRequest; import com.liuniuk...
/* * #%L * ddal-jsqlparser * %% * Copyright (C) 2016 - 2017 the original author or authors. * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Foundation, either version 2.1 of the * Licen...
/** Copyright (C) 2008 Happy Fish / YuQing * FastDFS Java Client may be copied only under the terms of the GNU Lesser * General Public License (LGPL). * Please visit the FastDFS Home Page http://www.csource.org/ for more detail. */ package org.csource.fastdfs; import java.io.IOException; import java.lang.reflect.A...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ma...
package com.alipay.api.domain; import java.util.Date; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; /** * 取消信用服务 * * @author auto create * @since 1.0, 2019-04-18 17:15:41 */ public class ZhimaCreditEpSceneAgreementCancelModel extends AlipayObject { private static final l...
package com.lay.smartframework.helper; import com.lay.smartframework.ConfigConstant; import com.lay.smartframework.util.PropsUtil; import java.util.Properties; /** * @Description: 属性文件助手类 * @Author: lay * @Date: Created in 11:31 2019/1/25 * @Modified By:IntelliJ IDEA */ public final class ConfigHelper { pri...
/** * 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...
/* * 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 stories.app.utils; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.drawable.BitmapDrawable; import android.util.Base64; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.InputStream; import java.net.HttpURLConnection; import java.ne...
package com.lingtuan.firefly.wallet; import android.content.Context; import android.support.v7.widget.CardView; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; import com.li...
/* * Copyright (c) 2008-2013, Heng Yuan * 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...
package water.api.schemas3; import hex.Interaction; import water.api.API; public class InteractionV3 extends SchemaV3<Interaction, InteractionV3> { static public String[] own_fields = new String[] { "source_frame", "factor_columns", "pairwise", "max_factors", "min_occurrence" }; @API(help="destination key", dire...
package xreliquary.blocks.tile; import net.minecraft.block.BlockState; import net.minecraft.item.ItemStack; import net.minecraft.nbt.CompoundNBT; import net.minecraft.nbt.INBT; import net.minecraft.nbt.ListNBT; import net.minecraft.nbt.LongNBT; import net.minecraft.tileentity.ITickableTileEntity; import net.minecraft....
/** * 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 2016-2018 Leon Chen * * 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 ...
/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (C) Copyright 2000-2013, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/in...
package org.firstinspires.ftc.teamcode; import com.qualcomm.hardware.modernrobotics.ModernRoboticsI2cGyro; import com.qualcomm.robotcore.eventloop.opmode.Autonomous; import com.qualcomm.robotcore.eventloop.opmode.Disabled; import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode; import com.qualcomm.robotcore.hardw...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
/** * * Copyright (c) Microsoft and contributors. 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 r...
package net.voxelindustry.brokkgui.demo; import net.voxelindustry.brokkgui.window.BrokkGuiScreen; public class GuiOverlayDemo extends BrokkGuiScreen { public GuiOverlayDemo() { super(0.5F, 0.5F, 0, 0); } @Override public void initGui() { super.initGui(); setWidth(getS...
/* This file is part of the OdinMS Maple Story Server Copyright (C) 2008 ~ 2010 Patrick Huy <patrick.huy@frz.cc> Matthias Butz <matze@odinms.de> Jan Christian Meyer <vimes@odinms.de> This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License ...
package com.stoyanivanov.tastethat.ui.activities.image_activity; import android.content.Intent; import android.support.v4.app.Fragment; public interface ImageActivityContract { void replaceFragment(Fragment fragment); }
// *************************************************************************************************************************** // * 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...
package com.medallia; import com.medallia.data.DataSet; import com.medallia.data.FieldSpec; import com.medallia.dsl.FieldStats; import com.medallia.dsl.Query; import com.medallia.dsl.compiler.BranchReducingQueryCompiler; import com.medallia.dsl.compiler.CompiledQueryBase; import com.medallia.dsl.compiler.QueryCompiler...
package org.motechproject.mots.domain; import java.util.List; import javax.persistence.CascadeType; import javax.persistence.CollectionTable; import javax.persistence.Column; import javax.persistence.ElementCollection; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.JoinCo...
/* * 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.piaohao.fashionadmin.db.system.entity; import com.baomidou.mybatisplus.annotation.TableName; import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.annotation.TableId; import java.io.Serializable; import lombok.Data; import lombok.EqualsAndHashCode; import lombok.experimental.Ac...
package com.github.ddth.queue.impl.universal.idint; import com.github.ddth.queue.QueueSpec; import com.github.ddth.queue.impl.DisruptorQueueFactory; /** * Factory to create {@link UniversalDisruptorQueue} instances. * * @author Thanh Ba Nguyen <bnguyen2k@gmail.com> * @since 0.4.1 */ public class UniversalDisrup...
/** * Copyright 2005-2019 The Kuali Foundation * * Licensed under the Educational Community License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.opensource.org/licenses/ecl2.php * * Unless required by a...
/* * Copyright (c) 2012, 2013, 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 MIT License * * Copyright (c) 2018, CloudBees, 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, c...
package mage.filter.common; import mage.constants.SubType; import mage.constants.TargetController; import mage.filter.FilterPermanent; /** * @author BetaSteward_at_googlemail.com */ public class FilterControlledPermanent extends FilterPermanent { public FilterControlledPermanent() { this("permanent you...
package works.weave.socks.queuemaster.controllers; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.boot.test.mock.mockito.MockBean; import org.springframework.t...
/* * Copyright (c) 2012 EMC Corporation * All Rights Reserved */ package com.emc.storageos.cimadapter.connections.cim; /** * Defines an enumeration for the descriptions associated with the * CIM_AlertIndication AlertType property value. The CIM_AlertIndication * AlertType property value is an integer. This enum...
/* * 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 ...