text
stringlengths
7
995k
/* -------------------------------------------------------------------------- * * OpenSim Moco: TestSlidingMass.java * * -------------------------------------------------------------------------- * * Copyright (c) 2017 Stanford University and the Authors * ...
/* * Copyright 2013 MovingBlocks * * 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 com.github.davidmoten.net; import java.security.KeyManagementException; import java.security.KeyStoreException; import java.security.NoSuchAlgorithmException; import javax.net.ssl.SSLContext; import org.apache.http.client.HttpClient; import org.apache.http.config.Registry; import org.apache.http.config.Regis...
/* * 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.tms.model.entity.dao; import com.tms.model.entity.Translator; import com.tms.model.entity.User; /** * * @author sdrahne...
/* * Copyright 2015 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 a...
// // ConsoleLogEntryLookupTableTest.java // // Lunar Unity Mobile Console // https://github.com/SpaceMadness/lunar-unity-console // // Copyright 2019 Alex Lementuev, SpaceMadness. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the Lice...
/* * Copyright © 2020, 2021 Peter Doornbosch * * This file is part of Kwik, an implementation of the QUIC protocol in Java. * * Kwik 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 version...
/* * LUSID API * * The version of the OpenAPI document: 0.11.2321 * Contact: info@finbourne.com * * 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.finbourne.lusid.model; import java.u...
/* * * 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...
package org.zstack.test.storage.backup; import junit.framework.Assert; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.zstack.core.componentloader.ComponentLoader; import org.zstack.core.db.DatabaseFacade; import org.zstack.header.simulator.storage.backup.SimulatorBackupStorageDetail...
/** * This file is part of Eclipse Steady. * * 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 de.fhg.iais.roberta.visitor.hardware; import de.fhg.iais.roberta.syntax.actors.arduino.LedOffAction; import de.fhg.iais.roberta.syntax.actors.arduino.LedOnAction; import de.fhg.iais.roberta.syntax.actors.arduino.StepMotorAction; import de.fhg.iais.roberta.syntax.sensor.generic.LightSensor; import de.fhg.iais.r...
/** * 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.readytalk.crdt.sets; import static com.google.common.base.Preconditions.checkNotNull; import static com.readytalk.crdt.util.CollectionUtils.checkCollectionDoesNotContainNull; import java.io.IOException; import java.util.Collection; import java.util.Iterator; import java.util.Map; import java.util.Set; im...
package com.elmakers.mine.bukkit.utility.platform.base.entity; import java.util.logging.Logger; import org.bukkit.configuration.ConfigurationSection; import org.bukkit.entity.EnderDragon; import org.bukkit.entity.EnderDragon.Phase; import org.bukkit.entity.Entity; import com.elmakers.mine.bukkit.api.magic.MageContro...
/** * Copyright 2011 Pablo Mendes, Max Jakob * * 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 a...
package mekanism.api.chemical.slurry; import mekanism.api.annotations.MethodsReturnNonnullByDefault; import mekanism.api.MekanismAPI; import mekanism.api.NBTConstants; import mekanism.api.chemical.ChemicalStack; import mekanism.api.providers.ISlurryProvider; import net.minecraft.nbt.CompoundTag; import net.minecraft.n...
/******************************************************************************* * Copyright (C) 2017 http://bndy.net * Created by Bendy (Bing Zhang) ******************************************************************************/ package net.bndy.wf.lib; import java.util.List; import org.springframework.beans.fact...
/* * Copyright 2020 The DistributedEventing 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 l...
/* * 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 uk.gov.hmcts.ccd.domain.types; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.node.JsonNodeFactory; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.DisplayName; import org.junit.jupiter.api.Test; import org.mockito.Mock; import org.mockito.MockitoAnn...
package com.domsplace.LevelTree.Bases; import java.util.ArrayList; import java.util.List; public class LevelTreeObjectBase extends LevelTreeBase { public static List<LevelTreeObjectBase> objects = new ArrayList<LevelTreeObjectBase>(); public static int pointsCurve = 2000; public LevelTreeObjectB...
/* * DirectoryTree.java * * Copyright (C) 2000-2003 Peter Graves * $Id: DirectoryTree.java,v 1.6 2003/07/23 15:52:14 piso Exp $ * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as published by the Free Software Foundation; either v...
/** * Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved. * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose eith...
/* * Copyright @ 2019 - present, 8x8 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 a...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
package com.baeldung.bitwiseoperator.test; import static org.junit.Assert.assertEquals; import org.junit.jupiter.api.Test; public class BitwiseOperatorUnitTest { @Test public void givenTwoIntegers_whenAndOperator_thenNewDecimalNumber() { int value1 = 6; int value2 = 5; int result = va...
/** * Copyright (C) 2008 Stratio (http://stratio.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...
package pl.komorowskidev.solutionsswing.businesslogic.problems.blackjackcounting; import org.springframework.stereotype.Component; import pl.komorowskidev.solutionsswing.businesslogic.exceptions.DataNotValidException; import pl.komorowskidev.solutionsswing.businesslogic.problems.Problem; import pl.komorowskidev.soluti...
package com.trilead.ssh2.transport; import java.io.IOException; /** * MessageHandler. * * @author Christian Plattner, plattner@trilead.com * @version $Id: MessageHandler.java,v 1.1 2007/10/15 12:49:56 cplattne Exp $ */ public interface MessageHandler { void handleMessage(byte[] msg, int msglen) throws IOExcepti...
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
/** * <copyright> * </copyright> * * $Id$ */ package org.wso2.integrationstudio.gmf.esb.impl; import org.eclipse.emf.ecore.EClass; import org.wso2.integrationstudio.gmf.esb.EsbPackage; import org.wso2.integrationstudio.gmf.esb.ValidateMediatorOutputConnector; /** * <!-- begin-user-doc --> * An implementation ...
// SECTION-START[License Header] // <editor-fold defaultstate="collapsed" desc=" Generated License "> /* * Java Object Management and Configuration * Copyright (C) Christian Schulte <cs@schulte.it>, 2011-313 * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modificati...
package org.broadinstitute.ddp.model.activity.instance; import java.util.function.Consumer; import java.util.stream.Stream; import javax.validation.constraints.NotNull; import com.google.gson.annotations.SerializedName; import org.broadinstitute.ddp.content.ContentStyle; import org.broadinstitute.ddp.model.activity.i...
package com.example.esptouchtest.esptouch.protocol; import com.example.esptouchtest.esptouch.task.ICodeData; import com.example.esptouchtest.esptouch.util.ByteUtil; import com.example.esptouchtest.esptouch.util.CRC8; import com.example.esptouchtest.esptouch.util.EspNetUtil; import java.net.InetAddress; public clas...
package com.wzgiceman.rxretrofitlibrary.retrofit_rx.listener; /** * 下载过程中的回调处理 * Created by town on 2016/10/20. */ public abstract class HttpDownOnNextListener<T> { /** * 成功后回调方法 * @param t */ public abstract void onNext(T t); /** * 开始下载 */ public abstract void onStart(); ...
/* * 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 n...
package cn.edu.gdut.douyintoutiao.view.user.follow.model; import android.util.Log; import androidx.lifecycle.LiveData; import androidx.lifecycle.MutableLiveData; import java.util.HashMap; import java.util.List; import java.util.Map; import cn.edu.gdut.douyintoutiao.entity.Follow; import cn.edu.gdut.douyintoutiao.ent...
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Fri Aug 24 12:15:11 GMT 2018 */ package com.soops.CEN4010.JMCA.JParser; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.ju...
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. * * The contents of this file are su...
package com.decathlon.ara.service; import com.decathlon.ara.domain.projection.ExecutedScenarioWithErrorAndProblemJoin; import com.decathlon.ara.repository.ExecutionRepository; import com.decathlon.ara.repository.ExecutedScenarioRepository; import com.decathlon.ara.repository.FunctionalityRepository; import com.decathl...
package gov.cdc.engine; import java.io.InputStream; import org.json.JSONObject; import gov.cdc.engine.commands.Command; import gov.cdc.engine.result.ValidationResult; public interface Validator { public void initialize(InputStream rules) throws ValidatorException; public void initialize(JSONObject rules) throws...
package login.auth.payload.request; import lombok.Getter; import lombok.Setter; import javax.validation.constraints.NotBlank; @Getter // Getters generated by Lombok @Setter // Setters generated by Lombok public class LoginRequest { @NotBlank // Username is mandatory to login private String username; @N...
package com.github.houbb.checksum.support.checksum; import com.github.houbb.checksum.api.checksum.IChecksumResult; import com.github.houbb.heaven.annotation.NotThreadSafe; import com.github.houbb.heaven.reflect.api.IField; import java.util.List; /** * 默认的加签结果信息 * @author binbin.hou * @since 0.0.1 */ @NotThreadSa...
/* * 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...
package com.plexobject.handler.ws; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import org.apache.log4j.Logger; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.ObjectMapper; import com.google.common.annotations.VisibleForTesting; import com.plexo...
/** * Copyright (C) 2016 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...
package mdebug.ecoff; import java.util.Iterator; import java.util.List; import ghidra.program.model.data.BooleanDataType; import ghidra.program.model.data.DataType; import ghidra.program.model.data.InvalidDataTypeException; import ghidra.program.model.data.Structure; import ghidra.program.model.data.StructureDataType...
package io.junq.examples.test.common.test.contract; public interface ISearchTest { void whenSearchByNameIsPerformed_thenNoExceptions(); // id void givenResourceWithIdExists_whenResourceIsSearchedById_thenNoExceptions(); void givenResourceWithIdExists_whenResourceIsSearchedById_thenSearchOperationIsSuccessful();...
package org.oceanops.api.orm.auto; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.util.List; import org.apache.cayenne.BaseDataObject; import org.apache.cayenne.exp.property.ListProperty; import org.apache.cayenne.exp.property.NumericProperty; import org.a...
package pl.edu.agh.gratex.parser; import pl.edu.agh.gratex.constants.GraphElementType; import pl.edu.agh.gratex.model.GraphElement; import pl.edu.agh.gratex.model.GraphElementFactory; import pl.edu.agh.gratex.model.graph.Graph; import pl.edu.agh.gratex.parser.elements.ParseElement; import java.util.List; import java....
package vg.civcraft.mc.civmodcore.inventorygui; import org.bukkit.entity.Player; import org.bukkit.event.inventory.ClickType; import org.bukkit.inventory.ItemStack; public abstract class IClickable { /** * General method called whenever this clickable is clicked with a type that did * not a have a special imple...
package edu.wzm.action.command.example; public class Light { private String location; public Light(String location) { this.location = location; } public void on(){ System.out.println(location + " light is on"); } public void off(){ System.out.println(location + " ligh...
package app.model; /** * Created by winnerawan * on 5/16/17. */ public class LoginResult { private String error; private User user; public String getError() { return error; } public void setError(String error) { this.error = error; } public User getUser() { ret...
/* * SparkBit * * Copyright 2011-2014 multibit.org * Copyright 2014 Coin Sciences Ltd * * 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 License at * * http://opensource.org/licenses/mit-license.php * * Un...
package com.ovit.nswy.member.perfectInfo.service.impl; import com.alibaba.fastjson.JSONArray; import com.github.xphsc.util.StringUtil; import com.ovit.nswy.member.manage.service.TemplateConfigService; import com.ovit.nswy.member.perfectInfo.mapper.BusinessOutletsMapper; import com.ovit.nswy.member.perfectInfo.mapper.E...
// -*- mode: java; c-basic-offset: 2; -*- // Copyright 2009-2011 Google, All Rights reserved // Copyright 2011-2012 MIT, All rights reserved // Released under the Apache License, Version 2.0 // http://www.apache.org/licenses/LICENSE-2.0 package com.google.appinventor.client.editor.simple.components; // import com.goo...
/** * */ package org.quickstart.yaml.snakeyaml.model.in; import java.util.List; import lombok.Getter; import lombok.Setter; /** * @date 2019-05-24 15:44 * */ @Getter @Setter public class DataRestful { private List<String> packages; }
package io.opentelemetry.auto.instrumentation.twilio; import com.google.common.util.concurrent.ListenableFuture; import com.twilio.rest.api.v2010.account.Call; import com.twilio.rest.api.v2010.account.Message; import io.opentelemetry.OpenTelemetry; import io.opentelemetry.auto.api.MoreTags; import io.opentelemetry.aut...
package org.ngseq.metagenomics; import org.apache.commons.cli.*; import org.apache.commons.cli.Options; import org.apache.commons.io.IOUtils; import org.apache.hadoop.conf.Configuration; import org.apache.hadoop.fs.*; import org.apache.hadoop.fs.permission.FsAction; import org.apache.hadoop.fs.permission.FsPermission;...
package Logica.Test; import Database.Facade; import Logica.Vincoli.Vincolo; import Minimo.TipiComponenti; import org.reflections.Reflections; import org.reflections.scanners.ResourcesScanner; import org.reflections.scanners.SubTypesScanner; import org.reflections.util.ClasspathHelper; import org.reflections.util.Confi...
/* * Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.o...
package db.bigdata.storage.hadoop; public class HadoopClientTest { }
/* * Copyright (c) 2022 AccelByte Inc. All Rights Reserved * This is licensed software from AccelByte Inc, for limitations * and restrictions contact your company contract manager. * * Code generated. DO NOT EDIT. */ package net.accelbyte.sdk.cli.api.lobby.config; import com.fasterxml.jackson.core.type.TypeRefe...
package com.koreatech.naeilro.network.interactor; import android.util.Log; import com.koreatech.core.network.ApiCallback; import com.koreatech.core.network.WeatherRetrofitManager; import com.koreatech.naeilro.NaeilroApplication; import com.koreatech.naeilro.network.entity.weather.CurrentWeather; import com.koreatech....
package module646packageJava0; import java.lang.Integer; public class Foo1 { Integer int0; Integer int1; Integer int2; Integer int3; Integer int4; public void foo0() { new module646packageJava0.Foo0().foo27(); } public void foo1() { foo0(); } public void foo2() { foo1(); } ...
/** * 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 org.checkerframework.framework.util.typeinference; import com.sun.source.tree.AssignmentTree; import com.sun.source.tree.CompoundAssignmentTree; import com.sun.source.tree.ConditionalExpressionTree; import com.sun.source.tree.ExpressionTree; import com.sun.source.tree.LambdaExpressionTree; import com.sun.sourc...
// This file is auto-generated, don't edit it. Thanks. package com.antgroup.antchain.openapi.appex.models; import com.aliyun.tea.*; public class CancelChannelUserResponse extends TeaModel { // 请求唯一ID,用于链路跟踪和问题排查 @NameInMap("req_msg_id") public String reqMsgId; // 结果码,一般OK表示调用成功 @NameInMap("result...
/* * Copyright 2016-present Open Networking 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 applic...
package com.planet_ink.coffee_mud.Abilities.Spells; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import com.p...
package org.graylog2.plugins.teams; import org.graylog2.plugin.configuration.Configuration; import org.graylog2.plugin.configuration.ConfigurationException; import org.graylog2.plugin.streams.Stream; import org.graylog2.plugins.teams.configuration.TeamsConfiguration; import java.net.URI; import java.net.URISyntaxExce...
package fr.inra.urgi.faidare.api.brapi.v1; import static org.springframework.http.MediaType.APPLICATION_JSON_VALUE; import javax.validation.Valid; import fr.inra.urgi.faidare.domain.brapi.v1.data.BrapiObservationUnit; import fr.inra.urgi.faidare.domain.brapi.v1.response.BrapiListResponse; import fr.inra.urgi.faidare...
//Class that will be stored to the database and used for loading saves package com.mygdx.game; import com.badlogic.gdx.graphics.Color; import com.badlogic.gdx.graphics.g2d.BitmapFont; import com.badlogic.gdx.scenes.scene2d.Group; import com.badlogic.gdx.scenes.scene2d.InputEvent; import com.badlogic.gdx.scenes.scene2d...
package com.example.android.sunshine.gcm; import android.app.NotificationManager; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.os.Bundle; import android.support.v4.app.NotificationC...
package com.youqin.logoutput; import org.springframework.stereotype.Service; import java.text.SimpleDateFormat; import java.util.Date; import java.util.UUID; @org.springframework.stereotype.Service public class ServicePong { public String getPong() { return "pong"; } }
// Copyright 2014 The Bazel Authors. 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 // // Unless required by appl...
/** * Copyright (c) 2018 orogvany * * Distributed under the MIT software license, see the accompanying file * LICENSE or https://opensource.org/licenses/mit-license.php */ package com.github.orogvany.bip32.crypto; import com.github.orogvany.bip32.exception.CryptoException; import javax.crypto.Mac; import javax.c...
package com.quanyan.yhy.ui.nineclub.controller; import android.content.Context; import android.os.Handler; import com.quanyan.base.BaseController; import com.quanyan.yhy.net.NetManager; import com.quanyan.yhy.net.lsn.OnResponseListener; import com.yhy.common.beans.net.model.club.PageInfo; import com.yhy.common.beans....
/* This file is part of Intake24. © Crown copyright, 2012, 2013, 2014. This software is licensed under the Open Government Licence 3.0: http://www.nationalarchives.gov.uk/doc/open-government-licence/ */ package org.workcraft.gwt.shared.client; import java.util.ArrayList; import java.util.Collection; import java.ut...
package io.dongtai.iast.core.handler.context; import io.dongtai.iast.core.handler.context.ids.GlobalIdGenerator; import lombok.Getter; import lombok.Setter; /** * @author owefsad */ public class TracingContext { @Setter @Getter private String traceId; @Setter @Getter private String applica...
/* * Copyright 2015-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 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...
/* * Copyright 2020 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...
/* * Copyright (C) 2010 The Android Open Source Project * * 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 r...
package com.app.model; import java.io.Serializable; /** * 用户登陆日志 * @author aofl * */ public class LoginLog extends BaseMongoEntity implements Serializable{ private static final long serialVersionUID = 1L; /** * 登录用户名称 */ private String fullName; /** * 登录用户账号 */ private String userName; /** ...
package com.zhijin.mlearning.app.control; import java.util.List; import android.content.Intent; import android.os.Bundle; import android.view.View; import android.widget.EditText; import com.zhijin.mlearning.R; import com.zhijin.mlearning.app.CoreApp; import com.zhijin.mlearning.app.api.StoreOperation; import com.zh...
/* * 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 2002-2022 Echo Three, LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http:/...
package demo.data.mqRedis.model; import lombok.Data; import java.io.Serializable; @Data public class User implements Serializable { private static final long serialVersionUID = 1L; private Long id; private String userName; private String password; private String email; private String nicknam...
package memoizrlabs.com.a20.util1; public class Ut6 { class Foo { public void printHey() { System.out.println("hey"); } } class Foo2 { public void printHey() { System.out.println("hey"); } } class Foo3 { public void printHey() { ...
/* * 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.miotech.kun.datadashboard.model.bo; import lombok.Data; @Data public class StatisticChartRequest { Integer timezoneOffset; }
package io.committed.ketos.common.graphql.input; import java.util.Date; import lombok.Data; import io.committed.invest.core.dto.analytic.GeoBox; import io.committed.invest.core.dto.analytic.GeoRadius; import io.committed.invest.core.dto.collections.PropertiesMap; /** Search query for an entity. */ @Data public clas...
/* * Copyright (c) Microsoft Corporation * * All rights reserved. * * MIT License * * 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 * ...
// // Decompiled by Procyon v0.5.36 // package org.apache.maven.profiles; import org.codehaus.plexus.util.xml.pull.XmlPullParserException; import java.io.IOException; import java.io.File; public interface MavenProfilesBuilder { public static final String ROLE = MavenProfilesBuilder.class.getName(); Pr...
/* * The MIT License (MIT) * Copyright (c) 2018 Microsoft Corporation * * 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 * ...
package com.zjb.volley.core.response; import com.zjb.volley.core.cache.Cache; import com.zjb.volley.core.exception.VolleyError; /** * time: 2015/8/19 * description: * * @author sunjianfei */ public class Response<T> { public final T result; public final Cache.Entry cacheEntry; public final VolleyErr...
package com.example.service; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.web.client.RestTemplate; import com.netflix.hystrix.contrib.javanica.annotation.HystrixCommand; @Service public class HelloService { @Autowired RestT...