text stringlengths 7 995k |
|---|
package com.bumptech.glide.load.engine.cache;
import android.content.Context;
import java.io.File;
/**
* Creates an {@link com.bumptech.glide.disklrucache.DiskLruCache} based disk cache in the internal disk cache
* directory.
*/
public final class InternalCacheDiskCacheFactory extends DiskLruCacheFactory {
p... |
package Pojo;
public class Produto {
private int Codigo_Produto;
private String Nome_Peca;
private int Qntd;
private int Codigo_Cor;
private int Codigo_Marca;
public int getCodigo_Produto() {
return Codigo_Produto;
}
public void setCodigo_Produto(int Codigo_P... |
package cn.xxt.recyclerviewexercise.widgetexercise;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.KeyEvent;
import android.view.MotionEvent;
import android.view.View;
import android.widget.Button;
import cn.xxt.recyclerviewexercise.R;
/**
*
* @author zhq
* @date 201... |
package demo.strategy;
import strategy.race.controllers.Properties;
import strategy.race.models.Audi;
import strategy.race.models.BMW;
import strategy.race.models.Mercedes;
import static java.lang.System.out;
public class RaceMain {
public static void main(String... args) {
var scoreBoard = new Properti... |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
package com.prowidesoftware.swift.model.mx.dic;
import java.math.BigDecimal;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
import or... |
package gov.ornl.stucco.entity;
import java.io.DataInputStream;
import java.io.File;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.Properties;
import java.util.Set;
import opennlp.tools.ml.perceptron.BinaryPerceptronMo... |
package com.prowidesoftware.swift.samples;
import java.math.BigDecimal;
import java.util.UUID;
import com.prowidesoftware.swift.model.mx.BusinessAppHdrV02;
import com.prowidesoftware.swift.model.mx.MxPacs00800109;
import com.prowidesoftware.swift.model.mx.dic.ActiveCurrencyAndAmount;
import com.prowidesoftware.swift.... |
package beans;
import configuration.*;
import controller.*;
import data.EsiaUser;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.Scope;
import org.springframework.context.annotation.ScopedProxyMode;
import o... |
package com.project1.meetday;
import java.util.Date;
import android.app.AlertDialog;
import android.app.IntentService;
import android.app.Notification;
import android.app.Notification.Builder;
import android.app.NotificationManager;
import android.app.PendingIntent;
import android.content.ContentValues;
import androi... |
package com.datastax.sample.objectmapper;
import java.io.Serializable;
import java.util.UUID;
import com.datastax.oss.driver.api.mapper.annotations.CqlName;
import com.datastax.oss.driver.api.mapper.annotations.Entity;
import com.datastax.oss.driver.api.mapper.annotations.PartitionKey;
import com.datastax.sample.mode... |
package de.raion.xmppbot.command.core;
/*
* #%L
* XmppBot Core
* %%
* Copyright (C) 2012 - 2013 Bernd Kiefer <b.kiefer@raion.de>
* %%
* 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
*... |
/*
* Copyright (c) 2018, 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... |
package com.miaoshaproject.dao;
import com.miaoshaproject.dataobject.UserPasswordDO;
public interface UserPasswordDOMapper {
/**
* This method was generated by MyBatis Generator.
* This method corresponds to the database table user_password
*
* @mbg.generated Wed Oct 27 20:32:31 CST 2021
... |
/*
* Copyright 2009 The Closure Compiler 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... |
package terminal_heat_sink.asusrogphone2rgb;
import android.content.Context;
import android.content.SharedPreferences;
import android.content.res.ColorStateList;
import android.graphics.Color;
import android.graphics.drawable.GradientDrawable;
import android.os.Bundle;
import android.util.Log;
import android.util.Type... |
package quemepongo.model.material;
import java.util.Objects;
/**
* Material de una Prenda.
*
* @version 2.0
* @since 04.25.2021
*/
public class Material {
/**
* El material en sí.
*
* @since 2.0
*/
private TipoMaterial nombre;
/**
* La trama del material.
*
* @sinc... |
package org.ibase4j.service;
import java.util.List;
import java.util.Map;
import org.ibase4j.model.SysDic;
import top.ibase4j.core.base.BaseService;
/**
* @author ShenHuaJie
* @since 2018年4月24日 上午10:59:25
*/
public interface SysDicService extends BaseService<SysDic> {
Map<String, Map<String, String>> getAllD... |
package net.minecraft.world.chunk;
import com.google.common.base.Predicate;
import java.util.List;
import java.util.Random;
import net.minecraft.block.Block;
import net.minecraft.entity.Entity;
import net.minecraft.init.Blocks;
import net.minecraft.tileentity.TileEntity;
import net.minecraft.util.AxisAlignedBB;
import... |
package org.zstack.sdk;
import java.util.HashMap;
import java.util.Map;
import org.zstack.sdk.*;
public class DeleteIpRangeAction extends AbstractAction {
private static final HashMap<String, Parameter> parameterMap = new HashMap<>();
private static final HashMap<String, Parameter> nonAPIParameterMap = new ... |
package duckutil.lert;
import com.google.common.collect.ImmutableMap;
import java.util.Map;
public class ConfigGood extends LertConfig
{
protected ImmutableMap<String, String> filter_terms;
protected final String id;
protected final String base;
public ConfigGood(String base, String system)
{
this.base... |
// Copyright 2015 Nikola Kovacevic <nikolak@outlook.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
//
// Unles... |
/*
* 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.tylersuehr.cleanarchitecture.data.repositories;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import com.tylersuehr.cleanarchitecture.data.mappers.IEntityMapper;
import com.tylersuehr.cleanarchitecture.data.models.Entity;
import java.util.ArrayList;
import java.util.List;
/... |
package task2;
public class Task2 {
public static void main(String[] args) {
int a = 6;
int b = 9;
int index = 0;
int multiplication = 0;
System.out.println("a: " + a);
System.out.println("b: " + b);
while (index != b) {
index = index + 1;
... |
package ffb.analyzer.models.espn;
import java.io.IOException;
import java.time.LocalDate;
import java.util.List;
import com.fasterxml.jackson.core.JsonProcessingException;
import org.junit.Assert;
import org.junit.Test;
import ffb.analyzer.core.utilities.DateUtils;
/**
* Unit tests for {@link SeasonInformation}.
... |
/*
* Copyright 2012-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... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.resources.fluent.models;
import com.azure.core.annotation.Fluent;
import com.azure.core.annotation.JsonFlatten;
import com.azure... |
/*
* 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 com.microsoft.bingads.v10.api.test.entities.ads.text.read;
import java.util.Arrays;
import java.util.Collection;
import org.junit.Test;
import org.junit.runners.Parameterized.Parameter;
import org.junit.runners.Parameterized.Parameters;
import com.microsoft.bingads.internal.functionalinterfaces.Function;
im... |
package alien4cloud.rest.audit;
import java.util.List;
import java.util.Map;
import javax.annotation.PostConstruct;
import javax.annotation.Resource;
import lombok.extern.slf4j.Slf4j;
import org.springframework.http.MediaType;
import org.springframework.web.bind.annotation.RequestBody;
import org.springframework.we... |
/*
* Tencent is pleased to support the open source community by making Tinker available.
*
* Copyright (C) 2016 THL A29 Limited, a Tencent company. All rights reserved.
*
* Licensed under the BSD 3-Clause License (the "License"); you may not use this file except in
* compliance with the License. You may obtain a ... |
package org.xcolab.client.contest.pojo.ontology;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonInclude.Include;
import org.springframework.core.ParameterizedTypeReference;
import org.xcolab.util.http.clien... |
package org.ifelse.windows;
import com.intellij.icons.AllIcons;
import com.intellij.openapi.project.Project;
import com.intellij.openapi.wm.ToolWindow;
import com.intellij.openapi.wm.ToolWindowFactory;
import com.intellij.ui.content.Content;
import com.intellij.ui.content.ContentFactory;
import org.ifelse.IEAppLoader;... |
package com.simibubi.create.content.logistics.block.mechanicalArm;
import com.mojang.blaze3d.matrix.MatrixStack;
import com.mojang.blaze3d.vertex.IVertexBuilder;
import com.simibubi.create.AllBlockPartials;
import com.simibubi.create.content.contraptions.base.KineticTileEntity;
import com.simibubi.create.content.contr... |
/*
* Copyright 2014 Netflix, 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 agreed to... |
package org.study.nio;
import java.io.IOException;
import java.net.ServerSocket;
import java.net.Socket;
/**
* Created by ArnoldLee on 18/9/11.
*/
public class Server {
private ServerSocket serverSocket;
public Server(int port){
this.serverSocket = serverSocket;
try {
serverSoc... |
package com.ibm.sttcustomization.bak.customizations;
import java.util.ArrayList;
public class QueryCustomVoicesReply {
ArrayList<Customization> customizations;
public QueryCustomVoicesReply() {
}
public ArrayList<Customization> getCustomizations() { return customizations; }
public void setCustomi... |
/*****************************************************************************
* Copyright 2011-2012 INRIA
* Copyright 2011-2012 Universidade Nova de Lisboa
*
* 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 cop... |
/*
* Copyright 2018 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 applica... |
package integration.sync;
import integration.gather.AbsenceResponse;
import java.util.List;
/**
* Daniel Hammann - <hammann@synyx.de>.
*/
public interface CalendarSyncService {
void syncVacationCalendar(List<AbsenceResponse> absenceResponses);
} |
/*
* The MIT License
*
* Copyright 2018 darrnel.
*
* 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, modify,... |
package com.helospark.tomcatmanagerhoneypot.service;
import org.springframework.stereotype.Component;
import org.springframework.web.context.request.RequestContextHolder;
import org.springframework.web.context.request.ServletRequestAttributes;
@Component
public class IpAddressProvider {
public String provideIpAd... |
package info.pluggabletransports.dispatch.util;
import android.content.Context;
import android.content.pm.ApplicationInfo;
import android.util.Log;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;... |
/*
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... |
/*
* 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 ... |
/*-
* ============LICENSE_START=======================================================
* SDC
* ================================================================================
* Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
* ===================================================================... |
package com.hiveelpay.common.model.vo;
import java.io.Serializable;
public class CustomerValidServiceVo implements Serializable {
private String serviceId;
private String customerId;
private String serviceName;
private String bizOrderNo;// biz order no
private String productId;// purchased product... |
/*
* Copyright 2020 The gRPC 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 agree... |
package com.battlelancer.seriesguide.jobs;
import android.annotation.SuppressLint;
import android.content.Context;
import android.os.AsyncTask;
import com.battlelancer.seriesguide.R;
import com.battlelancer.seriesguide.backend.settings.HexagonSettings;
import com.battlelancer.seriesguide.traktapi.TraktCredentials;
imp... |
package com.github.vivekkothari.persister.impl;
import static com.github.vivekkothari.river.service.IEnricher.df;
import com.github.vivekkothari.persister.IndexNameGenerator;
import com.github.vivekkothari.river.bean.MessageValue;
import java.util.Date;
/**
* @author vivek.kothari on 26/07/16.
*/
public class Dail... |
/*
* Copyright (C) 2021 Nameless Production Committee
*
* Licensed under the MIT License (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://opensource.org/licenses/MIT
*/
package bee.sample;
import bee.sample.annota... |
/**
* Copyright 2017-2021 the original author or authors from the JHipster project.
*
* This file is part of the JHipster Online project, see https://github.com/jhipster/jhipster-online
* for more information.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except ... |
package de.iaas.skywalker.DeploymentPackages.controller;
import de.iaas.skywalker.CodeAnalysis.lambda.javalang.CodeDiscoverer;
import de.iaas.skywalker.CodeAnalysis.lambda.javalang.utils.DiscoveryHelper;
import de.iaas.skywalker.DeploymentModels.model.AppExtractionData;
import de.iaas.skywalker.DeploymentPackages.mode... |
import bwapi.UnitType;
public interface ScoreCalculator {
float getPoint();
} |
/*
***** BEGIN LICENSE BLOCK *****
* Version: EPL 2.0/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Eclipse Public
* 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.eclipse.org/legal/e... |
package cn.edu.neu.shop.pin.model;
import javax.persistence.*;
import java.util.Date;
@Table(name = "pin_mini_program_form_id_record")
public class PinMiniProgramFormIdRecord {
/**
* Log ID
*/
@Id
@GeneratedValue(strategy = GenerationType.IDENTITY)
private Integer id;
/**
* 微信用户ID
... |
package org.apereo.cas.services;
import org.apereo.cas.support.events.service.CasRegisteredServiceLoadedEvent;
import lombok.val;
import org.springframework.context.ApplicationEventPublisher;
import java.util.Collection;
/**
* This is {@link DynamoDbServiceRegistry}.
*
* @author Misagh Moayyed
* @since 5.1.0
*... |
package de.pxlab.pxl.display.editor;
import java.awt.*;
import de.pxlab.pxl.*;
import de.pxlab.pxl.gui.ParamControlPanel;
public class TimingControl extends DisplayPropertyControl {
private ParamControlPanel paramControlPanel;
public TimingControl(Component dspp, boolean expMode) {
super("Timing");
paramContr... |
package org.kaerdan.presenterretainer;
import android.content.Context;
import android.os.Bundle;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import java.util.UUID;
public class PresenterFragment<P extends Presenter<V>, V extends Presenter.View> extends Fragment {
private static f... |
/********************************************************************************
* Copyright 2018, Oath Inc.
* Licensed under the terms of the Apache Version 2.0 license.
* See LICENSE file in project root directory for terms.
********************************************************************************/
packa... |
/*
*
* Copyright 2008-2021 Kinotic and 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
*
* Unles... |
/*
* Copyright 2008 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.specmate.emfrest.authentication;
import com.specmate.usermodel.User;
import com.specmate.usermodel.UserSession;
public class UserSessionAndUser {
private User user;
private UserSession session;
public UserSessionAndUser(User user, UserSession session) {
super();
this.user = user;
this.session = ... |
/*
* 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... |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
package com.shotgunsoftware;
import java.util.Map;
interface ConditionInterface {
Map toHash();
} |
package com.fsck.k9;
import android.util.TypedValue;
import android.widget.TextView;
import com.fsck.k9.preferences.GlobalSettings;
import com.fsck.k9.preferences.Storage;
import com.fsck.k9.preferences.StorageEditor;
/**
* Manage font size of the information displayed in the account list, folder
* list, message l... |
package com.prowidesoftware.swift.model.mx.dic;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for CardPaymentServiceType12Code.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>
* <pre>
* <simpleT... |
package com.hubspot.singularity.resources.ui;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.Produces;
import javax.ws.rs.core.MediaType;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.google.inject.Inject;
import com.google.inject.Singleton;
import com.google.inject.name.Named;
i... |
//https://leetcode.com/explore/interview/card/top-interview-questions-medium/113/math/815/
public class HappyNumber {
public boolean isHappy(int n) {
if (n == 1) {
return true;
}
if (n < 1) {
return false;
}
int count = 8;
while (count > 0) {
... |
/**
* Created by Anton on 12.04.2017.
*/
package ru.job4j.store; |
/*******************************************************************************
* Author: Ahmed Kosba <akosba@cs.umd.edu>
*******************************************************************************/
package examples.generators.rsa;
import java.math.BigInteger;
import java.security.KeyPair;
import java.security.... |
/*
* The MIT License (MIT)
*
* Copyright (c) 2007-2015 Broad Institute
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
*... |
package com.example;
import java.io.IOException;
import java.util.HashMap;
import java.util.Map;
import net.sf.jasperreports.engine.JRDataSource;
import net.sf.jasperreports.engine.JREmptyDataSource;
import net.sf.jasperreports.engine.JRException;
import net.sf.jasperreports.engine.JasperCompileManager;
import net.... |
package com.mt.saga.resource;
import com.mt.common.domain.model.restful.SumPagedRep;
import com.mt.saga.appliction.ApplicationServiceRegistry;
import com.mt.saga.appliction.create_order_dtx.representation.CreateOrderDTXCardRepresentation;
import com.mt.saga.appliction.create_order_dtx.representation.CreateOrderDTXRepr... |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
package com.rainfool.md.chat;
import android.content.Context;
import androidx.appcompat.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.view.inputmethod.InputMethodManager;
import android.widget.EditText;
import android.widget.ImageButton;
import com.rainfool.md.R;
import cn... |
package com.xm.wangwenjun.concurrency.chapter2;
/***************************************
* @author:Alex Wang
* @Date:2017/2/15 QQ:532500648
* QQ交流群:286081824
***************************************/
public class TicketWindow extends Thread {
private final String name;
private static final int MAX = 50;
... |
/*
* Copyright 2018-2020 The Code Department.
*
* 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 tests;
import org.assertj.core.api.Assertions;
import org.testng.annotations.Test;
import pages.YandexPage;
public class MarketTests extends AbstractBrowserTest {
@Test
public void testSearchingMobilePhonesSamsung() {
YandexPage yandexPage = new YandexPage();
String getNameOnTheLis... |
package java.io;
import org.checkerframework.checker.javari.qual.*;
public class UnsupportedEncodingException extends IOException {
private static final long serialVersionUID = -4274276298326136670L;
public UnsupportedEncodingException() {
throw new RuntimeException("skeleton method");
}
publ... |
package io.rheem.core.types;
/**
* The type of data types designate the kind of data that are being passed between operators.
*/
public abstract class DataUnitType<T> {
/**
* Tells whether this data unit type represents groups of data units.
*/
public abstract boolean isGroup();
/**
* Te... |
/*
* ######
* ######
* ############ ####( ###### #####. ###### ############ ############
* ############# #####( ###### #####. ###### ############# #############
* ###### #####( ###### #####. ###### ##### ###### ##### ######
* ###### ###### #####... |
/*
* Copyright (c) 2003 by Gregory M. Messner
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.... |
package org.hummingbirdlang.types;
public class UnknownType extends Type {
@Override
public Property getProperty(String name) throws PropertyNotFoundException {
throw new PropertyNotFoundException("Unknown type cannot have property: " + name);
}
} |
/*
* Copyright 2017 Jiaheng Ge
*
* 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 may ... |
/*
* Copyright 2014 The bitcoinj 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... |
/* ====================================================================
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 Y... |
package cloud.cirrusup.controller;
import io.swagger.annotations.ApiImplicitParam;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Value;
import org.springframework.context.annotation.Configuration;
import org.springframework.context.annotation.ImportResourc... |
/*
* Copyright 2014 Groupon, Inc
* Copyright 2014 The Billing Project, LLC
*
* The Billing Project 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.apa... |
/*
* 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) 2018 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 applicable ... |
/*
* JBoss, Home of Professional Open Source.
* Copyright 2015 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 Licen... |
/*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2021 DBeaver Corp and others
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICE... |
package com.atguigu.gmall.sms.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.atguigu.gmall.common.bean.PageResultVo;
import com.atguigu.gmall.common.bean.PageParamVo;
import com.atguigu.gmall.sms.entity.MemberPriceEntity;
import java.util.Map;
/**
* 商品会员价格
*
* @author fengge
* @e... |
package no.nav.fpsak.nare.evaluation;
import java.util.Map;
import java.util.TreeMap;
public abstract class BasicEvaluation implements Evaluation {
private String ruleIdentification;
private String ruleDescription;
protected Resultat resultat;
protected String reason;
private Map<String, Object> ... |
/*
* Copyright 2016-2020 Hippo B.V. (http://www.onehippo.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 req... |
/*
* Copyright 2010 Vrije Universiteit
*
* 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.