text
stringlengths
7
995k
package net.tsz.afinal.db.sqlite; import net.tsz.afinal.db.FinalDb; /** * * 一对多延迟加载类 * Created by pwy on 13-7-25. * @param <O> 宿主实体的class * @param <M> 多放实体class */ public class ManyToOneLazyLoader<M,O> { M manyEntity; Class<M> manyClazz; Class<O> oneClazz; FinalDb db; /** * 用于 */ ...
class MpSUXB { } class I { public int mQjniV7iWMJsaC (qsH7n8mU PcxI, void j5IH8j) { void KrZQKsPOMuos = !( false.WK_R()).ruiR4ra7Zn7; boolean[] c3ArFK7 = ( -true.p2YES9vViiG9C()).DuwzN9; boolean Hboy2e; } public static void yjuMc (String[] Z) throws vBJKqb94bKtd0 { new i...
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) annotate safe package com.irobot.home.model; import android.os.Parcel; // Referenced classes of package com.irobot.home.model: // Milestone static final class Miles...
package com.example.popularmovies.data.model; import android.net.Uri; import android.os.Parcel; import android.os.Parcelable; import androidx.room.ColumnInfo; import androidx.room.Entity; import androidx.room.Ignore; import androidx.room.PrimaryKey; @Entity(tableName = "trailer") public class Trailer implements Parc...
/* * 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 AltinToplamaOyunu; import java.util.ArrayList; /** * * @author Bayram */ public class Coyuncusu { int Altin=200; i...
package it.polimi.vovarini.view.cli.screens; import it.polimi.vovarini.common.events.AvailableCardsEvent; import it.polimi.vovarini.common.network.GameClient; import it.polimi.vovarini.model.godcards.GodName; import it.polimi.vovarini.view.ViewData; import it.polimi.vovarini.view.cli.elements.MultiChoiceList; import i...
/* * Copyright 2007 - 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 * * Unless required by ...
import org.junit.FixMethodOrder; import org.junit.Test; import org.junit.runners.MethodSorters; @FixMethodOrder(MethodSorters.NAME_ASCENDING) public class RegressionTest9 { public static boolean debug = false; @Test public void test04501() throws Throwable { if (debug) System.out.form...
/******************************************************************************* * Copyright (c) 1998, 2013 Oracle and/or its affiliates. All rights reserved. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0...
// The resource may not have the same name as a parameter of the method // immediately enclosing the try statement. // .result=COMPILE_FAIL public class Test { public void fail(Object r) { try (java.io.PrintStream r = System.out) { } } }
/* ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to Y...
package org.basex.query.func.hof; import org.basex.query.*; import org.basex.query.expr.*; import org.basex.query.func.*; import org.basex.query.value.*; /** * Function implementation. * * @author BaseX Team 2005-20, BSD License * @author Leo Woerteler */ public class HofId extends StandardFunc { @Override p...
@SuppressWarnings("module") module org.jetbrains.skija.macos.x64 { requires transitive org.jetbrains.skija.shared; opens org.jetbrains.skija.macos.x64; }
package com.idisfkj.hightcopywx.main; import android.support.v4.app.Fragment; import com.idisfkj.hightcopywx.contact.ContactFragment; import com.idisfkj.hightcopywx.find.FindFragment; import com.idisfkj.hightcopywx.me.MeFragment; import com.idisfkj.hightcopywx.wx.widget.WXFragment; /** * Fragment工厂 * Created by id...
package tp1.main; import java.util.ArrayList; import org.junit.Test; import tp1.exercises.Ronda; import tp1.utils.TesterEj1; import tp1.utils.TesterEj2; import tp1.utils.TesterEj3; import tp1.utils.ContenedorCaminos; import tp1.utils.Utils; public class Main { public static void main(String[] args){ ...
/* * Written by Doug Lea with assistance from members of JCP JSR-166 * Expert Group and released to the public domain, as explained at * http://creativecommons.org/licenses/publicdomain */ package java.util.concurrent; import java.util.concurrent.locks.*; import java.util.*; import java.io.Serializable; import jav...
/* * Copyright (c) 2008-2018, Hazelcast, 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 required ...
package chapter4; import org.bouncycastle.openssl.jcajce.JcaPEMKeyConverter; import org.bouncycastle.openssl.jcajce.JcaPEMWriter; import rb.BaseClass; import java.io.PrintWriter; import java.security.*; import javax.crypto.Cipher; /** * RSA example with PKCS1 Padding. */ public class PKCS1PaddedRSAExample extends...
package org.codehaus.mojo.dashboard.report.plugin.beans.comparator; /* * Copyright 2006 David Vicente * * 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 2018-2020 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 r...
package com.massoftware.c.persist.dao.ds.ex; import java.sql.SQLException; import com.massoftware.c.persist.dao.ds.info.ConnectionInfo; import com.massoftware.c.persist.dao.ds.info.Statement; public abstract class AbstractSQLExceptionWrapperConnection extends AbstractSQLExceptionWrapper { // ----------------------...
package com.hyphenate.fluter; import android.app.Activity; import android.content.ContentValues; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.os.Looper; import android.os.Message; import android.support.v4.content.LocalBroadcastManager; import andro...
/* * 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 com.maldworth.toodledo.response.models; import java.util.ArrayList; import org.xml.sax.Attributes; import org.xml.sax.SAXException; import com.maldworth.toodledo.response.ToodledoResponseModelBase; public class Contexts extends ToodledoResponseModelBase { private ArrayList<Context> _contexts = new ArrayLis...
package seedu.address.logic.parser; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import static seedu.address.commons.core.Messages.MESSAGE_INVALID_COMMAND_FORMAT; import static seedu.address.commons.core.Messages.MESSAGE_UNKNOWN_COMMAND; import static seedu.address.logic.pars...
/* * (C) Copyright IBM Corp. 2016,2020 * * SPDX-License-Identifier: Apache-2.0 */ package com.ibm.whc.deid.providers.masking; import java.util.List; import com.ibm.whc.deid.shared.pojo.config.masking.GeneralizeMaskingProviderConfig; import com.ibm.whc.deid.shared.pojo.config.masking.GeneralizeMaskingProviderConfi...
/* * 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 2018 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writi...
/* * Copyright (c) 2018 CA. All rights reserved. * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. */ package com.ca.apim.gateway.cagatewayconfig.environment; public class DeploymentBundleException extends RuntimeException { public Deploym...
package org.jabref.gui.fieldeditors; import java.time.format.DateTimeFormatter; import java.util.List; import java.util.Set; import javax.swing.undo.UndoManager; import org.jabref.Globals; import org.jabref.gui.DialogService; import org.jabref.gui.autocompleter.ContentSelectorSuggestionProvider; import org.jabref.gu...
/* * Copyright (c) 2017, Adam <Adam@sigterm.info> * All rights reserved. * * 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 * li...
package com.habeebcycle.microservice.core.recommendation.config; import com.habeebcycle.microservice.core.recommendation.persistence.RecommendationEntity; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Value; import org.springframework.cache.annotation.Enab...
package com.loopme.models; import com.loopme.Constants; import com.loopme.common.LoopMeError; public class Errors { public static final String ERROR_MESSAGE_NETWORK_OPERATION = "Network operation timeout."; public static final String ERROR_MESSAGE_BROKEN_SERVERS_RESPONSE = "Server's response is broken."; ...
package com.verdantartifice.primalmagick.common.rituals; import net.minecraft.nbt.CompoundNBT; import net.minecraftforge.common.util.INBTSerializable; /** * Class identifying a single step in a ritual's process. * * @author Daedalus4096 */ public abstract class AbstractRitualStep implements INBTSerializable<Comp...
package ru.job4j.list; /** * Created by VLADIMIR on 31.05.2017. * @param <E> - generic. */ public interface ISimpleContainer<E> extends Iterable<E> { /** * Add element in collection. * @param value - value. */ void add(E value); /** * Get element from collection. * @param inde...
/* * Copyright 2016 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...
/* * Copyright 2014-2019 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...
/* * The MIT License * Copyright (c) 2012 Microsoft Corporation * * 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,...
/* * Fixture Monkey * * Copyright (c) 2021-present NAVER Corp. * * 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 requir...
package org.odk.collect.android.widgets.items; import android.annotation.SuppressLint; import android.content.Context; import org.javarosa.core.model.data.IAnswerData; import org.javarosa.core.model.data.SelectOneData; import org.javarosa.core.model.data.helper.Selection; import org.odk.collect.android.R; import 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software distributed under t...
package com.amhsrobotics.pathgeneration.parametrics; import com.amhsrobotics.pathgeneration.Overlay; import com.amhsrobotics.pathgeneration.cameramechanics.CameraController; import com.amhsrobotics.pathgeneration.parametrics.abstractions.SplineController; import com.amhsrobotics.pathgeneration.positioning.Handle; impo...
package net.videmantay.server.constant; public class FurnitureType { private FurnitureType(){} public final static String DESK ="desk"; public final static String BOOKSHELF="bookshelf"; public final static String TEACHER_DESK ="teacherDesk"; }
/* Derby - Class org.apache.derbyTesting.perf.clients.Runner 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 L...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. package com.azure.messaging.servicebus; import com.azure.core.amqp.AmqpRetryPolicy; import com.azure.core.amqp.implementation.AmqpReceiveLink; import com.azure.core.amqp.implementation.MessageSerializer; import com.azure.c...
package ru.zahara.fluidapi.block; public interface IFluidLoggable { }
package cccrpc.flo.com.cccremotepresetclient; import android.app.DialogFragment; import android.content.SharedPreferences; import android.os.Bundle; import android.preference.PreferenceManager; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ProgressBa...
/* * Copyright (c) 1997, 2000, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
package org.jfrog.build.api; /** * @author freds */ public interface BuildInfoFields { String BUILD_NAME = "build.name"; String BUILD_NUMBER = "build.number"; String BUILD_PROJECT = "build.project"; String BUILD_TIMESTAMP = "build.timestamp"; String BUILD_STARTED = "build.started"; String ART...
package org.apereo.cas.support.saml.authentication; import org.apereo.cas.authentication.Authentication; import org.apereo.cas.authentication.AuthenticationHandler; import org.apereo.cas.authentication.AuthenticationTransaction; import org.apereo.cas.authentication.BasicCredentialMetaData; import org.apereo.cas.authen...
/* * Copyright (c) 2008-2019, Hazelcast, 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 required ...
/* * JBoss, Home of Professional Open Source * Copyright 2007, Red Hat Middleware LLC, and individual contributors * as indicated by the @author tags. * See the copyright.txt in the distribution for a * full listing of individual contributors. * This copyrighted material is made available to anyone wishing to use...
/* * 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 ajedrez.code.util; import ajedrez.code.game.Casilla; import ajedrez.code.game.Controlador; import ajedrez.code.game.piezas.Rey...
package com.daasuu.camerarecorder.widget; import android.content.Context; import android.opengl.GLSurfaceView; import android.util.AttributeSet; import android.view.MotionEvent; import android.view.View; /** * Created by sudamasayuki on 2018/03/14. */ public class SampleGLView extends GLSurfaceView implements View...
package io.github.oraindrop.domain; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; import javax.persistence.Table; @Entity @Table(name = "user") public class User { public User(String id, String name, String password, Level level, int login, int recommend, String e...
/* * 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")...
/* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2006-2020 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/licens...
package org.etsi.sol005.model; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonInclude; import lombok.Data; /** * This type represents the information to heal a VNF that is part of an NS. The NFVO shall then invoke the Heal VNF operation towards the appropr...
package com.jfrog.ide.common.utils; import org.apache.commons.lang3.StringUtils; import org.jfrog.build.extractor.scan.DependencyTree; import org.jfrog.build.extractor.scan.GeneralInfo; import org.testng.annotations.DataProvider; import org.testng.annotations.Test; import javax.swing.filechooser.FileSystemView; impor...
package com.mber.javarush.task.task11.task1119; /* Четвертая правильная «цепочка наследования» */ public class Solution { public static void main(String[] args) { } public class House { } public class Cat { } public class Car { } public class Dog { } }
/* * Copyright © 2022 SoftLeader * * 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, Ve...
package io.daiwei.rpc.stub.provider.component; import io.daiwei.rpc.exception.DaiweiRpcException; import io.daiwei.rpc.register.RegisterConstant; import io.daiwei.rpc.register.zk.ZkRpcRegister; import io.daiwei.rpc.stub.net.NetConstant; import io.daiwei.rpc.stub.provider.invoke.RpcProviderProxyPool; import io.daiwei.r...
package cfg; /** * * */ public class GameConfig { public static final int BAN_SIZE = 9; public static final int DAI_SIZE = 7; public static final int INI_POINT = 27; public static final int MAX_POINT = 54; public static final int INI_WORTH = 68; public static final int MAX_WORTH = 304; public static final i...
package com.atguigu.gmall.order.to; import com.atguigu.gmall.order.entity.OrderEntity; import com.atguigu.gmall.order.entity.OrderItemEntity; import lombok.Data; import java.math.BigDecimal; import java.util.List; /** * @program: gmall * @description: * @Author: <a href="568227120@qq.com">heliang.wang</a> * @Dat...
package dev.jcri.mdde.registry.store.impl.redis; import dev.jcri.mdde.registry.configuration.redis.RegistryStoreConfigRedis; import dev.jcri.mdde.registry.exceptions.MddeRegistryException; import dev.jcri.mdde.registry.store.exceptions.action.DuplicateFragmentReplicationException; import dev.jcri.mdde.registry.store.e...
/* * 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
/* * #%L * pact-spring-mvc * %% * Copyright (C) 2016 - 2020 Tyro Payments Limited * %% * 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...
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. */ package com.microsoft.azure.management.containerservice.v2019_08_01; import com.microso...
/* * 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 the...
/* * Copyright 2016-2017 Red Hat, Inc, and individual contributors. * * 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...
/* * Copyright © 2019 Christian Kaltepoth * * 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: MAG - VistA Imaging WARNING: Per VHA Directive 2004-038, this routine should not be modified. Date Created: Feb 10, 2010 Site Name: Washington OI Field Office, Silver Spring, MD Developer: vhaiswwerfej Description: ;; +------------------------------------------------------------...
/** * Copyright 2015-2016 by Metanome 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...
/* * 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 not ...
/* * Copyright 2015 Jesús Adolfo García Pasquel * * 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 com.github.lol.lib.util; /** * validate util * * @author: jifuwei * @create: 2019-07-17 14:48 **/ public class ValidUtil { private static final String DEFAULT_NOT_EMPTY_CHAR_SEQUENCE_EX_MESSAGE = "The validated character sequence is empty"; private static final String DEFAULT_IS_TRUE_...
/* ### * IP: GHIDRA * * 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 writin...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See License.txt in the repository root. package com.microsoft.tfs.core.clients.framework.configuration.compatibility; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import com.microsoft.tfs.core....
/******************************************************************************* * (c) Copyright 2016 Hewlett-Packard Development Company, L.P. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Apache License v2.0 which accompany this distribution. * * T...
package templates_and_keys; public enum Priority { HIGH(3), MEDIUM(2), LOW(1), NONE(0); private final int priorityLevelValue; Priority(int i) { this.priorityLevelValue = i; } public int getPriorityLevelCode() { return this.priorityLevelValue; } }
import java.io.*; import java.util.HashSet; import java.util.Set; import java.util.List; import java.util.ArrayList; import java.util.Collections; public class Highcard { public static int getMaxPoints(List<Integer> elsieList, Integer N) { int count = 0; Integer last = -1; Integer curCount = 0; for (...
package au.gov.amsa.ais; import static au.gov.amsa.ais.AtonTypeDecoder.getAtonType; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNull; import java.math.BigInteger; import org.junit.Test; public class AtonTypeDecoderTest { @Test public void testAll() { // for (int i = 0; i <...
/* * @(#)DeclarationFilter.java 1.2 04/07/19 * * Copyright (c) 2004, Sun Microsystems, Inc. * 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 ...
/* <<< COPYRIGHT START >>> * Copyright 2006-Present OxygenSoftwareLibrary.com * Licensed under the GNU Lesser General Public License. * http://www.gnu.org/licenses/lgpl.html * * @author: Ugorji Nwoke * <<< COPYRIGHT END >>> */ package net.ugorji.oxygen.wiki.tool; import java.io.BufferedReader; import java.io.F...
package com.briup.smart.bean; import io.swagger.annotations.ApiModelProperty; public class SmartFacility { private Integer id; private String name; private String protocol; private String action; public Integer getId() { return id; } public void setId(Integer id) { this.id = id; } public String getN...
// Copyright 2021 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 net.leomixer17.askaddon.effects; import ch.njol.skript.lang.Effect; import ch.njol.skript.lang.Expression; import ch.njol.skript.lang.SkriptParser.ParseResult; import ch.njol.util.Kleenean; import org.bukkit.boss.BossBar; import org.bukkit.entity.Player; import org.bukkit.event.Event; import org.bukkit.event.L...
/* * 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 ...
// VeriBlock GUI Wallet // Copyright 2017-2021 Xenios SEZC // All rights reserved. // https://www.veriblock.org // Distributed under the MIT software license, see the accompanying // file LICENSE or http://www.opensource.org/licenses/mit-license.php. package veriblock.wallet.core; public class Constants { public...
//======================================================================== // // File: src/com/mentor/nucleus/bp/core/ui/cells/ProvidedSignalCellProvider.java // // WARNING: Do not edit this generated file // Generated by: arc/generate_cell_modifiers.arc // Version: $Revision: 1.2 $ // // Copyright 2005-2014 ...
/* * (c) Copyright 2021 Palantir Technologies 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 ...
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
package com.elead.adapter; import android.content.Context; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseExpandableListAdapter; import android.widget.ImageView; import android.widget.TextView; import com.elead.entity.Gro...
package com.acme.model; /** * Enum documentation (from within) */ public enum DynamicEnum { /** * Val1 documentation */ val1, /** * Val2 documentation */ VAL2 }
package quick.pager.shop.manage.controller.customer; import io.swagger.annotations.Api; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; import quick.pager.common.constants.Constants; /** * 商家管理 * * @author siguiyang */ @Api(description ...
/* * Copyright 2018-2020 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 a...
package ru.job4j.testtask; import org.junit.Test; import ru.job4j.testtask.board.Board; import ru.job4j.testtask.board.Coordinate; /** * Class содержит демоснтрацию первого этапа тестового задания. * @author Timur Kapkaev (timur.kap@yandex.ru) * @version $Id$ * @since 02.09.2017 */ public class DemonstrateFirs...
/* ### * IP: GHIDRA * REVIEWED: YES * * 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...
/* * 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 catastro.recaudacion.controladores; import catastro.recaudacion.entidades.Titulo; import catastro.recaudacion.funciones.FTitulos; import catastro.reportes.entidades.ServiciosReportes; import java.io.Serializable; import java.sql.SQLException; import java.util.ArrayList; import java.util.List; import javax.anno...