text
stringlengths
7
995k
/* * 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...
// // Decompiled by Procyon v0.5.36 // package org.apache.maven.surefire.util; import java.util.ArrayList; import org.apache.maven.surefire.testset.TestSetFailedException; import java.util.Arrays; import java.util.Iterator; import java.util.Set; import java.util.HashSet; import java.util.Collections; import java.ut...
package org.redhat.developer; import javax.annotation.PostConstruct; import javax.inject.Inject; import javax.inject.Singleton; import io.quarkus.runtime.Startup; import io.quarkus.scheduler.Scheduled; import org.redhat.developer.models.RequestDto; @Singleton public class GeneratorLoop { @Inject IProducer p...
package ru.job4jhibernate.spring.storage; import org.apache.commons.dbcp2.BasicDataSource; import ru.job4jhibernate.spring.models.User; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.SQLException; /** * @author Igor Antropov * @version $Id$ * @since 0.1 */ public class JDBCStorage...
/* Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use ...
/* * 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...
package com.akon.skrage.skript.syntaxes.expressions; import ch.njol.skript.Skript; import ch.njol.skript.aliases.ItemData; import ch.njol.skript.aliases.ItemType; import ch.njol.skript.lang.Expression; import ch.njol.skript.lang.ExpressionType; import ch.njol.skript.lang.SkriptParser; import ch.njol.skript.lang.util.S...
/* * SoapUI, Copyright (C) 2004-2016 SmartBear Software * * Licensed under the EUPL, Version 1.1 or - as soon as they will be approved by the European Commission - subsequent * versions of the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of t...
package org.apiman.client.domain.role; import java.io.Serializable; import java.util.Date; import java.util.Set; import org.apiman.client.domain.permissions.PermissionType; import lombok.AllArgsConstructor; import lombok.Data; import lombok.EqualsAndHashCode; import lombok.NoArgsConstructor; import lombok.ToString; ...
package com.wonderpush.sdk; import org.json.JSONArray; import org.json.JSONObject; import java.util.LinkedList; import java.util.List; class AlertInboxModel extends AlertModel { // Modify forCurrentSettings() and clone() when adding a field below private List<CharSequence> lines; private CharSequence bi...
/* * Copyright (c) 2014-2015 Janith Bandara, This source is a part of * Audit4j - An open source auditing framework. * http://audit4j.org * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License a...
package ru.job4j.singleton; import org.junit.Test; import static org.hamcrest.core.Is.is; import static org.junit.Assert.assertThat; import static org.junit.Assert.assertTrue; public class SingletonTest { @Test public void whenSingleton1NotDuplicates() { Singleton1 singleton = Singleton1.getInstance...
/* * 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) 2016, 2019, Oracle and/or its affiliates. All rights reserved. */ package com.oracle.bmc.filestorage.responses; import com.oracle.bmc.filestorage.model.*; @javax.annotation.Generated(value = "OracleSDKGenerator", comments = "API Version: 20171215") @lombok.Builder(builderClassName = "Builder") @...
/** * Copyright 2011-2013 FoundationDB, 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 la...
package org.iotp.server.controller; import static org.iotp.infomgt.dao.util.Validator.validateId; import java.util.List; import java.util.Optional; import java.util.UUID; import javax.mail.MessagingException; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apa...
/** * Copyright 2010 CosmoCode 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 agreed...
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Tue Nov 10 05:35:57 GMT 2020 */ package macaw.businessLayer; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.junit.After; ...
/* * 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 2020 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
package com.xxmassdeveloper.mpchartexample; import android.content.Intent; import android.graphics.RectF; import android.net.Uri; import android.os.Bundle; import android.util.Log; import android.view.Menu; import android.view.MenuItem; import android.view.WindowManager; import android.widget.SeekBar; import android.w...
/* * 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")...
// ********************************************************************** // // Copyright (c) 2003-2016 ZeroC, Inc. All rights reserved. // // This copy of Ice is licensed to you under the terms described in the // ICE_LICENSE file included in this distribution. // // ***************************************************...
package com.github.berry120.wikiquiz.controller; import com.github.berry120.wikiquiz.model.Quiz; import com.github.berry120.wikiquiz.model.client.PlayerDetails; import com.github.berry120.wikiquiz.redis.RedisRepository; import com.github.berry120.wikiquiz.service.QuizCreationService; import com.github.berry120.wikiqui...
/** * 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...
/* * USER: mslm * DATE: 3/27/17 */ package com.gedder.gedderalarm; import android.annotation.TargetApi; import android.app.AlarmManager; import android.app.PendingIntent; import android.content.Intent; import android.os.Build; import android.os.Bundle; import android.os.Handler; import com.gedder.gedderalarm.mode...
package document; import java.io.BufferedReader; import java.io.FileInputStream; import java.io.InputStreamReader; /** A class for timing the EfficientDocument and BasicDocument classes * * @author UC San Diego Intermediate Programming MOOC team * */ public class DocumentBenchmarking { public static void ma...
package com.rodrigodev.xgen4j.test.info_generation.regularTest.eb1.eb2.eb3_1; import com.rodrigodev.xgen4j.test.info_generation.regularTest.eb1.eb2.EB2Error; import com.rodrigodev.xgen4j.test.info_generation.regularTest.ErrorCode; /** * Autogenerated by XGen4J on January 1, 0001. */ public abstract class EB3_1Err...
/* * This file is part of Flow NBT, licensed under the MIT License (MIT). * * Copyright (c) 2011 DivineCraft <https://divinecraft.ru/> * * 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...
final class Dependencies { public static final String ktor = "io.ktor:ktor-client-okhttp:" + Versions.ktor; public static final String ktorJson = "io.ktor:ktor-client-json-jvm:" + Versions.ktor; public static final String ktorSerialization = "io.ktor:ktor-client-serialization-jvm:" + Versions.ktor; publ...
/* * 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 n...
/* * Copyright (c) 2020 Expedia, 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 agre...
/*- * Copyright (c) 2020 Sygic a.s. * * 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, publish...
/* * Copyright 1999-2015 dangdang.com. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
/* * Copyright (c) 2018 Oracle and/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. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unle...
package langModel; /** * Interface LanguageModelInterface: interface to describe a language model. * * @author N. Hernandez and S. Quiniou (2017) * */ public interface LanguageModelInterface { /** * Getter of the language model order. * In practice it will get the maximal order of the NgramCountsInterface...
package tech.jhipster.lite.generator.client.tools.cypress.domain; import java.util.List; import java.util.Map; public class Cypress { private Cypress() {} public static final String JAVASCRIPT_INTEGRATION = "src/test/javascript/integration"; public static List<String> devDependencies() { return List.of("...
/* * JBoss, Home of Professional Open Source. * Copyright 2014 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * 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 Licen...
package json; import java.util.ArrayList; /** * The Class JSONFailureException. * * @author James Baron * @version 1.0 */ public class JSONFailureException extends Exception { /** The Constant serialVersionUID. */ private static final long serialVersionUID = 1L; /** The messages. */ private ArrayList<Str...
/* * Copyright 2014 Open Networking Laboratory * * 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 la...
package passion.springboot.passion.domain; import lombok.*; @EqualsAndHashCode @Getter @Setter @ToString @AllArgsConstructor @NoArgsConstructor public class Comment { private Long comment_id; private Long board_id; private String member_name; private String content; private String write_time; }
package com.alfianyusufabdullah.sample; import android.support.design.widget.TabLayout; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.support.v7.widget.Toolbar; import com.alfianyusufabdullah.SPager; import com.alfianyusufabdullah.sample.fragment.PageOne; import com.alfiany...
package uk.gov.dstl.openocr; /*- * #%L * OpenOCR Processors * %% * Copyright (C) 2019 Dstl * %% * 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/license...
package org.metahut.octopus.api.dto; import org.metahut.octopus.common.enums.RuleStateEnum; import org.metahut.octopus.common.enums.SubjectCategoryEnum; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import javax.validation.constraints.NotNull; import java.util.List; @ApiMo...
/* Copyright (C) 2013-2021 TU Dortmund * This file is part of AutomataLib, http://www.automatalib.net/. * * 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/li...
/* * Copyright 2014 the original author or authors. * Copyright 2014 SorcerSoft.org. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-...
/* * Copyright (c) 2004-2022, University of Oslo * 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...
/** * Copyright 2009-2021 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 * * Unle...
/* * 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 * distrib...
package com.datafibers.service; import com.datafibers.model.DFJobPOPJ; import de.flapdoodle.embed.mongo.MongodExecutable; import de.flapdoodle.embed.mongo.MongodProcess; import de.flapdoodle.embed.mongo.MongodStarter; import de.flapdoodle.embed.mongo.config.IMongodConfig; import de.flapdoodle.embed.mongo.config.Mongod...
package fr.utarwyn.endercontainers.inventory.menu; import fr.utarwyn.endercontainers.TestHelper; import fr.utarwyn.endercontainers.TestInitializationException; import fr.utarwyn.endercontainers.enderchest.EnderChest; import fr.utarwyn.endercontainers.enderchest.context.PlayerContext; import org.bukkit.Material; import...
/** * */ package com.tcl.manager.fragment; import android.support.v4.app.Fragment; /** * @author zuokang.li * */ public class FrequeryFragment extends Fragment { }
package com.jlfex.hermes.main; import java.io.IOException; import java.math.BigDecimal; import java.math.RoundingMode; import java.util.Calendar; import java.util.Date; import java.util.List; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springframework.beans...
// 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...
/* * Copyright (c) 2013-2014, Arjuna Technologies Limited, Newcastle-upon-Tyne, England. All rights reserved. */ package com.arjuna.databroker.metadata.client; import java.util.List; import javax.ws.rs.Consumes; import javax.ws.rs.GET; import javax.ws.rs.POST; import javax.ws.rs.PUT; import javax.ws.rs.Path; import...
package net.ripe.db.whois.update.domain; import com.google.common.collect.Maps; import net.ripe.db.whois.common.domain.CIString; import javax.annotation.Nonnull; import java.util.Map; import static net.ripe.db.whois.common.domain.CIString.ciString; public enum Keyword { NEW("new", "NEW", true), DIFF("diff",...
/* * 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.osmdroid.bugtestfragments; import android.os.Bundle; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.Button; import android.widget.TextView; import org.osmdroid.R; import org.osmdroid.api.IGeoPoint; import org.osmd...
package aeshliman.DBMS; import java.util.Hashtable; import java.util.LinkedList; import java.util.Queue; import java.util.Scanner; import java.util.concurrent.TimeUnit; import java.util.concurrent.locks.Lock; import aeshliman.database.DataRepository; import aeshliman.database.HashEntry; /* * Author: Isaac Aeshliman ...
package com.containersol.minimesos.cluster; /** * Mesos DNS */ public interface MesosDns extends ClusterProcess { }
/** * * 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"); ...
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2019.05....
package com.chad.baserecyclerviewadapterhelper; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.GridLayoutManager; import android.support.v7.widget.RecyclerView; import android.view.View; import android.view.ViewGroup; import c...
package org.intermine.dataconversion; /* * Copyright (C) 2002-2019 FlyMine * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. See the LICENSE file for more * information or http://www.gnu.org/copyleft/less...
/* * Copyright 2012-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
/* * Copyright 2010-2019 JetBrains s.r.o. and Kotlin Programming Language contributors. * Use of this source code is governed by the Apache 2.0 license that can be found in the license/LICENSE.txt file. */ package org.jetbrains.kotlin.checkers; import com.intellij.testFramework.TestDataPath; import org.jetbrains.k...
package de.metahlfabric.authtoken; import org.springframework.security.core.Authentication; import org.springframework.security.core.context.SecurityContextHolder; import org.springframework.web.filter.GenericFilterBean; import javax.servlet.FilterChain; import javax.servlet.ServletException; import javax.servlet.Ser...
package com.fishercoder; import com.fishercoder.solutions._1200; import org.junit.BeforeClass; import org.junit.Test; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import static org.junit.Assert.assertEquals; public class _1200Test { private static _1200.Solution1 solution1; pr...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
/* * Copyright © 2016-2017 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 agr...
/** * FileName: PageBean * Author: 10418 * Date: 2019-08-19 16:01 * Description: 分页结果 * History: * <author> <time> <version> <desc> * 楠楠(Nannan)) */ package cn.nicenan.meeting.bean; /** * DESC〈一句话功能简述〉<br> * 〈分页结果〉 * * @author 10418 * @create 2019-08-19 * @since 1.0.0 */...
package cl.avenegasm.terremoto.terremotoapi.exception; import org.springframework.http.HttpStatus; import org.springframework.web.bind.annotation.ResponseStatus; @ResponseStatus(value = HttpStatus.BAD_GATEWAY) public class ExternalApiException extends RuntimeException{ public ExternalApiException(String message)...
/** * The MIT License (MIT) * * Copyright (c) 2016-present IxorTalk CVBA * * 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 ...
package nl.schutrup.cerina.abac.model.rule; import nl.schutrup.cerina.abac.model.action.Operation; import nl.schutrup.cerina.abac.model.policy.PolicyConstants; import nl.schutrup.cerina.abac.model.policy.PolicyResult; import nl.schutrup.cerina.abac.model.resource.Library; import nl.schutrup.cerina.abac.model.subject.S...
package com.after_sunrise.commons.base.object; import static com.after_sunrise.commons.base.object.References.referenceCache; import static java.math.BigDecimal.ONE; import static java.math.RoundingMode.DOWN; import java.math.BigDecimal; import com.after_sunrise.commons.base.bean.Reference; import com.after_sunrise....
package virtual_robot.controller; import javafx.scene.layout.StackPane; import javafx.scene.shape.Rectangle; import javafx.scene.transform.Rotate; import virtual_robot.hardware.DCMotor; import virtual_robot.util.navigation.AngleUtils; public class XDriveBot extends VirtualBot { private VirtualRobotController.DCM...
/** * Defines node that stores data for calculation of expressions.<br> * Provides node register to create and maintain register of nodes at procedure creation phase.<br> * */ package utils.procedure.node;
/* * This file is part of RebornCore, licensed under the MIT License (MIT). * * Copyright (c) 2021 TeamReborn * * 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, inc...
/* * MIT License * * Copyright (c) 2022 MASES s.r.l. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, cop...
/* * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.checker.dao.impl; import java.sql.SQLException; import java.util.Date; import javax....
package com.arranger.apv.agent; import java.util.LinkedList; import com.arranger.apv.Main; import com.arranger.apv.transition.Fade; import com.arranger.apv.util.Configurator.Context; public class FrameBlurAgent extends BaseAgent { private static final int FRAME_RATE_LIMIT = 20; private static final int CYCLE_TIME...
// Copyright Verizon Media. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.vespa.hosted.provision.autoscale; import com.google.inject.Inject; import com.yahoo.collections.ListMap; import com.yahoo.collections.Pair; import com.yahoo.component.AbstractComponent; im...
package org.pdxfinder.utils; import joptsimple.OptionParser; import joptsimple.OptionSet; import com.github.openjson.*; import org.pdxfinder.services.TransformerService; import org.pdxfinder.services.UtilityService; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annot...
package org.csbdeep.commands; import static org.junit.Assert.assertEquals; import java.util.List; import org.junit.Test; import org.csbdeep.CSBDeepTest; import net.imagej.Dataset; import net.imagej.axis.Axes; import net.imagej.axis.AxisType; import net.imglib2.type.NativeType; import net.imglib2.type.numeric.RealTy...
package tr.com.srdc.cda2fhir.testutil; import org.openhealthtools.mdht.uml.cda.consol.impl.ConsolFactoryImpl; import org.openhealthtools.mdht.uml.cda.impl.CDAFactoryImpl; import org.openhealthtools.mdht.uml.hl7.datatypes.DatatypesFactory; import org.openhealthtools.mdht.uml.hl7.datatypes.impl.DatatypesFactoryImpl; pu...
/* * Copyright (C) 2016 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
package tech.jhipster.lite.generator.server.springboot.properties.domain; import static tech.jhipster.lite.common.domain.FileUtils.getPath; import static tech.jhipster.lite.common.domain.WordUtils.LF; import static tech.jhipster.lite.generator.project.domain.Constants.MAIN_RESOURCES; import static tech.jhipster.lite.g...
package com.warrior.net; /** * Created by Jamie */ public enum HttpMethod { GET, POST, POST_RAW, PUT, PUT_RAW, DELETE, UPLOAD }
/* * YearMonthMaxBeforeTest.java * Copyright 2021 Rob Spoor * * 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...
/** * 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...
package com.atguigu.gmall.sms.service; import com.baomidou.mybatisplus.extension.service.IService; import com.atguigu.gmall.sms.entity.SpuBoundsEntity; import com.atguigu.core.bean.PageVo; import com.atguigu.core.bean.QueryCondition; /** * 商品spu积分设置 * * @author caojiaming * @email caojiaming@talkweb.com.cn * @d...
package com.dp.bigdata.taurus.core; import org.apache.ibatis.session.SqlSession; import org.apache.ibatis.session.SqlSessionFactory; import org.junit.After; import org.junit.Before; import org.junit.runner.RunWith; import org.mybatis.spring.SqlSessionFactoryBean; import org.springframework.beans.factory.annotation.Aut...
package org.multiverse.stms.alpha.manualinstrumentation; import static org.multiverse.api.StmUtils.retry; import org.multiverse.api.Transaction; import org.multiverse.api.exceptions.ReadonlyException; import org.multiverse.stms.alpha.*; import org.multiverse.stms.alpha.mixins.FastAtomicObjectMixin; import org.multiver...
// Targeted by JavaCPP version 1.5.4: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.javacpp.presets.javacpp.*; import static org.bytedeco.systems.global.windows.*; @Properties(inher...
package br.com.dina.ui.example; import android.app.Activity; import android.os.Bundle; import android.util.Log; import android.widget.Toast; import br.com.dina.ui.widget.UITableView; import br.com.dina.ui.widget.UITableView.ClickListener; public class Example2Activity extends Activity { UITableView tableView; ...
/** * Copyright 2017 TerraMeta Software, 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 ...
// SPDX-FileCopyrightText: 2006 Benjamin Livshits livshits@cs.stanford.edu // SPDX-License-Identifier: Apache-2.0 // This file is part of the SV-Benchmarks collection of verification tasks: // https://gitlab.com/sosy-lab/benchmarking/sv-benchmarks /** @author Benjamin Livshits <livshits@cs.stanford.edu> ...
package com.atguigu.gulimall.pms.service.impl; import com.atguigu.gulimall.commons.bean.Resp; import com.atguigu.gulimall.commons.to.SkuSaleInfoTo; import com.atguigu.gulimall.commons.to.SkuStockVo; import com.atguigu.gulimall.commons.to.es.EsSkuAttributeValue; import com.atguigu.gulimall.commons.to.es.EsSkuVo; import...
package com.checkout.payments.beta.payout; import com.checkout.payments.beta.payout.source.PayoutRequestSource; import com.checkout.payments.beta.payout.source.RequestCurrencyAccountSource; import com.checkout.payments.beta.sender.RequestCorporateSender; import com.checkout.payments.beta.sender.RequestIndividualSender...
package com.nikoo28.parser; import com.nikoo28.ConfigurationReader; /** * Created by nikoo28 on 2/16/17. */ public interface ConfigurationParser { void parse(); ConfigurationReader getConfig(); ConfigurationReader getConfig(String... overrides); }