text stringlengths 7 995k |
|---|
package fr.lesprogbretons.seawar.ia.ia_seawar_e;
public class SimCase implements Cloneable {
public int typeCase; //0:terre, 1:eau, 2:phare
public int ownerPhare; //0:null, 1:p1, 2:p2
public int x;
public int y;
public SimCase(int typeC, int owner, int x, int y){
ownerPhare = owner;
... |
package ij3d.contextmenu;
import ij3d.Content;
import ij3d.ContentConstants;
import ij3d.Executer;
import ij3d.Image3DUniverse;
import java.awt.event.ActionEvent;
import java.awt.event.ActionListener;
import java.awt.event.ItemEvent;
import java.awt.event.ItemListener;
import java.awt.event.MouseEvent;
import javax.... |
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
package org.bondlib;
import org.junit.Test;
import java.util.ArrayList;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
pub... |
// Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
package frc.robot.commands;
import edu.wpi.first.wpilibj2.command.CommandBase;
import frc.robot.subsystems.Climber;
imp... |
/**
* BSD-style license; for more info see http://pmd.sourceforge.net/license.html
*/
package net.sourceforge.pmd.util.fxdesigner;
import javax.swing.JOptionPane;
public final class DesignerStarter {
private static final String MISSING_JAVAFX = "You seem to be missing the JavaFX runtime. Please install JavaFX ... |
// --------------------------------------------------------------------------------
// Copyright 2002-2021 Echo Three, LLC
// Copyright 1999-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.
// Y... |
/*
* Copyright 2013 Cloudera 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 ... |
/*
* WorldEdit, a Minecraft world manipulation toolkit
* Copyright (C) sk89q <http://www.sk89q.com>
* Copyright (C) WorldEdit team and contributors
*
* 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 F... |
package com.github.houbb.resubmit.core.bs;
import com.github.houbb.heaven.support.instance.impl.Instances;
import com.github.houbb.heaven.util.common.ArgUtil;
import com.github.houbb.heaven.util.lang.ObjectUtil;
import com.github.houbb.heaven.util.lang.reflect.ClassUtil;
import com.github.houbb.resubmit.api.core.IResu... |
/*
* 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") + yo... |
package cz.metacentrum.perun.webgui.json.groupsManager;
import com.google.gwt.core.client.JavaScriptObject;
import com.google.gwt.json.client.JSONNumber;
import com.google.gwt.json.client.JSONObject;
import com.google.gwt.user.client.ui.HTML;
import cz.metacentrum.perun.webgui.client.PerunWebSession;
import cz.metacen... |
package cn.vonce.sql.spring.mapper;
import cn.vonce.common.utils.ReflectUtil;
import cn.vonce.sql.mapper.SqlBeanMapper;
import cn.vonce.sql.uitls.SqlBeanUtil;
import org.apache.ibatis.executor.parameter.ParameterHandler;
import org.apache.ibatis.executor.resultset.DefaultResultSetHandler;
import org.apache.ibatis.exec... |
package osu.crowd_ml;
import java.util.List;
/*
Copyright 2016 Crowd-ML team
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... |
/*
* 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.github.natsusai.cache.core.redis.lettuce;
//
//import io.github.natsusai.cache.core.Cache;
//import io.github.natsusai.cache.core.redis.User;
//import io.lettuce.core.api.sync.RedisCommands;
//import org.junit.BeforeClass;
//import org.junit.Test;
//
//import static org.junit.Assert.assertEquals;
//import ... |
/*
* Copyright 2022 ThoughtWorks, 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 agr... |
public class FieldAndMethodOverloading {
int berp;
void berp(int boep) {
return;
}
void berp(double boep) {
return;
}
static void berp(float boep) {
return;
}
} |
package io.improbable.keanu.algorithms.particleFiltering;
import io.improbable.keanu.algorithms.graphtraversal.TopologicalSort;
import io.improbable.keanu.vertices.Vertex;
import java.util.*;
import java.util.stream.Collectors;
public class LatentIncrementSort {
/**
* Orders observed vertices by the smalle... |
package eu.datex2.schema._3.roadtrafficdata;
import jakarta.xml.bind.annotation.XmlRegistry;
/**
* This object contains factory methods for each
* Java content interface and Java element interface
* generated in the eu.datex2.schema._3.roadtrafficdata package.
* <p>An ObjectFactory allows you to programatical... |
/*
* 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.ctrip.xpipe.redis.console.config;
import java.util.List;
/**
* @author chen.zhu
* <p>
* Sep 12, 2018
*/
public interface ConsoleConfigListener {
void onChange(String key, String oldValue, String newValue);
List<String> supportsKeys();
} |
/*
* Copyright 2018 iserge.
*
* 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 w... |
package skateKAPPA.trigger;
import com.google.gson.JsonDeserializationContext;
import com.google.gson.JsonObject;
import net.minecraft.advancements.critereon.AbstractCriterionInstance;
import net.minecraft.entity.player.EntityPlayerMP;
import net.minecraft.util.ResourceLocation;
import skateKAPPA.SkateKAPPA;
import j... |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package designpatterns.visitorpattern;
/**
*
* @author mars
*/
public class StackFullException extends Exception {
} |
package org.apereo.cas.web.report;
import org.apereo.cas.configuration.CasConfigurationProperties;
import org.apereo.cas.util.CollectionUtils;
import org.apereo.cas.web.BaseCasActuatorEndpoint;
import lombok.extern.slf4j.Slf4j;
import lombok.val;
import org.apache.commons.lang3.StringUtils;
import org.springframework... |
/*
* Copyright (C) 2013 Square, 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 agre... |
/*
* 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 utils;
import android.app.Activity;
import android.content.Context;
import android.os.Handler;
import android.os.Message;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import... |
// 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 org.ontodia.server.services.security.interfaces;
import org.springframework.security.core.userdetails.UserDetails;
/**
* Created by drazdyakonov on 18.05.2015.
*/
public interface UserDetailsWithTokens extends UserDetails,ITokenStorage {
} |
package monopoly17;
import java.io.Serializable;
/**
* This class represents all the railroad square tiles on the game board.
* @author Trong Nguyen & Elisha Catherasoo
*/
public class Railroad implements Square, Serializable {
public static final int RAILROAD_A_POSITION = 5;
public static final int RAILRO... |
// Copyright 2014 The Bazel Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by appl... |
package com.tangcheng.mq.global.domain.dto.base;
/**
* @author: cheng.tang
* @date: 2020/3/30
* @see
* @since
*/
public interface BizError {
Integer getErrCode();
String getErrMsg();
BizError setErrMsg(String errMsg);
} |
package br.com.fiap.helper;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.EntityManagerFactory;
import javax.persistence.Persistence;
import javax.persistence.TypedQuery;
import br.com.fiap.entity.Clientes;
import br.com.fiap.entity.Pedidos;
public class Helper implements A... |
package com.loserico.jvm.oom;
public class RuntimeConstantPoolOOM {
public static void main(String[] args) {
String str1 = new StringBuffer("计算机").append("软件").toString();
System.out.println(str1.intern() == str1);
String str2 = new StringBuffer("ja").append("va").toString();
System.out.println(str2.inter... |
/*******************************************************************************
* ___ _ ____ ____
* / _ \ _ _ ___ ___| |_| _ \| __ )
* | | | | | | |/ _ \/ __| __| | | | _ \
* | |_| | |_| | __/\__ \ |_| |_| | |_) |
* \__\_\\__,_|\___||___/\__|____/|____/
*
* Copyright (c... |
package it.finsiel.siged.mvc.business;
import it.finsiel.siged.constant.Constants;
import it.finsiel.siged.constant.NomiTabelle;
import it.finsiel.siged.constant.ReturnValues;
import it.finsiel.siged.dao.DAOFactory;
import it.finsiel.siged.exception.DataException;
import it.finsiel.siged.model.organizzazione.Utente;
i... |
package com.iitcast.service;
public interface UserService {
public void save();
} |
package pulse.tasks.logs;
import static java.lang.Integer.toHexString;
import static pulse.tasks.logs.Details.NONE;
import pulse.tasks.SearchTask;
import pulse.tasks.TaskManager;
public class StateEntry extends LogEntry {
private Status status;
public StateEntry(SearchTask task, Status status) {
su... |
/**
* Copyright 2013 Canada Health Infoway, 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 applicab... |
package com.gekox.incense.client.render;
import com.gekox.incense.common.item.PasteItem;
import com.gekox.incense.util.Color;
import com.gekox.incense.util.IncenseType;
import net.minecraft.client.color.item.ItemColor;
import net.minecraft.world.item.ItemStack;
public class PasteRender implements ItemColor {
@Over... |
package com.easysocket.interfaces.config;
import com.easysocket.config.EasySocketOptions;
/**
* Author:Alex
* Date:2019/6/1
* Note:
*/
public interface IOptions<T> {
/**
* 设置配置信息
* @param socketOptions
*/
T setOptions(EasySocketOptions socketOptions);
/**
* 获取配置信息
* @return
... |
package abi39_0_0.expo.modules.print;
import android.content.Context;
import java.util.Collections;
import java.util.List;
import abi39_0_0.org.unimodules.core.BasePackage;
import abi39_0_0.org.unimodules.core.ExportedModule;
import abi39_0_0.org.unimodules.core.ViewManager;
public class PrintPackage extends BasePa... |
/*
* Copyright (C) 2004 Joe Walnes.
* Copyright (C) 2006, 2007 XStream Committers.
* All rights reserved.
*
* The software in this package is published under the terms of the BSD
* style license a copy of which has been included with this distribution in
* the LICENSE.txt file.
*
* Created on 07. March 2004 b... |
@Override
public boolean saveImpl(Document content, OutputStream out) {
ZipOutputStream zos = null;
if (out instanceof ZipOutputStream) zos = (ZipOutputStream) out; else zos = new ZipOutputStream(out);
ZipEntry partEntry = new ZipEntry(CONTENT_TYPES_PART_NAME);
try {
zos.... |
package PaquetePrincipal;
import java.io.IOException;
import java.net.ServerSocket;
import java.net.Socket;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
//import vistas.Vista10Control;
/**
* Esta clase inicia un servidor HTTP y configura un Pool de conexiones en función
* de l... |
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/
package com.microsoft.azure.plugin.functions.gradle;
import com.microsoft.azure.auth.AzureTokenWrapper;
import com.microsoft.azure.auth.configuration.A... |
/*
* MIT License
*
* Copyright (c) 2022 MASES s.r.l.
*
* 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, cop... |
package co.com.application.ecommerce.service.impl;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import co.com.application.ecommerce.model.Category;
import co.com.application.ecommerce.repository.CategoryRepository;
import co.com.... |
/*
*******************************************************************************
* BTChip Bitcoin Hardware Wallet Java API
* (c) 2014 BTChip - 1BTChip7VfTnrPra5jqci7ejnMguuHogTn
* (c) m2049r
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compli... |
/*
* Copyright 2015-present Facebook, 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.atguigu.gulimall.product.dao;
import com.atguigu.gulimall.product.entity.CategoryEntity;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.apache.ibatis.annotations.Mapper;
/**
* 商品三级分类
*
* @author BarryTong
* @email barrytong98@gmail.com
* @date 2021-07-16 12:22:02
*/
@Mapper
publ... |
package it.dfa.unict.util;
public final class Constants {
/** System property - line.separator */
public static final String NEW_LINE = System.getProperty("line.separator");
/** System property - file.separator */
public static final String FILE_SEPARATOR = System
.getProperty("file.separator");
/** System ... |
import org.breeze.core.utils.encry.AES;
import org.breeze.core.utils.encry.Des3;
/**
* @Description: 密码验证
* @Auther: 黑面阿呆
* @Date: 2019-12-03 13:59
* @Version: 1.0.0
*/
public class Password {
public static void main(String[] args) throws Exception {
String aaa = Des3.encode("111111", "breezeABCDSecr... |
package org.apache.maven.repository.internal;
/*
* 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 Apach... |
package org.kyojo.schemaorg.m3n4.gson.core.clazz;
import java.lang.reflect.Field;
import java.lang.reflect.Type;
import java.util.HashMap;
import java.util.Map;
import org.kyojo.gson.JsonDeserializationContext;
import org.kyojo.gson.JsonDeserializer;
import org.kyojo.gson.JsonElement;
import org.kyojo.gson.JsonParseE... |
/*
* ResultLogConfig.java
*
* Created on July 17, 2006, 5:13 PM
*
* @(#)ResultLogConfig.java 1.4 10/03/23
*
* Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following ... |
/*
Copyright (c) 2008, Codigo Certo Sistemas www.codigocerto.com.br
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 lis... |
/*
* MIT License
*
* Copyright (c) 2020 XenoAmess
*
* 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 org.incode.example.country.fixture;
import javax.inject.Inject;
import org.apache.isis.applib.fixturescripts.FixtureScript;
import org.incode.example.country.dom.impl.Country;
import org.incode.example.country.dom.impl.CountryRepository;
import org.incode.example.country.dom.impl.StateRepository;
public cla... |
// 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.jetbrains.python.psi;
import org.jetbrains.annotations.ApiStatus;
import org.jetbrains.annotations.NotNull;
import org.jetbrains.annotations.Nullable;
/**
* Represe... |
package com.example.contactlistdemo.dao;
import static androidx.room.OnConflictStrategy.IGNORE;
import androidx.lifecycle.LiveData;
import androidx.room.Dao;
import androidx.room.Delete;
import androidx.room.Insert;
import androidx.room.Query;
import androidx.room.Update;
import com.example.contactlistdemo.model.Con... |
package ch03;
public class Member {
int memberNo;
String name;
String password;
String address;
String tel;
public Member(int memberNo, String name, String password, String address, String tel) {
this.memberNo = memberNo;
this.name = name;
this.password = password;
this.address = address;
this.tel = t... |
import javax.imageio.ImageIO;
import java.awt.*;
import java.awt.image.BufferedImage;
import java.awt.image.DataBufferByte;
import java.awt.image.WritableRaster;
import java.io.File;
import java.io.IOException;
public class Steganography
{
private int offset = 32;
private String lastSavedImageName = null;
... |
/*
* 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 edu.harvard.iq.dataverse.engine.command.impl;
import edu.harvard.iq.dataverse.DataFile;
import edu.harvard.iq.dataverse.Dataset;
import edu.harvard.iq.dataverse.DatasetField;
import edu.harvard.iq.dataverse.DatasetFieldConstant;
import edu.harvard.iq.dataverse.DatasetLock;
import static edu.harvard.iq.datavers... |
package org.leibnizcenter.util;
import deprecated.org.crf.crf.CrfFeature;
import org.leibnizcenter.rechtspraak.markup.docs.Label;
import org.leibnizcenter.rechtspraak.markup.docs.RechtspraakElement;
import org.w3c.dom.Element;
import org.w3c.dom.NodeList;
import org.w3c.dom.ProcessingInstruction;
import java.util.Enu... |
/* See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* Esri 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
*
... |
/*
*
* Paros and its related class files.
*
* Paros is an HTTP/HTTPS proxy for assessing web application security.
* Copyright (C) 2003-2004 Chinotec Technologies Company
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the Clarified Artistic License
* as published by t... |
/*
* Copyright 2016 Crown Copyright
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed... |
package com.github.datalking.misc;
import java.io.ByteArrayOutputStream;
import java.io.PrintStream;
/**
* 获取控制台输出的示例
*/
public class ConsoleTutorial {
public static void main(String[] args) {
System.out.println("One");
// 保存原来的out
PrintStream newConsole = System.out;
ByteArr... |
/**
* <a href="http://www.openolat.org">
* OpenOLAT - Online Learning and Training</a><br>
* <p>
* Licensed under the Apache License, Version 2.0 (the "License"); <br>
* you may not use this file except in compliance with the License.<br>
* You may obtain a copy of the License at the
* <a href="http://www.apache... |
package org.simpleframework.xml.core;
import java.io.InputStream;
import java.io.ObjectInput;
import java.io.ObjectInputStream;
import java.io.ObjectOutput;
import java.io.ObjectOutputStream;
import java.io.OutputStream;
public class CompressionMarshaller implements Marshaller {
private final Compression compress... |
package android.support.v4.media;
import android.content.ComponentName;
import android.content.Context;
import android.content.Intent;
import android.content.ServiceConnection;
import android.os.Build.VERSION;
import android.os.Bundle;
import android.os.Handler;
import android.os.IBinder;
import android.os.Message;
im... |
/*
* XML Type: usersettings
* Namespace: http://schemas.microsoft.com/crm/2007/WebServices
* Java type: com.microsoft.schemas.crm._2007.webservices.Usersettings
*
* Automatically generated - do not modify.
*/
package com.microsoft.schemas.crm._2007.webservices.impl;
/**
* An XML usersettings(@http://schemas.mic... |
/**
* 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.eidu.integration;
import static org.junit.jupiter.api.Assertions.assertEquals;
import android.content.ContentProvider;
import android.content.ContentResolver;
import android.content.Context;
import android.content.res.AssetFileDescriptor;
import android.net.Uri;
import android.os.Bundle;
import android.os... |
// Copyright 2020 IBM Corp.
// SPDX-License-Identifier: Apache-2.0
package com.ibm.egeria;
import okhttp3.OkHttpClient;
import okhttp3.Request;
import okhttp3.Response;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import java.util.Map;
import java.util.HashMap;
import com.datmesh.DataCatalogResponse.Ca... |
/*
* Copyright 2017 MovingBlocks
*
* 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... |
/*
MIT License
Copyright(c) 2020 Futurewei Cloud
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, merge... |
/**
* 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 de.dc.spring.mm;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Field</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link de.dc.spring.mm.Field#isIsId <em>Is Id</em>... |
/*
File: TBW10_CSV_WORK
Description: TBW10_CSV_WORK
Author: GeneXus Java Generator version 10_3_3-92797
Generated on: July 3, 2017 17:16:28.40
Program type: Callable routine
Main DBMS: mysql
*/
import com.genexus.*;
import com.genexus.db.*;
import com.genexus.... |
/*
* Copyright 2012-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... |
/*
* 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.jatpeo.vhr.domain;
import java.util.ArrayList;
import java.util.List;
public class MenuRoleExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public MenuRoleExample() {
oredCriteria = new ArrayList<Criteria>();
}
... |
/**
* vertigo - application development platform
*
* Copyright (C) 2013-2022, Vertigo.io, team@vertigo.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/li... |
/*
*
* Copyright (c) 2006-2019, Speedment, 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 requi... |
package com.gqlolap.hog.processor;
import com.gqlolap.hog.processor.where.WhereOperationProcessor;
import com.gqlolap.hog.serializer.DefaultGraphqlSerializer;
import graphql.language.InputObjectTypeDefinition;
import graphql.language.ObjectTypeDefinition;
import graphql.schema.idl.SchemaParser;
import graphql.schema.i... |
package me.shouheng.easymark;
/**
* Constants for EasyMark
*
* @author WngShhng (shouheng2015@gmail.com)
* @version $Id: Constants, v 0.1 2018/11/23 22:36 shouh Exp$
*/
public class Constants {
public static final char CHAR_ENTER = '\n';
public static final String STRING_ENTER ... |
/*
* 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 t... |
package xyz.mydev.common.utils;
import java.util.Collections;
import java.util.List;
import static java.util.stream.Collectors.toList;
/**
* @author ZSP
*/
public class PageUtil {
/**
* 返回分页后结果
*
* @param page 当前页,从1开始
* @param size 每页大小
* @return 分页后结果
* @author ZSP
*/
public static <T> L... |
//
// ========================================================================
// Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------
// All rights reserved. This program and the accompanying materials
// are made available under the ter... |
/*
* Copyright 2018 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.crazy.background.calculate;
import java.math.BigDecimal;
import java.util.ArrayList;
import java.util.List;
public class ScoreRule
{
/**
* 最大投标价
*/
private BigDecimal m_max;
/**
* 最小投标价
*/
private BigDecimal m_min;
/**
* 平均投标价
*/
private BigDecimal m_a... |
/*
* Copyright (C) 2012 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 app... |
package io.usa.doraemon.commons.api.service.rest.client.impl;
import java.net.URLEncoder;
import java.nio.charset.Charset;
import java.util.ArrayList;
import java.util.List;
import java.util.Map;
import java.util.Map.Entry;
import org.apache.http.Header;
import org.apache.http.NameValuePair;
import org.apache.http.cl... |
package org.example.agrest.persistent;
import org.apache.cayenne.CayenneDataObject;
import org.apache.cayenne.exp.Property;
import java.util.List;
public class Category extends CayenneDataObject {
public static final String ID_PK_COLUMN = "ID";
public static final Property<String> DESCRIPTION = Property.cr... |
package org.darkstorm.minecraft.gui.component;
public interface ProgressBar extends Component, BoundedRangeComponent {
public boolean isIndeterminate();
public void setIndeterminate(boolean indeterminate);
} |
package org.jboss.resteasy.test.rx;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.CompletionStage;
import java.util.concurrent.CopyOnWriteArrayList;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.atomic.AtomicReference;
im... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.