text
stringlengths
7
995k
/* * Copyright 2019 etrace.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 required by applicable law or agreed to in...
package com.alipay.api.domain; import java.util.Date; import java.util.List; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.internal.mapping.ApiListField; /** * 前台类目数据模型 * * @author auto create * @since 1.0, 2019-09-06 10:28:00 */ public class FrontCat...
/** * */ /** * @author es * */ package com.esabatini.service.test;
package com.hunterltd.ssw.cli.tasks; import com.hunterltd.ssw.cli.SswServerCli; import com.hunterltd.ssw.server.MinecraftServer; import com.hunterltd.ssw.utilities.concurrency.NamedExecutorService; import com.hunterltd.ssw.utilities.concurrency.ThreadUtils; import com.hunterltd.ssw.utilities.network.PortListener; imp...
/* 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...
/* * Copyright 2013 Google 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...
/* 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.shunyi.autoparts.paymenthystrix.service; import com.shunyi.autoparts.common.entities.Payment; import org.springframework.data.repository.query.Param; import org.springframework.web.bind.annotation.PathVariable; /** * @author Shunyi Chen * @create 2020-12-09 23:32 */ public interface PaymentService { /...
/* * SPDX-License-Identifier: Apache-2.0 * * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. */ /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distr...
package eu.toolchain.coalesce.model; import lombok.Data; @Data public class TaskMetadata { private final String id; }
public void primSolution() { int n = in.nextInt(); Coord[] coords = new Coord[n + 1]; for (int i = 1; i <= n; i++) { long x = in.nextInt(); long y = in.nextInt(); Coord c = new Coord(x, y); coords[i] = c; } long[] costs = new long[n + 1]; long[] k = new long[n + 1...
int dfs(int arr[], int cur, int pre, int count[]) { if(cur-arr[cur]<0&&arr[cur]+cur>=arr.length) return count[cur] = 999999999; if(cur-arr[cur]>=0&&arr[cur]%2!=arr[cur-arr[cur]]%2) return count[cur] = 1; if(cur+arr[cur]<arr.length&&arr[cur]%2!=arr[cur+arr[cur]]%2) return count[cur] = 1; if(count[cur]<999999...
package com.coolweather.android; import android.content.Intent; import android.content.SharedPreferences; import android.graphics.Color; import android.os.Build; import android.os.Bundle; import android.preference.PreferenceManager; import android.support.v4.view.GravityCompat; import android.support.v4.widget.DrawerL...
package main.testeeal.ee.src.CDI; import CDI.Book.Add; import CDI.Book.Delete; import java.util.ArrayList; import java.util.List; import javax.enterprise.event.Observes; import javax.inject.Singleton; @Singleton public class BookSubscribe { List<Book> list = new ArrayList<>(); public void addBook(@Observes @Add...
package org.cbioportal.genome_nexus.service.annotation; import java.util.*; import org.cbioportal.genome_nexus.component.annotation.CanonicalTranscriptResolver; import org.cbioportal.genome_nexus.model.TranscriptConsequence; import org.cbioportal.genome_nexus.model.VariantAnnotation; import org.cbioportal.genome_nexus...
/* * Copyright 2020 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 app...
/*L * Copyright Ekagra Software Technologies Ltd. * Copyright SAIC, SAIC-Frederick * * Distributed under the OSI-approved BSD 3-Clause License. * See http://ncip.github.com/common-security-module/LICENSE.txt for details. */ package gov.nih.nci.cananolab.security.authorization.jaas; /** * *<!-- LICENSE_TEX...
package sample.app; import javax.annotation.PostConstruct; import lombok.RequiredArgsConstructor; import lombok.extern.java.Log; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.annotation.EnableAspectJAutoProxy; ...
package com.group_finity.mascot.action; import com.group_finity.mascot.animation.Animation; import com.group_finity.mascot.exception.LostGroundException; import com.group_finity.mascot.exception.VariableException; import com.group_finity.mascot.script.VariableMap; import java.util.List; import java.util.logging.Level...
// Copyright (c) Jan 30, 2012 Microsoft Corporation. All rights reserved. package org.lamport.tla.toolbox.util; import java.util.Map; import org.eclipse.core.resources.IFile; import org.eclipse.core.resources.IMarker; import org.eclipse.core.resources.IResource; import org.eclipse.core.runtime.Assert; import org.ec...
/* * Copyright 2008 The Closure Compiler 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 applicable...
// Copyright (c) 2020, the R8 project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. package com.android.tools.r8.ir.optimize.inliner.conditionalsimpleinlining; import static com.android.too...
// Targeted by JavaCPP version 1.5.6-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.opencv.global; import org.bytedeco.opencv.opencv_img_hash.*; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.javacpp.presets.javacpp.*; import static org.b...
/* * Copyright 2011-2015 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 require...
/** * Copyright 2005-2019 The Kuali 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.opensource.org/licenses/ecl2.php * * Unless required by a...
package com.catchtheclimate.newarchitecture.modules; import com.facebook.jni.HybridData; import com.facebook.react.ReactPackage; import com.facebook.react.ReactPackageTurboModuleManagerDelegate; import com.facebook.react.bridge.ReactApplicationContext; import com.facebook.soloader.SoLoader; import java.util.List; /**...
package pdfact.core.pipes.parse.stream.pdfbox.operators.color; import java.io.IOException; import java.util.List; import org.apache.pdfbox.contentstream.operator.Operator; import org.apache.pdfbox.cos.COSBase; import org.apache.pdfbox.cos.COSName; import org.apache.pdfbox.pdmodel.PDResources; import org.apache.pdfbox....
package com.x.cms.assemble.control.jaxrs.fileinfo; import javax.servlet.http.HttpServletRequest; import com.x.base.core.cache.ApplicationCache; import com.x.base.core.container.EntityManagerContainer; import com.x.base.core.container.factory.EntityManagerContainerFactory; import com.x.base.core.entity.annotation.Chec...
package org.lightadmin.core.config.domain.configuration; import org.lightadmin.api.config.unit.EntityMetadataConfigurationUnit; import org.lightadmin.api.config.utils.EntityNameExtractor; import org.lightadmin.core.config.domain.unit.DefaultFieldSetConfigurationUnit; import org.lightadmin.core.config.domain.unit.Domai...
/* * Copyright 2009 The Closure Compiler 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 applicable...
/* * PanoramaGL library * Version 0.2 beta * Copyright (c) 2010 Javier Baez <javbaezga@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/license...
/* * Encog(tm) Core v3.3 - Java Version * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core * Copyright 2008-2014 Heaton Research, 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...
package leetCode.day39; /** * @author liqiqi_tql * @date 2021/4/8 -18:18 */ public class T1049 { public int lastStoneWeightII(int[] stones){ int len = stones.length; int sum=0; for (int i=0;i<len;i++){ sum+=stones[i]; } int target=sum/2; int[] dp=new 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 m...
/** * Copyright 2015 The original 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 applicable law...
/* * Copyright (c) 2010, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
package com.project.convertedCode.servlets.vendor.laravel.framework.src.Illuminate.Routing.Console; import com.runtimeconverter.runtime.includes.RuntimeIncludable; import com.runtimeconverter.runtime.includes.RuntimeConverterServlet; import com.runtimeconverter.runtime.RuntimeEnv; import javax.servlet.http.HttpServlet...
/** * Copyright (c) Dell Inc., or its subsidiaries. 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 ...
package cn.elwy.eplus.core.entity; import cn.elwy.common.entity.CommonEntity; public class FuncOper extends CommonEntity { private static final long serialVersionUID = 1L; private String funcCode; // 功能代码 private String operCode; // 操作代码 private String parentCode; // 上级代码 private Integer order; // 显示次序 privat...
package o; import b.e.a.a.a; import e.a.a.a.y0.m.o1.c; import e.x.c.i; import java.io.IOException; import java.io.InputStream; public final class o implements z { /* renamed from: h reason: collision with root package name */ public final InputStream f10475h; /* renamed from: i reason: collision with ...
/* * Pore * Copyright (c) 2014-2016, Lapis <https://github.com/LapisBlue> * * The MIT License * * 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 ...
package org.bouncycastle.crypto.modes; import org.bouncycastle.crypto.BlockCipher; import org.bouncycastle.crypto.CipherParameters; import org.bouncycastle.crypto.DataLengthException; import org.bouncycastle.crypto.params.ParametersWithIV; import org.bouncycastle.util.Arrays; /** * implements Cipher-Block-Chaining (...
package com.e2empire.survey; import com.google.gson.Gson; import java.util.LinkedHashMap; //Singleton Answers ........ public class Answers { private volatile static Answers uniqueInstance; private final LinkedHashMap<String, String> answered_hashmap = new LinkedHashMap<>(); private Answers() { }...
/* * Copyright (c) 2002-2018 Gargoyle 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 law ...
package org.motechproject.scheduletracking.api.it; import org.apache.commons.io.FileUtils; import org.joda.time.DateTime; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.motechproject.model.Time; import org.motechproject.scheduler.MotechSchedulerServi...
/* * Copyright 2020-2022 Fraunhofer Institute for Software and Systems Engineering * * 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.gizone.client.utils; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import lombok.Data; import lombok.NoArgsConstructor; import lombok.experimental.Accessors; import java.util.HashMap; import java.util.Map; @Data @ApiModel @NoArgsConstructor @Accessors(chain = tru...
/** * * Copyright 2003-2004 The Apache Software Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
/* * 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...
package sample; /* Create Java ArrayList From Enumeration Example This java example shows how to create an ArrayList from any Enumeration object using list method of Collections class. */ import java.util.ArrayList; import java.util.Collections; import java.util.Enumeration; import java.util.Vector; public clas...
package io.oz.g4.godot2d.gmap; import com.badlogic.gdx.assets.AssetDescriptor; import com.badlogic.gdx.assets.AssetLoaderParameters; import com.badlogic.gdx.assets.AssetManager; import com.badlogic.gdx.assets.loaders.AsynchronousAssetLoader; import com.badlogic.gdx.assets.loaders.FileHandleResolver; import com.badlog...
package com.billow.order.service.impl; import com.billow.mybatis.base.HighLevelServiceImpl; import com.billow.order.dao.OrderItemDao; import com.billow.order.pojo.po.OrderItemPo; import com.billow.order.pojo.search.OrderItemSearchParam; import com.billow.order.service.OrderItemService; import org.springframework.stere...
package com.glob3mobile.pointcloud.storage.bdb; // //public class BDBPCStorage //implements //PCStorage { // // // private static final float NO_Intensity = Float.NaN; // private static final Classification NO_Classification = null; // private static final Color NO_Color ...
/* * Copyright 2018-2019 Expedia Group, 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 ...
package com.dhu777.tagalbum.opt; import android.content.ContentValues; import android.content.Context; import android.content.Intent; import android.media.MediaScannerConnection; import android.net.Uri; import android.provider.DocumentsContract; import android.provider.MediaStore; import android.util.Log; import andr...
package xyz.jacklify.client; import xyz.jacklify.netutils.EasyProperties; public class Main { public static void main(String[] args) { InternalClientManager mgr = new InternalClientManager("chat-test", null, new EasyProperties()); mgr.connect("localhost", 3124); while (true) { try { Thread.sleep(10); ...
package querqy.elasticsearch; import org.elasticsearch.common.cache.Cache; import org.elasticsearch.common.cache.CacheBuilder; import org.elasticsearch.common.unit.TimeValue; public class Caches { public static <K, V> Cache<K, V> buildCache(final TimeValue expireAfterWrite, final TimeValue expireAfterAccess) { ...
package com.sequenceiq.cloudbreak.api.model; import com.sequenceiq.cloudbreak.doc.ModelDescriptions.ClusterModelDescription; import com.sequenceiq.cloudbreak.doc.ModelDescriptions.FailurePolicyModelDescription; import io.swagger.annotations.ApiModelProperty; public abstract class FailurePolicyBase implements JsonEnt...
package com.tairanchina.csp.dew.core.notify; import com.ecfront.dew.common.$; import com.ecfront.dew.common.HttpHelper; import com.ecfront.dew.common.Resp; import com.tairanchina.csp.dew.core.DewConfig; import java.util.Set; import java.util.stream.Collectors; public class DDChannel extends AbsChannel { private...
package com.gamaset.sonicbot.collector.service; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.gamaset.sonicbot.collector.repository.CompetitionRepository; import com.gamaset.sonicbot.collector.repository.entity.domain.C...
package mekanism.common.integration; import java.util.List; import mcp.mobius.waila.api.IWailaConfigHandler; import mcp.mobius.waila.api.IWailaDataAccessor; import mcp.mobius.waila.api.IWailaDataProvider; import mcp.mobius.waila.api.IWailaRegistrar; import mekanism.api.EnumColor; import mekanism.common.tile.TileEntit...
/* * Copyright 2016-2021 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 2005-2016 Red Hat, Inc. * * Red Hat 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.org/licenses/LICENSE-2.0 * * Unless required...
begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1 begin_comment comment|/* * 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 ...
package com.example; import com.netflix.hystrix.contrib.javanica.annotation.HystrixCommand; import lombok.Data; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.client.circuitbreaker.EnableCircuitBreaker; import org...
package com.amazon.jenkins.ec2fleet; import com.google.common.util.concurrent.SettableFuture; import hudson.model.Label; import hudson.model.LoadStatistics; import hudson.model.Node; import hudson.slaves.Cloud; import hudson.slaves.NodeProvisioner; import org.junit.Assert; import org.junit.Before; import org.junit.Tes...
/* * 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.setamv.shardingsphere.sample.dynamic.controller; import com.github.pagehelper.PageInfo; import org.setamv.shardingsphere.sample.dynamic.dto.SysConfigQueryReqDTO; import org.setamv.shardingsphere.sample.dynamic.model.SysConfig; import org.setamv.shardingsphere.sample.dynamic.service.SysConfigService; import...
package org.apache.cxf.attachment; import java.util.Collections; import javax.activation.DataHandler; import javax.activation.DataSource; import org.junit.Test; import java.io.ByteArrayInputStream; import java.io.InputStream; import java.io.IOException; import static org.junit.Assert.assertEquals; import static org...
/* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * The Apereo Foundation licenses this file to you under the Apache License, * Version 2.0, (the "License"); you ma...
package com.sportmonks.endpoints; import com.mashape.unirest.http.HttpResponse; import com.sportmonks.data.entity.Team; import com.sportmonks.data.structure.OneTeam; import com.sportmonks.data.structure.Teams; import com.sportmonks.exceptions.HaveToDefineValidIdException; import com.sportmonks.exceptions.NotFoundExcep...
/* Copyright (c) 2015, Alcatel-Lucent Inc 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 condi...
package com.example.webproduction; import android.content.Context; import androidx.test.platform.app.InstrumentationRegistry; import androidx.test.ext.junit.runners.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute ...
/* * 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 instrumentos.presentacion.view; import instrumentos.presentacion.controller.CalibracionesController; import instrumentos.prese...
class s { void f() { <error descr="Cannot return a value from a method with void result type">return 0;</error> } void f2() { return; } int f3() { <error descr="Missing return value">return;</error> } int f4() { return 0; } { <error descr="Return outside method">return;</error> ...
package day05; //已知一个数组arr = {19,28,37,46,50};键盘录入一个数据,查找该数据在数组中的索引,并在控制台输出找到的索引值。 import java.util.Scanner; public class arrcheck { public static void main(String[] args) { int[] arr = {12, 54, 65, 23, 99, 99}; Scanner sc = new Scanner(System.in); System.out.print("请输入要查找的数据:"); i...
package ecs.settings; /** * Game Types */ public enum GameType { Platformer("Jump'n'Run"), Roguelike("Roguelike"); GameType(String description) { } }
class Solution { public boolean carPooling(int[][] trips, int capacity) { int[] diff = new int[1001]; int[] res = new int[1001]; for (int[] trip : trips) { diff[trip[1]] += trip[0]; if (trip[2] < 1001) { diff[trip[2]] -= trip[0]; } ...
/* MIT License Copyright (c) 2021 Anton Mende (Delzye) 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, pu...
public class Greatest { public static int greatest(int number1, int number2, int number3) { if(number1 > number2 && number1 > number3){ return number1; } if(number2 > number1 && number2 > number3){ return number2; } if(number3 > number1 && number3 > n...
// // Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert // Siehe <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren. // Generiert: 2014.02.04 um ...
/* * 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 aya.obj.number; import java.math.BigDecimal; import java.math.BigInteger; import com.github.kiprobinson.bigfraction.BigFraction; import aya.obj.Obj; import aya.util.MathUtils; /** Represented by two long ints */ public class FractionNum extends Number { public static final FractionNum ONE = new FractionN...
/** * 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.fh.service.communication; import java.util.List; import javax.annotation.Resource; import org.springframework.stereotype.Service; import com.fh.dao.DaoSupport; import com.fh.entity.Page; import com.fh.util.PageData; @Service("communicationService") public class CommunicationService{ @Resource(name = ...
package com.example.organization; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class OrganizationApplicationTests { @Test void contextLoads() { } }
package com.github.scribejava.httpclient.ning; import com.github.scribejava.core.model.AbstractRequest; import com.github.scribejava.core.model.HttpClient; import com.github.scribejava.core.model.OAuthAsyncRequestCallback; import com.github.scribejava.core.model.OAuthConstants; import com.github.scribejava.core.model....
package com.google.android.gms.samples.vision.face.facetracker; import android.content.Intent; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.Button; import android.widget.TextView; p...
/* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
package com.alipay.api.response; import java.util.List; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.internal.mapping.ApiListField; import com.alipay.api.domain.MerchantShopDTO; import com.alipay.api.AlipayResponse; /** * ALIPAY API: alipay.open.instantdelivery.merchantshop.batchquery resp...
package org.innovateuk.ifs.threads.attachments.repository; import org.innovateuk.ifs.threads.attachments.domain.Attachment; import org.springframework.data.repository.PagingAndSortingRepository; public interface AttachmentRepository extends PagingAndSortingRepository<Attachment, Long> { }
package io.github.anantharajuc.hibernate.application.impl; import io.github.anantharajuc.hibernate.application.StudentService; import io.github.anantharajuc.hibernate.domain.model.project._mapped_superclass.Student; import io.github.anantharajuc.hibernate.domain.model.project.common.Contact; import io.github.ananthara...
package com.tinkerpop.pipes.util.structures; /** * A pair of objects. * * @author Marko A. Rodriguez (http://markorodriguez.com) */ @SuppressWarnings({ "rawtypes" }) public class Pair<A, B> { private final A a; private final B b; public Pair(final A a, final B b) { this.a = a; this.b...
package com.sparrowwallet.drongo.wallet; import com.sparrowwallet.drongo.Utils; import com.sparrowwallet.drongo.protocol.ScriptType; import org.junit.Assert; import org.junit.Test; import java.util.Collections; public class KeystoreTest { @Test public void testExtendedPrivateKey() throws MnemonicException { ...
/* * Copyright (c) 2019-2020 GeyserMC. http://geysermc.org * * 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,...
/* * Copyright 2019 ThoughtWorks, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
package org.apache.archiva.rest.api.services; /* * 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 Apach...
/** * Copyright 2022 Markus Bordihn * * 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, d...
package com.dnb.services.report; import java.math.BigInteger; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for DeliveryDetail complex type. * * <p>The fo...
package com.skytala.eCommerce.domain.accounting.relations.budget.control.itemTypeAttr; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.HashMap; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; import javax.servl...