text
stringlengths
7
995k
package com.onest8.onetimepad; import android.app.Activity; import android.app.Instrumentation; import android.content.Intent; import android.support.test.InstrumentationRegistry; import android.support.test.espresso.intent.Intents; import android.support.test.uiautomator.UiDevice; import android.support.test.uiautom...
/* * Copyright 2012 - 2016 Manuel Laggner * * 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 hellfrog.common.ddgentity; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import java.util.Objects; /** * DuckDuckGo webpage result (reverse engineering) */ @JsonIgnoreProperties(ignoreUnknown = true) public class DDGWebResult { private String u; private String s; private float ...
package org.swtk.commons.dict.wordnet.indexbyname.instance.b.a.f; import java.util.ArrayList; import java.util.Collection; import java.util.Map; import java.util.TreeMap; import org.swtk.common.dict.dto.wordnet.IndexNoun; import com.trimc.blogger.commons.utils.GsonUtils; public final class WordnetNounIndexNameInsta...
/* * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights * Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
package mage.cards.o; import mage.abilities.Ability; import mage.abilities.Mode; import mage.abilities.effects.OneShotEffect; import mage.abilities.effects.common.continuous.LoseAllAbilitiesTargetEffect; import mage.abilities.effects.common.continuous.SetPowerToughnessTargetEffect; import mage.abilities.effects.keywor...
import com.intellij.openapi.actionSystem.AnAction; import com.intellij.openapi.actionSystem.AnActionEvent; import entry.Builder; import entry.SQLStructBuilder; import org.jetbrains.annotations.NotNull; public class ConvertSQLAction extends AnAction { @Override public void update(AnActionEvent e) { // U...
package com.unityTest.courseManagement.utils.specification; import org.apache.commons.lang3.ArrayUtils; import org.springframework.data.jpa.domain.Specification; import javax.persistence.criteria.*; public abstract class SpecificationBuilder<T> { // Specification being built private Specification<T> specificati...
package com.cflint; import static org.junit.Assert.assertEquals; import java.util.List; import org.junit.Before; import org.junit.Test; import com.cflint.api.CFLintAPI; import com.cflint.api.CFLintResult; import com.cflint.config.ConfigBuilder; import com.cflint.exception.CFLintScanException; public class TestCFBu...
/* * Copyright (c) 2000, 2004, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package javax.imageio.spi; import java.io.File; import java.io.IOException; import javax.imageio.strea...
package hello; import com.sun.jersey.spi.resource.Singleton; import javax.ws.rs.GET; import javax.ws.rs.Path; import javax.ws.rs.Produces; @Singleton @Path("/plaintext") public class PlaintextResource { @GET @Produces("text/plain") public Object plaintext() { return "Hello, World!"; } }
/* * Copyright 2020 OPPO ESA Stack Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
/* * Copyright 2017 PingCAP, 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 ...
package com.brin.denonremotefree.BrinObj; import android.app.Dialog; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.content.pm.PackageManager; import android.content.res.Resources; import android.graphics.Poin...
package com.peregud.storeapp.dto; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; @Data @Builder @NoArgsConstructor @AllArgsConstructor public class ShopSearchDto { private Integer id; private String name; private String description; pr...
package com.gentics.mesh.core.data.impl; import static com.gentics.mesh.core.data.relationship.GraphPermission.READ_PERM; import static com.gentics.mesh.core.data.relationship.GraphPermission.READ_PUBLISHED_PERM; import static com.gentics.mesh.core.data.relationship.GraphRelationships.HAS_ROLE; import static com.genti...
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.purl.sword.client; import java.io.BufferedReader; import java.io.IOException; import java....
package mcs.pages; import net.serenitybdd.core.pages.PageObject; import net.serenitybdd.screenplay.targets.Target; import net.thucydides.core.annotations.DefaultUrl; @DefaultUrl("https://lowcodeazure.azurewebsites.net") public class mcsHome extends PageObject { public static Target LOGIN_LINK = Target.the("Login...
// Copyright (c) 2008 The Board of Trustees of The Leland Stanford Junior University // Copyright (c) 2011, 2012 Open Networking Foundation // Copyright (c) 2012, 2013 Big Switch Networks, Inc. // This library was generated by the LoxiGen Compiler. // See the file LICENSE.txt which should have been included in the sour...
package org.pushingpixels.demo.flamingo.svg.filetypes.transcoded; import java.awt.*; import java.awt.geom.*; import javax.swing.plaf.UIResource; import org.pushingpixels.neon.icon.IsHiDpiAware; import org.pushingpixels.neon.icon.ResizableIcon; import org.pushingpixels.neon.icon.NeonIcon; import org.pushingpixels.neon...
package com.xhh.mapper; import com.xhh.pojo.Bgm; import com.xhh.utils.MyMapper; import org.springframework.stereotype.Repository; @Repository public interface BgmMapper extends MyMapper<Bgm> { }
/** * This code was auto-generated by a Codezu. * * Changes to this file may cause incorrect behavior and will be lost if * the code is regenerated. */ package com.mozu.api.resources.commerce.catalog.admin.attributedefinition.producttypes; import com.mozu.api.ApiContext; import java.util.List; im...
/* * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH under * one or more contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright ownership. * Licensed under the Zeebe Community License 1.0. You may not use this file * ...
/* * 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 org.siouan.frontendgradleplugin.infrastructure.gradle; import java.util.Objects; import org.gradle.api.provider.Property; import org.gradle.api.tasks.Input; import org.siouan.frontendgradleplugin.domain.model.ExecutableType; /** * Task type allowing developers to implement custom task and run a {@code npm} ...
package mekanism.common.network; import io.netty.buffer.ByteBuf; import javax.annotation.Nonnull; import mekanism.common.PacketHandler; import mekanism.common.entity.EntityRobit; import mekanism.common.network.PacketRobit.RobitMessage; import mekanism.common.util.MekanismUtils; import net.minecraft.entity.player.Entit...
// Copyright (C) 2013 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 applicable ...
/* * 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...
package steps; import cucumber.api.java.es.Cuando; import cucumber.api.java.es.Dado; import cucumber.api.java.es.Entonces; import inciDashboard.entities.User; import inciDashboard.utils.Constants; import org.openqa.selenium.WebDriver; import org.openqa.selenium.htmlunit.HtmlUnitDriver; import pageobjects.PO_LoginView;...
package com.bridgeit.JavaAlgorithmPrograms.Programs; import java.util.ArrayList; import java.util.Scanner; import com.bridgeit.JavaAlgorithmPrograms.Utility.Utility; public class PrimePalindrome { public static void main(String []args){ Scanner scanner=new Scanner(System.in); System.out.print("Enter the fi...
package com.aware.ui.esms; import android.app.AlertDialog; import android.app.Dialog; import android.content.ContentValues; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.support.annotation.NonNull; import android.util.Log; import android.view.LayoutInflater; im...
package com.homeaway.streamplatform.hellostreams.orderprocessor.model; import lombok.Data; import lombok.EqualsAndHashCode; @Data @EqualsAndHashCode(callSuper=true) public class OrderEvent extends CommandEvent { private String orderId; }
/** * Copyright (C) 2010-2018 Gordon Fraser, Andrea Arcuri and EvoSuite * contributors * * This file is part of EvoSuite. * * EvoSuite 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 vers...
/** * */ package org.perscholas.collections; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Scanner; public class Cart { public static void main(String[] args) { // String item_name = null; // double item_price = 0.0; // int item_qty=0; // Scanner scan = new S...
// Copyright (c) 2016 Jianlin Hao. All rights reserved. // Licensed under the Apache License Version 2.0. See LICENSE file in the project root for full license information. // https://github.com/rabbitom package net.erabbit.blesensor; import android.app.Activity; import android.app.AlertDialog; import android.app.Pro...
/* * Yet Another UserAgent Analyzer * Copyright (C) 2013-2021 Niels Basjes * * 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...
package com.mycompany.jeeapp.scope.extension; import org.jboss.weld.context.http.HttpRequestContext; import org.jboss.weld.context.http.HttpRequestContextImpl; import java.lang.Class; public class MyCustomScope extends HttpRequestContextImpl implements HttpRequestContext { public Class<CustomScoped> getScope() { ...
/* * Copyright 2003-2007 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
package com.wirecash.api.models.Responses; import com.wirecash.api.models.Models.NameCode; import java.util.ArrayList; public class CountryListResponse { private ArrayList<NameCode> countries = new ArrayList<>(); public ArrayList<NameCode> getCountries() { return countries; } public void se...
/* Sameer Hussain - IB Computer Science 1 - Match 13, 2018 - This program installs the Java database*/ //package hussainiaproject; /** * * @author sameerhussain */ public class Install { //main public static void main(String [] args) { //Inventory Table String inventoryTable; ...
/** * Copyright (c) Facebook, Inc. and its affiliates. * * <p>This source code is licensed under the MIT license found in the LICENSE file in the root * directory of this source tree. */ package com.eath_33624; import android.content.Context; import com.facebook.flipper.android.AndroidFlipperClient; import com.fa...
package de.iisys.schub.processMining.cmmn; import java.util.ArrayList; import java.util.List; import java.util.UUID; public class CMMNController { private final boolean WITH_DIAGRAM = true; // private final String CMMN_SPEC_VERSION = "20151109"; // CMMN 1.1: private final String CMMN_SPEC_VERSION = "20150516"; ...
package de.sbr_cs.pmsminigameapp.LabyrinthGame; import androidx.appcompat.app.AlertDialog; import androidx.appcompat.app.AppCompatActivity; import androidx.core.app.ActivityCompat; import androidx.core.content.ContextCompat; import de.sbr_cs.pmsminigameapp.CoinGame.CoinGameActivity; import de.sbr_cs.pmsminigameapp.Ful...
package seedu.address.storage; import static org.junit.jupiter.api.Assertions.assertTrue; import java.io.IOException; import java.nio.file.Path; import java.nio.file.Paths; import org.junit.jupiter.api.Test; import seedu.address.commons.util.JsonUtil; import seedu.address.model.ReadOnlyTransactionList; import seedu...
/* * Copyright 2014 - 2020 Blazebit. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
package com.luban.app; import org.springframework.beans.BeansException; import org.springframework.beans.factory.config.BeanDefinition; import org.springframework.beans.factory.config.BeanFactoryPostProcessor; import org.springframework.beans.factory.config.ConfigurableListableBeanFactory; import org.springframework.b...
/* * 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 (C) 2012-2014 Pcap4J.org _## _########################################################################## */ package org.pcap4j.packet.factory; import org.pcap4j.packet.namednumber.NamedNumber; /** * @author Kai...
/** * Copyright (c) 2016-present, RxJava 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.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
/* * 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 org.kilocraft.essentials.craft.commands; import com.mojang.brigadier.CommandDispatcher; import com.mojang.brigadier.builder.LiteralArgumentBuilder; import net.minecraft.server.command.CommandManager; import net.minecraft.server.command.ServerCommandSource; public class DiscordCommand { public static void ...
/* * Autopsy Forensic Browser * * Copyright 2011-2019 Basis Technology Corp. * Contact: carrier <at> sleuthkit <dot> org * * 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...
/* loopchute: A Maze-Solving Game Copyright (C) 2008-2012 Eric Ahnell Any questions should be directed to the author via email at: products@puttysoftware.com */ package com.puttysoftware.loopchute.objects; import com.puttysoftware.loopchute.LoopChute; import com.puttysoftware.loopchute.game.ObjectInventory; import ...
package net.minecraft.network.protocol.game; import net.minecraft.network.FriendlyByteBuf; import net.minecraft.network.protocol.Packet; public class ServerboundSetBeaconPacket implements Packet<ServerGamePacketListener> { private final int primary; private final int secondary; public ServerboundSetBeaconPa...
/* * Tencent is pleased to support the open source community by making GAutomator available. * Copyright (C) 2016 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the MIT License (the "License"); you may not use this file except in * compliance with the License. You may obtain a copy of the ...
/* * ****************************************************************************** * * * * * * This program and the accompanying materials are made available under the * * terms of the Apache License, Version 2.0 which is available at * * https://www.apache.org/licenses/LICENSE-2.0. * * * * See the NO...
/* * Copyright 2018 Red Hat, Inc. and/or its affiliates. * * 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...
/* * Copyright (c) 2007, 2018, 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 ...
package com.example.android.sunshine.data; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import androidx.annotation.NonNull; import androidx.databinding.DataBindingUtil; import androidx.recyclerview.widget.RecyclerView; import com.example.androi...
/* * JBoss, Home of Professional Open Source. * Copyright 2014 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 Licen...
/* * org.nrg.xnat.helpers.prearchive.URIParserUtils_ProjectsParserTest * XNAT http://www.xnat.org * Copyright (c) 2014, Washington University School of Medicine * All Rights Reserved * * Released under the Simplified BSD. * * Last modified 7/10/13 9:04 PM */ package org.nrg.xnat.helpers.prearchive; import org...
package com.qxy.design.strategy; /** * @author wx * @date 2020/10/16 1:41 下午 */ public class ApplePayStrategy implements PayStrategy{ @Override public void pay(double money) { double payMoney = money * 0.82; double discountMoney = money - payMoney; System.out.println("使用Apple pay成功支付...
/* * Copyright 2019 Yang Wang * * 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...
package com.fast.ilumer.gank.fragment; import android.content.Intent; import android.os.Bundle; import android.support.v7.widget.GridLayoutManager; import android.support.v7.widget.RecyclerView; import com.fast.ilumer.gank.activity.MainActivity; import com.fast.ilumer.gank.model.GankInfo; import com.fast.ilumer.gank....
/* * 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 ...
/* * 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 com.thursday.interfaces; import com.thursday.business.UserDirectory; import com.thursday.business.identities.User; import com....
/* * Copyright 2010 Lincoln Baxter, III * * 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.shapesecurity.shift.es2018.parser.expressions.literals; import com.shapesecurity.shift.es2018.ast.LiteralNumericExpression; import com.shapesecurity.shift.es2018.parser.JsError; import com.shapesecurity.shift.es2018.parser.ParserTestCase; import org.junit.Test; public class LiteralNumericExpressionTest e...
package com.fc.test.model.custom; import com.fc.test.model.auto.TsysRole; /** * 角色自定义数据 * @author fuce * @date: 2018年9月8日 上午12:18:59 */ public class RoleVo extends TsysRole{ private static final long serialVersionUID = 1L; private boolean ischeck;//判断是否又这个权限 public boolean isIscheck() { return ischeck; }...
package com.asimkilic.loan.application.dto.credit; import com.asimkilic.loan.application.gen.entity.BaseCreditResponse; import com.asimkilic.loan.application.gen.enums.EnumCreditStatus; import io.swagger.v3.oas.annotations.media.Schema; import lombok.Builder; import lombok.Getter; import lombok.NoArgsConstructor; impo...
package com.btrax.mywatch; 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...
package com.unloadbrain.assignement.takeaway.common.util; import java.time.Instant; /** * Provides date related utils. */ public class DateTimeUtil { /** * Gets current time epoch milli. * * @return the current time epoch milli */ public long getCurrentTimeEpochMilli() { return ...
package com.blizzard.documentation.oauth2.demo.signature.config; import lombok.Data; import org.springframework.context.annotation.Configuration; import org.springframework.util.Assert; import javax.annotation.PostConstruct; /** * Pulls config values specifically from the environment, in this case, from the environ...
/* * Copyright 2020 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 ...
package com.planet_ink.coffee_mud.Exits; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import com.planet_ink.coffee_mud.Behaviors.interfaces.*; import com.planet_i...
// 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.remoteServer.util; import com.intellij.execution.filters.HyperlinkInfo; import com.intellij.openapi.project.Project; import com.intellij.remoteServer.agent.u...
// Template Source: BaseMethodCollectionRequestBuilder.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.github.ideless; import java.util.Arrays; import java.util.List; import org.junit.Before; import org.junit.Test; import org.mockito.Matchers; import static org.mockito.Mockito.*; public class CommandDispatcherTest { private static final List<String> ARGS = Arrays.asList("arg1", "arg2"); private st...
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Mon Nov 09 16:17:09 GMT 2020 */ package Newzgrabber; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.junit.After; import o...
/** * Copyright (C) 2011-2020 Red Hat, Inc. (https://github.com/Commonjava/indy) * * 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 2000-2014 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
package com.yemh.xqsrd.account.service; import java.util.Map; public interface RoleService { String add(Map<String, Object> params); String upd(Map<String, Object> params); String del(Map<String, Object> params); String getList(Map<String, Object> params); // String getList(String params); ...
package com.github.wz2cool.elasticsearch.lambda; import java.io.Serializable; import java.util.function.Function; /** * @author Frank */ @FunctionalInterface public interface GetPropertyFunction<T, R> extends Function<T, R>, Serializable { }
/* * 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 (C) 2020 Iván Camilo Sanabria. * * 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.shu.base.util; import org.apache.log4j.Logger; import org.springframework.beans.factory.annotation.Autowired; import java.security.NoSuchAlgorithmException; import java.util.Map; /** * Author: zouy * Unit: D9lab * Date: 2018-09-15 10:40 * 封装一层,便于在多个短信平台切换 */ public class MessageUtil { public s...
/* *AVISO LEGAL © Copyright *Este programa esta protegido por la ley de derechos de autor. *La reproduccion o distribucion ilicita de este programa o de cualquiera de *sus partes esta penado por la ley con severas sanciones civiles y penales, *y seran objeto de todas las sanciones legales que correspondan. *Su conteni...
package com.tronxincloud.bmobtest.bmob.view.activity; import android.graphics.Color; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v7.app.AppCompatActivity; import android.text.Editable; import android.text.TextUtils; import android.text.TextWatcher; import android.view.V...
package ru.job4j.array; import java.util.Arrays; public class ArrayDuplicate { public String[] remove(String[] array) { int unique = array.length; for (int out = 0; out < unique; out++) { for (int in = out + 1; in < unique; in++) { if (array[out].equals(array[in])) { ...
/* * $Id$ * * SARL is an general-purpose agent programming language. * More details on http://www.sarl.io * * Copyright (C) 2014-2018 the original authors 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 ma...
/* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ package io.opentelemetry.instrumentation.awslambda.v1_0; import io.opentelemetry.api.GlobalOpenTelemetry; import io.opentelemetry.api.OpenTelemetry; import io.opentelemetry.sdk.OpenTelemetrySdk; import java.util.concurrent.TimeUnit; ...
/* * 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 ...
/** * Copyright ${license.git.copyrightYears} 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/LICEN...
/** * Copyright 2010-2014 Axel Fontaine * * 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 o...
package com.app.recommendify4.Fragments; import android.os.Bundle; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.fragment.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ListView; import com.a...
package pl.tecna.gwt.connectors.client.drag; import java.util.ArrayList; import pl.tecna.gwt.connectors.client.ConnectionPoint; import pl.tecna.gwt.connectors.client.Diagram; import pl.tecna.gwt.connectors.client.drop.ConnectionPointDropController; import pl.tecna.gwt.connectors.client.elements.Connector; import pl.t...
/* * @(#)Inel2DataFile.java created 31/12/1998 Mesiano * * Copyright (c) 1998 Luca Lutterotti All Rights Reserved. * * This software is the research result of Luca Lutterotti and it is * provided as it is as confidential and proprietary information. * You shall not disclose such Confidential Information and shal...
package org.fluentcodes.projects.elasticobjects; import org.assertj.core.api.Assertions; import org.fluentcodes.projects.elasticobjects.domain.test.AnObject; import org.fluentcodes.projects.elasticobjects.exceptions.EoException; import org.fluentcodes.projects.elasticobjects.testitemprovider.ProviderConfigMaps; import...
public class Game extends Media{ private String platform, rating; private int discs; private boolean online; public Game(String name, int year, String platform, String rating, int discs, boolean online){ super(name, year); this.platform = platform; this.rating = rating; this.discs = discs; ...
/* SPDX-License-Identifier: Apache-2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.openmetadata.adapters.repositoryservices.igc.clientlibrary.model.generated.v11501ru5; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import org.odpi.openmetadata.adapters.repositoryservice...