text
stringlengths
7
995k
/* * Copyright (C) 2019 Knot.x 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 law or agr...
package com.chrisking.publictransportapp.services.geofencing; import android.app.NotificationManager; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import com.chrisking.publictransportapp.classes.NamedGeofence; import com.google.firebase.messaging.FirebaseMes...
package imports.k8s; /** * CSINodeList is a collection of CSINode objects. */ @javax.annotation.Generated(value = "jsii-pacmak/1.39.0 (build 8af72c2)", date = "2021-10-15T13:35:33.469Z") @software.amazon.jsii.Jsii(module = imports.k8s.$Module.class, fqn = "k8s.KubeCsiNodeListProps") @software.amazon.jsii.Jsii.Proxy(...
/* * Copyright (c) 2021, the hapjs-platform Project Contributors * SPDX-License-Identifier: Apache-2.0 */ package org.hapjs.debugger.utils; import android.os.Process; import android.util.Log; import java.io.IOException; import java.util.Locale; public class ProcessUtils { private static final String TAG = "P...
/* * 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.ovirt.engine.extensions.aaa.builtin.kerberosldap.utils.kerberos; import java.net.URI; import java.security.PrivilegedAction; import java.util.Hashtable; import java.util.List; import javax.naming.AuthenticationException; import javax.naming.CommunicationException; import javax.naming.Context; import javax...
package zame.game.engine.controls; import zame.game.engine.graphics.Labels; import zame.game.engine.graphics.TextureLoader; import zame.game.engine.visual.Controls; public class OnScreenQuickWeapons extends OnScreenController { public float direction = 1.0f; private final boolean[] active = { false, false, f...
package com.littleinc.orm_benchmark.dbflow; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.util.Log; import com.j256.ormlite.stmt.SelectArg; import com.littleinc.orm_benchmark.BenchmarkExecutable; import com.littleinc.orm_benchmark.util.Util; import com.raizlabs.android.d...
package org.apache.spark.mllib.tree.loss; // no position public class Losses$ { /** * Static reference to the singleton instance of this Scala object. */ public static final Losses$ MODULE$ = null; public Losses$ () { throw new RuntimeException(); } public org.apache.spark.mllib.tree.loss.Loss fromStr...
package com.gm.jwt; import com.gm.user.User; import com.gm.user.UserRepository; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.core.userdetails.UserDetails; import org.springframework.security.core.userdetails.UserDetailsService; import org.springframework.security.c...
package football.analyze.invite; import java.util.List; /** * @author Hassan Mushtaq * @since 6/6/18 */ public interface InvitationService { void sendInvite(Invitation invitation); List<Invitation> findAll(); Invitation findById(String inviteId); }
/* * (C) Copyright 2020 Radix DLT Ltd * * Radix DLT Ltd 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.org/licenses/LICENSE-2.0 * * Unless req...
package com.youlai.mall.oms.pojo.entity; import com.baomidou.mybatisplus.annotation.IdType; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import com.youlai.common.core.base.BaseEntity; import lombok.Data; /** * 订单操作历史记录 * * @author huawei * @email huawe...
/* * 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 ...
/* * JScience - Java(TM) Tools and Libraries for the Advancement of Sciences. * Copyright (C) 2007 - JScience (http://jscience.org/) * All rights reserved. * * Permission to use, copy, modify, and distribute this software is * freely granted, provided that this notice is preserved. */ package org.jscience.mathe...
// 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 cat.yoink.yoinkhack.impl.module.movement; import cat.yoink.yoinkhack.api.module.Category; import cat.yoink.yoinkhack.api.module.Module; import cat.yoink.yoinkhack.api.util.PlaceUtil; import net.minecraft.item.ItemBlock; import net.minecraft.item.ItemStack; import net.minecraft.util.math.BlockPos; import net.mi...
package com.zenvia.newhorizon.agendabot.controller; import com.zenvia.newhorizon.agendabot.model.Employee; import com.zenvia.newhorizon.agendabot.repository.EmployeeRepository; import io.swagger.annotations.ApiOperation; import io.swagger.annotations.ApiResponse; import io.swagger.annotations.ApiResponses; import org....
/* * MundiAPILib * * This file was automatically generated by APIMATIC v2.0 ( https://apimatic.io ). */ package com.mundipagg.api.models; import java.util.*; import com.fasterxml.jackson.annotation.JsonGetter; import com.fasterxml.jackson.annotation.JsonSetter; import com.fasterxml.jackson.annotation.JsonInclude; ...
package com.alibaba.dubbo.remoting.http; import java.util.Map; /** * Created by haoning1 on 2017/4/6. */ public class Schema { private String methodName; private String interfaceName; private RequestMeta requestMeta; private Map<String, ParameterMeta> parameterMeta; public String getMethodNam...
package org.cache2k.configuration; /* * #%L * cache2k API * %% * Copyright (C) 2000 - 2019 headissue GmbH, Munich * %% * ; * 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 b...
/* * Copyright 2018-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) 2021-2021 Huawei Technologies Co., Ltd. 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 * *...
package com.ruoyi.yishengxin.service.impl; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import com.ruoyi.yishengxin.mapper.GiftMapper; import com.ruoyi.yishengxin.domain.Gift; import com.ruoyi.yishengxin.service.IGiftService; impor...
/* * 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 Project.Controller.Admin; import Project.DAO.OrderDAO; import Project.DAO.ProductDAO; import Project.DAO.UserDAO; import Proje...
package es.upm.miw.betca_mongodb.documents; public enum Gender { MALE, FEMALE }
package js.web.webaudio; import js.lang.Unknown; import js.util.buffers.Float32Array; import org.teavm.jso.JSByRef; import org.teavm.jso.JSProperty; import javax.annotation.Nullable; public interface WaveShaperOptions extends AudioNodeOptions { @JSProperty @Nullable Unknown getCurve(); @JSProperty ...
// Copyright 2017 Archos SA // // 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.assignment.teo.features.search.fragments.movies.di; import com.assignment.teo.di.scopes.FragmentScope; import com.assignment.teo.features.search.fragments.movies.MoviesListFragment; import com.assignment.teo.features.search.fragments.movies.MoviesListMVP; import com.assignment.teo.features.search.fragments...
package net.zestyblaze.lycanthropy.client.renderer; import net.zestyblaze.lycanthropy.client.model.GuideBookItemModel; import net.zestyblaze.lycanthropy.common.item.GuideBookItem; import software.bernie.geckolib3.renderers.geo.GeoItemRenderer; public class GuideBookItemRenderer extends GeoItemRenderer<GuideBookItem> ...
/* * 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 net.sf.jabref.testutils.category; public interface DatabaseTests { }
package com.fh.plugin; import java.lang.reflect.Field; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.util.List; import java.util.Properties; import javax.xml.bind.PropertyException; import org.apache.ibatis.executor.ErrorContext; i...
package com.none.staff.HttpsHelper; import java.security.KeyManagementException; import java.security.NoSuchAlgorithmException; import java.security.SecureRandom; import java.security.cert.CertificateException; import java.security.cert.X509Certificate; import javax.net.ssl.HostnameVerifier; import javax.net.ssl.Http...
/* * Copyright 2019 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 applic...
/** * Copyright (C) 2013-2014 EaseMob Technologies. 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 requi...
package pers.masteryourself.tutorial.sharding.databasestables.domain; import lombok.Data; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; /** * <p>description : Dict 字典常用表, 不需要分库分表 * * <p>blog : https://blog.csdn.net/ma...
/* * 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 io.yugoal.lib_network.okhttp.utils; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import com.google.gson.JsonParseException; import java.lang.reflect.Type; /** * gosn */ public class GsonUtil { private static Gson gson = new GsonBuilder().create(); public static String toJson(O...
/** * */ /** * @author dewan * */ package gradingTools.comp524f21.assignment2.style;
/* * Copyright 2001-2021 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 app...
package top.huic.tencent_im_plugin_example; import android.app.ActivityManager; import android.content.Context; import android.os.Bundle; import com.xiaomi.mipush.sdk.MiPushClient; import java.util.List; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import io.flutter.embedding.android.Flu...
package com.commercetools.sunrise.sessions.language; import com.commercetools.sunrise.sessions.DataFromResourceStoringOperations; import com.commercetools.sunrise.sessions.SessionStrategy; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import play.Configuration; import javax.annotation.Nullable; import java...
package lab3; import java.text.DateFormat; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.GregorianCalendar; public class Grupo { private DateFormat formatter = new SimpleDateFormat("yyyy-MM-dd"); private int id; private String nome; private String descricao; private final Usua...
/* * Copyright 2013-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
package com.daniel.first_flutter_app; import android.support.annotation.NonNull; import io.flutter.embedding.android.FlutterActivity; import io.flutter.embedding.engine.FlutterEngine; import io.flutter.plugins.GeneratedPluginRegistrant; public class MainActivity extends FlutterActivity { @Override public void con...
package com.exavault.java.samples; import com.exavault.client.ApiClient; import com.exavault.client.ApiException; import com.exavault.client.api.ResourcesApi; import com.exavault.client.model.CompressFilesRequestBody; import com.exavault.client.model.ResourceResponse; import java.io.File; import java.util.Collections...
package com.example.mkl_9.drawerapplication; public class EnchantmentCard { }
/* * 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.ibm.research.drl.deepguidelines.pathways.extractor.synthea; import java.util.Map; import java.util.Set; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.ibm.research.drl.deepguidelines.pathways.extractor.synthea.parser.IsolatedPathwayEventParser; import com.ibm.research.drl.deepguideli...
package xyz.nkomarn.composter.entity; import org.jetbrains.annotations.NotNull; import xyz.nkomarn.composter.item.ItemStack; import xyz.nkomarn.composter.type.Location; import xyz.nkomarn.composter.world.World; public class ItemEntity extends Entity { public ItemEntity(@NotNull World world, @NotNull Location loc...
/* * 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 Apereo under one or more contributor license agreements. See the NOTICE file * distributed with this work for additional information regarding copyright ownership. Apereo * licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use * this file except in compli...
/* Copyright 2020. Huawei Technologies Co., Ltd. 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...
package com.qinweizhao.user.controller; import com.qinweizhao.common.core.utils.poi.ExcelUtil; import com.qinweizhao.common.core.web.controller.BaseController; import com.qinweizhao.common.security.annotation.RequiresPermissions; import com.qinweizhao.component.log.annotation.Log; import com.qinweizhao.component.log.e...
package com.etang.nt_launcher.launcher.settings; import android.app.Activity; import android.app.AlertDialog; import android.content.Intent; import android.content.SharedPreferences; import android.database.sqlite.SQLiteDatabase; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; i...
package com.amyliascarlet.jsontest.bvt.issue_2100; import com.amyliascarlet.lib.json.JSON; import com.google.common.collect.LinkedHashMultimap; import junit.framework.TestCase; public class Issue2129 extends TestCase { public void test_for_issue() throws Exception { LinkedHashMultimap<String, String> map ...
/* * Copyright @ 2017-present Atlassian Pty Ltd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
package org.fashionwork.example; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.boot.test.SpringApplicationConfiguration; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; import org.springframework.t...
public class IntSelectionSorter { // The array is sorted in ascending order. public static void selectionSort(int[] array) { int startScan; // Starting position of the scan int index; // To hold a subscript value int minIndex; // Element with the smallest value in the scan int minValue; // The s...
/* * 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 ...
/** * Copyright 2013 Clockwork * * 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.qiuxs.sms.sender.impl; import java.util.Map; import com.qiuxs.cuteframework.core.basic.config.UConfigUtils; import com.qiuxs.cuteframework.core.basic.utils.ExceptionUtils; import com.qiuxs.cuteframework.core.basic.utils.MapUtils; import com.qiuxs.cuteframework.core.basic.utils.http.HttpClientUtil; import ...
package com.example.demo.dependencies.and.configuration.in.detail; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.context.support.ClassPathXmlApplicationContext; import com.example.demo.hello.Hello; public class ReferencesToOtherBean { private Hello hello; public ReferencesTo...
package com.capitalone.dashboard.util; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import java.util.regex.Pattern; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.runners.MockitoJUnitRunner; import com.capitalone.dashboard.model.BinaryArtifac...
package cn.leetcode.codes.simple83; import cn.leetcode.codes.CommonDataKt; import cn.leetcode.codes.PKt; import cn.leetcode.codes.common.ListNode; public class Simple83 { public static void main(String[] args) { ListNode node = CommonDataKt.createListNode(1,1,2); // ListNode re = new Simple83()...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: SCMUploader.proto package org.apache.hadoop.yarn.proto; public final class SCMUploaderProtocol { private SCMUploaderProtocol() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistry registry) { } /** * ...
/* * Copyright 2021 ConsenSys AG. * * 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...
package io.ideavis.tools.security; import java.io.BufferedReader; import java.io.File; import java.io.InputStreamReader; /** * BreadWallet * <p/> * Created by Mihail Gutan <mihail@breadwallet.com> on 5/19/16. * Copyright (c) 2016 breadwallet LLC * <p/> * Permission is hereby granted, free of charge, to any pers...
package org.propagate.persistence.mongo.entity; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; import java.util.Date; import java.util.List; @Data @AllArgsConstructor @NoArgsConstructor @Builder(toBuilder = true) public class RolloutRuleMongoEntity { ...
/* * This is a header... */ package com.devonfw.ide.sonarqube.persistence.api; // Noncompliant class MyClass { }
package com.alipay.api.response; import com.alipay.api.AlipayResponse; /** * ALIPAY API: zhima.credit.ep.certification.apply response. * * @author auto create * @since 1.0, 2021-12-21 22:45:59 */ public class ZhimaCreditEpCertificationApplyResponse extends AlipayResponse { private static final long serialVer...
/* * The MIT License (MIT) * * Copyright (c) 2017-2019 Yegor Bugayenko * * 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.android.football; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.TextView; public class MainActivity extends AppCompatActivity { int scoreTeamA = 0; int scoreTeamB = 0; @Override protected void onCreate(Bundle sa...
import com.amazon.ask.Skills; import com.amazon.ask.SkillStreamHandler; import handler.*; public class PaymentSkillStreamHandler extends SkillStreamHandler { public PaymentSkillStreamHandler() { super(Skills.standard() .addRequestHandlers(new SandboxStatusHandler(), new SummaryInvokeHand...
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.dingtalkcrm_1_0.models; import com.aliyun.tea.*; public class GetGroupSetRequest extends TeaModel { @NameInMap("openGroupSetId") public String openGroupSetId; public static GetGroupSetRequest build(java.util.Map<String, ?> map) thr...
/* This file is part of VoltDB. * Copyright (C) 2008-2020 VoltDB Inc. * * 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...
/* * 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 2016 SRI International * * 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...
/* * Copyright 2016-2017, Youqian Yue (devefx@163.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 app...
package factorization.misc; import factorization.notify.Notice; import net.minecraft.command.CommandBase; import net.minecraft.command.ICommandSender; import net.minecraft.entity.Entity; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.util.BlockPos; import net.minecraft.util.ChatComponentText; im...
package org.ensembl.healthcheck.test; import com.google.gson.Gson; import org.ensembl.ListHealthchecks; import org.ensembl.healthcheck.GroupOfTests; import org.testng.Assert; import org.testng.annotations.Test; import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.IOException; import jav...
/* * ModeShape (http://www.modeshape.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 applicable law o...
package io.github.wendergalan.crud.config; import org.springframework.amqp.core.Exchange; import org.springframework.amqp.core.ExchangeBuilder; import org.springframework.amqp.support.converter.Jackson2JsonMessageConverter; import org.springframework.amqp.support.converter.MessageConverter; import org.springframework....
/* * * Copyright (c) 2006-2020, Speedment, Inc. 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 requi...
/* * 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 com.atguigu.gulimall.product.service; import com.baomidou.mybatisplus.extension.service.IService; import com.atguigu.common.utils.PageUtils; import com.atguigu.gulimall.product.entity.BrandEntity; import java.util.Map; /** * 品牌 * * @author bit3tbb * @email bit3tbb@gmail.com * @date 2022-01-06 15:16:21 ...
package cc.mrbird.febs.scm.controller; import cc.mrbird.febs.common.annotation.Log; import cc.mrbird.febs.common.controller.BaseController; import cc.mrbird.febs.common.domain.router.VueRouter; import cc.mrbird.febs.common.exception.FebsException; import cc.mrbird.febs.common.domain.QueryRequest; import cc.mrbird.feb...
package jasonftw.CustomDifficulty.commands; import org.bukkit.ChatColor; import org.bukkit.command.Command; import org.bukkit.command.CommandExecutor; import org.bukkit.command.CommandSender; import jasonftw.CustomDifficulty.util.Manager; public class DifficultyCommands implements CommandExecutor { private stati...
package goodman.org.omg.IOP; /** * org/omg/IOP/CodecFactoryOperations.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from c:/re/workspace/8-2-build-windows-amd64-cygwin/jdk8u201/12322/corba/src/share/classes/org/omg/PortableInterceptor/IOP.idl * Saturday, December 15, 2018 6:38:38 PM PST *...
// Copyright 2016 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 applica...
package com.roncoo.education.course.service.common.dto; import java.io.Serializable; import java.util.ArrayList; import java.util.List; import io.swagger.annotations.ApiModelProperty; import lombok.Data; import lombok.experimental.Accessors; /** * 课程分类 * * @author wujing */ @Data @Accessors(chain = true) public ...
package com.yc.cn.ycslideview.first; import android.view.View; public interface HhItemClickListener { void onItemClick(View view, int position); }
/* * Licensed to DuraSpace under one or more contributor license agreements. * See the NOTICE file distributed with this work for additional information * regarding copyright ownership. * * DuraSpace licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file excep...
// This is a test file taken from open source project. // https://github.com/eugenp/tutorials/blob/master/jmh/src/main/java/com/baeldung/bitset/Plotter.java package com.baeldung.bitset; import org.openjdk.jol.info.ClassLayout; import org.openjdk.jol.info.GraphLayout; import java.io.BufferedWriter; import java.io.IOExc...
package org.zhangbai.display.index; import java.math.BigDecimal; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import org.eclipse.swt.SWT; import org.eclipse.swt.events.PaintEvent; import org.eclipse.swt.events.PaintListener; import org.eclipse.swt.graphics.Image; import org.eclipse.swt....
/* * Copyright 2013-2014 JIWHIZ Consulting 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 ...
/* * Copyright 2012-2019 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...
/* SHA512withRSA.java -- RSA PKCS1 with SHA512 JCE signature Adapter Copyright (C) 2006 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath 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 Fou...