text stringlengths 7 995k |
|---|
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.11
// 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: 2015.02.20 at 11:14:... |
/*
* Copyright (c) 2017-present, Red Brick Lane Marketing Solutions Pvt. Ltd.
* All rights reserved.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
... |
package mage.cards.s;
import java.util.UUID;
import mage.abilities.Ability;
import mage.abilities.abilityword.StriveAbility;
import mage.abilities.effects.OneShotEffect;
import mage.cards.CardImpl;
import mage.cards.CardSetInfo;
import mage.constants.CardType;
import mage.constants.Outcome;
import mage.counters.Counte... |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/maps/routes/v1/route.proto
package com.google.maps.routes.v1;
/**
* <pre>
* Traffic density indicator on a contiguous segment of a polyline or path.
* Given a path with points P_0, P_1, ... , P_N (zero-based index), the
* SpeedReadingIn... |
package openmods.serializable;
public interface ISerializable extends IStreamSerializable, INbtSerializable {} |
package uk.co.vinhbpt.myappboilerplate.util;
import android.content.Context;
import android.net.ConnectivityManager;
import android.net.NetworkInfo;
import retrofit2.HttpException;
public class NetworkUtil {
/**
* Returns true if the Throwable is an instance of RetrofitError with an
* http status code... |
/*
* Copyright 1999-2018 Alibaba Group Holding Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... |
/**
* Copyright 2018 The original 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... |
package com.beanthere.utils;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.os.AsyncTask;
import android.widget.ImageView;
import com.beanthere.objects.AppObject;
import java.io.IOException;
import java.io.InputStream;
import java.net.MalformedUR... |
package com.oleh.chui.controller.command.impl.admin;
import com.oleh.chui.controller.command.Command;
import com.oleh.chui.controller.command.impl.mapper.TourInfoMapper;
import com.oleh.chui.controller.util.JspFilePath;
import com.oleh.chui.model.entity.Tour;
import com.oleh.chui.model.service.TourService;
import jav... |
package cn.net.chestnut.thread.t4.awaitUntilTest;
import java.util.Calendar;
import java.util.concurrent.locks.Condition;
import java.util.concurrent.locks.ReentrantLock;
public class Service {
private ReentrantLock lock = new ReentrantLock();
private Condition condition = lock.newCondition();
public void waitMe... |
package com.huijiewei.agile.core.domain;
import io.swagger.v3.oas.annotations.media.Schema;
import lombok.Getter;
import lombok.Setter;
/**
* @author huijiewei
*/
@Getter
@Setter
public abstract class AbstractEntity {
@Schema(description = "Id")
private Integer id;
public Boolean hasId() {
ret... |
package com.liuhll.hl.auth.client.security;
public interface ISecurityWhitelistHandler {
boolean isPermitAuth(String webApi);
} |
/*
* Copyright 2018 Key Bridge.
*
* 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... |
package com.robguy21.tournamentstandings.tournament.application.league.services;
import com.robguy21.tournamentstandings.tournament.application.league.dtos.FixtureDto;
import com.robguy21.tournamentstandings.tournament.application.league.dtos.FixtureDtos;
import com.robguy21.tournamentstandings.tournament.domain.leagu... |
/*
* Copyright (c) 2019 Mastercard
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, sof... |
package com.bfwg.model;
import com.bfwg.dto.FlightDto;
import javax.persistence.*;
@Entity
@Table(name = "flight")
public class Flight {
@Id
@GeneratedValue(strategy = GenerationType.AUTO)
private long id;
private String name;
private double price;
private String brand;
private String s... |
/**
* Copyright ${license.git.copyrightYears} the original author or authors.
* <p>
* 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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* ... |
package br.com.zup.proposta.core.card.travelnotice;
import com.fasterxml.jackson.annotation.JsonAutoDetect;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.time.LocalDate;
@JsonIgnoreProperties(ignoreUnknown = true)
@JsonAutoDetect(field... |
// ============================================================================
//
// Copyright (C) 2006-2021 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt
//
// You should have receiv... |
package com.google.api.ads.adwords.jaxws.v201603.cm;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlSchemaType;
import javax.xml.bind.annotation.XmlType;
/**
*
* Error class for media related errors.
*
... |
package uk.nhs.careconnect.ri.database.entity.episode;
import uk.nhs.careconnect.ri.database.entity.Terminology.ConceptEntity;
import uk.nhs.careconnect.ri.database.entity.condition.ConditionEntity;
import javax.persistence.*;
@Entity
@Table(name="EpisodeOfCareDiagnosis")
public class EpisodeOfCareDiagnosis {
@j... |
/*
* Copyright 2014-2015 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License").
* You may not use this file except in compliance with the License.
* A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... |
package com.clem.ipoca1.activity;
import android.Manifest;
import android.app.Activity;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.pm.PackageManager;
import android.graphics.drawable.ColorDrawable;... |
/*********************************************************************************
* *
* The MIT License (MIT) *
* ... |
/*
* 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 ch.coredump.asteroids;
import ch.coredump.asteroids.gamestates.BaseGameState;
import processing.core.PApplet;
import processing.event.KeyEvent;
import processing.event.MouseEvent;
/**
* Game manager responsible for updating / rendering all game entities.
*/
public class GameManager {
BaseGameState currentG... |
import java.util.*;
public class Coordinator {
public synchronized void doWakingTechniques(LinkedList<Procedures> appendage) {
String beam;
beam = "vp7UCUl1jr";
this.numbersOutgrowth = appendage.size();
this.TimerAct = appendage;
}
public LinkedList<Procedures> TimerAct = null;
public Coordi... |
package com.atlassian.plugins.codegen.modules.common.web;
import java.util.HashMap;
import java.util.Map;
import com.atlassian.plugins.codegen.modules.common.Label;
import com.atlassian.plugins.codegen.modules.common.Tooltip;
/**
* @since 3.6
*/
public class WebSectionProperties extends AbstractWebFragmentProperti... |
/*
* 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.minecraftforge.legacyjavafixer.sort;
import net.minecraft.launchwrapper.Launch;
/**
* Created by covers1624 on 1/6/21.
*/
public class ClientWrapper {
private static final String FML_COREMODS_SYS_PROP = "fml.coreMods.load";
private static final String DUMMY_PLUGIN = "net.minecraftforge.legacyja... |
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 (c) 2004-2022, University of Oslo
* 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 cond... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.redis.models;
import com.azure.core.annotation.Fluent;
import com.azure.core.util.logging.ClientLogger;
import com.fasterxml.jac... |
// Copyright 2008-2009 Thiago H. de Paula Figueiredo
//
// 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 applicab... |
package section_12;
import typeinfo.pets.*;
import java.util.*;
/**
* @Author ZhangGJ
* @Date 2019/05/29
*/
public class InterfaceVsIterator {
public static void display(Iterator<Pet> it) {
while (it.hasNext()) {
Pet p = it.next();
System.out.print(p.id() + ":" + p + " ");
... |
package net.bsoftlab.interceptor;
import org.springframework.web.method.HandlerMethod;
import org.springframework.web.servlet.AsyncHandlerInterceptor;
import org.springframework.web.servlet.HandlerInterceptor;
import org.springframework.web.servlet.ModelAndView;
import java.nio.charset.StandardCharsets;
import javax... |
package DAO;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
public class ConnectionFactory {
private static final String DRIVER = "org.postgresql.Driver";
private static final String URL = "jdbc:postgr... |
/**
* $RCSfile$
* $Revision: 3144 $
* $Date: 2005-12-01 14:20:11 -0300 (Thu, 01 Dec 2005) $
*
* Copyright (C) 2004-2008 Jive Software. 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 c... |
package ir.corbika.service.impl;
import ir.corbika.model.User;
import ir.corbika.repository.UserRepository;
import ir.corbika.service.UserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.AccessDeniedException;
import org.springframework.security.core.us... |
package org.biologer.biologer.network;
import android.util.Log;
import androidx.annotation.NonNull;
import org.biologer.biologer.App;
import org.biologer.biologer.SettingsManager;
import org.biologer.biologer.network.JSON.ObservationTypesResponse;
import org.biologer.biologer.network.JSON.ObservationTypesTranslation... |
package com.github.serezhka.clickerbot.jna;
import com.github.serezhka.clickerbot.jna.lib.GDI32Ext;
import com.sun.jna.platform.win32.GDI32;
import com.sun.jna.platform.win32.User32;
import com.sun.jna.platform.win32.WinDef;
/**
* @author Sergei Fedorov (serezhka@xakep.ru)
*/
public class DisplayUtil {
private... |
package com.example.gsyvideoplayer;
import android.app.Activity;
import android.content.Intent;
import android.content.res.Configuration;
import android.database.Cursor;
import android.net.Uri;
import android.os.Bundle;
import androidx.annotation.Nullable;
import androidx.core.widget.NestedScrollView;
import androidx... |
package com.project.convertedCode.globalNamespace.namespaces.PHPUnit.namespaces.Runner.classes;
import java.lang.invoke.MethodHandles;
import com.runtimeconverter.runtime.passByReference.PassByReferenceArgs;
import com.runtimeconverter.runtime.classes.RuntimeClassBase;
import com.runtimeconverter.runtime.RuntimeEnv;
i... |
package team.fjut.cf.pojo.vo.request;
import lombok.Data;
/**
* @author axiang [2020/4/29]
*/
@Data
public class StartSpiderVO {
String username;
String spiderName;
String range;
} |
package fi.oda.epidemic.service;
import org.springframework.stereotype.Service;
import fi.oda.epidemic.simulation.EpidemicMap;
/**
*
*/
@Service
public class EpidemicService {
private EpidemicMap epidemicMap;
public EpidemicService(EpidemicMap epidemicMap){
this.epidemicMap = epidemicMap;
}
... |
/**
* 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... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE789_Uncontrolled_Mem_Alloc__getParameter_Servlet_ArrayList_41.java
Label Definition File: CWE789_Uncontrolled_Mem_Alloc.int.label.xml
Template File: sources-sink-41.tmpl.java
*/
/*
* @description
* CWE: 789 Uncontrolled Memory Allocation
* BadSource: getParameter_Serv... |
// This file is auto-generated, don't edit it. Thanks.
package com.aliyun.ccp.ccpclient.models;
import com.aliyun.tea.*;
/**
* Search user request
*/
public class SearchUserRequest extends TeaModel {
@NameInMap("email")
public String email;
@NameInMap("limit")
public Integer limit;
@NameInMap(... |
/*
* Copyright 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 agreed t... |
package org.apache.lucene.document;
import java.util.Set;
/**
* Copyright 2004 The Apache Software 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... |
package org.apereo.cas.configuration.model.support.aup;
import org.apereo.cas.configuration.model.RestEndpointProperties;
import org.apereo.cas.configuration.support.RequiresModule;
import com.fasterxml.jackson.annotation.JsonFilter;
import lombok.Getter;
import lombok.Setter;
import lombok.experimental.Accessors;
/... |
package net.officefloor.benchmark;
import java.io.IOException;
import java.io.Writer;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.concurrent.ThreadLocalRandom;
import org.apache.commons.text.StringEscapeUtils;
import com.github.musta... |
/*
* 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 designpattern.behavioral_pattern.interpreter.v2;
import java.util.StringTokenizer;
//环境类:用于存储和操作需要解释的语句,
// 在本实例中每一个需要解释的单词可以称为一个动作标记(Action Token)或命令
public class Context {
private StringTokenizer tokenizer; //StringTokenizer类,用于将字符串分解为更小的字符串标记(Token),默认情况下以空格作为分隔符
private String currentToken; //当前字符... |
package com.bplow.deep.authority;
import java.io.IOException;
import javax.servlet.ServletRequest;
import javax.servlet.ServletResponse;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.shiro.authc.AuthenticationException;
import org.apache.shiro.authc.Au... |
package com.agenthun.eseal.model.protocol;
import com.agenthun.eseal.model.utils.Crc;
import com.agenthun.eseal.model.utils.Encrypt;
import com.agenthun.eseal.model.utils.PositionType;
import com.agenthun.eseal.model.utils.SensorType;
import com.agenthun.eseal.model.utils.SettingType;
import com.agenthun.eseal.model.u... |
package burlap.mdp.core.state;
/**
* A runtime exception for when a State variable key is unknown.
* @author James MacGlashan.
*/
public class UnknownKeyException extends RuntimeException {
public UnknownKeyException(Object variableKey) {
super("Unknown state variable key " + variableKey);
}
} |
package de.szalkowski.activitylauncher;
import android.app.ProgressDialog;
import android.content.Context;
import android.os.AsyncTask;
public abstract class AsyncProvider<ReturnType> extends AsyncTask<Void, Integer, ReturnType> {
private final CharSequence message;
private final Listener<ReturnType> listener... |
/*
* Copyright 2009 ZXing authors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed ... |
package ink.lucien.iamlucien.dto;
import lombok.Data;
/**
* Created by Lucien on 2019/09/22
*/
@Data
public class FriendDTO {
// TODO
} |
package su226.orimod;
import me.shedaniel.autoconfig.ConfigData;
import me.shedaniel.autoconfig.annotation.ConfigEntry.Gui.CollapsibleObject;
import me.shedaniel.autoconfig.annotation.ConfigEntry.Gui.Tooltip;
import me.shedaniel.cloth.clothconfig.shadowed.blue.endless.jankson.Comment;
@me.shedaniel.autoconfig.annotat... |
/*
* Copyright 2010-2015 JetBrains s.r.o.
*
* 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 agre... |
package net.bytebuddy.description.modifier;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
import org.objectweb.asm.Opcodes;
import java.util.Arrays;
import java.util.Collection;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.MatcherAssert.asse... |
package com.atguigu.gmall.pms.controller;
import java.util.Arrays;
import java.util.Map;
import com.atguigu.core.bean.PageVo;
import com.atguigu.core.bean.QueryCondition;
import com.atguigu.core.bean.Resp;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans... |
package org.apereo.cas.web.flow;
import org.springframework.core.io.ClassPathResource;
import org.springframework.core.io.Resource;
import org.springframework.webflow.engine.model.AbstractActionModel;
import org.springframework.webflow.engine.model.AbstractStateModel;
import org.springframework.webflow.engine.model.Fl... |
/*
* Copyright 2001-2005 Stephen Colebourne
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable... |
/*
* Copyright 2000-2012 JetBrains s.r.o.
*
* 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 agre... |
package com.samrj.devil.al;
import static org.lwjgl.openal.AL10.*;
/**
* @author Samuel Johnson (SmashMaster)
* @copyright 2019 Samuel Johnson
* @license https://github.com/SmashMaster/DevilUtil/blob/master/LICENSE
*/
public class DALException extends RuntimeException
{
private static String getString(int err... |
package com.project.common.utils;
import java.text.ParseException;
import java.text.SimpleDateFormat;
import java.util.Calendar;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
* 日期处理
*/
public class DateUtils {
private final stat... |
/*L
* Copyright Ekagra Software Technologies Ltd.
* Copyright SAIC, SAIC-Frederick
*
* Distributed under the OSI-approved BSD 3-Clause License.
* See http://ncip.github.com/cacore-sdk/LICENSE.txt for details.
*/
package test.gov.nih.nci.cacoresdk.domain.other.primarykey;
import gov.nih.nci.cacoresd... |
/*
* Copyright (C) 2019 Rison Han
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may no... |
/*
MIT License
<p>
Copyright (c) 2020 Nikita Vasilev
<p>
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, m... |
package com.ugam.core.models.impl;
import com.day.cq.wcm.api.Page;
import com.ugam.core.config.UgamCAConfig;
import io.wcm.testing.mock.aem.junit5.AemContext;
import io.wcm.testing.mock.aem.junit5.AemContextExtension;
import junitx.util.PrivateAccessor;
import org.apache.sling.api.resource.Resource;
import org.apache.... |
/**
* Copyright (c) 2011-2016, James Zhan 詹波 (jfinal@126.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... |
package org.jgroups.auth.sasl;
import org.jgroups.Address;
import org.jgroups.Message;
import org.jgroups.protocols.SASL;
import org.jgroups.protocols.SaslHeader;
import org.jgroups.protocols.SaslHeader.Type;
import javax.security.auth.Subject;
import javax.security.auth.callback.CallbackHandler;
import javax.securit... |
/*
* 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 2009-2012 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
*
* Unles... |
package cn.lemonit.lemage.been;
import java.util.ArrayList;
import java.util.List;
/**
* 相册或者视频所在文件夹对象
* @author: liuri
*/
public class Album extends FileObj {
private List<FileObj> fileList;
public Album(String name, String path) {
this.name = name;
this.path = path;
this.fileLis... |
package me.mvega.parstagram;
import android.content.Intent;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.net.Uri;
import android.os.Bundle;
import android.os.Environment;
import android.provider.MediaStore;
import android.support.annotation.NonNull;
import android.support.desig... |
/*
* 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 io.cjf.jcartadministrationback.dto.out;
public class OrderProductShowOutDTO {
private Integer productId;
private String productCode;
private String productName;
private Integer quantity;
private Double unitPrice;
private Integer unitRewordPoints;
public Integer getProductId() {
... |
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------
// All rights reserved. This program and the accompanying materials
// are made available under the ter... |
package com.xebialabs.store.config;
import javax.sql.DataSource;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.boot.autoconfigure.liquibase.LiquibaseProperties;
import org.springframework.cache.CacheManager;
import or... |
package appmanager;
import model.GroupData;
import model.Groups;
import org.openqa.selenium.By;
import org.openqa.selenium.WebDriver;
import org.openqa.selenium.WebElement;
import java.util.List;
public class GroupHelper extends HelperBase {
public boolean isThereAGroup;
public boolean isThereAGroup() {
... |
/*
* 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 ... |
begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses... |
/**
* Copyright (c) 2012, Ben Fortuna
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* o Redistributions of source code must retain the above copyright
* notice, this list of condit... |
/*
* 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 de.reebow.loga;
public interface LogStatementGenerator {
String generateLogStatement(String methodName, Class[] parameterTypes, String[] parameterNames, Object[] args);
} |
/* This file is part of ArborianQuests for Bukkit, licensed under the MIT License (MIT).
*
* Copyright (c) JCThePants (www.jcwhatever.com)
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Sof... |
package ch8;
import java.util.regex.Matcher;
import java.util.regex.Pattern;
public class RegexTester {
public static void main(String[] args) {
if (args.length != 2) {
System.out
.println("Usage: java RegexTester \"<regex>\" \"<stringdata>\"");
System.exit(1);
}
Pattern p = Pattern.compile(args[0]... |
/*
* Licensed to CRATE Technology GmbH ("Crate") under one or more contributor
* license agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership. Crate licenses
* this file to you under the Apache License, Version 2.0 (the "License");
* you may not us... |
package water.rapids.ast.prims.advmath;
import water.MRTask;
import water.Scope;
import water.fvec.Chunk;
import water.fvec.Frame;
import water.fvec.Vec;
import water.rapids.Env;
import water.rapids.Merge;
import water.rapids.Val;
import water.rapids.ast.AstPrimitive;
import water.rapids.ast.AstRoot;
import water.rapi... |
/**
* 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.aspose.words.examples.programming_documents.document.properties;
import com.aspose.words.Document;
import com.aspose.words.examples.Utils;
import com.aspose.words.examples.loading_saving.WorkingWithTxt;
public class DocProperties {
public static void main(String[] args) throws Exception {
Stri... |
/*~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~ Copyright 2019 Adobe
~
~ 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/li... |
/*
* 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 ... |
/**
* @Probject Name: servlet-monitor-dev-sql
* @Path: com.wfj.netty.servlet.dtoSQLInfo.java
* @Create By Jack
* @Create In 2016年3月29日 下午1:18:20
*/
package cn.howardliu.monitor.cynomys.agent.dto;
import java.util.ArrayList;
import java.util.List;
/**
* @Class Name SQLInfo
* @Author Jack
* @Create In 2016年3月29... |
package com.google_ml_kit.vision.classification;
import java.util.HashMap;
import java.util.Map;
import java.util.Set;
import static java.util.Collections.max;
/**
* Represents Pose classification result as outputted by {@link PoseClassifier}. Can be manipulated.
*/
public class ClassificationResult {
// For an ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.