text
stringlengths
7
995k
package com.msb.mall.order.service; import com.baomidou.mybatisplus.extension.service.IService; import com.msb.common.utils.PageUtils; import com.msb.mall.order.entity.OrderItemEntity; import java.util.Map; /** * 订单项信息 * * @author Yiyi Zhu * @email zhuyiyi1990@outlook.com * @date 2022-02-24 15:11:46 */ public ...
package org.basex.query.func.sql; import static org.basex.query.QueryError.*; import java.sql.*; import org.basex.query.*; import org.basex.query.value.item.*; import org.basex.util.*; /** * Functions on relational databases. * * @author BaseX Team 2005-18, BSD License * @author Rositsa Shadura */ public final...
/* * Copyright 2013-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 com.zhaofujun.nest.test; import com.zhaofujun.nest.NestApplication; import com.zhaofujun.nest.context.appservice.ApplicationServiceCreator; import com.zhaofujun.nest.context.appservice.EntityOperateEnum; import com.zhaofujun.nest.context.event.DefaultEventBus; import com.zhaofujun.nest.context.model.BaseEntity...
// SPDX-License-Identifier: MIT package com.daimler.sechub.adapter.checkmarx; import java.io.File; import java.io.FileInputStream; import java.io.FileWriter; import com.daimler.sechub.adapter.AdapterMetaData; import com.daimler.sechub.adapter.AdapterMetaDataCallback; /** * This is a simple test application for chec...
package com.cognixia.jump.djk.firstjavaproject.data;
/* * 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 me.itzg.kapakafkastress.web; import java.util.Map; import me.itzg.kapakafkastress.services.KapacitorEventConsumer; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; import org....
package com.modulo7.common.utils; import java.io.BufferedReader; import java.io.File; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.net.URL; import java.net.URLClassLoader; impor...
/* * 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...
/* * Copyright (C) 2015 Haruki Hasegawa * * 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.pichs.xhttp.impl.interceptor; import com.pichs.xhttp.callback.FileCallBack; import com.pichs.xhttp.impl.response.DownloadResponseBody; import java.io.IOException; import okhttp3.Interceptor; import okhttp3.Response; public class DownloadInterceptor implements Interceptor { private FileCallBack mFil...
package com.example.coolweather.activity; import android.app.PendingIntent; import android.content.Intent; import android.content.SharedPreferences; import android.graphics.Color; import android.os.Build; import android.preference.PreferenceManager; import android.support.v4.view.GravityCompat; import android.support....
/* * Copyright 2014-2021 Real Logic Limited. * * 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 ...
/** * Licensed to Apereo under one or more contributor license agreements. See the NOTICE file * distributed with this work for additional information regarding copyright ownership. Apereo * licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use * this file except in compli...
/* ======================================================================== * PlantUML : a free UML diagram generator * ======================================================================== * * (C) Copyright 2009-2017, Arnaud Roques * * Project Info: http://plantuml.com * * This file is part of PlantUML. ...
package com.yahoo.sshd.server.command; import org.apache.sshd.common.Session; import org.apache.sshd.common.SessionListener; import org.apache.sshd.server.session.ServerSession; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * This class is used to monitor the session close event for a ScpCommand Objec...
package org.devocative.ares.cmd; import org.devocative.adroit.date.UniDate; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.regex.Matcher; import java.util.regex.Pattern; public class CCUtil { private static final Logger logger = LoggerFactory.getLogger(CCUtil.class); public String now()...
/** * 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.g2rain.business.example.bo; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.jdbc.support.incrementer.MySQLMaxValueIncrementer; import org.springframework.stereotype.Service; import com.g2rain.business.common.bo.AbstractIdSequence; @Service public class SequenceBo...
/* Copyright (c) Microsoft Open Technologies, Inc. All Rights Reserved See License.txt in the project root for license information. */ package com.github.signalr4j.client; import com.github.signalr4j.client.http.Request; /** * Interface for credentials to be sent in a request */ public interface Credentials { ...
/* * Copyright 2017 chimenchen. All rights reserved. */ package org.jchmlib.app.net; import java.io.UnsupportedEncodingException; import java.util.logging.Logger; /** * Utility class for HTML form decoding. This class contains static methods for * decoding a String from the {@code application/x-www-form-urlencod...
package com.qianmi.open.api.response; import java.util.List; import com.qianmi.open.api.tool.mapping.ApiField; import com.qianmi.open.api.tool.mapping.ApiListField; import com.qianmi.open.api.domain.elife.ItemProp; import com.qianmi.open.api.QianmiResponse; /** * API: bm.elife.directRecharge.waterCoal.item.props.li...
package me.icro.learn.tree.symmetrictree; import lombok.Data; /** * 描述: Definition for a binary tree node. * * @author Lin * @since 2019-04-02 10:54 PM */ @Data public class TreeNode { int val; TreeNode left; TreeNode right; TreeNode(int x) { val = x; } }
package com.baomidou.mybatisplus.test.oracle; import com.baomidou.mybatisplus.mapper.BaseMapper; import com.baomidou.mybatisplus.test.oracle.entity.TestUser; /** * TestUser 表数据库控制层接口 */ public interface TestUserMapper extends BaseMapper<TestUser> { }
package org.github.ezauton.ezauton.utils; import java.util.Map; /** * An interpolation map that has odd symmetry https://en.wikipedia.org/wiki/Even_and_odd_functions */ public class EvenInterpolationMap extends InterpolationMap { public EvenInterpolationMap(Double firstKey, Double firstValue) { sup...
package mil.nga.giat.geowave.adapter.raster.adapter.merge; import java.awt.image.SampleModel; import mil.nga.giat.geowave.adapter.raster.adapter.RasterDataAdapter; import mil.nga.giat.geowave.adapter.raster.adapter.RasterTile; import mil.nga.giat.geowave.core.index.Persistable; import org.opengis.coverage.grid.GridC...
package com.team2052.frckrawler.util; public class Tuple3<T1, T2, T3> { public final T1 t1; public final T2 t2; public final T3 t3; public Tuple3(T1 t1, T2 t2, T3 t3) { this.t1 = t1; this.t2 = t2; this.t3 = t3; } }
package org.knowm.xchange.bitz.dto.account.result; import com.fasterxml.jackson.annotation.JsonProperty; import org.knowm.xchange.bitz.dto.BitZResult; import org.knowm.xchange.bitz.dto.account.BitZUserAssets; public class BitZUserAssetsResult extends BitZResult<BitZUserAssets> { public BitZUserAssetsResult( @...
// 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...
package edumips64.core; import java.util.*; import edumips64.utils.ErrorOutput; /* * ParserMultiException.java * * The Exception throw by the Parser * * (c) 2006 mancausoft, Vanni * * This file is part of the EduMIPS64 project, and is released under the GNU * General Public License. * * This program is free s...
/* * Copyright 2012-2017 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.ruoyi.quartz.mapper; import com.ruoyi.common.core.dao.BaseMapper; import com.ruoyi.quartz.domain.JobLog; import org.apache.ibatis.annotations.Mapper; import java.util.List; /** * 调度任务日志信息 数据层 * * @author ruoyi */ @Mapper public interface JobLogMapper extends BaseMapper<JobLog> { /** * 获取quar...
package com.lenddo.javaapi; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import com.lenddo.javaapi.models.NetworkRequestBody; import com.lenddo.javaapi.models.PriorityDataRequestBody; import com.lenddo.javaapi.models.Verification; import com.lenddo.javaapi.services.AuthorizeService; import co...
package org.gooru.nucleus.search.indexers.app.utils; public final class PostgresHelperUtils { public static String toPostgresArrayString(Object[] input) { if (input.length == 0) { return "{}"; } StringBuilder sb = new StringBuilder(); sb.append('{'); int count = 1; for (Object code : ...
/* * 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 2017 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 ...
/* * (C) 2010 Abdullah Kahraman * * This software is part of the open-source project "Xwalk". You can use this * software under the terms of the * Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License * (http://creativecommons.org/licenses/by-nc-sa/3.0/). * This means that you * 1.) can cop...
/* * 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...
/* * Copyright © 2014 Cask Data, 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 net.p316.news.newscat.util; import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList; import java.sql.Date; import net.p316.news.newscat.data.NcTitle; public class MySQLConnector { static final ...
package com.nathanglover.gocd.spark.jsonapi; import com.google.gson.annotations.SerializedName; public class BuildCause { @SerializedName("approver") public String approver; @SerializedName("trigger_forced") public boolean triggerForced; @SerializedName("trigger_message") public String trig...
package jasmine.framework.web.annotation; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * @author mh.z */ @Target({ElementType.FIELD, ElementType.PARAMETER})...
package com.joolun.framework.web.domain; import java.net.UnknownHostException; import java.util.LinkedList; import java.util.List; import java.util.Properties; import com.joolun.common.utils.Arith; import com.joolun.common.utils.ip.IpUtils; import com.joolun.framework.web.domain.server.Cpu; import com.joolun.framework...
package com.rosenvold.spring.beans; import org.springframework.stereotype.Service; /** * A singletong scoped service * @author <a href="mailto:kristian AT zenior no">Kristian Rosenvold</a> */ @Service public class ServiceSingleton1 { }
package eu.the5zig.mod.gui; import eu.the5zig.mod.I18n; import eu.the5zig.mod.The5zigMod; import eu.the5zig.mod.gui.elements.IButton; public class GuiDonatorSettings extends Gui { private String message; public GuiDonatorSettings(Gui lastScreen) { super(lastScreen); } @Override public void initGui() { add...
package org.netlib.lapack; import org.netlib.blas.Dtrsm; import org.netlib.err.Xerbla; import org.netlib.util.intW; public final class Dtrtrs { public static void dtrtrs(String paramString1, String paramString2, String paramString3, int paramInt1, int paramInt2, double[] paramArrayOfDouble1, int paramInt3, int para...
/* * Copyright 2012-2013 eBay Software Foundation and ios-driver committers * * 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 req...
/* * 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 lexrislogic.llplayer; import android.app.AlertDialog; import android.app.Dialog; import android.content.ContentUris; import android.content.ContentValues; import android.content.DialogInterface; import android.content.Intent; import android.media.AudioManager; import android.media.RingtoneManager; import andro...
/* * Copyright 2002-2016 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...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
package org.designpattern.structure.proxy; import java.util.List; // 之前直接与服务对象交互的 GUI 类不需要改变,前提是它仅通过接口与服务对 // 象交互。我们可以安全地传递一个代理对象来代替真实服务对象,因为它们都实 // 现了相同的接口。 public class TVManager { private ThirdPartyTVLib service; public TVManager(ThirdPartyTVLib service) { this.service = service; } void r...
package de.mehtrick.boreal.endpoints.projects.model; import java.util.HashMap; import java.util.Map; import com.fasterxml.jackson.annotation.JsonAnyGetter; import com.fasterxml.jackson.annotation.JsonAnySetter; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonInclude; im...
/* * Copyright 2010 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 org.fluxtream.mvc.controllers; import com.google.gson.Gson; import org.apache.commons.io.IOUtils; import org.codehaus.plexus.util.ExceptionUtils; import org.fluxtream.core.auth.AuthHelper; import org.fluxtream.core.connectors.Connector; import org.fluxtream.core.connectors.FileUploadSupport; import org.fluxtre...
package com.jacckx.gulimall.coupon.controller; import java.util.Arrays; import java.util.Map; //import org.apache.shiro.authz.annotation.RequiresPermissions; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind....
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ma...
/* * Copyright 2010-2011 Ning, Inc. * * Ning 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: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/* * Copyright (C) 2016 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 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.baidu.unbiz.fluentvalidator.demo.dto; import javax.validation.constraints.Max; import javax.validation.constraints.Min; import javax.validation.constraints.NotNull; import org.hibernate.validator.constraints.Length; /** * @author zhangxu */ public class Owner { @Min(1) @Max(100) private lo...
package com.joopie.ffconverter.converters.furniture.models; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import java.util.List; /** * Created by jospi on 22-4-2017. */ @XmlRootElement(name = "assets") public class Assets...
package com.salatart.memeticame.Models; import java.util.ArrayList; import io.realm.Realm; import io.realm.RealmObject; import io.realm.annotations.PrimaryKey; /** * Created by sasalatart on 10/16/16. */ public class MessageCount extends RealmObject { @PrimaryKey private int mChatId; private int mMes...
/* * Copyright 2010-2013 Luca Garulli (l.garulli--at--orientechnologies.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 * * Un...
package com.example.java_proje; public class Kisi { private int no; private String TC; private String isim; private String sifre; private int okul_kod; public Kisi(int no, String TC, String isim, int okul_kod) { this.no = no; this.TC = TC; this.isim = isim; th...
package jdbc; import java.sql.Connection; import java.sql.SQLException; import java.sql.Statement; public class CriarTabelaPessoas { public static void main(String[] args) throws SQLException { Connection connection = FabricaConexao.getConnection(); String sql = "CREATE TABLE IF NOT EXISTS pessoa...
/* * 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 2017 PingCAP, 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 ...
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2020 DBeaver Corp 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/LICE...
package com.beloo.widget.chipslayoutmanager.util.log; import com.tylersuehr.chips.BuildConfig; import java.util.HashSet; import java.util.Set; /** * this class with static methods created only for fast replace of default android log */ public class Log { private static LogSwitcher logSwitcher = new LogSwitch...
package org.eclipse.gemini.blueprint.test; import org.junit.runners.model.InitializationError; import org.ops4j.pax.exam.junit.PaxExam; /** * Created by dsklyut on 11/10/14. */ public class BlueprintRunner extends PaxExam { public BlueprintRunner(Class<?> klass) throws InitializationError { super(klass)...
package integration; import com.codeborne.selenide.ElementsCollection; import com.codeborne.selenide.SelenideElement; import com.codeborne.selenide.ex.ElementNotFound; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import org.openqa.selenium.NoSuchElementException; import static com.codeb...
package com.hazerbaker.otodepom.config; import io.github.jhipster.config.JHipsterConstants; import org.springframework.boot.SpringApplication; import org.springframework.core.env.Environment; import java.util.*; /** * Utility class to load a Spring profile to be used as default * when there is no <code>spring.pro...
package com.beau.framework.security.service; import java.util.HashMap; import java.util.Map; import java.util.concurrent.TimeUnit; import javax.servlet.http.HttpServletRequest; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Value; import org.springfra...
/* * Copyright (c) [2020] Huawei Technologies Co.,Ltd.All rights reserved. * * OpenArkCompiler is licensed under Mulan PSL v2. * You can use this software according to the terms and conditions of the Mulan PSL v2. * You may obtain a copy of Mulan PSL v2 at: * * http://license.coscl.org.cn/MulanPSL2 * * THI...
package coid.moonlay.pickupondemand.jet.request; import android.content.Context; import coid.moonlay.pickupondemand.jet.base.BaseNetworkRequest; import coid.moonlay.pickupondemand.jet.fragment.UpdateRequiredDialogFragment; import coid.moonlay.pickupondemand.jet.model.UpdateInfo; import coid.moonlay.pickupondemand.jet...
package net.unicon.lti.service.lti.test; import net.unicon.lti.exceptions.ConnectionException; import net.unicon.lti.exceptions.helper.ExceptionMessageGenerator; import net.unicon.lti.model.PlatformDeployment; import net.unicon.lti.model.ags.Score; import net.unicon.lti.model.oauth2.LTIToken; import net.unicon.lti.ser...
/* * 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...
/** * 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 use...
package hudson.model; import hudson.ExtensionList; import hudson.ExtensionPoint; import java.util.ArrayList; import java.util.List; /** * Adds box rendered in the computer side panel. * * Add box.jelly to display box * * @author Lucie Votypkova * @since 1.434 * @see hudson.model.Computer#getComputerPanelBoxs()...
// Copyright 2021 The Terasology Foundation // SPDX-License-Identifier: Apache-2.0 package org.terasology.rendering.nui.editor.utils; import com.google.common.collect.Lists; import com.google.common.collect.Maps; import com.google.gson.annotations.SerializedName; import org.reflections.ReflectionUtils; import org.slf4...
package at.fhjoanneum.ippr.pmstorage.config; import java.util.concurrent.Executor; import org.springframework.aop.interceptor.AsyncUncaughtExceptionHandler; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.scheduling.annotation...
package org.gitlab4j.api.webhook; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import org.gitlab4j.api.models.Assignee; import org.gitlab4j.api.models.User; @XmlAccessorType(XmlAccessType.FIELD) public class IssueEvent implements Event { public static final S...
package com.gregorriegler.seamer.cglib; import com.gregorriegler.seamer.Seamer; import com.gregorriegler.seamer.core.ProxyInvokable; import com.gregorriegler.seamer.core.Seam; import net.sf.cglib.proxy.MethodInterceptor; import net.sf.cglib.proxy.MethodProxy; import java.lang.reflect.Method; public class SeamMethodI...
/* * 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 arcrow.contentium.client.renderer.entity; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import arcrow.contentium.client.OpenGLHelper; import arcrow.contentium.client.model.ModelArmorStand; import arcrow.contentium.client.model.ModelArmorStandArmor; import net.minecraft.client.mo...
/* * MIT License * * Copyright (c) 2022 MASES s.r.l. * * 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, cop...
/** * Copyright (c) 2002-2013 "Neo Technology," * Network Engine for Objects in Lund AB [http://neotechnology.com] * * This file is part of Neo4j. * * Neo4j 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 Foundati...
package org.omg.hw.flowDomainFragment_cmcc; /** * Generated from IDL interface "MFDFrIterator_I" * @author JacORB IDL compiler V 2.2.3, 10-Dec-2005 */ public abstract class MFDFrIterator_IPOA extends org.omg.PortableServer.Servant implements org.omg.CORBA.portable.InvokeHandler, org.omg.hw.flowDomainFragment_cm...
/* * Copyright 2012-2017 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.jboss.resteasy.reactive.common.processor.scanning; import static org.jboss.resteasy.reactive.common.processor.ResteasyReactiveDotNames.DELETE; import static org.jboss.resteasy.reactive.common.processor.ResteasyReactiveDotNames.GET; import static org.jboss.resteasy.reactive.common.processor.ResteasyReactive...
package de.chrlembeck.aoc2018; import de.chrlembeck.aoc2018.day21.Aoc2018Day21; import org.junit.jupiter.api.Test; import static de.chrlembeck.aoccommon.TestUtils.test; import static org.junit.jupiter.api.Assertions.assertEquals; public class Aoc2018Day21Test { @Test public void test1() { final Aoc2...
/* * Copyright 2015-2018 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 v2.0 which * accompanies this distribution and is available at * * http://www.eclipse.org/legal/epl-v20.html */ packag...
package shts.jp.android.nogifeed.api; import android.content.Context; import android.os.Looper; import android.text.TextUtils; import org.jsoup.Jsoup; import org.jsoup.nodes.Document; import org.jsoup.nodes.Element; import java.io.IOException; import java.util.List; import shts.jp.android.nogifeed.common.Logger; im...
package com.payneteasy.superfly.security.authentication; import com.payneteasy.superfly.api.SSOUser; /** * Results of a successful username+password without required OTP (for next step) authentication for Superfly. * * @author Igor Vasilyev */ public class OtpUsernamePasswordCheckedToken extends SSOUserT...
package net.apnic.rdapd.intervaltree.avl; import com.pholser.junit.quickcheck.generator.GenerationStatus; import com.pholser.junit.quickcheck.generator.Generator; import com.pholser.junit.quickcheck.generator.GeneratorConfiguration; import com.pholser.junit.quickcheck.generator.InRange; import com.pholser.junit.quickc...
/* * MIT License * * Copyright (c) 2021 MASES s.r.l. * * 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, cop...
package test.testapplication; import android.content.Context; import android.content.res.TypedArray; import android.util.AttributeSet; import android.view.LayoutInflater; import android.view.View; import android.widget.GridLayout; import android.widget.TextView; public class CriteriaView extends GridLayout { Tex...
/* * 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 ...