text
stringlengths
7
995k
/* * Coded by /a/non, for /a/non */ package anonscanlations.downloader.pluginfree; import java.util.*; import java.io.*; import java.awt.image.*; import javax.imageio.*; import java.awt.*; import java.net.*; import anonscanlations.downloader.*; /** * * @author /a/non */ public class PluginFreeChapter extends C...
package com.blazebit.weblink.rest.impl.view; import java.util.Map; import com.blazebit.persistence.view.EntityView; import com.blazebit.persistence.view.IdMapping; import com.blazebit.persistence.view.Mapping; import com.blazebit.weblink.core.model.jpa.Account; import com.blazebit.weblink.rest.model.AccountListElemen...
import java.awt.Button; import java.awt.Dimension; import java.awt.Toolkit; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JOptionPane; import javax.swing.JPanel; import javax.swing.JPasswordF...
package software.committed.rejux.utils; import java.util.ArrayList; import java.util.List; import org.junit.Test; import org.mockito.Matchers; import org.mockito.Mockito; import software.committed.rejux.interfaces.Dispatcher; import software.committed.rejux.interfaces.Middleware; public class MiddlewareUtilsTest { ...
package microservices.sample.orders; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class OrdersServiceApplicationTests { @Test void contextLoads() { } }
// 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.example.todolist; import android.app.Application; import com.facebook.stetho.Stetho; import com.facebook.stetho.timber.StethoTree; import timber.log.Timber; public class TodolistApplication extends Application { @Override public void onCreate() { super.onCreate(); // initializ...
package org.knowm.xchange.bitstamp.dto.trade; import com.fasterxml.jackson.annotation.JsonProperty; import java.util.Date; import org.knowm.xchange.bitstamp.BitstampUtils; public class BitstampOrderTransaction { private final Date datetime; private final long tid; private final BitstampUserTransaction.Transact...
/* * 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 ...
/* * Customer Credit Rating * This service domain maintains and administers the bank's credit assessment for customers. * * OpenAPI spec version: 2.0.0 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class m...
package com.alibaba.csp.sentinel.dashboard.rule.nacos.gateway.flowrule; import com.alibaba.csp.sentinel.dashboard.datasource.entity.gateway.GatewayFlowRuleEntity; import com.alibaba.csp.sentinel.dashboard.rule.DynamicRulePublisher; import com.alibaba.csp.sentinel.dashboard.rule.nacos.NacosConfigUtil; import com.alibab...
/* * 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 2002-2022 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * CS licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
package com.commercetools.api.models.message; import java.util.*; import java.util.function.Function; import javax.annotation.Nullable; import io.vrap.rmf.base.client.Builder; import io.vrap.rmf.base.client.utils.Generated; @Generated(value = "io.vrap.rmf.codegen.rendring.CoreCodeGenerator", comments = "https://git...
/* * JasperReports - Free Java Reporting Library. * Copyright (C) 2001 - 2013 Jaspersoft Corporation. All rights reserved. * http://www.jaspersoft.com * * Unless you have purchased a commercial license agreement from Jaspersoft, * the following license terms apply: * * This program is part of JasperReports. * ...
package org.basex.query.func.file; import java.nio.file.*; import org.basex.query.*; import org.basex.query.value.item.*; /** * Function implementation. * * @author BaseX Team 2005-15, BSD License * @author Christian Gruen */ public final class FileParent extends FileFn { @Override public Item item(final Qu...
/* * Copyright 2002-2016 The Jamocha Team * * * 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.jamocha.org/ * * Unless required by applicable law or agreed to in writing, s...
package edu.fdiazaguirre.interviews; import java.util.HashMap; import java.util.Map; public class Equilibrium { class Node { Long leftWithoutCurrent; Long rightWithoutCurrent; Node(Long l, Long r) { this.leftWithoutCurrent = l; this.rightWithoutCurrent = r; } void setLeft(Long l) { this.leftWit...
/* * 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.atguigu.gulimall.coupon.controller; import java.util.Arrays; import java.util.Map; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.ann...
/* Copyright 2005 Simon Mieth 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...
/* * 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 "lice...
/* * Copyright 2019-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * 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 may...
package org.bukkit.craftbukkit.entity; import net.minecraft.server.EntityWeather; import org.bukkit.craftbukkit.CraftServer; import org.bukkit.entity.EntityType; import org.bukkit.entity.Weather; public class CraftWeather extends CraftEntity implements Weather { public CraftWeather(final CraftServer server, final E...
// Copyright 2017 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.components.webapk.lib.client; /** Public key and signature for WebAPKs */ public class ChromeWebApkHostSignature { // The public...
/** * 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.cosmosdb.implementation; import retrofit2.Retrof...
/* * Copyright 2019 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 a...
package com.woorea.openstack.nova.model; import java.io.Serializable; import java.math.BigDecimal; import java.util.List; import org.codehaus.jackson.annotate.JsonProperty; import org.codehaus.jackson.map.annotate.JsonRootName; @JsonRootName("tenant_usage") public class SimpleTenantUsage implements Serializable { ...
/* * 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 ...
/* * 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 uk.gov.justice.digital.delius.jpa.standard.repository; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; import uk.gov.justice.digital.delius.jpa.standard.entity.ManagementTier; import uk.gov.justice.digital.delius.jpa.standard.entity.ManagementTier...
package ltd.newbee.mall.config; import ltd.newbee.mall.common.Constants; import ltd.newbee.mall.interceptor.AdminLoginInterceptor; import ltd.newbee.mall.interceptor.NewBeeMallCartNumberInterceptor; import ltd.newbee.mall.interceptor.NewBeeMallLoginInterceptor; import org.springframework.beans.factory.annotation.Autow...
/* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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 ...
package com.twu.biblioteca; import org.junit.Test; import static org.junit.Assert.assertEquals; public class MovieTitleTest { @Test public void doesGetMovieTitleGetCorrectTitle(){ MovieTitle title = new MovieTitle("Black Panther"); assertEquals("Black Panther", title.getMovieTitle()); ...
package edu.fcse.alphaalgorithm.tools; public class Pair<E, T> { private E first; private T second; public E getFirst() { return first; } public void setFirst(E first) { this.first = first; } public T getSecond() { return second; } public void setSecond(T...
/* * Copyright (c) 2008-2013, Heng Yuan * 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...
/** A directory of zip files already opened. */ Map<File, Archive> archives = new HashMap<File,Archive>(); private static final String[] symbolFileLocation = { "lib", "ct.sym" }; private static final String symbolFilePrefix = "META-INF/sym/rt.jar/"; /** Open a new zip file directory. */ ...
package com.thinkgem.jeesite.modules.sys.security; import java.util.Calendar; import java.util.List; import java.util.Properties; import javax.activation.DataHandler; import javax.activation.DataSource; import javax.activation.FileDataSource; import javax.mail.BodyPart; import javax.mail.Message.RecipientType; import...
package com.jegsoftware.payperiodbudgeting.view; import com.jegsoftware.payperiodbudgeting.data.BudgetItem; /** * Created by jonathon on 2/24/18. */ public interface IEditItemView { void setUpItemEdit(BudgetItem item); void sendSavedItemToList(BudgetItem savedItem); }
package org.alessios18.jserversmanager.gui.controllers.impl; import javafx.beans.value.ChangeListener; import javafx.beans.value.ObservableValue; import javafx.collections.ObservableList; import javafx.fxml.FXML; import javafx.scene.Node; import javafx.scene.control.Alert; import javafx.scene.control.Hyperlink; import...
package org.aion.avm.embed.abi; import org.aion.avm.tooling.abi.Callable; // NOTE: This is a copy of a test in org.aion.avm.tooling in order to support the IntegTest. public class ChattyCalculatorTarget { @Callable() public static String amIGreater(int a, int b) { if (SilentCalculatorTarget.greaterT...
package com.olasharing.trc.leaf.repository.builder; import com.olasharing.trc.leaf.SequenceRepository; import com.olasharing.trc.leaf.repository.RedisSequenceRepository; import org.apache.commons.lang3.StringUtils; import org.springframework.data.redis.connection.RedisPassword; import org.springframework.data.redis.co...
package edu.mayo.mprc.utilities; import edu.mayo.mprc.MprcException; import org.testng.Assert; import org.testng.annotations.AfterMethod; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.Collec...
/** * Copyright (C) 2014 Karlsruhe Institute of Technology * * * 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.client; import com.common.*; import com.common.Popup; import javax.swing.*; import javax.swing.table.DefaultTableModel; import java.awt.*; import java.awt.event.*; import java.net.Socket; public class Client extends JFrame implements ConnectionListenerInterface { private JPanel panel1; // private ...
package org.firstinspires.ftc.teamcode; import com.qualcomm.robotcore.eventloop.opmode.OpMode; import com.qualcomm.robotcore.eventloop.opmode.TeleOp; import com.qualcomm.robotcore.hardware.DcMotor; import com.qualcomm.robotcore.util.ElapsedTime; /** * This file contains an example of an iterative (Non-Linear) "OpMod...
package caldera.common.recipe.cauldron; import caldera.common.block.cauldron.Cauldron; import caldera.common.recipe.ingredient.FluidIngredient; import caldera.common.util.CraftingHelper; import com.google.gson.JsonObject; import net.minecraft.core.NonNullList; import net.minecraft.network.FriendlyByteBuf; import net.m...
package com.songlea.demo.cloud.security.controller; import com.songlea.demo.cloud.security.mapper.SysUserMapper; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.access.annotation.Secured; import org.springframework.security.core.Authentication; import org.springframew...
package ru.akaleganov.urlshortcut.service.user.uservalibimpl; import lombok.RequiredArgsConstructor; import org.springframework.stereotype.Component; import ru.akaleganov.urlshortcut.domain.User; import ru.akaleganov.urlshortcut.repository.UserRepository; import ru.akaleganov.urlshortcut.service.dto.UserDTO; import ru...
/** * 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 m...
package edu.bator.cards.todo; import edu.bator.cards.Card; public class CobraDemon extends Card { public CobraDemon() { } public CobraDemon(Card cloneFrom) { super(cloneFrom); } }
/* * 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 2019 Adaptris 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 * * Unless required by applicable law or agree...
package core.framework.search; import core.framework.search.impl.ElasticSearchHost; import core.framework.search.impl.ElasticSearchImpl; import core.framework.search.impl.log.ESLoggerContextFactory; import core.framework.util.Properties; import org.apache.http.HttpHost; import org.apache.logging.log4j.LogManager; impo...
package com.softicar.platform.common.container.schedule.coverage; import com.softicar.platform.common.container.matrix.IMatrix; import com.softicar.platform.common.container.matrix.MatrixFactory; import com.softicar.platform.common.math.arithmetic.Arithmetics; import com.softicar.platform.common.string.Imploder; impor...
package org.cog.hymnchtv; public class db { }
/* * Copyright (C) 2004 Joe Walnes. * Copyright (C) 2006, 2007, 2015 XStream Committers. * All rights reserved. * * The software in this package is published under the terms of the BSD * style license a copy of which has been included with this distribution in * the LICENSE.txt file. * * Created on 29. Septemb...
/** * 给定一个整数数组 nums 和一个目标值 target,请你在该数组中找出和为目标值的那 两个 整数,并返回他们的数组下标。 * 你可以假设每种输入只会对应一个答案。但是,你不能重复利用这个数组中同样的元素。 示例: 给定 nums = [2, 7, 11, 15], target * = 9 因为 nums[0] + nums[1] = 2 + 7 = 9 所以返回 [0, 1] 来源:力扣(LeetCode) * 链接:https://leetcode-cn.com/problems/two-sum * 著作权归领扣网络所有。商业转载请联系官方授权,非商业转载请注明出处。 */ class Soluti...
package leetcode.problems.test; import leetcode.problems._485MaxConsecutive; import leetcode.utilities.TesterHelper; public class _485MaxConsecutiveTester { public static void main(String[] args) { _485MaxConsecutive tester = new _485MaxConsecutive(); TesterHelper helper = new TesterHelper(); ...
package com.sanjay.mvc.controller; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; /** * Handles requests for the application home page. */ @Controller public class Welcome { /** * Simp...
/* * Copyright © 2019 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 ag...
package gnu.kawa.reflect; import gnu.bytecode.*; import gnu.bytecode.ClassType; import gnu.mapping.*; import gnu.expr.*; import gnu.lists.FString; import java.util.ArrayList; import java.util.List; public class ClassMethods extends Procedure2 { public static final ClassMethods classMethods = new ClassMethods(); st...
// -------------------------------------------------------------------------------- // Copyright 2002-2021 Echo Three, LLC // Copyright 1999-2004 The Apache Software Foundation. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // Y...
package com.lightbend.training.coffeehouse; import akka.actor.AbstractActorWithTimers; import akka.event.LoggingAdapter; abstract class AbstractLoggingActorWithTimers extends AbstractActorWithTimers { private LoggingAdapter _log = null; public LoggingAdapter log() { if (_log == null) { _l...
package com.baeldung.camel.file.cfg; import java.util.Arrays; import java.util.List; import org.apache.camel.builder.RouteBuilder; import org.apache.camel.spring.javaconfig.CamelConfiguration; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import com....
package org.sagebionetworks.web.client.widget; import java.util.Iterator; import org.gwtbootstrap3.client.ui.Radio; import com.google.gwt.event.dom.client.ClickEvent; import com.google.gwt.event.dom.client.ClickHandler; import com.google.gwt.uibinder.client.UiBinder; import com.google.gwt.uibinder.client.UiField; impo...
package com.vandendaelen.k9.utils.helpers; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.util.text.TextComponentString; public class PlayerHelper { public static void sendMessage(EntityPlayer player, String message, boolean hotBar) { player.sendStatusMessage(new TextCompon...
package seedu.address.logic.parser; import static seedu.address.commons.core.Messages.MESSAGE_INVALID_COMMAND_FORMAT; import static seedu.address.logic.parser.CommandParserTestUtil.assertParseFailure; import static seedu.address.logic.parser.CommandParserTestUtil.assertParseSuccess; import static seedu.address.testuti...
// Copyright 2000-2021 JetBrains s.r.o. and contributors. 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.fileTemplates.impl; import org.jetbrains.annotations.NotNull; /** * @author Eugene Zhuravlev */ public final class BundledFileTempla...
package dao.entities; public class ReturnNowPlayingAlbum extends ReturnNowPlaying { private final String album; public ReturnNowPlayingAlbum(ReturnNowPlaying other, String album) { this(other.getDiscordId(), other.getLastFMId(), other.getArtist(), other.getPlayNumber(), album); } public Retur...
import java.awt.Color; import java.awt.Insets; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JButton; import javax.swing.JPanel; public class SidePanel implements ActionListener { static JPanel sidePanel; JPanel getSidePanel() { (sidePanel = new JPanel()).setLayout(n...
package frc.robot.climber; import com.revrobotics.CANSparkMax.IdleMode; import com.revrobotics.CANSparkMaxLowLevel.MotorType; import com.revrobotics.RelativeEncoder; import com.revrobotics.SimableCANSparkMax; import com.revrobotics.SparkMaxLimitSwitch; import com.revrobotics.SparkMaxLimitSwitch.Type; import edu.wpi.f...
/* * Copyright 2016 Shape Security, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
package com.rbkmoney.scheduledpayoutworker.service; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; import com.rbkmoney.damsel.schedule.ContextValidationResponse; import com.rbkmoney.damsel.schedule.ExecuteJobRequest; import com.rbkmoney.payouter.domain.ta...
/* * Copyright 2014 BrightTag, 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 applicabl...
package bekkopen.jetty; import org.apache.commons.io.IOUtils; import java.io.IOException; import java.io.InputStream; import java.net.HttpURLConnection; import java.net.SocketException; import java.net.URL; import static javax.servlet.http.HttpServletResponse.SC_INTERNAL_SERVER_ERROR; import static javax.servlet.htt...
/** * <copyright> * </copyright> * * */ package eu.hyvar.feature.expression.resource.hyexpression.mopp; import java.util.Collections; import java.util.Set; import org.eclipse.emf.ecore.EStructuralFeature; /** * A representation for a range in a document where a structural feature (e.g., a * reference) is expe...
package com.youzu.taobao.base.json.blog; import java.io.Serializable; /** * Created by wjwu on 2015/12/18. */ public class BlogFriend implements Serializable { private String friend; private String friendname;//全站用户可见 public String getFriend() { return friend; } public void setFriend(S...
/* * Copyright 2016 slavb. * * 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 w...
package com.codepath.apps.restclienttemplate; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.graphics.Color; import android.os.Bundle; import android.text.Editable; import android.text.TextWatcher; import android.util.Log; import android.view.View; import android.widget...
package com.eshop.catalog.application.integrationevents.eventhandling; import com.eshop.catalog.application.integrationevents.IntegrationEventPublisher; import com.eshop.catalog.application.integrationevents.events.*; import com.eshop.catalog.config.KafkaTopics; import com.eshop.catalog.domain.catalogitem.CatalogItem;...
import java.sql.Connection; import java.sql.DatabaseMetaData; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.ResultSetMetaData; import java.sql.SQLException; import java.sql.Statement; public class MyJdbc { // JDBC driver name and database URL static final String JDBC_DRIVER = "com.mysql...
/** * 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.webbitserver; import java.net.HttpCookie; import java.util.ArrayList; import java.util.List; /** * A rather simplistic parser of "Cookie:" headers. */ public class InboundCookieParser { public static List<HttpCookie> parse(List<String> headerValues) { List<HttpCookie> result = new ArrayList<...
package com.huawei.agentdemo.service; import java.util.HashMap; import java.util.Map; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.huawei.demo.request.Request; import com.huawei.demo.util.LogUtils; import com.huawei.demo.util.StringUtils; public class MultiMediaConfService { /** * log...
/* * eGov SmartCity eGovernance suite aims to improve the internal efficiency,transparency, * accountability and the service delivery of the government organizations. * * Copyright (C) 2017 eGovernments Foundation * * The updated version of eGov suite of products as by eGovernments Foundation * ...
package com.example.android.quakereport; import android.app.Activity; import android.content.Intent; import android.graphics.drawable.GradientDrawable; import android.net.Uri; import android.support.v4.content.ContextCompat; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; i...
/* * 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 * distribu...
/* * The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 * (the "License"). You may not use this work except in compliance with the License, which is * available at www.apache.org/licenses/LICENSE-2.0 * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI...
/* * Copyright 2009-2017. DigitalGlobe, 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 ...
/* * Copyright 2016 ThoughtWorks, 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 agr...
package uk.gov.dft.bluebadge.webapp.citizen.model.form; import java.io.Serializable; import java.util.Optional; import lombok.Builder; import lombok.Data; import lombok.EqualsAndHashCode; import uk.gov.dft.bluebadge.webapp.citizen.client.referencedata.model.LocalAuthorityRefData; import uk.gov.dft.bluebadge.webapp.cit...
/** * 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.pacgame; import com.pacgame.provider.SceneProvider; import com.pacgame.provider.SceneProvidedObject; import com.pacgame.stage.IScene; public class Scene implements IScene { private SceneProvidedObject providedObject; public Scene(SceneProvider provider, int width, int height, Layer layer) { ...
package com.rbkmoney.analytics.dao.repository.postgres; import com.rbkmoney.analytics.dao.model.*; import lombok.RequiredArgsConstructor; import lombok.extern.slf4j.Slf4j; import org.springframework.jdbc.core.JdbcTemplate; import org.springframework.retry.annotation.Backoff; import org.springframework.retry.annotation...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. package com.azure.monitor.query; import com.azure.core.experimental.models.TimeInterval; import com.azure.core.http.rest.Response; import com.azure.core.util.Context; import com.azure.identity.DefaultAzureCredentialBuilder...
package cn.wizzer.app.web.modules.controllers.platform.sys; import cn.wizzer.app.sys.modules.models.Sys_msg; import cn.wizzer.app.sys.modules.services.SysMsgService; import cn.wizzer.app.sys.modules.services.SysMsgUserService; import cn.wizzer.app.sys.modules.services.SysUserService; import cn.wizzer.app.web.commons.e...
package com.pankx.prototype; /** * @author pankx * @date 2020/12/17 6:54 下午 */ /** * 具体原型类 */ public class PrototypeDemoA extends PrototypeDemo{ private String name; public String getName() { return name; } public void setName(String name) { this.name = name; } @Overrid...
/* * Apache License * Version 2.0, January 2004 * http://www.apache.org/licenses/ * * TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION * * 1. Definitions. * * "License" shall mean the terms and condition...