text
stringlengths
7
995k
/* * Copyright (c) 2008-2016 Haulmont. * * 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 top.aftery.ratelimiter.waiter.service.entity; /** * @program: OrderState * @description: * @author: aftery * @create: 2020-03-31 14:36 **/ public enum OrderState { INIT, PAID, BREWING, BREWED, TAKEN, CANCELLED }
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.7 // 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: 2018.03.01 at 02:14:5...
package com.github.tgits.testspringboot; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.junit4.SpringRunner; @RunWith(SpringRunner.class) @SpringBootTest public class TestSpringBootApplicationTests { @Test ...
/** * 文 件 名: GetClickRecordReq * 版 权: Quanten Teams. Copyright YYYY-YYYY, All rights reserved * 描 述: <描述> * 修 改 人: dyc * 修改时间: 2017/10/19 0019 * 跟踪单号: <跟踪单号> * 修改单号: <修改单号> * 修改内容: <修改内容> */ package com.quanteng.gsmp.resource.click.request; import com.quanteng.gsmp.commom.core.basicmodule.Basic...
/* * Copyright (c) 2010-2018 Evolveum and contributors * * This work is dual-licensed under the Apache License 2.0 * and European Union Public License. See LICENSE file for details. */ package com.evolveum.midpoint.schema; import java.io.Serializable; import java.util.*; import java.util.Objects; import java.util...
package com.limbenjamin.csci4531; import android.app.Service; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.net.Uri; import android.os.IBinder; import android.view.Gravity; import android.view.LayoutInflater; import android.view.View; import android...
/* * MIT License * * Copyright (c) 2021 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...
package com.xmall.xmall.dao.mapper; import com.xmall.xmall.dao.entity.CommentEntity; public interface CommentMapper { int saveComment(CommentEntity commentEntity) throws Exception; }
/* * This software is licensed under the Apache License, Version 2.0 * (the "License") agreement; 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 net.sf.l2j.gameserver.network.serverpackets; import java.util.Set; import net.sf.l2j.gameserver.model.actor.instance.Player; import net.sf.l2j.gameserver.model.item.instance.ItemInstance; import net.sf.l2j.gameserver.model.item.kind.Item; public class WarehouseWithdrawList extends L2GameServerPacket { publi...
package uk.davidwei.perfmock.models.cassandra; import uk.davidwei.perfmock.internal.perf.Delay; import uk.davidwei.perfmock.internal.perf.Event; import uk.davidwei.perfmock.internal.perf.Sim; import uk.davidwei.perfmock.internal.perf.distribution.Deterministic; import uk.davidwei.perfmock.internal.perf.network.Network...
package com.senierr.demo; import android.support.annotation.NonNull; import com.senierr.adapter.support.BaseStateWrapper; import com.senierr.adapter.core.RVHolder; /** * @author zhouchunjie * @date 2017/10/13 */ public class StateWrapper extends BaseStateWrapper { public StateWrapper() { super(R.lay...
package com.jetco.shop.exception; /** * <p> * Sentinel处理异常 * </p> * * @author lhw * @version 1.0 * @since 2021-04-11 */ public class SentinelException extends AbstractException { public SentinelException(int code, String message) { super(message, code); } public SentinelException() { ...
/* * 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 2016 Alexey Andreev. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
package com.hummer.core.component.switchview; import android.content.Context; import android.graphics.PorterDuff; import android.graphics.drawable.Drawable; import android.support.annotation.Nullable; import android.widget.CompoundButton; import com.hummer.annotation.HM_EXPORT_ATTR; import com.hummer.annotation.HM_EX...
package org.jsweet.plugin.builder; import org.jsweet.JSweetConfig; final class JSweetConsts { public static final String JSWEET_PROBLEM_MARKER_TYPE = "org.jsweet.plugin.jsweetProblem"; public static final String[] DEFAULT_FAVORITES = { JSweetConfig.LANG_PACKAGE + "." + JSweetConfig.GLOBALS_CLASS_NAME + ".*", ...
package com.google.api.ads.adwords.jaxws.v201601.rm; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annotation.XmlType; import com.google.api.ads.adwords.jaxws.v201601.cm.ApiError; /** * * ...
/******************************************************************************* * Copyright (c) 2012, Institute for Pervasive Computing, ETH Zurich. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions ...
/* * Copyright © 2016 <code@io7m.com> http://io7m.com * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AND ...
package com.challenge.entity; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; import org.springframework.data.annotation.CreatedDate; import org.springframework.data.jpa.domain.support.AuditingEntityListener; import javax.persistence.*; import javax.validation.constraints.NotNul...
/* * Copyright (c) 2013 - 2014, TRIOLOGY GmbH * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, * this lis...
package com.hangon.bean.carlife; /** * Created by Administrator on 2016/8/3. */ public class result { private String name; private MLocation location; private String address; private String street_id; private String telephone; private int detail; private String uid; public String g...
package soupply.java316.protocol.clientbound; import java.util.*; import soupply.util.*; public class SetExperience extends soupply.java316.Packet { public static final int ID = 61; public float experience; public int level; public int totalExperience; public SetExperience() { } pu...
package com.packtpub.speechrecognition; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on an ...
package io.github.dunwu.toolbox.scheduler.mapper.dao.impl; import io.github.dunwu.annotation.Dao; import io.github.dunwu.data.dao.BaseDao; import io.github.dunwu.toolbox.scheduler.entity.SchedulerInfo; import io.github.dunwu.toolbox.scheduler.mapper.SchedulerInfoMapper; import io.github.dunwu.toolbox.scheduler.mapper....
package com.zhc.test; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; import org.springframework.data.redis.core.RedisTemplate; import com.gcrobot.bean.User; public class TestRedis2 { public static void main(String[] args) { Appli...
/* * Copyright 2019 GridGain Systems, Inc. and Contributors. * * Licensed under the GridGain Community Edition License (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.gridgain.com/products/software/community-edition...
/* * 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 2017-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
package lee.code.code_410__Split_Array_Largest_Sum; import java.util.*; import lee.util.*; /** * * * 410.Split Array Largest Sum * * difficulty: Hard * @see https://leetcode.com/problems/split-array-largest-sum/description/ * @see description_410.md * @Similiar Topics * -->Dynamic Programming https://leetcode...
/* * Copyright (c) 2017 by Gerrit Grunwald * * 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.phj.soap.model.request; import org.simpleframework.xml.Element; import org.simpleframework.xml.Namespace; import org.simpleframework.xml.NamespaceList; import org.simpleframework.xml.Root; /** * 描述:Body层XML * Created by PHJ on 2019/5/5. */ @NamespaceList({ @Namespace(reference = "http://WebXml...
/** * */ package com.github.maumay.jflow.vec; import com.github.maumay.jflow.impl.ArraySource; import com.github.maumay.jflow.impl.CollectionSource; import com.github.maumay.jflow.impl.EmptyIterator; import com.github.maumay.jflow.impl.VecCollector; import com.github.maumay.jflow.iterable.RichIterable; import com.gi...
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.psi.impl; import com.intellij.codeInsight.CodeInsightBundle; import com.intellij.codeInsight.TestFrameworks; import com.intellij.icons.AllIcons; import com.i...
package com.amadeus.jenkins.opentracing; import java.io.Serializable; import java.util.function.Consumer; import javax.annotation.Nonnull; import javax.annotation.Nullable; import org.apache.commons.lang3.SerializationUtils; import org.assertj.core.api.AbstractAssert; import org.assertj.core.api.Assertions; import org...
/* * MIT License * * Copyright 2018 Sabre GLBL c. * * 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...
package org.gradle.test.performance.mediummonolithicjavaproject.p359; import org.junit.Test; import static org.junit.Assert.*; public class Test7187 { Production7187 objectUnderTest = new Production7187(); @Test public void testProperty0() { String value = "value"; objectUnderTest....
package dev.sebastianb.wackyvessels.network; import dev.sebastianb.wackyvessels.Constants; import dev.sebastianb.wackyvessels.SebaUtils; import dev.sebastianb.wackyvessels.WackyVessels; import dev.sebastianb.wackyvessels.block.WackyVesselsBlocks; import dev.sebastianb.wackyvessels.client.gui.VesselHelmScreenHandler; i...
package heranca.heranca; public class Cliente extends Usuario{ private String cep; private String endereco; private int numero; private int telefone; public Cliente( String nome, String senha, String cep, String endereco, int numero, int telefone...
package org.motechproject.eventlogging.service.impl; import java.util.List; import org.motechproject.eventlogging.domain.CouchEventLog; import org.motechproject.eventlogging.repository.AllCouchLogs; import org.motechproject.eventlogging.service.EventQueryService; import org.springframework.beans.factory.annotation.Aut...
package com.desertkun.brainout.events; import com.desertkun.brainout.data.active.ActiveData; import com.desertkun.brainout.data.instrument.InstrumentInfo; public class KilledByEvent extends Event { public ActiveData killer; public InstrumentInfo info; @Override public ID getID() { return ...
/* * Copyright 2019 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 ...
/** * TLS-Attacker - A Modular Penetration Testing Framework for TLS * * Copyright 2014-2021 Ruhr University Bochum, Paderborn University, Hackmanit GmbH * * Licensed under Apache License, Version 2.0 * http://www.apache.org/licenses/LICENSE-2.0.txt */ package de.rub.nds.tlsattacker.core.protocol.handler.extens...
package com.example; import static org.junit.jupiter.api.Assertions.*; import org.junit.jupiter.api.Test; public class BoringScoreTest { @Test void test() { int[] pins = { 6, 3, 9, 0, 0, 3, 8, 2, 7, 3, 10, 0, 9, 1, 8, 0, 10, 0, 10, 6, 4 }; int[] score = BoringScore.ca...
package com.coolweather.android.db; import org.litepal.crud.DataSupport; public class City extends DataSupport { private int id; private String CityName; private int cityCode; private int provinceId; public int getId() { return id; } public void setId(int id) { this.id = ...
package com.atguigu.gmall.oms.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.math.BigDecimal; import java.io.Serializable; import java.util.Date; import...
package org.uma.jmetal.operator; import java.util.List; /** * Interface representing crossover operators. They will receive a list of solutions and return * another list of solutions * * @author Antonio J. Nebro <antonio@lcc.uma.es> * * @param <Source> The class of the solutions */ public interface CrossoverOp...
/** * **** BEGIN LICENSE BLOCK ***** * Version: EPL 1.0/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Eclipse Public * License Version 1.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...
package com.viewshine.exportexcel.interceptors; import com.viewshine.exportexcel.entity.vo.ExportExcelVo; import com.viewshine.exportexcel.utils.RedisUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.a...
package org.mariotaku.sqliteqb.sample; import org.mariotaku.sqliteqb.library.Columns; import org.mariotaku.sqliteqb.library.SQLQueryBuilder; import org.mariotaku.sqliteqb.library.Table; import org.mariotaku.sqliteqb.library.query.SQLWithSelectQuery; /** * Created by mariotaku on 15/12/14. */ public class Main { ...
/* * Copyright 2021 StreamThoughts. * * 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, Vers...
/***************************************************************** * 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 * ...
package com.ramusthastudio.myasynctaskloader.model; import com.google.gson.annotations.SerializedName; import java.util.List; public class Result { @SerializedName("cnt") private int ctn; @SerializedName("list") private List<OpenWeather> openWeatherList; public int getCtn() { return ctn; } public List<Op...
package integration.pageobjects; import com.codeborne.selenide.ElementsCollection; import com.codeborne.selenide.ElementsContainer; import com.codeborne.selenide.SelenideElement; import integration.IntegrationTest; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import org.openqa.selenium.s...
package leetcode.math; /** * 9. 回文数 * 判断一个整数是否是回文数。回文数是指正序(从左向右)和倒序(从右向左)读都是一样的整数。 * <p> * 示例 1: * <p> * 输入: 121 * 输出: true * 示例 2: * <p> * 输入: -121 * 输出: false * 解释: 从左向右读, 为 -121 。 从右向左读, 为 121- 。因此它不是一个回文数。 * 示例 3: * <p> * 输入: 10 * 输出: false * 解释: 从右向左读, 为 01 。因此它不是一个回文数。 * 进阶: * <p> * 你能不将整数转为字...
/* * 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.github.snailycy.hybridlib.network; /** * @author snailycy */ public class OkHttpUtils { }
package phantom.mybatis; import org.apache.ibatis.type.BigDecimalTypeHandler; import org.apache.ibatis.type.BooleanTypeHandler; import org.apache.ibatis.type.ByteTypeHandler; import org.apache.ibatis.type.DoubleTypeHandler; import org.apache.ibatis.type.FloatTypeHandler; import org.apache.ibatis.type.IntegerTypeHandle...
// Targeted by JavaCPP version 1.5: 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.systems.global.windows.*; @Properties(inherit = org.bytedeco.systems.presets.windows.class) public c...
package com.ctzn.youtubescraper.core.model.commentsv1next; public class Command { public String clickTrackingParams; public ShowReloadUiCommand showReloadUiCommand; }
package com.github.olivermakescode.extension; import com.mojang.brigadier.builder.RequiredArgumentBuilder; import com.mojang.brigadier.context.CommandContext; import com.mojang.brigadier.exceptions.CommandSyntaxException; import net.minecraft.command.argument.*; import net.fabricmc.fabric.api.command.v1.CommandRegistr...
package betterwithmods.event; import betterwithmods.config.BWConfig; import betterwithmods.util.DispenserBehaviorFiniteWater; import net.minecraft.block.Block; import net.minecraft.block.BlockDispenser; import net.minecraft.block.state.IBlockState; import net.minecraft.dispenser.IBehaviorDispenseItem; import net.minec...
/* Copyright 2022 The Kubernetes 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 agreed to in writing, softwar...
/* * Copyright 2011-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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
package Teststand; /* * Die Klasse Engine mit ihren initialisierten Variablen * * sie besitzt einen String mit dem Treibstofftyp * einen Double mit dem Effizienzkoeffizienten * einen Integer mit der Drehzahl * einen Double mit dem Treibstoffverbrauch * einen Double mit dem CO2-Ausstoß */ public class Engine {...
package com.amee.platform.resource.unittype; import com.amee.base.resource.RequestWrapper; import com.amee.base.resource.ResourceAcceptor; import com.amee.base.resource.ResourceBuilder; import com.amee.base.resource.ResourceRenderer; import com.amee.domain.unit.AMEEUnitType; public interface UnitTypesResource { ...
/*** * Cloudstreetmarket.com is a Spring MVC showcase application developed * with the book Spring MVC Cookbook [PACKT] (2015). * Copyright (C) 2015 Alex Bretet * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published...
package org.hl7.fhir.convertors.misc; import java.io.FileInputStream; import java.io.FileOutputStream; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.xml.parsers.DocumentBuilder; import javax.xml.parsers.DocumentBuilderFactory; import org.hl7.fhir.dstu...
package com.kotori316.infchest.tiles; import java.math.BigDecimal; import java.math.BigInteger; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.Optional; import net.minecraft.core.NonNullList; import net.minecraft.nbt.CompoundTag; import net.minecraft.world.ContainerH...
/* -*- Mode: JDE; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- * * This file is part of the debugger and core tools for the AspectJ(tm) * programming language; see http://aspectj.org * * The contents of this file are subject to the Mozilla Public License * Version 1.1 (the "License"); you may not us...
/* * Copyright 2012 KTH * * 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, ...
/* * Copyright 2019 École des Mines de Saint-Étienne. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
package ai.decision.decisiontree.alien; import java.util.Random; import ai.decision.AlienFSMDecisor; import ai.decision.decisiontree.DecisionTreeNode; public abstract class RandomActionNode extends ActionFSMNode { Random generator; //Previous iteration of the decision tree algorithm //(an internal counte...
package org.apache.maven.surefire.its.jiras; /* * 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...
package integration.org.actressframework.eda; import org.actressframework.eda.CommandBus; import org.actressframework.eda.EventBus; import org.junit.Before; import org.junit.Test; import org.springframework.beans.factory.annotation.Autowired; import static org.assertj.core.api.Assertions.assertThat; public class Bus...
/* * #%L * GwtMaterial * %% * Copyright (C) 2015 - 2018 GwtMaterialDesign * %% * 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 * ...
/* * Copyright (c) 2012-2013, Netherlands Forensic Institute * All rights reserved. */ package nl.minvenj.nfi.common_source_identification.filter; import java.util.Arrays; import nl.minvenj.nfi.common_source_identification.Util; import edu.emory.mathcs.jtransforms.fft.FloatFFT_1D; import edu.emory.mathcs.jtransfor...
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.rds20140815.models; import com.aliyun.tea.*; public class DescribeDBInstancesAsCsvResponse extends TeaModel { @NameInMap("RequestId") @Validation(required = true) public String requestId; @NameInMap("Items") @Validation(req...
package examples.jdk6.gui; //: gui/SubmitLabelManipulationTask.java import javax.swing.*; import java.util.concurrent.*; public class SubmitLabelManipulationTask { public static void main(String[] args) throws Exception { JFrame frame = new JFrame("Hello Swing"); final JLabel label = new JLabel("A Label"); ...
package org.insightech.er.editor.controller.command.diagram_contents.element.connection.relation; import org.insightech.er.editor.controller.command.AbstractCommand; import org.insightech.er.editor.model.diagram_contents.element.connection.Relation; public class ReconnectTargetCommand extends AbstractCommand { priv...
package com.example.android.sunshine.data; /** * Created by katie on 3/24/2018. */ @interface NonNull { }
package com.g128.model; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annotation.XmlType; import javax....
package com.mirhoseini.autolabs.base; import android.content.Context; import android.support.v4.app.Fragment; import com.mirhoseini.autolabs.AutolabsApplication; /** * Created by Mohsen on 03/01/2017. */ public abstract class BaseFragment extends Fragment { @Override public void onAttach(Context context)...
package uk.ac.hutton.ics.brapi.resource.genotyping.variant; import lombok.*; import lombok.experimental.Accessors; import java.util.List; @NoArgsConstructor @Getter @Setter @Accessors(chain = true) public class VariantSearch { private List<String> callSetDbIds; private Long end; private String refer...
package site.dunhanson.tablestore.spring.boot.util; import cn.hutool.core.annotation.AnnotationUtil; import site.dunhanson.tablestore.spring.boot.annotation.Table; /** * 注解工具类 * 2020-01-14 * @author dunhanson */ public class AnnotationUtils { private String INDEX_NAME_INDEX = "indexNameIndex"; /** *...
package de.blau.android.osm; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; import static org.robolectric.annotation.LooperMode.Mode.LEGACY; import java.io.IOException; import java.util.List; i...
package gov.hhs.onc.dcdt.dns; import gov.hhs.onc.dcdt.crypto.certs.SignatureAlgorithm; import gov.hhs.onc.dcdt.crypto.utils.CryptographyUtils; import javax.annotation.Nonnegative; import javax.annotation.Nullable; import org.xbill.DNS.DNSSEC; import org.xbill.DNS.DNSSEC.Algorithm; import org.xbill.DNS.DNSSEC.Unsupport...
/* * This file is part of ELKI: * Environment for Developing KDD-Applications Supported by Index-Structures * * Copyright (C) 2019 * ELKI Development Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the...
package no.nav.aura.integration; import com.google.protobuf.Any; import com.google.protobuf.Timestamp; import no.nav.aura.envconfig.auditing.EntityCommenter; import no.nav.aura.envconfig.model.infrastructure.ApplicationInstance; import no.nav.aura.envconfig.model.infrastructure.Cluster; import no.nav.aura.envconfig.mo...
package net.evendanan.pixel; import static androidx.test.core.app.ApplicationProvider.getApplicationContext; import android.content.res.Configuration; import android.view.LayoutInflater; import android.widget.ImageView; import android.widget.LinearLayout; import android.widget.TextView; import androidx.fragment.app.F...
/** * 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 ...
package pl.lodz.p.aurora.msk.web.converter; import org.modelmapper.ModelMapper; import org.springframework.core.convert.converter.Converter; import pl.lodz.p.aurora.msk.web.dto.SkillDto; import pl.lodz.p.aurora.msk.domain.entity.Skill; public class SkillEntityToDtoConverter implements Converter<Skill, SkillDto> { ...
package cz.metacentrum.perun.core.implApi.modules.attributes; import cz.metacentrum.perun.core.api.exceptions.AttributeNotExistsException; import cz.metacentrum.perun.core.api.exceptions.InternalErrorException; import cz.metacentrum.perun.core.api.exceptions.WrongAttributeAssignmentException; import cz.metacentrum.per...
/* * 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...
/* ******************************* Copyright (c)*********************************\ ** ** (c) Copyright 2017, King, china ** All Rights Reserved ** ** By(King) ** **-----------------------------...
// Licensed to the Software Freedom Conservancy (SFC) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The SFC licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you m...
/* * Copyright (c) 1998-2018 John Caron and University Corporation for Atmospheric Research/Unidata * See LICENSE for license information. */ package ucar.nc2.geoloc.vertical; import ucar.array.Array; import ucar.array.ArrayType; import ucar.array.Arrays; import ucar.array.InvalidRangeException; import ucar.nc2.Att...
/* * Zinc - The incremental compiler for Scala. * Copyright Lightbend, Inc. and Mark Harrah */ package dotty.tools.xsbt; import dotty.tools.dotc.Compiler; import dotty.tools.dotc.Driver; import dotty.tools.dotc.config.CompilerCommand; import dotty.tools.dotc.config.Properties; import dotty.tools.dotc.core.Contexts...