text
stringlengths
7
995k
/* * Copyright 2015-2016 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
package com.netflix.astyanax.entitystore; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Documented @Target({ ElementType.FIELD }) @Retention(RetentionPolicy.RUNTI...
package com.mathpar.NAUKMA.examples; import mpi.MPI; import mpi.MPIException; import java.nio.IntBuffer; import java.util.Random; public class TestISendAndIRecv { public static void main(String[] args) throws MPIException { MPI.Init(args); int myrank = MPI.COMM_WORLD.getRank(); int np =...
/* * Copyright 2010, 2011, 2012 Christopher Pheby * * 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...
/*- * -\-\- * rkt-launcher * -- * * -- * 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 o...
package com.hoaxify.ws.user; import java.io.IOException; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.security.crypto.password.PasswordEncoder; import org.springframework.stereotype.Service; import com.hoaxify.ws.error.NotFoundException; im...
package com.example.georgekaraolanis.project7_booklistingapp; import android.graphics.Bitmap; import android.os.Parcel; import android.os.Parcelable; import java.util.ArrayList; /*Book class to represent a list item*/ public class Book implements Parcelable{ /*A book can have more than 1 authors*/ private A...
package epicsquid.roots.block; import epicsquid.mysticallib.block.BlockCropBase; import epicsquid.roots.init.ModItems; import net.minecraft.item.Item; import net.minecraftforge.common.EnumPlantType; import javax.annotation.Nonnull; public class BlockDewgoniaCrop extends BlockCropBase { public BlockDewgoniaCrop(@N...
package com.carson.classes; import java.io.IOException; import java.util.ArrayList; import java.util.List; import org.jsoup.Jsoup; import org.jsoup.nodes.Document; import org.jsoup.nodes.Element; import org.jsoup.select.Elements; /** * Example program to list links from a URL. */ public class PhotoStream { pub...
/* * Copyright (C) 2018-2019 Philip Helger (www.helger.com) * philip[at]helger[dot]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/LICEN...
package com.boyter.SpellingCorrector; import java.util.*; import java.util.stream.Stream; /** * A simple spell checker based on a few implementations such as the infamous Peter Noving spell checker and * the like. Attempts to be highly performing by never changing the first character since we can assume that the *...
package seedu.address.logic.commands; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotEquals; import static org.junit.Assert.assertTrue; import static seedu.address.logic.commands.CommandTestUtil.DESC_ENGINEERING; import static seedu.address.logic.commands.CommandTestUtil.DESC_NETWO...
package com.coracle.dms.service; import com.coracle.dms.po.DmsCommonAttachFile; import com.coracle.yk.xservice.base.intf.IBaseService; import java.util.List; public interface DmsCommonAttachFileService extends IBaseService<DmsCommonAttachFile> { /** * 逻辑删除文件 * @param ids * @return */ int...
/* * 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...
package bio.singa.simulation.model.modules.concentration.imlementations; import bio.singa.chemistry.features.permeability.MembranePermeability; import bio.singa.features.model.Evidence; import bio.singa.features.parameters.Environment; import bio.singa.features.quantities.MolarConcentration; import bio.singa.features....
/* * Copyright LWJGL. All rights reserved. * License terms: https://www.lwjgl.org/license * MACHINE GENERATED FILE, DO NOT EDIT */ package org.lwjgl.vulkan; import javax.annotation.*; import java.nio.*; import org.lwjgl.*; import org.lwjgl.system.*; import static org.lwjgl.system.Checks.*; import static org.lwj...
package eu.dnetlib.iis.wf.export.actionmanager.module; import org.apache.avro.specific.SpecificRecord; import org.apache.hadoop.conf.Configuration; import eu.dnetlib.dhp.schema.oaf.Oaf; /** * Action builder factory providing {@link ActionBuilderModule} objects. * * @author mhorst * * @param <S> avro input type...
package org.bian.dto; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import javax.validation.Valid; /** * BQInformationImportExecuteOutputModelInformationImportInstan...
/* * Copyright (c) 2016 Spotify AB. * * 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,...
package com.quansb.qbase; 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 public void addit...
package net.minecraft.server; public class SoundEffects { public static final SoundEffect a; public static final SoundEffect b; public static final SoundEffect c; public static final SoundEffect d; public static final SoundEffect e; public static final SoundEffect f; public static final So...
package com.mcndsj.GameEvent; import org.bukkit.plugin.java.JavaPlugin; /** * Created by Matthew on 2016/5/21. */ public class Core extends JavaPlugin { public void onEnable(){ } }
/* * Copyright 2013 Guidewire Software, Inc. */ package gw.internal.gosu.coercer; import gw.internal.gosu.ir.builders.SimpleCompiler; import gw.internal.gosu.parser.TypeLord; import gw.lang.GosuShop; import gw.lang.function.IBlock; import gw.lang.ir.IRClass; import gw.lang.ir.IRTypeConstants; import gw.lang.ir.buil...
/* * Copyright 2020 Goldman Sachs. * 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.project.convertedCode.globalNamespace.namespaces.Illuminate.namespaces.Database.classes; import com.project.convertedCode.globalNamespace.namespaces.Illuminate.namespaces.Support.classes.Arr; import com.runtimeconverter.runtime.passByReference.PassByReferenceArgs; import com.runtimeconverter.runtime.classe...
/* * 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 u...
package org.innovateuk.ifs.project.spendprofile.controller; import org.innovateuk.ifs.BaseControllerMockMVCTest; import org.innovateuk.ifs.commons.rest.LocalDateResource; import org.innovateuk.ifs.organisation.builder.OrganisationResourceBuilder; import org.innovateuk.ifs.organisation.resource.OrganisationResource; im...
package databasetests; import centralsystem.CSystem; import centralsystem.factory.CSystemFactory; import database.factories.DBMapperFactory; import org.junit.After; import org.junit.AfterClass; import org.junit.Before; import org.junit.BeforeClass; import org.junit.Test; import static org.junit.Assert.*; public cla...
package xyz.weechang.yanshop.ware.admin.dao; import org.springframework.stereotype.Repository; import xyz.weechang.moreco.data.jpa.JpaBaseRepository; import xyz.weechang.yanshop.ware.admin.domain.Category; /** * @author zhangwei * date 2019/7/16 * time 13:36 */ @Repository public interface CategoryDao extends Jpa...
package com.walmartlabs.concord.server.process.pipelines.processors; /*- * ***** * Concord * ----- * Copyright (C) 2017 - 2018 Walmart 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...
/* * Licensed Materials - Property of IBM (c) Copyright IBM Corp. 2019 All Rights Reserved. * * US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with * IBM Corp. * * DISCLAIMER OF WARRANTIES : * * Permission is granted to copy and modify this Samp...
/** * Copyright 2020-9999 the original author or authors. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless requir...
// BSD License (http://lemurproject.org/galago-license) package org.lemurproject.galago.core.retrieval.iterator.scoring; import org.lemurproject.galago.core.retrieval.RequiredParameters; import org.lemurproject.galago.core.retrieval.RequiredStatistics; import org.lemurproject.galago.core.retrieval.iterator.CountIterat...
/* * 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.mmall.vo; import java.math.BigDecimal; public class ProductListVo { private Integer id; private Integer categoryId; private String name; private String subtitle; private String mainImage; private BigDecimal price; private Integer status; private String imageHost; ...
package com.xxyp.xxyp.common.utils; import android.content.Context; /** * Description : 上下文工具类 */ public final class AppContextUtils { private static Context mContext; public static Context getAppContext() { if (mContext == null) { throw new IllegalStateException("AppContextUtils 's in...
package nl.joshuaslik.tudelft.SEM.control.viewController.viewObjects; import static org.junit.Assert.*; import nl.joshuaslik.tudelft.SEM.control.viewController.GameViewController; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.mockito.Mock; import org.mockito.Mockito; imp...
package org.datanucleus.samples.widget; import java.util.ArrayList; import java.util.List; import java.util.ListIterator; import javax.jdo.InstanceCallbacks; import javax.jdo.JDOHelper; import org.junit.Assert; import org.datanucleus.tests.TestObject; /** * A test object for testing inverse <code>java.util.List</...
package org.technbolts.util; public interface Transform<R,T> { T transform(R elem); }
package com.dongkap.activity.service; import java.util.List; import java.util.Locale; import java.util.Map; import org.hibernate.exception.ConstraintViolationException; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.be...
/* * Copyright (c) 2015-2016 HEBI Robotics * * Licensed either under the Apache License, Version 2.0, or (at your option) * under the terms of the GNU General Public License as published by * the Free Software Foundation (subject to the "Classpath" exception), * either version 2, or any later version (collectivel...
package com.hurley.codehub.util; import android.graphics.Color; import com.hurley.codehub.app.Constants; import java.util.Random; /** * <pre> * @author hurley * date : 2019-04-26 15:39 * github : https://github.com/HurleyJames * desc : 颜色工具类 * </pre> */ public class ColorUtils { ...
package com.example.cettorre.votingapp_hackathonm4social.model; import java.util.List; public class Organization { String mail; String password; String nombreOrganizacion; List<Evento> eventosOrganization; public String getMail() { return mail; } public void setMail(String mail)...
package com.edination.api.PDGM.dao; import com.edination.api.PDGM.model.LowComorbidityCondition; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import org.springframework.transaction.annotation.Transactional; import java.util.List; @Service @Transactiona...
/* * 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 Automata.diagram.providers; import org.eclipse.core.runtime.IAdaptable; import org.eclipse.emf.ecore.EAttribute; import org.eclipse.emf.ecore.EObject; import org.eclipse.gmf.runtime.common.core.service.AbstractProvider; import org.eclipse.gmf.runtime.common.core.service.IOperation; import org.eclipse.gmf.runti...
// Copyright 2006 The Apache Software Foundation // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable l...
package io.jpom.model; /** * @author bwcx_jzy * @date 2020/3/21 */ public enum AfterOpt implements BaseEnum { /** * 操作 */ No(0, "不做任何操作"), /** * 并发执行项目分发 */ Restart(1, "并发重启"), /** * 顺序执行项目分发 */ Order_Must_Restart(2, "完整顺序重启(有重启失败将结束本次)"), /** * 顺序执行项目分...
/* * Copyright 2015 Facundo Lopez Kaufmann. * * 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...
package osgi.enroute.rest.openapi.api; public @interface ItemType { CollectionFormat collectionFormat() default CollectionFormat.none; }
package com.kole.enums; import lombok.Getter; /** * Created by Ldlood on 2017/7/22. */ @Getter public enum ResultEnum { PARAM_ERROR(1, "参数不正确"), PRODUCT_NOT_EXI(10, "商品不存在"), PRODUC_STOCK_ERROR(11, "库存不正确"), ORDER_NOT_EX(12, "订单不存在"), ORDERDETAIL_NOT_EXIST(13, "订单详情不存在"), ORDER_STATUS_...
package io.quarkus.smallrye.reactivemessaging; import java.util.List; import java.util.concurrent.CopyOnWriteArrayList; import javax.enterprise.context.ApplicationScoped; import javax.inject.Inject; import org.eclipse.microprofile.reactive.messaging.Incoming; import io.smallrye.reactive.messaging.annotations.Channe...
/** * Copyright © 2020-2021 ForgeRock AS (obst@forgerock.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 b...
package com.module666; import android.widget.ImageView; import java.lang.Override; public class Activity0 extends android.app.Activity { ImageView imageView0; @Override public void onCreate(android.os.Bundle savedInstanceState) { super.onCreate(savedInstanceState); new module666packageJava0.Foo0().foo1...
/* * Copyright (c) 2011-Present VMware, 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. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2...
/* * Agave * * This file was automatically generated for Agave Platform Client SDK by APIMATIC BETA v2.0 on 05/20/2016 */ package org.agave.client.models; import java.util.*; import com.fasterxml.jackson.annotation.JsonGetter; import com.fasterxml.jackson.annotation.JsonSetter; public class MultipleSubscriptionRe...
/* * Copyright (C) 2010-2019, Danilo Pianini and contributors listed in the main project's alchemist/build.gradle file. * * This file is part of Alchemist, and is distributed under the terms of the * GNU General Public License, with a linking exception, * as described in the file LICENSE in the Alchemist distribut...
/** * Appcelerator Titanium Mobile * Copyright (c) 2009-2016 by Appcelerator, Inc. All Rights Reserved. * Licensed under the terms of the Apache Public License * Please see the LICENSE included with this distribution for details. */ package ti.modules.titanium.media; import java.io.BufferedInputStream; import jav...
/* * Copyright oVirt Authors * SPDX-License-Identifier: Apache-2.0 */ package org.ovirt.engine.api.restapi.resource; import java.util.List; import javax.ws.rs.core.Response; import org.apache.commons.lang.BooleanUtils; import org.ovirt.engine.api.model.Disk; import org.ovirt.engine.api.model.DiskAttachment; impor...
package ru.otus.spring; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.ApplicationContext; @SpringBootApplication public class Main { public static void main(String[] args) { ApplicationContext con...
/* * #%L * ImageJ software for multidimensional image processing and analysis. * %% * Copyright (C) 2009 - 2020 ImageJ developers. * %% * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of s...
/**************************************************************** * 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...
import java.io.IOException; import java.net.InetAddress; import java.net.UnknownHostException; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; /** Resolve IP addresses in file args[0] */ public class ResolveStream { /** Resolve the passed IP address into a name */ static Stri...
/* * 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.example.Spring.demoA; public class CustomerDao { public void save() { System.out.println("CustomerDao save()"); } public void delete() { System.out.println("CustomerDao delete()"); } public void update() { System.out.println("CustomerDao update()"); } ...
package com.atguigu.gmall.oms.service; import com.baomidou.mybatisplus.extension.service.IService; import com.atguigu.gmall.oms.entity.OrderSettingEntity; import com.atguigu.core.bean.PageVo; import com.atguigu.core.bean.QueryCondition; /** * 订单配置信息 * * @author andy * @email andy972019@aliyun.com * @date 2019-0...
package com.example.donotforgetme.Activities; import android.app.Activity; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; import com.example.donotforgetme.R; public class Normal_Delete extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { ...
package com.example.ejianti.coolweather; import android.content.Intent; import android.content.SharedPreferences; import android.preference.PreferenceManager; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; public class MainActivity extends AppCompatActivity { @Override protected v...
/////////////////////////////////////////////////////////////////////////// // __ _ _ ________ // // / / ____ ____ _(_)____/ | / / ____/ // // / / / __ \/ __ `/ / ___/ |/ / / __ // // ...
package com.github.appreciated.app.layout.component.menu.left.builder; import com.github.appreciated.app.layout.component.builder.AppLayoutBuilder; import com.github.appreciated.app.layout.component.menu.left.LeftMenuComponentWrapper; import com.github.appreciated.app.layout.component.menu.left.items.LeftNavigationIte...
/* * Copyright (c) 1998-2020 John Caron and University Corporation for Atmospheric Research/Unidata * See LICENSE for license information. */ package ucar.nc2.internal.iosp.hdf5; import org.junit.experimental.categories.Category; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import ucar.ma2.*; import uca...
package editor.filter.leaf.options.single; import java.util.Arrays; import java.util.HashSet; import com.google.gson.JsonElement; import com.google.gson.JsonPrimitive; import editor.database.attributes.CardAttribute; import editor.database.attributes.Expansion; import editor.database.card.Card; import editor.filter....
package com.tyust.dao; import java.sql.SQLException; import java.util.List; import java.util.Map; import com.tyust.entity.Order; public interface OrderDao { public int findStatus(String oid) throws SQLException; public void updateStatus(Map<String,Object> map) throws SQLException; public Order load(String oi...
package io.vertx.tp.jet.uca.valve; /* * IN_PLUG */ class PlugValve implements JtIn { }
/* Copyright 2021 WeAreFrank! 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 wri...
package com.commercetools.history.models.change; import java.time.*; import java.util.*; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.databind.annotation.*; import io.vrap.rmf.base.client.utils.Generated; import org.apache.co...
package com.nucleus.vulkan.structs; /** * Wrapper for VkRect2D */ public class Rect2D { Offset2D offset; Offset2D extend; }
package org.oasis_open.docs.ws_sx.ws_trust._200802; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAnyElement; import javax.xml.bind.annotation.XmlType; /** * <p> * Java class for ActAsType complex type. * * <p> * The followin...
package org.epnoi.storage.actions; import org.epnoi.model.domain.relations.Relation; import org.epnoi.model.domain.resources.Resource; import org.epnoi.model.utils.ResourceUtils; import org.epnoi.storage.Helper; import org.epnoi.storage.session.UnifiedTransaction; import org.slf4j.Logger; import org.slf4j.LoggerFactor...
/* * 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 ...
package io.toolisticon.aptk.wrapper.test; import io.toolisticon.aptk.annotationwrapper.api.CustomCodeMethod; import io.toolisticon.cute.TestAnnotation; public class CustomCodeClass { @CustomCodeMethod(TestAnnotation.class) public String shouldntWork(TestAnnotationWrapper testAnnotationWrapper, String arg1) {...
/** * Copyright (C) 2014 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.web.security; import java.util.List; import java.util.Map; import javax.ws.rs.core.UriInfo; import org.joda.beans.JodaBeanUtils; import org.springframework....
/* * 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 2015-2018 Austin Keener & Michael Ritter & Florian Spieß * * 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 * * Unl...
package centralObject; /** * @author Martrix * This interface is to describe a center object in a circular system. * It must be immutable. */ public interface CentralObject { /** * To get the name of this object * * @return A string of name. */ String getName(); }
package tss.tpm; import tss.*; // -----------This is an auto-generated file: do not edit //>>> /** * This command adds the last part of data, if any, to a hash/HMAC sequence * and returns the result. */ public class SequenceCompleteResponse extends TpmStructure { /** the returned HMAC or digest in a sized...
/* * 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 ...
/* * Isilon SDK * Isilon SDK - Language bindings for the OneFS API * * OpenAPI spec version: 5 * Contact: sdk@isilon.com * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ package io.swagger....
package com.github.wuxudong.rncharts.listener; import android.graphics.RectF; import com.facebook.react.bridge.ReactContext; import com.facebook.react.uimanager.events.RCTEventEmitter; import com.github.mikephil.charting.charts.Chart; import com.github.mikephil.charting.data.Entry; import com.github.mikephil.charting...
package com.mateolegi.rostrum.constant; /** * Contains the attributes that the JSON configuration file can have. * @author <a href="mateolegi.github.io">Mateo Leal</a> * @version 1.0.0 */ public class ConfigurationFileConstants { /** * JSON filename */ public static final String JSON_FILENAME = ...
package org.devgateway.toolkit.forms.wicket.components.form; import org.apache.wicket.Component; import org.devgateway.toolkit.forms.wicket.behaviors.ComponentAjaxUpdateBehavior; /** * Define subscriber behavior, adding {@link ComponentAjaxUpdateBehavior} to components * * @author mpostelnicu */ public interface ...
package example.service; import example.repo.Customer130Repository; import org.springframework.stereotype.Service; @Service public class Customer130Service { public Customer130Service(Customer130Repository repo) { } }
package org.bouncycastle.pqc.crypto.qtesla; /** * Simulates pointer arithmetic. * A utility for porting C to Java where C code makes heavy use of pointer arithmetic. * * @Deprecated Remove when Post-Quantum Standardization project has finished and standard is published. */ final class IntSlicer { private fina...
/** * Copyright 2009-2012 WSO2, Inc. (http://wso2.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 applic...
/* * 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 u...
package de.hamstersimulator.objectsfirst.adapter.observables.command.specification.territory; /** * observable version of command specification used to add amount grains to a specified tile */ public interface ObservableAddGrainsToTileCommandSpecification extends ObservableAbstractTerritoryTileCommandSpecification {...
package org.znerd.confluence.client; import java.util.List; public interface ConfluencePublishResult { static ConfluencePublishResultBuilder builder() { return new ConfluencePublishResultBuilder(); } String getConfluenceRootUrl(); String getSpaceKey(); String getAncestorId(); List<...
/** * %SVN.HEADER% */ package com.jstarcraft.ai.math.algorithm.correlation.similarity; import java.util.List; import com.jstarcraft.ai.math.algorithm.correlation.AbstractSimilarity; import com.jstarcraft.ai.math.structure.vector.MathVector; import com.jstarcraft.core.utility.Float2FloatKeyValue; /** * 斯皮尔曼等级相关性 ...
package org.liquidengine.legui.component.misc.animation.scrollablepanel; import java.lang.ref.WeakReference; import org.joml.Vector2f; import org.liquidengine.legui.animation.Animation; import org.liquidengine.legui.component.Component; import org.liquidengine.legui.component.ScrollBar; import org.liquidengine.legui.c...