text
stringlengths
7
995k
/*- * ========================LICENSE_START================================= * vec113 * %% * Copyright (C) 2020 4Soft GmbH * %% * 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...
package pt.cenas.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.security.authentication.ReactiveAuthenticationManager; import org.springframework.security.authentication.UserDetailsRepositoryReactiveAuthenticationManag...
/* * JaamSim Discrete Event Simulation * Copyright (C) 2010-2011 Ausenco Engineering Canada 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...
/* * Copyright (C) 2009-2011 Mathias Doenitz * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
package com.module.iviews.easynavigationbar.ui.weibo; import android.os.Bundle; import android.support.annotation.Nullable; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import com.module.iviews.R; /** * NavigationBarAddThirdFragment */ public class NavigationBarAdd...
/* * Copyright © 2020 lxb (lxbzmy@gmail.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law ...
/* * Copyright DataStax, 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 wri...
package estg.publictransportmonitoring.security; import org.springframework.http.ResponseEntity; import org.springframework.security.access.prepost.PreAuthorize; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web.b...
/* * 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 ...
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.0-b52-fcs // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2012.09.12 at 0...
package com.google.api.client.googleapis.auth.clientlogin; import com.google.api.client.util.Beta; import com.google.api.client.http.HttpResponseException; @Beta public class ClientLoginResponseException extends HttpResponseException { private static final long serialVersionUID = 4974317674023010928L; private...
package seedu.fma.storage; import java.io.IOException; import java.nio.file.Path; import java.util.Optional; import seedu.fma.commons.exceptions.DataConversionException; import seedu.fma.commons.util.JsonUtil; import seedu.fma.model.ReadOnlyUserPrefs; import seedu.fma.model.UserPrefs; /** * A class to access UserPr...
/* * Copyright 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 applica...
package org.gwtproject.i18n.shared.cldr.impl; import java.lang.Override; import java.lang.String; import javax.annotation.Generated; import org.gwtproject.i18n.shared.cldr.DateTimeFormatInfo; import org.gwtproject.i18n.shared.cldr.LocaleInfoImpl; import org.gwtproject.i18n.shared.cldr.LocalizedNames; import org.gwtpro...
package com.atjl.dbservice.api; import java.util.Map; public interface TgtDataNeedUpdateChecker { /** * */ boolean needUpdate(Map raw,Map tgt); }
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.ide.plugins.newui; import com.intellij.ide.plugins.IdeaPluginDescriptor; import com.intellij.ide.plugins.InstalledPluginsState; import com.intellij.openapi.a...
/* * 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...
/*copyright Dingxuan. All Rights Reserved. * * <p>Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of the License at * * <p>http://www.apache.org/licenses/LICENSE-2.0 * * <p>Unless required by applicable law o...
package jetbrains.mps.lang.editor.diagram.tests; /*Generated by MPS */ import jetbrains.mps.MPSLaunch; import jetbrains.mps.lang.test.runtime.BaseTransformationTest; import org.junit.ClassRule; import jetbrains.mps.lang.test.runtime.TestParametersCache; import org.junit.Test; import jetbrains.mps.lang.test.runtime.Ba...
/* * Copyright (C) 2017 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 applicab...
package se.ericthelin.fractions; import java.util.regex.Matcher; import java.util.regex.Pattern; import static java.lang.Integer.parseInt; import static java.util.Objects.hash; public class Fraction { public static final Fraction ZERO = new Fraction(0, 1); private static final Pattern FRACTION_PATTERN = Pattern....
package kitsunefox.musicmod.procedures; import net.minecraftforge.registries.ForgeRegistries; import net.minecraft.world.World; import net.minecraft.world.IWorld; import net.minecraft.util.math.BlockPos; import net.minecraft.util.SoundCategory; import net.minecraft.util.ResourceLocation; import net.minecraft.item.Ite...
/* * Copyright (C) 2016 Nishant Srivastava * * 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 de.cotto.bitbook.backend.request; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; import org.mockito.Mock; import org.mockito.junit.jupiter.MockitoExtension; import java.util.ArrayList; import java.util.List; import java.util.Map; ...
package com.easy.cloud.core.search.annotation; import java.lang.annotation.*; @Inherited @Retention(RetentionPolicy.RUNTIME) @Target({ElementType.TYPE}) public @interface Setting { String settingPath() default ""; }
package cz.cuni.mff.perestroika.perestroika_problem_25_3_0_1_0_2_5; import cz.cuni.mff.perestroika.domain.types.T_Location; import cz.cuni.mff.perestroika.problem.E_Location; public final class E_Locations { public static final T_Location l_1_1 = new T_Location("l-1-1"); public static final T_Location l_1_2 = new ...
/* * Copyright 2019 GridGain Systems, Inc. and Contributors. * * Licensed under the GridGain Community Edition License (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.gridgain.com/products/software/community-edition...
package net.minecraft.world.inventory; import net.minecraft.world.IInventory; import net.minecraft.world.entity.player.PlayerInventory; import net.minecraft.world.item.crafting.Recipes; public class ContainerFurnaceFurnace extends ContainerFurnace { public ContainerFurnaceFurnace(int i, PlayerInventory playerinv...
package Linked_List.Linked_1; import java.io.*; class linklist extends Node { Node start,first; public linklist() { start=null; first=null; } public boolean isempty() { return start==null; } public void insert1(int val) { boolean ins=fa...
/* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/* * 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.riorio.eventplus.items; import net.minecraft.item.Item; import net.minecraft.item.ItemStack; public class ItemEnchantBase extends Item { public ItemEnchantBase() { final String name = "ItemBase"; this.maxStackSize = 64; return; } public boolean hasEffect(ItemStack p_77636_1_) { r...
package hu.bme.simonyi.dave.resourcemanager.repository; import hu.bme.simonyi.dave.resourcemanager.model.ResourceType; import org.springframework.data.jpa.repository.JpaRepository; /** * Created by dkiss on 2016. 09. 27.. */ public interface ResourceTypeRepository extends JpaRepository<ResourceType, Integer> { }
// 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 ...
package com.pelayolluna.ddosAttacker.test; import com.pelayolluna.ddosAttacker.core.MultiRequester; public class ApplicationTester { public static void main(String[] args) { // TODO Auto-generated method stub new MultiRequester().start("http://pelayolluna.com"); } }
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.ide.ui.laf; import com.intellij.ide.ui.laf.darcula.DarculaLaf; import com.intellij.openapi.util.SystemInfo; import com.intellij.ui.mac.foundation.Foundation;...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/ads/googleads/v2/services/shared_set_service.proto package com.google.ads.googleads.v2.services; public interface MutateSharedSetsRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.ads.googleads.v2.services.Mu...
/* * Copyright 2020 huka.dev */ package dev.huka.security.config; import lombok.Getter; import lombok.Setter; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.context.annotation.Configuration; @Configuration @ConfigurationProperties(prefix = "app.security.author...
// Copyright 2020 The Bazel Authors. 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 appl...
package com.gauravbytes.kafka.producerdemo; import java.time.Duration; import java.util.Collections; import java.util.Properties; import org.apache.kafka.clients.consumer.ConsumerConfig; import org.apache.kafka.clients.consumer.ConsumerRecord; import org.apache.kafka.clients.consumer.ConsumerRecords; import org.apach...
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * gradle plugin from the resource data it found. It * should not be modified by hand. */ package android.support.design; public final class R { public static final class anim { public static final int abc_fade_in...
package me.ialistannen.fileuploaderplugin.network.packets.client; import me.ialistannen.fileuploaderplugin.network.packets.Packet; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; /** * Send to indicate that the client wants to terminate the connection */ public class PacketEndConnection extend...
/* * Copyright 2002-2013 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 net.glowstone.block.state; import net.glowstone.block.GlowBlock; import net.glowstone.block.GlowBlockState; import net.glowstone.block.entity.TEMobSpawner; import org.bukkit.block.CreatureSpawner; import org.bukkit.entity.CreatureType; import org.bukkit.entity.EntityType; public class GlowCreatureSpawner exte...
/* * 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 org.ciedayap.pabmm.pd.ssa; import java.math.BigDecimal; import org.ciedayap.pabmm.pd.evaluation.DecisionCriteria; import org.c...
/* * The Apache Software License, Version 1.1 * * * Copyright (c) 1999-2003 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of...
package qlik.jdbc.connector; import qlik.connect.GrpcServer; import java.sql.Types; public class TypeConversionUtil { static public int getFieldAttrType(int type){ switch (type) { case Types.CHAR: case Types.VARCHAR: case Types.LONGNVARCHAR: case Types.LONG...
/* * ModeShape (http://www.modeshape.org) * * 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 o...
/* * OpenAPI Petstore * This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\ * * The version of the OpenAPI document: 1.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-gener...
package cn.gdeiassistant.Controller.SpareRoom.Controller; import cn.gdeiassistant.Tools.Utils.WeekUtils; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.servlet.ModelAndView; import java.util.ArrayList; import java.util.Li...
package me.chanjar.weixin.cp.config.impl; import me.chanjar.weixin.common.bean.WxAccessToken; import me.chanjar.weixin.common.error.WxRuntimeException; import me.chanjar.weixin.common.util.http.apache.ApacheHttpClientBuilder; import me.chanjar.weixin.cp.bean.WxCpProviderToken; import me.chanjar.weixin.cp.config.WxCpTp...
package net.dzikoysk.funnyguilds.feature.prefix; import net.dzikoysk.funnyguilds.FunnyGuilds; import net.dzikoysk.funnyguilds.config.PluginConfiguration; import net.dzikoysk.funnyguilds.guild.Guild; import net.dzikoysk.funnyguilds.user.User; import net.dzikoysk.funnyguilds.user.UserCache; import net.dzikoysk.funnyguil...
package gigaherz.enderthing.storage; import com.google.common.collect.Lists; import gigaherz.enderthing.blocks.EnderKeyChestTileEntity; import net.minecraft.tileentity.TileEntity; import net.minecraftforge.items.ItemStackHandler; import java.lang.ref.Reference; import java.lang.ref.ReferenceQueue; import java.lang.re...
/** * Autogenerated by Thrift Compiler (0.9.0) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ package com.lighting.rpc.datacenter.model; import org.apache.thrift.scheme.IScheme; import org.apache.thrift.scheme.SchemeFactory; import org.apache.thrift.scheme.StandardScheme; i...
/* * Copyright (c) 2005-2021 Radiance Kirill Grouchnikov. All Rights Reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * o Redistributions of source code must retain the above copyright notice, * th...
interface TvRemote{ void channel(); } interface SmartTvRemote extends TvRemote{ void switcch(); } class TVV implements SmartTvRemote{ public void channel(){ System.out.println("Switching channels.."); } public void switcch(){ System.out.println("Turning off.."); } } public class...
package net.chrisrichardson.eventstore.examples.management.restaurant.commonweb.filter; import org.springframework.stereotype.Component; import javax.servlet.*; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.IOException; @Component public class CORSFilter ...
/* * 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...
/** * 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.btetop.dialog; import android.app.Activity; import android.content.Context; import android.graphics.drawable.ColorDrawable; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.AdapterView; import android.widget.PopupWindow; import android.widge...
/** * <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...
package com.alipay.api.response; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.AlipayResponse; /** * ALIPAY API: alipay.marketing.campaign.discount.budget.append response. * * @author auto create * @since 1.0, 2019-04-01 15:14:45 */ public class AlipayMarketingCampaignDiscountBudgetAppe...
package elseSimpleAlgorithms; import java.util.Scanner; public class Rectangles { static Scanner sc = new Scanner(System.in); static class Size { int width, height; public Size(int w, int h) { width = w; height = h; } } static class Triple { int n, m, r; Triple(int n, int m, int r) { this.n ...
/* * 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
package com.sflpro.notifier.api.model.email.request; import com.fasterxml.jackson.annotation.JsonProperty; import org.apache.commons.lang3.builder.EqualsBuilder; import org.apache.commons.lang3.builder.HashCodeBuilder; import org.apache.commons.lang3.builder.ToStringBuilder; import java.io.Serializable; /** * User:...
/** * Copyright (c) 2016, The National Archives <pronom@nationalarchives.gsi.gov.uk> * 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...
package javassist.runtime; public class DotClass { public DotClass() { super(); } public static NoClassDefFoundError fail(final ClassNotFoundException a1) { return new NoClassDefFoundError(a1.getMessage()); } }
/* * Copyright 2017 StreamSets 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...
package edu.fiuba.algo3.vistas; import edu.fiuba.algo3.controladores.ControladorReiniciarJuego; import edu.fiuba.algo3.controladores.ControladorTerminarJuego; import edu.fiuba.algo3.modelo.AlgoHoot; import edu.fiuba.algo3.modelo.Empate; import edu.fiuba.algo3.modelo.Ganador; import edu.fiuba.algo3.modelo.Jugador; impo...
/* * title: GiveGift.java * copyright:©2018-2020 gackey. All Rights Reserved. */ package com.gackey.patterns.proxypattern; /** * @desc: TODO * @className: GiveGift * @author: gackey * @date: 2018-12-07 23:16 */ interface GiveGift { void giveDolls(); void giveFlowers(); void giveChocolate(); }
package techreborn.client.container; import net.minecraft.entity.player.EntityPlayer; import reborncore.client.gui.BaseSlot; import reborncore.common.container.RebornContainer; import techreborn.tiles.TileChunkLoader; public class ContainerChunkloader extends RebornContainer { EntityPlayer player; public Containe...
package net._4kills.particles.math; import org.ejml.data.DMatrix3; import org.ejml.data.DMatrix3x3; import static org.ejml.dense.fixed.CommonOps_DDF3.mult; /** * Multiplicator performs Matrix multiplications */ abstract class Multiplicator { static DMatrix3x3 multiply(final DMatrix3x3 a, final DMatrix3x3 b) { ...
package cn.whx.baseadmin.util; import java.util.UUID; /** * UUID工具类 */ public class UUIDUtil{ /** * 生成32位UUID编码 */ public static String getUUID(){ return UUID.randomUUID().toString().trim().replaceAll("-", ""); } }
package com.locations.util; import java.io.IOException; import com.fasterxml.jackson.databind.*; import com.fasterxml.jackson.databind.module.SimpleModule; import com.fasterxml.jackson.core.JsonParser; import com.fasterxml.jackson.core.JsonProcessingException; import com.locations.model.HelsinkiInfo; import java.util...
/* * 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 top.tangyh.lamp.sms.dao; import top.tangyh.basic.base.mapper.SuperMapper; import top.tangyh.lamp.sms.entity.SmsTemplate; import org.springframework.stereotype.Repository; /** * <p> * Mapper 接口 * 短信模板 * </p> * * @author zuihou * @date 2019-08-01 */ @Repository public interface SmsTemplateMapper extends...
import java.util.Scanner; public class Main { public static void main(String[] args) { Scanner in = new Scanner(System.in); int input; do { System.out.println("Maukah Kau menjadi Temanku?"); System.out.println("1. Ya"); System.out.println("2. Tidak"); ...
package com.yelai.wearable.model; import java.io.Serializable; /** * Created by wanglei on 2016/12/10. */ public class Teacher implements Serializable { private String id; private String name; public String getId() { return id; } public void setId(String id) { this.id = id; ...
package tn.tma.compression; public abstract class CompressIterationListener { private boolean continueCompression; public CompressIterationListener() { super(); this.continueCompression = true; } public boolean isContinueCompression() { return continueCompression; } public void stopCompression() { thi...
/* * 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...
// "Create Field for Parameter 'p1'" "false" class Test{ <T extends String> void <caret>f(T p1){ } }
package yann.module.utils; /** * Created by yayun.xia on 2018/11/9 */ public class RouteUtils { public final static String NEED_LOGIN = "/need_login"; //首页 public final static String HOME_ACTIVITY = "/home/activity"; public final static String HOME_FRAGMENT_MAIN = "/home/frgament/main"; //分类页 ...
package org.hac; import org.hac.core.Core; /** * HacLang: A Java Based Scripting Language * coded by: 4ra1n */ public class Main { public static void main(String[] args) { Core.start(args); } }
package li.poi.services.docx.model; import javax.xml.bind.annotation.XmlRootElement; /** * User: Iwan Paolucci * Date: 04.05.14 * Copyright © 2014 by Iwan Paolucci (see LICENSE) */ @XmlRootElement public class VersionInfo { private String version; public VersionInfo() { } public VersionInfo(Stri...
package com.example.tmf; import java.io.Serializable; import java.lang.reflect.Field; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.text.SimpleDateFormat; import org.springframework.util.StringUtils; import java.sql.Connection; import java.sql.Date; import java.sql.Prepar...
package io.github.treech.ui.widget.slideback.dispatcher.impl; import android.view.MotionEvent; import android.view.View; import androidx.annotation.NonNull; import io.github.treech.ui.widget.slideback.SlideBack; import io.github.treech.ui.widget.slideback.SlideInfo; import io.github.treech.ui.widget.slideback.callba...
package com.directme.dailylifecalculatetool.activity; import android.app.Activity; import android.os.Bundle; import android.widget.EditText; import android.widget.TextView; import com.directme.dailylifecalculatetool.R; import butterknife.Bind; import butterknife.ButterKnife; import butterknife.OnClick; /** * 分期购的计...
/** * (C) Copyright IBM Corp. 2010, 2015 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
package cn.itcast.ssm.po; public class SysRolePermission { private String id; private String sysRoleId; private String sysPermissionId; public String getId() { return id; } public void setId(String id) { this.id = id == null ? null : id.trim(); } public String getSy...
package de.adito.propertly.serialization.xml; import de.adito.propertly.core.spi.IPropertyPitProvider; import de.adito.propertly.serialization.ISerializationProvider; import de.adito.propertly.serialization.converter.ConverterRegistry; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable...
// Copyright Eagle Legacy Modernization, LLC, 2010-date // Original author: Steven A. O'Hara, Oct 25, 2015 package com.eagle.programmar.JavaP; import com.eagle.programmar.JavaP.Terminals.JavaP_Primitives; import com.eagle.tokens.TokenChooser; import com.eagle.tokens.TokenSequence; import com.eagle.tokens.punctuation....
/* * Copyright 2018 Amazon.com, Inc. 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 applica...
package cn.hutool.poi.excel.sax.handler; import java.util.List; /** * Sax方式读取Excel行处理器 * @author looly * */ @FunctionalInterface public interface RowHandler { /** * 处理一行数据 * @param sheetIndex 当前Sheet序号 * @param rowIndex 当前行号 * @param rowList 行数据列表 */ void handle(int sheetIndex, int rowIndex, List<Ob...
/** * Dimension.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package com.google.api.ads.dfp.v201208; public class Dimension implements java.io.Serializable { private java.lang.String _value_; private static java.util.HashMap _t...
/* MIT License Copyright (c) 2018 Garrett Burroughs Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publi...
/* * Copyright (C) 2015 Willi Ye * * 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 2015-2018 52°North Initiative for Geospatial Open Source * Software GmbH * * 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...
package net.corda.serialization.reproduction; import com.google.common.io.LineProcessor; import net.corda.client.rpc.CordaRPCClient; import net.corda.core.concurrent.CordaFuture; import net.corda.node.services.Permissions; import net.corda.testing.driver.Driver; import net.corda.testing.driver.DriverParameters; import...
/* * synopsys-detect * * Copyright (c) 2021 Synopsys, Inc. * * Use subject to the terms and conditions of the Synopsys End User Software License and Maintenance Agreement. All rights reserved worldwide. */ package com.synopsys.integration.detect.workflow.report.util; import java.io.File; import java.lang.reflect...
package gov.va.medora.mdws.emrsvc; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for anonymous complex type. * * <p>The following schema fragment spec...