text
stringlengths
7
995k
package com.sdyx.common.core.mybatisplus.methods; import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.core.injector.AbstractMethod; import com.baomidou.mybatisplus.core.metadata.TableFieldInfo; import com.baomidou.mybatisplus.core.metadata.TableInfo; import com.baomidou.mybatisplus.core....
package daris.client.mf.object; import java.util.List; import arc.exception.ThrowableUtil; import arc.mf.client.ServerClient; import arc.xml.XmlDoc.Element; import arc.xml.XmlStringWriter; import arc.xml.XmlWriter; import daris.client.mf.session.ServiceRequest; import daris.client.mf.session.ServiceResultHandler; imp...
package cn.hkxj.platform.exceptions; /** * @author junrong.chen * 学生评估未完成 */ public class UrpEvaluationException extends RuntimeException{ public UrpEvaluationException(String desc){ super(desc); } }
package com.design.facade.v1; /** * SubSystem3-子系统3 * * @author wliduo[i@dolyw.com] * @date 2020/6/5 10:23 */ public class SubSystem3 { public void toDo() { System.out.println("SubSystem3 toDo"); } }
/* * (C) Copyright IBM Corp. 2019 * * SPDX-License-Identifier: Apache-2.0 */ package com.ibm.fhir.validation.exception; public class FHIRValidationException extends Exception { private static final long serialVersionUID = 1L; public FHIRValidationException(String message, Throwable cause) { super...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE643_Xpath_Injection__URLConnection_66b.java Label Definition File: CWE643_Xpath_Injection.label.xml Template File: sources-sinks-66b.tmpl.java */ /* * @description * CWE: 643 Xpath Injection * BadSource: URLConnection Read data from a web server with URLConnection * ...
/* * Copyright 2018 Emanuele Paiano. * * 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 tech.uinb.tungus.service; import java.util.List; public interface AccountExtrinsicService { void save(long accountId, long extId); List<Long> getExtIdsByAccount(long accountId); }
/* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed...
package ca.uhn.fhir.context.support; /*- * #%L * HAPI FHIR - Core Library * %% * Copyright (C) 2014 - 2020 University Health Network * %% * 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 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.kaizhuo.tiangong.boot.modules.admin.entity; import com.baomidou.mybatisplus.annotation.*; import com.kaizhuo.tiangong.boot.framework.controller.BaseModel; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.Serializable; import java.util.Date; @TableName...
package shadowmaster435.the_beginning.util; public class SurfaceBuilderUtil { }
package HDOJ.week2; import java.util.Scanner; public class D2002 { public static void main(String[] args) { final double PI = 3.1415927; Scanner sc = new Scanner(System.in); while (sc.hasNextDouble()){ double r = sc.nextDouble(); double result = 4*PI*r*r*r/3; ...
/* * @(#)ScrollPaneLayout2.java * Copyright © 2020 Werner Randelshofer, Switzerland. MIT License. */ package ch.randelshofer.gui; import javax.swing.ScrollPaneLayout; import java.awt.Container; import java.awt.Rectangle; /** * Objects of this class behave essentially like * javax.swing.ScrollPaneLayout but treat...
package com.telran.qa26.ilCarro.tests; import com.telran.qa26.model.User; import org.testng.Assert; import org.testng.annotations.Test; public class RegistrationTestILCarro extends TestBase { @Test public void registrationTest() throws InterruptedException { app.getUserHelper().openRegForm(); ...
package io.github.jzdayz; import org.mybatis.spring.annotation.MapperScan; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import java.net.ServerSocket; @SpringBootApplication @MapperScan("io.github.jzdayz.mapper") public class CodeGeneratorAppl...
package training.rest; import org.openqa.selenium.WebDriver; import org.openqa.selenium.chrome.ChromeDriver; import org.openqa.selenium.firefox.FirefoxDriver; import org.openqa.selenium.ie.InternetExplorerDriver; import org.openqa.selenium.remote.BrowserType; import java.io.File; import java.io.FileReader; import jav...
/** * 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 be.justcode.bandtracker.activity; import android.content.Context; import android.content.Intent; import android.os.AsyncTask; import android.os.Bundle; import android.support.v7.app.ActionBar; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.view.LayoutI...
/* * 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.lisong.learn.core.innerclasses; import static com.lisong.learn.core.util.Print.print; /** * Combine exercise 7, exercise 8. */ public class Exercise8 { private int i = 1; private void saySomething() { print("i = " + i); } class Inner7 { private int j = 2; voi...
package com.aharpour.adventofcode; import java.util.HashSet; import java.util.Set; import com.aharpour.adventofcode.utils.IntPair; public class Day13Question2 extends Day13 { public Day13Question2(String input) { super(input); } public IntPair calculate() { IntPair result; Set<I...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/photos/library/v1/photos_library.proto package com.google.photos.library.v1.proto; /** * * * <pre> * Response of a successful unshare of a shared album. * </pre> * * Protobuf type {@code google.photos.library.v1.UnshareAlbumResponse}...
/******************************************************************************* * Copyright 2016 bwsoft 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....
// 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.openstack4j.openstack.networking.domain; import org.openstack4j.model.network.ExternalGateway; import com.fasterxml.jackson.annotation.JsonProperty; import com.google.common.base.Objects; /** * Configurable external gateway modes extension model. By default, when a gateway is attached to a router using...
package com.vmware.vim25; import javax.xml.bind.annotation.XmlEnum; import javax.xml.bind.annotation.XmlEnumValue; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for ClusterVmComponentProtectionSettingsStorageVmReaction. * * <p>The following schema fragment specifies the expected content contained...
/* * Copyright (C) 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
/* * Copyright© 2000 - 2021 SuperMap Software Co.Ltd. All rights reserved. * This program are made available under the terms of the Apache License, Version 2.0 * which accompanies this distribution and is available at http://www.apache.org/licenses/LICENSE-2.0.html. */ package com.supermap.gaf.configmgt.commontypes...
package ch.obermuhlner.math.statistics.type; public class Histogram { private final double start; private final double step; private final int[] count; public Histogram(double start, double step, int[] count) { this.start = start; this.step = step; this.count = count; } ...
package com.board.board.domain.board.Dto; import lombok.Builder; import lombok.Getter; import lombok.NoArgsConstructor; @Getter @NoArgsConstructor public class BoardResponseFindAllDto { private Long id; private String title; @Builder public BoardResponseFindAllDto(Long id, String title) { thi...
package net.minecraft.client.renderer.entity; import net.minecraft.client.model.ModelBase; import net.minecraft.client.renderer.GlStateManager; import net.minecraft.client.renderer.OpenGlHelper; import net.minecraft.client.renderer.Tessellator; import net.minecraft.client.renderer.WorldRenderer; import net.minecraft.c...
package de.rkrempel.diss.core.dbtools; import java.sql.SQLException; import java.util.ArrayList; import java.util.Collections; import java.util.List; import de.rkrempel.diss.core.report.ReportWriter; import de.rkrempel.diss.core.commontools.EdgeSorter; import de.rkrempel.diss.core.commontools.SortTableByNthField; im...
package com.morninggeng.collweather.db; import org.litepal.crud.DataSupport; /** * 市 javaBaen类 * Created by morninggeng on 2017/9/9. */ public class City extends DataSupport { private int id; private String cityName; private int cityCode; private int provinceId; public int getId() { ...
package org.wso2.developerstudio.datamapper.diagram.providers; import java.util.HashSet; import java.util.IdentityHashMap; import java.util.Map; import java.util.Set; import org.eclipse.core.runtime.IAdaptable; import org.eclipse.emf.ecore.ENamedElement; import org.eclipse.gmf.runtime.emf.type.core.ElementTypeRegistr...
/* * Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
package com.example.maple.dashboardtest.model.survey; import java.util.Map; import org.greenrobot.greendao.AbstractDao; import org.greenrobot.greendao.AbstractDaoSession; import org.greenrobot.greendao.database.Database; import org.greenrobot.greendao.identityscope.IdentityScopeType; import org.greenrobot.greendao.in...
package com.vitco.app.util.components.dialog; /** * Called when the state of a module changes */ public interface DialogModuleChangeListener { // called when the ready state of a component has changed // Note: this does propagate upwards void onReadyStateChanged(); // called when the content has chan...
/* * Copyright 2013-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
package org.dotwebstack.framework.backend.rdf4j.config; import static org.apache.commons.lang3.StringUtils.isNotEmpty; import static org.dotwebstack.framework.core.helpers.ExceptionHelper.invalidConfigurationException; import com.fasterxml.jackson.annotation.JsonTypeName; import graphql.schema.DataFetchingEnvironment...
/* * MSX SDK * MSX SDK client. * * The version of the OpenAPI document: 1.0.8 * * * 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.cisco.msx.platform.model; import java.util.Objects...
package net.floodlightcontroller.sos.web; import java.io.IOException; import java.util.Date; import java.util.HashMap; import java.util.Map; import net.floodlightcontroller.sos.ISOSService; import net.floodlightcontroller.sos.ISOSService.SOSReturnCode; import net.floodlightcontroller.sos.ISOSWhitelistEntry; import ne...
/* Copyright 2001 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 l...
package com.team254.lib.control; /** * A utility class for interpolating lookahead distance based on current speed. */ public class Lookahead { public final double min_distance; public final double max_distance; public final double min_speed; public final double max_speed; protected final double...
/* * Copyright 2016-2018 shardingsphere.io. * <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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
package io.cattle.platform.iaas.api.auth.integration.ldap.ad; import io.cattle.platform.api.auth.Identity; import io.cattle.platform.core.util.SettingsUtils; import io.cattle.platform.iaas.api.auth.AbstractTokenUtil; import io.cattle.platform.iaas.api.auth.SecurityConstants; import io.cattle.platform.iaas.api.auth.int...
class Solution { String rotationalCipher(String input, int rotationFactor) { StringBuilder sb = new StringBuilder(); int n = input.length(); for(int i=0; i<n; i++) { char c = input.charAt(i); if ('a' <= c && c <= 'z') { sb.append((char)('a' + (c - 'a' ...
import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.InputStreamReader; import java.util.*; /** * Created by terrencewei on 2017/10/26. */ public class FileReadTest { public static void main(String[] xxxxx) throws Exception { File f = new File("/home/terrenc...
package com.gochinatv.cdn.api.kafka.test; import com.gochinatv.cdn.api.kafka.Config; import org.apache.kafka.clients.consumer.ConsumerRecord; import org.apache.kafka.clients.consumer.ConsumerRecords; import org.apache.kafka.clients.consumer.KafkaConsumer; import java.util.Arrays; import java.util.Properties; /** * ...
package com.github.sparkzxl.oss.config; import com.github.sparkzxl.oss.properties.OssProperties; import com.github.sparkzxl.oss.service.OssTemplate; import lombok.AllArgsConstructor; import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean; import org.springframework.boot.autoconfigure.conditio...
package de.koelle.christian.trickytripper.activitysupport; import androidx.core.view.GravityCompat; import androidx.drawerlayout.widget.DrawerLayout; import androidx.fragment.app.Fragment; import de.koelle.christian.trickytripper.R; public class DrawerSupport { public static boolean drawerOpen(Fragment fragment...
package test5; /* * @author Sridhar Gopinath - g.sridhar53@gmail.com * * Course project, * Principles of Programming Course, Fall - 2016, * Computer Science and Automation (CSA), * Indian Institute of Science (IISc), * Bangalore */ /* * Test 5: If-else inside a loop */ public class Main { public stati...
package com.FOS.entity; import org.hibernate.annotations.DynamicUpdate; import javax.persistence.*; import java.io.Serializable; import java.util.List; import java.util.Set; @Entity @Table(name ="restaurant") @NamedNativeQueries({ @NamedNativeQuery(name = "com.FOS.entity.Restaurant.findAll", q...
/* * Copyright 2021 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
package com.company.weatherapp; import android.content.Context; import androidx.test.platform.app.InstrumentationRegistry; import androidx.test.ext.junit.runners.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on ...
/* * Copyright (C) 2011-2014 Frode Randers * 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 require...
/* * 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 ...
/* * $Id$ * $URL$ * * ==================================================================== * Ikasan Enterprise Integration Platform * * Distributed under the Modified BSD License. * Copyright notice: The copyright for this software and a full listing * of individual contributors are as shown in the packaged co...
package mage.cards.r; import java.util.UUID; import mage.abilities.Mode; import mage.abilities.effects.Effect; import mage.abilities.effects.common.UntapTargetEffect; import mage.abilities.effects.common.continuous.BoostTargetEffect; import mage.abilities.effects.common.continuous.GainAbilityTargetEffect; import mage....
package org.protege.oboeditor.config; import org.semanticweb.owlapi.apibinding.OWLManager; import org.semanticweb.owlapi.model.IRI; import org.semanticweb.owlapi.model.OWLAnnotationProperty; import org.semanticweb.owlapi.model.OWLDataFactory; import org.semanticweb.owlapi.vocab.OWL2Datatype; import org.slf4j.Logger; ...
package ru.vzotov.cashreceipt.interfaces.accounting.rest; import ru.vzotov.cashreceipt.application.CheckItemNotFoundException; import ru.vzotov.cashreceipt.application.CheckNotFoundException; import org.springframework.http.HttpHeaders; import org.springframework.http.HttpStatus; import org.springframework.http.Respon...
package com.it.ymk.bubble.common.template.util; import org.apache.commons.lang3.StringUtils; import org.apache.velocity.Template; import org.apache.velocity.VelocityContext; import org.apache.velocity.app.VelocityEngine; import org.apache.velocity.runtime.RuntimeConstants; import org.apache.velocity.runtime.resource.l...
/* * Copyright 2018 Albert Tregnaghi * * 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 i...
package biz.aQute.resolve; import java.io.File; import java.util.List; import org.osgi.framework.namespace.PackageNamespace; import org.osgi.resource.Resource; import aQute.bnd.build.model.EE; import aQute.bnd.build.model.OSGI_CORE; import aQute.bnd.osgi.repository.ResourcesRepository; import aQute.bnd.osgi.reposito...
// The MIT License (MIT) // Copyright © 2015 AppsLandia. All rights reserved. // 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 ...
/* * 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 ...
public class PayUtil { private PayUtil() { } public static PayBase pay(String type) { PayBase payBase = null; switch (type) { case "WeChat": payBase = new WeChatPay(); break; case "AliPay": payBase = new AliPay(); ...
package dev.kir.sync.client.gui.widget; import dev.kir.sync.util.client.render.ColorUtil; import dev.kir.sync.util.client.render.RenderSystemUtil; import dev.kir.sync.util.math.Radians; import net.minecraft.client.font.TextRenderer; import net.minecraft.client.util.math.MatrixStack; import net.minecraft.text.Text; imp...
package com.att.aro.core.videoanalysis.impl; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import com.att.aro.core.IAROService; import com.att.aro.core.IVideoBestPractices; import com.att.aro.core.bestpractice.pojo.AbstractBestPracticeResult; import com.att.aro.core.bestpracti...
package com.micro.aop; import org.aspectj.lang.JoinPoint; import org.aspectj.lang.annotation.Aspect; import org.aspectj.lang.annotation.Before; import org.aspectj.lang.annotation.Pointcut; import org.springframework.stereotype.Component; import com.alibaba.nacos.api.config.annotation.NacosValue; /** * 文件下载时,控制是否允许下...
package com.connectall.adapter.zabbix.bean; public class ZabbixEvent { private String id; private String name; private String severity; private String tags; private String createDt; private String value; private String hostIp; private String hostName; private String triggerDescription; public String getId(...
/* * 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 simpletetris; import java.awt.Color; import static java.awt.Color.*; import java.awt.Graphics2D; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import javax.imageio.ImageIO; /** * A class that controls the drawing of each, individual block / mino. * @author Jed Wang *...
// -------------------------------------------------------------------------------- // 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:/...
/* * Copyright (c) 2017 Jemshit Iskanderov. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law o...
package fi.utu.ville.exercises.hope; import fi.utu.ville.exercises.model.SubmissionInfo; public class HopeSubmissionInfo implements SubmissionInfo { /** * */ private static final long serialVersionUID = 8702870727095225372L; private final String answer; public HopeSubmissionInfo(String answer) { this.an...
/* * 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.lbibera.tradebutler.datacore.corporation.model; public enum Sector { FINANCIALS, INDUSTRIAL, HOLDING_FIRMS, PROPERTY, SERVICES, MINING_AND_OIL, /** * Small, Medium, and Emerging Board */ SME_BOARD, /** * Exchange-traded Fund * * {@link https:/...
// Copyright (c) 2014, Facebook, Inc. All rights reserved. // This source code is licensed under the BSD-style license found in the // LICENSE file in the root directory of this source tree. An additional grant // of patent rights can be found in the PATENTS file in the same directory. package org.rocksdb; public in...
// License: GPL. Copyright 2007 by Martijn van Oosterhout and others package org.openstreetmap.josm.data.osm; import java.util.Collection; import java.util.Date; import java.util.HashMap; import java.util.Map; import org.openstreetmap.josm.data.Bounds; import org.openstreetmap.josm.data.coor.LatLon; import org.openst...
/* * Copyright (c) 2008, Harald Kuhr * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * * Redistributions of source code must retain the above copyright notice, this * list of condition...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/dialogflow/v2/conversation.proto package com.google.cloud.dialogflow.v2; public interface ListConversationsResponseOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.dialogflow.v2.ListConversationsRespons...
package edu.osu.osutrition; import android.app.Activity; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; import android.net.ConnectivityManager; import android.net.NetworkInfo; public class ErrorDisplay { private static void displayError(Context caller, Str...
package com.sunzn.utils.library; import android.annotation.SuppressLint; import android.content.res.Resources; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.drawable.BitmapDrawable; import android.graphics.d...
/* * 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 yuku.alkitab.base.sync; import android.accounts.Account; import android.content.ContentResolver; import android.os.Bundle; import androidx.annotation.Keep; import androidx.annotation.NonNull; import androidx.collection.ArrayMap; import com.google.gson.JsonIOException; import com.google.gson.JsonSyntaxExceptio...
package mtv.pillow; import java.util.Random; import java.io.*; /** * Класс описывает минимальную игровую модель. * * @author Игорь Мазница * @version 4.1 * (С) 2003-2005 Raydac Reserach Group Ltd. */ public class Gamelet { /** * Интерфейс определяет функции слушателя игровых сообщений */ ...
/* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed...
package cn.ma.cei.xml; import cn.ma.cei.exception.CEIException; import cn.ma.cei.finalizer.TypeAlias; import io.vertx.core.json.JsonArray; import io.vertx.core.json.JsonObject; import java.lang.reflect.Field; import java.lang.reflect.ParameterizedType; import java.lang.reflect.Type; import java.util.ArrayList; import...
/* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * * The Apereo Foundation licenses this file to you under the Apache License, * Version 2.0, (the "License"); you ma...
package com.arexe.bgames.service; import com.arexe.bgames.entity.Category; import java.util.List; public interface CategoryService { List<Category> findAllCategories(); Category findCategoryById(Integer id); void saveCategory(Category category); void deleteCategoryById(int id); }
package com.anroc.mitm.proxy.passive; import com.anroc.mitm.proxy.data.UDPPackage; import java.util.Optional; public interface ResponseListener extends Listener { void listenResponse(Optional<UDPPackage> modifiedPacket, UDPPackage originalPacket); @Override default void listen(Optional<UDPPackage> modi...
package com.cpms.system.modules.sys.mapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.cpms.system.modules.sys.entity.SysRoleMenuEntity; /** * @author gulang * @Description: * @time: 2021/11/10 21:23 */ public interface SysRoleMenuMapper extends BaseMapper<SysRoleMenuEntity> { }
/* * Copyright 2019, OpenTelemetry 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...
/* * 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...
/* * Copyright 2014-present Facebook, 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...
/** * This class was created by <Vazkii>. It's distributed as * part of the Quark Mod. Get the Source Code in github: * https://github.com/Vazkii/Quark * * Quark is Open Source and distributed under the * CC-BY-NC-SA 3.0 License: https://creativecommons.org/licenses/by-nc-sa/3.0/deed.en_GB * * File Created @ [1...
/* * The Plaid API * The Plaid REST API. Please see https://plaid.com/docs/api for more details. * * The version of the OpenAPI document: 2020-09-14_1.40.3 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class m...