text stringlengths 7 995k |
|---|
/*
* (c) 2005 David B. Bracewell
*
* 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, Ve... |
package com.exx.dzj.aspect;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.exx.dzj.annotation.DataPermission;
import com.exx.dzj.entity.datarules.DataPermissionRules;
import com.exx.dzj.entity.menu.MenuInfo;
import com.exx.dzj.entity.user.UserVo;
import com.exx.dzj.facade.user.Use... |
package org.wikipedia.feed.image;
import android.net.Uri;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import org.wikipedia.R;
import org.wikipedia.WikipediaApp;
import org.wikipedia.dataclient.WikiSite;
import org.wikipedia.feed.model.Card;
import org.wikipedia.feed.model.Ca... |
/*
* 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.lovecandy.mvp.bean;
/**
* @author Created by lichao
* @desc bean 对象包装用户信息
* @time 2018/5/7 09:38
* 邮箱:lichao@voole.com
*/
public class UserInfo {
public UserInfo(String name, String pwd) {
this.name = name;
this.pwd = pwd;
}
private String name;
private String pwd;
... |
package org.xdef.impl.util.conv.xsd.xsd_1_0.type.domain;
import org.xdef.sys.SUtils;
import java.util.ArrayList;
/** Represents type method
* @author Alexandrov
*/
public class TypeMethod {
/** Name of method. */
private final String _methodName;
/** List of parameters of method. */
private final java.util.List... |
/**
* 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 (c) 2013-2014, JCabi.com
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met: 1) Redistributions of source code must retain the above
* copyright notice, this list of condition... |
/*
* Copyright (C) 2020 The zfoo 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 to i... |
package com.nhl.link.rest.it.fixture;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import java.sql.SQLException;
import javax.ws.rs.client.Entity;
import javax.ws.rs.core.Application;
import javax.ws.rs.core.Feature;
import javax.ws.rs.core.FeatureContext;
impor... |
package at.electro.shop.service.transaction.dao.data;
import at.electro.shop.service.transaction.dao.models.Transactions;
import org.springframework.data.jpa.repository.JpaRepository;
import java.util.List;
public interface TransactionRepository extends JpaRepository<Transactions, Long> {
public List<Transaction... |
package org.wikipedia.edit.preview;
import android.support.annotation.NonNull;
import com.google.gson.stream.MalformedJsonException;
import org.junit.Test;
import org.wikipedia.dataclient.Service;
import org.wikipedia.dataclient.WikiSite;
import org.wikipedia.dataclient.mwapi.MwException;
import org.wikipedia.datacl... |
package e.b.b.a.c.e;
final class q2 implements Runnable {
/* renamed from: b reason: collision with root package name */
private final /* synthetic */ n0 f7520b;
/* renamed from: c reason: collision with root package name */
private final /* synthetic */ s f7521c;
/* renamed from: d reason: c... |
package com.ronsoft.books.nio.channels;
import java.nio.ByteBuffer;
import java.nio.ByteOrder;
import java.nio.channels.DatagramChannel;
import java.net.InetSocketAddress;
import java.util.Date;
import java.util.List;
import java.util.LinkedList;
import java.util.Iterator;
/**
* Request time service, per RFC 868. R... |
package com.hotbitmapgg.leisureread.ui.activity;
import butterknife.Bind;
import butterknife.ButterKnife;
import com.hotbitmapgg.leisureread.app.AppConstant;
import com.hotbitmapgg.rxzhihu.R;
import java.util.concurrent.TimeUnit;
import rx.Observable;
import rx.Subscription;
import rx.android.schedulers.AndroidSchedul... |
package com.kp.twitterclient.adapters;
import android.content.Context;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.ImageView;
import android.widget.RelativeLayout;
import android.widget.T... |
/* 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 com.example.gsyvideoplayer;
import android.net.Uri;
import androidx.multidex.MultiDexApplication;
import tv.danmaku.ijk.media.exo2.Exo2PlayerManager;
import tv.danmaku.ijk.media.exo2.ExoMediaSourceInterceptListener;
import tv.danmaku.ijk.media.exo2.ExoSourceManager;
import com.example.gsyvideoplayer.source.C... |
public class Number {
private static class NumberWrapper {
Number n;
}
static class Zero extends Number {
public Zero() {
super(null);
}
@Override
public void executeIfZero(Action action) {
action.execute();
}
@Override
public void executeIfNotZero(Action action) {
}
@Override
pu... |
package inriacmaes.fitness;
import java.util.Random;
/** one can access the desired fitness function by giving its number
* in the constructor method. Refer to the source code for the
* numbers. This class is a stub (and hack) so far.
*
*/
public class FunctionCollector extends AbstractObjectiveFunction {
publi... |
package io.frck.sampleapp;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class App {
public static void main(String[] args) {
SpringApplication.run(App.class, args);
}
} |
package com.bigkoo.svprogresshud;
import android.app.Activity;
import android.content.Context;
import android.os.Handler;
import android.os.Message;
import android.view.Gravity;
import android.view.LayoutInflater;
import android.view.MotionEvent;
import android.view.View;
import android.view.ViewGroup;
import android.... |
package com.il360.xiaofeiyu.model.alipay;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.List;
public class BillList implements Serializable {
/**
*
*/
private static final long serialVersionUID = 1L;
private String monthId;
private List<BillItem> billList = new ArrayList<BillIte... |
package Ficha3;
public class Main {
public static void testaCirculo () {
Circulo c1 = new Circulo ();
Circulo c2 = new Circulo (10, 5, 20);
Circulo c3 = new Circulo(c2);
System.out.println("Area de c1: " + c1.calculaArea());
System.out.println("X do c3: " + c3.getX());
... |
/*
* Copyright 2009-2014 PrimeTek.
*
* 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... |
/*
* 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 2017 Tran Le Duy
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... |
package org.jabref.gui.importer.serpapi;
import java.io.UnsupportedEncodingException;
import java.net.URLEncoder;
import java.util.Map;
public class ParameterStringBuilder
{
public static String getParamsString(Map<String, String> params)
throws UnsupportedEncodingException
{
StringBuilder resu... |
package com.feeyo.redis.engine.manage.health;
//
public class HealthChecker {
} |
package org.semspringframework.beans.factory.support;
import java.lang.reflect.Constructor;
import java.util.HashMap;
/**
* attributes of the class description the corresponding bean. there attributes are derived from bean tag of xml file
*/
public class BeanDefinition {
private String beanName;
private C... |
package com.trkj.framework.mybatisplus.controller;
import com.netflix.hystrix.contrib.javanica.annotation.HystrixCommand;
import com.trkj.framework.entity.mybatisplus.ClockRecord;
import com.trkj.framework.entity.mybatisplus.Leave;
import com.trkj.framework.entity.mybatisplus.Overtimeask;
import com.trkj.framework.myb... |
package com.kaladivo.aig.utils;
import javafx.collections.ListChangeListener;
import javafx.scene.control.ListView;
import javafx.stage.DirectoryChooser;
import javafx.stage.Stage;
import java.io.File;
/**
* Contains handy methods that can help while working with user interface.
*
* Created by kaladivo on 27.12.1... |
/* */ package com.ibm.tivoli.maximo.report.birt.servlet;
/* */
/* */ import java.util.Dictionary;
/* */ import java.util.Enumeration;
/* */ import javax.servlet.Servlet;
/* */ import javax.servlet.ServletConfig;
/* */ import javax.servlet.ServletContext;
/* */
/* */ public class ReportViewe... |
/*
* 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 JavaFX;
import java.net.URL;
import java.util.ResourceBundle;
import javafx.fxml.Initializable;
import javafx.collections.Obse... |
package ca.uhn.fhir.jpa.demo;
import ca.uhn.fhir.jpa.config.BaseJavaConfigR4;
import ca.uhn.fhir.jpa.dao.DaoConfig;
import ca.uhn.fhir.jpa.model.entity.ModelConfig;
import ca.uhn.fhir.jpa.util.SubscriptionsRequireManualActivationInterceptorR4;
import ca.uhn.fhir.rest.server.interceptor.IServerInterceptor;
import ca.uh... |
package fr.pds.isintheair.crmtab.tlacouque.uc.admin.ref.customer.model.rest;
import com.raizlabs.android.dbflow.sql.language.Method;
import com.raizlabs.android.dbflow.sql.language.Select;
import fr.pds.isintheair.crmtab.tlacouque.uc.admin.ref.customer.model.entity.Holding;
import fr.pds.isintheair.crmtab.tlacouque.u... |
package uk.co.slc.sfd.cp.ft.jsf.component;
import java.util.List;
import javax.faces.component.FacesComponent;
import javax.faces.context.FacesContext;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.lang3.ArrayUtils;
import uk.co.slc.sfd.cp.ft.postc... |
/**
* Copyright (C) 2011 Xavier Jodoin (xavier@jodoin.me)
*
* 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 b... |
// Copyright 2019 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 in ... |
package com.queatz.snappy.email;
/**
* Created by jacob on 5/8/17.
*/
public class EmailOptions {
private String subject;
private String header;
private String body;
private String footer;
public String getSubject() {
return subject;
}
public EmailOptions setSubject(String subj... |
package com.ctrip.xpipe.api.command;
/**
* @author wenchao.meng
*
* Jul 15, 2016
*/
public interface CommandChain<V> extends Command<V>{
void add(Command<?> command);
void remove(Command<?> command);
int executeCount();
} |
/*
* Copyright 2020 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 com.gigya.android.sdk.biometric;
import android.content.Context;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import android.support.v4.util.Pair;
import android.util.Base64;
import com.gigya.android.sdk.Config;
import com.gigya.android.sdk.GigyaDefinitions;
import co... |
/*
* Copyright 1999-2018 Alibaba Group Holding 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 applica... |
package com.atguigu.gulimall.member.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import java.io.Serializable;
import java.util.Date;
import lombok.Data;
/**
* 成长值变化历史记录
*
* @author heling
* @email 929926540@qq.com
* @date 2021-10-21 10:35:35
... |
/*
* Copyright 2017 Gil Costa.
*
* 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... |
/**
* @Author: zzStar
* @Date: 11-18-2020 19:58
*/
public class Sum {
public static void main(String[] args) {
int[] arr = {6, 10};
int i = sum(arr, 0);
System.out.println("i = " + i);
}
public static int sum(int[] arr, int l) {
if (l == arr.length) return 0;
// ... |
/*
* Copyright 2008 biaoping.yin
*
* 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... |
/**
* 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 [2022] [Xebisco]
*
* 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 ... |
/*
* 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 uk.gov.hmcts.reform.iacaseapi.domain.handlers.presubmit;
import static org.assertj.core.api.Assertions.assertThat;
import org.junit.jupiter.api.extension.ExtendWith;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.CsvSource;
import org.mockito.junit.jupiter.Mockito... |
// Copyright 2015 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... |
package gr.ict.wallet_analyzer.helpers;
import androidx.annotation.NonNull;
import com.google.firebase.database.DataSnapshot;
import com.google.firebase.database.DatabaseError;
import com.google.firebase.database.DatabaseReference;
import com.google.firebase.database.ValueEventListener;
import java.util.ArrayList;
i... |
package com.devsda.hack.alterego.gsuitoperations;
import com.devsda.hack.alterego.model.AlteregoConfiguration;
import com.devsda.utils.httputils.HttpMethod;
import com.devsda.utils.httputils.constants.Protocol;
import com.devsda.utils.httputils.methods.HttpGetMethod;
import com.google.api.services.calendar.model.Cale... |
package com.bumptech.glide.load.engine.a;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
// compiled from: GroupedLinkedMap.java
final class e<K extends h, V> {
private final a<K, V> a;
private final Map<K, a<K, V>> b;
// compiled from: GroupedLinkedMap... |
package com.twilio.sdk.verbs;
// TODO: Auto-generated Javadoc
/*
Copyright (c) 2008 Twilio, 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... |
package com.jssdream.chatdemo.common;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* JSON 转换
*/
public final class JsonUtil {
private static final Logger LOGGER = LoggerFactory.getLogger(JsonUtil.class);
/**
* 把... |
package com.library.client.page;
import java.awt.Color;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.io.IOException;
import javax.swing.ButtonGroup;
import javax.swing.JButton;
import javax.swing.JComboBox;
import javax.swing.JFrame;
import javax.swing.JLabel;
import javax.swing... |
/*
* Copyright 2008-2010 Microarray Informatics Team, EMBL-European Bioinformatics Institute
*
* 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-... |
/**
* Tests for string parser.
* @author Roman Bednyashov (hipnorosva@gmail.com)
* @version $Id$
* @since 0.1
*/
package ru.job4j.parsing; |
/*
* 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 cc.ctrl.proc;
import cc.ctrl.CtrlGeo;
import cc.ctrl.CtrlLineArcs;
import cc.ctrl.TrafCtrl;
import cc.geosrv.Mercator;
import ... |
/**
* Copyright 2005-2015 Red Hat, Inc.
*
* Red Hat 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 r... |
package com.glassdoor.planout4j.planout.ops;
import org.json.simple.JSONArray;
public class JSONArrayBuilder extends JSONArray {
@SuppressWarnings("unchecked")
public JSONArrayBuilder a(Object value) {
add(value);
return this;
}
} |
package com.anuragkapur.pie.teesandgraphs;
import com.anuragkapur.ds.tree.Node;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* @author anuragkapur
*/
public class UnbalancedBSTTest {
UnbalancedBST unbalancedBST = new UnbalancedBST();
Inorder inorder = new Inorder();
@Test
public v... |
/*-
* ============LICENSE_START=======================================================
* SDC
* ================================================================================
* Copyright (C) 2019 AT&T Intellectual Property. All rights reserved.
* ===================================================================... |
package ch.bfh.btx8081.model;
public enum ConditionState {
TRUE, FALSE, UNKNOWN
} |
package com.funnygorilla.studentmanagement.repository.dataaccess;
import java.io.Serializable;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.Table;
import lombok... |
package noobanidus.mods.darktribute.networking;
import net.minecraft.client.Minecraft;
import net.minecraft.network.PacketBuffer;
import net.minecraftforge.api.distmarker.Dist;
import net.minecraftforge.api.distmarker.OnlyIn;
import net.minecraftforge.fml.network.NetworkEvent;
import noobanidus.mods.darktribute.client... |
/*
* Copyright 2016 jeasonlzy(廖子尧)
*
* 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... |
/*
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0
*/
package com.aws.greengrass.mqttclient;
import com.aws.greengrass.config.Topics;
import com.aws.greengrass.testcommons.testutilities.GGExtension;
import org.junit.jupiter.api.AfterEach;
import org.junit.... |
/****************************************************************
* 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... |
package net.sourceforge.ondex.parser.ecocyc.objects;
/**
* Represents a database link. Don't create Dblink objects with the SinkFactory!
* @author peschr
*
*/
public class Dblink extends AbstractNode{
private DBName dbName;
private String Accession;
public String getAccession() {
return Accession;
}
publ... |
package com.coolslow.leetcode.topics.array;
/**
* 反转字符串中的元音字母
* by MrThanksgiving
*/
public class Code345ReverseVowelsOfAString {
/**
* <pre>
* 题目:
* 编写一个函数,以字符串作为输入,反转该字符串中的元音字母。
*
* 示例 1:
* 输入: "hello"
* 输出: "holle"
*
* 示例 2:
* 输入: "leetco... |
/*
* Licensed to Jasig under one or more contributor license
* agreements. See the NOTICE file distributed with this work
* for additional information regarding copyright ownership.
* Jasig licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may not use this file
* except in com... |
/*
* 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 ... |
/*
* The MIT License
*
* Copyright (c) 2014, Mahmoud Ben Hassine (md.benhassine@gmail.com)
*
* 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 ... |
package tfar.yourhealthmultiplieseverytimeyouburnadiamond.mixin;
import net.minecraft.entity.Entity;
import net.minecraft.entity.EntityType;
import net.minecraft.entity.item.ItemEntity;
import net.minecraft.item.ItemStack;
import net.minecraft.util.DamageSource;
import net.minecraft.world.World;
import org.spongepower... |
package uk.nhs.careconnect.ri.stu3.dao;
import ca.uhn.fhir.context.FhirContext;
import ca.uhn.fhir.rest.annotation.OptionalParam;
import ca.uhn.fhir.rest.param.StringParam;
import ca.uhn.fhir.rest.param.TokenParam;
import ca.uhn.fhir.rest.server.exceptions.ResourceVersionConflictException;
import org.hl7.fhir.dstu3.mo... |
/**
* 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 me.limeglass.whitelist.listeners;
import java.util.Arrays;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import me.limeglass.whitelist.WhitelistDiscord;
import me.limeglass.whitelist.objects.Command;
import net.dv8tion.jda.core.JDA;
import net.dv8tion.jda.core.OnlineStatus;
import net.dv8tion.jda.cor... |
/*
* Copyright 2014 NAVER Corp.
*
* 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 ... |
/*
* Cloud Resource & Information Management System (CRIMSy)
* Copyright 2020 Leibniz-Institut f. Pflanzenbiochemie
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.... |
package ru.job4j.tracker.action;
import ru.job4j.tracker.input.Input;
import ru.job4j.tracker.tracker.Store;
import java.util.function.Consumer;
public class MenuTracker {
private final Input input; // хранит ссылку на объект
private final Store tracker; // хранит ссылку на объект
// private List<UserActi... |
/*
* Copyright 1999-2018 Alibaba Group Holding 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 applica... |
/*
* 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... |
/*
* 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.org... |
/*
* Copyright 2016-2020 Crown Copyright
*
* 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... |
/*
File: B704_PC01_SET_CRF_VAL
Description: Stub for B704_PC01_SET_CRF_VAL
Author: GeneXus Java Generator version 10_1_8-58720
Generated on: July 3, 2017 14:53:7.32
Program type: Callable routine
Main DBMS: mysql
*/
import java.sql.*;
import com.genexus.db.*;
... |
/**
* RoadblockingType.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.google.api.ads.dfp.v201311;
public class RoadblockingType implements java.io.Serializable {
private java.lang.String _value_;
private static java.u... |
/*
* This code is subject to the HIEOS License, Version 1.0
*
* Copyright(c) 2011 Vangent, Inc. All rights reserved.
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either ... |
package stubidp.utils.security.security;
import io.prometheus.client.Gauge;
import java.security.KeyStore;
import java.security.KeyStoreException;
import java.security.cert.X509Certificate;
import java.util.Enumeration;
/**
* <p>A class to register prometheus metrics for expiry dates of certificates in truststores.... |
package org.yeshen.video.librtmp.unstable.tools;
import android.os.Handler;
import android.os.Looper;
import android.os.Message;
import java.lang.ref.WeakReference;
import java.util.concurrent.locks.Lock;
import java.util.concurrent.locks.ReentrantLock;
/**
* Memory safer implementation of android.os.Handler
* <p/... |
begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/* * 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... |
package org.nico.byteanimation.mapper;
import org.nico.byteanimation.model.po.Animation;
import org.nico.ourbatis.mapper.SimpleMapper;
public interface AnimationMapper extends SimpleMapper<Animation, Long>{
} |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/cloud/dialogflow/v2beta1/session.proto
package com.google.cloud.dialogflow.v2beta1;
public interface QueryParametersOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.cloud.dialogflow.v2beta1.QueryParameters)
com... |
/*
* Copyright (C) 2019 The Dagger 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 ag... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.