text
stringlengths
7
995k
package ru.taboo; import android.app.Application; import android.test.ApplicationTestCase; /** * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> */ public class ApplicationTest extends ApplicationTestCase<Application> { public ApplicationTest() { super(Applicat...
/* * Copyright (C) 2020 ActiveJ 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
/* This file is part of the iText (R) project. Copyright (c) 1998-2018 iText Group NV Authors: Bruno Lowagie, Paulo Soares, et al. 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...
/* * Copyright (c) 2004-2015, Universite de Lorraine, Inria * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * - Redistributions of source code must retain the above copyright * notice,...
/* * Copyright 2009 Inspire-Software.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 * * Unless required by appl...
package com.planet_ink.coffee_mud.Items.MiscMagic; import java.util.Enumeration; import java.util.List; 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.p...
package concurso; public class Tiempo { // Campos de Clase private final String tiempoFormato; private int hora, minutos, totalMinutos; public Tiempo(String tiempoFormato) { this.tiempoFormato = tiempoFormato; this.actualizarTime(); this.minutosTotal(); } /...
package com.wuest.prefab.structures.messages; import com.wuest.prefab.proxy.messages.TagMessage; import com.wuest.prefab.structures.config.*; import net.minecraft.nbt.CompoundTag; import net.minecraft.network.FriendlyByteBuf; /** * @author WuestMan */ public class StructureTagMessage extends TagMessage { privat...
package cn.smile.smilemall.order.enume; public enum OrderStatusEnum { CREATE_NEW(0,"待付款"), PAYED(1,"已付款"), SENDED(2,"已发货"), RECIEVED(3,"已完成"), CANCLED(4,"已取消"), SERVICING(5,"售后中"), SERVICED(6,"售后完成"); private Integer code; private String msg; OrderStatusEnum(Integer code, Stri...
package com.simibubi.create.foundation.utility.worldWrappers; import java.util.List; import java.util.function.BiPredicate; import java.util.stream.Stream; import javax.annotation.Nullable; import javax.annotation.ParametersAreNonnullByDefault; import mezz.jei.api.MethodsReturnNonnullByDefault; import net.minecraft....
/** * Autogenerated by Thrift Compiler (0.10.0) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ package com.facebook.buck.distributed.thrift; @SuppressWarnings({"cast", "rawtypes", "serial", "unchecked", "unused"}) @javax.annotation.Generated(value = "Autogenerated by Thrift ...
package utils; import java.beans.BeanInfo; import java.beans.IntrospectionException; import java.beans.Introspector; import java.beans.PropertyDescriptor; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.util.HashMap; import java.util.Map; public class BeanUtil { pu...
package app; public interface Collectable { public abstract int value(); public abstract boolean active(); public abstract void activate(); }
package com.bct.gpstracker; import java.io.*; import java.util.LinkedList; import android.app.Application; import android.content.Context; import android.content.pm.ApplicationInfo; import android.content.pm.PackageManager; import android.util.Log; import org.simple.eventbus.EventBus; import com.bct.gpstracker.comm...
/* * Copyright 2004-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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
package com.udojava.evalex; import static org.junit.Assert.*; import static org.junit.Assert.assertEquals; import java.util.Iterator; import org.junit.Test; public class TestTokenizer { @Test public void testNumbers() { Expression e; Iterator<String> i; e = new Expression("1"); i = e.getExpressionTo...
/* 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 io.flutter.plugins; import androidx.annotation.Keep; import androidx.annotation.NonNull; import io.flutter.Log; import io.flutter.embedding.engine.FlutterEngine; /** * Generated file. Do not edit. * This file is generated by the Flutter tool based on the * plugins that support the Android platform. */ @K...
import static org.junit.jupiter.api.Assertions.assertEquals; import org.junit.jupiter.api.Test; class A2Test { @Test void testSum1() { assertEquals(30, A2.sum1()); } @Test void testSum2() { assertEquals(0, A2.sum2(0)); assertEquals(30, A2.sum2(6)); } @Test vo...
package com.advanced_android.gradlesample; import android.app.Application; import android.test.ApplicationTestCase; /** * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> */ public class ApplicationTest extends ApplicationTestCase<Application> { public ApplicationTest()...
// // ======================================================================== // Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others. // // This program and the accompanying materials are made available under the // terms of the Eclipse Public License v. 2.0 which is available at // https://www.eclipse.org/...
/* * Copyright 2002-2020 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 ap...
package org.xspring.tutorial.sb.hello; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; /** * <p>Title: App</p> * <p>Description:</p> * <p>Copyright: FJ.CMCC Co., Ltd. (c) 2020</p> * <p>@Author: chenzhian </p> * <p>@Date: 2020/3/20 6:18 下午</p...
package com.adms.entity.cs; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; import com.adms.common.domain.BaseDomain; @Entity @Table(name="LOG_VALUE") publi...
package com.nickmlanglois.event.core; final class NoSubject extends Subject { private final String description = "the 'no subject' subject"; @Override public boolean isDefined() { return false; } @Override public int compareTo(Subject o) { return (this == o ? 0 : -1); } @Override public in...
/* * 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 ...
/* * 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 2017 Apereo * * 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...
package hex.tree.drf; import hex.tree.SharedTreeModel; import water.Key; import water.util.MathUtils; import water.util.SBPrintStream; import java.util.Arrays; public class DRFModel extends SharedTreeModel<DRFModel,DRFModel.DRFParameters,DRFModel.DRFOutput> { public static class DRFParameters extends SharedTreeMo...
package state; /** * ���ܳ齱״̬ * @author Administrator * */ public class NoRaffleState extends State { // 初始化时传入活动引用,扣除积分后改变其状态 RaffleActivity activity; public NoRaffleState(RaffleActivity activity) { this.activity = activity; } // 当前状态可以扣积分, 扣除后将状态设置成可以抽奖状态 @Override public voi...
package mobileapp.ctemplar.com.ctemplarapp.message; import mobileapp.ctemplar.com.ctemplarapp.repository.provider.AttachmentProvider; import mobileapp.ctemplar.com.ctemplarapp.repository.provider.MessageProvider; interface AttachmentDownloader { void downloadAttachment(MessageProvider message, AttachmentProvider ...
/* * MIT License * * Copyright (c) 2021 Hasan Demirtaş * * 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...
package mclama.com.util; import java.util.Random; import com.esotericsoftware.kryonet.Client; import com.esotericsoftware.kryonet.Server; import mclama.com.GameClient; import mclama.com.GameServer; import mclama.com.entity.Player; import mclama.com.item.Item; import mclama.com.level.Level; public class Globals { ...
package com.adaptris.core.elastic.rest; import com.adaptris.core.AdaptrisMessage; import com.adaptris.core.ServiceException; import com.adaptris.util.KeyValuePairList; import com.thoughtworks.xstream.annotations.XStreamAlias; @XStreamAlias("elasticsearch-mapped-action") public class MappedAction implements ActionExtr...
/* * Copyright 2017 Apereo * * 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 &copy; 2012-2016 邯郸市众翔信息科技有限公司 All rights reserved. */ package com.zx.platform.common.persistence.proxy; import org.apache.ibatis.binding.BindingException; import org.apache.ibatis.binding.MapperRegistry; import org.apache.ibatis.session.Configuration; import org.apache.ibatis.session.SqlSession; /*...
package p06FootballTeamGenerator; import java.util.ArrayList; import java.util.List; public class Team { private String name; private List<Player> players; private double rating; public Team(String name){ this.setName(name); this.players = new ArrayList<>(); } public String g...
package org.folio.circulation.support.fetching; import static java.util.concurrent.TimeUnit.SECONDS; import static org.folio.circulation.support.http.client.CqlQuery.exactMatch; import static org.folio.circulation.support.http.client.CqlQuery.exactMatchAny; import static org.folio.circulation.support.http.client.PageL...
/* * MIT License * * Copyright (c) 2022 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 eu.fbk.iv4xr.mbt.testsuite; import org.evosuite.Properties; import org.evosuite.ga.ChromosomeFactory; import org.evosuite.testcase.TestChromosome; import org.evosuite.testcase.factories.RandomLengthTestFactory; import org.evosuite.testsuite.TestSuiteChromosome; import org.evosuite.utils.Randomness;...
package in.projectmanas.manasliaison.activities; import android.Manifest; import android.accounts.AccountManager; import android.app.Dialog; import android.app.ProgressDialog; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.net.ConnectivityManager...
package es.upm.miw.apaw_practice.domain.models.department; import java.math.BigDecimal; import java.util.ArrayList; import java.util.List; public class TreeDepartmentComposite implements TreeDepartment { private final List<TreeDepartment> treeDepartmentList; public TreeDepartmentComposite() { this.t...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE789_Uncontrolled_Mem_Alloc__File_HashSet_75a.java Label Definition File: CWE789_Uncontrolled_Mem_Alloc.int.label.xml Template File: sources-sink-75a.tmpl.java */ /* * @description * CWE: 789 Uncontrolled Memory Allocation * BadSource: File Read data from file (named c...
/* * Copyright (C) 2015 Archie L. Cobbs. All rights reserved. */ package org.jsimpledb; import java.io.ByteArrayInputStream; import java.util.List; import java.util.NavigableMap; import java.util.SortedSet; import org.jsimpledb.annotation.JCompositeIndex; import org.jsimpledb.annotation.JField; import org.jsimpled...
package ru.stqa.selenium.legrc.runner.steps.accessors; import ru.stqa.selenium.legrc.runner.RunContext; import ru.stqa.selenium.legrc.runner.Step; import ru.stqa.selenium.legrc.runner.StepOutcome; import ru.stqa.selenium.legrc.runner.steps.AbstractStep; import ru.stqa.selenium.legrc.runner.steps.StringOutcome; import...
/* * MIT License * * Copyright (c) 2020 Airbyte * * 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, ...
// Targeted by JavaCPP version 1.5.1-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.cpython; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.cpython.global.python.*; @Properties(inherit = org.bytedeco.cpython.presets.python.class) public ...
/* * 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 br.com.basis.madre.seguranca.domain.enumeration; /** * The TipoDeRemuneracao enumeration. */ public enum TipoDeRemuneracao { MENSALISTA, HORISTA }
/* * Copyright 2020 Anne Bernhart, Anja Hansen, Tobias Klumpp, Fabian Palitza, * Florian Patzer, Friedrich Volz, Sandra Wolf * SPDX-License-Identifier: Apache-2.0 */ package edu.kit.informatik.tolowiz.controller; import edu.kit.informatik.tolowiz.controller.interpretation.InterpreterFactory; import edu.kit.informa...
package com.rdm.base.network; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.io.OutputStream; imp...
package lock14.random.numerical; /** * Incomplete Beta function fraction * * @author Didier H. Besset */ public class IncompleteBetaFunctionFraction extends ContinuedFraction { /** * Fraction's parameters. */ private final double alpha1; private final double alpha2; /** * Constructo...
package org.pac4j.saml.metadata.keystore; import org.bouncycastle.asn1.ASN1EncodableVector; import org.bouncycastle.asn1.ASN1Encoding; import org.bouncycastle.asn1.ASN1Integer; import org.bouncycastle.asn1.DERBitString; import org.bouncycastle.asn1.DERNull; import org.bouncycastle.asn1.DERSequence; import org.bouncyca...
package io.mongock.runner.springboot.migration; import io.mongock.api.annotations.BeforeExecution; import io.mongock.api.annotations.ChangeUnit; import io.mongock.api.annotations.Execution; import io.mongock.api.annotations.RollbackBeforeExecution; import io.mongock.api.annotations.RollbackExecution; import io.mongock...
/* * Copyright 2014 Simone Filice and Giuseppe Castellucci and Danilo Croce and Roberto Basili * 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/LICENS...
package com.hdw.server.base.system.service.impl; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.hdw.api.base.system.entity.SysDic; import com.hdw.api.base.system.service.ISysDicService; import com.hdw.api.base.system.vo.DicVo; import com.hdw.server.base.system.mapper.SysDicMapper; impor...
package com.mrkirby153.snowsgivingbot.services.impl; import com.mrkirby153.snowsgivingbot.entity.GiveawayEntity; import com.mrkirby153.snowsgivingbot.entity.GiveawayEntrantEntity; import com.mrkirby153.snowsgivingbot.entity.GiveawayState; import com.mrkirby153.snowsgivingbot.entity.repo.EntrantRepository; import com.m...
package com.xkenmon.nox.ssocks.crypto.impl; import com.xkenmon.nox.ssocks.crypto.Decryptor; import com.xkenmon.nox.ssocks.crypto.template.AESCFBCryptorTemplate; public class AESCFBDecryptor extends AESCFBCryptorTemplate implements Decryptor { public AESCFBDecryptor() { } public AESCFBDecryptor(byte[] key) { ...
package net.manbucy.ipp.boot.core.security; import net.manbucy.ipp.boot.core.exception.BizException; import org.springframework.security.core.GrantedAuthority; import org.springframework.security.core.userdetails.User; import java.util.Collection; /** * @author ManBu */ public class UserDetail extends User { p...
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Tue Jul 31 22:23:49 GMT 2018 */ package org.mozilla.javascript.tools.debugger; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import...
/* * Copyright (c) 2016 Bixbit - Krzysztof Benedyczak All rights reserved. * See LICENCE.txt file for licensing information. */ package pl.edu.icm.unity.types.registration.layout; import com.fasterxml.jackson.annotation.JsonCreator; import pl.edu.icm.unity.MessageSource; /** * represents a fixed button with cust...
// This file was generated by Mendix Business Modeler. // // WARNING: Code you write here will be lost the next time you deploy the project. package objectbackuprestore.proxies; import com.mendix.core.Core; import com.mendix.core.CoreException; import com.mendix.systemwideinterfaces.core.IContext; import com.mendix.s...
/** * Copyright (c) 2009-2015, Data Geekery GmbH (http://www.datageekery.com) * All rights reserved. * * This work is dual-licensed * - under the Apache Software License 2.0 (the "ASL") * - under the jOOQ License and Maintenance Agreement (the "jOOQ License") * ===================================================...
package com.quizzly.config; import static tech.jhipster.config.logging.LoggingUtils.*; import ch.qos.logback.classic.LoggerContext; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; import java.util.HashMap; import java.util.Map; import org.slf4j.LoggerFact...
package com.tyj.supervisor.calendar; /** * @author ChenYe * created by on 2018/1/3 0003. 09:16 * 日历(viewPager)里面月(item)的每一个日期数据bean **/ public class CalendarBean { public int year; public int month; public int day; public int week; /** * -1 代表是当前显示的月份的上一个月份的“尾巴”,比如当前日历显示的...
/* * JBoss, Home of Professional Open Source. * * Copyright 2021 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * 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 Li...
package org.opensha.sha.simulators.stiffness; import java.awt.Color; import java.awt.geom.Point2D; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.List; import org.jfree.chart.title.PaintScaleLegend; import org.jfree.chart.ui.RectangleEdge; import org.jfree.data.Range; im...
package org.ovirt.engine.core.dao.gluster; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; import java.util....
package org.opentosca.container.core.next.model; import java.util.Objects; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.EntityListeners; import javax.persistence.Table; import javax.xml.bind.annotation.XmlElement; import org.opentosca.container.core.next.trigger.Situatio...
/* * This file is part of Sponge, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered.org <http://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Soft...
// -------------------------------------------------------------------------------- // Copyright 2002-2021 Echo Three, 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 // // http:/...
package safekeeping; import java.util.Iterator; import java.lang.Iterable; import java.util.ConcurrentModificationException; import java.util.NoSuchElementException; public class BroadsheetRelationRosters<T> implements Iterable<T> { private final Ribbon<T> locational; private int tell; private int pentagonIssue...
/* * ObjectLab, http://www.objectlab.co.uk/open is supporting FlatPack. * * Based in London, we are world leaders in the design and development * of bespoke applications for the securities financing markets. * * <a href="http://www.objectlab.co.uk/open">Click here to learn more</a> * ___ _ _ ...
package mage.cards.d; import mage.MageInt; import mage.abilities.TriggeredAbility; import mage.abilities.common.EntersBattlefieldTriggeredAbility; import mage.abilities.condition.common.PermanentsOnTheBattlefieldCondition; import mage.abilities.decorator.ConditionalInterveningIfTriggeredAbility; import mage.abilities....
/* * Copyright 2013-2018 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 ...
package com.mxt.core.util.page; public enum Operators { /** * 等于 */ EQ, /** * 大于 */ GT, /** * 小于 */ LT, /** * 大于等于 */ GE, /** * 小于等于 */ LE, /** * 包含 */ IN, /** * 不包含 */ NOT_IN, /** * 模...
package com.carrotsearch.hppc; import java.util.*; import com.carrotsearch.hppc.cursors.KTypeCursor; import com.carrotsearch.hppc.predicates.KTypePredicate; import com.carrotsearch.hppc.procedures.KTypeProcedure; import static com.carrotsearch.hppc.Containers.*; /** * An array-backed {@link KTypeDeque}. */ /*! #i...
package zd.zero.waifu.motivator.plugin.player; public interface WaifuSoundPlayer { void play(); void stop(); void playAndWait(); }
package wusc.edu.pay.facade.limit.service.impl; import java.util.Map; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import wusc.edu.pay.common.page.PageBean; import wusc.edu.pay.common.page.PageParam; import wusc.edu.pay.core.limit.dao.BizFunctionPara...
package dataset; import benchmark.internal.Benchmark; import benchmark.tool.BasicClass; class Test75Lib{ public static Test75Class1 local1; public static Test75Class1 local2; public static Test75Class2 local3; public static Test75Class2 local4; } class Test75Class1 extends BasicClass { public Test75Class2 field1; publ...
/* * Copyright (c) 1995, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
// // Copyright 2018 SenX S.A.S. // // 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...
/******************************************************************************* * * Copyright 2019 Adobe. All rights reserved. * This file is licensed to you under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. You may obtain a copy * ...
package org.apereo.cas.configuration.model.core.web.security; import org.apereo.cas.configuration.support.RequiresModule; import java.io.Serializable; import java.nio.charset.StandardCharsets; /** * This is {@link HttpWebRequestProperties}. * * @author Misagh Moayyed * @since 5.3.0 */ @RequiresModule(name = "ca...
/* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed...
/* * Copyright 2013-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...
/* * 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 android.graphics; /* * #%L * Matos * $Id:$ * $HeadURL:$ * %% * Copyright (C) 2010 - 2014 Orange SA * %% * 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...
package mage.sets; import mage.cards.ExpansionSet; import mage.cards.repository.CardCriteria; import mage.cards.repository.CardInfo; import mage.cards.repository.CardRepository; import mage.constants.Rarity; import mage.constants.SetType; import java.util.ArrayList; import java.util.List; /** * * @author fireshoes...
package com.applozic.mobicomkit.api.conversation; import android.content.Context; import com.applozic.mobicomkit.api.account.user.MobiComUserPreference; import com.applozic.mobicomkit.api.conversation.database.MessageDatabaseService; import com.applozic.mobicommons.ApplozicService; import com.applozic.mobicommons.com...
/* Jackson JSON-processor. * * Copyright (c) 2007- Tatu Saloranta, tatu.saloranta@iki.fi * Modifications Copyright (c) 2019 Andreas Fagschlunger */ package at.o2xfs.memory.databind.introspect; import java.lang.reflect.Method; import org.apache.commons.lang3.builder.EqualsBuilder; import org.apache.commons.lang3.b...
package gov.nasa.pds.registry.mgr.schema; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.Writer; import java.util.HashSet; import java.util.Map; import java.util.Set; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import gov.nasa.pds...
import java.io.BufferedReader; import java.io.IOException; import java.io.FileReader; import java.io.File; public class Main { private static File file = new File("input.txt"); public static void main(String[] args) throws IOException { part1(); part2(); } private static void part1() throws IOException { Bu...
package org.kyojo.schemaorg.m3n3.pending.impl; import java.util.ArrayList; import java.util.List; import org.kyojo.schemaorg.SimpleJsonBuilder; import org.kyojo.schemaorg.m3n3.core.Container.AdditionalType; import org.kyojo.schemaorg.m3n3.core.Container.AggregateRating; import org.kyojo.schemaorg.m3n3.core.Container....
/* * The MIT License * * Copyright (c) 2015, CloudBees, Inc. * * 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 u...
package Processing; public class Filter_50_100 { /* public double Hn_50[] = { 0, 4.75069189088994*Math.pow(10,-8), 1.44980763642157*Math.pow(10,-7), -4.86065235948236*Math.pow(10,-7), -2.98010048242073*Math.pow(10,-6), -7.06852655644485*Math.pow(10,-6), -9.65304937604379*Math.pow(10,-6), -5.68...
package co.aeva.actions.commands.actions; import org.bukkit.Sound; import org.bukkit.command.Command; import org.bukkit.command.CommandSender; import org.bukkit.entity.Player; import co.aeva.actions.utils.SingleAction; import co.aeva.actions.utils.Utils; public class SingleCustomAction extends SingleAction { fina...
/* * Copyright 2015 yihtserns. * * 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 ...
/* * Copyright 2016 Red Hat, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...