text stringlengths 7 995k |
|---|
package org.pitest.mutationtest.build;
import org.pitest.classpath.CodeSource;
import org.pitest.plugin.ToolClasspathPlugin;
public interface MutationGrouperFactory extends ToolClasspathPlugin {
public MutationGrouper makeFactory(CodeSource codeSource, int numberOfThreads, int unitSize);
} |
/*
* Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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 hr.fer.zemris.java.custom.scripting.nodes;
/**
* This {@code Node} represents an entire document.
*
* @author Dan
*
*/
public class DocumentNode extends Node {
/**
* Creates a new empty {@code DocumentNode}.
*/
public DocumentNode() {
}
} |
/*
* Copyright 2015, 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 applic... |
/*
* Copyright 2017 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applica... |
package io.smallrye.reactive.messaging.ack;
import static org.awaitility.Awaitility.await;
import java.util.concurrent.CompletableFuture;
import java.util.concurrent.CompletionStage;
import java.util.concurrent.atomic.AtomicInteger;
import javax.enterprise.context.ApplicationScoped;
import org.eclipse.microprofile.... |
/*
* Copyright (c) 2008-2019, Hazelcast, 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 required ... |
/*
* Copyright 2015 Tom Gibara
*
* 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.hyq0719.mktapi.oceanengine.util;
import com.hyq0719.mktapi.common.advice.ApiRequestAdvice;
import com.hyq0719.mktapi.common.util.DataPageFetcher;
import com.hyq0719.mktapi.oceanengine.OceanApiRequest;
import com.hyq0719.mktapi.oceanengine.bean.IPage;
import com.hyq0719.mktapi.oceanengine.bean.common.OceanR... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.hybrid.appservice.models;
import com.azure.core.annotation.Fluent;
import com.azure.core.util.logging.ClientLogger;
import com.f... |
/*
* Copyright 2021 Shulie Technology, Co.Ltd
* Email: shulie@shulie.io
* 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 r... |
package trace.echo.modular;
import im.OperationName;
public class ListEditNotified extends ListEditInfo{
public ListEditNotified(String aMessage, OperationName anOperationName, int anIndex,
Object anElement, Object aFinder) {
super(aMessage, anOperationName, anIndex, anElement, aFinder);
}
public ListEditNot... |
package io.kindo.hub.infrastructure.po;
import javax.persistence.*;
import java.util.Date;
@Entity
@Table(name = "images")
public class Image {
@Id
@GeneratedValue(strategy= GenerationType.AUTO)
private long id;
private String name;
private String author;
private String pusher;
private St... |
/**
* Copyright (c) Dell Inc., or its subsidiaries. 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 ... |
package com.zark.easyframe.biz.common.vo;
import org.hibernate.validator.constraints.NotEmpty;
import com.zark.easyframe.common.datatransfer.annotation.TransferFrom;
import com.zark.easyframe.common.module.UserDo;
public class UserVo extends UserDo {
@TransferFrom(from = "username", type = "Employee")
@NotEmpty(m... |
package pl.akolata.trainingtracker.configuration;
import org.springframework.cache.annotation.EnableCaching;
import org.springframework.context.annotation.Configuration;
@Configuration
@EnableCaching
class CacheConfig {
} |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*
* Code generated by Microsoft (R) AutoRest Code Generator.
*/
package com.microsoft.azure.management.batchai.v2017_09_01_preview;
import com.fasterxm... |
/*
* Copyright 2009 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 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 ... |
/*
Copyright 2014-2016 Intel Corporation
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, s... |
/*
* SPDX-License-Identifier: Apache-2.0
*
* The OpenSearch Contributors require contributions made to
* this file be licensed under the Apache-2.0 license or a
* compatible open source license.
*/
/*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distribute... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
/*
* Copyright (C) 2019 Google 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 agree... |
package com.Moviemoving.controller;
import java.util.Locale;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PostMapping;
import org.springframework.web.bind.annotation.Requ... |
package ai.verta.modeldb.common.exceptions;
import io.grpc.Status.Code;
public class ModelDBException extends RuntimeException {
private static final long serialVersionUID = 1L;
private Code code = Code.INTERNAL;
public ModelDBException() {
super();
}
public ModelDBException(String message) {
su... |
package com.udacity.vehicles;
import com.udacity.vehicles.domain.manufacturer.Manufacturer;
import com.udacity.vehicles.domain.manufacturer.ManufacturerRepository;
import org.modelmapper.ModelMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Valu... |
class Ciframento{
//chave para criptografia = 3
public static String criptografa(String entrada, int chave){
String saida = new String();
for(int i = 0; i < entrada.length();i++){
saida += (char)((int)entrada.charAt(i) + chave);
}
return saida;
}
//metodo que define o fim do programa
... |
/*
* Copyright 2017-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 appli... |
/*
* This file is part of SpongeAPI, licensed under the MIT License (MIT).
*
* Copyright (c) SpongePowered <https://www.spongepowered.org>
* Copyright (c) contributors
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Soft... |
/*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 2002-2010 Oracle. All rights reserved.
*
* $Id: ShipmentKey.java,v 1.18 2010/01/04 15:50:34 cwl Exp $
*/
package collections.ship.index;
import java.io.Serializable;
/**
* A ShipmentKey serves as the key in the key/data pair for a s... |
package actio.actio;
import android.app.Activity;
import android.content.Context;
import android.content.Intent;
import android.database.Cursor;
import android.os.Bundle;
import android.provider.ContactsContract;
import android.support.v4.app.Fragment;
import android.support.v4.app.FragmentManager;
import android.supp... |
package com.example.smartmuseum.util;
public interface OnSoftKeyboardStateChangedListener {
void OnSoftKeyboardStateChanged(boolean isKeyboardShow, int keyboardHeight, int screenHeight);
} |
package uk.gov.digital.ho.hocs.document.dto.camel;
import uk.gov.digital.ho.hocs.document.model.DocumentStatus;
import java.util.UUID;
public class UpdateDocumentRequest {
private UUID uuid;
private DocumentStatus status;
private String fileLink;
private String pdfLink;
public UpdateDocumentReq... |
/**
* Copyright 2019 Huawei Technologies Co.,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 law... |
package io.netifi.proteus.quickstart.service.protobuf;
/**
*/
@javax.annotation.Generated(
value = "by Proteus proto compiler (version 0.7.15)",
comments = "Source: io/netifi/proteus/quickstart/service/protobuf/service.proto")
public interface BlockingHelloService {
String SERVICE_ID = "io.netifi.proteus.qu... |
package org.mcsg.double0negative.supercraftbros.classes;
import java.util.Random;
import org.bukkit.Bukkit;
import org.bukkit.ChatColor;
import org.bukkit.Location;
import org.bukkit.Material;
import org.bukkit.block.Block;
import org.bukkit.enchantments.Enchantment;
import org.bukkit.entity.Entity;
import org.bukkit... |
/* Copyright 2022 G. Matthew Heitker
*
* 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 samples.springboot.redisson;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* @author: daibin
* @date: 2021/8/3 10:02 上午
*/
@SpringBootApplication
public class RedissonSamples {
public static void main(String[] args) {
... |
package pf.lapimonster.JsonChatAPI;
import java.io.File;
import java.io.IOException;
import java.net.URL;
import java.net.URLConnection;
import org.apache.commons.io.IOUtils;
import org.bukkit.Bukkit;
import org.bukkit.scheduler.BukkitRunnable;
import pf.lapimonster.JsonChatAPI.utils.HTTPDownloadUtility;
public cla... |
/*
* Copyright 2013 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 applica... |
package com.bitmovin.api.sdk.encoding.encodings.sidecars.webvtt;
import java.util.Date;
import java.util.HashMap;
import com.bitmovin.api.sdk.model.*;
public class WebVttSidecarFileListQueryParams extends HashMap<String, Object> {
public Integer getOffset() {
return (Integer) this.get("offset");
}
... |
/* ----------------------------------------------------------------------------
* This file was automatically generated by SWIG (http://www.swig.org).
* Version 2.0.12
*
* Do not make changes to this file unless you know what you are doing--modify
* the SWIG interface file instead.
* -----------------------------... |
package com.codicesoftware.plugins.hudson.commands;
import com.codicesoftware.plugins.hudson.util.MaskedArgumentListBuilder;
public class UpdateWorkspaceCommand implements Command {
private final String workspacePath;
public UpdateWorkspaceCommand(String workspacePath) {
this.workspacePath = workspa... |
/**
* 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 under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software distributed under ... |
package io.smartcat.cassandra.diagnostics.info;
import java.util.List;
/**
* Info provider interface.
*/
public interface InfoProvider {
/**
* Gets the list of all active compactions.
*
* @return compaction info list
*/
List<CompactionInfo> getCompactions();
/**
* Get the stat... |
@interface Annotation{}
aspect B {
declare @field : int C.noSuchField : @Annotation; // should be an error
declare @field : int B.noSuchField : @Annotation; // should be an error
}
class C {
} |
package fr.erows.studit.Activities;
import android.os.Bundle;
import androidx.fragment.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import fr.erows.studit.R;
/**
* A simple {@link Fragment} subclass.
*/
public class ClassRoomFragment extends Fragment... |
/******************************************************************************
* Copyright (C) 2019 by the ARA Contributors *
* *
* Licensed under the Apache License, Version 2.0 (the "License"); *
... |
/*
* Copyright 2013 JBoss, by Red Hat, 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... |
package com.prowidesoftware.swift.model.mx.dic;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
import org.apache.commons.lang3.bui... |
/*
* Copyright 2004, 2005, 2006 Acegi Technology Pty Limited
*
* 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 ... |
/*
* Copyright 2010-2016 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 "l... |
package act.job;
/*-
* #%L
* ACT Framework
* %%
* Copyright (C) 2014 - 2017 ActFramework
* %%
* 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... |
/*
* Copyright 2002-2015 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
package com.rspsi.plugin.loader;
import org.displee.cache.index.archive.Archive;
import com.jagex.cache.anim.Graphic;
import com.jagex.cache.loader.anim.AnimationDefinitionLoader;
import com.jagex.cache.loader.anim.GraphicLoader;
import com.jagex.io.Buffer;
public class MyGraphicLoader extends GraphicLoader {
p... |
/*
* 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... |
/**
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
package net.sourceforge.pmd.renderers;
import java.io.File;
import java.io.FileWriter;
import java.io.IOException;
import java.io.PrintWriter;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
import j... |
package com.cnt.coolweather.gson;
import com.google.gson.annotations.SerializedName;
/**
* Created by Administrator on 2017/11/5.
*/
public class Suggestion {
public class Comfort{
@SerializedName("txt")
public String info;
}
@SerializedName("comf")
public Comfort comfort;
pub... |
package MDSplus;
import java.util.*;
/**
* Class Tree brings all the tree-wide information.
*
* @author manduchi
* @version 1.0
* @updated 30-mar-2009 13.44.43
*/
public class Tree
{
static class TreeCtxInfo
{
long tid;
long ctx;
TreeCtxInfo(long tid, long ctx)
{
... |
/**
* Copyright (c) KMG. 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 io.sbk.api;
import io.mic... |
package org.kyojo.schemaorg.m3n3.core.impl;
import java.util.ArrayList;
import java.util.List;
import org.kyojo.schemaorg.SimpleJsonBuilder;
import org.kyojo.schemaorg.m3n3.core.Clazz.MonetaryAmount;
import org.kyojo.schemaorg.m3n3.core.Clazz.PriceSpecification;
import org.kyojo.schemaorg.m3n3.core.Container;
import ... |
/*
// Licensed to DynamoBI Corporation (DynamoBI) under one
// or more contributor license agreements. See the NOTICE file
// distributed with this work for additional information
// regarding copyright ownership. DynamoBI licenses this file
// to you under the Apache License, Version 2.0 (the
// "License"); you may ... |
/*
* Copyright (C) 2017 Anton Kaliturin <kaliturin@gmail.com>
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... |
/*
* Copyright 2017 HugeGraph Authors
*
* 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.josedab.interviewbit.backtracking;
import java.util.ArrayList;
import java.util.LinkedList;
import java.util.List;
/**
* The n-queens puzzle is the problem of placing n queens on an n×n chessboard such that no two queens attack each other.
http://i.imgur.com/yaxpgda.png
N Queens: Example 1
Given an ... |
/*
* Copyright (C) 2019 Yubico.
*
* 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... |
/* CharBox.java
* =========================================================================
* This file is originally part of the JMathTeX Library - http://jmathtex.sourceforge.net
*
* Copyright (C) 2004-2007 Universiteit Gent
* Copyright (C) 2009 DENIZET Calixte
*
* This program is free software; you can redi... |
/*
* Copyright 2012-2015 Michele Mostarda (me@michelemostarda.it)
*
* 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 requir... |
package net.nocturne.game.player.dialogues.impl.vorago;
import net.nocturne.game.Graphics;
import net.nocturne.game.World;
import net.nocturne.game.WorldObject;
import net.nocturne.game.WorldTile;
import net.nocturne.game.npc.vorago.VoragoHandler;
import net.nocturne.game.player.dialogues.Dialogue;
import net.nocturne... |
/*
* Pore
* Copyright (c) 2014-2016, Lapis <https://github.com/LapisBlue>
*
* The 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 ... |
// Copyright 2011-2016 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to in ... |
/**
* JBoss, Home of Professional Open Source.
* Copyright 2014-2020 Red Hat, Inc., and individual contributors
* as indicated by the @author tags.
*
* 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... |
/*
* 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 ... |
package com.liumapp.cert.core.utils;
import org.apache.commons.configuration.PropertiesConfiguration.PropertiesReader;
import java.io.FileNotFoundException;
import java.io.IOException;
import java.util.Properties;
/**
* @author liumapp
* @file PropertiesUtil.java
* @email liumapp.com@gmail.com
* @homepage http:/... |
/*
* Copyright 2002-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... |
package br.com.portalCliente.controller;
import br.com.portalCliente.entity.user.User;
import br.com.portalCliente.enumeration.Profile;
import br.com.portalCliente.exception.PortalClienteException;
import br.com.portalCliente.security.Crypt;
import br.com.portalCliente.security.authentication.AuthService;
import br.co... |
package com.teambition.talk.ui.activity;
import android.os.Bundle;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.support.v7.widget.Toolbar;
import android.view.MenuItem;
import com.teambition.talk.BizLogic;
import com.teambition.talk.MainApp;
impor... |
/*
* Copyright 2014-2020 TNG Technology Consulting GmbH
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... |
package com.example.springboot.oauth2;
import org.junit.jupiter.api.Test;
import org.springframework.boot.test.context.SpringBootTest;
@SpringBootTest
class Oauth2RedisStoreApplicationTests {
@Test
void contextLoads() {
}
} |
/*
* Copyright (c) 2002-2022 Gargoyle Software Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law... |
/*
* 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 frc.robot.preferences;
public enum AutoOption{
ShootAndBackUp,
MiddleSixBall,
LeftSevenBall
} |
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.kpdus.com/jad.html
// Decompiler options: packimports(3) annotate safe
package com.google.android.gms.internal;
// Referenced classes of package com.google.android.gms.internal:
// zzaca
final class zzaca$2 extends zzaca
... |
package tech.ibit.mybatis.sqlbuilder.converter;
import tech.ibit.mybatis.sqlbuilder.ColumnValue;
import tech.ibit.mybatis.sqlbuilder.Table;
import java.util.List;
/**
* 列-值信息
*
* @author iBit程序猿
* @version 1.0
*/
public class TableColumnValues {
/**
* 表
*/
private Table table;
/**
*... |
package org.ovirt.engine.core.bll;
import java.util.Arrays;
import java.util.List;
import java.util.Map;
import org.ovirt.engine.core.bll.context.CommandContext;
import org.ovirt.engine.core.common.AuditLogType;
import org.ovirt.engine.core.common.VdcObjectType;
import org.ovirt.engine.core.common.action.LockProperti... |
/*
* 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 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 xr.example.com.routeplan.station_info;
/**
* Created by Administrator on 2018/6/19.
*/
public class point{//是为了解决工程优先算法而设计的
public double x,y;
public Integer level;
public String z;
public point(double x,double y,Integer level,String z){//x是纬度,y是经度
this.x=x;
this.y=y;
... |
package com.joymain.jecs.pm.webapp.action;
import java.util.List;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.lang.StringUtils;
import org.apache.commons.logging.Log;
import org.apache.commons.logging.LogFactory;
import com.joymain.jecs.util... |
/*
* 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 org.beny.stock.repository;
import org.beny.stock.model.Token;
import org.springframework.stereotype.Repository;
import java.util.Optional;
@Repository
public interface TokenRepository extends BaseRepository<Token> {
Optional<Token> findByToken(String token);
} |
// RobotBuilder Version: 1.0
//
// This file was generated by RobotBuilder. It contains sections of
// code that are automatically generated and assigned by robotbuilder.
// These sections will be updated in the future when you export to
// Java from RobotBuilder. Do not put any code or make any change in
// the blocks... |
package com.roncoo.education.course.service.common.dto.auth;
import java.io.Serializable;
import com.fasterxml.jackson.databind.annotation.JsonSerialize;
import com.fasterxml.jackson.databind.ser.std.ToStringSerializer;
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.experimental.Ac... |
package com.liuming.eshop.service.provinceService.impl;
import com.liuming.eshop.entity.provinceEntity.Province;
import com.liuming.eshop.mapper.provinceMapper.ProvinceMapper;
import com.liuming.eshop.service.provinceService.ProvinceService;
import com.liuming.eshop.utils.DataResult;
import org.springframework.beans.f... |
/*
* Fabric3
* Copyright (c) 2009-2015 Metaform Systems
*
* 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 com.sudoplay.mc.pwcustom.modules.charcoal.init;
import com.codetaylor.mc.athenaeum.registry.Registry;
import com.codetaylor.mc.athenaeum.util.ModelRegistrationHelper;
import com.sudoplay.mc.pwcustom.modules.charcoal.block.BlockCampfire;
import com.sudoplay.mc.pwcustom.modules.charcoal.item.*;
import net.minecr... |
package org.apereo.cas.token.authentication;
import org.apereo.cas.authentication.AuthenticationHandlerExecutionResult;
import org.apereo.cas.authentication.Credential;
import org.apereo.cas.authentication.handler.PrincipalNameTransformer;
import org.apereo.cas.authentication.principal.PrincipalFactory;
import org.ape... |
/*
* Copyright (c) 2007-2009, James Leigh 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 condi... |
/**
* Copyright (C) 2013 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.