text
stringlengths
7
995k
package com.raizlabs.android.dbflow.config; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteException; import android.database.sqlite.SQLiteOpenHelper; import android.database.sqlite.SQLiteStatement; import com.raizlabs.android.dbflow.DatabaseHelperL...
package com.example.dell.proyecto_final_one; import android.content.Context; import android.content.Intent; import android.media.AudioAttributes; import android.media.AudioManager; import android.media.SoundPool; import android.os.Build; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import...
/* * 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 ...
/** * Copyright (c) 2008-2014, http://www.snakeyaml.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.apache.org/licenses/LICENSE-2.0 * * Unless required by appl...
package com.banary.cache; import com.google.common.collect.Maps; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.cache.support.AbstractValueAdaptingCache; import org.springframework.lang.Nullable; import org.springframework.stereotype.Component; import java.util.Map; import java.ut...
package org.mediasoup.droid; import android.text.TextUtils; import java.io.ByteArrayOutputStream; import java.io.InputStream; public class Utils { public static String readTextStream(InputStream inputStream) throws Exception { ByteArrayOutputStream result = new ByteArrayOutputStream(); byte[] buffer = new...
package com.huaweicloud.sdk.servicestage.v2.model; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonValue; import com.huaweicloud.sdk.servicestage.v2.model.Reso...
package org.bukkit.material; import org.bukkit.Material; import org.bukkit.block.BlockFace; /** * Material data for the piston extension block */ public class PistonExtensionMaterial extends MaterialData implements Attachable { /** * @param type the raw type id * @deprecated Magic value */ @D...
package net.haesleinhuepf.clijx.clij1wrappers; import net.haesleinhuepf.clij.CLIJ; import net.haesleinhuepf.clij.clearcl.ClearCLImage; import net.haesleinhuepf.clij.kernels.Kernels; // this is generated code. See src/test/java/net/haesleinhuepf/clijx/codegenerator for details public class CLIJ1Crop{ /** * ...
package com.sting.test.db.entity; import com.alibaba.fastjson.JSON; import com.baomidou.mybatisplus.annotation.FieldFill; import com.baomidou.mybatisplus.annotation.TableField; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import com.baomidou.mybatisplus.exte...
package discounty.com.helpers; import android.content.Context; import android.net.ConnectivityManager; import android.net.NetworkInfo; import android.telephony.TelephonyManager; import java.net.InetAddress; import java.net.UnknownHostException; public class NetworkHelper { public static boolean isNetworkConnec...
/* * Copyright 1997-2022 Unidata Program Center/University Corporation for * Atmospheric Research, P.O. Box 3000, Boulder, CO 80307, * support@unidata.ucar.edu. * * This library is free software; you can redistribute it and/or modify it * under the terms of the GNU Lesser General Public License as published by ...
package au.com.mineauz.minigames.backend; import au.com.mineauz.minigames.Minigames; import au.com.mineauz.minigames.backend.mysql.MySQLBackend; import au.com.mineauz.minigames.backend.sqlite.SQLiteBackend; import au.com.mineauz.minigames.backend.test.TestBackEnd; import au.com.mineauz.minigames.minigame.Minigame; imp...
/* * Copyright 2021 Comcast Cable Communications Management, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by...
/* * Copyright 2018 John Grosh <john.a.grosh@gmail.com>. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
/** * This file is part of FileSpace for Android, an app for managing your server (files, talks...). * <p> * Copyright (c) 2014-2015 FileSpace for Android contributors (http://mercandalli.com) * <p> * LICENSE: * <p> * FileSpace for Android is free software: you can redistribute it and/or modify it under the term...
/* * Copyright by Zoltán Cseresnyés, Ruman Gerst * * Research Group Applied Systems Biology - Head: Prof. Dr. Marc Thilo Figge * https://www.leibniz-hki.de/en/applied-systems-biology.html * HKI-Center for Systems Biology of Infection * Leibniz Institute for Natural Product Research and Infection Biology - Hans Kn...
package com.qf.dto; import java.io.Serializable; public class ResultBean implements Serializable { private static final long serialVersionUID = 42L; //结果的状态码:1表示返回的是错误的信息,0表示返回的是正确(正常)的信息 private int errno; //结果的数据 private Object data; //具体的信息 private String message; /** ...
/* * Copyright 2015-2022 Real Logic Limited, Adaptive Financial Consulting 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Un...
package com.ui.reddittrends.consumer; import com.ui.reddittrends.consumer.data.Event; import com.ui.reddittrends.consumer.data.EventType; import org.springframework.stereotype.Component; import javax.inject.Inject; import java.util.*; import java.util.concurrent.ConcurrentHashMap; import java.util.function.BiFunctio...
/* * Copyright 2000-2017 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...
/* * 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wr...
/** * 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 m...
package br.com.iagocolodetti.heroi.repository; import br.com.iagocolodetti.heroi.model.Heroi; import java.util.List; import java.util.Optional; import org.springframework.data.jpa.repository.Query; import org.springframework.stereotype.Repository; /** * * @author iagocolodetti */ @Repository public interface Heroi...
package no.agens.depth.headers; import android.graphics.Bitmap; import android.graphics.BitmapShader; import android.graphics.Canvas; import android.graphics.Matrix; import android.graphics.Paint; import android.graphics.PorterDuff; import android.graphics.PorterDuffXfermode; import android.graphics.Shader; import and...
/* * Copyright 2015-2018 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...
/* * Copyright 2011 JBoss 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 in ...
package com.github.piedpiper.node.firebase; import java.io.InputStream; import java.util.function.Function; import org.apache.commons.lang3.StringUtils; import com.amazonaws.util.StringInputStream; import com.github.piedpiper.node.BaseNode; import com.github.piedpiper.node.NodeInput; import com.github.piedpiper.node...
package io.github.winterbear.wintercore.wonderhaul.microblocks.crates; import org.bukkit.entity.Player; import org.bukkit.inventory.ItemStack; /** * Created by WinterBear on 19/09/2020. */ public class CratePrize { private ItemStack prize; private SlotType type; public void rewardPlayer(Player player...
/** * Copyright (c) 2015-2017, Chill Zhuang 庄骞 (smallchill@163.com). * <p> * 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 * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Un...
/* * 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 ...
/* * 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 under t...
// This file is auto-generated, don't edit it. Thanks. package com.antgroup.antchain.openapi.twc.models; import com.aliyun.tea.*; public class ContractAccountApplication extends TeaModel { // 邮箱地址,默认空 @NameInMap("email") public String email; // 证件号 @NameInMap("id_number") @Validation(required...
package by.bstu.ms.diploma.oauth2server.config; import by.bstu.ms.diploma.oauth2server.config.mongoDb.MongoTokenStore; import by.bstu.ms.diploma.oauth2server.service.AuthClientDetailsService; import by.bstu.ms.diploma.oauth2server.service.CustomUserDetailsService; import org.springframework.beans.factory.annotation.Au...
package dev.halilerkan.finalproject.sms; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class SmsApplicationTests { @Test void contextLoads() { } }
/* * Copyright 2018 David Sargent * * 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...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
package com.promeg.learn.otto.demo.net; import model.Ticker; import retrofit.Callback; import retrofit.http.GET; public interface BitCoinInterface { @GET("/api/ticker.do") void contributors(Callback<Ticker> cb); }
package br.com.resultatec.sagflix.domain.service; import javax.transaction.Transactional; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import br.com.resultatec.sagflix.domain.model.Categoria; import br.com.resultatec.sagflix.domain.repository.Categoria...
package com.example.trafficapp; import android.content.Intent; import android.os.Bundle; import android.text.TextUtils; import android.util.Log; import android.view.View; import android.widget.Button; import android.widget.ProgressBar; import android.widget.TextView; import android.widget.Toast; import androidx.annot...
/** * StatusType.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.codeborne.security.digidoc; public class StatusType implements java.io.Serializable { private com.codeborne.security.digidoc.StatusCodeType statusCode; ...
package at.emu.i8086.simple; import java.util.Arrays; import java.util.HashMap; import java.util.Map; /** * state of the emulates i8086 cpu */ public class Cpu { // registers' indices in the registers array public static final int AX = 0; public static final int CX = 1; public static final int DX =...
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed ...
/* * Copyright 2019 The AoE 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 agreed ...
package org.testcontainers.utility; import com.github.dockerjava.api.DockerClient; import com.github.dockerjava.api.command.InspectContainerResponse; import com.github.dockerjava.api.exception.NotFoundException; import com.github.dockerjava.api.model.Bind; import com.github.dockerjava.api.model.ExposedPort; import com...
/**************************************************************************** Copyright 2013, Colorado School of Mines 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.apac...
package com.egoveris.deo.web.satra; import com.egoveris.deo.base.service.TipoDocumentoService; import com.egoveris.deo.model.model.FamiliaTipoDocumentoDTO; import com.egoveris.deo.model.model.TipoDocumentoDTO; import com.egoveris.deo.util.Constantes; import java.io.IOException; import java.util.ArrayList; import java...
package nl.isaac.dotcms.languagevariables.languageservice; import java.util.ArrayList; import java.util.List; import javax.servlet.http.HttpServletRequest; import com.dotmarketing.business.APILocator; import com.dotmarketing.business.DotStateException; import com.dotmarketing.exception.DotDataException; import com.d...
/******************************************************************************* * Copyright 2019, 2020 grondag * * 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...
package cucumber.steps.site.pages; import cucumber.steps.driver.WebDriverWrapper; import cucumber.steps.site.SnowballSite; public class AddContactPage { private final SnowballSite site; private final WebDriverWrapper driver; public AddContactPage(SnowballSite snowballSite) { site = snowballSite; ...
package tag.array; public class ReadNCharactersGivenRead4II { char[] buffer = new char[4]; int buffPtr = 0; int bufferCnt = 0; public int read(char[] buf, int n) { int i = 0; while (i < n) { if (buffPtr == 0) { bufferCnt = read4(buffer); } ...
/* * Copyright 2002-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/** * Copyright (c) 2010-2019 Mark Allen, Norbert Bartels. * * 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,...
package com.github.pjfanning.poi.xssf.streaming; import org.apache.commons.text.StringEscapeUtils; import org.apache.poi.ooxml.POIXMLDocumentPart; import org.apache.poi.openxml4j.opc.OPCPackage; import org.apache.poi.openxml4j.opc.PackagePart; import org.apache.poi.ss.util.CellAddress; import org.apache.poi.util.TempF...
package com.stylefeng.guns.system; import com.baomidou.mybatisplus.mapper.EntityWrapper; import com.baomidou.mybatisplus.mapper.Wrapper; import com.stylefeng.guns.base.BaseJunit; import com.stylefeng.guns.modular.system.dao.MenuMapper; import com.stylefeng.guns.modular.system.model.Menu; import org.junit.Test; import ...
package com.zoctan.api.service.impl; import com.zoctan.api.core.service.AbstractService; import com.zoctan.api.mapper.ProblemMapper; import com.zoctan.api.model.Problem; import com.zoctan.api.service.ProblemService; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transa...
package it.eparlato.tictactoe.grid; import it.eparlato.tictactoe.Symbol; public class Grid { protected Field[][] fields; public Grid() { fields = new Field[3][3]; initGridWithEmptyFields(); } public boolean takeField(FieldCoordinates fieldCoordinates, Symbol playerSymbol) { F...
/* Copyright 2014-2016 Intel 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 or agreed to in writing, s...
/** * @author alexanderweiss * @date 20.11.2015 */ package com.github.alexanderwe.bananaj.model.campaign; public enum CampaignStatus { SAVE("save"), PAUSED("paused"), SCHEDULE("schedule"), SENDING("sending"), SENT("sent"); private String stringRepresentation; CampaignStatus(String stringRepresentation ){ ...
/* * 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")...
package org.protege.owlapi.inference.cls; import org.semanticweb.owlapi.model.*; import java.util.HashSet; import java.util.Iterator; import java.util.Set; @SuppressWarnings("NullableProblems") public class ChildClassExtractor implements OWLAxiomVisitor { private final NamedConjunctChecker checker = new NamedCo...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
package com.telran.contact.tests; import com.telran.contact.fw.DataProviders; import com.telran.contact.models.Contact; import com.telran.contact.models.User; import org.testng.Assert; import org.testng.annotations.BeforeMethod; import org.testng.annotations.DataProvider; import org.testng.annotations.Test; import ja...
package com.kurlabo.backend.dto.mypage; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; @Data @AllArgsConstructor @NoArgsConstructor @Builder public class FavoriteProductDto { private Long product_id; private String list_image_url; private Stri...
/** * Copyright 2009-2017 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 * * Unle...
package com.javase.gui.example; import java.awt.BorderLayout; import java.awt.Dimension; import java.awt.FlowLayout; import java.awt.Toolkit; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.i...
/* * Copyright 2015-2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
package eu.liveandgov.wp1.data.impl; import eu.liveandgov.wp1.data.AbstractItem; import eu.liveandgov.wp1.data.DataCommons; import eu.liveandgov.wp1.serialization.impl.ProximitySerialization; /** * <p>Result of a proximity query</p> * Created by Lukas Härtel on 09.02.14. */ public class Proximity extends AbstractI...
package com.fr.swift.beans.factory.recursion.bean.prototype; import com.fr.swift.beans.annotation.SwiftBean; /** * This class created on 2018/11/28 * * @author Lucifer * @description * @since Advanced FineBI 5.0 */ @SwiftBean public class RecursionA { }
/** * Copyright 2014-2016 CyberVision, 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 applicabl...
/** * 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 2019 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 applica...
/** */ package org_sl_planet_bgfSimplified.impl; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.impl.MinimalEObjectImpl; import org_sl_planet_bgfSimplified.Any; import org_sl_planet_bgfSimplified.Org_sl_planet_bgfSimplifiedPackage; /** * <!-- begin-user-doc --> * An implementation of the model ...
// Copyright 2000-2018 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.uiDesigner.make; import com.intellij.DynamicBundle; import com.intellij.lang.java.JavaParserDefinition; import com.intellij.lang.jvm.JvmMethod; import com.in...
package org.traccar.protocol; import java.nio.ByteOrder; import org.junit.Test; import org.traccar.ProtocolTest; public class MeitrackProtocolDecoderTest extends ProtocolTest { @Test public void testDecode() throws Exception { MeitrackProtocolDecoder decoder = new MeitrackProtocolDecoder(new Meitrac...
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. */ package com.microsoft.azure.management.compute.implementation; import com.google.gson.Gson; import com.microsoft.azure.AzureEnvironment; import com.mic...
/** * Copyright (C) 2011 Inqwell Ltd * * You may distribute under the terms of the Artistic License, as specified in * the README file. */ /* * $Archive: /src/com/inqwell/any/ProxyDescriptor.java $ * $Author: sanderst $ * $Revision: 1.5 $ * $Date: 2011-04-07 22:18:19 $ */ package com.inqwell.any; import j...
/* * Copyright 2020 Gepardec IT Services GmbH and the CheetUnit contributors * SPDX-License-Identifier: Apache-2.0 */ package io.github.cheetunit.core; import java.time.LocalDate; public class Notserializable { private LocalDate[] localDates; public LocalDate[] getLocalDates() { return localDates...
package io.hello.the.fool.entity; import io.hello.the.fool.common.base.entiry.AuditingEntity; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import javax.persistence.*; import java.util.HashSet; import java.util.Set; @Setter @Getter @NoArgsConstructor @Entity @Table(name = "T_SYS_RESOUR...
package streams.demo; import java.util.stream.Collectors; import java.util.stream.Stream; public class StreamOperations { public static void main(String[] args) { // Example of 'map'. Argument of 'map' is a lambda function Stream.of("a", "b", "c").map(n -> n + "_1").forEach(System.out::println); ...
package cc.ccoder.springbootjpathymeleafcurd.service; import cc.ccoder.springbootjpathymeleafcurd.common.Page; import cc.ccoder.springbootjpathymeleafcurd.pojo.User; import java.util.List; public interface UserService { List<User> getUserList(); User findUserById(long id); void save(User user); v...
package com.study.exchange.fanout; import com.rabbitmq.client.Channel; import com.rabbitmq.client.Connection; import com.rabbitmq.client.ConnectionFactory; import com.study.exchange.config.RabbitMqConfig; import com.study.exchange.neum.RabbitMqExchangeModel; import org.junit.Test; /** * @author jiayq */ public clas...
/* * 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 Contributors to the GPX Animator 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 ...
/* * 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 com.semihbg.algoprac.algopracandroid.ui; import com.semihbg.algoprac.algopracandroid.model.Algorithm; public interface AlgorithmUIGenerator { void generate(AlgorithmUIContext algorithmUIContext); }
/* * 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")...
package com.java110.vo.api.advert; import com.java110.vo.MorePageVo; import java.io.Serializable; import java.util.List; public class ApiAdvertVo extends MorePageVo implements Serializable { List<ApiAdvertDataVo> adverts; public List<ApiAdvertDataVo> getAdverts() { return adverts; } public...
package org.bian.dto; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import javax.validation.Valid; /** * SDPartyLifeCycleManagementActivateOutputModelServiceDomainSe...
/* 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 use this ...
package com.learningassistance; import com.facebook.react.ReactActivity; public class MainActivity extends ReactActivity { /** * Returns the name of the main component registered from JavaScript. * This is used to schedule rendering of the component. */ @Override protected String getMainCo...
// =================================================================================================== // _ __ _ _ // | |/ /__ _| | |_ _ _ _ _ __ _ // | ' </ _` | | _| || | '_/ _` | // |_|\_\__,_|_|\__|\_,_|_| \_...
/* * Copyright (c) 2002-2018 Gargoyle Software 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 ...
package com.zondy.mapgis.mobile.react; import com.facebook.react.bridge.ReactApplicationContext; import com.facebook.react.bridge.ReactContextBaseJavaModule; import com.zondy.mapgis.core.geometry.AnnType; import com.zondy.mapgis.core.object.Enumeration; import com.zondy.mapgis.core.srs.CoordType; import java.util.Has...
import java.awt.Color; import java.awt.Font; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.ImageIcon; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.JScrollPane; import javax.swing.JTable; imp...
/* * 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 Software Foundation. Oracle designates this * particular file as subject to th...
/* * Copyright 2019 is-land * * 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...
package com.journaldev.serialization; import java.io.Serializable; public class Employee implements Serializable { private static final long serialVersionUID = -6470090944414208496L; private String name; private int id; transient private int salary; private String password; @Override public String toString(...