text
stringlengths
7
995k
/********************************************************************************** * $URL: $ * $Id: $ *********************************************************************************** * * Copyright (c) 2007 The Sakai Foundation. * * Licensed under the Educational Community License, Version 1.0 (the "Licens...
package com.github.st1hy.countthemcalories.activities.overview; import android.os.Bundle; import android.support.annotation.NonNull; import android.view.Menu; import android.view.MenuItem; import com.github.st1hy.countthemcalories.R; import com.github.st1hy.countthemcalories.activities.overview.meals.inject.OverviewF...
/* * Copyright 2012 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
package com.udacity.jdnd.course3.critter.repository; import java.util.List; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; import com.udacity.jdnd.course3.critter.entities.CustomerEntity; import com.udacity.jdnd.course3.critter.entities.PetEntity; @Re...
package com.anything.tacticool.view.util.spriteConnectors; import com.anything.tacticool.view.util.ActionPointSingleton; import com.anything.tacticool.view.util.SpriteConnectorEnum; import com.badlogic.gdx.graphics.g2d.Sprite; import com.badlogic.gdx.scenes.scene2d.Actor; import com.badlogic.gdx.scenes.scene2d.InputEv...
package kidozen.samples.social; import android.content.Context; import org.apache.http.HttpStatus; import kidozen.client.InitializationException; import kidozen.client.KZApplication; /** * Created by christian on 7/8/14. */ public class KidoZenHelper { private KZApplication kido = null; String tenantMark...
/* * 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 * distribut...
package com.nikhil.shack_demo; import android.graphics.Rect; import android.os.Build; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.Toolbar; import android.view.Gravity; import android.view.KeyEvent; import androi...
/** * Copyright 2019 Adobe Systems Incorporated. All rights reserved. * This file is licensed 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 * * Unl...
/* * Copyright 2013-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) 2014 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 ...
package main.java.util; import main.java.exception.IllegalArithmeticOperationException; public class SignOperations { public static void checkSign(String sign) { try { if (!isArithmeticOperation(sign)) { throw new IllegalArithmeticOperationException(); } }...
package com.jdroid.android.receiver; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import com.jdroid.java.collections.Lists; import com.jdroid.java.utils.LoggerUtils; import org.slf4j.Logger; import java.util.List; public class InstallReferrerReceiver exte...
/** * Copyright (C) 2016 - 2030 youtongluan. * * 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...
/** * Copyright Microsoft 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...
// 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.ide.actions; import com.intellij.featureStatistics.FeatureUsageTracker; import com.intellij.ide.DataManager; import com.intellij.ide.IdeBundle; import com.in...
/** * Copyright (c) 2016, 2021, Oracle and/or its affiliates. All rights reserved. * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose eith...
/** * */ package com.nandulabs.shoppingcart.service; import java.util.ArrayList; import java.util.List; import java.util.UUID; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import org.sp...
/** * Copyright (c) 2018-2028, Chill Zhuang 庄骞 (smallchill@163.com). * <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 * <p> * Un...
/* * Copyright 1997-2014 Optimatika (www.optimatika.se) * * 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, mo...
package ar.com.rjgodoy.plan111mil.torneo.modelo; public class Inscripcion extends Entity { private Integer id; private Competidor competidor; private Competencia competencia; private Categoria categoria; private ExamenMedico examen; private Integer posicion; private boolean verificada; private Estado...
package org.snomed.snowstorm.core.data.services.pojo; import org.junit.jupiter.api.Test; import static org.junit.Assert.*; class AsyncConceptChangeBatchTest { @Test void getSecondsDuration() throws InterruptedException { AsyncConceptChangeBatch batch = new AsyncConceptChangeBatch(); Thread.sleep(2_000); ass...
/* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
package kr.jclab.iaik.pkcs11.provider; public class AlgorithmConstants { public static final String EC = "EC"; public static final String ECDSA = "ECDSA"; public static final String ECDH = "ECDH"; public static final String RSA = "RSA"; public static final String DSA = "DSA"; }
package claire.sample; import java.util.Scanner; public class Statement { public static void main(String[] args) { ; // 빈문장 { // 블록 시작 String name; int kor; int eng; int mat; } // 블록 끝 // 문장의 개념 (;으로 끝남) int num; // 선언문 int num2 = 100; // 선언 및 초기화 String str; // 99 + 98 + 99; // 표현식만으...
/** * This program and the accompanying materials * are made available under the terms of the License * which accompanies this distribution in the file LICENSE.txt */ package com.archimatetool.editor.diagram.dialog; import java.util.ArrayList; import java.util.List; import org.eclipse.emf.ecore.EClass; import org...
package co.com.sofka.application.init; import co.com.sofka.business.annotation.CommandHandles; import co.com.sofka.business.annotation.CommandType; import co.com.sofka.business.generic.ServiceBuilder; import co.com.sofka.infraestructure.asyn.SubscriberEvent; import co.com.sofka.infraestructure.handle.CommandExecutor; ...
/* * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights * Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
package easy.array; /** * @Description: * Given an array of integers that is already sorted in ascending order, find two numbers such that they add up to a specific target number. * The function twoSum should return indices of the two numbers such that they add up to the target, where index1 must be less than index...
package depthFirstSearch; import java.util.ArrayDeque; import java.util.Deque; public class ColoringABorder { /** * @Author JaneRoad * @Description 1034. 边界着色 * @Date 22:28 2021/12/7 * @Param * @param grid * @param row * @param col * @param color * @return * @retu...
/* * Copyright 2017 Red Hat, Inc. and/or its affiliates. * * 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 org.assertj.android.support.v4.api.widget; import android.support.v4.widget.SwipeRefreshLayout; import org.assertj.android.api.view.AbstractViewGroupAssert; import static org.assertj.core.api.Assertions.assertThat; public class SwipeRefreshLayoutAssert extends AbstractViewGroupAssert<SwipeRefreshLayoutAs...
package SubLinkFetch; import java.io.File; import java.io.IOException; import java.sql.Connection; import java.sql.Date; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList; import java.util.regex.Pattern; import javax.xml.p...
/* * 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.modofo.mofire.ui; import javax.microedition.lcdui.Command; import javax.microedition.lcdui.CommandListener; import javax.microedition.lcdui.Displayable; import javax.microedition.lcdui.Form; import com.modofo.mofire.MoFire; public class HelpForm extends BaseForm implements CommandListener{ Command backC...
/******************************************************************************* * Copyright 2013 Ednovo d/b/a Gooru. All rights reserved. * * http://www.goorulearning.org/ * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (...
/* * 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")...
/** * Copyright (c) 2010-2014 Samsung Electronics Co., Ltd. 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-...
package com.thesimego.senacrs.sistemasdistribuidos.waserver.dao; import com.thesimego.senacrs.sistemasdistribuidos.waserver.entity.GenericEN; import com.thesimego.senacrs.sistemasdistribuidos.waserver.util.Util; import java.lang.reflect.Field; import java.lang.reflect.InvocationTargetException; import java.lang.reflec...
/* * Copyright 2017 Monterey Bay Aquarium Research Institute * * 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...
package dqm.jku.dqmeerkat.quality.profilingstatistics.singlecolumn.datatypeinfo; import static dqm.jku.dqmeerkat.quality.profilingstatistics.StatisticCategory.*; import static dqm.jku.dqmeerkat.quality.profilingstatistics.StatisticTitle.dec; import java.util.List; import dqm.jku.dqmeerkat.quality.profilingstatistics...
package de.fhg.iais.roberta.ast.methods; import org.junit.Test; import de.fhg.iais.roberta.ast.AstTest; import de.fhg.iais.roberta.util.test.UnitTestHelper; public class MethodIfReturnTest extends AstTest { @Test public void methodIfReturn1() throws Exception { String a = "BlockAST [proj...
/** * 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.glume.glumemall.order.vo; import lombok.Data; /** * 会员收货地址 * @author tuoyingtao * @create 2021-12-16 10:34 */ @Data public class MemberAddressVo { /** * id */ private Long id; /** * member_id */ private Long memberId; /** * 收货人姓名 */ private String...
// This file is auto-generated, don't edit it. Thanks. package com.antgroup.antchain.openapi.baasdt.models; import com.aliyun.tea.*; public class QueryBlockanalysisOpenedequitiesRequest extends TeaModel { // OAuth模式下的授权token @NameInMap("auth_token") public String authToken; @NameInMap("product_instan...
/* * Copyright 2020 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in w...
package razerdp.basepopup; import android.content.Context; import android.os.Build; import android.text.TextUtils; import android.view.Display; import android.view.View; import android.view.ViewGroup; import android.view.WindowManager; import java.lang.ref.WeakReference; import razerdp.util.log.PopupLog; /** * Cre...
package com.redescooter.ses.service.security; import lombok.extern.log4j.Log4j; import org.aspectj.lang.annotation.After; import org.aspectj.lang.annotation.Before; import org.junit.jupiter.api.extension.ExtendWith; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.j...
package chapter03.section1.thread_3_1_13.project_1_pipeReaderWriter; import java.io.PipedWriter; public class ThreadWrite extends Thread { private WriteData write; private PipedWriter out; public ThreadWrite(WriteData write, PipedWriter out) { super(); this.write = write; this.out = out; } @Override ...
package ru.job4j.strategy; /** * @author TinaGVI * @since 19.08.2018 */ public interface Shape { /** * Метод возвращает фигуру. * * @return String фигуру. */ String draw(); }
package br.estacio.pos.pioo.respositorios; import br.estacio.pos.pioo.domain.Anuncio; public interface AnuncioRepositorio extends RepositorioBase<Anuncio> { }
package async.net.callback; import async.net.http.HttpRequest; import async.net.http.HttpResponse; public class PageAwareHttpCallback extends AbstactAwareHttpCallback<String> { @Override public String getKey(HttpRequest request, HttpResponse response) { return request.getPath(); } }
/* * * Copyright (c) 2014,2019 AT&T Knowledge Ventures * SPDX-License-Identifier: MIT */ package com.att.research.xacml.admin.util; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.io...
/* * Copyright 2011-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not * use this file except in compliance with the License. A copy of the License is * located at * * http://aws.amazon.com/apache2.0 * * or in the "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 ...
/* * 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 2020 The RoboZonky 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 law or ...
package salesMarketBehaviours; import basicClasses.CrossAgentData; import basicClasses.Order; import common.AgentDataStore; import interactors.ResponderBehaviour; import jade.core.behaviours.OneShotBehaviour; public class AskForOrderBehaviour extends OneShotBehaviour { private static final long serialVersionUID = 8...
/* * Copyright 2019 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
/* * 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.kyojo.schemaorg.m3n4.core.impl; import java.util.ArrayList; import java.util.List; import org.kyojo.schemaorg.SimpleJsonBuilder; import org.kyojo.schemaorg.m3n4.bib.Clazz.Audiobook; import org.kyojo.schemaorg.m3n4.core.Clazz.AudioObject; import org.kyojo.schemaorg.m3n4.core.Clazz.Barcode; import org.kyojo...
package oop0617; class MyThread2 extends Thread{ //Thread 클래스를 상속받음 //클래스가 클래스 상속받는 경우 단일 상속만 가능하다. // > start(),run()함수가 있음 // > 오버라이드 해야함. 대신 run() 함수만 수정해야함 start()는 run()을 실행시키는 것. private int num; private String name; public MyThread2() {} //기본생성자함수 public MyThread2(int num, String...
package com.packtpub.springsecurity.web.controllers; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.http.HttpStatus; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.ControllerAdvice; import org.springframework.web.bind.annotation.ExceptionHandler...
//package wang.sunnly.modules.admin.interceptor; // //import net.sf.jsqlparser.JSQLParserException; //import net.sf.jsqlparser.parser.CCJSqlParserUtil; //import net.sf.jsqlparser.schema.Table; //import net.sf.jsqlparser.statement.Statement; //import net.sf.jsqlparser.statement.Statements; //import net.sf.jsqlparser.sta...
/** * 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"...
// // Decompiled by Procyon v0.5.36 // package com.mks.api.commands; import com.mks.api.OptionList; import com.mks.api.Command; import com.mks.api.Option; import com.mks.api.response.InvalidCommandSelectionException; import com.mks.api.response.Response; import com.mks.api.SelectionList; import com.mks.api.response...
package com.nmpa.nmpaapp.modules.tree; public interface OnTreeNodeClickListener { /** * 点击事件方法 * @param node 节点 * @param position 条目位置 */ void onClick(Node node, int position); }
/* * Copyright (C) 2020 Alberto Irurueta Carro (alberto@irurueta.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...
package space.lunarconcerto.matcafe.translate.enums; public enum Language { /*中文*/ ZH , /*文言文*/ WYW , /*英文*/ EN , /*日文*/ JP , /*俄语*/ RU }
/** * Copyright 2014 Internet2 * * 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 ...
/* * Copyright 2002-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/******************************************************************************* * Copyright (c) 2000, 2013 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, an...
package com.alipay.api.domain; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; /** * 根据addressId获取用户详细地址信息 * * @author auto create * @since 1.0, 2020-08-27 14:56:43 */ public class AlipayUserAddressQueryModel extends AlipayObject { private static final long serialVersionUID...
/* * 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 util; import java.io.FileNotFoundException; import java.sql.Connection; import java.sql.SQLException; /** * * @author ai *...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
/* * Licensed to Apereo under one or more contributor license * agreements. See the NOTICE file distributed with this work * for additional information regarding copyright ownership. * Apereo licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file * except in c...
package com.mobileread.ixtab.jbpatch; import java.security.CodeSource; import java.security.Permission; import java.security.PermissionCollection; import java.security.Permissions; import java.security.Policy; import java.security.ProtectionDomain; import java.util.Enumeration; import java.util.HashMap; import java.ut...
/* * Copyright © 2019 collin (1634753825@qq.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
package main; import java.awt.Rectangle; import java.beans.PropertyChangeEvent; import java.beans.PropertyChangeListener; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Set; import java.util.stream.Collectors; import org.jxmapviewer.beans.Abstra...
package com.example.on_activate; import galdr.Galdr; import galdr.SubSystem; import galdr.World; import galdr.internal.OnActivateFn; import java.util.Objects; import javax.annotation.Generated; import javax.annotation.Nonnull; @Generated("galdr.processor.SubSystemProcessor") public final class Galdr_MultiOnActivateSu...
package com.kiselev.enemy.network.telegram.api.client; import com.google.common.collect.Lists; import com.google.common.collect.Maps; import com.google.common.collect.Sets; import com.kiselev.enemy.network.instagram.api.internal2.models.direct.IGThread; import com.kiselev.enemy.network.instagram.api.internal2.models.d...
package moze_intel.projecte.gameObjs.gui; import moze_intel.projecte.PECore; import moze_intel.projecte.gameObjs.container.MercurialEyeContainer; import moze_intel.projecte.gameObjs.container.inventory.MercurialEyeInventory; import net.minecraft.client.Minecraft; import net.minecraft.client.gui.inventory.GuiContainer;...
/* * Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
package module241packageJava0; import java.lang.Integer; public class Foo18 { Integer int0; public void foo0() { new module241packageJava0.Foo17().foo5(); } public void foo1() { foo0(); } public void foo2() { foo1(); } public void foo3() { foo2(); } public void foo4() { fo...
/* * Copyright 2018-present HiveMQ and the HiveMQ Community * * 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 ...
/* org.agiso.castor.core.impl.ArrayCellularNhood (27-12-2018) * * ArrayCellularNhood.java * * Copyright 2018 agiso.org * * 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 * * ht...
/* * Copyright (c) 2021 vitasystems GmbH and Hannover Medical School. * * This file is part of project openEHR_SDK * * 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...
package org.estatio.module.financial.dom; import java.math.BigDecimal; import java.math.BigInteger; import javax.jdo.annotations.Column; import javax.jdo.annotations.DatastoreIdentity; import javax.jdo.annotations.IdGeneratorStrategy; import javax.jdo.annotations.IdentityType; import javax.jdo.annotations.Index; impo...
package org.apache.spark.sql.execution.command; public class CommandUtils { /** Change statistics after changing data by commands. */ static public void updateTableStats (org.apache.spark.sql.SparkSession sparkSession, org.apache.spark.sql.catalyst.catalog.CatalogTable table) { throw new RuntimeException(); } ...
package com.boss.bes.exam.pojo.DTO.grade; import lombok.Data; import java.util.Date; import java.util.List; @Data @SuppressWarnings("unused") public class ExamGradeRecordQueryFormVO { private List<Date> endTimeRange; private List<Option> options; private String title; }
/* * 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 co.edu.uniandes.csw.incidentes.test.logic; import co.edu.uniandes.csw.incidentes.ejb.EmpleadoIncidenteLogic; import co.edu.uni...
package drwdrd.adev.realtimefractal; import java.util.ArrayList; import drwdrd.adev.engine.vector2f; public class FractalScene { public class SceneNode { public SceneNode(float startTime,vector2f paramC,vector2f centerPoint,float scale,float rotation) { this.startTime=startTime; ...
package travel2; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.web.client.RestTemplateBuilder; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.EnableAspectJAutoPro...
/* * Encog(tm) Core v3.3 - Java Version * http://www.heatonresearch.com/encog/ * https://github.com/encog/encog-java-core * Copyright 2008-2014 Heaton Research, 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...
package chapter2; /** * Created by 13 on 2017/5/4. */ public class StopThreadUnsafe { public static User user = new User(); public static class User { private int id; private String name; public int getId() { return id; } public void setId(int id) { ...
package com.roncoo.education.course.feign.biz; import com.roncoo.education.common.core.base.Page; import com.roncoo.education.common.core.base.PageUtil; import com.roncoo.education.common.core.tools.BeanUtil; import com.roncoo.education.course.dao.DicListDao; import com.roncoo.education.course.dao.impl.mapper.entity.D...
/* * MIT License * * Copyright (c) 2018 Mariusz Kawa * * 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, mod...
/* * 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 2013 LinkedIn, 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 com.example.commons.db.mybatis.querydsl.jpa.sqlhelper.module.mapper; import com.example.commons.db.mybatis.querydsl.jpa.sqlhelper.module.pojo.SysUser; import com.example.commons.db.mybatis.querydsl.jpa.sqlhelper.module.pojo.SysUserExample; import java.util.List; import org.apache.ibatis.annotations.Mapper; imp...