text
stringlengths
7
995k
package com.github.zuihou; import java.util.Properties; import org.junit.Test; import org.springframework.beans.factory.config.YamlPropertiesFactoryBean; import org.springframework.core.io.ByteArrayResource; import com.github.benmanes.caffeine.cache.Cache; import com.github.benmanes.caffeine.cache.Caffeine; /** * ...
package com.dqdteam.game.android; import android.os.Bundle; import com.badlogic.gdx.backends.android.AndroidApplication; import com.badlogic.gdx.backends.android.AndroidApplicationConfiguration; import com.dqdteam.game.MonsterPong; public class AndroidLauncher extends AndroidApplication { @Override protected void o...
/* * Copyright 2015 Red Hat, 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 ...
package br.com.kibutzzz.leonardooverflow.presentation.resources.mapper; import br.com.kibutzzz.leonardooverflow.AnswerResponseStubber; import br.com.kibutzzz.leonardooverflow.AnswerStubber; import br.com.kibutzzz.leonardooverflow.infrastructure.persistence.model.Answer; import br.com.kibutzzz.leonardooverflow.presenta...
package io.github.voduku.repository; import io.github.voduku.model.AbstractSearch; import java.io.Serializable; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.data.domain.Slice; import org.springframework.data.jpa.repository.JpaRepository; impor...
package byps.test.api.remote; /* * * THIS FILE HAS BEEN GENERATED BY class byps.gen.j.GenApiClass DO NOT MODIFY. */ import byps.*; import java.io.Serializable; /** */ @SuppressWarnings("all") public final class BRequest_RemoteInlineInstance_setPoint2DArray4dim extends BMethodRequest implements Serializable { p...
package com.std.igek.service.impl; import java.util.List; import javax.annotation.Resource; import org.springframework.stereotype.Service; import com.std.igek.dao.ThenewsDao; import com.std.igek.entity.Thenews; import com.std.igek.service.ThenewsService; @Service public class ThenewsServiceImpl implements Thenews...
/* * 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 dev.sheldan.oneplus.bot.migration.faq.job; import com.google.gson.Gson; import dev.sheldan.oneplus.bot.migration.common.MigrationJob; import dev.sheldan.oneplus.bot.migration.faq.models.FAQCommand; import dev.sheldan.oneplus.bot.migration.faq.models.FAQCommandChannelEntry; import dev.sheldan.oneplus.bot.migrat...
package com.zhiyou.mybatis.util; import java.io.IOException; import java.io.InputStream; import org.apache.ibatis.io.Resources; import org.apache.ibatis.session.SqlSession; import org.apache.ibatis.session.SqlSessionFactory; import org.apache.ibatis.session.SqlSessionFactoryBuilder; public class MybatisUtils { pri...
// Targeted by JavaCPP version 1.5.1: DO NOT EDIT THIS FILE package org.bytedeco.cuda.cudnn; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import org.bytedeco.cuda.cudart.*; import static org.bytedeco.cuda.global.cudart.*; import static org.bytedeco.cuda.global.cudnn.*;...
package de.topicmapslab.aranuka.test.annotations; import java.util.Set; import de.topicmapslab.aranuka.annotations.AssociationContainer; import de.topicmapslab.aranuka.annotations.Role; @AssociationContainer public class AssociationContainer01 { @Role(type="test:counter_player_01_role") private CounterPlayer01 co...
package com.rental.security; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.core.userdetails.UserDetails; import org.springframework.security.core.userdetails.UserDetailsService; import org.springframework.security.core.userdetails.UsernameNotFoundException; import ...
package com.javafortesters.pulp.domain.groupings; import com.javafortesters.pulp.domain.objects.PulpAuthor; import com.javafortesters.pulp.domain.objects.PulpPublisher; import java.util.*; public class PulpAuthors { private int key; private ArrayList<PulpAuthor> authors; public PulpAuthors(){ au...
package edu.boisestate.azamattulepbergenovu.popularmovies; import android.os.Bundle; import android.preference.ListPreference; import android.preference.Preference; import android.preference.PreferenceFragment; import android.preference.PreferenceManager; import android.view.LayoutInflater; import android.view.View; i...
/* * Copyright (C) 2009 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 app...
package com.qht.dto; import java.io.Serializable; import java.util.Date; public class AppInsertTeacherAnswerParameter implements Serializable { private String uid; private String tenant_id; private String student_id; private String ask_id; private String append_attach; private String answer; private String ans...
/* * Copyright 2018 Google, 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 in...
/* * Copyright (C) 2020 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 app...
/** Copyright by Barry G. Becker, 2000-2011. Licensed under MIT License: http://www.opensource.org/licenses/MIT */ package com.barrybecker4.game.twoplayer.go.board.update; import com.barrybecker4.game.twoplayer.go.GoTestCase; /** * @author Barry Becker */ public class TestDeadStones extends GoTestCase { /** ...
/** * Copyright 2007 The Apache Software Foundation * * 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...
/* * Copyright 2017 Grzegorz Skorupa . * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
/* * Copyright (c) 2016 The original author or authors * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * and Apache License v2.0 which accompanies this distribution. * * The Eclipse Public License is available at *...
package net.demilich.metastone.game.entities.minions; import net.demilich.metastone.game.GameTag; import net.demilich.metastone.game.cards.MinionCard; import net.demilich.metastone.game.entities.Actor; import net.demilich.metastone.game.entities.EntityType; public class Minion extends Actor { public Minion(MinionCa...
package org.insightech.er.editor.controller.editpart.outline.tablespace; import org.eclipse.gef.DragTracker; import org.eclipse.gef.EditPolicy; import org.eclipse.gef.Request; import org.eclipse.gef.RequestConstants; import org.eclipse.gef.tools.SelectEditPartTracker; import org.eclipse.jface.dialogs.IDialogConstants;...
package com.example.azb.myapplication; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; public class MainActivity extends AppCompatActivity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.ac...
package com.mou.jxtract.core.processors.collections; import com.google.gson.JsonArray; import com.google.gson.JsonElement; import com.google.gson.JsonPrimitive; import com.mou.jxtract.core.PostProcessor; import com.mou.jxtract.core.descriptors.ProcessorDescriptor; import com.mou.jxtract.core.deserializers.ProcessorDes...
package com.miausoft.miaups.services; import com.miausoft.miaups.enums.DeliveryStatus; import com.miausoft.miaups.persistence.DeliveryTaskRecordRepository; import com.miausoft.miaups.persistence.DeliveryTasksRepository; import com.miausoft.miaups.persistence.entities.DeliveryTask; import com.miausoft.miaups.persistenc...
/* * Copyright (c) Facebook, Inc. and 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 applic...
package com.soaic.designpattern.commandpattern; public class MacroCommand implements Command { private Command[] commands; public MacroCommand(Command[] commands){ this.commands = commands; } @Override public void execute() { for (int i = 0; i < commands.length; i++){ ...
package com.revolut.moneytransfer.dagger.module; import com.revolut.moneytransfer.service.impl.AccountServiceImpl; import dagger.internal.Factory; import dagger.internal.Preconditions; import javax.annotation.Generated; @Generated( value = "dagger.internal.codegen.ComponentProcessor", comments = "https://google.g...
/** * Copyright 2016 JustWayward Team * <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...
package jadx.tests.integration.loops; import org.junit.jupiter.api.Test; import jadx.core.dex.nodes.ClassNode; import jadx.tests.api.IntegrationTest; import static jadx.tests.api.utils.JadxMatchers.containsOne; import static org.hamcrest.MatcherAssert.assertThat; public class TestLoopCondition extends IntegrationTe...
import java.util.*; /** * A node in the graph. * * @author Shalin Shah * Email: shah.shalin@gmail.com */ public class Node implements Comparable { public int value; public int degree = 0; public LinkedHashSet list = null;; public Node next = null; public Node previous = null; public in...
/** * Copyright (c) 2013-2020 Contributors to the Eclipse Foundation * * <p> See the NOTICE file distributed with this work for additional information regarding copyright * ownership. All rights reserved. This program and the accompanying materials are made available * under the terms of the Apache License, Versio...
package com.acrylic.universal.loaders; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; public class InvalidEntityRegistry extends RuntimeException { public InvalidEntityRegistry(@NotNull Class<?> clazz, @Nullable String reason) { super("The entity class, " + clazz.get...
/** * ==================================================================== * Nuts : Network Updatable Things Service * (universal package manager) * <br> * is a new Open Source Package Manager to help install packages * and libraries for runtime execution. Nuts is the ultimate companion for * maven (and other bu...
package io.pivio.metadata; import com.fasterxml.jackson.databind.ObjectMapper; import io.pivio.Logger; import java.io.File; import java.util.Map; import org.springframework.stereotype.Service; @Service public class NpmMetadataReader implements MetadataReader { private final Logger log = new Logger(); @...
/* * ==================================================================== * 【个人网站】:http://www.2b2b92b.com * 【网站源码】:http://git.oschina.net/zhoubang85/zb * 【技术论坛】:http://www.2b2b92b.cn * 【开源中国】:https://gitee.com/zhoubang85 * * 【支付-微信_支付宝_银联】技术QQ群:470414533 * 【联系QQ】:842324724 * 【联系Email】:842324724@qq.com * =====...
package kdvaraci; import java.util.Scanner; public class kdv { public static void main(String[] args) { double kdvliTutar , kdvTutar , kdvOran = 0.18, tutar ; Scanner input = new Scanner(System.in); System.out.print("Ucret Tutarini Giriniz : "); tutar = input.nextDouble(); ...
/* * 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...
package org.cloudbus.cloudsim.examples.power.random; import java.io.IOException; /** * A simulation of a heterogeneous power aware data center that applies the Static Threshold (THR) * VM allocation policy and Minimum Migration Time (MMT) VM selection policy. * * The remaining configuration parameters are in the...
package li.fyun.commons.messaging; import li.fyun.commons.core.utils.SnowflakeSequence; import li.fyun.commons.core.utils.YamlPropertySourceFactory; import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean; import org.springframework.context.annotation.Bean; import org.springframework.context.a...
package nl.thehyve.podium.service; import com.google.common.collect.Sets; import nl.thehyve.podium.common.IdentifiableUser; import nl.thehyve.podium.common.enumeration.OverviewStatus; import nl.thehyve.podium.common.enumeration.RequestReviewStatus; import nl.thehyve.podium.common.enumeration.RequestStatus; import nl.t...
/** * Copyright 2014 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 applicable law or agreed t...
package io.swagger.v3.jaxrs2.resources; import io.swagger.v3.jaxrs2.resources.model.MultipleBaseBean; import io.swagger.v3.jaxrs2.resources.model.MultipleSub1Bean; import io.swagger.v3.jaxrs2.resources.model.MultipleSub2Bean; import io.swagger.v3.oas.annotations.Operation; import io.swagger.v3.oas.annotations.Paramete...
/* * 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.emirozturk.Bildirim.Entity; import lombok.AllArgsConstructor; import lombok.Getter; import lombok.Setter; import org.springframework.data.annotation.Id; import org.springframework.data.mongodb.core.mapping.Document; @Getter @Setter @AllArgsConstructor @Document("roles") public class Role { @Id pri...
/* * Java Tee Stream Library * * Copyright (c) Matthew Johnson 2005 * * 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 * t...
import java.io.IOException; import java.net.DatagramPacket; import java.net.DatagramSocket; import java.net.InetAddress; import java.net.SocketException; import java.net.UnknownHostException; public class SendIP { public static void main(String args[]) { new SendIP().lanchApp(); ...
package com.imooc.ad.mysql.listener; import com.github.shyiko.mysql.binlog.event.EventType; import com.imooc.ad.mysql.constant.Constant; import com.imooc.ad.mysql.constant.OpType; import com.imooc.ad.mysql.dto.BinlogRowData; import com.imooc.ad.mysql.dto.MySqlRowData; import com.imooc.ad.mysql.dto.TableTemplate; impor...
package top.jshanet.scorpio.framework.core.context; import lombok.Getter; import lombok.Setter; import org.springframework.security.core.Authentication; import org.springframework.security.core.context.SecurityContext; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import...
package sample.ble.sensortag; import android.app.Activity; import android.app.Fragment; import android.app.ListActivity; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; import android.content.Intent; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; ...
package io.webapp.module.support.codegenerator.domain; import io.webapp.module.support.codegenerator.constant.SqlOperateTypeEnum; import lombok.Builder; import lombok.Data; /** * [ ] * * @author yandanyang * @version 1.0 * @date 2019/5/11 0011 上午 10:13 * @since JDK1.8 */ @Data @Builder public class CodeGenera...
package com.controller.member; import java.io.IOException; import java.io.PrintWriter; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import com.serv...
/** * netty-tcp. <br> * Copyright (C) 1999-2017, All rights reserved. <br> * <br> * This program and the accompanying materials are under the terms of the Apache License Version 2.0. <br> */ package io.netty.tcp.message; import io.netty.tcp.util.CommUtil; /** * 报文长度头类型. * * @author Lawnstein.Chan * @versio...
/* ### * IP: GHIDRA * * 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 writin...
/* Generated by camel build tools - do NOT edit this file! */ package org.apache.camel.component.flatpack; import java.net.URISyntaxException; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.Map; import java.util.Set; import org.apache.camel.spi.EndpointUriFactory; ...
package com.goodloop.jerbil; import java.io.File; import java.util.Arrays; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import com.vladsch.flexmark.ast.Node; import com.vladsch.flexmark.html.LinkResolver; import com.vladsch.flexmark.html.renderer.LinkResolverCon...
/* * * * Copyright 2010-2016 OrientDB LTD (http://orientdb.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...
/* * Copyright 2012-2018 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 th.skyousuke.braveland.object.npc.partner.partner5; import com.badlogic.gdx.graphics.g2d.Animation; import th.skyousuke.braveland.Damage; import th.skyousuke.braveland.HotBox; import th.skyousuke.braveland.ViewDirection; import th.skyousuke.braveland.object.AbstractActionState; import th.skyousuke.braveland.ob...
package net.mgsx.analytics.google; import java.util.HashMap; import java.util.Map; import com.badlogic.gdx.Application.ApplicationType; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.Net.HttpRequest; import com.badlogic.gdx.Net.HttpResponse; import com.badlogic.gdx.Net.HttpResponseListener; import com.badlogic....
/** * Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * <p> * WSO2 Inc. 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 * <p> * http://www.apac...
/* * Copyright @ 2015 - Present, 8x8 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 a...
package com.cnpc.framework.activiti.listener; import org.activiti.engine.delegate.DelegateTask; import org.activiti.engine.delegate.TaskListener; /** * Created by billJiang on 2017/7/1. * e-mail:475572229@qq.com qq:475572229 */ public class TestTaskListener implements TaskListener { @Override public void ...
package celestibytes.celestialwizardry.reference; import celestibytes.celestialwizardry.client.handler.ClientRenderTickEventHandler; import celestibytes.celestialwizardry.client.handler.KeyInputEventHandler; import celestibytes.celestialwizardry.handler.ClientTickEventHandler; import celestibytes.celestialwizardry.han...
package io.lindstrom.m3u8.model; import org.immutables.value.Value; import java.util.Optional; @Value.Immutable public interface PlaylistVariable { Optional<String> name(); Optional<String> value(); Optional<String> importAttribute(); static Builder builder() { return new Builder(); } ...
/* * 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...
package com.stip.net.steam.trade; import com.ibasco.agql.protocols.valve.steam.webapi.requests.SteamEconomyRequest; public class StartTrade extends SteamEconomyRequest { public StartTrade(String apiMethod, int apiVersion) { super(apiMethod, apiVersion); } }
package com.atguigu.orderservice.client; import com.atguigu.commonutils.user.CourseWebVoOrder; import org.springframework.cloud.openfeign.FeignClient; import org.springframework.stereotype.Component; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.PostMapping...
package net.gwizlabs.airlinkinfo; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonPropertyOrder; import javax.annotation.processing.Generated; @JsonInclude(JsonInclude.Include.NON_NULL) @JsonPropertyOrder({"seconds"...
package libs; import interfaces.StartProgramInterface; /** * Created by thesinding on 6/6/17. */ public class Program { StartProgramInterface program; String desciption; String name; public Program(StartProgramInterface program, String desciption) { this.program = program; this.desc...
/* * Created on Sep 16, 2007 * * 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 writ...
// // Copyright 2018 SenX S.A.S. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or...
/******************************************************************************* * * Copyright 2019 Adobe. All rights reserved. * This file is licensed 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 * ...
/** * Copyright 2017 TerraMeta Software, 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 ...
// ---------------------------------------------------------------------------- // Copyright 2007-2016, GeoTelematic Solutions, Inc. // All rights reserved // ---------------------------------------------------------------------------- // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not...
package cn.blmdz.test; import com.alibaba.fastjson.JSON; import cn.blmdz.wapplet.model.sysconfig.WechatAppletConfig; public class SystemConfig { public static void main(String[] args) { WechatAppletConfig wechatAppletConfig = new WechatAppletConfig(); wechatAppletConfig.setShowName("木逸萧的社区"); wechatAppletConf...
/* * Copyright (C) 2011-2014 Volker Bergmann (volker.bergmann@bergmann-it.de). * 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/L...
/* * Bytecode Analysis Framework * Copyright (C) 2003,2004 University of Maryland * * This library 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 License, or (at your...
package com.liquidlabs.space.impl; import org.joda.time.DateTimeUtils; import com.liquidlabs.space.lease.Lease; import org.junit.After; import org.junit.Before; import org.junit.Test; import static org.junit.Assert.*; public class SpacePerfTest extends SpaceBaseFunctionalTest { long timeout = 300; @Before publ...
package com.github.paolorotolo.gitty_reporter_example; import android.os.Bundle; import com.github.paolorotolo.gitty_reporter.GittyReporter; public class GittyReporterNoGuestExample extends GittyReporter { @Override public void init(Bundle savedInstanceState) { //noinspection HardCodedStringLiteral ...
package cn.com.dormant.service.core.manager; import cn.com.dormant.service.core.message.SysInternalEvent; /** * <code>ManagerEvent<code> * * @description: This class represent one manager event which caused by some manager operation or actions * @author: Wang Jianguang(aguang_1@126.com) * @creation: 2015/03/04 ...
/* * Copyright (C) 2009 Teleca Poland Sp. z o.o. <android@teleca.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 r...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. package com.azure.messaging.servicebus.administration; import com.azure.core.exception.ClientAuthenticationException; import com.azure.core.exception.ResourceExistsException; import com.azure.core.exception.ResourceNotFoun...
/* * 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 under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
package XML; import javafx.scene.paint.Color; public class AntHolder extends DataHolder { private static Color ANT_COLOR; private static String ANT_GRID; private static double PHEROMONE_DIFFUSION; private static int SIZE_RATIO; public static void setSugarScape(int ratio, double pDiff, Color antColor, String 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 may ...
package org2.apache.commons.io.output; import java.io.File; import java.io.FileOutputStream; import java.io.FileWriter; import java.io.IOException; import java.io.OutputStream; import java.io.OutputStreamWriter; import java.io.Writer; import org2.apache.commons.io.FileUtils; import org2.apache.commons.io.IOUtils; pub...
/* * Copyright 2014-2019 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...
/* * Copyright 2014 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 applica...
package com.imenu.fr.restaurant.api.model.orderoperation; /** * Created by android on 1/9/17. */ public class OrderAcceptReject { int type; private int storeId; private int orderId; private int orderStatus; public int getStoreId() { return storeId; } public void setStoreId(int ...
/** * 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) 2008-2013, Hazelcast, 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 ...
/* * 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
package com.jayqqaa12.jbase.localtion; import org.apache.commons.lang3.StringUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import javax.xml.bind.JAXBContext; import javax.xml.bind.Unmarshaller; import java.io.InputStream; import java.util.HashMap; import java.util.List; import java.util.Map; /** ...
package com.google.android.gms.internal.ads; import android.content.Context; import com.google.android.gms.ads.internal.zzp; /* compiled from: com.google.android.gms:play-services-ads@@19.4.0 */ public final class zzbsx implements zzbws { private final Context zzaai; private final zzbbx zzbot; private fin...
package br.com.emmanuelneri.monolitica.util.anotations; import javax.inject.Qualifier; import java.lang.annotation.Retention; import java.lang.annotation.Target; import static java.lang.annotation.ElementType.*; import static java.lang.annotation.RetentionPolicy.RUNTIME; @Qualifier @Retention(RUNTIME) @Target({METHO...