text
stringlengths
7
995k
package com.stripe.model; import static org.junit.Assert.assertEquals; import com.stripe.BaseStripeTest; import com.stripe.net.ApiResource; import org.junit.Test; public class ChargeLevel3Test extends BaseStripeTest { @Test public void testDeserialize() throws Exception { final String data = getResourceAsSt...
package com.javarush.task.task12.task1217; /* Лететь, бежать и плыть */ public class Solution { public static void main(String[] args) { } public interface Fly{ void fly(); } public interface Run{ void run(); } public interface Swim{ void swim(); } //add in...
/* * 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 ptit365.com.intelligent.mvp.presenter; import java.util.List; import io.reactivex.functions.Consumer; import ptit365.com.intelligent.base.BaseBean; import ptit365.com.intelligent.base.BasePresenter; import ptit365.com.intelligent.bean.RestMenuBean; import ptit365.com.intelligent.mvp.contract.RestMenuContract;...
package apollo.gui; import apollo.config.Config; import apollo.config.PropertyScheme; import apollo.config.PropSchemeChangeEvent; import apollo.config.PropSchemeChangeListener; import apollo.config.TierProperty; import apollo.datamodel.*; import apollo.dataadapter.DataLoadEvent; import apollo.dataadapter.DataLoadListe...
/* SyncScopeHelper.java -- Copyright (C) 2005, 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at yo...
package uk.ac.man.cs.eventlite.dao; import java.io.InputStream; import java.util.Collections; import java.util.List; import javax.persistence.PersistenceException; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.core.i...
package com.coolweather.android; import android.content.Intent; import android.content.SharedPreferences; import android.graphics.Color; import android.os.Build; import android.os.Bundle; import android.preference.PreferenceManager; import android.support.v4.view.GravityCompat; import android.support.v4.widget.DrawerL...
package io.longin.kalah.model; public enum GameStatus { STARTED, FINISHED, }
package com.robotraconteur; import java.lang.reflect.Array; import java.math.BigInteger; public class PodMultiDimArrayMemoryClient<T> extends PodMultiDimArrayMemory<T> { WrappedPodMultiDimArrayMemoryClient innerclient; private static int[] vector_uint64_to_int(vector_uint64_t v) { int[] o=new int[v.size()]; ...
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. */ package com.microsoft.azure.management.compute.v2019_07_01; import java.util.List; impo...
/* * Copyright 2020 Red Hat, Inc. and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
package fr.javatronic.blog.massive.annotation1.sub1; import fr.javatronic.blog.processor.Annotation_001; @Annotation_001 public class Class_8281 { }
/* * Copyright 2000-2011 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...
//,temp,sample_7724.java,2,16,temp,sample_1590.java,2,16 //,3 public class xxx { private static Class<?> doLoadClass(String name, ClassLoader loader) { ObjectHelper.notEmpty(name, "name"); if (loader == null) { return null; } try { return loader.loadClass(name); } catch (ClassNotFoundException e) { if (LOG.isTraceEnabl...
package com.github.domwood.kiwi.api.ws; import com.github.domwood.kiwi.data.input.ConsumerRequest; import com.github.domwood.kiwi.data.output.ConsumerResponse; import com.github.domwood.kiwi.kafka.provision.KafkaTaskProvider; import com.github.domwood.kiwi.kafka.task.consumer.ContinuousConsumeMessages; import org.slf4...
package uk.co.transputersystems.occam.open_transputer.assembly; public class Stnl extends ASMOp { public Stnl(int data) { super(data, "stnl"); } }
package org.activiti.editor.language.xml; import static org.assertj.core.api.Assertions.assertThat; import java.io.ByteArrayInputStream; import java.io.InputStream; import java.io.InputStreamReader; import javax.xml.stream.XMLInputFactory; import javax.xml.stream.XMLStreamReader; import org.activiti.bpmn.converter....
package com.lspooo.plugin.common.common.bar; import android.app.Activity; import android.os.Build; import android.view.View; import android.view.Window; import android.view.WindowManager; import java.lang.reflect.Field; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; /** * @auth...
/** * This program and the accompanying materials * are made available under the terms of the License * which accompanies this distribution in the file LICENSE.txt */ package com.archimatetool.model.impl; import com.archimatetool.model.IArchimatePackage; import com.archimatetool.model.IImplementationEvent; import...
/******************************************************************************* * =============LICENSE_START========================================================= * * ================================================================================= * Copyright (c) 2019 AT&T Intellectual Property. All rights res...
package me.star.system.dto; import lombok.Data; import me.star.annotation.DataPermission; import me.star.annotation.Query; import java.sql.Timestamp; import java.util.List; /** * @author Star Chou * @description / * @create 2022/1/9 */ @Data @DataPermission(fieldName = "id") public class DeptQueryCriteria{ ...
/* * Copyright (c) 2004-2022, University of Oslo * 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...
/* * MIT License * * Copyright (c) 2020 cqfn.org * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files * (the "Software"), to deal in the Software without restriction, * including without limitation the rights * to use, copy, modif...
/** * Copyright 2011, Big Switch Networks, Inc. * Originally created by David Erickson, Stanford University * * 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 * * ...
package com.atguigu.gmall.sms.entity; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.math.BigDecimal; import java.io.Serializable; import java.util.Date; import...
package net.optifine.entity.model.anim; import net.optifine.expr.IExpression; public interface IRenderResolver { IExpression getParameter(String var1); }
package controllers.settings; import static org.tdl.vireo.constant.AppConfig.*; import org.tdl.vireo.constant.AppConfig; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.Comparator; import java.util.Iterator; import java.util.List; import java.util.Locale; import or...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
package com.qihua.ofbiz.weibo.weibo4j.model; import java.util.ArrayList; import java.util.Date; import java.util.List; import com.qihua.ofbiz.weibo.weibo4j.http.Response; import com.qihua.ofbiz.weibo.weibo4j.org.json.JSONArray; import com.qihua.ofbiz.weibo.weibo4j.org.json.JSONException; import com.qihua.ofbiz.weibo....
/* * ARX: Powerful Data Anonymization * Copyright 2012 - 2017 Fabian Prasser, Florian Kohlmayer and contributors * * 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...
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. */ package com.microsoft.azure.management.network.v2020_05_01; import com.fasterxml.jackso...
package org.uma.jmetal.algorithm.multiobjective.mombi; import org.uma.jmetal.algorithm.multiobjective.mombi.util.*; import org.uma.jmetal.operator.crossover.CrossoverOperator; import org.uma.jmetal.operator.mutation.MutationOperator; import org.uma.jmetal.operator.selection.SelectionOperator; import org.uma.jmetal.pro...
package com.micro.ege.user.usermicro.api.model; import io.swagger.v3.oas.annotations.media.Schema; import lombok.Data; @Data public class LoginUserResponse { @Schema(description = "isSuccess", example = "true") private Boolean isSuccess; }
package com.qidao.qidao.feedback.feedback.mapper; import com.github.pagehelper.Page; import com.qidao.qidao.feedback.feedback.domain.FeedbackPageRes; import com.qidao.qidao.feedback.feedback.domain.FeedbackReq; import org.apache.ibatis.annotations.Mapper; @Mapper public interface CustomFeedbackMapper { Page<Feed...
package example.rest.app; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.security.AccessController; import java.security.PrivilegedAction; import lotus.domino.Session; /** * A set of utility classes for managing Notes specific resources. * * This class can be rep...
/* * Copyright (c) 1996, 2015, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package sun.security.pkcs; import java.io.*; import sun.security.util.*; /** * A ContentInfo type, ...
package com.ayansh.hindijokes.android; import android.app.Application; import android.test.ApplicationTestCase; /** * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> */ public class ApplicationTest extends ApplicationTestCase<Application> { public ApplicationTest() { ...
package Tasks; import Bank.ATM; import Exceptions.NoCardInsertedException; import Exceptions.NotEnoughBalanceException; import Results.BalanceReturnedResult; import Results.Result; public class GetBalanceTask implements Task { private ATM atm; @Override public Result run() throws Exception { Thre...
package org.dhbw.classes; import java.util.Objects; public class Address implements Comparable<Address> { private String street; private String number; private String postcode; private String city; private String country; public Address(String street, String number, String postcode, String c...
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.thermo.test; import com.suhaybabsi.thermodesigner.core.CalculationException; import com.suhaybabsi.thermodesigner.core.Con...
package basicgraph; import java.util.ArrayList; import java.util.List; /** A class that implements a directed graph. * The graph may have self-loops, parallel edges. * Vertices are labeled by integers 0 .. n-1 * and may also have String labels. * The edges of the graph are not labeled. * Representation of edge...
/* * Copyright (c) 2012, 2022, 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 ...
/* * 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...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/dialogflow/cx/v3/entity_type.proto package com.google.cloud.dialogflow.cx.v3; /** * <pre> * The request message for [EntityTypes.GetEntityType][google.cloud.dialogflow.cx.v3.EntityTypes.GetEntityType]. * </pre> * * Protobuf type ...
package com.hope.mall.mallcoupon.service.impl; import org.springframework.stereotype.Service; import java.util.Map; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.core.metadata.IPage; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.hop...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
package com.virtualfactory.screen.layer.components; import de.lessvoid.nifty.Nifty; import de.lessvoid.nifty.NiftyEventSubscriber; import de.lessvoid.nifty.builder.ElementBuilder.Align; import de.lessvoid.nifty.builder.PanelBuilder; import de.lessvoid.nifty.controls.Button; import de.lessvoid.nifty.controls.ButtonClic...
package com.nt.bdp; public class IglooHouseBuilder implements HouseBuilder { private House house; public IglooHouseBuilder() { this.house=new House(); } @Override public void buildBaseMent() { house.setBaseMent("IglooHouse basement"); } @Override public void buildStructure() { house.setStructu...
package com.shopping.service; import com.shopping.entity.ShoppingRecord; import java.util.List; public interface ShoppingRecordService { public ShoppingRecord getShoppingRecord(int userId, int productId,String time); public void addShoppingRecord(ShoppingRecord shoppingRecord); public boolean deleteSh...
/* * 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 ...
/* * OutputSelection.java * * Created on September 5, 2003, 10:53 AM */ /* * (C) Copyright 2000-2007 PharmaDM n.v. All rights reserved. * * This file is licensed under the terms of the GNU General Public License (GPL) version 2. * See http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt */ package com.pharma...
package com.ultraschemer.microweb.vertx; public interface AsyncExecutor { void execute() throws Exception; }
/* jcifs smb client library in Java * Copyright (C) 2000 "Michael B. Allen" <jcifs at samba dot org> * * 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 ...
package com.study.spring.cloud.dao; import com.study.spring.cloud.entity.User; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; /** * Created on 2018-04-18 * * @author liuzhaoyuan */ @Repository public interface UserDao extends JpaRepository<User, Int...
package org.nutz.lang.meta; import org.nutz.lang.Lang; import org.nutz.lang.Strings; /** * 简便的名值对实现 * * @author zozoh(zozohtnt@gmail.com) */ public class Pair<T> { public static Pair<String> create(String s) { String[] ss = Strings.splitIgnoreBlank(s, "="); String name = null; String...
/** * <p>Provides classes corresponding to the XML result packet returned by PADRE.</p> * * @since 11.0 */ package com.funnelback.publicui.search.model.padre;
/* * Copyright (C) 2009 University of Washington * * 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 ...
/*- * See the file LICENSE for redistribution information. * * Copyright (c) 1997,2008 Oracle. All rights reserved. * * $Id: ErrorHandler.java 63573 2008-05-23 21:43:21Z trent.nelson $ */ package com.sleepycat.db; /** An interface specifying a callback function to be called when an error occurs in the Berkeley ...
/** * Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE * file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file * to You under the Apache License, Version 2.0 (the "License"); you may not us...
/** * */ package org.yeastrc.www.jobqueue; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.struts.action.Action; import org.apache.struts.action.ActionErrors; import org.apache.struts.action.ActionForm; import org.apache.struts.action.ActionForward; im...
package mars.util; import mars.Globals; import mars.mips.hardware.*; import java.io.File; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.PrintStream; import java.util.*; /* Copyright (c) 2003-2009, Pete Sanderson and Kenneth ...
package com.bwbjustin.colorblocks; import java.util.Map; import java.util.TreeMap; import java.util.function.BiConsumer; public class CSSColors { private CSSColors() {} private static final TreeMap<String, Integer> COLORS = new TreeMap<>(); static { put("Alice Blue", 0xF0F8FF); p...
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. */ package com.microsoft.azure.management.azuredatabasemigrationservice.v2017_11_15_preview...
package org.firstinspires.ftc.team3819; import com.qualcomm.robotcore.eventloop.opmode.Autonomous; import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode; import com.qualcomm.robotcore.util.ElapsedTime; /** * Created by Brandaddy on 12/14/2017. */ @Autonomous(name="AutonPit") public class AutonPit extends Lin...
// Copyright 2015-2021 Swim 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 ...
/** * Copyright 2010 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 t...
/* * Copyright 2017-2020 original 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 applicable law or agre...
package com.atguigu.gmall.oms.dao; import com.atguigu.gmall.oms.entity.RefundInfoEntity; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; /** * 退款信息 * * @author wangxueyan * @email wxy@atguigu.com * @date 2020-01-03 13:39:11 */ @Mapper public interface Refund...
package com.clario.swift.action; import com.amazonaws.services.simpleworkflow.model.Decision; import com.amazonaws.services.simpleworkflow.model.DecisionType; import com.amazonaws.services.simpleworkflow.model.StartTimerDecisionAttributes; import com.clario.swift.event.Event; import com.clario.swift.event.EventState; ...
/* * Copyright 2014 Guidewire Software, Inc. */ package gw.internal.gosu.loader; import gw.internal.gosu.compiler.GosuClassLoader; import gw.lang.reflect.IType; import gw.lang.reflect.TypeSystem; import gw.lang.reflect.gs.ICompilableType; import gw.lang.reflect.java.IJavaBackedType; import gw.lang.reflect.module.Ty...
/* * Class Name: DoorDTO * Project Name: bmp-sdk-api * Copyright © 1985-2020 ZKTeco Inc.All right reserved. */ package com.zkteco.open.model.business.access.dto; import java.io.Serializable; public class DoorDTO implements Serializable { private static final long serialVersionUID = 1L; /** * 门id ...
package com.alipay.api.response; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.AlipayResponse; /** * ALIPAY API: alipay.pcredit.loan.credit.apply response. * * @author auto create * @since 1.0, 2019-09-29 12:40:05 */ public class AlipayPcreditLoanCreditApplyResponse extends AlipayRespo...
package com.adaldosso.spendykt.utils; import android.app.Activity; import android.widget.BaseAdapter; import android.widget.ListAdapter; import org.json.JSONArray; import org.json.JSONObject; public abstract class JSONAdapter extends BaseAdapter implements ListAdapter { private final Activity activity; priv...
/* * Copyright (C) 2005-2020 Gregory Hedlund & Yvan Rose * * 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...
/* * (C) Copyright 2016 Nuxeo SA (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 require...
/* * Copyright (C) 2005-2008 Jive Software. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
/* Fantastle: A Maze-Solving Game Copyright (C) 2008-2010 Eric Ahnell This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This pr...
/* * Copyright (c) 2022 AccelByte Inc. All Rights Reserved * This is licensed software from AccelByte Inc, for limitations * and restrictions contact your company contract manager. * * Code generated. DO NOT EDIT. */ package net.accelbyte.sdk.cli.api.iam.users; import com.fasterxml.jackson.core.type.TypeReferen...
/* * Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
package org.coreasm.engine.test.plugins.signature; import java.io.File; import java.net.URISyntaxException; import java.net.URL; import java.util.LinkedList; import org.junit.BeforeClass; import org.coreasm.engine.test.TestAllCasm; public class TestSignature1 extends TestAllCasm { @BeforeClass public static void ...
/** * <a href="http://www.openolat.org"> * OpenOLAT - Online Learning and Training</a><br> * <p> * Licensed under the Apache License, Version 2.0 (the "License"); <br> * you may not use this file except in compliance with the License.<br> * You may obtain a copy of the License at the * <a href="http://www.apache...
/* Copyright (c) 2014 Qualcomm Technologies Inc All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted (subject to the limitations in the disclaimer below) provided that the following conditions are met: Redistributions of source code must retain the above...
/* * Copyright 2002-2012 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 dev.morphia.mapping; import com.mongodb.DBObject; import dev.morphia.annotations.Embedded; import dev.morphia.utils.ReflectionUtils; import java.lang.annotation.Annotation; import java.lang.reflect.ParameterizedType; import java.lang.reflect.Type; import java.util.List; import java.util.Map; import java.util....
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package designpatterns.Factory; /** * * @author Shalitha Suranga */ public interface Icon { }
/* * Artifactory is a binaries repository manager. * Copyright (C) 2012 JFrog Ltd. * * Artifactory 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 3 of the License, or * (at your o...
/** * 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 fr.jmini.asciidoctorj.converter.mockcode; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.when; import java.util.Collections; import org.asciidoctor.ast.Section; import org.junit.Test; import fr.jmini.asciidoctorj.converter.code.CodeTestingUtility; public class MockCodeGeneratorSe...
package com.zebrunner.reporting.domain.stf; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.annotation.Generated; import com.fasterxml.jackson.annotation.JsonAnyGetter; import com.fasterxml.jackson.annotation.JsonAnySetter; import com.fasterxml.jackson.an...
package net.praaly.habitats.data.world; import net.minecraft.block.BlockState; import net.minecraft.world.biome.Biome; import net.minecraft.world.gen.GenerationStage; import net.minecraft.world.gen.feature.Feature; import net.minecraft.world.gen.feature.OreFeatureConfig; import net.minecraft.world.gen.feature.templat...
/******************************************************************************* * 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...
/** * Copyright (C) 2013-2014 EaseMob Technologies. 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 requi...
package coyote.commons.codec; /** * Defines common decoding methods for byte array decoders. */ public interface BinaryDecoder extends Decoder { /** * Decodes a byte array and returns the results as a byte array. * * @param source A byte array which has been encoded with the appropriate encoder * ...
/* * 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...
/* * Copyright 2020 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
package camaratransparente.error; import org.springframework.core.Ordered; import org.springframework.core.annotation.Order; import org.springframework.http.HttpHeaders; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.lang.Nullable; import org.spri...
package gui.voting; import gui.AccountRenderer; import gui.PasswordPane; import gui.models.AccountsComboBoxModel; import gui.models.AssetsAllComboBoxModel; import gui.models.OptionsComboBoxModel; import lang.Lang; import java.awt.Component; import java.awt.Dimension; import java.awt.GridBagConstraints; import java.aw...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
package com.ssp.ding.response; import com.fasterxml.jackson.annotation.JsonProperty; import lombok.Data; /** * 审批模板 * * @author: sunshaoping * @date: Create by in 5:06 下午 2020/6/17 */ @Data public class DingProcessTopResponse { /** * 图标url */ @JsonProperty("icon_url") private String iconUrl...