text
stringlengths
7
995k
package com.pringstudio.agnosthings; import android.animation.ValueAnimator; import android.content.Context; import android.content.DialogInterface; import android.content.SharedPreferences; import android.graphics.Color; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.desi...
/* * Copyright (C) 2019 Alberto Irurueta Carro (alberto@irurueta.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
package gov.va.med.lom.avs.report.model; import java.io.Serializable; import gov.va.med.lom.avs.model.Service; public class ServiceJson implements Serializable { private Long id; private String facilityNo; private String name; private String location; private String hours; private String comment; public S...
package com.kyhsgeekcode.disassembler; public class NotThisFormatException extends Exception { }
// // Decompiled by Procyon v0.5.36 // package org.mudebug.prapr.reloc.commons.collections.functors; import org.mudebug.prapr.reloc.commons.collections.Predicate; import java.io.Serializable; import org.mudebug.prapr.reloc.commons.collections.Closure; public class WhileClosure implements Closure, Serializable { ...
package com.macro.mall.enums; /** * 优惠类型 1满减 2折扣 3优惠券 */ public enum CouponDiscountEnum { /** * 满减 */ MAN(1, "满减"), /** * 折扣 */ ZHE(2, "折扣"), /** * 优惠券 */ COUPON(3, "优惠券"); private int key; private String value; CouponDiscountEnum(int key, String...
/* * Copyright (C) 2017 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 mchorse.aperture.camera.fixtures; import com.google.gson.JsonObject; import com.google.gson.annotations.Expose; import io.netty.buffer.ByteBuf; import mchorse.aperture.camera.CameraProfile; import mchorse.aperture.camera.data.Position; import mchorse.mclib.utils.keyframes.KeyframeChannel; import net.minecraft....
/*- * #%L * rapidoid-http-server * %% * Copyright (C) 2014 - 2018 Nikolche Mihajlovski and contributors * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache...
package com.sequenceiq.periscope.api.endpoint.validator; import static com.sequenceiq.periscope.common.MessageCode.VALIDATION_LOAD_HOST_GROUP_DUPLICATE_CONFIG; import static com.sequenceiq.periscope.common.MessageCode.VALIDATION_LOAD_SINGLE_HOST_GROUP; import static com.sequenceiq.periscope.common.MessageCode.VALIDATI...
package com.stryphic.stryphiccore.gui.container; import cofh.core.util.helpers.InventoryHelper; import com.stryphic.stryphiccore.gui.GuiSync; import com.stryphic.stryphiccore.tile.TileDeviceCore; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.inventory.Container; import net.minecraft.inventory.I...
/* * Copyright (c) 2017 Couchbase, 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...
/* * Copyright 2012-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
package org.maroubra.pemsserver.api.models.sensors.responses; public class SensorListResponse { }
/* * Copyright Strimzi authors. * License: Apache License 2.0 (see the file LICENSE or http://apache.org/licenses/LICENSE-2.0.html). */ package io.strimzi.operator.cluster.model; import io.fabric8.kubernetes.api.model.OwnerReference; import io.fabric8.kubernetes.api.model.Secret; import io.fabric8.kubernetes.api.mo...
package com.lambdaschool.oktafoundation.services; import com.lambdaschool.oktafoundation.exceptions.ResourceFoundException; import com.lambdaschool.oktafoundation.exceptions.ResourceNotFoundException; import com.lambdaschool.oktafoundation.models.Role; import com.lambdaschool.oktafoundation.repository.RoleRepository; ...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
package com.freitech.kotetsu.exceptions; @SuppressWarnings("serial") public class OptimisticLockWrappedException extends Exception{ }
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE23_Relative_Path_Traversal__getQueryString_Servlet_13.java Label Definition File: CWE23_Relative_Path_Traversal.label.xml Template File: sources-sink-13.tmpl.java */ /* * @description * CWE: 23 Relative Path Traversal * BadSource: getQueryString_Servlet Parse id param ou...
/* * Copyright (c) 2018-2020 by Kurt Duncan - All Rights Reserved */ package com.kadware.komodo.kex.kasm; import com.kadware.komodo.baselib.*; import com.kadware.komodo.baselib.exceptions.CharacteristicOverflowException; import com.kadware.komodo.baselib.exceptions.CharacteristicUnderflowException; import com.kadwa...
package cn.javastack.springboot.redis.service; import lombok.RequiredArgsConstructor; import org.apache.commons.lang3.StringUtils; import org.springframework.data.redis.core.*; import org.springframework.util.CollectionUtils; import java.util.List; import java.util.Map; import java.util.Set; import java.util.concurre...
/************************************************************************** * Stack map generation *************************************************************************/ /** An entry in the stack map. */ static class StackMapFrame { int pc; Type[] locals; Type[] stack; } /** A buffer of cl...
package PrismaMod.cards.MiyuCards.Orbs; import PrismaMod.DefaultMod; import PrismaMod.cards.AbstractDynamicCard; import PrismaMod.characters.Chloe; import PrismaMod.characters.Miyu; import com.megacrit.cardcrawl.actions.common.ApplyPowerAction; import com.megacrit.cardcrawl.actions.common.DamageAction; import com.mega...
package com.redhat.telemetry.producer; import java.util.Properties; import java.util.Random; import org.apache.kafka.clients.CommonClientConfigs; import org.apache.kafka.clients.producer.KafkaProducer; import org.apache.kafka.clients.producer.Producer; import org.apache.kafka.clients.producer.ProducerConfig; import o...
package com.tirthal.learning.java2scala.javaway.controlstruct; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.net.MalformedURLException; import java.net.URL; // Syntax of exception handling control structures in Java public class ExceptionSyntax { public stat...
/* * 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 org.redkale.net.http; import java.io.Serializable; import java.net.HttpCookie; import java.util.*; import org.redkale.convert....
/** * 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.anastasiazhukova.flashlang.operations.impl.info.storage.impl; import com.github.anastasiazhukova.flashlang.Constants; import com.github.anastasiazhukova.flashlang.firebase.storage.IFirebaseStorageManager; import com.github.anastasiazhukova.lib.contracts.IOperation; public class GetLanguageCoverUrlO...
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 // 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: 2014.0...
// Copyright (c) 2005 Dustin Sallings <dustin@spy.net> package net.spy.util; import java.util.Map; import junit.framework.TestCase; /** * Excercise ObjectDump. */ public class ObjectDumpTest extends TestCase { /** * Get an instance of ObjectDumpTest. */ public ObjectDumpTest(String name) { super(name); ...
package liquibase.statement.core; import liquibase.statement.AbstractSqlStatement; public class DropUniqueConstraintStatement extends AbstractSqlStatement { private String catalogName; private String schemaName; private String tableName; private String constraintName; /** * Sybase ASA does d...
package com.stripe.net; import static org.hamcrest.MatcherAssert.assertThat; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertNotNull; import static org.junit.jupiter.api.Assertions.assertThrows; import static org.mockito.Mockito.mock; import static org....
package com.golars.facebookJava.entity.exception; import com.google.gson.JsonObject; public class FbException extends Exception { private JsonObject jsonObject; public FbException(String message) { super(message); } public FbException(String message, JsonObject jsonObject) { super(me...
package com.logicaldoc.gui.frontend.client.dashboard.dashlet; import com.logicaldoc.gui.common.client.i18n.I18N; import com.logicaldoc.gui.common.client.util.ItemFactory; import com.smartgwt.client.types.HeaderControls; import com.smartgwt.client.types.TitleOrientation; import com.smartgwt.client.widgets.Window; impor...
package com.sequenceiq.cloudbreak.cloud.aws.connector.resource; import static com.amazonaws.services.cloudformation.model.StackStatus.CREATE_COMPLETE; import static com.amazonaws.services.cloudformation.model.StackStatus.CREATE_FAILED; import static com.sequenceiq.cloudbreak.cloud.aws.connector.resource.AwsResourceCon...
package biz.aQute.foreign.python.configuration; public @interface Configuration { String PID = "biz.aQute.foreign.python"; String python() default "python3"; long restartDelay() default 5000; }
/* * Copyright 2019-2029 geekidea(https://github.com/geekidea) * * 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 ...
/* ==================================================================== 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 Y...
package softuni.gameshop.domain.dtos; public class UserLoginDto { private String email; private String password; public UserLoginDto() { } public UserLoginDto(String email, String password) { this.email = email; this.password = password; } public String getEmail() { ...
package cn.zyzpp.repository.medical; import cn.zyzpp.entity.medical.Msymptom; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; import org.springframework.stereotype.Repository; import java.util.List; @Repository public interface MsymptomRepository ex...
package org.example.demo0301.ddd.infrastructure.dao.snapshot; public enum DiffType { Removed, Added, Modified; }
package org.uma.jmetal.util.comparator; import org.uma.jmetal.solution.Solution; import org.uma.jmetal.util.JMetalException; import java.io.Serializable; import java.util.Comparator; /** * This class implements a comparator based on a given objective * * @author Antonio J. Nebro <antonio@lcc.uma.es> */ @Suppress...
/* * Author: Steve Shadders * © 2020 Bitcoin Association * Open BSV Licence, see the accompanying file LICENSE */ package io.bitcoinsv.bitcoinjsv.core; import com.google.common.base.Preconditions; import io.bitcoinsv.bitcoinjsv.exception.VerificationException; import io.bitcoinsv.bitcoinjsv.bitcoin.api.base.Header...
package com.sinfeeloo.quantitycontrolview; 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 ...
// // ======================================================================== // Copyright (c) 1995-2020 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // All rights reserved. This program and the accompanying materials // are made available under the ter...
package com.smarttop.library.db.manager; import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import com.smarttop.library.bean.AdressBean; import com.smarttop.library.bean.City; import com.smarttop.library.bean.County; imp...
package seedu.address.logic.commands.settingscommands; import static org.junit.jupiter.api.Assertions.assertEquals; import static seedu.address.testutil.Assert.assertThrows; import java.nio.file.Path; import java.util.function.Predicate; import org.junit.jupiter.api.Test; import javafx.collections.ObservableList; i...
package br.com.strn.ec.database.entities.client; import javax.persistence.*; import java.io.Serializable; import java.math.BigDecimal; import java.time.LocalDateTime; @Entity @Table(name = "cartrule") public class CartRule implements Serializable { private String id; private Customer customer; private Lo...
/** * 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.iluwatar.fluentinterface; import com.iluwatar.fluentinterface.fluentiterable.FluentIterable; import com.iluwatar.fluentinterface.fluentiterable.lazy.LazyFluentIterable; import com.iluwatar.fluentinterface.fluentiterable.simple.SimpleFluentIterable; import java.util.*; import java.util.function.Function; i...
package com.example.demo.entity; import org.springframework.validation.annotation.Validated; import javax.validation.constraints.Email; @Validated public class User { @Email private Integer userId; private String userName; private Integer userAge; private Integer userSex; public Intege...
package ua.barnacle.pages.quote.components; import org.openqa.selenium.By; import org.openqa.selenium.WebDriver; import org.openqa.selenium.WebElement; import org.openqa.selenium.support.FindBy; import ua.barnacle.commons.BaseUIElement; import ua.barnacle.commons.Waiter; import ua.barnacle.pages.quote.dataobjects.Filt...
// 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 2015-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 "licen...
/* * Copyright (c) 2018 Abex * 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 * list of conditions and ...
/* * Copyright 2016 Hippo Seven * * 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 ...
package org.hbird.transport.payloadcodec; import java.util.BitSet; import java.util.List; import org.hbird.core.commons.data.GenericPayload; import org.hbird.core.spacesystemmodel.tmtc.ParameterGroup; import org.hbird.core.spacesystemmodel.tmtc.TmTcGroup; import org.hbird.core.spacesystempublisher.exceptions.Unavaila...
package pl.grzeslowski.jsupla.protocol.impl.decoders.sd; import pl.grzeslowski.jsupla.Preconditions; import pl.grzeslowski.jsupla.protocol.api.decoders.PrimitiveDecoder; import pl.grzeslowski.jsupla.protocol.api.decoders.sd.FirmwareUpdateUrlDecoder; import pl.grzeslowski.jsupla.protocol.api.decoders.sd.FirmwareUpdateU...
package org.bytedeco.javacpp; import org.bytedeco.javacpp.annotation.Cast; import org.bytedeco.javacpp.avcodec.AVCodecContext; public class avcodec$AVHWAccel$Start_frame_AVCodecContext_BytePointer_int extends FunctionPointer { private native void allocate(); public native int call(AVCodecContext aVCodecConte...
/* * Copyright 2012 AT&T * * 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 wr...
/* * Copyright 2017-present Open Networking 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 by applicabl...
/******************************************************************************* * Copyright 2020 Intel Corporation * * 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...
package auth; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.ObjectMapper; import org.junit.Test; import play.Application; import play.Logger; import play.inject.guice.GuiceApplicationBuilder; import play.mvc.Http; import play.mvc.Result; import play.test.WithApplication; import...
package com.graly.alm.alarm; import org.eclipse.ui.PartInitException; import org.eclipse.ui.forms.editor.IFormPage; import com.graly.framework.base.entitymanager.editor.EntityEditor; public class AlarmEditor extends EntityEditor{ public static final String EDITOR_ID = "com.graly.alm.alarm.AlarmEditor"; protected I...
package mage.cards.t; import java.util.UUID; import mage.MageObjectReference; import mage.abilities.Ability; import mage.abilities.DelayedTriggeredAbility; import mage.abilities.effects.Effect; import mage.abilities.effects.OneShotEffect; import mage.abilities.effects.common.LoseLifeTargetEffect; import mage.abilities...
package it.cnr.icar.biograph.neo4j; import org.neo4j.graphdb.RelationshipType; public class Relations { public enum RelationTypes implements RelationshipType { CITED_IN, IS_A, REGULATES, NEGATIVELY_REGULATES, POSITIVELY_REGULATES, PART_OF, HAS_PART, ANNOTATES, PRECURSOR...
package gwt.redux.client.addons.react_redux; import gwt.interop.utils.client.plainobjects.JsPlainObj; import gwt.react.client.proptypes.BaseProps; import jsinterop.annotations.JsFunction; @JsFunction public interface MapStateToPropsFn<S, P extends BaseProps> { JsPlainObj mapProps(S state, P ownProps); }
package com.chuongvd.sample; import android.databinding.ViewDataBinding; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.design.widget.NavigationView; import android.util.Log; import android.view.MenuItem; import com.chuongvd.aweso...
package mas.maintenanceproxy.goal; import bdi4jade.goal.Goal; /** * @author Anand Prajapati * <p> * Goal to load configuration for LMA * </p> */ public class LoadConfigMaintGoal implements Goal { private static final long serialVersionUID = 1L; }
package ru.job4j.srp; import java.util.ArrayList; import java.util.List; import java.util.Map; import java.util.function.Consumer; import java.util.function.Function; /** * InteractCalc. * @author Vovk Alexander vovk.ag747@gmail.com * @version $Id$ * @since 0.1 */ public class InteractCalc { /** * Field...
package cn.bootx.baseapi.dto.captcha; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import lombok.Data; import lombok.experimental.Accessors; import java.io.Serializable; /** * @author xxm * @date 2020/5/24 14:53 */ @Data @Accessors(chain = true) @ApiModel("验证码") public clas...
/* * 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 2000-2017 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.codeInspection.intermediaryVariable; import com.intellij.codeInsight.daemon.impl.analysis.HighlightControlFlowUtil; import com.intellij.codeInspection.*; imp...
package com.coolweather.android.db; import org.litepal.crud.DataSupport; /** * Created by Admin on 2017/9/10. */ public class Province extends DataSupport { private int id; private String provinceName; private int provinceCode; public int getId() { return id; } public void setI...
/* * Copyright (C) 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 ap...
// Template Source: Enum.java.tt // ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // -------------------------------------------------...
package com.serenegiant.glutils; /* * Copyright (c) 2015 saki t_saki@serenegiant.com * * File name: EglTask.java * * 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.a...
package com.mk.portal.framework.page.html.tags; import com.mk.portal.framework.html.objects.Tag; import com.mk.portal.framework.page.html.attributes.AccesskeyAttribute; import com.mk.portal.framework.page.html.attributes.ClassAttribute; import com.mk.portal.framework.page.html.attributes.ContenteditableAttribute; impor...
package me.bytebeats.downloader.utils; import android.content.Context; import android.content.Intent; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.net.Uri; import android.os.Environment; import android.os.StatFs; import android.util.Log; import java.io.File; import java.io.Fil...
/* * 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...
/* * 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") + yo...
package com.beautycoder.pflockscreen.fragments; import android.app.AlertDialog; import androidx.annotation.NonNull; import androidx.lifecycle.Observer; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.os.Build; import android.os.Bundle; import andro...
package com.isystk.sample.domain.dao; import org.seasar.doma.boot.ConfigAutowireable; import java.util.List; import org.seasar.doma.jdbc.SelectOptions; import java.util.Optional; import java.util.stream.Collector; import com.isystk.sample.domain.entity.TPostImage; import org.seasar.doma.Dao; import org.seasar.doma.D...
package com.project.dao; import java.util.List; import org.apache.ibatis.session.SqlSession; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository; import com.project.vo.CompanyVO; @Repository public class CompanyDAOImpl implements CompanyDAO { @Autowired ...
package net.minecraft.inventory; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.ItemStack; import net.minecraft.world.IWorldNameable; public interface IInventory extends IWorldNameable { int getSizeInventory(); boolean func_191420_l(); ItemStack getStackInSlot(int paramInt); ...
package urjc.ugc.ultragamecenter.security.jwt; import javax.servlet.http.Cookie; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import javax.servlet.http.HttpSession; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpHeader...
package org.simplejavamail.converter.internal.mimemessage; import com.sun.mail.handlers.text_plain; import org.simplejavamail.internal.util.MiscUtil; import org.simplejavamail.internal.util.Preconditions; import javax.activation.ActivationDataFlavor; import javax.activation.CommandMap; import javax.activation.DataHan...
/* * Copyright (c) 2010-2017 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.testing.longtest; import java.io.File; import org.apache.commons.lang3.ArrayUtils; import org.apac...
/* * 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 ...
/** * Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved. */ package com.thinkgem.jeesite.modules.specimen.web; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apache.shiro.authz.annotation.RequiresPermissi...
/* * Copyright (C) 2019 Intel Corporation * SPDX-License-Identifier: BSD-3-Clause */ package com.intel.kms.user.jaxrs; import com.intel.dcsg.cpg.crypto.RsaUtil; import com.intel.dcsg.cpg.x509.X509Util; import com.intel.kms.user.UserCollection; import com.intel.kms.user.UserFilterCriteria; import com.intel.kms.user....
package org.apache.helix; /* * 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...
/* * 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 2013-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 aQute.p2.provider; import java.io.File; import java.io.FileInputStream; import java.io.InputStream; import java.net.URI; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Set; import java.util.stream.Collectors; import javax.xml.parsers.Documen...
/* Copyright 2009-2020 David Hadka * * This file is part of the MOEA Framework. * * The MOEA Framework is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as published by * the Free Software Foundation, either version 3 of the License, or (at your ...
package eu.wdaqua.qanary.aylien; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import java.io.InputStream; import java.net.MalformedURLException; import java.net....
/* * Copyright (c) 2021 The Web eID Project * * 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,...
/* Copyright 2017 Digital Learning Sciences (DLS) at the University Corporation for Atmospheric Research (UCAR), P.O. Box 3000, Boulder, CO 80307 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...
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * gradle plugin from the resource data it found. It * should not be modified by hand. */ package android.support.slidingpanelayout; public final class R { public static final class attr { public static final int ...