text
stringlengths
7
995k
package com.script.fairy; import com.script.opencvapi.FindResult; import com.script.opencvapi.LtLog; import com.script.opencvapi.AtFairyConfig; import com.script.framework.TaskContent; import com.script.framework.AtFairyImpl; import java.util.ArrayList; import java.util.List; /** * Created by Administrator on 2018/...
/* * Zed Attack Proxy (ZAP) and its related class files. * * ZAP is an HTTP/HTTPS proxy for assessing web application security. * * Copyright 2015 The ZAP Development Team * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
/** */ package polet; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Region</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link polet.Reg...
package domain; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.sql.SQLException; import java.util.regex.Pattern; import org.apache.tika.exception.TikaException; import org.apache.tika.metadata.Metadata; import org.apache.tika.parser.AutoDetectP...
/* * Copyright 2018-present Facebook, 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...
/* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 ...
package io.sease.rre.maven.plugin.report.formats; import com.fasterxml.jackson.databind.JsonNode; import io.sease.rre.maven.plugin.report.RREMavenReport; import io.sease.rre.maven.plugin.report.domain.EvaluationMetadata; import java.util.Locale; /** * Interface definition / contract of an RRE output format. * * @...
package org.khelekore.prtree; import java.util.List; /** * A class that can get the next available node. * * @param <N> * the type of the node */ interface NodeGetter<N> { /** * Get the next node. * * @param maxObjects * use at most this many objects * @return...
/* * (C) Copyright IBM Corp. 2018, 2020. * * 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 1999-2017 Alibaba Group Holding Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
/**************************************************************** * 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...
/* * generated by Xtext 2.10.0 */ package kcl.ac.uk.xtext.parser.antlr; import com.google.inject.Inject; import kcl.ac.uk.xtext.parser.antlr.internal.InternalAnnotationsStoresParser; import kcl.ac.uk.xtext.services.AnnotationsStoresGrammarAccess; import org.eclipse.xtext.parser.antlr.AbstractAntlrParser; import org....
/* * Copyright 2014 Alexey Andreev. * * 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...
package com.xhj.cms.config; import org.apache.shiro.authc.AuthenticationException; import org.apache.shiro.authc.AuthenticationInfo; import org.apache.shiro.authc.AuthenticationToken; import org.apache.shiro.authc.SimpleAuthenticationInfo; import org.apache.shiro.authz.AuthorizationInfo; import org.apache.shiro.authz....
package io.muun.apollo.presentation.ui.view; import io.muun.apollo.R; import android.content.Context; import android.net.Uri; import android.util.AttributeSet; import android.view.View; import android.widget.TextView; import butterknife.BindView; import javax.annotation.Nullable; public class MuunPill extends MuunV...
/* * Copyright 2017-2022 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 jetbrains.mps.lang.generator.editor; /*Generated by MPS */ import jetbrains.mps.nodeEditor.DefaultNodeEditor; import jetbrains.mps.openapi.editor.cells.EditorCell; import jetbrains.mps.openapi.editor.EditorContext; import org.jetbrains.mps.openapi.model.SNode; public class TemplateArgumentParameterExpression...
package com.smart.api.patterns; /** * @author lwq */ public class Verify2 extends DutyChain { public Verify2(Object... params) { super(params); } public Verify2(String errorMsg, Object... params) { super(params); } @Override protected boolean handle(Object... param) { ...
package com.github.anthonywww.assignment16; /** * Write a description of class Tile here. * * @author Rachel Weber * @version November 6, 2014 */ class Tile { private char letter; private int value; public Tile() { this.letter = 'A'; this.value = 1; } public Tile(char letter, int value) { this.lette...
package com.bn.Sample11_2; import java.io.IOException; import java.io.InputStream; import android.opengl.GLSurfaceView; import android.opengl.GLUtils; import android.view.MotionEvent; import android.opengl.GLES30; import javax.microedition.khronos.egl.EGLConfig; import javax.microedition.khronos.opengles.GL10; import a...
package com.jlkj.project.ws.domain; import com.fasterxml.jackson.annotation.JsonFormat; import com.jlkj.framework.aspectj.lang.annotation.Excel; import com.jlkj.framework.web.domain.BaseEntity; import io.swagger.annotations.ApiModelProperty; import org.apache.commons.lang3.builder.ToStringBuilder; import org.apache.co...
/** * Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights * reserved. */ package com.yunnex.ops.erp.modules.act.utils; import java.lang.annotation.Annotation; import java.lang.reflect.Method; import java.util.HashMap; import java.util.List; import java.util.Map; import o...
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
package org.opentosca.container.core.next.trigger; import java.net.URI; import java.util.Collection; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Objects; import java.util.Set; import javax.persistence.PostPersist; import javax.xml.namespace.QName; import org.eclipse.winery...
/* * Copyright 2015 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 applicable la...
package TestScript.B2C; import org.openqa.selenium.JavascriptExecutor; import org.openqa.selenium.WebElement; import org.testng.Assert; import org.testng.ITestContext; import org.testng.annotations.AfterTest; import org.testng.annotations.Test; import CommonFunction.B2CCommon; import CommonFunction.Common; import Com...
package com.example.springboot2.yang.common.constant; /** * 格式工具类 * @author yangpeng * */ public interface ContentTypes { public static final String APPLICATION_ATOM_XML = "application/atom+xml"; public static final String APPLICATION_MSWORD = "application/msword"; public static final String APPLICATION_OCTET...
/*------------------------------------------------------------------------------ Copyright (c) CovertJaguar, 2011-2019 http://railcraft.info This code is the property of CovertJaguar and may only be used with explicit written permission unless otherwise specified on the license page at http://railcraft.info/wiki...
package com.vicchan.scsample.svc.core.common; import com.vicchan.scsample.svc.core.swagger.model.ApiSingleParam; /** * @author VicChan * @date 2019/10/23 2:44 PM */ public class GlobalString { /** * 返回通用类型normal:自动添加errorCode和errorMsg */ public static final String RESULT_TYPE_NORMAL = "normal"; /** ...
/* * Copyright The Stargate 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 agreed to ...
package com.zb.shardingjdbc.domain; import lombok.Data; import lombok.EqualsAndHashCode; import lombok.experimental.Accessors; import java.io.Serializable; import java.time.LocalDateTime; /** * <p> * * </p> * * @author zhangbo * @since 2020-02-08 */ @Data @EqualsAndHashCode(callSuper = false) @Accessors(chai...
package com.app.blooddonation.util; import android.content.Context; import android.graphics.Bitmap; import android.graphics.Canvas; import android.graphics.drawable.Drawable; import androidx.annotation.DrawableRes; import androidx.core.content.ContextCompat; import com.app.blooddonation.R; import com.google.android....
/* * Copyright 2017 ObjectBox Ltd. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appl...
package abmaterial.ab.com; import anywheresoftware.b4a.BA; import anywheresoftware.b4a.debug.*; public class main extends Object{ public static main mostCurrent = new main(); public static BA ba; static { ba = new anywheresoftware.b4a.StandardBA("abmaterial.ab.com", "abmaterial.ab.com.main", null); ba.loadHtSu...
package ojassadmin.nitjsr.in.ojassadmin; import android.app.ProgressDialog; import android.content.Intent; import android.os.Environment; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.TextView; import android.widget.T...
/* * This file is generated by jOOQ. */ package org.vaccineimpact.api.db.tables; import java.util.Arrays; import java.util.List; import javax.annotation.Generated; import org.jooq.Field; import org.jooq.ForeignKey; import org.jooq.Identity; import org.jooq.Index; import org.jooq.Name; import org.jooq.Schema; impor...
/* * 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 com.gdxsoft.easyweb.script.template; import java.io.Serializable; public class SkinFrameLang implements Serializable{ /** * */ private static final long serialVersionUID = 121L; private String _Name; private Descriptions _Descriptions; /** * @return the _Name */ public String getName() { re...
package org.jabref.gui.exporter; import org.jabref.gui.BasePanel; import org.jabref.gui.JabRefFrame; import org.jabref.gui.actions.Actions; import org.jabref.gui.actions.SimpleCommand; import org.jabref.logic.l10n.Localization; import spin.Spin; public class SaveAllAction extends SimpleCommand implements Runnable { ...
/*- * ========================LICENSE_START================================= * JSoagger * %% * Copyright (C) 2019 JSOAGGER * %% * 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 * * ...
package com.gempukku.swccgo.cards.set205.dark; import com.gempukku.swccgo.cards.AbstractImperial; import com.gempukku.swccgo.cards.conditions.AtCondition; import com.gempukku.swccgo.cards.conditions.OnTableCondition; import com.gempukku.swccgo.cards.evaluators.HereEvaluator; import com.gempukku.swccgo.cards.evaluators...
package com.yuliamz.so.s3.Modelo; import java.util.ArrayList; @lombok.Getter public class AdministradorProcesos { public static final int QUANTUM = 5; private final ArrayList<Proceso> listos; private final ArrayList<Proceso> despachados; private final ArrayList<Proceso> ejecucion; private fin...
package com.sap.olingo.jpa.processor.core.query; import java.io.IOException; import java.sql.SQLException; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.persistence.EntityManager; import javax.persistence.EntityManagerFactory; import javax.persistence.EntityTransaction; import ja...
package com.ikould.frame.utils; import android.content.Context; import android.os.Looper; import android.widget.Toast; /** * ToastUtils 进行了封装,toast不会进行叠加显示 * * @author chenqiao */ public class ToastUtils { private static Toast toast; private static Context mContext; private ToastUtils() { ...
package com.ruidev.admin.mail.util; public interface MailCallback { public void onSuccess(Object object); public void onException(Exception e); public void onStart(Object object); }
/* * Copyright Camunda Services GmbH and/or licensed to Camunda Services GmbH * under one or more contributor license agreements. See the NOTICE file * distributed with this work for additional information regarding copyright * ownership. Camunda licenses this file to you under the Apache License, * Version 2.0; y...
/* * Copyright 2017-2022 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 HITO_2.calculadora; public interface division { public int division(int a , int b); }
package com.codepath.parstagram; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import android.util.Log; import android.view.View; import android.widget.Button; import android.widget.EditText; import com.parse.ParseException; import com.parse.ParseUser; impor...
package cn.shiyanjun.platform.scheduled.api; import com.alibaba.fastjson.JSONObject; import cn.shiyanjun.platform.scheduled.common.Heartbeat; import cn.shiyanjun.platform.scheduled.common.TaskID; public interface HeartbeatHandlingController { void recoverTasks(); boolean isTenuredTasksResponse(JSONObject tasksR...
/* * 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 2015 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. * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, softw...
/* * Copyright (c) 2015 Spotify AB. * * 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,...
package com.xiaomi.smack; import com.xiaomi.smack.packet.d; public interface f { void a(d dVar); }
package TP.estadistica; import TP.archivos.Archivo; import TP.usuarios.Ciudadano; import java.util.ArrayList; public class BroteChecker { // caso positivo: cuil@zona // encuentrosAceptados: sender.getCUIL()+"-"+receiver.getCUIL() public Brote checkBrotes(){ if(!checkQuantity()) return null; ...
package org.gradle.test.performance.mediummonolithicjavaproject.p488; import org.junit.Test; import static org.junit.Assert.*; public class Test9765 { Production9765 objectUnderTest = new Production9765(); @Test public void testProperty0() { String value = "value"; objectUnderTest....
package uk.co.idv.otp.usecases.get; import java.util.UUID; public class OtpVerificationAlreadyCompleteException extends RuntimeException { public OtpVerificationAlreadyCompleteException(UUID id) { super(id.toString()); } }
/* =================================================== * Copyright 2012 Kousen IT, 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 ...
/* * Copyright (C) 2016 Curity AB. * * 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 under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
// Copyright 2000-2018 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.tasks.actions; import com.intellij.ide.DataManager; import com.intellij.openapi.Disposable; import com.intellij.openapi.actionSystem.*; import com.intellij....
package ca.uhn.fhir.rest.client.impl; /* * #%L * HAPI FHIR - Client Framework * %% * Copyright (C) 2014 - 2019 University Health Network * %% * 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 Licen...
package com.kunlun.system.dao; import com.kunlun.common.model.OperatorLogModel; import org.springframework.stereotype.Repository; import java.util.List; import java.util.Map; @Repository public interface IOperateLogDao { public List<OperatorLogModel> getAllOperateLog(Map<String, Object> queryMap) throws Exceptio...
package com.urd.triple; import java.util.ArrayList; import java.util.List; import java.util.Locale; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.TextView; import com.urd.triple.core.GameCore; import com.urd.tripl...
/* * Copyright (C) 2013 The Android Open Source Project * Copyright (C) 2013 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICEN...
package io.vertx.pgclient.data; import io.vertx.pgclient.PgConnection; import io.vertx.sqlclient.ColumnChecker; import io.vertx.sqlclient.Row; import io.vertx.sqlclient.Tuple; import io.vertx.ext.unit.Async; import io.vertx.ext.unit.TestContext; import io.vertx.sqlclient.data.Numeric; import org.junit.Test; import ja...
/* * 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 chord.analyses.damianoAnalysis.oldCyclicity; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import joeq.Compiler.Quad.RegisterFactory.Register; import chord.analyses.damianoAnalysis.Utilities; import chord.bddbddb.Rel.QuadIterable; import chord.bddbddb.Rel.RelView; import chord....
package algo.string; /** * Created by sherxon on 4/20/17. */ public class ReplaceString { public static void main(String[] args) { System.out.println(replaceAll("x%20x%20", "%2", "c")); } public static String replaceAll(String s, String s1, String s2){ StringBuilder sb= new StringBuilder(...
// Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. // SPDX-License-Identifier: Apache-2.0 package com.amazon.corretto.benchmark.extremem; /** * A SalesTransactionQeueue object represents a list of SalesTransaction * objects that need to be Transacted. There may be multiple * SalesTransactionQu...
package io.ona.rdt.robolectric.shadow; import net.sqlcipher.database.SQLiteDatabase; import org.robolectric.annotation.Implementation; import org.robolectric.annotation.Implements; import org.robolectric.shadow.api.Shadow; import org.smartregister.repository.UniqueIdRepository; import java.util.ArrayList; import jav...
package vectorwing.farmersdelight.common.block.entity; import net.minecraft.core.BlockPos; import net.minecraft.world.level.Level; import net.minecraft.world.level.block.state.BlockState; import net.minecraft.world.level.block.state.properties.BlockStateProperties; import vectorwing.farmersdelight.common.tag.ModTags; ...
package com.gmail.willramanand.RamSkills.skills.alchemy; import com.gmail.willramanand.RamSkills.RamSkills; import com.gmail.willramanand.RamSkills.player.SkillPlayer; import com.gmail.willramanand.RamSkills.skills.Skills; import org.bukkit.entity.Player; import org.bukkit.event.EventHandler; import org.bukkit.event.L...
package org.cirdles.topsoil.app.util; import edu.umd.cs.findbugs.annotations.SuppressFBWarnings; import org.cirdles.topsoil.app.browse.WebBrowser; import org.cirdles.topsoil.app.util.issue.GitHubIssueCreator; import org.cirdles.topsoil.app.util.issue.IssueCreator; import org.junit.Before; import org.junit.Rule; import...
package top.xcphoenix.groupblog.service.view; /** * @author xuanc * @version 1.0 * @date 2020/1/25 下午1:34 */ public interface LinkGeneratorService { /** * 首页链接 * * @return 首页url */ String getIndexLinkPrefix(); /** * 获取博客链接 * * @param blogId 博客id * @return 博客链接 ...
package psidev.psi.mi.jami.utils; import junit.framework.Assert; import org.junit.Test; import psidev.psi.mi.jami.model.ComplexType; import psidev.psi.mi.jami.model.InteractionEvidence; import psidev.psi.mi.jami.model.impl.DefaultInteractionEvidence; import psidev.psi.mi.jami.model.impl.DefaultParticipantEvidence; imp...
package io.github.oliviercailloux.y2018.opendata.util; /** * Acts exactly like a {@link Runnable} but declares one thrown exception. This * is very handy when using lambda and method references with methods that throw * only one exception, for example a {@code IOException}. * * @author Dauphine - CLAUDEL Arnaud ...
package de.codingair.codingapi.server; import org.bukkit.entity.Player; /** * Version independent spigot sounds. * * Enum mapping to sound names for different * minecraft versions. */ public enum Sound { AMBIENCE_CAVE("AMBIENCE_CAVE", "AMBIENT_CAVE"), AMBIENCE_RAIN("AMBIENCE_RAIN", "WEATHER_RAIN"), AMBIENCE_T...
package org.netlib.lapack; import org.netlib.util.Util; import org.netlib.util.floatW; import org.netlib.util.intW; public final class Slaqr4 { public static void slaqr4(boolean paramBoolean1, boolean paramBoolean2, int paramInt1, int paramInt2, int paramInt3, float[] paramArrayOfFloat1, int paramInt4, int paramInt...
package io.ost.finance; import io.ost.finance.parser.TransactionParser; import io.ost.finance.parser.MuenchnerBankParser; import io.ost.finance.parser.GlsParser; import io.ost.finance.parser.UnifiedFormatParser; import io.ost.finance.parser.SparkasseParser; import io.ost.finance.parser.RabobankParser; import io.ost.fi...
/* * 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 2011-2019 Asakusa Framework Team. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable...
package android.montreal.devfest.stuff.usecases; public class GetRandomStuffException extends Exception { public GetRandomStuffException(String s) { super(s); } public GetRandomStuffException(String s, Throwable throwable) { super(s, throwable); } }
package com.kaesar.designpattern.zen.chp15; /** * 抽象命令类 */ public abstract class Command { // 把三个组都定义好,子类可以直接使用 protected RequirementGroup rg = new RequirementGroup(); // 需求组 protected PageGroup pg = new PageGroup(); // 美工组 protected CodeGroup cg = new CodeGroup(); // 代码组 // 只有一个方法,你要我做什么事情 ...
/* * Copyright 2019 Pnoker. 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...
/* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
package org.thunlp.thulac.postprocess; import org.thunlp.thulac.data.Dat; import org.thunlp.thulac.data.TaggedWord; import org.thunlp.thulac.util.StringUtils; import java.io.IOException; import java.util.List; /** * A postprocess pass which recognises certain negative phrases (for example, "not good * enough" in E...
package org.Dionysus.Controllers; import javax.servlet.http.HttpSession; import org.springframework.boot.autoconfigure.EnableAutoConfiguration; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web.bind.annotation.Re...
package com.alipay.api.domain; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; /** * 积分兑换奖品点击确认 * * @author auto create * @since 1.0, 2021-12-06 14:40:14 */ public class AlipayCommerceOperationPromoterExchangeSubmitModel extends AlipayObject { private static final long seri...
/* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch B.V. licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not u...
/* * Copyright 2014-2019 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 tfar.tanknull.network; import net.minecraft.util.ResourceLocation; import net.minecraftforge.fml.network.NetworkRegistry; import net.minecraftforge.fml.network.simple.SimpleChannel; import tfar.tanknull.TankNull; public class Messages { public static SimpleChannel INSTANCE; public static void registerMes...
package com.skytala.eCommerce.domain.accounting.relations.billingAccount.model.role; import java.util.Map; import java.math.BigDecimal; import java.sql.Timestamp; import java.util.Map; import java.io.Serializable; import com.skytala.eCommerce.domain.accounting.relations.billingAccount.mapper.role.BillingAccountRoleMap...
/* * (C) Copyright IBM Corp. 2021 * * SPDX-License-Identifier: Apache-2.0 */ package com.ibm.fhir.operation.erase.impl; import javax.ws.rs.core.SecurityContext; import com.ibm.fhir.model.resource.Parameters; import com.ibm.fhir.model.resource.Resource; import com.ibm.fhir.server.operation.spi.FHIROperationContex...
// Copyright 2016 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.webview_ui_test.test; import static android.support.test.espresso.Espresso.onData; import static android.support.test.espresso.Espre...
package com.dmd.mall.security.social; import org.springframework.social.security.SocialAuthenticationFilter; public interface SocialAuthenticationFilterPostProcessor { void process(SocialAuthenticationFilter socialAuthenticationFilter); }
package pl.gov.stat.tapthemap; import android.Manifest; import android.annotation.SuppressLint; import android.content.Intent; import android.content.pm.PackageManager; import android.graphics.drawable.AnimatedVectorDrawable; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.v...
package com.springboot.springbootTemplate.service; import com.springboot.springbootTemplate.entity.UserEntity; import com.springboot.springbootTemplate.mapper.UserMapper; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.crypto.bcrypt.BCryptPasswordEncoder; import org.s...
package it.fvaleri.example; public class Greeting { private String message; public Greeting() { } public Greeting(String message) { this.message = message; } public String getMessage() { return message; } public void setMessage(String message) { this.message ...
/* * Copyright 2017-2022 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...