text
stringlengths
7
995k
// // Questo file è stato generato dall'architettura JavaTM per XML Binding (JAXB) Reference Implementation, v2.2.8-b130911.1802 // Vedere <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Qualsiasi modifica a questo file andrà persa durante la ricompilazione dello schema di origine. // Gene...
package com.example.reactnativefacedetection; import android.app.Application; import android.content.Context; import com.facebook.react.PackageList; import com.facebook.react.ReactApplication; import com.facebook.react.ReactNativeHost; import com.facebook.react.ReactPackage; import com.facebook.react.ReactInstanceMana...
/* * Password Management Servlets (PWM) * http://www.pwm-project.org * * Copyright (c) 2006-2009 Novell, Inc. * Copyright (c) 2009-2019 The PWM 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 ...
/* 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.compat; public final class R { public static final class attr { public static int font = 0x7f040079...
package treehole.entity; import java.util.Date; public class DriftingBottle { private int bottleId; private int wishId; private int userId; private Date throwDate; private String pickedUsers; private int pickCount; private boolean isAnonymous; public int getBottleId() { retur...
/* * Copyright (c) 2022 Huawei Technologies Co.,Ltd. * * openGauss is licensed under Mulan PSL v2. * You can use this software according to the terms and conditions of the Mulan PSL v2. * You may obtain a copy of Mulan PSL v2 at: * * http://license.coscl.org.cn/MulanPSL2 * * THIS SOFTWARE IS...
//AUTHOR: HABIB SABIU package com.habib.soapwebclient; import soapserver.WebServer; import soapserver.WebServerService; import javax.swing.*; // client connection GUI public class ClientConnection extends JFrame { private WebServer service = new WebServerService().getPort(WebServer.class); private JButton ...
package com.xqbase.jvm.stats.internal.stats; import com.xqbase.jvm.stats.util.Bytes; /** * Operating Systems Stats. * * @author Tony He */ public class OSStats implements Stats { private long committedVirtualMemory; private long totalSwapSpaceSize; private long freeSwapSpaceSize; private long pro...
package org.intermine.bio.dataconversion; /* * Copyright (C) 2002-2021 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 com.atguigu.gmall.sms.dao; import com.atguigu.gmall.sms.entity.MemberPriceEntity; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; /** * 商品会员价格 * * @author wangxiaohang * @email wangxiao_h@126.com * @date 2021-02-02 15:42:12 */ @Mapper public interfac...
package com.coolweather.android; import android.app.ProgressDialog; import android.content.Intent; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.AdapterView; import android.widget.ArrayAdapter; import android.widget.Button; ...
package io.github.javafaktura.domain.olx; import java.util.List; public interface AdService { List<? extends DogAd> dogAds(int maxDogs); List<? extends Ad> animalAds(int maxAnimals); }
package org.nypl.simplified.app.reader; import com.io7m.jnull.NullCheck; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; import java.util.ArrayList; import java.util.List; /** * Data parsed from a {@code readium:pagination-changed} event. */ @SuppressWarnings("synthetic-acces...
/* * 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 Secure; import java.awt.HeadlessException; import java.sql.*; import javax.swing.*; /** * * @author Miguel */ public class ...
/* This file is part of the iText (R) project. Copyright (c) 1998-2022 iText Group NV Authors: iText Software. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 as published by the Free Software Foundation ...
package org.jolokia.osgi.bundle; /* * Copyright 2009-2013 Roland Huss * * 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...
/* * Licensed to the Apache Software Foundation (ASF) under one or more contributor license * agreements. See the NOTICE file distributed with this work for additional information regarding * copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the * "License"); you may not ...
package com.totvs.course.services.exceptions; public class DatabaseException extends RuntimeException { private static final long serialVersionUID = 1L; public DatabaseException(String msg) { super(msg); } }
/* * Copyright 2016 wilqor * * 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 writ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.resourcemanager.authorization.fluent.models; import com.azure.core.annotation.Fluent; import com.fasterxml.jackson.annotation.JsonAnyGetter; imp...
package com.huaweicloud.sdk.dms.v2.region; import java.util.Collections; import java.util.HashMap; import java.util.Map; import java.util.Objects; import com.huaweicloud.sdk.core.region.Region; import com.huaweicloud.sdk.core.utils.StringUtils; public class DmsRegion { public static final Region CN_NORTH_1 = new...
/* * 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 net.wrap_trap.bonten; public enum Compress { none((byte)0x00); private byte method; Compress(byte b) { this.method = b; } byte getMethod() { return this.method; } byte[] compress(byte[] plain) { byte[] body; switch(method) { case (byte)0x00: body = plain...
package HalationCode.relics.nonnonbiyori; import HalationCode.tools.TextureLoader; import basemod.ReflectionHacks; import basemod.abstracts.CustomRelic; import com.badlogic.gdx.graphics.Texture; import com.evacipated.cardcrawl.mod.stslib.relics.ClickableRelic; import com.megacrit.cardcrawl.actions.GameActionManager; i...
package pl.krych14m.ramki.wycennikram.ramki.calculators; import org.apache.commons.math3.util.Precision; import org.junit.Before; import org.junit.Test; import pl.krych14m.ramki.wycennikram.api.calculators.CalculatorException; import pl.krych14m.ramki.wycennikram.ramki.priceproviders.ProfileNotFoundException; import ...
package org.apache.maven.plugins.shade.pom; /* * 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 ...
/* * 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 com.nulabinc.backlog4j.internal.json.activities; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonSubTypes; import com.fasterxml.jackson.annotation.JsonTypeInfo; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; import com.nulabinc.backlo...
/* * Copyright (c) 2018-2019 ActionTech. * License: http://www.apache.org/licenses/LICENSE-2.0 Apache License 2.0 or higher. */ package org.apache.servicecomb.saga.omega.transaction.autocompensate; import com.alibaba.druid.sql.ast.SQLStatement; import com.alibaba.druid.sql.dialect.mysql.ast.clause.MySqlSelectIntoS...
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) annotate safe package com.irobot.core; public final class DayOfTheWeek extends Enum { private DayOfTheWeek(String s, int i) { super(s, i); // 0 0:aload_0 ...
// automatically generated by the FlatBuffers compiler, do not modify package com.tlongdev.bktf.flatbuffers.itemschema; import java.nio.*; import java.lang.*; import java.util.*; import com.google.flatbuffers.*; @SuppressWarnings("unused") public final class Particle extends Table { public static Particle getRootA...
// /* // * Copyright 2012 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...
/*L * Copyright (c) 2006 SAIC, SAIC-F. * * Distributed under the OSI-approved BSD 3-Clause License. * See http://ncip.github.com/rembrandt/LICENSE.txt for details. */ package gov.nih.nci.rembrandt.web.struts2.form; import java.util.ArrayList; import java.util.List; import org.apache.log4j.Logger; public class ...
package org.jboss.resteasy.test.validation.resource; import javax.ws.rs.core.MediaType; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlMimeType; import javax.xml.bind.annotation.XmlRootElement; @XmlRootElement @XmlAccessorType(XmlA...
package com.kinancity.core.proxy.policies; import java.util.Optional; import com.kinancity.core.proxy.ProxySlot; /** * Interface that manages if that proxy can be used right now * @author drallieiv * */ public interface ProxyPolicy extends Cloneable { // Triggered each time the proxy is used to get a HttpClie...
/* * 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.cleancommunity.misc; import java.sql.*; import java.util.*; public abstract class MysqlDAO { // Database credentials private final String USER = "root"; private final String PASS = "password"; // jdbc:mysql://<server_name>/<database> private final String SERVER_NAME = "localhost"; private final St...
/* * Copyright 2017 Patrick Favre-Bulle * * 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 Lice...
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 4.0.1 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ------------------------------...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: RobotPose.proto package de.naoth.rc.core.messages; public final class RobotPoseOuterClass { private RobotPoseOuterClass() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public st...
/* * Copyright 2016 Nokia Solutions and Networks * Licensed under the Apache License, Version 2.0, * see license.txt file for details. */ package org.rf.ide.core.testdata.text.write; import static org.assertj.core.api.Assertions.assertThat; import java.nio.file.Path; import org.junit.Test; import org.rf.ide.core...
package edu.northeastern.weiwang; public interface MathOperation { public int performOperation(int num1, int num2); }
package cl.uchile.dcc.scrabble.gui.Scrabble_types.typeFactories; import cl.uchile.dcc.scrabble.gui.Scrabble_types.binary; import java.util.HashMap; import java.util.Map; /** * This class represents a scrabble binary Factory. */ public class binaryFactory { private binaryFactory() { } /** * This...
package cn.hkxj.platform.dao; import cn.hkxj.platform.PlatformApplication; import cn.hkxj.platform.mapper.UrpClassMapper; import cn.hkxj.platform.pojo.UrpClass; import lombok.extern.slf4j.Slf4j; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.boot.test.context.SpringBootTest; import ...
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Fri May 22 15:58:24 GMT 2020 */ package com.alibaba.fastjson.parser; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.junit...
package resumeonline.commons.dp.builder; import java.lang.reflect.ParameterizedType; import resumeonline.commons.exeception.ApplicationRuntimeException; /** * Object Class representa um AbstractTemplateBuilder. * * @param <T> * o tipo genérico. */ public abstract class AbstractTemplateBuilder<T> ...
package jobicade.betterhud.element.entityinfo; import static jobicade.betterhud.BetterHud.MANAGER; import static jobicade.betterhud.BetterHud.SPACER; import java.util.List; import com.mojang.realmsclient.gui.ChatFormatting; import jobicade.betterhud.element.settings.Setting; import jobicade.betterhud.element.settin...
// 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 2019 The FATE Authors. 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 * * Unless required by a...
/* * Copyright @ 2015 Atlassian Pty Ltd * * 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 ag...
/* * Licensed to Metamarkets Group Inc. (Metamarkets) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. Metamarkets licenses this file * to you under the Apache License, Version 2.0 (the * "License"); yo...
/* * 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 com.scorptech.momtv.socket; import android.os.AsyncTask; /** * Created by talhahavadar on 14/01/2017. */ public abstract class Client extends AsyncTask<Object, Void, Client> { SocketListener mListener; String sourceAddress; int sourcePort; public Client(String sourceAddress, int sourcePor...
/* * Copyright (C) 2014 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 com.ruoyi.goods.vo; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import lombok.Data; import java.math.BigDecimal; import java.math.RoundingMode; /** * Created by 伊甸园商城 on 17/12/9. * 商品评价概括 */ @Data @ApiModel(description = "商品评价概括") public class CommentSummarize ...
package org.openapitools.model; import java.util.ArrayList; import java.util.List; import io.swagger.annotations.ApiModelProperty; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorT...
/* First created by JCasGen Wed May 27 22:41:00 CEST 2015 */ package common.types.classification; import org.apache.uima.jcas.JCas; import org.apache.uima.jcas.JCasRegistry; import org.apache.uima.cas.impl.CASImpl; import org.apache.uima.cas.impl.FSGenerator; import org.apache.uima.cas.FeatureStructure; import org.apa...
package com.kevin.learn.structures.all.demo2; public class DoubleNode { //上一个节点 DoubleNode pre=this; //下一个节点 DoubleNode next=this; //节点数据 int data; public DoubleNode(int data) { this.data=data; } //增节点 public void after(DoubleNode node) { //原来的下一个节点 DoubleNode nextNext = next; //把新节点做为当前节点的下一个节点 ...
/* 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...
public class Auto2 { public static void main(String[] args) { System.out.println("Hello"); } }
/* * Copyright 2015 Red Hat, Inc. * * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * and Apache License v2.0 which accompanies this distribution. * * The Eclipse Public License is available at * http://www.eclipse.o...
package org.jboss.resteasy.mock; import org.jboss.resteasy.spi.HttpResponse; import org.jboss.resteasy.util.CaseInsensitiveMap; import org.jboss.resteasy.util.HttpHeaderNames; import javax.ws.rs.core.MediaType; import javax.ws.rs.core.MultivaluedMap; import javax.ws.rs.core.NewCookie; import java.io.ByteArrayOutputSt...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: com/ctrip/ferriswheel/proto/action.proto package com.ctrip.ferriswheel.proto.v1; public interface AddFormOrBuilder extends // @@protoc_insertion_point(interface_extends:ferriswheel.v1.AddForm) com.google.protobuf.MessageOrBuilder { /** ...
/* * Copyright (c) 1997, 2018 Oracle and/or its affiliates. All rights reserved. * * This program and the accompanying materials are made available under the * terms of the Eclipse Distribution License v. 1.0, which is available at * http://www.eclipse.org/org/documents/edl-v10.php. * * SPDX-License-Identifier: ...
package de.rieckpil.blog; import org.junit.jupiter.api.DisplayName; import org.junit.jupiter.api.Nested; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertThrows; public class NestedTest { @Nested @DisplayName("Te...
/* * Hibernate, Relational Persistence for Idiomatic Java * * License: GNU Lesser General Public License (LGPL), version 2.1 or later. * See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>. */ package org.hibernate.tuple.component; import java.util.Iterator; import org.hibe...
/* * 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...
/* * 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.soniccandle.view; import java.awt.Color; import java.awt.Dimension; import java.awt.Font; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.Image; import java.awt.Insets; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.awt.event.KeyEvent...
// Copyright 2000-2019 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.openapi.application.impl; import com.intellij.openapi.application.ModalityState; import com.intellij.openapi.application.ReadAction; import com.intellij.open...
package hex.ensemble; import hex.*; import hex.genmodel.utils.DistributionFamily; import hex.genmodel.utils.LinkFunctionType; import hex.glm.GLMModel; import hex.tree.drf.DRFModel; import water.*; import water.exceptions.H2OIllegalArgumentException; import water.fvec.Chunk; import water.fvec.Frame; import water.fvec.N...
package com.jewel.util.decoration; import android.content.Context; import android.graphics.Rect; import android.graphics.drawable.Drawable; import android.support.annotation.DimenRes; import android.support.v4.view.ViewCompat; import android.support.v7.widget.RecyclerView; import android.view.View; /** * 水平方向的Divide...
/* * Copyright 2016 Gurupad Mamadapur * * 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 appl...
package dev.assist.multiselect; import java.util.List; /** * detail: 多选操作接口 ( List ) * @param <CollectionG> 集合泛型 * @param <V> Value * @author Ttt */ public interface IMultiSelectToList<CollectionG extends List, V> extends IBaseMultiSelect<CollectionG, V> { /** * 判断是否选中 ( 通过 value 判断 ) * ...
package psidev.psi.mi.jami.enricher.impl.full; import psidev.psi.mi.jami.enricher.exception.EnricherException; import psidev.psi.mi.jami.enricher.impl.minimal.MinimalInteractionEnricher; import psidev.psi.mi.jami.enricher.util.EnricherUtils; import psidev.psi.mi.jami.model.*; import psidev.psi.mi.jami.utils.ChecksumUt...
/* * Copyright 2017-2022 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) 2015 Spotify AB. * * 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.lagou.entity; /** * @author 程 林 * @date 2020-03-25 23:42 * @description // * @since V1.0.0 */ public class User { private Integer id; private String username; private String password; private String birthday; public Integer getId() { return id; } public void setId(Integer id) { this.id ...
package com.shq.movies.http.server; /** * author : Android 轮子哥 * github : https://github.com/getActivity/AndroidProject * time : 2019/12/07 * desc : 测试环境 */ public class TestServer extends ReleaseServer { @Override public String getHost() { return "http://192.168.31.115:7001/"; ...
package com.cloudbees.jenkins.plugins.advisor.casc; import com.cloudbees.jenkins.plugins.advisor.AdvisorGlobalConfiguration; import edu.umd.cs.findbugs.annotations.CheckForNull; import edu.umd.cs.findbugs.annotations.NonNull; import hudson.Extension; import hudson.util.FormValidation; import io.jenkins.plugins.casc.At...
/********************************************************************************* * * * The MIT License (MIT) * * ...
/* MazeRunnerII: A Maze-Solving Game Copyright (C) 2008-2010 Eric Ahnell Any questions should be directed to the author via email at: mazer5d@worldwizard.net */ package com.puttysoftware.mazerunner3.maze.effects; import com.puttysoftware.mazerunner3.Game; import com.puttysoftware.mazerunner3.maze.objects.TrueSightA...
package com.melardev.spring.resourceserver.dtos.responses; public class SuccessResponse extends AppResponse { public SuccessResponse(String message) { super(true); addFullMessage(message); } public SuccessResponse() { this(null); } }
/** * MIT License * * Copyright (c) 2020, 2022 Mark Schmieder * * 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, ...
package com.zyf.bings.bingos.goods; import android.content.Context; import android.graphics.Paint; import android.graphics.Typeface; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v4.app...
package com.microsoft.bingads.v11.api.test.entities.criterions.campaign.radius.write; import com.microsoft.bingads.internal.functionalinterfaces.BiConsumer; import com.microsoft.bingads.v11.api.test.entities.criterions.campaign.radius.BulkCampaignRadiusCriterionTest; import com.microsoft.bingads.v11.bulk.entities.Bulk...
/** * 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 nl.futureedge.sonar.plugin.rci; import java.util.Arrays; import java.util.List; import org.sonar.api.ce.measure.Settings; import org.sonar.api.config.PropertyDefinition; import org.sonar.api.resources.Qualifiers; /** * Rules Compliance Index (RCI) properties. */ public final class RciProperties { /** ...
package com.web.common.web.common.util.ocs; import redis.clients.jedis.JedisPool; import redis.clients.jedis.JedisPoolConfig; /** * <pre> * </pre> * * @author: xiongchengwei * @date: 2016年3月16日 下午6:10:21 */ public class JedisConfig { public static final String QUEUE_KEY_PREFIX = "queue:"; public stati...
/* * 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.paypal.hera.dal.jdbc.rt; import java.sql.DriverManager; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; import java.util.Properties; import java.util.logging.Logger; public class JdbcDriverAdapterFactory { // @PMD:REVIEWED:EBayVariableNamingConventionsRule: by ichernyshe...
/* * Copyright 2018 Google LLC 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 * * Unless required by applica...
package com.melvin.share.modelview.acti; import android.content.Context; import android.widget.LinearLayout; import com.melvin.share.adapter.OrderInformationAdapter; import com.melvin.share.model.BaseModel; import com.melvin.share.model.User; import com.melvin.share.modelview.BaseRecyclerViewModel; import com.melvin....
/* * 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) 2014, John Campbell and other contributors. All rights reserved. * * This file is part of Tectonicus. It is subject to the license terms in the LICENSE file found in * the top-level directory of this distribution. The full list of project contributors is contained * in the AUTHORS file found i...
/* * This file is part of LanternServer, licensed under the MIT License (MIT). * * Copyright (c) LanternPowered <https://www.lanternpowered.org> * Copyright (c) SpongePowered <https://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a c...
/* * Copyright (c) 2019, guanquan.wang@yandex.com 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 * * Unless r...
package com.planet_ink.coffee_mud.Abilities.Properties; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import c...
/* * 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 2014-2019 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...