text
stringlengths
7
1.01M
package com.recombee.api_client.api_requests; /* This file is auto-generated, do not edit */ import java.util.Date; import java.util.Map; import java.util.HashMap; import com.recombee.api_client.bindings.Logic; import com.recombee.api_client.util.HTTPMethod; /** * Adds a detail view of a given item made by a give...
/* * Copyright (C) 2016 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
/* * 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...
///////////////////////////////////////////////////////////////////////// // CIS 303 Algorithm Analysis and Design // Spring 2017 // Assignment 2, Chapter 3 // Client code for modified binary search ///////////////////////////////////////////////////////////////////////// import java.util.*; public class BinTest ...
/* * Copyright (C) 2016 Singular Studios (a.k.a Atom Tecnologia) - www.opensingular.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 ...
package io.quarkus.deployment; import static org.junit.jupiter.api.Assertions.assertAll; import static org.junit.jupiter.api.Assertions.assertEquals; import org.junit.jupiter.api.Test; public class CapabilityNameTest { @Test public void testName() { assertAll( () -> assertEquals("io....
/* * Copyright (c) 2017 Martin Pfeffer * * 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 com.prowidesoftware.swift.model.mx; import com.prowidesoftware.swift.model.mx.dic.*; import com.prowidesoftware.swift.model.mx.AbstractMX; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annot...
/** * 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 2019-2022 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 ap...
package com.loserico.cache.redis.cache.interfaze; import java.time.LocalDateTime; import java.util.concurrent.TimeUnit; /** * 支持设置过期时间及TTL操作 * <p> * Copyright: Copyright (c) 2018-05-19 21:18 * <p> * Company: DataSense * <p> * @author Rico Yu ricoyu520@gmail.com * @version 1.0 * @on */ public...
package com.example.practice.common; import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Test; import java.util.*; public class ListUtil2 { public static boolean isEqualList(final Collection<?> list1, final Collection<?> list2) { if (list1 == list2) return true; if (list1 == nu...
/* ### * 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) 2018 Seoul National University * * 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...
package org.cipango.util; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertTrue; import java.util.Random; import org.cipango.util.TimerQueue.Node; import org.junit.Before; import org.junit.Test; public class TimerQueueTest { private Random _random = new Random(); private TimerQueu...
package mb.statix.scopegraph.diff; import java.util.Deque; import java.util.Map.Entry; import java.util.Optional; import java.util.PriorityQueue; import java.util.Queue; import org.metaborg.util.functions.Function1; import com.google.common.collect.Lists; import com.google.common.collect.Streams; import io.usetheso...
package cn.elwy.eplus.framework.support; import java.util.Map; /** * @author huangsq * @version 1.0, 2018-02-19 */ public class Group { private String name; private Map<String, Item> items; public Group(String name, Map<String, Item> items) { super(); this.name = name; this.items = items...
/** * 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...
/* * Copyright 2002-2022 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 2015-2017 Alexandr Evstigneev * * 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...
/* * Copyright (c) 2008-2017, 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 in.srain.cube.image.iface; import in.srain.cube.image.ImageLoadRequest; public interface NameGenerator { /** * @param request * @return */ public String generateIdentityUrlFor(ImageLoadRequest request); }
package com.example.forjwebapp.module.user.service; import com.example.forjwebapp.module.user.dto.SignIn; import com.example.forjwebapp.module.user.dto.SignUp; public interface UserService { public String saveUserData(SignUp.Request signUpRequestDto); public boolean isExistsUserByEmail(String email); publ...
/* Copyright (c) 2001-2009, The HSQL Development Group * 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 retain the above copyright notice, this * list...
/** * iBizSys 5.0 机器人生产代码(不要直接修改当前代码) * http://www.ibizsys.net */ package com.sa.unip.srv.ywsp.demodel; import net.ibizsys.paas.core.DEDataQuery; import net.ibizsys.paas.core.DEDataQueryCodes; import net.ibizsys.paas.core.DEDataQueryCode; import net.ibizsys.paas.core.DEDataQueryCodeExp; import net.ibizsys.paas....
/* * Copyright 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 writing...
package org.infernus.idea.checkstyle.build; import java.io.File; import java.math.BigDecimal; import java.util.stream.Collectors; import org.gradle.api.Project; import org.gradle.api.artifacts.ConfigurationContainer; import org.gradle.api.file.FileCollection; import org.gradle.api.plugins.JavaPlugin; import org.gradl...
/* * 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) 2013 Square, 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 agre...
package duelistmod.cards.pools.aqua; import com.megacrit.cardcrawl.cards.AbstractCard; import com.megacrit.cardcrawl.characters.AbstractPlayer; import com.megacrit.cardcrawl.core.CardCrawlGame; import com.megacrit.cardcrawl.localization.CardStrings; import com.megacrit.cardcrawl.monsters.AbstractMonster; import dueli...
package com.medical.common.beanvalidator; /** * 默认Bean验证组 * @author ThinkGem */ public interface DefaultGroup { }
/* * 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...
/* * Copyright 2019-present HiveMQ 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 or ag...
package BQN.types.callable.builtins.md1; import BQN.Main; import BQN.errors.*; import BQN.tools.*; import BQN.types.*; import BQN.types.arrs.*; import BQN.types.callable.Md1Derv; import BQN.types.callable.builtins.Md1Builtin; import java.util.Arrays; public class EachBuiltin extends Md1Builtin { public String ln(F...
/* * 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.bham.bd.entity.ai.behavior; import com.bham.bd.utils.GeometryEnhanced; import javafx.geometry.Point2D; import javafx.scene.canvas.GraphicsContext; import javafx.scene.paint.Color; import javafx.scene.shape.Rectangle; import javafx.scene.transform.Rotate; import static com.bham.bd.components.Controller.ser...
/* * Copyright (C) 2020 The Baremaps 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 agre...
package drive; import adapter.BuildAuto; /** * Drive class is used to test whether the operation on database is right, like create, insert, update and delete. * @author willQian */ public class Drive { public static void main(String [] args) { BuildAuto ca = new BuildAuto(); ca.BuildAuto("Ford...
/* * MIT License * * Copyright (c) 2021 MASES s.r.l. * * 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, cop...
/* * Copyright 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 ...
/******************************************************************************* * Copyright (c) Nov 10, 2015 @author <a href="mailto:iffiff1@gmail.com">Tyler Chen</a>. * All rights reserved. * * Contributors: * <a href="mailto:iffiff1@gmail.com">Tyler Chen</a> - initial API and implementation ***************...
package io.nutz.nutzsite.module.test.services; import io.nutz.nutzsite.common.service.BaseService; import io.nutz.nutzsite.module.test.models.Checkpoint; /** * 监测点位置 服务层实现 * * @author haiming * @date 2021-03-27 */ public interface CheckpointService extends BaseService<Checkpoint> { Object home(String id); ...
package sMath.function; import java.util.Arrays; import java.util.Collection; import gnu.trove.set.hash.THashSet; import sMath.Expression; import sMath.VariableSymbol; import sMath.function.interfaces.IMultivariate; public class Power implements IMultivariate { protected Expression base, exponent; protected Power(...
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2017 Serge Rider (serge@jkiss.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/license...
package fr.javatronic.blog.massive.annotation1.sub1; import fr.javatronic.blog.processor.Annotation_001; @Annotation_001 public class Class_2524 { }
package com.codeaholicguy.config4j; import com.codeaholicguy.config4j.util.KeyUtil; import org.apache.commons.configuration.CompositeConfiguration; import org.apache.commons.configuration.ConfigurationException; import org.apache.commons.configuration.HierarchicalINIConfiguration; import org.apache.commons.lang.String...
package org.apache.tomcat.util.descriptor.web; import java.io.Serializable; /** * <p>Representation of a security role reference for a web application, as * represented in a <code>&lt;security-role-ref&gt;</code> element * in the deployment descriptor.</p> * * @since Tomcat 5.5 */ public class SecurityRoleR...
/* * Copyright 2000-2014 JetBrains s.r.o. * * 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 agre...
/* * Zed Attack Proxy (ZAP) and its related class files. * * ZAP is an HTTP/HTTPS proxy for assessing web application security. * * Copyright 2019 The ZAP Development Team * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
/* * Copyright [2005] [University Corporation for Advanced Internet Development, 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 *...
/* * 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")...
package microbrowser.data.model; public class Discussion extends Node { private String title; private String body; private prefuse.data.Node _node; public Discussion(prefuse.data.Node n) { this.id = n.getInt("id"); this.title = n.getString("title"); this.body = n.getString("body"); setOriginalNode...
/* * Copyright (c) 2012-2015 iWave Software LLC * All Rights Reserved */ package com.emc.sa.service.vipr.file.tasks; import java.net.URI; import com.emc.sa.service.vipr.tasks.WaitForTask; import com.emc.storageos.model.file.FileShareRestRep; import com.emc.storageos.model.file.FileSystemExpandParam; import com.emc...
package comprehensive; import org.junit.Before; import org.junit.Test; import org.mimosaframework.core.json.ModelObject; import org.mimosaframework.core.utils.RandomUtils; import org.mimosaframework.orm.*; import org.mimosaframework.orm.criteria.Criteria; import org.mimosaframework.orm.exception.ContextException; impo...
/** * Copyright 2009-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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unle...
package org.deeplearning4j.nearestneighbor.server; import com.beust.jcommander.JCommander; import com.beust.jcommander.Parameter; import com.beust.jcommander.ParameterException; import lombok.extern.slf4j.Slf4j; import org.apache.commons.io.IOUtils; import org.deeplearning4j.clustering.sptree.DataPoint; import org.dee...
package com.suver.nate.patientscheduler; import com.suver.nate.patientscheduler.Helpers.TaskDescriptionLookup; import com.suver.nate.patientscheduler.Models.OfficeSettings; import com.suver.nate.patientscheduler.Models.Token; import com.suver.nate.patientscheduler.Models.UserSetting; /** * Created by nates on 11/22/...
/** * Copyright (c) 2011-2014, hubin (jobob@qq.com). * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by...
/* * * Copyright (c) 2013 - 2020 Lijun Liao * * 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...
/* ### * 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) 2016 Red Hat, 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 agre...
/* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ package io.opentelemetry.api.metrics; import javax.annotation.concurrent.ThreadSafe; /** * Util class that can be use to atomically record measurements associated with a set of Metrics. * * <p>This class is equivalent with indivi...
package org.sk.vtracker.simulator; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.scheduling.annotation.EnableAsync; import org.springframework.scheduling.annotation.EnableScheduling; import springfox.documentation.swa...
package com.openvpn.vpn.Activities; import android.content.Intent; import android.os.Bundle; import android.widget.CompoundButton; import android.widget.RadioButton; import androidx.appcompat.app.AppCompatActivity; import androidx.lifecycle.MutableLiveData; import androidx.lifecycle.Observer; import com.anjlab.andro...
/* * Copyright 1999-2015 dangdang.com. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
/* * 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 ...
/* $Id$ ******************************************************************************* * Copyright (c) 2009 Contributors - see below * 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...
package br.com.livroandroid.carros.fragments; import android.content.Intent; import android.net.Uri; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.widget.SwipeRefreshLayout; import android.support.v7.view.ActionMode; import android.support.v7.widget.DefaultItemAnimator...
/* * 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...
/* * Entagged Audio Tag library * Copyright (c) 2004-2005 Christian Laireiter <liree@web.de> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License as published by the Free Software Foundation; either * version 2.1 of the License,...
package de.hsmainz.cs.semgis.arqextension.test.unit; import static org.junit.Assert.assertEquals; import org.apache.jena.sparql.expr.NodeValue; import org.junit.jupiter.api.Test; import de.hsmainz.cs.semgis.arqextension.unit.LinkToMeter; public class LinkToMeterTest { @Test public void testlinkToMete...
package com.volokh.danylo.video_player_manager.manager; import android.content.res.AssetFileDescriptor; import android.view.View; import com.volokh.danylo.video_player_manager.ui.VideoPlayerView; import com.volokh.danylo.video_player_manager.meta.MetaData; /** * This is a general interface for VideoPlayerManager *...
/* * 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")...
package daybreak.nerfedshield.config; import com.google.common.base.Charsets; import com.google.common.base.Preconditions; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStr...
/* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ package io.opentelemetry.javaagent.instrumentation.undertow; import io.opentelemetry.context.Context; import io.opentelemetry.context.propagation.TextMapGetter; import io.opentelemetry.instrumentation.api.servlet.AppServerBridge; imp...
/* * 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.didichuxing.datachannel.agent.source.log.type; import java.io.File; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.HashSet; import java.util.List; import java.util.Set; import java.util.regex.Pattern; import com.didichuxing.datachannel.agent.common.api.StandardLogType...
package com.admin.biz.system.impl; import com.admin.biz.system.SystemMenuBiz; import com.admin.core.exception.BusinessException; import com.admin.core.constants.ResponseStatus; import com.admin.dao.system.dto.UpdateSystemMenuSortDTO; import com.admin.dao.system.model.SystemMenu; import com.admin.dao.system.vo.SystemMe...
/** * Copyright (c) 2014 Oracle and/or its affiliates. All rights reserved. * * You may not modify, use, reproduce, or distribute this software except in * compliance with the terms of the License at: * https://github.com/javaee/tutorial-examples/LICENSE.txt */ /* * To change this template, choose Tools | Templ...
/* * 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.github.peacetrue.log.aspect; import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.annotation.Around; import org.aspectj.lang.annotation.Aspect; /** * @author xiayx */ @Aspect public class AnnotationLogAspect extends LogAspect { @Around(value = "@annotation(logPointcut)") public ...
package bluetooth; import java.io.IOException; import java.util.Scanner; import java.util.List; import javax.bluetooth.RemoteDevice; public class Main { public static void main(String[] args) throws IOException,InterruptedException { BluetoothConnector btConnector = new BluetoothConnector(); int nDevices = 0,...
package org.netmelody.cieye.server.observation.protocol.test; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.equalTo; import static org.hamcrest.Matchers.hasProperty; import org.junit.After; import org.junit.Test; import org.netmelody.cieye.server.observation.protocol.JsonRes...
package org.dfm.funding.data.service.repository.config; import org.springframework.boot.autoconfigure.domain.EntityScan; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.data.jpa.repository.config.EnableJpaRepositories; import o...
/* * 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.cgfy.mybatis.generator.plugins; import org.apache.commons.lang3.StringUtils; import org.mybatis.generator.api.IntrospectedColumn; import org.mybatis.generator.api.IntrospectedTable; import org.mybatis.generator.api.dom.java.FullyQualifiedJavaType; import org.mybatis.generator.api.dom.java.TopLevelClass; i...
// Copyright 2020 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...
package com.dtstack.jlogstash.inputs; import com.fasterxml.jackson.databind.ObjectMapper; //import com.fasterxml.jackson.module.afterburner.AfterburnerModule; /** * * @author sishu.yss * */ public class JsonUtils { public final static ObjectMapper mapper = new ObjectMapper(); // public final static Objec...
package edu.psu.sweng500.emrms.services; import edu.psu.sweng500.emrms.model.HAllergy; import edu.psu.sweng500.emrms.model.HDiagnosis; import edu.psu.sweng500.emrms.service.ManageAllergyService; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; import org.springfr...
/******************************************************************************* * Copyright (c) 2015, 2016 * * 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 ...
package cc.momas.smbms.entity; import java.util.Date; public class Role { private Integer createdBy; private Date creationDate; private Integer modifyBy; private Date modifyDate; private String roleCode; private Integer roleId; private String roleName; public Role() { super(); } public Role(Integer...
// Copyright 2017 JanusGraph 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 agree...
/* * Copyright 2013 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 applica...
/* This file is part of the iText (R) project. Copyright (c) 1998-2020 iText Group NV Authors: iText Software. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 as published by the Free Software Foundation ...
package app.com.oath.micro.server.dist.lock.rest; import org.springframework.stereotype.Component; import com.oath.micro.server.dist.lock.DistributedLockService; @Component public class DummyLock implements DistributedLockService { @Override public boolean tryLock(String key) { if (key.equals("dummy...
/* * Copyright 2020 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
package com.manju.ownersapi; import java.util.ArrayList; import java.util.List; import javax.validation.constraints.NotNull; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.a...
#set( $symbol_pound = '#' ) #set( $symbol_dollar = '$' ) #set( $symbol_escape = '\' ) package ${package}.web.controller; import java.io.IOException; import java.net.URL; import java.util.ArrayList; import java.util.List; import javax.servlet.FilterChain; import javax.servlet.ServletException; import javax.se...
package io.nuls.network.protocol.message; import io.nuls.kernel.exception.NulsException; import io.nuls.kernel.utils.NulsByteBuffer; import io.nuls.network.constant.NetworkConstant; public class GetVersionMessage extends BaseNetworkMessage<NetworkMessageBody>{ /** * 初始化基础消息的消息头 */ public GetVersio...