text
stringlengths
7
995k
package wy.experiment.xposed.websocket; /** * Created by chenxinyou on 2019/3/13. */ public interface AddNewOrderInterface { void addNewData(String s); }
package yuku.alkitab.reminder.widget; import android.content.Context; import android.preference.Preference; import android.text.format.DateFormat; import android.util.AttributeSet; import android.view.View; import android.widget.TimePicker; import java.util.Locale; public class ReminderTimePreference extends Prefere...
/* * 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 2015 Naver Corp. * * 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 ...
package net.daw.dao; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.sql.Date; import net.daw.bean.ProductoBean; public class ProductoDao { Connection oConnection; String ob = null; public ProductoDao(...
/* * Copyright (c) 8/14/2021, HuXiaozhong. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. */ import java.util.ArrayList; import java.util.LinkedList; import java.util.List; import java.util.Queue; public class No958 { static class TreeNode { int val; TreeNo...
package cpg.util; import static java.nio.charset.Charset.defaultCharset; import static org.omg.spec.api4kp._20200801.AbstractCarrier.rep; import static org.omg.spec.api4kp._20200801.taxonomy.krformat.snapshot.SerializationFormat.XML_1_1; import static org.omg.spec.api4kp._20200801.taxonomy.krlanguage.KnowledgeReprese...
/* * Copyright 2000-2009 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...
/* * 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 ...
/* * @(#)UploadThread.java 0.6 2013 May 5 * * Copyright (c) 2013 Amherst Robots, Inc. * All rigts reserved. * * See LICENSE file accompanying this file. */ package com.vrane.metaGlacier.gui; import com.vrane.metaGlacier.HumanBytes; import com.vrane.metaGlacier.Main; import com.vrane.metaGlacier.gui.utilities...
/* Copyright 2018 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
package goveed20.LiteraryAssociationApplication.utils; import goveed20.LiteraryAssociationApplication.elasticsearch.services.IndexingService; import goveed20.LiteraryAssociationApplication.model.*; import goveed20.LiteraryAssociationApplication.model.enums.GenreEnum; import goveed20.LiteraryAssociationApplication.mode...
package org.onebeartoe.electronics.text.to.speech.emic2.raspberry.pi; import com.sun.net.httpserver.HttpExchange; import java.util.Calendar; import org.onebeartoe.text.to.speech.TextToSpeech; /** * @author Roberto Marquez */ public class TimeHttpHandler extends Emic2HttpHandler { public TimeHttpHandler(TextToSp...
/* Copyright (c) The m-m-m Team, Licensed under the Apache License, Version 2.0 * http://www.apache.org/licenses/LICENSE-2.0 */ package io.oasp.module.jpa.dataaccess.api; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.per...
package org.apache.lucene.queries; /* * 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, Vers...
/* * Copyright LWJGL. All rights reserved. * License terms: https://www.lwjgl.org/license * MACHINE GENERATED FILE, DO NOT EDIT */ package org.lwjgl.vulkan; import javax.annotation.*; import java.nio.*; import org.lwjgl.*; import org.lwjgl.system.*; import static org.lwjgl.system.Checks.*; import static org.lwj...
// Copyright 2019 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.chrome.browser.autofill_assistant; import static org.chromium.chrome.browser.autofill_assistant.AssistantTagsForTesting.COLLECT_USER...
// Copyright 2021 The Terasology Foundation // SPDX-License-Identifier: Apache-2.0 package org.terasology.engine.rendering.assets.font; import org.joml.Vector2i; import org.terasology.assets.AssetType; import org.terasology.assets.ResourceUrn; import java.util.List; public final class FontImpl extends Font { pr...
/* * Copyright (c) 2008-2014 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 a...
package graphql.execution; import graphql.PublicApi; import graphql.collect.ImmutableMapWithNullValues; import graphql.schema.GraphQLFieldDefinition; import graphql.schema.GraphQLInterfaceType; import graphql.schema.GraphQLNonNull; import graphql.schema.GraphQLObjectType; import graphql.schema.GraphQLOutputType; impor...
package org.hisp.dhis.message; /* * Copyright (c) 2004-2018, University of Oslo * 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 copyri...
/* Xholon Runtime Framework - executes event-driven & dynamic applications * Copyright (C) 2005, 2006, 2007, 2008 Ken Webb * * 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 ve...
package org.clyze.doop.soot; import org.clyze.doop.common.DoopErrorCodeException; class MissingClassesException extends DoopErrorCodeException { private final String[] classes; public MissingClassesException(String[] classes) { super(21); this.classes = classes; } }
package com.ruoyi.channel.controller; import java.util.List; import org.apache.shiro.authz.annotation.RequiresPermissions; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotat...
package com.mapcat.mapcatsdk.text; import android.graphics.Canvas; import android.graphics.Paint; import android.graphics.Bitmap; import android.graphics.Typeface; import android.support.annotation.WorkerThread; /** * LocalGlyphRasterizer is the Android-specific platform implementation used * by the portable local_...
package to; /** * * @author Alisoft */ public class PlanDeEstudioTO { int id; String nombre; public int getId() { return id; } public void setId(int id) { this.id = id; } public String getNombre() { return nombre; } public void setNombre(String no...
package com.lanking.uxb.rescon.exam.api; import com.lanking.cloud.domain.common.resource.examPaper.ExamPaperStatus; import com.lanking.cloud.domain.type.CheckStatus; import java.util.Collection; import java.util.Map; /** * @author xinyu.zhou * @since 2.0.3 */ public interface ResconExamPaperStatisticService { /*...
/* * #! * Ontopia Rest * #- * Copyright (C) 2001 - 2016 The Ontopia 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 ...
/* Copyright 2017 Alfa Financial Software * * 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.ysy.tmall.coupon.entity; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import java.io.Serializable; import java.util.Date; import lombok.Data; /** * 秒杀活动 * * @author SilenceIronMan * @email yinshiyu_2008@126.com * @date 2020-06-26 21:41:17...
package com.cn.spring.model.pojo; import java.util.Date; import com.fasterxml.jackson.databind.annotation.JsonSerialize; import com.fasterxml.jackson.databind.ser.std.DateSerializer; public class User { private static final long serialVersionUID = -7788619177798333712L; private String userId; private S...
/*! * dencode-web * Copyright 2016 Mozq * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
package io.git.kadir.jersey.example.filter; import io.git.kadir.jersey.example.util.Constants; import io.git.kadir.jersey.example.util.MDCUtil; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import javax.servlet.http.HttpServletRequest; import javax.ws.rs.container.*; import javax.ws.rs.core.Context; import...
/* * Copyright 2016-present Open Networking Laboratory * * 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...
/*----------------------------------------------------------------------------*/ /* Source File: PARKINGLOTLOGSERVICE.JAVA */ /* Description: Implements contract to show parkinglot log activities. */ /* Author: Carlos Adolfo Ortiz Quirós (COQ) ...
/* * 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...
package com.example.myapplication.model; import com.example.myapplication.Constant; import com.example.myapplication.bean.News; import com.example.myapplication.server.INews; import com.example.myapplication.vm.TitleViewViewModel; import com.lib.base.model.BaseModel; import com.lib.base.server.IBaseModelListener; impo...
package com.linkedpipes.plugin.exec.httprequest; import com.linkedpipes.etl.executor.api.v1.LpException; import org.eclipse.rdf4j.model.IRI; import org.eclipse.rdf4j.model.Statement; import org.eclipse.rdf4j.model.ValueFactory; import org.eclipse.rdf4j.model.impl.SimpleValueFactory; import java.net.HttpURLConnection;...
package tir; import java.awt.Color; import java.awt.Font; import java.awt.Graphics; import java.awt.event.KeyEvent; import java.awt.event.KeyListener; import java.awt.event.MouseEvent; import java.awt.event.MouseListener; import java.util.ArrayList; import java.util.Random; import javax.swing.JFrame; import javax.swi...
package io.ctlove0523.spring.mysql.listeners; import javax.persistence.PostLoad; import javax.persistence.PostPersist; import javax.persistence.PostRemove; import javax.persistence.PostUpdate; import javax.persistence.PrePersist; import javax.persistence.PreRemove; import javax.persistence.PreUpdate; import org.slf4j...
/** * <a href="http://www.openolat.org"> * OpenOLAT - Online Learning and Training</a><br> * <p> * Licensed under the Apache License, Version 2.0 (the "License"); <br> * you may not use this file except in compliance with the License.<br> * You may obtain a copy of the License at the * <a href="http://www.apache...
/* * Copyright 2015 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
package project.gladiators.model.bindingModels; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import org.springframework.web.multipart.MultipartFile; import javax.validation.constraints.DecimalMin; import javax.validation.constraints.Min; import javax.validation.constraints.NotNull; imp...
/* 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 ...
/* Generated By:JJTree: Do not edit this line. OCompareOperator.java Version 4.3 */ /* JavaCCOptions:MULTI=true,NODE_USES_PARSER=false,VISITOR=true,TRACK_TOKENS=true,NODE_PREFIX=O,NODE_EXTENDS=,NODE_FACTORY=,SUPPORT_CLASS_VISIBILITY_PUBLIC=true */ package com.orientechnologies.orient.core.sql.parser; public class OCom...
/* * Copyright 2018 Shanghai Junzheng Network Technology Co.,Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requir...
/*----------------------------------------------------------------------------*/ /* Copyright (c) 2017-2018 FIRST. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of...
/* * Copyright 2011 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...
/* DungeonDiver4: A Dungeon-Solving Game Copyright (C) 2008-2012 Eric Ahnell Any questions should be directed to the author via email at: products@puttysoftware.com */ package com.puttysoftware.dungeondiver4.dungeon.objects; import com.puttysoftware.dungeondiver4.dungeon.abc.AbstractButton; import com.puttysoftware...
package com.alibaba.alink.operator.common.statistics.basicstatistic; import org.apache.flink.types.Row; import com.alibaba.alink.common.linalg.DenseMatrix; import com.alibaba.alink.common.linalg.DenseVector; import com.alibaba.alink.common.linalg.MatVecOp; import com.alibaba.alink.common.linalg.VectorUtil; import ja...
package org.jenkinsci.plugins.microsoftnotifier.workflow; import javax.annotation.Nonnull; import javax.inject.Inject; import org.jenkinsci.plugins.microsoftnotifier.CucumberMicrosoft; import org.jenkinsci.plugins.microsoftnotifier.CucumberMicrosoftService; import org.jenkinsci.plugins.workflow.steps.AbstractStepDesc...
/* * 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 com.cactus.instagrama.main.camera.presentation; import android.net.Uri; public interface AddView { void onImageLoaded(Uri uri); void dispose(); }
// Dstl (c) Crown Copyright 2017 package uk.gov.dstl.baleen.resources.data; /** The gender of a term. */ public enum Gender { M, F, N, UNKNOWN; /** * Checks if is compatible, so they must be the same. * * @param a the a * @param b the b * @return true, if is compatible */ public static b...
/* // Licensed to Julian Hyde under one or more contributor license // agreements. See the NOTICE file distributed with this work for // additional information regarding copyright ownership. // // Julian Hyde licenses this file to you under the Apache License, // Version 2.0 (the "License"); you may not use this file e...
package com.ruoyi.common.utils; import java.security.MessageDigest; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * Md5加密方法 * * @author yanghl */ public class Md5Utils { private static final Logger log = LoggerFactory.getLogger(Md5Utils.class); private static byte[] md5(String s) { ...
package org.fieldsight.naxa.stages; import androidx.annotation.NonNull; import androidx.recyclerview.widget.DiffUtil; import androidx.cardview.widget.CardView; import androidx.recyclerview.widget.RecyclerView; import android.text.TextUtils; import android.view.LayoutInflater; import android.view.View; import android....
package uk.gov.hmcts.reform.iacaseapi.domain.handlers.presubmit; import static java.util.Objects.requireNonNull; import com.google.common.collect.Lists; import java.util.List; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Component; import uk.gov.hmcts.reform.iacasea...
/* * Copyright 2012 Cyril A. Karpenko * * 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 agr...
package com.gutotech.narutogame.ui.playing.battles; import android.content.Context; import android.graphics.Color; import android.graphics.drawable.ColorDrawable; import android.view.LayoutInflater; import android.view.View; import android.widget.PopupWindow; import androidx.databinding.DataBindingUtil; import com.g...
import java.util.ArrayList; import java.util.List; /* * 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. */ /** * * @author Wojciech Orzechowski */ public class Main { /** * @par...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE369_Divide_by_Zero__float_Environment_divide_12.java Label Definition File: CWE369_Divide_by_Zero__float.label.xml Template File: sources-sinks-12.tmpl.java */ /* * @description * CWE: 369 Divide by zero * BadSource: Environment Read data from an environment variable * G...
package com.yhy.friendcircle.global; import java.util.Random; /** * Created by HongYi Yan on 2017/4/2 21:45. */ public class ImgUrls { private static final Random RAND = new Random(); public final static String[] ICON_ARR = { "http://img.youguoquan.com/uploads/magazine/content/4a5a82b75d606b6aa...
package com.asiainfo.springboot.dubbo.consumer; import java.util.List; import org.apache.dubbo.config.annotation.Reference; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RestController; import com...
/* Copyright 2016 Esteve Fernandez <esteve@apache.org> * Copyright 2016-2017 Mickael Gaillard <mick.gaillard@gmail.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://w...
/* * Copyright 2000-2011 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...
package com.kv.structural.proxy.proxy2; import net.sf.cglib.proxy.Dispatcher; /** * <p> * Title: FSVM System * </p> * * <p> * Description: * </p> * * <p> * Copyright: Copyright (c) 2015 * </p> * * <p> * Company: Foxconn * </p> * * @date 2015-5-14 下午2:50:10 * * @author kevin * @version 1.1 */...
package com.zhy.mapper; import com.zhy.model.User; import org.apache.ibatis.annotations.*; import org.apache.ibatis.mapping.StatementType; import org.springframework.stereotype.Repository; import java.util.List; /** * @author: zhangocean * @Date: 2018/6/4 15:52 * Describe: user表SQL语句 */ @Mapper @Repository publi...
/** * Copyright (c) 2016-2019 人人开源 All rights reserved. * * https://www.renren.io * * 版权所有,侵权必究! */ package io.renren.modules.app.service.impl; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import io.renren.common.excepti...
/* * Copyright (C) 2015 hops.io. * * 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 (c) 2010 Erwin van Eijk <erwin.vaneijk@gmail.com>. 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 notic...
package com.annimon.ownlang.modules.functional; import com.annimon.ownlang.lib.FunctionValue; import com.annimon.ownlang.lib.Functions; import com.annimon.ownlang.lib.Variables; import com.annimon.ownlang.modules.Module; /** * * @author aNNiMON */ public final class functional implements Module { public stati...
/* * GridGain Community Edition Licensing * Copyright 2019 GridGain Systems, Inc. * * Licensed under the Apache License, Version 2.0 (the "License") modified with Commons Clause * Restriction; you may not use this file except in compliance with the License. You may obtain a * c...
package sarf.gerund.modifier.trilateral.unaugmented.quality.hamza; import sarf.noun.trilateral.unaugmented.modifier.AbstractEinMahmouz; import sarf.substitution.InfixSubstitution; import sarf.substitution.Substitution; import java.util.ArrayList; import java.util.List; /** * <p>Title: Sarf Program</p> * * <p>Desc...
package com.example.buchladen.api.model; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; @Data @NoArgsConstructor @AllArgsConstructor @Builder public class Buch { private String titel; private String isbn; private Autor autor; private Stri...
/* * 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 crc6469ea0e39e9a1df0f; public class PreviewCaptureStateCallback extends android.hardware.camera2.CameraCaptureSession.StateCallback implements mono.android.IGCUserPeer { /** @hide */ public static final String __md_methods; static { __md_methods = "n_onConfigured:(Landroid/hardware/camera2/CameraC...
package com.gentics.mesh.core.rest.event.migration; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonPropertyDescription; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; import com.gentics.mesh.core.rest.schema.SchemaReference; import com.gentics.mesh....
/** * Copyright (c) 2013-2020 Contributors to the Eclipse Foundation * * <p> See the NOTICE file distributed with this work for additional information regarding copyright * ownership. All rights reserved. This program and the accompanying materials are made available * under the terms of the Apache License, Versio...
package serenitylabs.tutorials.vetclinic.webdriver; import com.sun.org.apache.xpath.internal.axes.OneStepIterator; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.openqa.selenium.By; import org.openqa.selenium.Keys; import org.openqa.selenium.WebDriver; import org.openqa.selenium.Web...
package org.dsa.iot.historian.database; import org.dsa.iot.dslink.node.Node; import org.dsa.iot.dslink.node.value.Value; import org.dsa.iot.dslink.util.Objects; import org.dsa.iot.dslink.util.handler.CompleteHandler; import org.dsa.iot.dslink.util.handler.Handler; import org.dsa.iot.historian.utils.QueryData; import o...
package active.since93.mvvm.demo; import org.junit.Before; import org.junit.Test; import active.since93.mvvm.demo.data.FakeUserGeneratorAPI; import active.since93.mvvm.demo.model.User; import active.since93.mvvm.demo.viewmodel.UserDetailViewModel; import static org.junit.Assert.*; /** * Example local unit test, wh...
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Sat Nov 28 14:04:58 GMT 2020 */ package client.network; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.junit.After; impor...
/* * Copyright 2014-2016 the libsecp256k1 contributors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
/* * 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...
/* * Copyright 2021 Red Hat, Inc. and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
/* * Copyright (c) 2018-2025, lengleng 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 of conditions ...
/** * 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 top.bettercode.simpleframework.data.jpa.config; import top.bettercode.simpleframework.data.jpa.support.JpaExtRepositoryFactoryBean; import javax.sql.DataSource; import org.springframework.beans.factory.ObjectProvider; import org.springframework.boot.autoconfigure.AutoConfigureAfter; import org.springframework....
/* * Copyright 2012 Manabu Inoue * * 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...
/* * Copyright (c) JForum Team * All rights reserved. * * Redistribution and use in source and binary forms, * with or without modification, are permitted provided * that the following conditions are met: * * 1) Redistributions of source code must retain the above * copyright notice, this list of conditio...
package de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.external.webIsAlod; import de.uni_mannheim.informatik.dws.melt.matching_jena_matchers.external.embeddings.LabelToConceptLinkerEmbeddings; import java.io.File; /** * Linker for WebIsALOD Embeddings */ public class WebIsAlodEmbeddingLinker extends 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 may ...
package org.pjp.cag.instruction.group4; import static org.junit.Assert.assertEquals; import static org.pjp.cag.cpu.Store.ZERO; import org.junit.Test; import org.pjp.cag.cpu.Store; import org.pjp.cag.test.TestConstants; public class LGNTest { @Test public void testExecute() { Store store = new Store(...
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ package org.elasticsearch.xpack.sql.type; import org.elasticsearch.xpack.sql....
/* * 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 ru.job4j.user; import org.junit.Test; import user.User; import user.UserConvert; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import static org.hamcrest.core.Is.is; import static org.junit.Assert.assertThat; /** * Class UserConvertTest Решение задачи 2. Написать программу пр...
package com.example.reactnativegodmodule; import android.app.Application; import android.content.Context; import com.facebook.react.PackageList; import com.facebook.react.ReactApplication; import com.facebook.react.ReactNativeHost; import com.facebook.react.ReactPackage; import com.facebook.react.ReactInstanceManager;...
/* * 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 userinterface.CounselorRole; import Business.Directory.BirthMother; import Business.Directory.Parents; import Business.Enterpr...
/* * 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...