text
stringlengths
7
995k
/* This file is part of the iText (R) project. Copyright (c) 1998-2021 iText Group NV Authors: iText Software. This program is offered under a commercial and under the AGPL license. For commercial licensing, contact us at https://itextpdf.com/sales. For AGPL licensing, see below. AGPL licensi...
// Copyright 2014 The Bazel Authors. All rights reserved. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by appl...
package org.cc.db.cmd; import java.util.List; import org.cc.db.DBCmdField; public class DBCmdConst extends DBCmdOp { public DBCmdConst(String op, String cmd, int group) { super(op, cmd, group); } @Override public void toCommand(List<DBCmdField> qrFields, StringBuffer sql, DBCmdField field) {...
/* * * PermissionUtils.java * * Created by Wuwang on 2016/11/14 * Copyright © 2016年 深圳哎吖科技. All rights reserved. */ package com.media.yanhaolu.utils; import android.Manifest; import android.app.Activity; import android.content.pm.PackageManager; import android.os.Build; import android.support.v4.app.ActivityCom...
package io.github.jroy.happybot.util; public enum Emote { SPINNER("354100265852600322"), SADHEART("359429261762887680"), RESOURCE_PACK("354789422140489729"), HAPPYWEEB("354789048683855872"), HAPPYTRASH("357913402745552897"), HAPPYLAUGH("367354969495699456"), HAPPYL("368148164097736721"), HAPPYIRL("318...
/* * SoapUI, Copyright (C) 2004-2016 SmartBear Software * * Licensed under the EUPL, Version 1.1 or - as soon as they will be approved by the European Commission - subsequent * versions of the EUPL (the "Licence"); * You may not use this work except in compliance with the Licence. * You may obtain a copy of t...
/* * Copyright (c) 2005-2014, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www....
package jpabook.jpashop.domain; import jpabook.jpashop.domain.item.Item; import lombok.Getter; import lombok.Setter; import javax.persistence.*; import java.util.ArrayList; import java.util.List; import static javax.persistence.FetchType.*; @Entity @Getter @Setter public class Category { @Id @GeneratedValue ...
/* * Copyright 2002-2007 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.google.appinventor.components.runtime.repackaged.org.json.zip; import com.google.appinventor.components.runtime.repackaged.org.json.JSONArray; import com.google.appinventor.components.runtime.repackaged.org.json.JSONException; import com.google.appinventor.components.runtime.repackaged.org.json.JSONObject;...
public static int getCountRecursive(Node head) { if(head==null)return 0; return 1+getCount(head.next); } public static int getCountIterative(Node head) { if(head==null)return 0; int count = 0; while(head!=null){ head= head.next; count++; } return count; }
package shiver.me.timbers.aws.secretsmanager; import java.util.List; import java.util.Map; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonPropertyDescription; impo...
package org.openas2.lib; import java.security.Key; import java.security.cert.Certificate; import org.openas2.lib.cert.ICertificateChooser; import org.openas2.lib.helper.EDIINTHelper; import org.openas2.lib.message.EDIINTMessage; import org.openas2.lib.message.EDIINTMessageMDN; import org.openas2.lib.partner.IPartners...
package com.ccsu.android.view; import android.util.Log; import javax.microedition.khronos.egl.EGL10; import javax.microedition.khronos.egl.EGLConfig; import javax.microedition.khronos.egl.EGLContext; import javax.microedition.khronos.egl.EGLDisplay; class DefaultContextFactory implements EGLContextFactory { priv...
package io.vertx.up.web.serialization; import io.vertx.up.func.Fn; import io.vertx.zero.eon.Strings; /** * StringBuffer, StringBuilder */ public class StringBufferSaber extends BaseSaber { @Override public Object from(final Class<?> paramType, final String literal) { return Fn...
package com.jetlight.orando; 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 ad...
package to; import io.swagger.annotations.ApiModelProperty; import java.util.ArrayList; import java.util.List; /** * Created by arkady on 19/03/16. */ public class StaffList { @ApiModelProperty(required = false) List<VenueStaffInfo> servers = new ArrayList<>(); @ApiModelProperty(required = false) List<VenueSta...
package org.kyojo.schemaorg.m3n3.doma.core.clazz; import org.seasar.doma.ExternalDomain; import org.seasar.doma.jdbc.domain.DomainConverter; import org.kyojo.schemaorg.m3n3.core.impl.DURATION; import org.kyojo.schemaorg.m3n3.core.Clazz.Duration; @ExternalDomain public class DurationConverter implements DomainConvert...
// // ======================================================================== // Copyright (c) 1995-2019 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // All rights reserved. This program and the accompanying materials // are made available under the ter...
/* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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 ...
/* * 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.identifiers.cloud.ws.resolver.services; import lombok.extern.slf4j.Slf4j; import org.identifiers.cloud.ws.resolver.data.models.Namespace; import org.identifiers.cloud.ws.resolver.data.models.Resource; import org.identifiers.cloud.ws.resolver.models.ParsedCompactIdentifier; import org.identifiers.cloud.ws.r...
/** * 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...
/* * 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 * distribute...
// Copyright 2017 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 io.deephaven.engine.table.impl.tuplesource.generated; import io.deephaven.chunk.Chunk; import io.deephaven.chunk.FloatChunk; import io.deephaven.chunk.IntChunk; import io.deephaven.chunk.WritableChunk; import io.deephaven.chunk.WritableObjectChunk; import io.deephaven.chunk.attributes.Values; import io.deephav...
/** * 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 net.i2p.client.streaming.impl; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.net.InetAddress; import java.net.Socket; import java.net.SocketAddress; import java.net.SocketException; import java.nio.channels.SocketChannel; import net.i2p.client.streaming.I2PSo...
/* * 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 n...
/* Copyright (c) 2014 Qualcomm Technologies Inc All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted (subject to the limitations in the disclaimer below) provided that the following conditions are met: Redistributions of source code must retain the above...
package io.smallrye.reactive.messaging.amqp; import io.reactivex.Flowable; import io.reactivex.processors.UnicastProcessor; import io.smallrye.reactive.messaging.spi.ConfigurationHelper; import io.smallrye.reactive.messaging.spi.IncomingConnectorFactory; import io.smallrye.reactive.messaging.spi.OutgoingConnectorFacto...
/* * Copyright 1999-2018 Alibaba Group Holding Ltd. * * 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 applica...
/******************************************************************************* * Copyright 2019 See AUTHORS file * * 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.apac...
package com.smartracumn.smartrac; import java.util.Calendar; import android.app.DatePickerDialog; import android.app.Dialog; import android.app.DialogFragment; import android.os.Bundle; import android.widget.DatePicker; public class DatePickerFragment extends DialogFragment implements DatePickerDialog.OnDateSetLis...
package Tag3_VisitenKarte; public class VisitenKarte { public String vorname; public String nachname; public String strasse; public int hausnum; public int post; public String ort; public String telefone; public String geb_datum; public int alter; }
package run.halo.app.service.impl; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.Set; import java.util.stream.Collectors; import javax.persistence.criteria.Predicate; import org.apache.commons.lang3.StringUtils; import org.springframework.data.domain.Page; import org.spring...
/******************************************************************************* * Copyright (c) 2004 Actuate Corporation. * 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, and is availabl...
/** * Copyright (C) 2012 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 applicable...
package obsolete; import java.util.*; public class KdTreePointQueryFast2Test { public static void main(String[] args) { test(); perfomance(); } static void test() { Random rnd = new Random(1); for (int step = 0; step < 10000; step++) { int n = rnd.nextInt(100) + 2; // n=3; int[] qx = new int[n]; ...
/* * 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 n...
package com.aliyun.oss.model; import java.io.Serializable; public class TransferAcceleration extends GenericResult implements Serializable { private static final long serialVersionUID = 2596858103633662949L; private boolean enabled; public TransferAcceleration(boolean enabled) { super(); ...
package com.redhat.mrp; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.annotation.Bean; import org.springframework.web.client.RestTemplate; @SpringBootApplication public class RoverClientApplication { public ...
package sa.revenue.advertisers.admob.adapter; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import android.widget.TextView; import java.util.List; import butterknife.Bind; import butterknife.ButterKnife...
/* * Copyright (C) 2016-2019 Lightbend Inc. <https://www.lightbend.com> */ package docs.services; import com.lightbend.lagom.javadsl.api.Descriptor; import com.lightbend.lagom.javadsl.api.Service; import com.lightbend.lagom.javadsl.api.ServiceCall; import com.lightbend.lagom.javadsl.api.transport.*; import org.slf4...
package com.coffe.shentao.coffeechat.activity.groupinfo; import android.app.Activity; import android.os.Bundle; import android.text.TextUtils; import android.view.View; import android.widget.Button; import android.widget.EditText; import android.widget.TextView; import android.widget.Toast; import java.util.List; im...
/* * 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 ...
// 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.google.android.gms.internal.ads; // Referenced classes of package com.google.android.gms.internal.ads: // agw, pf, abo, afn final class pi...
package me.zhengjie.uma_mes.service.mapper; import me.zhengjie.base.BaseMapper; import me.zhengjie.uma_mes.domain.ChemicalFiberDeliveryDetail; import me.zhengjie.uma_mes.service.dto.ChemicalFiberDeliveryDetailDTO; import org.mapstruct.Mapper; import org.mapstruct.ReportingPolicy; /** * @author Tan Jun Ming * @date 20...
package io.lenses.streamreactor.testcontainers.base; import io.confluent.kafka.serializers.KafkaAvroSerializer; import io.confluent.kafka.serializers.KafkaAvroSerializerConfig; import io.confluent.kafka.serializers.KafkaJsonSerializer; import io.lenses.streamreactor.testcontainers.containers.KafkaConnectContainer; imp...
package net.hamnaberg.json.io; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.io.Reader; import java.nio.charset.StandardCharsets; public class IOUtils { public static String toString(InputStream stream) throws IOException { return toString(new Input...
package org.jetbrains.plugins.gradle.ui; import com.intellij.openapi.actionSystem.DataKey; import com.intellij.ui.treeStructure.Tree; import org.jetbrains.plugins.gradle.sync.GradleProjectStructureTreeModel; import java.util.Collection; /** * @author Denis Zhdanov * @since 2/7/12 11:19 AM */ public class GradleDa...
/** * 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 2017 Tobias Gierke <tobias.gierke@code-sourcery.de> * * 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 com.keimons.nutshell.core.support; /** * 指定类型的一个生成器 * * @author houyn[monkey@keimons.com] * @version 1.0 * @since 11 */ public class ClassedBeanDetails<T> extends AbstractBeanDetails<T> { private Class<?> clazz; public ClassedBeanDetails(Class<?> clazz) { super(clazz); } @Override @SuppressWarn...
/* * Copyright 2015 Data Artisans GmbH * * 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 ...
/* +-------------------------------------------------------------------------- | LQianHome [#RELEASE_VERSION#] | ======================================== | Copyright (c) 2014, 2015 mtons. All Rights Reserved | http://www.mtons.com | +--------------------------------------------------------------------------- */...
/** * This class only implements read operations, no write operations are done from this handler * Files are uniquely identified by remote ip address and port combination (/0.0.0.0<port>) */ package org.drewlabs.uploader.netty.server.handler; import org.drewlabs.uploader.netty.cache.FileCache; import org.drewlabs.u...
/* * JBoss, Home of Professional Open Source. * Copyright 2018-2020 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * 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 ...
package com.dp.nebula.wormhole.engine.core; import com.dp.nebula.wormhole.common.AbstractSplitter; class DefaultSplitter extends AbstractSplitter{}
package com.thelogicmaster.custom_assembly_plugin; import com.intellij.lang.cacheBuilder.DefaultWordsScanner; import com.intellij.lang.cacheBuilder.WordsScanner; import com.intellij.lang.findUsages.FindUsagesProvider; import com.intellij.psi.PsiElement; import com.intellij.psi.tree.TokenSet; import com.thelogicmaster....
/* * 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 service; import java.util.List; import org.apache.solr.client.solrj.SolrQuery; public class SolrQueryMaker { private SolrQuery query; public SolrQueryMaker(){ query = new SolrQuery(); } public void setResponseLimit(int limit) { query.setRows(limit); } public void setResponseLimitToM...
// ********************************************************************** // This file was generated by a TAF parser! // TAF version 3.0.0.34 by WSRD Tencent. // Generated from `/usr/local/resin_system.mqq.com/webapps/communication/taf/upload/noahyang/mainProgram.jce' // ************************************************...
/* * 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 ...
/* This file is part of sdmx-sax. Copyright 2015 James Stanley Gardner 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...
/* * 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 InfinitiesSoft Solutions 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 ...
/*----------------------------------------------------------------------------*/ /* Copyright (c) 2017-2019 FIRST. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of...
/******************************************************************************* * Copyright (c) 2009-2015 The Last Check, LLC, 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 L...
/* * Copyright (c) 2008-2016, GigaSpaces 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 * * Un...
package com.smatechnologies.opcon.restapiclient.jackson.deserializer; import com.fasterxml.jackson.annotation.JsonTypeInfo; import com.fasterxml.jackson.core.JsonParser; import com.fasterxml.jackson.databind.BeanProperty; import com.fasterxml.jackson.databind.DeserializationContext; import com.fasterxml.jackson.databi...
package org.apache.maven.plugin.surefire; /* * 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 Li...
package com.yusys.bione.plugin.idxplan.entity; import java.io.Serializable; import java.math.BigDecimal; import javax.persistence.Column; import javax.persistence.EmbeddedId; import javax.persistence.Entity; import javax.persistence.Table; @Entity @Table(name = "RPT_IDX_PLAN_RESULT") public class RptIdxPlanvalResult...
package org.yeastrc.nrseq_fasta_importer.dao; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.Statement; import org.apache.log4j.Logger; import org.yeastrc.nrseq_fasta_importer.db.DBConnectionFactory; import org.yeastrc.nrseq_fasta_importer.dto.Tmp_FASTA_seque...
package org.fkjava.hr.repository; import java.util.List; import org.fkjava.hr.domain.Department; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.query.Param; import org.springframework.stereotype.Repository;...
/* * Copyright 2012-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/** * Copyright 2014 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 b...
package edu.stanford.nlp.ie.crf; /** * @author Mengqiu Wang */ public class NoisyLabelLinearCliquePotentialFunction implements CliquePotentialFunction { double[][] weights; int[] docLabels; double[][] errorMatrix; public NoisyLabelLinearCliquePotentialFunction(double[][] weights, int[] docLabels, double[]...
package test_locally.api.status; import com.slack.api.Slack; import com.slack.api.SlackConfig; import com.slack.api.status.v1.model.LegacyCurrentStatus; import com.slack.api.status.v1.model.LegacySlackIssue; import lombok.extern.slf4j.Slf4j; import org.eclipse.jetty.server.Server; import org.eclipse.jetty.servlet.Serv...
package com.sunnsoft.sloa.helper; import com.sunnsoft.util.DateUtils; import org.apache.commons.lang3.StringUtils; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; public class TagDateProperty extends TagProperty<Date>{ private SimpleDateFormat sdf = new SimpleDateFormat(...
/******************************************************************************* * Cloud Foundry * Copyright (c) [2009-2017] Pivotal Software, Inc. All Rights Reserved. * * This product is licensed to you under the Apache License, Version 2.0 (the "License"). * You may not use this product except i...
/* * Copyright 2020 The Context Mapper Project Team * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicabl...
/* * Copyright (c) 2018, trimbe <github.com/trimbe> * 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 * ...
/* * Copyright 2015 - 2017 JNesto Team. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
package ru.stqa.pft.addressbook.model; import com.thoughtworks.xstream.annotations.XStreamAlias; import com.thoughtworks.xstream.annotations.XStreamOmitField; import org.hibernate.annotations.ManyToAny; import org.hibernate.annotations.Type; import javax.persistence.*; import java.io.File; import java.util.HashSet; i...
package com.imooc.ad.service; import com.imooc.ad.entity.AdPlan; import com.imooc.ad.exception.AdException; import com.imooc.ad.vo.AdPlanGetRequest; import com.imooc.ad.vo.AdPlanRequest; import com.imooc.ad.vo.AdPlanResponse; import java.util.List; /** * @Description: * @Author: ChengChuanQiang * @Date: 2019/5/4 ...
package de.sanandrew.mods.turretmod.client.event; import com.mojang.blaze3d.matrix.MatrixStack; import de.sanandrew.mods.turretmod.api.TmrConstants; import de.sanandrew.mods.turretmod.client.renderer.turret.LabelRegistry; import de.sanandrew.mods.turretmod.client.renderer.turret.TurretCamera; import net.minecraft.clie...
package nl.esciencecenter.e3dchem.knime.plants.run; import org.knime.core.node.NodeDialogPane; import org.knime.core.node.NodeFactory; import org.knime.core.node.NodeView; public class RunNodeFactory extends NodeFactory<RunNodeModel>{ @Override public RunNodeModel createNodeModel() { return new RunNodeModel(); ...
import java.awt.Color; import java.awt.Graphics; public class Element { // Elements encompass the concept of values and the methods required to evaluate and draw them. // White color refers to no operation happening // Red color refers to an array access // Blue color refers to a swap // Green color refers to a...
package com.semihbkgr.gorun.server.message; public interface MessageMarshaller { Message unmarshall(String data) throws MessageMarshallException; String marshall(Message message) throws MessageMarshallException; }
/* * 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")...
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * gradle plugin from the resource data it found. It * should not be modified by hand. */ package io.cmichel.boilerplate; public final class R { public static final class anim { public static int abc_fade_in = 0x7...
package org.metaborg.spt.core.run.expectations; import java.util.Collection; import java.util.List; import javax.annotation.Nullable; import org.metaborg.core.action.ITransformGoal; import org.metaborg.core.context.ContextException; import org.metaborg.core.context.IContext; import org.metaborg.core.context.IContext...
package org.dynmap.fabric_1_18_2; import net.minecraft.nbt.*; import net.minecraft.server.world.ServerChunkManager; import net.minecraft.server.world.ServerWorld; import net.minecraft.server.world.ThreadedAnvilChunkStorage; import net.minecraft.util.collection.PackedIntegerArray; import net.minecraft.util.math.ChunkPo...
/* * Copyright 2012 University of Chicago * * 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...
/* * The MIT License (MIT) * * Copyright (c) 2020 artipie.com * * 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, ...
package com.twitter.hbc.common; import com.google.common.collect.Lists; import java.io.IOException; import java.io.InputStream; import java.util.Iterator; import java.util.List; /** * Test helper that allows us to test multiple calls to read() */ public class SplitInputStream extends InputStream { private final...
package com.restaurant.repositories.jpa; import com.restaurant.models.Dish; import org.springframework.data.jpa.repository.JpaRepository; public interface DishJPARepository extends JpaRepository<Dish, Long> { }
// Copyright 2019 Merlin Osayimwen. All rights reserved. // Use of this source code is governed by a MIT-style // license that can be found in the LICENSE file. package io.github.merlinosayimwen.javo.generator.internal.model; import java.util.Optional; import com.google.common.base.Preconditions; /** * The {@code ...
package com.testmonitor.actions; import com.testmonitor.api.Connector; import com.testmonitor.parsers.TestCaseParser; import com.testmonitor.parsers.TestSuiteParser; import com.testmonitor.resources.Project; import com.testmonitor.resources.TestCase; import com.testmonitor.resources.TestSuite; import org.apache.hc.cor...