text
stringlengths
7
995k
/* * Copyright 1999-2019 Seata.io 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 * * Unless required by applicable l...
/* * Copyright (c) 1997, 2021 Oracle and/or its affiliates. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Distribution License v. 1.0, which is available at * http://www.eclipse.org/org/documents/edl-v10.php. * * SPDX-License-Identifier: ...
/* * (C) Copyright 2006-2015 Nuxeo SA (http://nuxeo.com/) and others. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless re...
package ch.uzh.ifi.fs22.sel.group15.cozycave.server.constant; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertFalse; import static org.junit.jupiter.api.Assertions.assertNull; import static org.junit.jupiter.api.Assertions.assertTrue; import org.junit....
/** * 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 io.mateu.mdd.vaadin.components.app.main; import com.google.common.base.Strings; import com.vaadin.event.FocusShortcut; import com.vaadin.event.ShortcutAction; import com.vaadin.icons.VaadinIcons; import com.vaadin.server.*; import com.vaadin.shared.ui.ContentMode; import com.vaadin.ui.*; import com.vaadin.ui.t...
/* * Copyright 2009 Inspire-Software.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 appl...
/* * MIT License * * Copyright (c) 2020 Staatsbibliothek zu Berlin - Preußischer Kulturbesitz * * 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 l...
package io.nuls.account; import io.nuls.account.constant.AccountParam; import io.nuls.account.init.AccountBootstrap; import io.nuls.db.service.RocksDBService; import io.nuls.rpc.info.NoUse; import io.nuls.tools.core.inteceptor.ModularServiceMethodInterceptor; import io.nuls.tools.core.ioc.SpringLiteContext; import io....
/* * 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 ...
/* * 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 ...
/* * 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 under t...
package com.github.dabasan.xops.pd1; import java.io.IOException; import com.github.dabasan.basis.vector.VectorFunctions; public class Translate { public static void main(String[] args) { PD1Manipulator manipulator; try { manipulator = new PD1Manipulator("./TestData/tr.pd1"); } catch (final IOException e) {...
package betterquesting.client.toolbox.tools; import betterquesting.api.client.toolbox.IToolboxTool; import betterquesting.api.enums.EnumPacketAction; import betterquesting.api.network.QuestingPacket; import betterquesting.api2.client.gui.controls.PanelButtonQuest; import betterquesting.api2.client.gui.panels.lists.Can...
/* Copyright (C) GridGain Systems. 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 law or...
package io.axual.ksml.runner.config; /*- * ========================LICENSE_START================================= * KSML Runner * %% * Copyright (C) 2021 Axual B.V. * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ma...
// 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.adobe.target.edge.client; public class ClientProxyConfig { private String host; private int port; private String username; private String password; private boolean authProxy = false; public ClientProxyConfig(String host, int port) { this.host = host; this.port = port; } public ClientProxyCo...
/* * Copyright 2017 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...
/* * Copyright (c) 2017 <l_iupeiyu@qq.com> All rights reserved. */ package com.geekcattle.conf.redis; import org.apache.shiro.session.Session; import org.apache.shiro.session.UnknownSessionException; import org.apache.shiro.session.mgt.eis.EnterpriseCacheSessionDAO; import org.slf4j.Logger; import org.slf4j.LoggerF...
package org.robolectric.shadows; import android.net.wifi.WifiConfiguration; import org.robolectric.annotation.Implements; import org.robolectric.annotation.RealObject; @Implements(WifiConfiguration.class) public class ShadowWifiConfiguration { @RealObject private WifiConfiguration realObject; /* Returns a copy o...
package org.tests.model.softdelete; import javax.persistence.Entity; import javax.persistence.ManyToOne; @Entity public class EBasicSDChild extends BaseSoftDelete { @ManyToOne(optional = false) EBasicSoftDelete owner; String childName; long amount; public EBasicSDChild(EBasicSoftDelete owner, String chi...
import java.util.Scanner; public class URI1049 { public static void main(String[]args){ Scanner scan = new Scanner(System.in); String subfilo=scan.next(),classe=scan.next(),ordem=scan.next(); if(subfilo.equalsIgnoreCase("vertebrado")){ if(classe.equalsIgnoreCase("ave")){ if(ordem.equalsIgnoreCase("carnivo...
package chord.util.graph; import java.util.List; import java.util.Set; import chord.util.IndexMap; import chord.util.tuple.object.Pair; /** * Specification of an immutable, unlabeled, directed graph with useful operations on it. * <p> * This interface must be used when it is desirable to provide an immutable view...
/* * Copyright (c) 2018, 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.apach...
/* * 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 dsSim; /** * * @author DP */ public abstract class Proccessor extends Delay { private long CsProcessTime = 0; priv...
package org.firstinspires.ftc.teamcode.Old.CuttingEdge.Tests; import com.qualcomm.robotcore.eventloop.opmode.Autonomous; import com.qualcomm.robotcore.eventloop.opmode.Disabled; import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode; import com.qualcomm.robotcore.hardware.DcMotor; import org.firstinspires.ftc.te...
/* * * Copyright (c) 2017, 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://...
/* * Copyright © 2021 the original author or authors (photowey@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 * * Unles...
package josx.rcxcomm; import josx.platform.rcx.ROM; /** * Low-level comms (LLC). This class provide native methods to read and write * bytes to and from the IR unit by low-level driving of the RCX H8300 * UART. It keeps its footprint down by making as much use of ROM routines as possible. * The init() method mu...
/* * Copyright (c) 2008-2013, Hazelcast, 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 ...
package org.openstreetmap.atlas.geography.atlas.items.complex.bignode; import static org.openstreetmap.atlas.tags.names.NameFinder.STANDARD_TAGS; import java.io.Serializable; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import...
/* * Copyright (c) 2019, 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.or...
// Copyright (C) 2017 Peter Robinson and the Smart Contract Application Browser contributors. package com.nelladragon.scab.language; import com.nelladragon.common.crypto.Rand; /** * List of thoughts. */ public class WordGenThoughts { private static String[] words = new String[] { "Do not argue with...
/** * **************************************************************************** * <p> * Copyright (c) 2015. Rick Hightower, Geoff Chandler * <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 L...
package test; import java.sql.SQLException; import javax.sql.DataSource; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.ApplicationContext; import org.springframework.test.context.Conte...
package fr.javatronic.blog.massive.annotation1.sub1; import fr.javatronic.blog.processor.Annotation_001; @Annotation_001 public class Class_1919 { }
/* * 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...
package com.atguigu.gmall.pms.entity; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.Serializable; import java.util.Date; import lombok.Data; /** * 属性&属性分组...
package dev.nokeebuild.licensing; import org.gradle.api.Action; import org.gradle.api.plugins.AppliedPlugin; import org.gradle.plugins.ide.idea.model.IdeaModel; import org.gradle.plugins.ide.idea.model.IdeaProject; import org.jetbrains.gradle.ext.CopyrightConfiguration; import org.jetbrains.gradle.ext.CopyrightProfile...
package ru.stqa.pft.addressbook.appmanager; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; public class NavigationHelper extends HelperBase { public NavigationHelper(WebDriver wd) { super(wd); } public void groupPage() { if (isElementPresent(By.tagName("h1")) && wd.f...
/** * Copyright 2017 StreamSets Inc. * * Licensed under 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 Lice...
/* * The MIT License (MIT) * * Copyright (c) 2016 Alan Tsui * * 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, co...
package com.prowidesoftware.swift.model.mx.dic; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; import org.apache.commons.lang3.bui...
package com.alipay.api.domain; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; /** * 撤销订单 * * @author auto create * @since 1.0, 2016-10-17 16:44:44 */ public class AlipayCreditAutofinanceLoanCloseModel extends AlipayObject { private static final long serialVersionUID = 5769...
package maspack.test.GL; import maspack.geometry.PolygonalMesh; public class MultiGL3Tester extends MultiViewerTesterBase { protected static void addRenderObjects(MultiViewer tester) { addCube(tester); addAxes(tester); addTransRotator(tester); addCylinder(tester); PolygonalMesh bun...
/* * Copyright 2000-2016 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...
package com.wgx.net.config; import android.os.Handler; import android.os.HandlerThread; import android.os.Looper; import java.util.HashMap; public class ThreadManager { public static final int TYPE_UI = 0; public static final int TYPE_DB = 1; public static final int TYPE_FILE = 2; public static final...
package org.efbiz.ablility.exam.manager.persistence; import java.util.List; import org.apache.ibatis.annotations.Param; import org.efbiz.ability.exam.common.domain.exam.UserQuestionHistory; import org.efbiz.ability.exam.common.domain.question.QuestionStatistic; public interface QuestionHistoryMapper { /** * 插入...
package com.roy.shortener.base.configurations.jpa; import lombok.extern.slf4j.Slf4j; import org.hibernate.boot.model.naming.Identifier; import org.hibernate.boot.model.naming.PhysicalNamingStrategy; import org.hibernate.engine.jdbc.env.spi.JdbcEnvironment; @Slf4j public class HibernatePhysicalNamingStrategy implement...
import java.util.Scanner; import java.io.*; public class FabricBreakup { private Stack stackShirts = new Stack(); private Stack favShirts = new Stack(); private class shirtObject { public int val; public int index; public shirtObject(int val, int index) { this.val = v...
package com.alipay.api.domain; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; /** * 舆情数据通用搜索 * * @author auto create * @since 1.0, 2018-08-01 12:18:33 */ public class AlipayBossCsCssocialYqmessageQueryModel extends AlipayObject { private static final long serialVersionUID ...
package com.salesmore.yak.integration.fyndiq; import com.salesmore.yak.integration.fyndiq.api.FQClient; import com.salesmore.yak.integration.fyndiq.core.transport.Config; import com.salesmore.yak.integration.fyndiq.core.transport.UntrustedSSL; import com.salesmore.yak.integration.fyndiq.service.FQClientFactory; publi...
/* * Copyright (c) 1999, 2013, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package javax.imageio.event; import java.util.EventListener; import javax.imageio.ImageReader; /** *...
/* * Copyright 2018 Confluent Inc. * * Licensed under the Confluent Community License (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.confluent.io/confluent-community-license * * Unless required by applicable law or a...
package limax.net; import java.net.SocketAddress; public interface Transport { SocketAddress getPeerAddress(); SocketAddress getLocalAddress(); Object getSessionObject(); void setSessionObject(Object obj); Manager getManager(); Throwable getCloseReason(); }
package com.example.input; import javax.annotation.Nonnull; import javax.annotation.processing.Generated; import react4j.ReactElement; import react4j.ReactNode; @Generated("react4j.processor.React4jProcessor") final class ArezComponentInputViewBuilder { private ArezComponentInputViewBuilder() { } @Nonnull pr...
/* * Copyright © 2017-2018 Harvard Pilgrim Health Care Institute (HPHCI) and its Contributors. * 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 limit...
/* * Copyright 2012-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...
/* * 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...
/* * This file is generated by jOOQ. */ package projektor.database.generated.tables; import java.util.Arrays; import java.util.List; import org.jooq.Field; import org.jooq.ForeignKey; import org.jooq.Identity; import org.jooq.Index; import org.jooq.Name; import org.jooq.Record; import org.jooq.Row9; import org.joo...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
// 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 com.rishabh.github.instagrabber.database; public class InstaImage { private int _id; private String _name; private String _instaImageURL; private String _phoneImageURL; private String _caption; public InstaImage() { } public InstaImage(int _id, String _name, String _instaImag...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
/***************************************************************************** * Copyright 2012 bitsofinfo.g [at] gmail [dot] 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:...
package io.github.evilarceus.xero.common.item; import io.github.evilarceus.xero.common.reference.Reference; import net.minecraft.item.Item; import net.minecraft.item.ItemStack; public class ItemWrapper extends Item { public ItemWrapper() { super(); } @Override public String getUnlocalized...
/** * MIT License * * Copyright (c) 2018 * * 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, ...
package com.synopsys.integration.detect.tool.signaturescanner.operation; import java.util.List; import java.util.Optional; import java.util.Set; import java.util.stream.Collectors; import com.synopsys.integration.blackduck.service.model.NotificationTaskRange; import com.synopsys.integration.common.util.Bds; import co...
package dials.messages; import dials.filter.FilterData; public class DynamicDataFilterApplicationMessage extends DataFilterApplicationMessage { public DynamicDataFilterApplicationMessage(FilterData filterData, ContextualMessage message) { super(filterData, message); } }
package de.tum.in.www1.artemis.web.rest; import static de.tum.in.www1.artemis.config.Constants.*; import static de.tum.in.www1.artemis.service.util.TimeLogUtil.formatDurationFrom; import static de.tum.in.www1.artemis.web.rest.util.ResponseUtil.*; import java.io.File; import java.io.FileInputStream; import java.io.IOE...
package com.addisonelliott.segmentedbutton.sample.drawable; import android.graphics.Canvas; import android.graphics.ColorFilter; import android.graphics.Paint; import android.graphics.Path; import android.graphics.PixelFormat; import android.graphics.Rect; import android.graphics.RectF; import android.graphics.drawabl...
package org.nyjsl.library.mvp.interfaces; /** * Created by pc on 2017/2/9. */ public interface IPresenter { void onStart(); void onDestroy(); }
import jdave.Block; import jdave.Specification; import jdave.junit4.JDaveRunner; @RunWith(JDaveRunner.class) public class %specName% extends Specification<%srcName%> { }
/* * This file is part of AllSummarizer project * * Copyright 2015 Abdelkrime Aries <kariminfo0@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....
package cluster; import java.io.File; import java.io.PrintStream; import java.util.ArrayList; import java.util.Locale; import java.util.concurrent.ThreadLocalRandom; import dna.Data; import fileIO.ByteFile; import fileIO.ByteFile1; import fileIO.ByteFile2; import fileIO.FileFormat; import fileIO.ReadWrite; import sha...
package module608packageJava0; import java.lang.Integer; public class Foo733 { Integer int0; Integer int1; public void foo0() { new module608packageJava0.Foo732().foo4(); } public void foo1() { foo0(); } public void foo2() { foo1(); } public void foo3() { foo2(); } public v...
/* * Copyright 2017-present Open Networking Foundation * Copyright © 2020 camunda services GmbH (info@camunda.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.apach...
/** * Copyright (c) 2011, The University of Southampton and the individual contributors. * 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 ...
/* * Copyright 2010-2018 Boxfuse 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.0 * * Unless required by applicable law or ...
package ru.otus.db.handlers; import ru.otus.db.DBService; import ru.otus.dto.UserData; import ru.otus.messagesystem.RequestHandler; import ru.otus.messagesystem.client.ResultDataType; import ru.otus.messagesystem.message.Message; import ru.otus.messagesystem.message.MessageBuilder; import java.util.Optional; public...
/* * Copyright (c) 2013 ICM Uniwersytet Warszawski All rights reserved. * See LICENCE.txt file for licensing information. */ package pl.edu.icm.unity.engine.api; import java.util.Collection; import pl.edu.icm.unity.exceptions.EngineException; import pl.edu.icm.unity.types.authn.AuthenticatorInfo; /** * API for a...
package com.tower.countmanager.bean; public class TaskInfoBean { private String site_code; private String site_name; private String longitude; private String latitude; private String province; private String city; private String district; private String site_sno; private String task_sno; private String t...
package com.thaiopensource.xml.dtd.parse; import java.util.Vector; import com.thaiopensource.xml.tok.Tokenizer; import com.thaiopensource.xml.em.ExternalId; import com.thaiopensource.xml.dtd.om.*; class Entity { static class Reference { Reference(Entity entity, int start, int end) { this.entity = entity;...
package com.viewshine.exportexcel.properties; import lombok.Data; import static java.util.concurrent.TimeUnit.MILLISECONDS; import static java.util.concurrent.TimeUnit.MINUTES; /** * MongoClient的线程池的属性 * @author changWei[changwei@viewshine.cn] */ @Data public class MongoPoolProperties { /** * MongoClien...
package com.automate.task.background.assembly.impl; import com.automate.common.SystemConfig; import java.io.File; /** * Created with IntelliJ IDEA. * Description: * * @author: genx * @date: 2019/3/5 21:54 */ public class PackageExtractAssemblyStepTaskTest { private static final String BASE_DIR = "${baseDir...
/* * Copyright 2012-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...
/******************************************************************************* * Cloud Foundry * Copyright (c) [2009-2016] Pivotal Software, Inc. All Rights Reserved. * * This product is licensed to you under the Apache License, Version 2.0 (the "License"). * You may not use this product except i...
/* * 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.littlecat.catmall.coupon; //import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class LittlecatmallCouponApplicationTests { // @Test void contextLoads() { } }
// .result=COMPILE_FAIL public class Test { public interface TestInterface { public int functMethod(); } public Test(int a) { } public class InnerTest extends Test { public InnerTest(int a) { super(a = 5); TestInterface t = () -> a; } } public static void main(String[] args) { } }
/* * Copyright 2000-2009 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...
package com.evopayments.turnkey.apiclient; import java.util.Arrays; import java.util.HashMap; import java.util.HashSet; import java.util.Map; import org.json.JSONObject; import org.junit.Assert; import org.junit.BeforeClass; import org.junit.Test; import com.evopayments.turnkey.apiclient.exception.ActionCallExceptio...
/* * Copyright 2017-2022 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 algo4.chap1; /** * @author wenghengcong * @className: QuickFind * @desc: 并查集,p136 * @date 2019-05-2811:11 */ public class QuickFind { /** * 分量id,以触点作为索引 * id中索引是触点,id对应的值为触点所在的连通分量 * */ private int[] id; /** * 连通分量数量 */ private int count; /** * 构造方法:一开始有N个分...
/* * 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...
/* * 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 2002-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...
/* * Copyright (c) 2012-2017 ZoxWeb.com 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 a...
/* * This file is generated by jOOQ. */ package com.htl.domain.tables.daos; import com.htl.domain.tables.LctDistinct; import com.htl.domain.tables.records.LctDistinctRecord; import io.github.jklingsporn.vertx.jooq.future.VertxDAO; import java.time.LocalDateTime; import java.util.List; import javax.annotation.Gene...