text
stringlengths
7
995k
package tyz.servlet.cooks.sdefine; public class fsdfds2 { }
package com.zipcode.justcode.clamfortress.ClamFortress.models.game.enums; public enum Gender { MALE, FEMALE }
package org.egov.vendor.config; import org.springframework.beans.factory.annotation.Value; import org.springframework.stereotype.Component; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; @Getter @Setter @NoArgsConstructor @AllArgs...
package com.compositesw.services.system.admin.server; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; import com.compositesw.services.sys...
/* * Copyright 2015 Google 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 to in ...
/* * 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 * "Lic...
package com.github.yingzhuo.fastdfs.springboot.domain.proto.mapper; /** * 动态属性类型 * <pre> * 可以为空的属性-不发送该报文 * 剩余的所有byte-将该字段全部写入到最后的byte当中 * </pre> * * @author tobato */ public enum DynamicFieldType { /** * 非动态属性 */ NULL, /** * 剩余的所有Byte */ ALL_REST_BYTE, /** * 可空的...
/** * Copyright (c) 2017, Gluon * 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 and ...
/* * Copyright (c) 2017 Data and Web Science Group, University of Mannheim, Germany (http://dws.informatik.uni-mannheim.de/) * * 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...
package com.alexeyburyanov.smarthotel.ui.myroom.ambientset; import com.alexeyburyanov.smarthotel.data.DataManager; import com.alexeyburyanov.smarthotel.ui.base.BaseViewModel; import com.alexeyburyanov.smarthotel.utils.rx.SchedulerProvider; /** * Created by Alexey Buryanov 05.04.2018. */ public class AmbientSetViewM...
package com.b.a.a.a; import android.content.Context; public final class a { /* renamed from: a reason: collision with root package name */ private static c f977a = new c(); public static String a() { return f977a.a(); } public static boolean a(String str, Context context) { ret...
/* * 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) 2015 Fraunhofer FOKUS * * 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 guru.springframework.controllers; import guru.springframework.commands.RecipeCommand; import guru.springframework.services.ImageService; import guru.springframework.services.RecipeService; import org.junit.Before; import org.junit.Test; import org.mockito.Mock; import org.mockito.MockitoAnnotations; import org...
package com.kindredgames.wordclues.util; import android.util.Log; public final class KGLog { public final static String TAG = "==WC=="; public static final boolean DEBUG = true; // Always set the value to false when doing a release private static final boolean SHOW_VERBOSE = DEBUG; private static f...
/* * Copyright (c) 2002-2008 LWJGL Project * 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 ...
package com.utsman.hiyahiyahiya.utils.story_view; import android.os.Parcel; import android.os.Parcelable; /** * MIT License * * Copyright (c) 2018 bxute * * Permission is hereby granted, free of charge, to any person obtaining a copy of this * software and associated documentation files (the "Software"), to dea...
import java.io.File; import java.io.FileNotFoundException; import java.io.FileReader; import java.io.IOException; import java.io.InputStreamReader; import java.net.MalformedURLException; import java.net.URL; public class FreqTableExampleOriginal { public static final int NUM_ASCII_CHAR = 128; // program to ...
/** * The MIT License (MIT) * * Copyright (C) 2013-2016 tarent solutions GmbH * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the ri...
package com.imageeditor; import com.facebook.react.ReactActivity; public class MainActivity extends ReactActivity { /** * Returns the name of the main component registered from JavaScript. * This is used to schedule rendering of the component. */ @Override protected String getMainComponent...
/* * Copyright (c) Facebook, Inc. and its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
package yang.vnfd; import javax.annotation.Nullable; import org.opendaylight.yangtools.yang.binding.DataObject; import org.opendaylight.yangtools.yang.common.QName; /** * * <p> * This class represents the following YANG schema fragment defined in module <b>vnfd-base</b> * <pre> * grouping virtual-interface { * ...
package vanilla.world.gen.layer; import vanilla.world.biome.BiomeGenBase; public class GenLayerDeepOcean extends GenLayer { public GenLayerDeepOcean(long p_i45472_1_, GenLayer p_i45472_3_) { super(p_i45472_1_); this.parent = p_i45472_3_; } /** * Returns a list of integer values generated by this layer. The...
/* * Copyright (c) 2021, Brent Worden * 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 conditio...
/* * Copyright 2018 Adobe Systems Incorporated * * 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 edu.cornell.tech.foundry.sdl_rsx.task; import android.content.Context; import android.content.res.Resources; import org.json.JSONArray; import org.json.JSONObject; import org.researchstack.backbone.answerformat.AnswerFormat; import org.researchstack.backbone.step.InstructionStep; import org.researchstack.back...
/* * 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 under t...
/* * 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 not ...
/** * Copyright (C) 2010-2018 Gordon Fraser, Andrea Arcuri and EvoSuite * contributors * * This file is part of EvoSuite. * * EvoSuite 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 vers...
package org.infinispan.interceptors.compat; import org.infinispan.commands.MetadataAwareCommand; import org.infinispan.commands.read.EntryRetrievalCommand; import org.infinispan.commands.read.GetCacheEntryCommand; import org.infinispan.commands.read.GetKeyValueCommand; import org.infinispan.commands.read.GetAllCommand...
/** * polaris * * Copyright (c) 2020 Synopsys, Inc. * * 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...
package com.on.myown.user; import java.util.HashMap; import java.util.Map; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpSession; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bin...
package org.microg.nlp.api; import android.bluetooth.BluetoothAdapter; import android.bluetooth.BluetoothDevice; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import java.util.HashSet; import java.util.Set; import static ...
import java.util.Scanner; public class TaxComputer { private String status; //marital status of the person private double income; private double taxValue; public TaxComputer(String status, double income) { this.income = income; this.status = status; } public double getTaxValue() //method that calcula...
/* * Copyright (c) 2009-2017, b3log.org & hacpai.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 applica...
/* * Copyright (c) 1997, 2017, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package java.util; import java.util.function.Consumer; import java.util.function.Predicate; import jav...
package net.chenxiy.biliapi.pojo.av; import com.google.gson.annotations.Expose; import com.google.gson.annotations.SerializedName; public class AvInfoResponse { @SerializedName("code") @Expose private Integer code; @SerializedName("message") @Expose private String message; @SerializedName...
package br.com.zupedu.gui.desafioproposta.proposta.cartao.biometria; import br.com.zupedu.gui.desafioproposta.proposta.cartao.Cartao; import org.springframework.util.Assert; import javax.persistence.*; import java.time.LocalDateTime; import java.util.Objects; @Entity public class Biometria { @Id @GeneratedValue(...
package com.tom.factory.tileentity.gui; import net.minecraft.client.resources.I18n; import net.minecraft.entity.player.InventoryPlayer; import com.tom.api.gui.GuiTomsMod; import com.tom.factory.tileentity.TileEntityPlateBendingMachine; import com.tom.factory.tileentity.inventory.ContainerPlateBendingMachine; public ...
/* * MIT License * * Copyright (c) 2020 Pieter Svenson * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, m...
package com.qsl.springboot.constant; /** * @author qianshuailong * @date 2020/7/7 */ public class FieldAnalyzer { /** * IK 最大化分词 * 会将文本做最细粒度的拆分 */ public static final String IK_MAX_WORD = "ik_max_word"; /** * IK 智能分词 * 会做最粗粒度的拆分 */ public static final String IK_SMART =...
/* * Copyright 2021 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 applica...
/* * Copyright (c) 2015-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.common.executors; import static org.junit.Assert.*; import static org.mockito.Mockito.*; import java.lang.reflect....
package org.patientview.api.service; import junit.framework.Assert; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.mockito.InjectMocks; import org.mockito.Mock; import org.mockito.MockitoAnnotations; import org.patientview.api.service.impl.FoodDiaryServiceImpl; import org.patientvie...
/* * 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 com.thinklance.pidev.GUI.Projet; import com.thinklance.pidev.Service.Impl.TacheService; import com.thinklance.pidev.entities....
/* * Copyright (c) 2022 Adyen N.V. * * This file is open source and available under the MIT license. See the LICENSE file for more info. */ package com.adyenreactnativesdk; import com.facebook.react.bridge.ReadableMap; import com.facebook.react.bridge.WritableMap; import com.facebook.react.bridge.WritableNativeMa...
/* * Copyright (c) 2004, 2019, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package org.xml.sax.ext; import java.io.IOException; import org.xml.sax.InputSource; import org.xml.sa...
package io.ph.bot.commands.general; import java.awt.Color; import java.util.Arrays; import java.util.Collections; import java.util.List; import io.ph.bot.commands.Command; import io.ph.bot.commands.CommandCategory; import io.ph.bot.commands.CommandData; import io.ph.bot.commands.CommandHandler; import io.ph.bot.model...
package com.qingyun.shop.order.server.config; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.config.annotation.CorsRegistry; import org.springframework.web.servlet.config.annotation.WebMvcConfigurer; /** * 类名称:Gl...
/** * Copyright 2014 AnjLab * * 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 w...
package com.manprax.discourseplugin.net.topic; import com.manprax.discourseplugin.domain.DiscourseConfig; import com.manprax.discourseplugin.model.topic.Topic; import com.manprax.discourseplugin.net.DiscourseBaseAPI; import retrofit2.Call; /** * Created by Mukesh on 27-11-2017. */ public class TopicAPI extends D...
/** * Copyright 2014 SAP AG * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in w...
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2021 DBeaver Corp and others * * 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/LICE...
/* * * 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"); y...
QQ 7.1.8 逆向记录 settingLayoutId = "0x7f040658"; settingTextViewId = "0x7f0a1e55";
package dev.sbutler.bitflask.server.command_processing; import java.util.List; enum Command { PING, GET, SET; public static boolean isValidCommandArgs(Command command, List<String> args) { if (command == null) { return false; } return switch (command) { case GET -> args != null && arg...
// Copyright 2015-2021 Nkisi 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 to...
/** * Copyright (c) 2009 * Ingo Kitzmann, Christoph Koenig * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), * to deal in the Software without restriction, including without limitation * the rights to use, copy...
package io.github.artemnazarov.sdktestapplication.admanager; import android.os.Build; import android.os.Bundle; import android.view.View; import android.widget.Button; import android.widget.CheckBox; import android.widget.FrameLayout; import android.widget.ImageView; import android.widget.RatingBar; import android.wid...
/******************************************************************************* * * Pentaho Data Integration * * Copyright (C) 2002-2012 by Pentaho : http://www.pentaho.com * ******************************************************************************* * * Licensed under the Apache License, Version 2.0 (the ...
/* * Copyright 2018 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 to ...
package com.luizalabs.api.customer.infrastructure.api; import java.util.Set; import com.luizalabs.api.customer.domain.model.product.ProductResponseModel; public interface ProductDataGateway { boolean existsById(String id); ProductResponseModel findById(String id); Set<ProductResponseModel> findByIds...
/* * 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 FactoryMethod; /** * * @author Amador */ public class EmissorSMS implements Emissor{ @Override public void envia(St...
package org.kubek2k.springockito.annotations.it; import junit.framework.Assert; import org.kubek2k.springockito.annotations.ReplaceWithMock; import org.kubek2k.springockito.annotations.SpringockitoContextLoader; import org.kubek2k.springockito.annotations.it.beans.InnerBean; import org.kubek2k.springockito.annotations...
package edu.gatech.hpan.expmanager.web.rest.util; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.http.HttpHeaders; /** * Utility class for HTTP headers creation. */ public final class HeaderUtil { private static final Logger log = LoggerFactory.getLogger(HeaderUtil.class); ...
package utils.regex; import java.util.regex.Matcher; import java.util.regex.Pattern; public abstract class TextFormat { public static final Pattern VALID_TEXT_WORD = Pattern.compile("^[a-zA-Z\\u00C0-\\u00FF\\-]*$"); public static final Pattern VALID_TEXT_SENTENCE = Pattern.compile("^[a-zA-Z\\s\\u00C0-\\u00FF\\-]*...
/* * Copyright 2012-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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
/** * 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 com.testing.lambda.logger; import com.amazonaws.services.lambda.runtime.LambdaLogger; public class MockLambdaConsoleLogger implements LambdaLogger { @Override public void log(String string) { System.out.println(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 ...
// Copyright 2021 Goldman Sachs // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to ...
/* * 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 Clases; import com.sun.prism.paint.Color; /** * * @author ANDY ESCOBAR */ public class Columna { boolean primaryKey; S...
/* * 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 com.fionapet.business.entity; import com.fasterxml.jackson.annotation.JsonFormat; import io.swagger.annotations.ApiModelProperty; import org.apache.commons.lang3.builder.ToStringBuilder; import javax.persistence.Column; import javax.persistence.MappedSuperclass; import java.util.Date; /** * Created by tom o...
package com.weigh.verification.dao; import com.weigh.verification.model.RbacResourceModel; import org.apache.ibatis.annotations.Mapper; import org.apache.ibatis.annotations.Param; import java.util.List; /** * @author xuyang */ @Mapper public interface RbacResourceDao { /** * 新增资源 * * @param reso...
/* * Copyright 2018 The Higgs Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
/* * @test /nodynamiccopyright/ * @bug 4914724 8048803 * @summary Ensure that a supplementary character that cannot be the start of a Java * identifier causes a compilation failure, if it is used as the start of an * identifier * @author Naoto Sato * * @compile/fail/ref=SupplementaryJavaID4.ou...
/* * 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.usfirst.frc.team4488.lib.vpp.trajectory; import java.util.ArrayList; import java.util.List; import org.usfirst.frc.team4488.lib.app.CSVWritable; import org.usfirst.frc.team4488.lib.app.math.State; public class Trajectory<S extends State<S>> implements CSVWritable { protected final List<TrajectoryPoint<S...
/* * Copyright 2017 StreamSets 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...
//usr/bin/env jbang "$0" "$@" ; exit $? //DEPS info.picocli:picocli:4.5.0 import picocli.CommandLine; import picocli.CommandLine.Command; import picocli.CommandLine.Parameters; import java.io.File; import java.nio.file.Path; import java.util.Arrays; import java.util.concurrent.Callable; import java.util.zip.ZipEntry;...
package org.codehaus.jet.hypothesis.rejection.evaluators; import org.codehaus.jet.hypothesis.rejection.ResponseSurfaceEvaluator; import org.junit.jupiter.api.Test; /** * * @author Mauro Talevi */ public class ECMResponseSurfaceEvaluatorTest extends AbstractResponseSurfaceEvaluatorTest { @Test public ...
/** * * Copyright 2011-2017 Xiaofei * * 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.jzd.jzshop.utils.dialog; import android.app.Dialog; import android.content.Context; import android.view.MotionEvent; import android.view.View; import android.widget.TextView; import com.jzd.jzshop.R; /** * Created by ${lixuebin} on 2018/5/24. * 邮箱:2072301410@qq.com * TIP: 强制更新 弹窗 */ public class D...
/*! ****************************************************************************** * * Pentaho Data Integration * * Copyright (C) 2002-2013 by Pentaho : http://www.pentaho.com * ******************************************************************************* * * Licensed under the Apache License, Version 2.0 (th...
package com.back.admin; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.data.jpa.repository.config.EnableJpaAuditing; @EnableJpaAuditing @SpringBootApplication public class Application { public static void main(Stri...
/* * Copyright Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags and * the COPYRIGHT.txt file distributed with this work. * * This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this di...
/* * MIT License * * Copyright 2018 Sabre GLBL Inc. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modi...
/* * JBoss, Home of Professional Open Source. * Copyright 2011, Red Hat, Inc., and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free software; you can redistribute it and/or modify it * unde...
/* * Copyright Terracotta, 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 to ...
/********************************************************************** Copyright (c) 2008 Andy Jefferson and others. 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.tqmars.requisition.presentation.actions.docFileManagement; import com.tqmars.requisition.presentation.actions.BaseAction; @SuppressWarnings("serial") public class FileMListAdd extends BaseAction { private String dataJson; public void setDataJson(String dataJson) { this.dataJson = dataJson; } @Ove...
/* * 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 cn.stranded.emum; public enum DBTypeEnum { MASTER, SLAVE1, SLAVE2 }
package org.jfantasy.framework.security.core; public class SimpleAuthenticatedPrincipal implements AuthenticatedPrincipal { private String name; public SimpleAuthenticatedPrincipal(String name) { this.name = name; } @Override public String getName() { return this.name; } }
/* * The MIT License (MIT) * * MSUSEL Software Injector * Copyright (c) 2015-2020 Montana State University, Gianforte School of Computing, * Software Engineering Laboratory and Idaho State University, Informatics and * Computer Science, Empirical Software Engineering Laboratory * * Permission is hereby granted,...
package com.devteam.util.stat; import com.devteam.core.util.stat.Statistics; import org.junit.jupiter.api.Test; public class StatisticsUnitTest { @Test public void test() { Statistics allStats = new Statistics() ; allStats.incr("category1", "name1", 1) ; allStats.incr("category1", "name2", 1) ; a...
package seedu.address.logic.commands; import static java.util.Objects.requireNonNull; import java.util.List; import seedu.address.commons.core.Messages; import seedu.address.logic.commands.exceptions.CommandException; import seedu.address.model.Model; import seedu.address.model.student.Student; /** * Lists all ema...
package com.tycho.app.primenumberfinder.modules.lcm; import android.os.Parcel; import android.os.Parcelable; import com.tycho.app.primenumberfinder.SearchOptions; import com.tycho.app.primenumberfinder.modules.primefactorization.PrimeFactorizationTask; import com.tycho.app.primenumberfinder.utils.GeneralSearchOptions...
package com.dataprofiler.loader.config; /*- * * dataprofiler-tools * * Copyright 2021 Merck & Co., Inc. Kenilworth, NJ, USA. * * 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 ...