text
stringlengths
7
995k
/****************************************************************************** * * : ShellTable.java,v $ * * Atta Zabihi * **************************************************************************** * * : 1.2 $ * * : ShellTable.java,v 1.2 2010/07/22 14:03:34 azabihi Exp $ * *******************************...
/* * Copyright (c) 2011-2016, Peter Abeles. All Rights Reserved. * * This file is part of BoofCV (http://boofcv.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://www...
package com.loop.demo.admin.JavaBook; import java.util.Arrays; import java.util.Collections; import java.util.List; /** * @Auther: 霍运浩 * @Date: 2019/1/25 0025 20:04 * @Description: 吧一个句子的单词进行反转 比如how are you 反转为 you are how * @think:先对句子整体反转 uoy era woh 然后再对单个单词反转 */ public class exe1 { public static voi...
/* * Copyright 2019 Smart Society Services B.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 */ package org.opensmartgridplatform.adapte...
package org.formacio.repositori; import javax.xml.bind.annotation.XmlRootElement; import com.fasterxml.jackson.annotation.JsonProperty; @XmlRootElement public class Persona { private String clau; @JsonProperty("contacte") private String nom; private String telefon; public Persona() { } public Persona(Strin...
package slimeknights.tconstruct.plugin.jei.melting; import com.mojang.datafixers.util.Pair; import net.minecraft.fluid.Fluid; import net.minecraftforge.fluids.FluidStack; import slimeknights.tconstruct.library.recipe.fuel.MeltingFuel; import java.util.Collections; import java.util.Comparator; import java.util.HashMap...
/* * 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 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.apache.avalon.framework.logger; import org.apache.log4j.Level; public final class Log4JLogger implements Logger { private static final String FQCN; private final org.apache.log4j.Logger m_logger; // $FF: synthetic field static Class class$org$apache$avalon$framework$logger$Log4JLogger; pub...
/** * OLAT - Online Learning and Training<br> * http://www.olat.org * <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 * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unl...
package parseTree.nodeTypes; import parseTree.ParseNode; import parseTree.ParseNodeVisitor; import tokens.Token; public class ParamSpecificationNode extends ParseNode { public ParamSpecificationNode(Token token) { super(token); // TODO Auto-generated constructor stub } public ParamSpecificationNode(ParseNode...
import java.awt.*; public class Ellipse extends Item{ private Node[] nodes; //{foci[0], foci[1], tminnode, tmaxnode, other} //"other" = some point on ellipse = determines "a" value private double a; private double tmin; private double tmax; private double[]x; private double[]y; //pr...
package net.minecraft.network.protocol.game; import javax.annotation.Nullable; import net.minecraft.advancements.Advancement; import net.minecraft.network.FriendlyByteBuf; import net.minecraft.network.protocol.Packet; import net.minecraft.resources.ResourceLocation; public class ServerboundSeenAdvancementsPacket impl...
/* * Copyright (C) 2008 The Guava 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 applicable law or agre...
package com.jeff.demo.androiddemo; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on an Andro...
package org.algohub.engine.codegenerator; import org.junit.Test; import static org.algohub.engine.codegenerator.DataTypes.*; import static org.junit.Assert.assertEquals; @SuppressWarnings({"PMD.CommentRequired"}) public class RubyCodeGeneratorTest { @Test public void generateRubyFunctionTest() { final Strin...
package ji.socketCommunication.http.server; import java.util.HashMap; import ji.common.structures.MapDictionary; import ji.common.structures.Tuple2; public class RequestParameters extends MapDictionary<String, Object> { private String plainBody; @SafeVarargs @Deprecated public RequestParameters(Tuple2<String...
/* * Copyright (c) 2015 EMC Corporation * All Rights Reserved */ package com.emc.cloud.ucsm.service; import java.io.StringWriter; import java.lang.reflect.InvocationTargetException; import javax.xml.bind.JAXBContext; import javax.xml.bind.JAXBElement; import javax.xml.bind.JAXBException; import javax.xml.bind.Mars...
/* * Copyright 2012-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...
/*- * #%L * mellifluent-core * %% * Copyright (C) 2020 - 2021 Max Hohenegger <mellifluent@hohenegger.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.apac...
package fi.riista.feature.permit.application.bird; import fi.riista.feature.permit.application.HarvestPermitApplication; import fi.riista.feature.permit.application.HarvestPermitApplicationSpeciesAmount; import fi.riista.feature.permit.application.PermitHolder; import fi.riista.feature.permit.application.attachment.Ha...
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2021.03....
package com.aidriveall.cms.web.rest.standalone; import com.aidriveall.cms.config.OAuthProperties; import com.alibaba.fastjson.JSONObject; import me.zhyd.oauth.config.AuthConfig; import me.zhyd.oauth.exception.AuthException; import me.zhyd.oauth.model.AuthCallback; import me.zhyd.oauth.model.AuthResponse; import me.zhy...
/** * $Id$ * $URL$ * SiteEntityProvider.java - entity-broker - Jun 29, 2008 8:35:55 AM - azeckoski ************************************************************************** * Copyright (c) 2008, 2009 The Sakai Foundation * * Licensed under the Educational Community License, Version 2.0 (the "License"); * you m...
// *************************************************************************************************************************** // * 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 regardi...
package net.minecraftforge.fml.common; import java.util.concurrent.CountDownLatch; import java.util.concurrent.atomic.AtomicBoolean; import net.minecraft.server.MinecraftServer; public class StartupQuery { // internal class/functionality, do not use public static boolean confirm(String text) { S...
package fr.javatronic.blog.massive.annotation1.sub1; import fr.javatronic.blog.processor.Annotation_001; @Annotation_001 public class Class_2062 { }
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
package com.snowcattle.game.template; import com.snowcattle.game.template.xml.MacroObject; import com.snowcattle.game.template.xml.MessageObject; import org.apache.velocity.Template; import org.apache.velocity.VelocityContext; import org.apache.velocity.app.Velocity; import org.apache.velocity.app.VelocityEngine; im...
/* * MIT License * * Copyright (c) 2017-2018 nuls.io * * 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, mod...
/* * 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.freedesktop.pixman1; import com.sun.jna.Pointer; import com.sun.jna.Structure; import java.util.Arrays; import java.util.List; /** * <i>native declaration : /usr/include/pixman-1/pixman.h:1007</i><br> * This file was autogenerated by <a href="http://jnaerator.googlecode.com/">JNAerator</a>,<br> * a tool ...
package com.opengg.core.model.process.quickhull3d; /* * #%L * A Robust 3D Convex Hull Algorithm in Java * %% * Copyright (C) 2004 - 2014 John E. Lloyd * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1....
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.resourcemanager.securityinsights.fluent.models; import com.azure.core.annotation.Immutable; import com.azure.core.util.logging.ClientLogger; imp...
package club.eridani.cursa.utils.particles; import net.minecraft.client.Minecraft; import org.lwjgl.input.Mouse; import org.lwjgl.opengl.GL11; import java.util.ArrayList; import java.util.List; public class ParticleSystem { private static final float SPEED = 0.1f; private final List<Particle> particleList =...
package de.perdian.flightlog.modules.flights.model; import java.io.Serializable; import java.time.Duration; import java.util.UUID; import de.perdian.flightlog.modules.airlines.persistence.AirlineEntity; import de.perdian.flightlog.modules.users.persistence.UserEntity; import de.perdian.flightlog.support.types.CabinCl...
// Copyright (c) 2019, the R8 project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. package com.android.tools.r8.desugar.desugaredlibrary; import static com.android.tools.r8.utils.InternalO...
package com.gitlab.hillel.dnepr.java.ee.oleksii.zinkevych.indexer.exceptions; public class RepositoryIndexerException extends IllegalStateException { public RepositoryIndexerException() { } public RepositoryIndexerException(String s) { super(s); } public RepositoryIndexerException(String ...
/* * Cloud Foundry 2012.02.03 Beta * Copyright (c) [2009-2012] VMware, Inc. All Rights Reserved. * * This product is licensed to you under the Apache License, Version 2.0 (the "License"). * You may not use this product except in compliance with the License. * * This product includes a number of subcomponents wit...
/* * Copyright (c) 2020, Peter Abeles. All Rights Reserved. * * This file is part of BoofCV (http://boofcv.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://www.apac...
/* * 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...
package frc.robot.Auto; import edu.wpi.first.wpilibj2.command.SequentialCommandGroup; import frc.robot.Auto.Commands.*; public class Barrel extends SequentialCommandGroup{ public Barrel(){ addCommands( //new DriveAngle(1, 90, 0.75), new DriveWithTime(-1, -1, 1) ); } ...
package zj.thread.consumer_producer; /** * @author Lzj Created on 2016/3/17. */ public class EventConsumer implements Runnable { private EventStorage storage; public EventConsumer(EventStorage storage) { this.storage = storage; } @Override public void run() { for (int i = 0; i ...
package io.spring.oauth2.resources.rest.util; import org.springframework.data.domain.Page; import org.springframework.http.HttpHeaders; import java.net.URI; import java.net.URISyntaxException; /** * Utility class for handling pagination. * <p> * <p> * Pagination uses the same principles as the <a href="https://d...
/* * Copyright 2018 Nextworks s.r.l. * * 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 w...
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * gradle plugin from the resource data it found. It * should not be modified by hand. */ package androidx.asynclayoutinflater; public final class R { private R() {} public static final class attr { private a...
/*- * Copyright (C) 2011, 2017 Oracle and/or its affiliates. All rights reserved. * * This file was distributed by Oracle as part of a version of Oracle NoSQL * Database made available at: * * http://www.oracle.com/technetwork/database/database-technologies/nosqldb/downloads/index.html * * Please see the LICENS...
package com.exampl.zxq.dubbo.adaptiveMethod; import com.exampl.zxq.dubbo.utils.URL; public class SimpleEx_impl2 implements SimpleEx { @Override public void echo(URL url, String s) { System.out.println("SimpleEx_impl2"); } @Override public void bang(URL url, int i) { } }
package com.rudolfschmidt.majara.models; public enum NodeType { ELEMENT_NAME, ATTRIBUTE_KEY, ATTRIBUTE_TEXT_VALUE, ELEMENT_TEXT_VALUE, ELEMENT_MODEL_VALUE, ATTRIBUTE_MODEL_VALUE, }
/** * ************************************************* * Copyright (c) 2019, Grindrod Bank Limited * License MIT: https://opensource.org/licenses/MIT * ************************************************** */ package org.tilkynna.lookup.driver; public class DriversLocationException extends RuntimeException { pr...
/* * Copyright (c) 2011 Google, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
package com.atguigu.gmall.common.exception; public class UserException extends RuntimeException { public UserException() { super(); } public UserException(String message) { super(message); } }
package de.markusfisch.android.shadereditor.fragment; import de.markusfisch.android.shadereditor.app.ShaderEditorApp; import de.markusfisch.android.shadereditor.graphics.BitmapEditor; import de.markusfisch.android.shadereditor.R; import android.app.Activity; import android.content.Context; import android.graphics.Bit...
package com.gamecodeschool.c25platformer.GOSpec; import android.graphics.PointF; public class StalagmiteTileSpec extends GameObjectSpec { private static final String tag = "Inert Tile"; private static final String bitmapName = "stalagmite"; private static final int framesOfAnimation = 1; private stati...
package org.noear.solon.logging; import org.noear.solon.Solon; import org.noear.solon.core.util.PrintUtil; import org.noear.solon.logging.event.Appender; import org.noear.solon.logging.event.Level; import org.noear.solon.logging.event.LogEvent; import java.util.LinkedHashMap; import java.util.Map; /** * 添加器持有者(用于支持...
package org.kairosdb.core.reporting; import com.codahale.metrics.Histogram; import com.codahale.metrics.Metric; import com.codahale.metrics.Snapshot; import com.google.common.collect.ImmutableList; import com.google.inject.Inject; import com.google.inject.name.Named; import org.kairosdb.core.DataPoint; import org.kair...
// Copyright 2004 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 applicable ...
package fr.javatronic.blog.massive.annotation1.sub1; import fr.javatronic.blog.processor.Annotation_001; @Annotation_001 public class Class_5609 { }
/* * 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 the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may...
package com.suppergerrie2.chonkysheep; import com.suppergerrie2.chonkysheep.entities.rendering.ChonkySheepRenderer; import net.fabricmc.api.ClientModInitializer; import net.fabricmc.fabric.api.client.rendering.v1.EntityRendererRegistry; import net.minecraft.entity.EntityType; public class ChonkySheepModClient impleme...
/* * This file is part of the DITA Open Toolkit project. * * Copyright 2013 Jarno Elovirta * * See the accompanying LICENSE file for applicable license. */ package org.dita.dost.writer; import org.dita.dost.util.Configuration; import org.dita.dost.util.XMLUtils; import org.xml.sax.Attributes; import org.xml.sax....
/* * 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 DAO; import Database.*; import DTO.Rate; import java.sql.*; import java.util.ArrayList; import java.util.List; import java.ut...
/* * Copyright 2012-2018 MarkLogic Corporation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
/* * (C) Copyright 2006-2011 Nuxeo SA (http://nuxeo.com/) and others. * * 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 re...
package com.anychart.core.radar.series; import com.anychart.APIlib; import com.anychart.chart.common.dataentry.DataEntry; import com.anychart.JsObject; import com.anychart.core.radar.series.Base; import java.util.Locale; import java.util.Arrays; import java.util.List; import java.util.ArrayList; import android.text....
/* * 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 ...
package drakonli.jcomponents; import javafx.scene.control.Alert; public interface ISimpleAlertFactory { public Alert createSimpleAlert(String title, String headerText, Alert.AlertType alertType); }
package netty.time; import io.netty.bootstrap.ServerBootstrap; import io.netty.channel.ChannelFuture; import io.netty.channel.ChannelInitializer; import io.netty.channel.ChannelOption; import io.netty.channel.nio.NioEventLoopGroup; import io.netty.channel.socket.SocketChannel; import io.netty.channel.socket.nio.NioSer...
/* * 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 ma...
/* * Copyright 2002-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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
/* * Certain versions of software and/or documents ("Material") accessible here may contain branding from * Hewlett-Packard Company (now HP Inc.) and Hewlett Packard Enterprise Company. As of September 1, 2017, * the Material is now offered by Micro Focus, a separately owned and operated company. Any reference to ...
package org.jeecg.common.system.vo; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import lombok.Data; import lombok.EqualsAndHashCode; import lombok.experimental.Accessors; import java.io.Serializable; @Data @EqualsAndHashCode(callSuper = false) @Accessors(chain = true) @JsonIgnoreProperties(ignoreUn...
package jp.posl.jprophet.operation; import org.junit.Test; import jp.posl.jprophet.NodeUtility; import com.github.javaparser.ast.CompilationUnit; import com.github.javaparser.ast.Node; import com.github.javaparser.printer.lexicalpreservation.LexicalPreservingPrinter; import static org.assertj.core.api.Assertions.*;...
package com.example.laoyuan.coolweather.util; import android.text.TextUtils; import com.example.laoyuan.coolweather.db.City; import com.example.laoyuan.coolweather.db.County; import com.example.laoyuan.coolweather.db.Province; import com.example.laoyuan.coolweather.gson.Weather; import com.google.gson.Gson; import o...
/******************************************************************************* * Copyright (c) 2015-2019 Skymind, Inc. * * 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. * *...
/* * Copyright (C) 2016 Migeran * * Licensed under the Eclipse Public License, Version 1.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/org/documents/epl-v10.php * * Unless required by applicable la...
/* * 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 ...
package de.deeprobin.playerlist; import de.deeprobin.playerlist.listener.ServerListListener; import net.md_5.bungee.api.plugin.Plugin; import org.bstats.bungeecord.Metrics; public final class BungeePlugin extends Plugin { @Override public void onEnable(){ this.getProxy().getPluginManager().registerLi...
package com.mccarron.Gui; import com.mccarron.Game.Game; import com.mccarron.GameConstants; import javax.swing.*; import java.awt.*; import java.awt.event.*; import java.util.ArrayList; public class Gui { private ArrayList<Cell> grid = new ArrayList<Cell>(GameConstants.GRID_SIZE); private GridListener gridLis...
/** * MIT License * Copyright (c) 2018 yadong.zhang * 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, ...
package com.megetood; import com.megetood.utils.SpringUtil; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.annotation.Bean; import tk.mybatis.spring.annotation.MapperScan; /** * @author Megetood * @date 2019/...
package vproxyapp.app.cmd.handle.resource; import vproxy.component.app.Socks5Server; import vproxy.component.app.TcpLB; import vproxy.component.proxy.Session; import vproxyapp.app.Application; import vproxyapp.app.cmd.Command; import vproxyapp.app.cmd.Resource; import vproxyapp.app.cmd.ResourceType; import java.util....
package com.dmarcu.onion.outerlayer.dtos; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; @Data @NoArgsConstructor @AllArgsConstructor public class ISBNDto { private String isbn; }
/** * * 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 ...
/* * This file was automatically generated by EvoSuite * Sat Nov 28 10:16:22 GMT 2020 */ package org.fixsuite.message; import org.junit.Test; import static org.junit.Assert.*; import static org.evosuite.runtime.EvoAssertions.*; import java.util.List; import org.evosuite.runtime.EvoRunner; import org.evosuite.runti...
/* * 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 (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...
package com.baidubce.services.route.model; import com.baidubce.auth.BceCredentials; import com.baidubce.model.AbstractBceRequest; /** * Created by zhangjing60 on 17/8/2. */ public class GetRouteRequest extends AbstractBceRequest { /** * the API's version number */ private String version; /**...
/* * 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...
/* * 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 ...
/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.uccollaborationlib; import com.wilutions.com.*; /** * InstantMessageContentType. * Enumerates the InstantMessage content types */ @SuppressWarnings("all") @CoInterface(guid="{00000000-0000-0000-0000-000000000000}") public class InstantMessageC...
package uk.gov.cshr.atsadaptor.service.cshr; import java.net.URI; import java.time.Instant; import java.util.ArrayList; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.factory.annotation.Value; import org.springframework.b...
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 3.0.12 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * -----------------------------...
/** * 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 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"); y...
// Targeted by JavaCPP version 1.5-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.opencv.opencv_tracking; import org.bytedeco.javacpp.annotation.Index; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import org.bytedeco.opencv.opencv_core.*; import static org.bytedec...
/** * 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 us...