text
stringlengths
7
995k
package fi.aalto.dmg.frame.bolts; import backtype.storm.topology.BasicOutputCollector; import backtype.storm.topology.OutputFieldsDeclarer; import backtype.storm.topology.base.BaseBasicBolt; import backtype.storm.tuple.Fields; import backtype.storm.tuple.Tuple; import backtype.storm.tuple.Values; import fi.aalto.dmg.f...
package chapter03.section02.thread_3_2_4.pro_1_joinLong; /** * Project Name:java-multi-thread-programming <br/> * Package Name:chapter03.section02.thread_3_2_4.pro_1_joinLong <br/> * Date:2019/11/24 17:57 <br/> * * @author <a href="turodog@foxmail.com">chenzy</a><br/> */ public class MyThread extends Thread{ ...
/* * Copyright (c) 2013 Nu Echo Inc. All rights reserved. */ package com.nuecho.rivr.voicexml.rendering.voicexml; import java.io.*; import java.util.*; import javax.servlet.http.*; import org.w3c.dom.*; import com.nuecho.rivr.core.servlet.*; import com.nuecho.rivr.core.util.*; import com.nuecho.rivr.voicexml.dia...
package es.com.blogspot.elblogdepicodev.hibernate.dao; import java.util.ArrayList; import java.util.List; import javax.persistence.criteria.CriteriaBuilder; import javax.persistence.criteria.Order; import javax.persistence.criteria.Root; public class Sort { private String property; private Direction direction; ...
package imooc.naga.server.query.cache; import com.google.common.base.Ticker; import com.google.common.cache.CacheBuilder; import com.google.common.cache.CacheLoader; import com.google.common.cache.LoadingCache; import imooc.naga.server.query.dataframe.PagedDataFrame; import java.util.concurrent.TimeUnit; public clas...
package com.coolweather.android.util; import android.util.Log; import okhttp3.OkHttpClient; import okhttp3.Request; /** * @author Darrick * @package com.coolweather.android.util * @class HttpUtil * @date 2018/2/24 14:32 * @description HttpUtil网络相关工具类 * @versions 1.0 */ public class HttpUtil { private sta...
package com.javaetraining.spring.bean; import org.springframework.beans.factory.annotation.Required; public class Address { private String houseNumber; private String street; private String city; private String country; private String zipCode; public String getHouseNumber() { return houseNumber; } public...
/* * Copyright (c) 2010-2017 Evolveum * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
package com.trievosoftware.application.web.rest; import com.trievosoftware.application.domain.WelcomeMessage; import com.trievosoftware.application.service.WelcomeMessageQueryService; import com.trievosoftware.application.service.WelcomeMessageService; import com.trievosoftware.application.service.dto.WelcomeMessageCr...
package org.mbari.m3.annosync.services.annosaurus.v1; import com.typesafe.config.Config; import com.typesafe.config.ConfigUtil; import io.reactivex.Observable; import org.mbari.m3.annosync.util.ConfigUtilities; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.time.Duration; import java.util.ArrayL...
/* * Copyright 2014 - 2022 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
package domainV2.bet; import javax.persistence.Entity; import domainV2.bet.promotion.Promotion; @Entity public class BetDecorator extends BetSuperClass { protected BetSuperClass innerBet; private Promotion promo; public BetDecorator(Promotion promotion, BetSuperClass inner) { super(inner.question, inner.betAm...
package com.blossomproject.core.user; import org.springframework.boot.CommandLineRunner; import org.springframework.boot.autoconfigure.domain.EntityScan; import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration; import org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration; ...
/******************************************************************************* * Copyright Duke Comprehensive Cancer Center and SemanticBits * * Distributed under the OSI-approved BSD 3-Clause License. * See http://ncip.github.com/c3pr/LICENSE.txt for details. ***************************************************...
/* * 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 2018 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writi...
/* * 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 * "License")...
/* * Copyright 2006-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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
package uoa.di.tedbackend.application_impl; import lombok.extern.slf4j.Slf4j; import org.springframework.boot.CommandLineRunner; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.DependsOn; import uoa.di.tedba...
package zhou.demo; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v7.app.AppCompatActivity; import android.widget.TextView; import android.widget.Toast; import com.zzhoujay.richtext.RichText; import com.zzhoujay.richtext.callback.OnImageClickListener; import java.util.Ca...
package com.soup.memo.netty.serialize; import io.netty.channel.ChannelHandlerContext; import io.netty.channel.SimpleChannelInboundHandler; import lombok.extern.slf4j.Slf4j; /** * <p> * 订购服务处理类 * </p> * * @author zhaoyi * @date 2019-11-17 22:57 * @since 1.0 */ @Slf4j public class SubReqServerHandler extends S...
/******************************************************************************* * Manchester Centre for Integrative Systems Biology * University of Manchester * Manchester M1 7ND * United Kingdom * * Copyright (C) 2007 University of Manchester * * This program is released under the Academic Free License ("AF...
package org.jsoup.parser; import org.jsoup.helper.Validate; /** CharacterReader cosumes tokens off a string. To replace the old TokenQueue. */ class CharacterReader { static final char EOF = (char) -1; private final String input; private final int length; private int pos = 0; private int mark =...
package com.vip.vjtools.vjmap; import java.io.ByteArrayOutputStream; import java.io.PrintStream; import java.util.Comparator; import sun.jvm.hotspot.oops.ArrayKlass; import sun.jvm.hotspot.oops.InstanceKlass; import sun.jvm.hotspot.oops.Klass; import sun.jvm.hotspot.oops.ObjArrayKlass; import sun.jvm.hotspot.oops.Typ...
package com.example.studentsystem; import android.app.Activity; import java.util.ArrayList; import java.util.List; /** * Created by ljh on 2016/11/10. */ //活动控制类 public class ActivityCollector extends Activity { public static List<Activity> activities = new ArrayList<Activity>(); public static void addAct...
package com.prowidesoftware.swift.model.mx; import com.prowidesoftware.swift.model.mx.dic.*; import com.prowidesoftware.swift.model.mx.AbstractMX; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annota...
package hex.genmodel; import water.genmodel.IGeneratedModel; import hex.ModelCategory; import java.io.Serializable; import java.util.Arrays; import java.util.Map; /** This is a helper class to support Java generated models. */ public abstract class GenModel implements IGenModel, IGeneratedModel, Serializable { /*...
package com.scottlogic.deg.generator.inputs.validation; import com.scottlogic.deg.generator.Profile; import java.util.Collection; import java.util.Collections; public class NoopProfileValidator implements ProfileValidator { @Override public Collection<ValidationAlert> validate(Profile profile) { ret...
package com.google.common.collect; import com.google.common.annotations.Beta; import com.google.common.annotations.GwtCompatible; import com.google.common.base.Preconditions; import com.google.errorprone.annotations.CanIgnoreReturnValue; import java.util.Arrays; import java.util.Comparator; import java.util.Map; impor...
/*- * Copyright (C) 2002, 2018, Oracle and/or its affiliates. All rights reserved. * * This file was distributed by Oracle as part of a version of Oracle Berkeley * DB Java Edition made available at: * * http://www.oracle.com/technetwork/database/database-technologies/berkeleydb/downloads/index.html * * Please ...
package fr.inra.maiage.bibliome.alvisnlp.bibliomefactory.modules.weka; import fr.inra.maiage.bibliome.alvisnlp.core.module.lib.AlvisNLPModule; @AlvisNLPModule(obsoleteUseInstead=WekaSelectAttributes.class) public class SelectingElementClassifier extends WekaSelectAttributes { }
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package android.support.v7.appcompat; public final class R { public static final class anim { public static final int abc_fade_in = 0x7...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: POGOProtos.Rpc.proto package POGOProtos.Rpc; /** * Protobuf type {@code POGOProtos.Rpc.UseItemReviveOutProto} */ public final class UseItemReviveOutProto extends com.google.protobuf.GeneratedMessageV3 implements // @@protoc_insertion_poi...
/* * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
import java.io.*; import java.util.Scanner; public class The_BufferedStreamInput_Class { public static void main(String args[]) throws IOException { Scanner sc = new Scanner(System.in); System.out.println("Enter the content to enter the Buffered Stream Input: "); String content = sc.nex...
/* * 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...
package com.g10.ssm.mapper.testdatabase; import java.util.List; import com.g10.ssm.po.testdatabase.UserQuestionAnswer; public interface UserQuestionAnswerQueryMapper { List<UserQuestionAnswer> selectAllUserQuestionAnswer(String userName); }
package life.genny.bridgecmd; import java.lang.reflect.Type; import java.time.LocalDateTime; import java.time.ZonedDateTime; import java.time.format.DateTimeFormatter; import org.bitsofinfo.hazelcast.discovery.docker.swarm.SwarmAddressPicker; import org.bitsofinfo.hazelcast.discovery.docker.swarm.SystemPrintLogger; ...
/** * Copyright 2018 bejson.com */ package com.okcoin.rest; /** * Auto-generated: 2018-02-01 23:11:53 * * @author bejson.com (i@bejson.com) * @website http://www.bejson.com/java2pojo/ */ public class Ticker { private String high; private String vol; private String last; private String low; ...
package io.slgl.client.node; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonTypeInfo; import java.util.List; import java.util.stream.Collectors; public class Wri...
/* * 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 org.scs; public class Info { private int iter; /* number of iterations taken */ private String status; /* status string, e.g. 'Solved' */ private int statusVal; /* status as scs_int, defined below */ private double pobj; /* primal objective */ private double dobj; /* dual objective */ p...
/* * Copyright 2012-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
package com.aranaira.arcanearchives.commands; import com.aranaira.arcanearchives.entity.EntityWeight; import com.aranaira.arcanearchives.tileentities.BrazierTileEntity; import com.aranaira.arcanearchives.tileentities.ImmanenceTileEntity; import com.aranaira.arcanearchives.tileentities.interfaces.IBrazierRouting; impor...
package io.kyligence.notebook.console.service; import com.google.common.cache.Cache; import com.google.common.cache.CacheBuilder; import io.kyligence.notebook.console.NotebookConfig; import io.kyligence.notebook.console.bean.dto.JobProgressDTO; import io.kyligence.notebook.console.bean.entity.JobInfo; import io.kylige...
/* * Copyright 2016 OpenMarket Ltd * Copyright 2017 Vector Creations Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
/* ======================================================== * EffectArguments.java * * Author: kmchugh * Created: Nov 3, 2010, 2:49:11 PM * * Description * -------------------------------------------------------- * General Class Description. * * Change Log * -----------------------------------------...
package com.maz.forum.repository; import com.maz.forum.entity.Comment; import org.springframework.data.repository.CrudRepository; import org.springframework.stereotype.Repository; import java.util.List; import java.util.Optional; @Repository public interface CommentRepo extends CrudRepository<Comment, String> { ...
/** * 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 2000-2015 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
package com.softicar.platform.core.module.environment; import com.softicar.platform.common.core.annotations.Generated; import com.softicar.platform.common.date.Time; import com.softicar.platform.core.module.CoreI18n; import com.softicar.platform.core.module.date.weekday.AGWeekday; import com.softicar.platform.core.mod...
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002, 2014 Oracle and/or its affiliates. All rights reserved. * * $Id$ */ package com.sleepycat.je.trigger; import com.sleepycat.je.DatabaseConfig; import com.sleepycat.je.DatabaseEntry; import com.sleepycat.je.Transaction; /** * <co...
package ru.dpopkov.knowthenics.services.springdatajpa; import org.springframework.context.annotation.Profile; import org.springframework.stereotype.Service; import ru.dpopkov.knowthenics.exceptions.data.NotFoundInRepositoryException; import ru.dpopkov.knowthenics.model.Answer; import ru.dpopkov.knowthenics.model.KeyTe...
package org.jmade; import org.jmade.core.event.persistence.EventLogRepository; import org.jmade.core.event.persistence.EventLogger; import org.jmade.example.Buyer; import org.jmade.example.Seller; import org.jmade.platform.run.AgentRunner; import org.springframework.boot.SpringApplication; import org.springframework.b...
/* * Copyright 2011 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 i...
package com.hashinclude72.weather; import android.app.Application; import android.content.Context; import com.facebook.react.PackageList; import com.facebook.react.ReactApplication; import org.devio.rn.splashscreen.SplashScreenReactPackage; import com.facebook.react.ReactInstanceManager; import com.facebook.react.Reac...
// This is a generated file. Not intended for manual editing. package com.neueda.jetbrains.plugin.graphdb.language.cypher.psi; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.psi.PsiElement; public interface CypherRangeLiteral extends PsiElement { @NotNull List<CypherIntegerLiteral...
/** * 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 requir...
package mikenakis.bytecode.model.constants; import mikenakis.bytecode.kit.BufferReader; import mikenakis.bytecode.kit.BufferWriter; import mikenakis.bytecode.model.ByteCodeHelpers; import mikenakis.bytecode.model.Constant; import mikenakis.bytecode.model.attributes.BootstrapMethod; import mikenakis.bytecode.model.desc...
package com.prism.springas; import com.prism.springas.schema.BaseSchema; import com.prism.springas.utils.sqlEngine.sqlEngine; import net.sourceforge.groboutils.junit.v1.MultiThreadedTestRunner; import net.sourceforge.groboutils.junit.v1.TestRunnable; import org.junit.Test; import org.junit.runner.RunWith; import org.s...
package org.wso2.carbon.gateway.core.config; import org.antlr.v4.runtime.ANTLRInputStream; import org.antlr.v4.runtime.BaseErrorListener; import org.antlr.v4.runtime.CharStream; import org.antlr.v4.runtime.CommonTokenStream; import org.antlr.v4.runtime.RecognitionException; import org.antlr.v4.runtime.Recognizer; impo...
package com.github.bgalek.utils.devicedetect; import java.util.regex.Pattern; class MobileBot implements Detector { private static final Pattern IPHONE_OR_WINDOWS_PHONE = Pattern.compile("(iPhone|Windows Phone)"); private static final Pattern ANDROID_OR_IPHONE = Pattern.compile("(Android|iPhone)"); priva...
/* * Copyright 2016 Yu Sheng. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
package com.roman.io; import com.roman.exception.MethodException; import org.w3c.dom.Document; import javax.xml.parsers.DocumentBuilderFactory; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.IOException; import java.lang.reflect.Constructor; import java.lang.reflect.Invo...
/* * Copyright (C) 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 app...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See License.txt in the repository root. package com.microsoft.tfs.client.common.ui.tasks.vc; import java.text.MessageFormat; import org.eclipse.core.runtime.IStatus; import org.eclipse.core.runtime.Status; import org.eclipse.swt.widg...
/* * Copyright 2018 Aleksander Jagiełł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 ag...
package com.atguigu.gmall.ums.entity; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import java.io.Serializable; import java.util.Date; import lombok.Data; /** * 收货地址表 * * @author athuima * @email tianhaosike@163.com * @date 2021-02-26 14:39:56 */ @D...
package exp.nullpointerworks.http.header.todo; import exp.nullpointerworks.http.Header; class HContentDisposition implements Header { private Header rawHeader; public HContentDisposition(Header raw) { rawHeader = raw; parse(rawHeader); } private void parse(Header raw) { } @Override public String...
package com.g2rain.business.common.utils; import org.apache.commons.lang.StringUtils; public class CommonStringUtil { /** * 格式化字符串为6位 * * @param string * @return */ public static String formatSixChar(String string) { if (StringUtils.isBlank(string)) { return string; } else if (string.length() == ...
/* * 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 ...
/* Derby - Class org.apache.derby.iapi.services.io.FormatIdInputStream 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 ...
package test.domainmapping.unique_label.other; public class Person { private String name; public String getName() { return name; } public void setName(String name) { this.name = name; } }
/* * Copyright (C) 2021 ZeoFlow SRL * * 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 agree...
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ package org.elasticsearch.license; import org.elasticsearch.Elasti...
/* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
package neqsim.standards.util.example; import neqsim.standards.StandardInterface; import neqsim.standards.gasQuality.Standard_ISO6578; import neqsim.thermo.system.SystemInterface; import neqsim.thermo.system.SystemSrkEos; import neqsim.thermodynamicOperations.ThermodynamicOperations; /* * PhaseEnvelope.java * * Cr...
package org.matsim.alonso_mora.algorithm; import java.util.stream.Collectors; import org.matsim.api.core.v01.network.Link; import org.matsim.core.utils.misc.Time; /** * This class represents a stop in a sequence of instructions to a vehicle. * * @author sebhoerl */ public class AlonsoMoraStop { public enum Sto...
package com.ctrip.zeus.model.feedback; public class Feedback { private FeedbackData m_feedbackData; public Feedback() { } protected boolean equals(Object o1, Object o2) { if (o1 == null) { return o2 == null; } else if (o2 == null) { return false; } else...
/* * 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 org.innovateuk.ifs.application.review.controller; import org.innovateuk.ifs.application.forms.form.ApplicationSubmitForm; import org.innovateuk.ifs.application.resource.ApplicationResource; import org.innovateuk.ifs.application.review.populator.ReviewAndSubmitViewModelPopulator; import org.innovateuk.ifs.appli...
/* * 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...
package com.atguigu.gulimall.order.service.impl; import com.atguigu.common.utils.PageUtils; import com.atguigu.common.utils.Query; import com.atguigu.gulimall.order.dao.RefundInfoDao; import com.atguigu.gulimall.order.entity.RefundInfoEntity; import com.atguigu.gulimall.order.service.RefundInfoService; import com.baom...
/* * * Copyright 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...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.resourcemanager.frontdoor.models; import com.azure.core.annotation.Fluent; import com.azure.core.util.logging.ClientLogger; import com.fasterxml...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See License.txt in the repository root. package com.microsoft.tfs.core.clients.build.internal.soapextensions; import com.microsoft.tfs.core.clients.build.IFailure2010; import com.microsoft.tfs.core.internal.wrappers.WebServiceObjectWr...
/* * Copyright 2015 - Per Wendel * * 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...
/** * 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.jeroen.ddd.specification; import java.util.Date; import java.util.GregorianCalendar; import org.jeroen.ddd.domain.Post; import org.jeroen.ddd.specification.basic.GreaterThanSpecification; import org.junit.Assert; import org.junit.Test; public class GreaterThanSpecificationTest { private final Date mi...
/* * Copyright 2018 The RoboZonky 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 ...
package no.nav.data.catalog.policies.app.common.web; import com.fasterxml.jackson.annotation.JsonPropertyOrder; import lombok.Getter; import lombok.NoArgsConstructor; import org.springframework.data.domain.Pageable; import java.util.List; @Getter @NoArgsConstructor @JsonPropertyOrder({"pageNumber", "pageSize", "retu...
/* * 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...
/* * Licensed under MIT (https://github.com/ligoj/ligoj/blob/master/LICENSE) */ package org.ligoj.bootstrap.core.resource.mapper; import org.junit.jupiter.api.Test; import org.ligoj.bootstrap.core.resource.AbstractMapperTest; import org.ligoj.bootstrap.core.validation.ValidationJsonException; /** * Exception mappe...
/* * (C) Copyright 2016-2018 Nuxeo (http://nuxeo.com/) and others. * * 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 2015 Google Inc. All Rights Reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable...
/*************************************************************************** * Copyright 2021 Kieker Project (http://kieker-monitoring.net) * * 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 a...
/* * Copyright 2021 Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags. * * 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.apach...
package com.swrve.sdk; import android.app.Activity; import com.swrve.sdk.runnable.UIThreadSwrveResourcesDiffRunnable; import java.lang.ref.WeakReference; import java.util.Map; /** * This helper class is used to run UI logic to handle * the result of Swrve::getUserResourcesDiff() * * Note: the Runnable uiWork wi...