text stringlengths 7 995k |
|---|
package com.ctrip.framework.apollo.common.dto;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.NoArgsConstructor;
/**
* 属性的配置项
*/
@Data
@NoArgsConstructor
@EqualsAndHashCode(callSuper = false)
public class ItemDTO extends BaseDTO {
/**
* 主键ID
*/
private long id;
/**
* 集群Namespace... |
package com.khanhpham.patchoulidatagen.examplecode;
import com.khanhpham.patchoulidatagen.Names;
import net.minecraftforge.eventbus.api.SubscribeEvent;
import net.minecraftforge.fml.common.Mod;
import net.minecraftforge.forge.event.lifecycle.GatherDataEvent;
@Mod.EventBusSubscriber(modid = Names.MOD_ID, bus = Mod.Eve... |
package com.demo.app;
import com.simplemented.okdelay.DelayInterceptor;
import com.simplemented.okdelay.SimpleDelayProvider;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import okhttp3.Interceptor;
import okhttp3.logging.HttpLoggingInterceptor;
import okhttp3.logging.HttpLoggingInte... |
package qouteall.imm_ptl.peripheral.mixin.common.portal_generation;
import net.minecraft.block.AbstractFireBlock;
import net.minecraft.server.world.ServerWorld;
import net.minecraft.util.math.BlockPos;
import net.minecraft.util.math.Direction;
import net.minecraft.world.WorldAccess;
import net.minecraft.world.dimensio... |
package reading;
import com.google.api.client.auth.oauth2.Credential;
import com.google.api.services.sheets.v4.Sheets;
import com.google.api.services.sheets.v4.model.*;
import common.setup;
import java.io.IOException;
import java.security.GeneralSecurityException;
import java.util.ArrayList;
import java.util.List;
/... |
package examen.preparacion.biblioteca;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteOpenHelper;
import android.widget.Toast;
import java.util.ArrayList;
import java.util.List;
... |
/**
* Copyright (c) 2016-2019 人人开源 All rights reserved.
*
* https://www.renren.io
*
* 版权所有,侵权必究!
*/
package io.renren.modules.oss.controller;
import com.google.gson.Gson;
import io.renren.common.exception.RRException;
import io.renren.common.utils.ConfigConstant;
import io.renren.common.utils.PageUtils;
import ... |
package com.zj.wheelview.model;
/**
* Created by Administrator on 2016/4/22.
* 商店二级分类
*/
public class ChildrenClass {
private String text;//二级分类名称
private String value;//二级分类ids
public String getText() {
return text;
}
public void setText(String text) {
this.text = text;
}... |
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.squareup.mindLibImage;
public final class BuildConfig {
public static final boolean DEBUG = false;
public static final String APPLICATION_ID = "com.squareup.mindLibImage";
public static final String BUILD_TYPE = "release";
public static final S... |
package sk.xpress.tilegame.core.eventsManager.listeners;
import sk.xpress.tilegame.core.eventsManager.EHandler;
import sk.xpress.tilegame.core.eventsManager.EventPriority;
import sk.xpress.tilegame.core.eventsManager.Listener;
import sk.xpress.tilegame.core.eventsManager.events.CameraMoveEvent;
public class CameraLis... |
// This file was generated by Mendix Modeler 7.20.
//
// WARNING: Code you write here will be lost the next time you deploy the project.
package testmxawsiot.proxies.microflows;
import java.util.HashMap;
import java.util.Map;
import com.mendix.core.Core;
import com.mendix.core.CoreException;
import com.mendix.systemw... |
package com.activation;
public class Activate3 {
private String sub1firstname;
private String sub1lastname;
private String sub1email;
private String sub2firstname;
private String sub2lastname;
private String sub2email;
private String new1no;
private String port1notoport;
private St... |
package com.netopyr.reduxfx.examples.colorchooser.app.actions;
import com.netopyr.reduxfx.examples.colorchooser.app.updater.Updater;
import com.netopyr.reduxfx.examples.colorchooser.component.ColorChooserComponent;
import javafx.scene.paint.Color;
/**
* The class {@code Actions} contains factory-methods for all acti... |
package io.flutter.server.vmService.frame;
import com.intellij.xdebugger.XSourcePosition;
import io.flutter.server.vmService.DartVmServiceDebugProcess;
import org.dartlang.vm.service.element.Frame;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
public class DartVmServiceEvaluator... |
package com.kkb.cubemall.product.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 peige
* @email peige@gmail.com
* @date 2021-04-19 18:24:09
*/
@Data
@Tab... |
/*
* Copyright (c) 2006-2017 DFBnc Developers
*
* Where no other license is explicitly given or mentioned in the file, all files
* in this project are licensed using the following license.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documenta... |
package exnihilocreatio.capabilities;
public interface ICapabilityHeat {
int getHeatRate();
void setHeatRate(int heatRate);
} |
package pl.kbeliczynski.salonik_bella.user;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.crypto.password.PasswordEncoder;
import org.springframework.stereotype.Service;
@Service
public class UserService {
private static final String DEFAULT_ROLE = "USER";
... |
/*
* 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 greencity.dto.econews;
import greencity.dto.user.EcoNewsAuthorDto;
import java.io.Serializable;
import java.time.ZonedDateTime;
import java.util.List;
import javax.validation.constraints.Min;
import javax.validation.constraints.NotEmpty;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Eq... |
package com.x.bbs.assemble.control.jaxrs.configsetting.exception;
import com.x.base.core.exception.PromptException;
public class ConfigSettingProcessException extends PromptException {
private static final long serialVersionUID = 1859164370743532895L;
public ConfigSettingProcessException( Throwable e, String mess... |
/*
* 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) 2015 - 2017
*
* 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... |
/*
* Copyright @ 2015 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 law or ag... |
package com.estafet.microservices.scrum.basic.ui.messages;
public class AcceptanceCriteriaDetails {
private String criteria;
public String getCriteria() {
return criteria;
}
public AcceptanceCriteriaDetails setCriteria(String criteria) {
this.criteria = criteria;
return this;
}
} |
package com.kaarss.fatalk;
import android.content.Intent;
import android.os.Bundle;
import android.os.Handler;
import android.os.Looper;
import com.google.android.material.textfield.TextInputEditText;
import androidx.appcompat.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import androi... |
// Copyright (c) 2017, the R8 project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
package com.android.tools.r8.naming;
import static com.android.tools.r8.utils.DescriptorUtils.descriptorTo... |
package com.cas.circuit.control;
import com.jme3.scene.Spatial;
import com.jme3.scene.control.AbstractControl;
/**
* 工件、材料等需要与元器件互动的物体
* @功能 ItemControl.java
* @作者 Cwj
* @创建日期 2016年8月19日
* @修改人 Cwj
*/
public abstract class ItemControl extends AbstractControl{
/**
* 当元器件改变工件、材料的坐标位置时(工件、材料模型attach在元器件模型中跟着一起移... |
/**
* Copyright © 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved.
*/
package com.thinkgem.jeesite.modules.exam.entity;
import com.thinkgem.jeesite.common.persistence.DataEntity;
/**
* 权重Entity
* @author cecil.li
* @version 2020-01-17
*/
public class ExamWeightsMain... |
/*
* Copyright 2017-2022 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 io.fabric8.launcher.web.endpoints.inputs;
import java.util.Set;
import javax.validation.ConstraintViolation;
import javax.validation.Validation;
import javax.validation.Validator;
import javax.validation.ValidatorFactory;
import io.fabric8.launcher.booster.catalog.rhoar.Mission;
import io.fabric8.launcher.bo... |
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package eu.livotov.tpt.gui.widgets;
import com.vaadin.ui.Alignment;
import com.vaadin.ui.Component;
import com.vaadin.ui.Label;
import com.vaadin.ui.ProgressIndicator;
import com.vaadin.ui.VerticalLayout;
import eu.livo... |
package osm5.ns.yang.nfvo.mano.types.rev170208.nfvi.metrics;
import com.google.common.base.MoreObjects;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.Range;
import java.lang.Class;
import java.lang.Object;
import java.lang.Override;
import java.lang.String;
import java.lang.reflect.Arr... |
package com.template.flows;
// ******************
// * Initiator flow *
// ******************
import co.paralleluniverse.fibers.Suspendable;
import com.template.contracts.Command;
import com.template.states.ToDoState;
import net.corda.core.flows.*;
import net.corda.core.identity.Party;
import net.corda.core.node.Serv... |
/*
* 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... |
/*
* 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 js.rename;
import js.sample.MyJsClass;
public class TestJsRename_Method {
public static void main(String[] args) {
MyJsClass jsClass;
jsClass.<caret>hi();
}
} |
/*
* Copyright (c) 1998, 2017, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... |
package com.zane.router.hook;
import android.app.Activity;
import android.app.Instrumentation;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.os.IBinder;
import com.zane.easyrouter_generated.EasyRouterTable;
import com.zane.router.message.Message;
import com.za... |
public record TopLevelPublicRecordParenthesisExists(<caret>) {
} |
/**
*/
package gluemodel.CIM.IEC61970.Informative.InfAssets;
import gluemodel.CIM.IEC61968.Common.Status;
import gluemodel.CIM.IEC61968.WiresExt.DistributionTransformer;
import gluemodel.CIM.IEC61970.Core.IdentifiedObject;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representatio... |
/*
* 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 [2020] [MaxKey of copyright http://www.maxkey.top]
*
* 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 req... |
package com.davidparry.leaky;
import java.util.HashMap;
import java.util.Map;
public class LeakyConfig {
private final Map<LeakyKey, LeakyBean> LEAKY_MAP = new HashMap<>();
public void setLeak(LeakyKey key, LeakyBean bean) {
LEAKY_MAP.put(key, bean);
}
} |
package course.labs.locationlab.tests;
import android.test.ActivityInstrumentationTestCase2;
import com.robotium.solo.Solo;
import course.labs.locationlab.PlaceViewActivity;
import course.labs.locationlab.R;
public class TestOneValidLocation extends
ActivityInstrumentationTestCase2<PlaceViewActivity> {
private S... |
/*
* Copyright 2014-2018 Rudy De Busscher (https://www.atbash.be)
*
* 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... |
/*
* Copyright (c) 2020, 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/... |
/*
* 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 2018 Google 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 by applicable law... |
/*
* Copyright 2020 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.java110.utils.constant;
/**
* 权限编码常量类
*/
public final class PrivilegeCodeConstant {
private PrivilegeCodeConstant() {
}
//入驻小区
public static final String PRIVILEGE_ENTER_COMMUNITY = "500201904008";
//初始化楼
public static final String PRIVILEGE_FLOOR = "500201904011";
//初... |
package com.planet_ink.coffee_mud.MOBS.interfaces;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.interfaces.*;
import com.planet_ink.coffee_mud.Areas.interfaces.*;
import com.pl... |
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2014.12.16 at 05:47... |
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file.
package com.intellij.codeInspection.dataFlow;
import com.intellij.codeInsight.AnnotationUtil;
import com.intellij.codeInsight.DefaultInferredAnnotationProvider;
import com.intell... |
package de.mfhost.raidorganizerserver.security.oauth2;
import lombok.Data;
import lombok.RequiredArgsConstructor;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.oauth2.core.user.OAuth2User;
import java.util.Collection;
import java.util.Map;
@RequiredArgsConstructor
@Da... |
package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 一体机全量数据回流
*
* @author auto create
* @since 1.0, 2019-03-27 16:37:57
*/
public class KoubeiTradePosDataSyncModel extends AlipayObject {
private static final long serialVersionUID = 373333949... |
package cn.wildfire.chat.kit.third.utils;
import android.content.res.Resources;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Matrix;
import android.graphics.RectF;
import android.media.ThumbnailUtils;
import android.os.SystemClock;
import java.io.File;
import java.io.... |
/*
* The MIT License
*
* Copyright 2020 Emre Demir.
*
* 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 use, copy, modi... |
/**
* JSON自定义序列化和反序列化接口和默认实现
*
* @author Looly
*
*/
package com.tools.json.serialize; |
package com.liuhang.jcartadministrationback.dto.in;
public class ReturnSearchInDTO {
private Integer returnId;
private Long orderId;
private String customerName;
private String productCode;
private String productName;
private Byte status;
private Long startTimestap;
private Long endTime... |
package money;
public class Dollar extends AbstractMoney
{
private double value;
private String name;
public Dollar(int number)
{
super(number);
this.value = 1.00;
this.name = "$";
this.total = value*number;
}
public Dollar()
{
this.number = 1;
... |
// Copyright 2007-2021 Information & Computational Sciences, JHI. All rights
// reserved. Use is subject to the accompanying licence terms.
package jhi.flapjack.gui.dialog.analysis;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import jhi.flapjack.gui.*;
import scri.commons.gui.*;
public class ... |
/*
* Copyright (c) Meta Platforms, Inc. and affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
package org.pytorch.rn.core.example;
import android.content.Context;
import com.facebook.flipper.android.AndroidFlipperClient;
i... |
// This file was generated automatically by the Snowball to Java compiler
package org.tartarus.snowball.ext;
import org.tartarus.snowball.Among;
import org.tartarus.snowball.SnowballProgram;
/**
* This class was automatically generated by a Snowball to Java compiler
* It implements the stemming algorithm defin... |
package com.codeberry.tadlib.nn.model;
import com.codeberry.tadlib.tensor.Tensor;
import static com.codeberry.tadlib.util.AccuracyUtils.softmaxAccuracy;
public class TrainStats {
private final long createdAt = System.currentTimeMillis();
private double costTotal;
private double costL2Total;
private ... |
package sandbox;
import caJava.fileManagement.FileManager;
import org.bouncycastle.crypto.CryptoException;
import org.bouncycastle.crypto.engines.GOST28147Engine;
import org.bouncycastle.crypto.modes.CBCBlockCipher;
import org.bouncycastle.crypto.paddings.PaddedBufferedBlockCipher;
import org.bouncycastle.crypto.param... |
/*
Copyright 2012 Jerome Leleu
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 wri... |
package playground;
import static org.assertj.core.api.Assertions.*;
import org.junit.jupiter.api.Test;
import java.util.Optional;
public class OptionalJava8 {
@Test
public void optionals() {
Optional<Integer> optional = Optional.of(7);
optional.map(integer -> "Found number " + integer)
... |
/*
* @(#)ImageBevelBorder.java
* CubeTwister. Copyright © 2020 Werner Randelshofer, Switzerland. MIT License.
*/
package ch.randelshofer.gui.border;
import org.jhotdraw.annotation.Nonnull;
import javax.swing.border.Border;
import java.awt.Color;
import java.awt.Component;
import java.awt.Frame;
import java.awt.Gr... |
/*
* 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.yz.books.widget.banner;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Canvas;
import android.graphics.Matrix;
import android.graphics.PixelFormat;
import android.graphics.drawable.BitmapDrawable;
import android.graphics.drawable.Drawable;
import androidx.annotatio... |
package mekanism.common.recipe.lookup.cache.type;
import mekanism.api.recipes.MekanismRecipe;
import mekanism.api.recipes.inputs.ItemStackIngredient;
import mekanism.common.lib.inventory.HashedItem;
import net.minecraft.item.Item;
import net.minecraft.item.ItemStack;
import net.minecraft.item.crafting.Ingredient;
impo... |
package org.omg.hw.CosNotifyChannelAdmin;
import org.omg.PortableServer.POA;
/**
* Generated from IDL interface "EventChannelFactory"
* @author JacORB IDL compiler V 2.2.3, 10-Dec-2005
*/
public class EventChannelFactoryPOATie
extends EventChannelFactoryPOA
{
private EventChannelFactoryOperations _delegate;
p... |
package com.eaw1805.www.controllers.remote.hotspot.army;
import com.eaw1805.data.dto.web.ClientOrderDTO;
import com.eaw1805.data.dto.web.OrderDTO;
import com.eaw1805.data.dto.web.army.ArmyDTO;
import com.eaw1805.data.dto.web.army.BattalionDTO;
import com.eaw1805.data.dto.web.army.BrigadeDTO;
import com.eaw1805.data.d... |
package app.ses;
public enum SESFrom {
ATTA("atta@mysestest.com", "Atta from My SES Test"),
NO_REPLY("noreply@mysestest.com", "My SES Test"),
SUPPORT("support@mysestest.com", "My SES Support Support");
private final String email;
private final String name;
private SESFrom(String email, Strin... |
/*
* 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 net.i2p.crypto.eddsa.math;
import java.io.Serializable;
/**
* A twisted Edwards curve.
* Points on the curve satisfy -x^2 + y^2 = 1 + d x^2y^2
*
* @author str4d
*/
public class Curve implements Serializable {
private static final long serialVersionUID = 4578920872509827L;
private final Field f;
... |
/*
* Copyright The 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 a... |
package com.devonfw.application.mtsj.ordermanagement.common.api;
import java.sql.Timestamp;
import com.devonfw.module.basic.common.api.entity.GenericEntity;
/**
* The number of ordered dished given a date and a temperature
*/
public interface OrderedDishes extends GenericEntity<String> {
/**
* @return the or... |
package engine.compiler.slogoast;
import engine.compiler.Token;
import engine.compiler.storage.VariableType;
import engine.errors.InterpretationException;
import model.TurtleManager;
/**
* This class handles the concept of DoTimes.
*
* @author Haotian Wang
*/
public class DoTimes implements Expression {
priva... |
/*
* BioJava development code
*
* This code may be freely distributed and modified under the
* terms of the GNU Lesser General Public Licence. This should
* be distributed with the code. If you do not have a copy,
* see:
*
* http://www.gnu.org/copyleft/lesser.html
*
* Copyright for t... |
/*
* Copyright 2002-2014 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... |
/**
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE and NOTICE files at the root of the source
* tree and available online at
*
* http://www.dspace.org/license/
*/
package org.dspace.xoai.util;
import java.io.UnsupportedEncodingException;
import org.apache.logging.... |
package order.service.persistence;
import order.service.mappers.OrderMapper;
import order.service.services.OrderDTO;
import order.service.services.feign.OrderOut;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.stereotype.Component;
import java.... |
package kr.co.popone.fitts.feature.search.view;
import androidx.lifecycle.Lifecycle;
import androidx.lifecycle.LifecycleOwner;
import org.jetbrains.annotations.NotNull;
final class FittieSearchResultFragment$onViewCreated$7 implements LifecycleOwner {
final /* synthetic */ FittieSearchResultFragment this$0;
... |
package org.wycliffeassociates.translationrecorder;
import android.app.Activity;
import android.content.Context;
import android.view.View;
import android.view.inputmethod.InputMethodManager;
import org.wycliffeassociates.translationrecorder.Reporting.Logger;
import java.io.File;
/**
* Created by sarabiaj on 7/1/20... |
/* $Id: FigEdgeNote.java 19907 2012-12-30 13:06:01Z closettop_nightlybuild $
*****************************************************************************
* Copyright (c) 2009-2012 Contributors - see below
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the... |
package com.microsoft.azure.spark.tools.utils;
import cucumber.api.java.en.Then;
import static com.microsoft.azure.spark.tools.utils.Versions.UNKNOWN_VERSION;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertNotEquals;
public class VersionsScenario {
@Then("^Versions should not b... |
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chrome.browser.download;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.... |
package ejercicio8;
import java.io.IOException;
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.conf.Configured;
import org.apache.hadoop.fs.FileSystem;
import org.apache.hadoop.fs.Path;
import org.apache.hadoop.io.LongWritable;
import org.apache.hadoop.io.NullWritable;
import org.apache.hadoop.m... |
package com.wuman.oauth.samples.flickr.api.model;
import com.google.api.client.json.GenericJson;
import com.google.api.client.json.JsonString;
import com.google.api.client.util.Key;
public class Photo extends GenericJson {
@Key("id")
private String id;
@Key("secret")
private String secret;
@Key... |
package in.clouthink.synergy.rbac.service;
import in.clouthink.synergy.rbac.model.*;
import java.util.List;
/**
* The value discovery service
*
* @author dz
*/
public interface ResourceDiscovery {
/**
* @return the hash code of the service
*/
String getHashcode();
/**
* find the reso... |
/*
* Copyright (C) 2018 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 ... |
/**
* 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 chat.manan.chat.helper;
import android.widget.MediaController;
import android.content.Context;
import android.support.v7.view.ContextThemeWrapper;
import chat.manan.chat.R;
public final class video_media_controller extends MediaController {
public video_media_controller(Context context) {
super(n... |
package io.kroki.server.security;
import org.junit.jupiter.api.Test;
import static org.assertj.core.api.Assertions.assertThat;
public class SafeModeTest {
@Test
void should_return_default_value() {
assertThat(SafeMode.get("yolo", SafeMode.UNSAFE)).isEqualTo(SafeMode.UNSAFE);
assertThat(SafeMode.get("yol... |
/**
* Copyright 2016 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 required by... |
package tk.louisstudio.daily_notes;
import android.content.Intent;
import android.content.pm.ActivityInfo;
import android.net.Uri;
import android.os.Bundle;
import android.os.StrictMode;
import android.view.View;
import android.widget.Button;
import android.widget.CompoundButton;
import android.widget.Switch;
import a... |
package com.github.dockerjava.core.exec;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import com.fasterxml.jackson.core.type.TypeReference;
import com.github.dockerjava.api.command.InspectContainerCmd;
import com.github.dockerjava.api.command.InspectContainerResponse;
import com.github.dockerjava.core.Doc... |
package nablarch.test.tool.htmlcheck;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Set;
import nablarch.core.log.Logger;
import nablarch.core.log.LoggerManager;
import nablarch.core.util.Builder;
import nablarch.core.util.StringUtil;
import nablarch... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.