text
stringlengths
7
995k
package ij.plugin; import ij.*; import ij.gui.*; import ij.process.*; import ij.measure.Calibration; import ij.macro.Interpreter; import ij.io.FileInfo; import ij.plugin.frame.Recorder; import java.awt.image.ColorModel; /** Implements the "Stack to HyperStack", "RGB to HyperStack" and "HyperStack to Stack" commands...
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // 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: 2016.02....
/* [The "BSD licence"] Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributi...
/* * 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 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...
abstract class AbstractConfigurer { abstract class AbstractRegistry<R extends AbstractRegistry<R>> {} } public final class Configurer_1 extends AbstractConfigurer { public final class Registry extends AbstractRegistry<Registry> {} public Registry registry() { return null; } }
/* * Copyright 2018-2018 adorsys GmbH & Co KG * * 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 eval.tree; public abstract class UnaryNode extends Node { public UnaryNode(Node child) { super(child, null); } public Node getChild(){ return getLeft(); } public void setChild(Node child){ setLeft(child); } }
import java.util.Scanner; public class QuestionSix { public static void main(String[] args) { Scanner scan = new Scanner(System.in); int day[] = new int [7]; int salary = 0; for(int i=0 ;i < day.length ; i++){ day[i] = scan.nextInt(); } for(int i=0;i < day.length...
package com.springframework.test.xml.tx; import java.time.LocalDateTime; /** * @projectName: spring * @package: com.springframework.test.xml.tx * @className: User * @description: * @author: zhi * @date: 2021/12/28 * @version: 1.0 */ public class User { private Long id; private String userNo; private String...
package com.reacttodolistapp; import android.app.Application; import android.content.Context; import android.net.Uri; import com.facebook.react.PackageList; import com.facebook.react.ReactApplication; import com.facebook.react.ReactInstanceManager; import com.facebook.react.ReactNativeHost; import com.facebook.react....
package com.verdantartifice.primalmagick.common.init; import com.verdantartifice.primalmagick.PrimalMagick; import com.verdantartifice.primalmagick.common.blocks.BlocksPM; import com.verdantartifice.primalmagick.common.containers.ContainersPM; import com.verdantartifice.primalmagick.common.crafting.RecipeSerializersPM...
// Targeted by JavaCPP version 1.5.6: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.javacpp.presets.javacpp.*; import static org.bytedeco.systems.global.windows.*; @Properties(inher...
/* * 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 me.nunum.whereami.facade; import io.swagger.annotations.Api; import io.swagger.annotations.ApiImplicitParam; import io.swagger.annotations.ApiImplicitParams; import me.nunum.whereami.controller.PostController; import me.nunum.whereami.framework.dto.DTO; import me.nunum.whereami.framework.response.TheMediaType;...
package com.github.anshengqiang.colorfulballtest.Test; import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Point; import android.graphics.Rect; import android.os.Handler; import android.os.Message; import android.support.annotation.NonNull; import andr...
package org.apereo.cas.services; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonTypeInfo; import lombok.EqualsAndHashCode; import lombok.Getter; import lombok.Setter; import lombok.ToString; import lombok.extern.slf4j.Slf4j; import org.apache.commons.lang3.ObjectUtils;...
// // ======================================================================== // Copyright (c) 1995-2022 Mort Bay Consulting Pty Ltd and others. // // This program and the accompanying materials are made available under the // terms of the Eclipse Public License v. 2.0 which is available at // https://www.eclipse.org/...
package com.project.service; import java.util.List; import com.project.model.PurchaseOrder; public interface purchaseOrderDaoService { public boolean addPurchaseOrder(PurchaseOrder pobj); public List<PurchaseOrder> viewAllOrders(); }
import java.util.List; import org.jetbrains.annotations.*; public class ModifyListInLambda { @Contract(pure = true) Runnable getRunnable(List<String> list) { return () -> list.add("foo"); } }
/** * Copyright 2009-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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unle...
package com.iot.phoebus.controller; import com.iot.phoebus.entities.CommonResult; import com.iot.phoebus.service.PaymentFeignService; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestMapping; im...
package day10; import common.BaseSolution; import common.InputReader; import common.Point; import common.Solution; import java.util.ArrayList; import java.util.List; public class Solution10 extends BaseSolution implements Solution { public static void main(String[] args) throws Exception { new Solution1...
package com.example.szegr.communicator; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test pub...
/* * Copyright [2020] [MaxKey of copyright http://www.maxkey.top] * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless req...
/* * Copyright 2011 DTO Solutions, Inc. (http://dtosolutions.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 r...
/* * 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 "licen...
package com.example.android.quakereport; import android.annotation.SuppressLint; import android.util.Log; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Date; /** * Helper methods related to requ...
package com.laegler.openbanking.model; import io.swagger.annotations.ApiModel; /** * Status of a transaction entry on the books of the account servicer. */ public enum OBEntryStatus1Code { BOOKED("Booked"), PENDING("Pending"); private String value; OBEntryStatus1Code(String value) { this.value ...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
/* * Copyright (c) 2019-2022 GeyserMC. http://geysermc.org * * 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,...
package ui.initialize; import core.entities.Task; import ui.EntityWrapper; import java.util.Collection; /** * Class which holds initialize values for the UI. */ public class MenuTaskValues { private final Collection<EntityWrapper<Task>> tasks; public MenuTaskValues(Collection<EntityWrapper<Task>> tasks) ...
/******************************************************************************* * Copyright (c) 2015 Eclipse RDF4J contributors, Aduna, and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Distribution License v1.0 * which accompanies th...
/* ==================================================================== 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...
/* * 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.orientechnologies.common.concur.lock; import com.orientechnologies.common.serialization.types.OLongSerializer; import com.orientechnologies.common.util.MersenneTwister; import org.testng.Assert; import org.testng.annotations.Test; import java.security.SecureRandom; import java.util.HashSet; import java.ut...
/* * Copyright 1999-2019 Seata.io Group. * * 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 l...
package org.aksw.rdfunit.statistics; import org.junit.Test; import java.util.Map; import static org.junit.Assert.assertNotEquals; /** * Description * * @author Dimitris Kontokostas * @since 6/27/15 6:52 PM */ public class DatasetStatisticsClassesCountTest extends DatasetStatisticsTest { private static fin...
package db; import java.sql.SQLException; import java.util.Calendar; import java.util.concurrent.ExecutionException; import java.util.concurrent.Future; public interface ISimulationDAO { public IQueryResult findNamedSimulations() throws SQLException; public boolean doesSimulationExist(String name) throws SQLExc...
package com.codepath.apps.mysimpletweets.models; import org.json.JSONException; import org.json.JSONObject; /** * Created by floko_000 on 8/4/2016. */ public class User { private String name; private long uid; private String profileImageUrl; private String screenName; private int followers; ...
package org.shaotang.design.pattern.abstractfactory.sample2; public class GAMainboard implements MainbordApi { private int cpuHoles = 0; public GAMainboard(int cpuHoles) { this.cpuHoles = cpuHoles; } @Override public void installCPU() { System.out.println("GAMainboard,cpuHoles:" ...
/* * Copyright (C) 2017 Vincze Tamas Zoltan (www.vitamas.hu) * * 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 software.amazon.sns.subscription; import software.amazon.cloudformation.proxy.AmazonWebServicesClientProxy; import software.amazon.cloudformation.proxy.Logger; import software.amazon.cloudformation.proxy.ProgressEvent; import software.amazon.cloudformation.proxy.ProxyClient; import software.amazon.cloudformati...
/* * Copyright 2019 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 ExampleWithClient; import com.xendit.exception.XenditException; import com.xendit.model.CreditCardRefund; import com.xendit.XenditClient; public class ExampleCreateRefundCard { public static void main(String[] args) { //create xendit client which holds value of apikey XenditClient xenditClient = new...
/* * 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 ...
package org.workcraft.dom.visual; import java.awt.Graphics2D; import org.workcraft.gui.graph.tools.Decoration; public interface DrawRequest { Graphics2D getGraphics(); Decoration getDecoration(); VisualModel getModel(); }
package com.mcrnui.base; import com.facebook.react.ReactActivity; import com.umeng.analytics.MobclickAgent; /** * Created by bobsha on 2018/7/26. */ public abstract class ReactBaseActivity extends ReactActivity { private final String MY_NAME = "ReactBaseActivity"; @Override protected void onResume() {...
package com.diguits.domainmodeldesigner.editors.controllers; import com.diguits.domainmodeldesigner.editors.views.FilterDefEditorView; import com.diguits.domainmodeldesigner.domainmodel.models.EntityDefModel; import com.diguits.domainmodeldesigner.domainmodel.models.FilterDefModel; import com.google.inject.Inject; pu...
/* * Copyright 2008 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 ...
/* * Copyright 2002-2018 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...
package com.class3.xiaok.airweather; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import java.util.ArrayList; import java.util.List; /** * Created by xiaok on 18-1-18. */ public class CityDB { public static final String CITY_DB_NAME = "city.db"...
package d3bug.poc; import d3bug.poc.tools.ToolSprite; public class GestureTracking { private static final int SHAKE_WINDOW = 300; private int lastX; private int lastY; private long lastChangeOfDirection; private int xchangedCount = 0; private int ychangedCount = 0; private int changedCount = 0; private bo...
package cn.net.powerinv.coss4; import org.mybatis.spring.annotation.MapperScan; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.client.circuitbreaker.EnableCircuitBreaker; import org.springframework.cloud.netflix.e...
/* * 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...
/* * Copyright (c) 2020 Tectonicus contributors. All rights reserved. * * This file is part of Tectonicus. It is subject to the license terms in the LICENSE file found in * the top-level directory of this distribution. The full list of project contributors is contained * in the AUTHORS file found in the same loc...
/* IntegerType Copyright (C) 1999-2002 Jochen Hoenicke. * * 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 2, or (at your option) * any later version. * * This program is di...
package scene; import scene.utils.Constructor; public class Vanquish extends Constructor { protected String shapes[] = { "model001_24_visor_1.0_0.0_0.0", "model001_24_outersuitupperd(1)_1.0_0.0_0.0", "model001_24_vanquish_1.0_0.0_0.0", "model001_24_outersuitlowerd_1.0_0.0_0.0", "model001_24_innersuitd_1.0_0...
/* * Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
package dev.vality.woody.api; import dev.vality.woody.api.event.ServiceEventListener; public interface ServiceBuilder<SrvT> { ServiceBuilder withEventListener(ServiceEventListener listener); ServiceEventListener getEventListener(); <T> SrvT build(Class<T> iface, T serviceHandler); }
package com.sequenceiq.cloudbreak.cm; import static com.sequenceiq.cloudbreak.api.endpoint.v4.common.Status.UPDATE_IN_PROGRESS; import static com.sequenceiq.cloudbreak.polling.PollingResult.isExited; import static com.sequenceiq.cloudbreak.polling.PollingResult.isTimeout; import java.util.Collection; import java.util...
/* Copyright 2016-2020 Bowler Hat 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 http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, softwar...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE191_Integer_Underflow__int_random_predec_41.java Label Definition File: CWE191_Integer_Underflow__int.label.xml Template File: sources-sinks-41.tmpl.java */ /* * @description * CWE: 191 Integer Underflow * BadSource: random Set data to a random value * GoodSource: A ...
package com.sap.cloud.lm.sl.cf.core.persistence.dto; import java.util.Date; import javax.persistence.Cacheable; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; import javax.persistence.Temporal; import javax.persistence.TemporalType; @Ent...
/** * 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.jojoaddison.gallery.web.rest; import com.jojoaddison.gallery.config.JHipsterProperties; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import javax.inject.Inject; import org.springframework.core.env.Environment; import org.springframework.http.MediaType; import org.springfram...
package com.joymain.jecs.mi.webapp.action; import java.net.URLDecoder; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import java.util.regex.Matcher; import java.util.regex.Pattern; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.apa...
package com.byd.bjmes; import org.mybatis.spring.annotation.MapperScan; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration; import org.springframework.boot.builder.SpringA...
/** * Copyright © 2014-2016 Paolo Simonetto * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
package Tutorial_Book_Study; import java.util.Scanner; public class Addition { double add(double a,double b){ double sum = a+b; return sum; } public static void main(String[] args) { Scanner S=new Scanner(System.in); double a=S.nextDouble(); double b=S.nextDouble(...
/* * MIT License * * Copyright (c) 2018 Angel Castillo. * * 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, ...
package theStormbringer; import basemod.*; import basemod.interfaces.*; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.files.FileHandle; import com.badlogic.gdx.graphics.Color; import com.badlogic.gdx.graphics.Texture; import com.badlogic.gdx.graphics.g2d.TextureAtlas; import com.evacipated.cardcrawl.mod.stslib....
/* * Copyright 2018 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 a...
package victor.training.java8.domain.menu; import static java.util.stream.Collectors.counting; import static java.util.stream.Collectors.groupingBy; import static java.util.stream.Collectors.maxBy; import static java.util.stream.Collectors.summingInt; import static java.util.stream.Collectors.toList; import static jav...
package com.hust.baseweb.applications.humanresource.repo; import org.springframework.data.jpa.repository.JpaRepository; import com.hust.baseweb.applications.humanresource.entity.Department; public interface DepartmentRepo extends JpaRepository<Department, String> { Department save(Department dept); Department find...
package com.cjy.mall.member.service; import com.baomidou.mybatisplus.extension.service.IService; import com.cjy.common.utils.PageUtils; import com.cjy.mall.member.entity.MemberEntity; import java.util.Map; /** * 会员 * * @author chenjy01 * @email chenjunyu102@126.com * @date 2020-08-20 15:27:41 */ public interfa...
/* * Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
package com.ckr.behavior.util; import android.util.Log; /** * Created by PC大佬 on 2018/2/9. */ public class RefreshLog { private static final String TAG = "RefreshLog"; private static boolean DEBUG = false; public static void debug() { RefreshLog.DEBUG = true; } public static void Logd(String tag, String m...
/* * Licensed to Crate.io 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 use this f...
/* * The MIT License (MIT) * Copyright (c) 2011-2014 Turenai Project * * 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 ...
/** * 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 2012-2018 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 se.kth.iv1351.model; import java.sql.SQLException; import java.util.ArrayList; import java.util.NoSuchElementException; import se.kth.iv1351.dbhandler.DBHandler; import se.kth.iv1351.dto.InstrumentDescriptionDTO; import se.kth.iv1351.dto.RentalDTO; import se.kth.iv1351.dto.RentalInstrumentDTO; /** * This cl...
/* SPDX-License-Identifier: Apache-2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.openmetadata.repositoryservices.rest.server.spring; import io.swagger.v3.oas.annotations.ExternalDocumentation; import io.swagger.v3.oas.annotations.tags.Tag; import org.odpi.openmetadata.repositoryservi...
package org.frekele.elasticsearch.mapping; import org.elasticsearch.common.xcontent.XContentBuilder; import org.elasticsearch.common.xcontent.XContentFactory; import org.elasticsearch.common.xcontent.XContentType; import org.frekele.elasticsearch.mapping.annotations.ElasticBinaryField; import org.frekele.elasticsearch...
package br.eti.arthurgregorio.minibudget.application.validators.group; public interface OnUpdating { }
/** * Copyright © 2016-2021 The Thingsboard 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 applicab...
package ota.client12 ; import com4j.*; /** * Represents an entity that can have versions. */ @IID("{5F63414F-E5F4-44D6-A0D0-42D704BC6E92}") public interface IVersionedEntity extends Com4jObject { // Methods: /** * <p> * For HP use. The version number of the entity. * </p> * <p> * Getter method f...
package com.hjwylde.bowser.util.concurrent; import org.jetbrains.annotations.NotNull; import javax.annotation.concurrent.Immutable; import javax.swing.*; import java.awt.*; import java.util.concurrent.Executor; @Immutable final class SwingEdtExecutor implements Executor { private static final @NotNull SwingEdtEx...
/* * 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 ...
/* * 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")...
/* =================================================== * JFreeSVG : an SVG library for the Java(tm) platform * =================================================== * * (C)opyright 2013-2016, by Object Refinery Limited. All rights reserved. * * Project Info: http://www.jfree.org/jfreesvg/index.html * * This p...
/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.uccollaborationlib; import com.wilutions.com.*; /** * RoomMessageFormat. * Enumerates the room message format. */ @SuppressWarnings("all") @CoInterface(guid="{00000000-0000-0000-0000-000000000000}") public class RoomMessageFormat { static bo...
// // ======================================================================== // Copyright (c) 1995-2017 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // All rights reserved. This program and the accompanying materials // are made available under the ter...
package com.moris.user.mapper; import com.moris.user.entity.UserInfo; import org.springframework.stereotype.Repository; @Repository public interface UserInfoMapper { /** * 插入 */ boolean insertUserInfo(UserInfo userInfo); /** * 删除 */ boolean deleteUserInfo(long userId); /** ...
/** * Copyright (C) 2011-2017 The PILE Developers <pile-dev@googlegroups.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 * * ...
/* * Copyright 2012-2021 CodeLibs Project and the 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/LICENSE-2.0 * * Unless required by ap...
package com.tylersuehr.ist446game; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.widget.Toast; import com.tylersuehr.ist446game.game.GameView; import com.tylersuehr.ist446game.game.Registry; public class MainActivity extends AppCompatActivity implements MainPresenter.View { ...
/* * Copyright (C) 2011 Alex Kuiper * * This file is part of PageTurner * * PageTurner 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 * (at your option) any later v...