text
stringlengths
7
995k
package com.lzhlyle.contest.weekly.weekly204; public class Contest4 { public static void main(String[] args) { Contest4 contest = new Contest4(); { } } }
/** * 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 seedu.room.logic.commands; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; import static seedu.room.logic.commands.CommandTestUtil.DESC_AMY; import static seedu.room.logic.commands.CommandTestUtil.DESC_BOB; import static seedu.room.logic.commands.CommandTestUtil.VALID_NAM...
package cn.novelweb.tool.upload.fastdfs.exception; /** * <p>上传图片异常</p> * <p>2020-02-03 16:24</p> * * @author Dai Yuanchuan **/ public class FastDfsUploadImageException extends FastDfsException { protected FastDfsUploadImageException(String message) { super(message); } public FastDfsUploadImag...
/* ==================================================================== 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 Y...
package com.kaizhuo.component.rbac.mybatis.pojo; import com.baomidou.mybatisplus.annotation.TableName; import com.fasterxml.jackson.annotation.JsonIgnore; import com.kaizhuo.core.model.domain.BaseLogEntity; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import lombok.Getter; im...
/* * Copyright 2018-present Open Networking Foundation * * 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 appli...
package net.minidev.ovh.api.iploadbalancing.routetcp; import net.minidev.ovh.api.iploadbalancing.OvhRouteRule; import net.minidev.ovh.api.iploadbalancing.OvhRouteStatusEnum; import net.minidev.ovh.api.iploadbalancing.OvhRouteTcpAction; /** * TCP Route */ public class OvhRouteTcp { /** * Id of your route * * ...
package framework.userinterface.label; import android.support.annotation.NonNull; import framework.error.LunaError; import framework.userinterface.button.ButtonBridge; import framework.userinterface.button.ButtonProxy; import luna.lunaandroid.MainActivity; /** * Created by macbookair on 17/05/17. */ public abstra...
/* * Copyright 2012-2018 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 cz.metacentrum.perun.audit.events.FacilityManagerEvents; import cz.metacentrum.perun.audit.events.AuditEvent; import cz.metacentrum.perun.audit.events.EngineIgnoreEvent; import cz.metacentrum.perun.core.api.Facility; import cz.metacentrum.perun.core.api.Group; public class AdminGroupAddedForFacility extends A...
/** * Copyright 2020 B2i Healthcare Pte Ltd, http://b2i.sg * * 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...
/* * Cosmos SDK - gRPC Gateway docs * A REST interface for state queries * * The version of the OpenAPI document: 1.0.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package eu.frenchxcor...
/* * Copyright 2012 JBoss 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.senla.autoservice.client; import java.io.Closeable; import java.io.IOException; import java.io.InputStream; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.io.OutputStream; import java.net.Socket; import com.senla.autoservice.utills.request.Request; import com.senla.autose...
package com.pendo.microblog.service; import java.util.Optional; import com.pendo.microblog.model.Post; public interface PostService { Post save(Post post); void delete(Post post); Optional<Post> findOne(String id); Iterable<Post> findAll(); public Optional<Post> vote(Post post, String user...
package edu.ttu.krlab.alm.datastruct.sig.exception; import edu.ttu.krlab.alm.datastruct.sig.FunctionEntry; public class DuplicateFunctionException extends Exception { FunctionEntry existing; public DuplicateFunctionException(FunctionEntry fe){ existing = fe; } public FunctionEntry getFunctionEntry(){ ret...
package com.demo.android.beacons.app.views; import android.content.Context; import android.util.AttributeSet; import android.widget.LinearLayout; /** * Created by elias on 03/11/2016. */ public class AbstractStateView extends LinearLayout { public AbstractStateView(final Context context) { super(co...
package com.bitdubai.reference_wallet.crypto_customer_wallet.common.navigationDrawer; import android.view.View; import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; import com.bitdubai.fermat_android_api.ui.holders.FermatViewHolder; import com.bitdubai.reference_wallet....
import java.util.regex.Matcher; import java.util.regex.Pattern; public class regexlib_1252 { /* 1252 * ((xmlns:.*?=[&quot;,'].*?[&quot;,'])|(xmlns=[&quot;,'].*?[&quot;,'])) * POLYNOMIAL * nums:2 * POLYNOMIAL AttackString:"xmlns:=&&"+"xmlns=&"*5000+"! _1SLQ_2" */ public static void main...
package com.quorum.tessera.test; import config.ConfigDescriptor; import java.net.URL; import java.util.ArrayList; import java.util.List; import java.util.stream.Stream; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import suite.ExecutionContext; import suite.Utils; public class DefaultPartyHelper implement...
/******************************************************************************* * Copyright (c) 2015-2019 Skymind, Inc. * Copyright (c) 2020 Konduit K.K. * * This program and the accompanying materials are made available under the * terms of the Apache License, Version 2.0 which is available at * https://www.apa...
/** * Copyright &copy; 2012-2014 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved. */ package com.wedian.site.common.utils.excel.fieldtype; import java.util.List; import com.google.common.collect.Lists; import com.wedian.site.common.utils.StringUtils; import com.wedian.site.common.utils...
/* * Copyright (C) 2021 SecretX <notyetmidnight@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 a...
package io.conekta; import java.util.HashMap; import locales.Lang; import org.json.JSONObject; /** * * @author L.Carlos */ public class PaymentSource extends Resource{ public Customer customer; public Boolean deleted; public String type; @Override public String instanceUrl() throws Error { ...
package edu.union; import java.nio.FloatBuffer; import javax.microedition.khronos.opengles.GL10; import android.content.Context; import android.opengl.GLU; /** * http://www.zeuscmd.com/tutorials/opengles/07-OrthographicProjection.php * @author bburns */ public class GLTutorialTwo extends GLTutorialBase { // Co...
import java.io.*; import java.net.ServerSocket; import java.net.Socket; import java.nio.ByteBuffer; import java.nio.ByteOrder; import java.util.Arrays; public class ManualSocketTest { private final static int SERVER_PORT = 1234; private ServerSocket serverSocket; private static class ClientHandler extends...
/* * Copyright (c) 2002-2012 Alibaba Group Holding Limited. * 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.alipay.api.domain; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; /** * 查询消息订阅关系 * * @author auto create * @since 1.0, 2021-04-09 17:38:57 */ public class AlipayOpenAppMessageSubscriptionQueryModel extends AlipayObject { private static final long serialVersionU...
package com.github.berry120.wikiquiz.model.client; import lombok.Data; @Data public class ClientPlayerJoined implements ClientObject { private String type; private String playerName; public ClientPlayerJoined(String playerName) { this.type = "player_joined"; this.playerName = playerName;...
///* // * Copyright (c) 2017. xiaoyunfei // * // * Licensed under the Apache License, Version 2.0 (the "License"); // * you may not use this file except in compliance with the License. // * You may obtain a copy of the License at // * // * http://www.apache.org/licenses/LICENSE-2.0 // * // * Unles...
/* * 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 (C) 2002-2017 Sebastiano Vigna * * 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...
package moviles.guiass.data.datasource.cloud; import moviles.guiass.data.models.UserResponse; import moviles.guiass.data.network.ApiService; import moviles.guiass.utils.UserCriteria; import retrofit2.Call; import retrofit2.Callback; import retrofit2.Response; import retrofit2.Retrofit; import retrofit2.converter.gson....
/* * 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.kintone.client; import com.kintone.client.api.KintoneRequest; import com.kintone.client.api.KintoneResponse; import com.kintone.client.api.KintoneResponseBody; import com.kintone.client.api.common.BulkRequestsRequest; import com.kintone.client.api.common.BulkRequestsResponseBody; import com.kintone.client....
/******************************************************************************* * Copyright 2018 Gabriele Rossi * * 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.apa...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE113_HTTP_Response_Splitting__listen_tcp_addCookieServlet_05.java Label Definition File: CWE113_HTTP_Response_Splitting.label.xml Template File: sources-sinks-05.tmpl.java */ /* * @description * CWE: 113 HTTP Response Splitting * BadSource: listen_tcp Read data using a li...
package ar.edu.itba.cep.lti_service.external_cep_services.tokens_service; import ar.edu.itba.cep.roles.Role; import com.bellotapps.webapps_commons.exceptions.ExternalServiceException; import java.util.Optional; import java.util.Set; /** * A port out of the application that allows sending requests to the tokens serv...
/** * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * Copyright (C) 2017 by European Spallation Source ERIC. * * 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://...
/** */ package substationStandard.Dataclasses; import org.eclipse.emf.ecore.EFactory; /** * <!-- begin-user-doc --> * The <b>Factory</b> for the model. * It provides a create method for each non-abstract class of the model. * <!-- end-user-doc --> * @see substationStandard.Dataclasses.DataclassesPackage * @gen...
package net.qldarch.archobj; import java.sql.Timestamp; import java.time.Instant; import com.google.gson.Gson; import net.qldarch.gson.serialize.Json; import net.qldarch.hibernate.HS; import net.qldarch.security.User; public class VersionUtils { public static ArchObjVersion createNewVersion(HS hs, User user, Arc...
/******************************************************************************* "FreePastry" Peer-to-Peer Application Development Substrate Copyright 2002-2007, Rice University. Copyright 2006-2007, Max Planck Institute for Software Systems. All rights reserved. Redistribution and use in source and binary forms, ...
/* * ============================================================================ * GNU Lesser General Public License * ============================================================================ * * Copyright (C) 2006-2009 Serotonin Software Technologies Inc. http://serotoninsoftware.com * @author Matthew Lohbi...
/** * The MIT License * Copyright (c) 2014-2016 Ilkka Seppä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, c...
/* * Copyright 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 "license" fil...
/* * Copyright 2018 Alexey Andreev. * * 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...
/* * 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")...
package com.applitools.eyes; /** * A scale provider which does not do scaling. */ class NullScaleProvider extends FixedScaleProvider { public NullScaleProvider() { super(1); } }
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
/* * Copyright 2015 Wayne Dyck * * 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...
/* * This file is part of SpongeAPI, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered <https://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Soft...
/* * Copyright 2014 Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except * in compliance with the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
// ---------------------------------------------------------------------------- // Copyright 2007-2011, GeoTelematic Solutions, Inc. // All rights reserved // ---------------------------------------------------------------------------- // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not...
package qora.web; import javax.servlet.http.HttpServletRequest; public class ServletUtils { public static boolean isRemoteRequest(HttpServletRequest servletRequestOpt) { if(servletRequestOpt != null) { String ipAdress = getRemoteAddress(servletRequestOpt); if (!ipAdress.equals("127.0.0.1")) { ...
package com.distrimind.bouncycastle.pqc.math.linearalgebra; /** * This class implements polynomials over GF2nElements. * * @see GF2nElement */ public class GF2nPolynomial { private GF2nElement[] coeff; // keeps the coefficients of this polynomial private int size; // the size of this polynomial /*...
class Foobar { public int a; public int b; public static void main(String[] args) throws Foobar { Foobar f = new Foobar(); f.b = 1337; System.out.println(f.a); System.out.println(f.b); } }
package de.codingair.tradesystem.spigot.extras.tradelog; import org.jetbrains.annotations.NotNull; import org.jetbrains.annotations.Nullable; public enum TradeLogMessages { NONE(null, null, "§8"), STARTED("started", "Trade started", "§e"), CANCELLED_REASON("cancelled", "Trade cancelled: %s", "§c"), CA...
package org.cloudfoundry.identity.uaa.mock.oauth; import org.cloudfoundry.identity.uaa.mock.InjectedMockContextTest; import org.cloudfoundry.identity.uaa.mock.util.MockMvcUtils; import org.cloudfoundry.identity.uaa.oauth.OpenIdSessionStateCalculator; import org.cloudfoundry.identity.uaa.oauth.UaaAuthorizationEndpoint;...
/** * Copyright 2005 Sakai Foundation Licensed under the * Educational Community 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.osedu.org/licenses/ECL-2.0 * * Unless required by applicable law or a...
package com.c4game.client.core.web; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.beetl.ext.simulate.WebSimulate; import org.springframework.beans.factory.annotation.Autowired...
package com.miraclehu.baisibudeqijie.adapter.essence; import android.content.Context; import android.util.Log; import android.view.View; import android.widget.ImageView; import android.widget.ListView; import android.widget.TextView; import com.bumptech.glide.Glide; import com.leavessilent.mylibrary.adapters.Universa...
/* * CPAchecker is a tool for configurable software verification. * This file is part of CPAchecker. * * Copyright (C) 2007-2014 Dirk Beyer * 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...
/* * Copyright 2009-2010 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 Indoqa Software Design und Beratung GmbH (Indoqa) under * one or more contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright ownership. * Indoqa licenses this file to You under the Apache License, Version 2.0 * (the "Lice...
package org.wso2.developerstudio.eclipse.gmf.esb.diagram.providers.assistants; import java.util.ArrayList; import java.util.LinkedList; import java.util.List; import org.eclipse.core.runtime.IAdaptable; import org.eclipse.gmf.runtime.diagram.ui.editparts.IGraphicalEditPart; import org.eclipse.gmf.runtime.emf.type.cor...
package com.ruanyun.chezhiyi.commonlib.view.widget; import android.content.Context; import android.content.DialogInterface; import android.os.Bundle; import android.support.v4.content.ContextCompat; import android.support.v7.app.AlertDialog; import android.text.SpannableString; import android.text.Spanned; import andr...
package de.hterhors.semanticmr.projects.examples; import de.hterhors.semanticmr.crf.structure.EntityType; import de.hterhors.semanticmr.crf.structure.annotations.normalization.AbstractNormalizationFunction; public class WeightNormalization extends AbstractNormalizationFunction { public WeightNormalization() { sup...
package com.example.spoon.ordering.tests; import android.test.ActivityInstrumentationTestCase2; import android.widget.Button; import android.widget.CheckedTextView; import com.robotium.solo.Solo; import com.squareup.spoon.Spoon; import com.example.spoon.ordering.OrderActivity; import static org.fest.assertions.api.AN...
package com.najafi.ali.personalmanagement.ModelForJobs; public class Jobs { private int id; private int image; private String name; private double duration; private double paid; private double price; private boolean expanded; private boolean hasNote; private String note; publi...
package com.example.securingweb; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.security.config.annotation.web.builders.HttpSecurity; import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity; i...
/** * Copyright (C) 2015 The Gravitee team (http://gravitee.io) * * 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 requ...
public class Solution { int[] inc; int[] dec; public int longestSubsequenceLength(final List<Integer> A) { longestIncreasingSubsequence(A); longestDecreasingSubsequence(A); int m = 0; for (int i = 0; i < A.size(); i++) { m = Math.max(m, inc[i] + dec[i] - 1); } return m; } public void longestIncreas...
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
package es.ucm.fdi.iu.model; import lombok.*; import javax.persistence.*; import java.util.ArrayList; import java.util.List; import java.util.stream.Collectors; /** * A group of printers. * * Allows managing of groups of printers as a whole. A single printer * may be part of several groups. */ @Entity @Data @No...
/** * 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 core.framework.crypto; import javax.crypto.BadPaddingException; import javax.crypto.Cipher; import javax.crypto.IllegalBlockSizeException; import javax.crypto.NoSuchPaddingException; import java.security.InvalidKeyException; import java.security.KeyFactory; import java.security.KeyPair; import java.security.Ke...
package cn.navigational.impl; import cn.navigational.BaseTest; import cn.navigational.api.ApiVerticle; import cn.navigational.routers.UserRouter; import io.vertx.core.DeploymentOptions; import io.vertx.core.buffer.Buffer; import io.vertx.ext.unit.Async; import io.vertx.ext.unit.TestContext; import io.vertx.ext.web.cli...
package ru.otus.l41; import com.sun.management.GarbageCollectionNotificationInfo; import java.util.Date; /** * Created by Artem Gabbasov on 27.04.2017. * * Класс, используемый для регистрации и вывода статистики по обоим поколениям объектов */ public class CollectionsManager { // отдельно ведём учёт статисти...
package app.eeui.framework.ui.component.marquee; import android.app.Activity; import android.content.Context; import androidx.annotation.NonNull; import android.util.TypedValue; import android.view.Gravity; import android.view.View; import android.view.ViewGroup; import android.widget.LinearLayout; import com.taobao....
package com.cycling74.net; import java.net.DatagramPacket; import java.net.DatagramSocket; import com.cycling74.max.Atom; import com.cycling74.max.MaxRuntimeException; //import com.cycling74.max.MaxSystem; import com.cycling74.max.Callback; /** * Class wrapper to receive atoms via UDP/IP using the class * UdpSende...
package com.mangopay.entities; import com.google.gson.annotations.SerializedName; import com.mangopay.core.EntityBase; /** * Dispute page entity. */ public class DisputePage extends EntityBase { /** * File content. */ @SerializedName("File") private String file; public String getFile() {...
package panda.domain.entities; import javax.persistence.*; import java.math.BigDecimal; import java.util.Date; @Entity @Table(name = "receipt") public class Receipt extends BaseEntity { @Column(name = "fee") private BigDecimal fee; @Column(name = "issued_on") private Date issuedOn; @ManyToOne(t...
package io.ovh.metrics.warp10.script.ext.tsl; import java.util.HashMap; import java.util.Map; import io.warp10.warp.sdk.WarpScriptExtension; public class TSLWarpScriptExtension extends WarpScriptExtension { private static final Map<String,Object> functions; static { functions = new HashMap<String,Object>...
/* * Copyright © 2014 - 2021 Leipzig University (Database Research Group) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
/* * Generated by the Jasper component of Apache Tomcat * Version: Apache Tomcat/7.0.93 * Generated at: 2019-04-02 06:55:28 UTC * Note: The last modified time of this file was set to * the last modified time of the source file after * generation to assist with modification tracking. */ package org.ap...
/* * Copyright (c) 2005-2011, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. 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.o...
/* * 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 (C) 2014 Facebook, 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 ...
/** * 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 skaro.pokeapi; import org.springframework.cache.CacheManager; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.Import; import skaro.pokeapi.cache.CacheFacade; import skaro.pokeapi.cache.ReactiveCacheM...
package com.adotcode.elasticsearch.service.es.impl; import com.adotcode.elasticsearch.repository.entity.Questions; import com.adotcode.elasticsearch.service.es.ElasticSearchService; import com.adotcode.elasticsearch.service.es.handler.SyncData2EsHandler; import com.adotcode.elasticsearch.service.question.QuestionServi...
package com.github.rmee.jpa.schemagen.internal; import com.github.rmee.jpa.schemagen.SchemaGenConfig; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.util.ArrayList; import java.util.List; public class FlywaySchemaTarge...
/* * Copyright (c) 2005-2014, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. 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.o...
package com.bill.crawler.site.cto; import com.bill.crawler.model.Author; import com.bill.crawler.seed.BaseSeedGenerator; public class CtoSeedGenerator extends BaseSeedGenerator { public CtoSeedGenerator(Author author) { if (author.isFetchBlog()) { // http://ticktick.blog.51cto.com/823160/p-12 String str = au...
package com.ray3k.template.entities; import com.ray3k.template.Core; import com.ray3k.template.screens.GameScreen; import static com.ray3k.template.screens.GameScreen.gameScreen; import static com.ray3k.template.screens.GameScreen.soundChime; public class LandTargetEntity extends Entity { @Override public vo...
package seedu.address.logic.commands; import static org.junit.Assert.assertEquals; import static seedu.address.commons.core.Messages.MESSAGE_INVALID_PATH; import static seedu.address.logic.commands.ImportCommand.MESSAGE_IMPORT_PARTIAL_SUCCESS_INFO; import static seedu.address.logic.commands.ImportCommand.MESSAGE_IMPOR...
package org.highmed.dsf.fhir.integration; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import java.util.Collections; import java.util.List; import java.util.Map; import javax.ws.rs.WebApplicationException; import javax.ws.rs.cor...
/* * 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 module342packageJava0; import java.lang.Integer; public class Foo83 { Integer int0; Integer int1; public void foo0() { new module342packageJava0.Foo82().foo8(); } public void foo1() { foo0(); } public void foo2() { foo1(); } public void foo3() { foo2(); } public voi...