text
stringlengths
7
1.01M
/* * 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) 1998, 2015 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 ...
package May2021GoogLeetcode; public class _0787CheapestFlightsWithinKStops { public static void main(String[] args) { System.out.println(findCheapestPrice(3, new int[][] { new int[] { 0, 1, 100 }, new int[] { 1, 2, 100 }, new int[] { 0, 2, 500 } }, 0, 2, 1)); System.out.println(findCheapestPrice(3, new i...
/* * 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 bean; import javax.enterprise.context.RequestScoped; import javax.inject.Named; import org.primefaces.model.chart.PieChartMod...
package com.alibaba.datax.plugin.reader.otsstreamreader.internal.core; import com.alibaba.datax.common.util.Configuration; import com.alibaba.datax.plugin.reader.otsstreamreader.internal.common.ConfigurationHelper; import com.alibaba.datax.plugin.reader.otsstreamreader.internal.common.TestHelper; import com.alibaba.da...
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.spellchecker.generator; import com.intellij.lang.Language; import com.intellij.lang.LanguageNamesValidation; import com.intellij.lang.refactoring.NamesValida...
package com.pepper.framework.interceptor.annotation; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Inherited; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * 自定义注解防止表单重复提交 * ...
package uk.gov.hmcts.reform.bailcaseapi.domain.handlers.presubmit; import static java.util.Collections.emptyList; import static java.util.Objects.requireNonNull; import static uk.gov.hmcts.reform.bailcaseapi.domain.entities.BailCaseFieldDefinition.DIRECTIONS; import java.util.List; import java.util.Optional; import o...
/* * Copyright 2017-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
package com.sample.springboot.orika.converter; import com.sample.springboot.orika.enums.SampleEnum; import ma.glasnost.orika.converter.BidirectionalConverter; import ma.glasnost.orika.metadata.Type; public class EnumsConverters { public static class SampleEnumToIntegerConverter extends BidirectionalConverter<Sam...
import java.util.Scanner; /** * Recitation created by Gareth Halladay, 08/17. <br> * Content was gathered from two sources: * <ul> * <li> http://www.cs.wustl.edu/~kjg/cse131/modules/recursion/lab.html * <li> http://codingbat.com/prob/p273235?parent=/home/bono@usc.edu/recursionLab * </ul> * */...
package com.example.ckraft.myapplication; import android.os.AsyncTask; import android.widget.Toast; import com.example.ckraft.myapplication.R; import com.google.gson.Gson; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; import java.io.BufferedInputStream; import java.io.Buffere...
/* * 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 2016-2017 Hippo B.V. (http://www.onehippo.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 a...
/* * Copyright 2002-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 (c) 2019,2020 honintech * * 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, modify, merge, publish, di...
/* * Copyright 2010-2016 Amazon.com, Inc. or its affiliates. All Rights * Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "l...
/* * Licensed to The Apereo Foundation under one or more contributor license * agreements. See the NOTICE file distributed with this work for * additional information regarding copyright ownership. * * The Apereo Foundation licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may...
/* * Copyright 2017 John Grosh & Kaidan Gustave * * 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...
/* * Copyright 2015 JBoss, by 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 ...
/* * Copyright 2015 Google 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 by applica...
package com.jerusalem.goods.dao; import com.jerusalem.goods.entity.SpuImagesEntity; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; import org.springframework.stereotype.Repository; /**** * 持久层 * spu图片 * @author jerusalem * @email 3276586184@qq.com * @date 202...
// // Author: Yves Lafon <ylafon@w3.org> // // (c) COPYRIGHT MIT, ERCIM, Keio, Beihang University, 2017. // Please first read the full copyright statement in file COPYRIGHT.html package org.w3c.css.properties.css3; import org.w3c.css.util.ApplContext; import org.w3c.css.util.InvalidParamException; import org.w3c.css.v...
package net.sf.antcontrib.net; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.net.MalformedURLException; import java.net.URL; import org.apache.ivy.ant.IvyConfigure; import org.apache.ivy.ant.IvyCacheFileset; import org.apache.tools.ant.BuildException; public clas...
import javax.swing.*; import java.io.BufferedReader; import java.io.FileReader; import java.awt.Color; import java.awt.image.BufferedImage; import java.io.File; import java.io.IOException; import javax.imageio.ImageIO; import javax.swing.JOptionPane; import java.awt.Image; import java.awt.event.ActionEvent; import java...
package fr.insee.rmes.api.operations; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.ws.rs.GET; import javax.ws.rs.HeaderParam; import javax.ws.rs.Path; import javax.ws.rs.PathParam; import javax.ws.rs.Produces; import javax.ws.rs.QueryParam; import jav...
package ttc2018; import com.google.common.collect.Iterators; import org.neo4j.configuration.GraphDatabaseSettings; import org.neo4j.dbms.api.DatabaseManagementService; import org.neo4j.dbms.api.DatabaseManagementServiceBuilder; import org.neo4j.exceptions.KernelException; import org.neo4j.graphdb.*; import org.neo4j.i...
/** * Copyright 2014 Telefonica Investigación y Desarrollo, S.A.U <br> * This file is part of FI-WARE project. * <p> * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. * </p> * <p> * You may obtain a copy of the License at:<br> *...
/* * Copyright (c) 2019 Mastercard 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, sof...
/* * This module, both source code and documentation, * is in the Public Domain, and comes with NO WARRANTY. */ package com.github.blagerweij.sessionlock; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Timestamp; import liquiba...
/* * 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...
package com.sme.multithreading.service; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertTrue; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.Comparator; import java.util.List; import java.util.concurr...
package com.netflix.niws.loadbalancer; import com.google.common.util.concurrent.ThreadFactoryBuilder; import com.netflix.discovery.CacheRefreshedEvent; import com.netflix.discovery.EurekaClient; import com.netflix.discovery.EurekaEventListener; import com.netflix.loadbalancer.ServerListUpdater; import org.easymock.Cap...
// Autor y desarrollador parcial o total: Santiago Hernández Plazas (santiago.h.plazas@gmail.com). package co.gov.ideamredd.web.usuario.dao; import org.jasypt.encryption.pbe.StandardPBEStringEncryptor; public class Security { public static String encriptar(String cadena) { StandardPBEStringEncryptor s = new Stan...
/* * Copyright © 2019 Cask Data, 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 t...
package me.zhengjie.modules.system.rest; import me.zhengjie.aop.log.Log; import me.zhengjie.modules.system.dojo.ModelA; import me.zhengjie.modules.system.dojo.Order; import me.zhengjie.modules.system.service.ActModelService; import me.zhengjie.modules.system.service.dto.ModelDto; import org.activiti.engine.Repositor...
package com.example.android.quakereport; public class Earthquake { // Name of the Android version (e.g. Gingerbread, Honeycomb, Ice Cream Sandwich) private Double mMagnitude; // Android version number (e.g. 2.3-2.7, 3.0-3.2.6, 4.0-4.0.4) private String mLocation; // Drawable resource ID // pri...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/ads/googleads/v2/errors/not_empty_error.proto package com.google.ads.googleads.v2.errors; public interface NotEmptyErrorEnumOrBuilder extends // @@protoc_insertion_point(interface_extends:google.ads.googleads.v2.errors.NotEmptyErrorEnum...
/** * This program and the accompanying materials * are made available under the terms of the License * which accompanies this distribution in the file LICENSE.txt */ package com.archimatetool.model; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Application Service</b></...
// Copyright 2021 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 agreed to ...
/* ==================================================================== Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. The ASF licenses this file to Y...
/* * Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
package p3d4amb.sat.lib; /** * Builds the image as a series of points */ public interface PointsProvider { Points getPoints(int width, int height); }
/* * 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")...
/* * Copyright (C) 2014 The Dagger 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 ag...
package com.github.tcurrie.rest.factory.it.apis; import java.util.Set; public interface TestApi { void runnable(); void consumer(Pojo m); Pojo producer(); Pojo reverse(Pojo c); Pojo concatenate(Pojo a, Pojo b); Set<Pojo> dedup(Pojo... values); Pojo min(Set<Pojo> values); int add(int a,...
package com.praylist.socialcomponents.main.SplashAnimation; import android.content.Intent; import android.os.Bundle; import android.os.Handler; import androidx.annotation.Nullable; import androidx.appcompat.app.AppCompatActivity; import com.google.firebase.auth.FirebaseAuth; import com.praylist.socialcomponents.main...
package com.sunrise.web.controller.system; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotation.GetMapping; import com.sunrise.common.config.Global; ...
package io.aftersound.weave.batch.jobspec.ft.file; import io.aftersound.weave.common.NamedType; import io.aftersound.weave.filehandler.FileHandlingControl; public class SourceFileHandlingControl implements FileHandlingControl { public static final NamedType<FileHandlingControl> TYPE = NamedType.of( "...
/* * Copyright (c) Facebook, Inc. and 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 by applic...
package seedu.address.logic.parser; import static seedu.address.commons.core.Messages.MESSAGE_INVALID_COMMAND_FORMAT; import java.util.Arrays; import seedu.address.logic.commands.FindAddressCommand; import seedu.address.logic.parser.exceptions.ParseException; import seedu.address.model.person.NameContainsKeywordsPre...
package io.xpire.logic.commands; import static java.util.Objects.requireNonNull; import java.util.Arrays; import java.util.Objects; //@@author JermyTan /** * Represents the result of a command execution. */ public class CommandResult { /** Feedback message to be shown to the user. */ private final String ...
package oasis.names.specification.ubl.schema.xsd.commonbasiccomponents_2; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; import oasis.names.specification.ubl.schema.xsd.unqualifieddatatypes_2.TextType; import org.apache.commo...
/* * Copyright 2015 Palantir Technologies, Inc. All rights reserved. * * Licensed under the BSD-3 License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://opensource.org/licenses/BSD-3-Clause * * Unless required by applicab...
package eu.frenchxcore.api; import com.google.common.util.concurrent.ListenableFuture; import com.google.protobuf.Any; import com.google.protobuf.ByteString; import com.google.protobuf.Timestamp; import cosmos.base.query.v1beta1.Pagination; import cosmos.gov.v1beta2.Gov; import cosmos.staking.v1beta1.Staking; import c...
package org.jeecgframework.web.system.service.impl; import java.util.List; import javax.servlet.http.HttpServletRequest; import org.jeecgframework.core.common.dao.ICommonDao; import org.jeecgframework.core.util.BrowserUtils; import org.jeecgframework.core.util.ContextHolderUtils; import org.jeecgframework.core.util....
package com.gtc.opportunity.trader.service.xoopportunity.replenishment.precision.optaplan; import lombok.Data; import java.math.BigDecimal; /** * Created by Valentyn Berezin on 26.03.18. */ @Data public class XoReplenishPrice { private final BigDecimal lossFrom; private final BigDecimal lossTo; privat...
import java.text.DateFormat; import java.util.Date; import java.util.logging.Level; @aa( a = {ac.class} ) public class a4 implements ac { private static boolean a; private static y<ad> b; private static final String[] c; public static void main(String[] var0) throws Exception { t.a.setLevel(Level...
package redis.clients.jedis.commands.unified; import static org.junit.Assert.assertArrayEquals; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; import static org.junit.Assert.assertTrue; import static org.junit.Assert.fail; import st...
// Copyright (c) 2003-2012, Jodd Team (jodd.org). All Rights Reserved. package jodd.madvoc.result; import jodd.madvoc.ActionRequest; /** * None result processing, for direct outputs. */ public class NoneResult extends ActionResult { public static final String NAME = "none"; public NoneResult() { super(NAME...
/* * Copyright (c) 2017, 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 Softwa...
/** * 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.printto.printmov.wearpet; import android.os.Bundle; import android.app.Activity; import android.widget.Toast; import android.widget.EditText; import android.content.Context; import android.view.View; import android.util.Log; import android.content.res.Configuration; import com.printto.printmov.wearpet.R; ...
/* * Copyright (c) 2002-2017 Gargoyle Software 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 ...
package com.planet_ink.coffee_mud.core.collections; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import...
package net.ethobat.system0.api.registry; import net.ethobat.system0.api.energy.EnergyType; import net.ethobat.system0.api.gui.widgets.GUIWidget; import net.ethobat.system0.api.progression.ProgressItem; import net.ethobat.system0.api.psionics.PsionicSchema; import net.minecraft.util.Identifier; import java.lang.refle...
/* * (C) Copyright 2015-2021, by Fabian Späh and Contributors. * * JGraphT : a free Java graph-theory library * * See the CONTRIBUTORS.md file distributed with this work for additional * information regarding copyright ownership. * * This program and the accompanying materials are made available under the * te...
/* Derby - Class org.apache.derby.iapi.services.locks.CompatibilitySpace 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 fil...
package org.tabchanj.aladdin.controller.impl; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; @Controller @RequestMapping("/login/") public class LoginControll...
package com.matianl.explore.java7concurrency.Chapter7.ch7_recipe05.src.com.packtpub.java7.concurrency.chapter7.recipe05.task; import java.util.concurrent.TimeUnit; /** * Runnable object to check the MyScheduledTask and MyScheduledThreadPoolExecutor classes. * */ public class Task implements Runnable { /** * Ma...
/** * Copyright 2015 Internet2 * * 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...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
package org.support.project.knowledge.logic; import java.io.IOException; import java.lang.invoke.MethodHandles; import java.net.URI; import java.nio.charset.StandardCharsets; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.http.HttpResponse; import ...
/* * Copyright 2020 TiKV Project 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...
/* This code is from exercise sheet written by Dr. Steve Maddock */ package gmaths; /** * A class for a 2D vector. * This includes two components: x and y. * * @author Dr Steve Maddock * @version 1.0 (01/10/2017) */ public final class Vec2 { public float x; public float y; /** * Constructor. ...
package edu.utexas.clm.reconstructreader.reconstruct; import edu.utexas.clm.reconstructreader.Utils; import org.w3c.dom.Element; import java.util.ArrayList; public class ReconstructZTrace implements ContourSet { private final int oid; private final String name; private final ArrayList<Element> polyLineLi...
/* * Copyright 2015 Henrik Olsson * * 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...
package com.kis.data.enums; /** * Created by wanglong on 16-1-30. */ public enum ResultEnum { CODE("code"), ERRORMSG("errMsg"), DATA("data"), OPERFLAG("operationFlag"), CLASSNAME("className"), JSONOBJECT("jsonObject"); ResultEnum(String val) { this.val = val; } private String val; publ...
package com.laegler.openbanking.model; import java.util.Objects; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonValue; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import o...
/* * Copyright (c) 2015. Annie Hui @ RStar Technology Solutions * * 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 ...
/* * 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")...
/* * Copyright (c) 2017 seleniumQuery 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 ...
package com.datastax.oss.driver.shaded.guava.common.util.concurrent; import com.datastax.oss.driver.shaded.guava.common.util.concurrent.RateLimiter.SleepingStopwatch; public class BurstyRateLimiterFactory { public static RateLimiter create(double permitsPerSecond, double maxBurstSeconds) { return create...
/* * Copyright (C) 2014 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...
package com.hedera.hashgraph.stablecoin.app.handler; import com.hedera.hashgraph.stablecoin.app.State; import com.hedera.hashgraph.stablecoin.app.Status; import com.hedera.hashgraph.stablecoin.app.handler.arguments.ExternalTransferTransactionArguments; import com.hedera.hashgraph.stablecoin.proto.TransactionBody; impo...
package com.deer.wms.message.model; /** * 帮助文档扩展 * @author songyuyang * @create 2017/11/29 */ public class HelpContentDto extends HelpContent { /** * 导航名称 */ private String categoryName; /** * 父级导航id */ private Integer parentId; /** * 父级导航名称 */ private String parentName; public String getCa...
package com.codingpixel.healingbudz.network.BudzFeedModel.FollowingUserModel; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; import java.util.List; public class FollowingUserResponse { @SerializedName("status") @Expose private String status; @Serialize...
/*- * ============LICENSE_START======================================================= * SDC * ================================================================================ * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. * ===================================================================...
/* * Copyright 2014-2016 CyberVision, 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 o...
/* * 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...
/******************************************************************************* * Cloud Foundry * Copyright (c) [2009-2016] 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 ...
package com.gotogether.entity; import lombok.Getter; import lombok.Setter; import javax.persistence.*; @Getter @Setter @Entity @Table(name = "roles") public class Role extends BaseEntity { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Integer id; @Enumerated(EnumType.STRING) @Column(length = ...
package sqlite.kripton41; import android.database.sqlite.SQLiteStatement; import com.abubusoft.kripton.android.Logger; import com.abubusoft.kripton.android.sqlite.Dao; import com.abubusoft.kripton.android.sqlite.KriptonContentValues; import com.abubusoft.kripton.android.sqlite.KriptonDatabaseWrapper; import com.abubus...
package liqp.filters; import liqp.Template; import liqp.TemplateContext; import org.antlr.v4.runtime.RecognitionException; import org.junit.Test; import static org.hamcrest.CoreMatchers.is; import static org.junit.Assert.assertThat; public class LastTest { @Test public void applyTest() throws RecognitionExc...
/* * 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 clarifai2.integration_tests; import clarifai2.api.request.input.SearchClause; import clarifai2.api.request.model.Action; import clarifai2.dto.input.ClarifaiImage; import clarifai2.dto.input.ClarifaiInput; import clarifai2.dto.model.ConceptModel; import clarifai2.dto.model.ModelType; import clarifai2.dto.model....
/* * 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) 2016 Jason Taylor. * Released as open-source under the Apache License, Version 2.0. * * ============================================================================ * | Joise * ============================================================================ * * Copyright (C) 2016 Jason Taylor ...
package com.example.seatapplication; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class SeatApplicationTests { @Test void contextLoads() { } }