text
stringlengths
7
995k
package com.cathay.common.crypt; import java.security.MessageDigest; import java.util.Arrays; import com.cathay.common.CathayBaseException; public class SHA1 { /** * <p> * 用SHA1算法生成安全签名 * </p> * * @param token * 票据 * @param timestamp * 时间戳 * @param nonce ...
/* * This file was automatically generated by EvoSuite * Tue Nov 09 06:42:01 GMT 2021 */ package org.elasticsearch.rest.action.cat; import org.junit.Test; import static org.junit.Assert.*; import static org.evosuite.runtime.EvoAssertions.*; import java.net.SocketAddress; import java.nio.channels.SocketChannel; imp...
/* * Copyright (c) 2008. All rights reserved. */ package ro.isdc.wro.model.factory; import static junit.framework.Assert.assertEquals; import java.io.ByteArrayInputStream; import java.io.InputStream; import java.util.List; import java.util.concurrent.Callable; import junit.framework.Assert; import org.junit.After...
// Targeted by JavaCPP version 1.5.4: DO NOT EDIT THIS FILE package org.bytedeco.arrow; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.javacpp.presets.javacpp.*; import static org.bytedeco.arrow.global.arrow.*; @Name("arrow::Result<std::shared...
/* * --------------------------------------------------------------------------------------------------> * Licença : MIT - Copyright 2019 Jhonathan dos reis (jhonlinux) <jhonathan.rosa@maximatech.com.br> * Criado em : 10/10/2020 18:43:27 * Instituição: FACULDADE SENAI FATESG * Curso : Análise e Dese...
/* * Copyright (c) 2012 - 2020 Arvato Systems GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicabl...
/** * Copyright (c) 2003-2019 The Apereo Foundation * * Licensed under the Educational Community 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://opensource.org/licenses/ecl2 * * Unless requ...
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.vespa.config.server; import com.yahoo.component.annotation.Inject; import com.yahoo.cloud.config.ConfigserverConfig; import com.yahoo.component.AbstractComponent; import com.yahoo.concurrent.Daemo...
package org.ripple.power.ui.editor; import java.awt.Font; import java.awt.FontMetrics; import java.awt.Graphics; import java.awt.Insets; import java.awt.Rectangle; import java.awt.Component; import javax.swing.plaf.ComponentUI; import javax.swing.JTextPane; import org.ripple.power.ui.graphics.LColor; import org.rippl...
/* * 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) 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 ...
/* * 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 u...
package com.mfollegot.multitopicsubscription.pulsar; import org.apache.pulsar.client.api.*; import java.text.MessageFormat; import java.time.Duration; import java.time.Instant; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.stream.Collectors; public class PulsarSequenceProduc...
/* * 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 com.javayh.common.util.spring; import org.springframework.beans.BeansException; import org.springframework.context.ApplicationContext; import org.springframework.context.ApplicationContextAware; import org.springframework.core.env.Environment; /** * <p> * spring获取bean * </p> * * @author Dylan-haiji * @v...
/* * 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...
// Code generated by Wire protocol buffer compiler, do not edit. // Source file: ./src/protobufs/services/user/actions/complete_authorization.proto package com.rhlabs.protobufs.services.user.actions.complete_authorization; import com.rhlabs.protobufs.services.user.containers.IdentityV1; import com.rhlabs.protobufs.ser...
/* Copyright (C) 2005-2011 Fabio Riccardi */ package com.lightcrafts.image.libs; import java.awt.*; import java.awt.color.ICC_Profile; import java.awt.image.*; import java.io.IOException; import java.nio.ByteBuffer; import org.w3c.dom.Document; import sun.awt.image.ByteInterleavedRaster; import com.lightcrafts.ima...
package edu.school.dao; import org.springframework.cache.annotation.CachePut; import edu.school.domain.StuRefCourse; public interface StuRefCourseDao { @CachePut(value = "stuRefCourse", key = "#result.id") public int insert(StuRefCourse stuRefCourse); public int getGrabCourseNum(int stu_id, int course_id); ...
package tech.aistar.day07; /** * @author success * @version 1.0 * @description:本类用来演示: * @date 2019/4/2 0002 */ public class TestBook { public static void main(String[] args) { //创建三个图书对象 Book b1 = new Book(1,"西游记",23); Book b2 = new Book(2,"东游记",28); Book b3 = new Book(3,"南游击"...
/* * 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...
package com.appbusters.robinkamboj.senseitall.ui.detail_activity.features.mic; import android.view.View; public interface MicInterface { void setup(View v); }
package de.tudarmstadt.informatik.tk.assistance.sdk.provider.dao.logs.upload; import org.greenrobot.greendao.AbstractDao; import de.tudarmstadt.informatik.tk.assistance.sdk.provider.dao.logs.LogsDaoImpl; /** * @author Wladimir Schmidt (wlsc.dev@gmail.com) * @date 23.01.2016 */ public class UploadLogsDaoImpl<T> ex...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
package com.relayrides.pushy.apns; 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 java.io.InputStream; import java.security.interfaces.EC...
/* * 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 by The HDF Group. * * Copyright by the Board of Trustees of the University of Illinois. * * All rights reserved. * * ...
/** * <a href="http://www.openolat.org"> * OpenOLAT - Online Learning and Training</a><br> * <p> * Licensed under the Apache License, Version 2.0 (the "License"); <br> * you may not use this file except in compliance with the License.<br> * You may obtain a copy of the License at the * <a href="http://www.apache...
package com.mikaeru.user_api.dto.role; import lombok.*; import javax.validation.constraints.NotBlank; /** * Classe que representa o objeto de transferência de dados da classe Role. * @author Mickael Luiz */ @Getter @Setter @NoArgsConstructor @EqualsAndHashCode @AllArgsConstructor public class RoleDTO { @NotB...
/* * This Java source file was generated by the Gradle 'init' task. */ package linter; import java.util.List; public class App { public String getGreeting() { return "Hello world."; } public static void main(String[] args) { MyFileReader meRead = new MyFileReader(); String filepath = "s...
package mage.cards.t; import java.util.*; import mage.MageObject; import mage.abilities.Ability; import mage.abilities.effects.OneShotEffect; import mage.cards.*; import mage.constants.CardType; import mage.constants.Outcome; import mage.constants.Zone; import mage.filter.FilterCard; import mage.game.Game; import mag...
package elsu.ais.messages; import com.fasterxml.jackson.databind.node.ObjectNode; import elsu.ais.base.AISLookupValues; import elsu.ais.base.AISMessageBase; import elsu.ais.base.AISPayloadBlock; import elsu.ais.messages.T24_StaticDataReport; import elsu.ais.messages.data.VesselDimensions; import elsu.sentence.Sentenc...
/* * Copyright 2000-2020 Vaadin 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 agreed to...
/* * Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) 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 * * Unles...
package com.shareholdergame.engine.account.dao; import com.shareholdergame.engine.account.dao.mapper.FriendMapper; import com.shareholdergame.engine.account.model.Friend; import com.shareholdergame.engine.common.sql.BaseDao; import org.apache.ibatis.session.SqlSessionManager; public class FriendDao extends BaseDao<Fr...
package org.gama.stalactite.persistence.engine.listening; import java.util.ArrayList; import java.util.List; /** * @author Guillaume Mary */ public class UpdateByIdListenerCollection<T> implements UpdateByIdListener<T> { private List<UpdateByIdListener<T>> updateByIdListeners = new ArrayList<>(); @Override p...
package com.fun.uncle.springboot2020.config; import lombok.extern.slf4j.Slf4j; import org.springframework.stereotype.Component; import org.springframework.web.servlet.HandlerInterceptor; import org.springframework.web.servlet.ModelAndView; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpSe...
/* package no.fint.xledger.okonomi.faktura; import no.fint.xledger.handler.Handler; import no.fint.event.model.Event; import no.fint.model.okonomi.faktura.FakturaActions; import no.fint.model.resource.FintLinks; import org.springframework.stereotype.Service; import java.util.Collections; import java.util.Set; @Servi...
/* * Copyright (c) 2010, Soar Technology, Inc. * 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, this * list ...
package start; import java.awt.BorderLayout; import java.awt.Dimension; import java.awt.FlowLayout; import java.awt.Font; import java.awt.Toolkit; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.net.ConnectException; import javax.swing.BorderFactory; import javax.swing.ImageIcon; ...
/* * Hiarc API * Welcome to the Hiarc API documentation. * * The version of the OpenAPI document: 0.1.0 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.hiarcdb.client.model; imp...
/* * 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...
/* * This file is part of "lunisolar-magma". * * (C) Copyright 2014-2019 Lunisolar (http://lunisolar.eu/). * * 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.o...
/* * 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...
package shiver.me.timbers.waiting.execution; import org.springframework.context.annotation.Primary; import org.springframework.stereotype.Component; @Component @Primary public class CanChangeWaitingIntervalClassComponent extends CanChangeWaitingIntervalClass { }
/* * 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 up.erp.service; import com.upgrade.persistence.model.ecommerce.Cupones; import com.upgrade.persistence.model.ecommerce.Usuario...
/** * Copyright (C) 2014-2015 LinkedIn Corp. (pinot-core@linkedin.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 * * Unle...
import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.Scanner; public class Text { public static void main(String[] args) throws IOException { } }
package org.ict4h.atomfeed.server.service; import org.ict4h.atomfeed.server.domain.EventRecord; import org.ict4h.atomfeed.server.repository.AllEventRecords; import java.util.Date; public class EventServiceImpl implements EventService { private AllEventRecords allEventRecords; public EventServiceImpl(AllEven...
package tech.pegasys.artemis.util.collections; import javax.annotation.Nullable; /** * Dedicated type representing SSZ Union * (https://github.com/ethereum/eth2.0-specs/blob/dev/specs/simple-serialize.md#composite-types) * * It may hold one of predefined type value or special Null value * It also holds the index...
package net.minecraft.entity.ai.goal; import java.util.EnumSet; import java.util.List; import java.util.function.Predicate; import net.minecraft.entity.MobEntity; import net.minecraft.entity.ai.controller.LookController; import net.minecraft.pathfinding.FlyingPathNavigator; import net.minecraft.pathfinding.GroundPathN...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/privacy/dlp/v2/dlp.proto package com.google.privacy.dlp.v2; public interface GetJobTriggerRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.privacy.dlp.v2.GetJobTriggerRequest) com.google.protobuf.Message...
package com.mojang.mario; import java.awt.*; import java.text.DecimalFormat; import java.util.Random; import com.mojang.mario.level.ImprovedNoise; import com.mojang.mario.level.LevelGenerator; import com.mojang.mario.sprites.Mario; public class MapScene extends Scene { private static final int TILE_GRASS = 0; ...
import net.runelite.mapping.ObfuscatedName; import net.runelite.mapping.ObfuscatedSignature; @ObfuscatedName("pl") public final class class433 { @ObfuscatedName("c") @ObfuscatedSignature(descriptor = "([Ljava/lang/String;[IIIB)V", garbageValue = "91") public static void method7605(String[] var0, int[] var1, in...
package com.tencent.shadow.sample.manager; import android.app.Service; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.os.*; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import com.tencent.shadow.core.manager....
package DynamicProgramming; public class MaxSumSubarray { int maxSubarray(int arr[]) { int maxSum = arr[0]; int currSum = arr[0]; int maxLeft = 0; int maxRight = 0; int currLeft = 0; for (int i = 1; i < arr.length; i++) { if(currSum < 0) { ...
/* * This file is subject to the terms and conditions outlined in the file 'LICENSE' (hint: it's MIT); this file is located in the root directory near the README.md which you should also read. * * This file is part of the 'Adama' project which is a programming language and document store for board games; however, it...
package com.udemy.springboot.restapi.exception; import java.util.Date; public class ExceptionResponse { private Date timeOfError; private String errorCode; private String errorDescription; public ExceptionResponse(Date timeOfError, String errorCode, String errorDescription) { super(); this.timeOfError = tim...
package navi.model; import java.io.Serializable; import java.time.LocalDate; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; @Entity @Table(name = "journey_...
package com.baiyi.opscloud.mapper.opscloud; import com.baiyi.opscloud.domain.generator.opscloud.ServerAccountPermission; import tk.mybatis.mapper.common.Mapper; public interface ServerAccountPermissionMapper extends Mapper<ServerAccountPermission> { }
/** * VideoPositionTargeting.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package com.google.api.ads.dfp.v201211; /** * Represents positions within and around a video where ads can be * targeted to. * <p> * ...
package io.github.mewore.tsw.jpa.converters; import java.util.Collections; import java.util.List; import org.checkerframework.checker.nullness.qual.Nullable; import org.junit.jupiter.api.Test; import org.mockito.internal.stubbing.answers.ThrowsException; import static org.junit.jupiter.api.Assertions.assertEquals; i...
package org.olf.rs.circ.client; import java.io.ByteArrayInputStream; import java.io.IOException; import java.io.InputStream; import java.nio.charset.StandardCharsets; import java.util.Map; import org.apache.commons.codec.binary.Base64; import org.apache.commons.collections4.map.CaseInsensitiveMap; import org.apache.co...
/* * Copyright © 2017 Cask Data, 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 t...
package utilities.networks.facebook.crawler; import java.io.IOException; import java.net.MalformedURLException; import java.net.URL; import java.util.Collection; import java.util.HashMap; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.Set; import net.htmlparser.jericho.Elem...
/* * Copyright 2019 GridGain Systems, Inc. and Contributors. * * Licensed under the GridGain Community Edition License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.gridgain.com/products/software/community-edition...
package io.opentelemetry.auto.common.exec; import java.util.List; import java.util.concurrent.AbstractExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.ScheduledExecutorService; import java.util.concurrent.ScheduledFuture; import java.util.concurrent.TimeUnit; import lombok.extern.slf...
/** * 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 2004, 2008 The Apache Software Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appli...
/* Copyright (c) 2016 Robert Atkinson All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted (subject to the limitations in the disclaimer below) provided that the following conditions are met: Redistributions of source code must retain the above copyright...
package com.haibin.calendarview; import android.content.Context; import android.graphics.Canvas; /** * 带农历的 */ @SuppressWarnings("unused") public class LunarCalendarCardView extends BaseCalendarCardView { private int mRadius; public LunarCalendarCardView(Context context) { super(context); } ...
/* * This file is part of BDF * BDF,Bstek Development Framework * Copyright 2002-2013, BSTEK * Dual licensed under the Bstek Commercial or GPL Version 2 licenses. * http://www.bstek.com/ */ package com.bstek.bdf.plugins.jbpm4designer.preference; import org.eclipse.swt.graphics.Image; /** * @author Jacky */ pu...
package com.manywords.softworks.tafl.test.rules; import com.manywords.softworks.tafl.engine.Game; import com.manywords.softworks.tafl.engine.GameState; import com.manywords.softworks.tafl.engine.MoveRecord; import com.manywords.softworks.tafl.rules.Coord; import com.manywords.softworks.tafl.rules.Rules; import com.man...
package com.mapbox.mapboxsdk.testapp.activity.style; import android.graphics.Color; import android.os.Bundle; import androidx.appcompat.app.AppCompatActivity; import android.view.Menu; import android.view.MenuItem; import com.mapbox.mapboxsdk.maps.MapView; import com.mapbox.mapboxsdk.maps.MapboxMap; import com.mapb...
/* * 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 alien4cloud.tosca.serializer; import java.io.BufferedReader; import java.io.IOException; import java.io.StringReader; import java.io.StringWriter; import java.util.Collection; import java.util.HashMap; import java.util.Map; import java.util.regex.Pattern; import alien4cloud.model.components.AbstractPropertyVa...
package pruebasUnitarias; import edu.fiuba.algo3.modelo.Caracteristica; import edu.fiuba.algo3.modelo.ObjetoRobado; import edu.fiuba.algo3.modelo.Recorrido; import edu.fiuba.algo3.modelo.ciudad.Ciudad; import edu.fiuba.algo3.modelo.ciudad.Ciudades; import org.junit.jupiter.api.Test; import java.util.ArrayList; import...
package com.cloudelements.demo.usecase.eventhandling; import java.io.FileWriter; import java.io.IOException; import javax.servlet.http.HttpServletRequest; import org.json.simple.JSONArray; import org.json.simple.JSONObject; import org.json.simple.parser.JSONParser; import org.json.simple.parser.ParseException; impor...
/* * Copyright (C) 2013 Peng fei Pan <sky@xiaopan.me> * * 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 applicab...
/* * Copyright (c) 2019, Lawrence Livermore National Security, LLC. Produced at the Lawrence Livermore National Laboratory * CODE-743439. * All rights reserved. * This file is part of CCT. For details, see https://github.com/LLNL/coda-calibration-tool. * * Licensed under the Apache License, Version 2.0 (the “Licensee”)...
package com.cojisoft.models; public class ModelUser { public int id; public String name; public ModelUser(int id, String name) { this.id = id; this.name = name; } }
/* 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...
package com.mossle.security.region; import org.slf4j.Logger; import org.slf4j.LoggerFactory; public class RegionKey { private static Logger logger = LoggerFactory.getLogger(RegionKey.class); private String type; private String value; public RegionKey(String text) { int index = text.indexOf('....
package com.project.convertedCode.servlets.vendor.laravel.framework.src.Illuminate.Foundation.Testing.Concerns; import com.runtimeconverter.runtime.includes.RuntimeIncludable; import com.runtimeconverter.runtime.includes.RuntimeConverterServlet; import com.runtimeconverter.runtime.RuntimeEnv; import javax.servlet.http...
package org.ranapat.examples.githubbrowser.api.map; import org.json.JSONArray; import org.json.JSONException; import org.ranapat.examples.githubbrowser.data.entity.DataEntity; import java.util.List; public interface CollectionParseable<T extends DataEntity> { List<T> parse(final JSONArray jsonArray) throws JSONE...
/** * 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...
/* * 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 2012-2017 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...
/***** BEGIN LICENSE BLOCK ***** * Version: EPL 2.0/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Eclipse Public * 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.eclipse.org/legal/epl-...
/* * 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 ...
/* * 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 ...
/*- * ============LICENSE_START======================================================= * SDC * ================================================================================ * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. * ===================================================================...
/* * #%L * ImageJ software for multidimensional image processing and analysis. * %% * Copyright (C) 2014 - 2020 ImageJ developers. * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of s...
package com.sudoplay.joise.examples.module.fractal.white; import com.sudoplay.joise.examples.AbstractSplitExample; import com.sudoplay.joise.examples.SplitCanvas; import com.sudoplay.joise.module.ModuleAutoCorrect; import com.sudoplay.joise.module.ModuleFractal; import static com.sudoplay.joise.module.ModuleBasisFunc...
package net.ai.tmp.cloudstore.visual; import net.ai.Message; import net.ai.Status; import java.util.ArrayList; import java.util.HashMap; public interface Form { void actionResult(Status outcome, ArrayList<Message> lines); void progress(int position, int total); void enable(int group); void disable...
package dominic.test; import com.google.common.collect.Lists; import com.google.common.collect.Sets; import dominic.mybatis.support.Restriction; import dominic.mybatis.support.stream.Restrictions; import dominic.mybatis.utils.RestrictionsUtils; import dominic.test.dto.ExchangeBillSearchDTO; import org.junit.Test; imp...
/* * Copyright 2001-2015 Aspose Pty Ltd. All Rights Reserved. * * This file is part of Aspose.Tasks. The source code in this file * is only intended as a supplement to the documentation, and is provided * "as is", without warranty of any kind, either expressed or implied. */ package programmersguide.resourceas...
// 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...
/* * Copyright (C) 2013-2015 RoboVM AB * * 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...
package com.phl.print.transform; public enum RunVariant { DEBUG, RELEASE, ALWAYS, NEVER }