text
stringlengths
7
995k
/* * Copyright (c) 1995, 2008, 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...
package io.contek.invoker.bitmex.api.common; import javax.annotation.concurrent.NotThreadSafe; @NotThreadSafe public class _Position { public Long account; public String symbol; public String currency; public String underlying; public String quoteCurrency; public Double commission; public Double initMa...
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
package net.minecraft.advancements.critereon; import com.google.common.collect.Lists; import com.google.common.collect.Maps; import com.google.common.collect.Sets; import com.google.gson.JsonDeserializationContext; import com.google.gson.JsonObject; import com.google.gson.JsonSyntaxException; import java.util.List; im...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
package com.github.badoualy.telegram.tl.api; import static com.github.badoualy.telegram.tl.StreamUtils.*; import static com.github.badoualy.telegram.tl.TLObjectUtils.*; import java.lang.Override; import java.lang.String; /** * @author Yannick Badoual yann.badoual@gmail.com * @see <a href="http://github.com/badoual...
package com.usher.service.impl; import com.usher.entities.ProductCategory; import com.usher.service.impl.CategoryServiceImpl; import org.junit.Assert; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.Spri...
package com.tvd12.ezyfox.binding.testing.arraybinding; import java.util.List; import com.tvd12.ezyfox.binding.EzyAccessType; import com.tvd12.ezyfox.binding.annotation.EzyArrayBinding; import com.tvd12.ezyfox.binding.annotation.EzyIndex; import com.tvd12.ezyfox.collect.Lists; import lombok.AccessLevel; import lombok...
package ru.stqa.pft.mantis.model; import com.google.common.collect.ForwardingSet; import java.util.Collection; import java.util.HashSet; import java.util.Set; public class Users extends ForwardingSet<UserData> { private Set<UserData> delegate; public Users(Collection<UserData> users) { this.delegate = new ...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. The ASF 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 * * ...
package lighthouse.subwindows; import com.google.common.base.*; import de.jensd.fx.fontawesome.*; import javafx.concurrent.*; import javafx.event.*; import javafx.fxml.*; import javafx.scene.control.*; import lighthouse.*; import lighthouse.protocol.*; import lighthouse.utils.*; import lighthouse.wallet.*; import org....
/** * */ package models; import com.avaje.ebean.Model; import com.avaje.ebean.annotation.CreatedTimestamp; import com.avaje.ebean.annotation.PrivateOwned; import com.avaje.ebean.annotation.UpdatedTimestamp; import com.fasterxml.jackson.annotation.JsonFormat; import com.fasterxml.jackson.annotation.JsonIgnore; import...
package com.spring.sample.repository; import com.spring.sample.entity.ToDoEntity; import org.springframework.data.jpa.repository.JpaRepository; public interface ToDoRepository extends JpaRepository<ToDoEntity, Integer> { }
package condensation.actors; public interface DataSavedHandler { void onDataSaved(); }
///////////////////////////////////////////////////////////// //ProfanityDetectorV2Controller.java //rest-v2-app // Created by Gooru on 2014 // Copyright (c) 2014 Gooru. All rights reserved. // http://www.goorulearning.org/ // Permission is hereby granted, free of charge, to any person obtaining // a copy of this ...
package mods.defeatedcrow.api.recipe; import java.util.List; import net.minecraft.block.Block; import net.minecraft.item.ItemStack; public interface IPlateRecipeRegister { /** * レシピのリストを取得する。 */ List<? extends IPlateRecipe> getRecipeList(); @Deprecated List<ItemStack> getHeatSourceList(); List<? extends ...
package com.harmazing.openbridge.paas.plugin.bean; import java.util.HashMap; import java.util.Map; import javax.servlet.http.HttpServletRequest; import org.springframework.stereotype.Service; import com.alibaba.fastjson.JSONObject; import com.harmazing.framework.util.ConfigUtil; import com.harmazing.framework.util....
/* * 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.espotify.controller; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.PrintWriter; import java.util.Enumeration; import java.util.List; import javax.servlet.ServletException; import javax.servlet.ServletOutputStream; import javax.servlet.annotatio...
package examples; import java.util.List; import org.apache.http.impl.client.HttpClientBuilder; import org.json.simple.parser.ParseException; import com.github.jreddit.oauth.RedditOAuthAgent; import com.github.jreddit.oauth.RedditToken; import com.github.jreddit.oauth.app.RedditApp; import com.github.jreddit.oauth.ap...
package com.swifty.validation; public enum ARGUMENT_ERRORS { NONE (""), NO_FILE ("Specify files for compilation"), BAD_FILE_EXTENSION ("File has to end with .swift extension"); private final String message; ARGUMENT_ERRORS(String message) { this.message = message; } public String...
/* * 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.firstinspires.ftc.teamcode.comp_code; import android.media.AudioManager; import android.media.SoundPool; import com.qualcomm.hardware.bosch.BNO055IMU; import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode; import com.qualcomm.robotcore.eventloop.opmode.OpMode; import com.qualcomm.robotcore.hardware....
/* * reserved comment block * DO NOT REMOVE OR ALTER! */ /* * Copyright 1999-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http:/...
/** * Test for class Teacher. * * @author Vadim Mironov (Mironov6292@gmail.ru/Multik6292@mail.ru) * @version $Id$ * @since 0.1 */ package ru.job4j.tracker; import org.junit.Test; import java.util.ArrayList; import java.util.Collections; import java.util.List; import static org.hamcrest.core.Is.is; import stat...
/** * Copyright (C) 2013-2019 Helical IT Solutions (http://www.helicalinsight.com) - 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://...
package com.sequenceiq.datalake.flow.dr.backup.event; import static com.sequenceiq.datalake.flow.dr.backup.DatalakeBackupEvent.DATALAKE_DATABASE_BACKUP_EVENT; import com.sequenceiq.datalake.entity.operation.SdxOperation; import com.sequenceiq.datalake.entity.operation.SdxOperationType; import com.sequenceiq.datalake....
package ece465.handler.single; import javax.sql.DataSource; import java.util.concurrent.*; import org.apache.log4j.Logger; import ece465.util.DBconnection; import ece465.util.fileInfo; import ece465.util.search; public class retrieve { Logger LOG = Logger.getLogger(retrieve.class); DataSource dbcp; pr...
/** * Copyright or © or Copr. LGI2A * * LGI2A - Laboratoire de Genie Informatique et d'Automatique de l'Artois - EA 3926 * Faculte des Sciences Appliquees * Technoparc Futura * 62400 - BETHUNE Cedex * http://www.lgi2a.univ-artois.fr/ * * Email: gildas.morvan@univ-artois.fr * * Contributors: * Gildas MO...
package com.samrj.devil.util; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.InputStream; import java.lang.reflect.Array; import java.nio.ByteBuffer; import java.nio.charset.Charset; import java.nio.charset.StandardCharsets; import java.util.ArrayList; import java.util.Collection; imp...
/* * 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 jaycodes.topdown.zombie.game.gameobject.entities.zombies; import java.awt.Graphics2D; import jaycodes.topdown.zombie.game.game...
// (c) 2016 uchicom package com.uchicom.nanokvs; import java.io.IOException; import java.sql.Array; import java.sql.Blob; import java.sql.CallableStatement; import java.sql.Clob; import java.sql.Connection; import java.sql.DatabaseMetaData; import java.sql.NClob; import java.sql.PreparedStatement; import java.sql.SQLC...
/* * Copyright 2018 Netflix, 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...
/* * Copyright 2019 Netflix, 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 com.rolandoasmat; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.*; class Q1_07_Rotate_MatrixTest { @Test void rotate() { int[][] input = { {1, 2, 3, 4}, {5, 6, 7, 8}, {9, 10, 11, 12}, {13, 14,...
package com.example.flixster; import androidx.appcompat.app.AppCompatActivity; import com.codepath.asynchttpclient.AsyncHttpClient; import com.codepath.asynchttpclient.callback.JsonHttpResponseHandler; import com.example.flixster.models.Movie; import com.google.android.youtube.player.YouTubeBaseActivity; import com.g...
package com.jakewharton.rxbinding.support.design.widget; import android.app.Activity; import android.os.Bundle; import android.support.design.widget.CoordinatorLayout; import android.view.View; public class RxSwipeDismissBehaviorTestActivity extends Activity { CoordinatorLayout parent; View view; @Override pro...
package uk.gov.pay.api.app.config; import com.fasterxml.jackson.databind.DeserializationFeature; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.module.SimpleModule; import com.google.inject.AbstractModule; import com.google.inject.Provides; import com.google.inject.Singleton;...
package st.domain.ggviario.secret.model; import st.zudamue.support.android.util.BaseCharSequence; /** * * Created by xdata on 12/24/16. */ public class Sector extends BaseCharSequence { private Integer id; private String name; public Sector(Integer id, String name) { this.id = id; this...
/* * ==================================================================== * 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 ...
/* * 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 ...
/* * Copyright 2013-2018 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...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.incurrency.framework; /** * * @author pankaj */ public class Splits { private Integer id; private String symbol; private Integer oldShares; private Integer newShares; private long eff...
package org.dynamicruntime.schemadef; import org.dynamicruntime.exception.DnException; import static org.dynamicruntime.util.ConvertUtil.*; import static org.dynamicruntime.util.DnCollectionUtil.*; import static org.dynamicruntime.schemadef.DnSchemaDefConstants.*; import java.util.Comparator; import java.util.List;...
/* Copyright (c) 2011 Tsz-Chiu Au, Peter Stone University of Texas at Austin 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, thi...
/* * 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 ...
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writi...
// Copyright (c) 2017, the R8 project authors. Please see the AUTHORS file // for details. All rights reserved. Use of this source code is governed by a // BSD-style license that can be found in the LICENSE file. package com.android.tools.r8.ir.code; import com.android.tools.r8.errors.Unreachable; import com.android.t...
// automatically generated, do not modify package MyGame.Example; import java.nio.*; import java.lang.*; import java.util.*; import com.google.flatbuffers.*; public class Monster extends Table { public static Monster getRootAsMonster(ByteBuffer _bb) { _bb.order(ByteOrder.LITTLE_ENDIAN); return (new Monster()).__in...
package ru.job4j.todo.servlets; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.io.IOException; /** * @author Yury Matskevich */ public class ItemServlet extends HttpServlet { @Ove...
/* * The MIT License (MIT) * * Copyright (c) 2017 Greg Messner <greg@messners.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 t...
package com.revolsys.geopackage.field; import java.io.ByteArrayOutputStream; import java.nio.ByteBuffer; import java.nio.ByteOrder; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.util.Arrays; import java.util.Map; import org.jeometry.common.data.type.DataType; ...
/** * Written August 4, 2018. Not tested. */ package utilities; import java.util.Arrays; import java.util.Random; /** * @author RWRD * */ public class CensoredMultinomialTrial { /** * Sample on of the categories: {0,1,2,... n-1}. Two vectors are used: (1) rates * r[0], r[1], ..., r[n-1], all non-negative ...
package com.codahale.gpgj; import org.bouncycastle.crypto.AsymmetricCipherKeyPair; import org.bouncycastle.crypto.params.DSAPrivateKeyParameters; import org.junit.Test; import java.security.SecureRandom; import static org.fest.assertions.api.Assertions.assertThat; public class DsaKeyGeneratorTest { private fina...
package com.github.robertomanfreda.java9.collectionfactorymethods; import com.github.robertomanfreda.ITopic; import java.util.List; import java.util.ListIterator; import java.util.Map; import java.util.Set; public class CollectionFactoryMethods implements ITopic { public CollectionFactoryMethods(){ post...
package com.example.bozhilun.android.xwatch; import android.os.Bundle; import androidx.annotation.Nullable; import androidx.fragment.app.FragmentManager; import androidx.fragment.app.FragmentTransaction; import com.example.bozhilun.android.R; import com.example.bozhilun.android.siswatch.WatchBaseActivity; import com....
package es.bhavishchandnani.myrestaurant.adapters; import android.content.Context; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import java.util.LinkedList...
package br.com.temwifi.domains.infra.utils.exception; public class InternalServerErrorException extends HttpException { public InternalServerErrorException() { super("Erro interno"); } public InternalServerErrorException(String message) { super(message); } }
import java.io.BufferedReader; import java.io.InputStreamReader; import java.io.IOException; class Solution { public static void main(String []argh)throws IOException { BufferedReader in = new BufferedReader(new InputStreamReader(System.in)); int n = Integer.parseInt(in.readLine()); 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 may...
import com.formdev.flatlaf.FlatLightLaf; import com.g3g4x5x6.nuclei.NucleiFrame; import javax.swing.*; public class NucleiDemo { public static void main(String[] args) { initFlatLaf(); SwingUtilities.invokeLater(()->{ NucleiFrame nucleiFrame = new NucleiFrame(); nucleiFram...
package com.lwd.qjtv.mvp.model.entity; /** * Email:wwwiiivip@yeah.net * Created by ZhengQian on 2017/7/17. */ public class SwiftPassPayBean { /** * msg : success * status : 1 * data : {"token_id":"12c23e3df5812a2fe9d07b530f63faa60","services":"pay.weixin.app"} */ private String msg; ...
/** * 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 de.plushnikov.intellij.plugin.processor.clazz; import com.intellij.openapi.util.text.StringUtil; import com.intellij.psi.*; import com.intellij.psi.search.GlobalSearchScope; import de.plushnikov.intellij.plugin.lombokconfig.ConfigKey; import de.plushnikov.intellij.plugin.problem.ProblemBuilder; import de.plush...
package com.nexoqa; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.builder.SpringApplicationBuilder; import org.springframework.boot.web.servlet.support.SpringBootServletInitializer; import org.springframework.cont...
package xyz.ershweb.guessme; import org.junit.Test; import static org.junit.Assert.*; /** * To work on unit tests, switch the Test Artifact in the Build Variants view. */ public class ExampleUnitTest { @Test public void addition_isCorrect() throws Exception { assertEquals(4, 2 + 2); } }
package scalable.solutions.kafka; import org.apache.kafka.clients.producer.*; import org.apache.kafka.common.serialization.IntegerSerializer; import org.apache.kafka.common.serialization.StringSerializer; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.Properties; public class SimpleProduce...
package controllers; import javafx.fxml.FXML; import javafx.fxml.FXMLLoader; import javafx.scene.Node; import javafx.scene.Parent; import javafx.scene.Scene; import javafx.scene.control.Button; import javafx.scene.control.TextArea; import javafx.scene.control.TextField; import javafx.stage.Stage; import jdk.nashorn.in...
package io.toolisticon.byoct.jpa.converterprocessor; import io.toolisticon.annotationprocessortoolkit.AbstractAnnotationProcessor; import javax.persistence.Converter; import io.toolisticon.spiap.api.Service; import io.toolisticon.spiap.api.OutOfService; import javax.annotation.processing.Processor; import javax.annot...
package org.juxtasoftware.dao; import java.util.List; import org.juxtasoftware.model.QNameFilter; import org.juxtasoftware.model.Workspace; public interface QNameFilterDao extends JuxtaDao<QNameFilter> { /** * Update filter details * @param filter */ void update(QNameFilter filter); ...
package com.example.jobs.coolweather.db; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; /** * Created by jobs on 2016/9/25. */ public class CoolWeatherOpenHelper extends SQLiteOpenHelper { /** * Province表建表语句 */ pu...
/** * ***************************************************** * Copyright (C) 2021 bytedance.com. All Rights Reserved * This file is part of bytedance EA project. * Unauthorized copy of this file, via any medium is strictly prohibited. * Proprietary and Confidential. * **********************************************...
package org.smartregister.uniceftunisia.job; import android.content.Intent; import androidx.annotation.NonNull; import org.smartregister.immunization.job.VaccineSchedulesUpdateJob; import org.smartregister.immunization.util.IMConstants; import org.smartregister.uniceftunisia.service.intent.AppVaccineScheduleUpdateIn...
/* * Copyright 2013-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
package com.djcerdas.pokedextico.adapter; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.recyclerview.widget.RecyclerView; import com.djcerdas.pokedextico.Listener.OnPokemonClicked; import ...
package frc.robot.commands.Map; import edu.wpi.first.wpilibj.command.Command; import frc.robot.Robot; import frc.robot.subsystems.Main.Map; public class UpdatePlayerInfo extends Command { private double startDistance; private long startTime; public UpdatePlayerInfo() { requires(Robot.m_map); }...
package com.atguigu.gulimall.coupon.service; import com.baomidou.mybatisplus.extension.service.IService; import com.atguigu.common.utils.PageUtils; import com.atguigu.gulimall.coupon.entity.CouponSpuRelationEntity; import java.util.Map; /** * 优惠券与产品关联 * * @author york * @email york@gmail.com * @date 2021-11-13 ...
/** * Copyright (c) 2017 Contributors to the Eclipse Foundation * Copyright 2017 SmartBear Software * <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/l...
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
/* * Copyright (c) 2019 Stefan Spiska (Vitasystems GmbH) and Hannover Medical School * This file is part of Project EHRbase * * 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 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 com.zhw.core.util; public class RegexUtil { /** * 将字符串转化为正则表达式 * * @param s * @return */ public static String toRegex(String s) { StringBuffer sb = new StringBuffer(); for (int i = 0; i < s.length(); i++) { char c = s.charAt(i); if (MyStringUtil.isLetter(c)) { sb.append("["); sb....
/* * Copyright 2013 gitblit.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 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 you under the Apache License, Version 2.0 (the * "License"); you ...
package aug.bueno; import org.junit.jupiter.api.Test; import org.springframework.boot.test.context.SpringBootTest; @SpringBootTest class ApplicationTests { @Test void contextLoads() { } }
/* * Copyright 2008-present MongoDB, 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 ag...
package sjm.examples.logic; import sjm.engine.*; import sjm.parse.*; /* * Copyright (c) 2000 Steven J. Metsker. All Rights Reserved. * * Steve Metsker makes no representations or warranties about * the fitness of this software for any particular purpose, * including the implied warranty of merchantability. */...
/* * Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.eventbridge.models; import com.aliyun.tea.*; /** * The response of search EventBus */ public class ListEventBusesResponse extends TeaModel { @NameInMap("RequestId") @Validation(required = true) public String requestId; @NameI...
package gameengine.systems.statistics; import gameengine.attributes.KillDeathCount; import gameengine.entities.EntityInterface; import gameengine.systems.statistics.interfaces.KillDeathCountStatisticsInterface; import gameengine.systems.statistics.interfaces.StatisticsInterface; import gameengine.utilities.Pair; impor...
package com.hcy.service.engine; import com.hcy.model.aggregates.TreeRich; import com.hcy.model.vo.EngineResult; import com.hcy.model.vo.TreeNode; import com.hcy.model.vo.TreeRoot; import com.hcy.service.logic.LogicFilter; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.Map; /** * 基础决策引擎功...
// // From Sijtsche de Jong (sy.de.jong@let.rug.nl) // Rewritten Yves lafon <ylafon@w3.org> // // COPYRIGHT (c) 1995-2018 World Wide Web Consortium, (MIT, ERCIM and Keio) // Please first read the full copyright statement in file COPYRIGHT.html package org.w3c.css.properties.css3; import org.w3c.css.util.ApplContext; ...
/* * 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) 2021, Peter Abeles. All Rights Reserved. * * This file is part of BoofCV (http://boofcv.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.apac...
/* * (c) Copyright Christian P. Fries, Germany. All rights reserved. Contact: email@christian-fries.de. * * Created on 09.02.2004 */ package net.finmath.montecarlo; import java.io.Serializable; import net.finmath.stochastic.RandomVariableInterface; import net.finmath.time.TimeDiscretizationInterface; import cern....
/******************************************************************************* * Copyright 2017 Francesco Cina' * * 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.apach...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/pubsublite/v1/publisher.proto package com.google.cloud.pubsublite.proto; public interface InitialPublishRequestOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.pubsublite.v1.InitialPublishRequest) c...
/* * Copyright 2000-2017 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...
/* * Copyright 2016-present Open Networking Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
package com.mizo0203.komeiji.domain.difine; public class KeysAndAccessTokensKey { public static final String CONSUMER_KEY = "CONSUMER_KEY"; public static final String CONSUMER_SECRET = "CONSUMER_SECRET"; public static final String TOKEN = "TOKEN"; public static final String TOKEN_SECRET = "TOKEN_SECRET"; pub...