text
stringlengths
7
995k
/* * Copyright 2017-2018 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 or agre...
/******************************************************************************* * Copyright (c) 2013, 2015 Oracle and/or its affiliates. All rights reserved. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0...
/*************************************************************************** * Copyright 2020 Kieker Project (http://kieker-monitoring.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 a...
package com.zhuangxiaoyan.athena.product.service.impl; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.core.metadata.IPage; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.zhuangxiaoyan.athena.product.dao.AttrAttrgroupRelationDao; impor...
/** * Copyright 2013 Canada Health Infoway, 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 applicab...
package io.fabric8.openshift; import io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectAccessReview; import io.fabric8.kubernetes.api.model.authorization.v1.SelfSubjectAccessReviewBuilder; import io.fabric8.openshift.client.DefaultOpenShiftClient; import io.fabric8.openshift.client.OpenShiftClient; public c...
package org.intermine.bio.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/...
package androidx.appcompat.widget; import android.content.Context; import android.content.res.TypedArray; import android.text.Layout; import android.util.AttributeSet; import androidx.appcompat.C0064R; public class DialogTitle extends AppCompatTextView { public DialogTitle(Context context, AttributeSet attributeS...
package di.unipi.model.tosca; /** * Class which models the "TRequirement" element type (defined in the XML schema of TOSCA). * <br> * Copyright 2013 Jacopo Soldani (Computer Science department, University of Pisa) * * @author http://www.di.unipi.it/~soldani * * @version 1.0 */ public class Requirement extends ...
/* * Copyright (C) 2008 feilong * * 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 ...
package org.apache.lucene.analysis.cn; /* * 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, ...
package com.viadee.sonarquest.externalressources; /** * The Issue-Types for the search function in SonarQube. * * @see https://sonarcloud.io/web_api/api/issues/search */ public enum SonarQubeIssueType { CODE_SMELL, BUG, VULNERABILITY, SECURITY_HOTSPOT }
package noobanidus.mods.lootr; import net.minecraft.block.Block; import net.minecraft.item.Item; import net.minecraft.tags.BlockTags; import net.minecraft.tags.ItemTags; import net.minecraft.util.ResourceLocation; import net.minecraftforge.common.Tags; public class LootrTags { public static class Blocks extends Loo...
package com.alibaba.cobar.manager.web.action; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.springframework.beans.factory.InitializingBean; import org.springframework.validation.BindException; import org.springframework.web.servlet.ModelAndView; import org.spr...
package com.jzoom.zoom.common.utils; /** * 访问者模式 * @author jzoom * * @param <T> */ public interface Visitor<T> { void visit(T data); }
package com.xlizy.middleware.cc.server.common.utils; import org.springframework.context.ConfigurableApplicationContext; import org.springframework.stereotype.Component; import java.util.Collections; import java.util.Map; /** * 安全关闭服务工具类 * @author xlizy * @date 2018/4/13 */ @Component public class ShutdownUtil { ...
package edu.udel.cis.vsl.abc; import java.io.File; import java.io.IOException; import java.util.Arrays; import java.util.List; import org.junit.Test; import edu.udel.cis.vsl.abc.config.IF.Configuration; import edu.udel.cis.vsl.abc.config.IF.Configurations; import edu.udel.cis.vsl.abc.err.IF.ABCException; import edu....
package com.mahendra.survey; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class CampaignRegistrationManagementSystemApplication { public static void main(String[] args) { SpringApplication.run(CampaignRegistra...
/** * * $Id$ */ package org.wso2.developerstudio.eclipse.ds.validation; /** * A sample validator interface for {@link org.wso2.developerstudio.eclipse.ds.TargetTopic}. * This doesn't really do anything, and it's not a real EMF artifact. * It was generated by the org.eclipse.emf.examples.generator.validator plug...
/* * 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 de.shogundb.authentication; import de.shogundb.domain.user.UserRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.core.userdetails.UserDetails; import org.springframework.security.core.userdetails.UserDetailsService; import org.springframework.securit...
package com.nes.processor.commands.impl; import com.nes.processor.ALU; import com.nes.processor.AluUtils; import com.nes.processor.commands.AbstractCommand; /** * @author Dmitry */ public class Rla extends AbstractCommand { @Override public byte execute(ALU alu, byte input) { int value = AluUtils.u...
package de.flaconi.kafka.connect.sns; import de.flaconi.kafka.connect.formatters.PayloadFormatter; import de.flaconi.kafka.connect.formatters.PayloadFormattingException; import java.text.MessageFormat; import java.util.Collection; import java.util.HashMap; import java.util.Map; import java.util.Objects; import org.apa...
package com.planet_ink.coffee_web.interfaces; import java.util.logging.Logger; /* Copyright 2012-2021 Bo Zimmerman 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...
/* * 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 de.danoeh.antennapod.core.service.playback; import android.app.UiModeManager; import android.content.Context; import android.content.res.Configuration; import android.media.AudioManager; import android.os.PowerManager; import androidx.annotation.NonNull; import android.telephony.TelephonyManager; import androi...
package org.jeecg.modules.statistics.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import org.jeecg.modules.statistics.entity.D50a; import org.jeecg.modules.statistics.mapper.D50aMapper; import org.jeecg.modules.statistics.service.ID50aService; import org.springframework.beans.facto...
package com.blazebit.weblink.core.api; import java.util.List; import com.blazebit.persistence.QueryBuilder; import com.blazebit.persistence.view.EntityViewSetting; import com.blazebit.weblink.core.model.jpa.Weblink; import com.blazebit.weblink.core.model.jpa.WeblinkId; public interface WeblinkDataAccess { public W...
/* * Copyright 2011-2012 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 app...
package com.hhdl.controller.rest; import com.baomidou.mybatisplus.mapper.EntityWrapper; import com.baomidou.mybatisplus.mapper.Wrapper; import com.hhdl.common.model.CommonResult; import com.hhdl.model.EvtpChargingStation; import com.hhdl.service.EvtpChargingStationService; import com.hhdl.util.UUIDKey; import org.spr...
/*- * #%L * SDK for CLX XMS * %% * Copyright (C) 2016 CLX Communications * %% * 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 io.github.wotjd243.aladin.enrollment.application; import io.github.wotjd243.aladin.book.application.RegisteredBookService; import io.github.wotjd243.aladin.book.application.dto.RegisteredBookDto; import io.github.wotjd243.aladin.enrollment.application.dto.EnrollmentDto; import io.github.wotjd243.aladin.enrollm...
/***** BEGIN LICENSE BLOCK ***** * Version: EPL 2.0/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Eclipse Public * 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.eclipse.org/legal/epl-...
package com.maldiny.spring.boot.database.mongodb.model; import java.util.List; import org.springframework.data.mongodb.repository.MongoRepository; import org.springframework.data.repository.query.Param; import org.springframework.data.rest.core.annotation.RepositoryRestResource; import org.springframework.web.bind.ann...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
package org.obolibrary.robot; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Set; import org.junit.Test; import org.semanticweb.owlapi.model.IRI; import org.semanticweb.owlapi.model.OWLOntology; /** * Tests MIREOT extraction. * * <p>This is a very minimal test wit...
package dev.phonis.cannondebugextra.networking; import java.io.DataInputStream; import java.io.DataOutputStream; import java.io.IOException; import java.util.ArrayList; import java.util.List; public class CDEntityTracker implements CDSerializable { public final CDEntityType entityType; public final long spaw...
/* * Author: tdanford * Date: Dec 4, 2008 */ package org.seqcode.ml.bayesnets; import org.seqcode.gseutils.graphs.DirectedGraph; /** * A GraphStep is a reversible transformation to a DirectedGraph. * * Finding a graph step for a graph is a necessary part of doing the random graph search, * which will let u...
/* * Copyright 2009 Erhard Kuenzel * * 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...
package dev.fiki.forgehax.api.key; import dev.fiki.forgehax.main.Common; import net.minecraft.client.gui.screen.inventory.ContainerScreen; import net.minecraftforge.client.settings.IKeyConflictContext; public interface KeyConflictContexts { IKeyConflictContext NONE = new IKeyConflictContext() { @Override pu...
package com.andcreations.android.adb; /** * @author Mikolaj Gucki */ public interface ADBProcessLogCatListener { /** */ void logCatFailed(String processName,Exception exception); /** */ void processDied(String processName); /** */ void logCatStopped(String processName); }
package com.example.android.quakereport; class Earthquake { private String mLocation; private double mMagnitude; private long mDate; private String mUrl; Earthquake(String location, double magnitude, long date, String url){ mLocation=location; mMagnitude=magnitude; mDate=...
package com.jetbrains.edu.learning.stepic; import com.intellij.openapi.application.ApplicationManager; import com.intellij.openapi.progress.ProgressManager; import com.intellij.openapi.project.DefaultProjectFactoryImpl; import com.intellij.openapi.ui.DialogWrapper; import com.jetbrains.edu.learning.StudyUtils; import ...
package com.goit.popov.restaurant.dao.impl; import com.goit.popov.restaurant.dao.IngredientDAO; import com.goit.popov.restaurant.dao.StoreHouseDAO; import com.goit.popov.restaurant.model.Ingredient; import com.goit.popov.restaurant.model.StoreHouse; import org.hibernate.SessionFactory; import org.springframework.beans...
package com.github.lbovolini.crowd.core.message.messages; import java.io.Serializable; import java.util.Objects; public class JoinGroup implements Serializable { private final int cores; public JoinGroup(int cores) { this.cores = cores; } public int getCores() { return cores; } ...
package org.onosproject.pce.pceservice; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.notNullValue; import static org.hamcrest.Matchers.nullValue; import static org.hamcrest.core.Is.is; import static org.onlab.graph.GraphPathSearch.ALL_PATHS; import static org.onosproject.inc...
package com.breadwallet.tools.security; import android.app.Activity; import android.content.Context; import com.breadwallet.R; import com.breadwallet.presenter.customviews.BRDialogView; import com.breadwallet.presenter.entities.PaymentItem; import com.breadwallet.presenter.interfaces.BRAuthCompletion; import com.brea...
package com.shoppingcart.shoppingcartmario.service; import com.shoppingcart.shoppingcartmario.model.Client; import com.shoppingcart.shoppingcartmario.model.Payment; import java.util.List; public interface ClientService { List<Client> getAllClients(); Client getClient(Integer clientId); Client createClien...
/** * Copyright 2013 Canada Health Infoway, 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 applicab...
package org.clever.graaljs.core.utils; import lombok.extern.slf4j.Slf4j; import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.math.NumberUtils; import org.apache.commons.lang3.time.DateFormatUtils; import org.apache.commons.lang3.time.DateUtils; import org.joda.time.*; import java.text.ParseEx...
/* * Copyright (c) 2015 The Jupiter 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 applicable law or...
package com.togo.accounting.exception; import lombok.Data; /** * service exception. * create by crashLab. */ @Data public class ServiceException extends RuntimeException { private int statusCode; private BizErrorCode errorCode; //biz error code private ErrorType errorType;//client,service,unknown ...
/** * */ package code.dws.evaluation; import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Random; import org.apache.commons.io.FileUtils; import org.apache.log4j.Logger; i...
/* * Javalin - https://javalin.io * Copyright 2017 David Åse * Licensed under Apache 2.0: https://github.com/tipsy/javalin/blob/master/LICENSE */ package io.javalin.examples; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import io.javalin.Javalin; import io.javalin.plugin.json.JsonMapper; impor...
/* This file is part of SableCC ( http://sablecc.org ). * * See the NOTICE file distributed with this work for copyright information. * * 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 * ...
/* * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not * use this file except in compliance with the License. A copy of the License is * located at * * http://aws.amazon.com/apache2.0 * * or in the "li...
package org.jruby.runtime.backtrace; import org.jruby.Ruby; import org.jruby.compiler.JITCompiler; import org.jruby.util.JavaNameMangler; import java.io.Serializable; import java.util.ArrayList; import java.util.Map; public class BacktraceData implements Serializable { private RubyStackTraceElement[] backtraceEl...
package pl.mycalories.security; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.http.HttpMethod; import org.springframework.security.authentication.dao.DaoAuthenticationProvider; import org.springframework.security.config.ann...
package ch.fhnw.digibp.domain; import java.util.Map; public enum Priority { HIGH, MEDIUM, LOW; public static Priority valueOf(String key, Map<String, Object> map) { if (map.containsKey(key) && map.get(key) != null) { return valueOf((String) map.get(key)); } return null; ...
/* 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 de.andreasschrade.androidtemplate.model; /** * 表情对象实体 * * @author lijian * @date 2014-12-11 22:54:28 */ public class ChatEmoji { /** * 表情资源图片对应的ID */ private int id; /** * 表情资源对应的文字描述 */ private String description; /** * 表情资源的文件名 */ private String faceName; /** 表情资源图片对应的ID */ public...
package com.java110.community.dao; import com.java110.utils.exception.DAOException; import java.util.List; import java.util.Map; /** * 服务实现组件内部之间使用,没有给外围系统提供服务能力 * 服务实现服务接口类,要求全部以字符串传输,方便微服务化 * 新建客户,修改客户,删除客户,查询客户等功能 * * Created by wuxw on 2016/12/27. */ public interface IServiceBusinessServiceDao { /**...
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.searchdefinition.processing; import com.yahoo.searchdefinition.SchemaBuilder; import com.yahoo.searchdefinition.AbstractSchemaTestCase; import com.yahoo.searchdefinition.parser.ParseException; imp...
package com.cassandra.test; import com.alibaba.fastjson.JSON; import java.util.ArrayList; import java.util.List; /** * Created by weipon on 17/3/14. */ public class Test2 { public static void main(String[] args) { BackCategory a1=new BackCategory(); a1.setId(1001l); a1.setName("一级目录...
package nl.gogognome.textsearch.criteria; public interface CriterionVisitor { void visit(And and); void visit(Or or); void visit(Not not); void visit(StringLiteral stringLiteral); }
/* * Copyright 2015-2016 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 applicab...
package dev.tycho.stonks.gui; import dev.tycho.stonks.util.Util; import fr.minuskube.inv.ClickableItem; import fr.minuskube.inv.content.InventoryContents; import fr.minuskube.inv.content.Pagination; import org.bukkit.Material; import org.bukkit.entity.Player; import java.util.function.Consumer; public class AccountT...
package ru.train.cucumber.model; import com.google.common.collect.ForwardingSet; import java.util.Collection; import java.util.HashSet; import java.util.Set; public class Groups extends ForwardingSet<GroupData> { private Set<GroupData> delegate; public Groups(Groups groups) { this.delegate = new Ha...
package uk.nhs.nhsbsa.research.userresearchapp.vo; public enum NHSBSASystem { PPC("ppc"); private String system; private NHSBSASystem(String system) { this.system = system; } @Override public String toString() { return this.system; } }
/* * Copyright 2009 Denys Pavlov, Igor Azarnyi * * 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 b...
package neu.scweb.service; import java.util.List; import neu.scweb.po.EngSection; public interface EngSectionService { public EngSection querySectionByName(String newsSection); public List<EngSection> queryAllSections(); }
package solidbase.core.plugins; enum Tokens { // Import SKIP, SEPARATED, ESCAPE, IGNORE, PREPEND, NOBATCH, BATCH, INTO, EXEC, DATA, // Export WITH, DATE, COALESCE, COLUMN, FROM, BINARY, // Both LOG, FILE, EOF( null ); private String name; private Tokens() { this.name = name(); } private...
/* * Copyright (c) 2019. This code has been developed by Fabio Ciravegna, The University of Sheffield. All rights reserved. No part of this code can be used without the explicit written permission by the author */ package uk.ac.shef.oak.jobserviceexample.restarter; import android.app.job.JobParameters; import andro...
/** * Copyright 2009-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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unle...
package com.example.android.quakereport; import android.content.AsyncTaskLoader; import android.content.Context; import android.util.Log; import java.util.List; public class EarthquakeLoader extends AsyncTaskLoader<List<Earthquake>>{ private static final String LOG_TAG = EarthquakeLoader.class.getName(); pri...
package ru.stqa.pft.addressbook.tests; import org.testng.annotations.Test; import ru.stqa.pft.addressbook.model.ContactData; public class ContactCreationTests extends TestBase { @Test public void createContact() { app.navigationBar().clickOnAddNew(); app.contactPage().clickOnNextButton(); ...
/* * 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...
/* * The MIT License * * Copyright 2019 Bryan Schorn. * * 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, m...
/* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
package seedu.address.logic.commands; import seedu.address.commons.core.index.Index; /** * Deletes an entity (property or buyer) identified using it's displayed index from the address book. */ public abstract class DeleteCommand extends SimpleCommand { public static final String COMMAND_WORD = "delete"; p...
// Copyright 2020 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package io.flutter.plugins.wifi_info_flutter; import android.net.wifi.WifiInfo; import android.net.wifi.WifiManager; /** Reports wifi information. */ cl...
/* * Copyright 2017-2020 The OpenTracing 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 or ...
package io; class Mailer { public static void print(String msg) { System.out.println(msg); } public void from(String addr){ System.out.printf("from: %s %n", addr); } public void to(String addr){ System.out.printf("to: %s %n", addr); } public void subject(String su...
package slaynash.sgengine.models.utils; import java.util.ArrayList; import java.util.List; import org.lwjgl.opengl.GL11; import org.lwjgl.opengl.GL15; import org.lwjgl.opengl.GL20; import org.lwjgl.opengl.GL30; import slaynash.sgengine.utils.Vbo; public class Vao { private static final int BYTES_PER_FLOAT = 4; pr...
package com.nhsbsa.model.validation; import javax.validation.Constraint; import javax.validation.Payload; import java.lang.annotation.Documented; import java.lang.annotation.Retention; import java.lang.annotation.Target; import static java.lang.annotation.ElementType.TYPE; import static java.lang.annotation.Retention...
package org.corywixom.cache.core.base; import java.util.List; import java.util.Set; import java.util.stream.Collectors; public abstract class AbstractMapper<EEntity, EDTO> implements IMapper<EEntity, EDTO> { @Override public List<EDTO> toDTOsSet(Set<EEntity> entites) { return entites.stream() ...
package org.apache.spark.sql.execution.columnar; final class LongColumnStats implements org.apache.spark.sql.execution.columnar.ColumnStats { public LongColumnStats () { throw new RuntimeException(); } protected long upper () { throw new RuntimeException(); } protected long lower () { throw new RuntimeExc...
package mage.cards.g; import mage.MageInt; import mage.abilities.Ability; import mage.abilities.common.EntersBattlefieldOrAttacksSourceTriggeredAbility; import mage.abilities.costs.common.DiscardCardCost; import mage.abilities.effects.OneShotEffect; import mage.abilities.keyword.DayboundAbility; import mage.abilities....
package net.csongradyp.badger; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Locale; import java.util.Map; import java.util.MissingResourceException; import java...
/* * 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...
// Targeted by JavaCPP version 1.5.6: DO NOT EDIT THIS FILE package org.bytedeco.opencv.opencv_ximgproc; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.javacpp.presets.javacpp.*; import static org.bytedeco.openblas.global.openblas_nolapack.*; im...
/* * 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 under one or more contributor * license agreements. See the NOTICE file distribute...
package module512packageJava0; import java.lang.Integer; public class Foo30 { Integer int0; Integer int1; public void foo0() { new module512packageJava0.Foo29().foo4(); } public void foo1() { foo0(); } public void foo2() { foo1(); } public void foo3() { foo2(); } public voi...
package uk.gov.ida.notification.eidassaml.apprule; import ch.qos.logback.classic.Logger; import ch.qos.logback.classic.spi.ILoggingEvent; import ch.qos.logback.core.Appender; import io.dropwizard.testing.junit.DropwizardClientRule; import org.apache.http.HttpStatus; import org.junit.Before; import org.junit.ClassRule;...
/* * Copyright (C) 2017. 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 app...
package frc; // digital input/output public class DIO { // TODO: configure this public static int TURRET_LIMIT_SWITCH_LEFT = 1; public static int TURRET_LIMIT_SWITCH_RIGHT = 2; }
package mod.acgaming.jockeys.client.renderer.entity; import net.minecraft.client.model.SkeletonModel; import net.minecraft.client.model.geom.ModelLayerLocation; import net.minecraft.client.model.geom.ModelLayers; import net.minecraft.client.renderer.entity.EntityRendererProvider; import net.minecraft.client.renderer.e...
/** * This code was generated by * \ / _ _ _| _ _ * | (_)\/(_)(_|\/| |(/_ v1.0.0 * / / */ package com.twilio.rest.ipmessaging.v1.service; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation...
package com.example.andy.firebaseotp.Authentication.Password; import android.content.Intent; import android.graphics.Color; import android.graphics.LinearGradient; import android.graphics.Shader; import android.os.Build; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget...