text
stringlengths
7
995k
/* * JavaTryCmd.java -- * * Implements the built-in "java::try" command. * * Copyright (c) 1998 by Moses DeJong * * See the file "license.terms" for information on usage and * redistribution of this file, and for a DISCLAIMER OF ALL * WARRANTIES. * * RCS: @(#) $Id: JavaTryCmd.java,v 1.6 2006/04/27 02:16:13 m...
/********************************************************************************** * $URL$ * $Id$ *********************************************************************************** * * Copyright (c) 2003, 2004, 2005, 2006 The Sakai Foundation. * * Licensed under the Educational Community License, Version 2.0 ...
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2017.12....
package owlmoney.model.profile; import org.junit.jupiter.api.Test; import owlmoney.model.bank.Bank; import owlmoney.model.bank.Investment; import owlmoney.model.bank.Saving; import owlmoney.model.bank.exception.BankException; import owlmoney.model.bond.Bond; import owlmoney.model.bond.exception.BondException; import o...
package com.zup.proposta.repository; import org.springframework.data.jpa.repository.JpaRepository; import com.zup.proposta.modelo.Carteira; public interface CarteiraRepository extends JpaRepository<Carteira, Long> { }
/** Copyright 2008 University of Rochester 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...
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
/* * Copyright (c) 2020 SAP SE or an SAP affiliate company. All rights reserved. */ package com.sap.hybris.sapimpeximportadapter.services; import de.hybris.platform.impex.model.ImpExMediaModel; import de.hybris.platform.servicelayer.impex.ImportResult; import java.io.InputStream; /** * @deprecated since 1811, pl...
package org.restfulwhois.rdap.filters.httpFilter; import java.util.List; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import org.restfulwhois.rdap.common.filter.FilterHelper; import org.restfulwhois.rdap.common.filter.HttpFilter; import org.restfulwhois.rdap.common.mod...
package com.vimukti.accounter.web.client.ui.edittable; import com.vimukti.accounter.web.client.core.ClientQuantity; import com.vimukti.accounter.web.client.core.ClientTransactionItem; import com.vimukti.accounter.web.client.ui.core.DecimalUtil; public class TransactionQuantityColumn extends QuantityColumn<ClientTra...
/* * Copyright 2009 Denys Pavlov, Igor Azarnyi * * 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 b...
/* * This file is generated by jOOQ. */ package io.surati.gap.payment.base.db.jooq.generated; import io.surati.gap.payment.base.db.jooq.generated.tables.PayBank; import io.surati.gap.payment.base.db.jooq.generated.tables.PayBankAccount; import io.surati.gap.payment.base.db.jooq.generated.tables.PayBankAccountAccoun...
/** * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.submit.lookup; import java.io.IOException; import java.lang.reflect.Type; import ja...
package controllers; import play.*; import play.mvc.*; import views.html.*; /** * This controller contains an action to handle HTTP requests * to the application's home page. */ public class HomeController extends Controller { public Result index() { return ok(views.html.index.render()); } }
package org.graalvm.vm.trcview.script.ast; import org.graalvm.vm.trcview.script.type.Type; public class VariableDeclaration { private Type type; private String name; public VariableDeclaration(Type type, String name) { this.type = type; this.name = name; } public Type getType() {...
package mil.nga.giat.geowave.datastore.hbase.metadata; import mil.nga.giat.geowave.core.store.StoreFactoryOptions; import mil.nga.giat.geowave.core.store.adapter.AdapterIndexMappingStore; import mil.nga.giat.geowave.datastore.hbase.AbstractHBaseStoreFactory; import mil.nga.giat.geowave.datastore.hbase.operations.confi...
package com.jpay.alipay; import java.io.IOException; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import com.alibaba.fastjson.JSONObject; import com.alipay.api.AlipayApiException; import com.ali...
/* * Class ListOfAllUsers * Version 0.2 * 08/10/2019 * Author : Rémy Coquard * Copyright CCBY 4.0 https://creativecommons.org/licenses/by/4.0/ */ package com.example.pfapp.model; import android.util.Log; import java.util.ArrayList; public class ListOfAllUsers { private static ListOfAllUsers INSTANCE; ...
/** * Copyright (c) 2017 Dell Inc., or its subsidiaries. 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 */ pac...
package com.yffd.easy.framework.web.abc.shiro.login.account; import java.io.Serializable; import com.yffd.easy.framework.pojo.IPOJO; /** * @Description 简单描述该类的功能(可选). * @Date 2018年5月28日 下午3:43:25 <br/> * @author zhangST * @version 1.0 * @since JDK 1.7+ * @see */ public class ShiroAccountInfo i...
/* * 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) 2018 Seoul National University * * 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 Dingxuan. All Rights Reserved. * <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/licenses/LICENSE-2.0 * <p> * Unless required by applic...
/* * 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.devmobile.ecoleenligne; import android.content.Context; import androidx.test.platform.app.InstrumentationRegistry; import androidx.test.ext.junit.runners.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute...
package jet.opengl.demos.nvidia.hbaoplus; import jet.opengl.postprocessing.common.GLenum; class Blur_PS extends BaseProgram{ private int m_AODepthTextureNearest; private int m_AODepthTextureLinear; private int m_GlobalUniformBlock; void setAODepthTexture(/*const GFSDK_SSAO_GLFunctions& GL,*/ int TextureId) ...
package com.java110.front.components.inspectionPoint; import com.java110.core.context.IPageData; import com.java110.front.smo.inspectionPoint.IDeleteInspectionPointSMO; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.ResponseEntity; import org.springframework.stereotype.C...
package com.thinkbiganalytics.metadata.cache; /*- * #%L * thinkbig-operational-metadata-integration-service * %% * Copyright (C) 2017 ThinkBig Analytics * %% * 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 co...
/* * Copyright (c) 2004-2010, Kohsuke Kawaguchi * All rights reserved. * * Copyright (c) 2012, Martin Schroeder, Intel Mobile Communications GmbH * * Redistribution and use in source and binary forms, with or without modification, are permitted provided * that the following conditions are met: * * * Redis...
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * gradle plugin from the resource data it found. It * should not be modified by hand. */ package com.vansuita.materialabout; public final class R { public static final class anim { public static final int abc_fad...
package com.web.example.mybatis.service; import com.web.example.mybatis.dao.AccountMapper; import com.web.example.mybatis.entity.Account; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import java.util.List; /* * @ClassName: IAccountService * @Descri...
/* * Copyright (c) 2016, 2020, Oracle and/or its affiliates. * * This program is free software; you can redistribute it and/or modify it under * the terms of the GNU General Public License, version 2.0, as published by the * Free Software Foundation. * * This program is also distributed with certain software (in...
package com.woshidaniu.cache.xmemcached.client; import java.net.InetSocketAddress; import java.util.ArrayList; import java.util.Enumeration; import java.util.List; import java.util.ResourceBundle; import java.util.regex.Matcher; import java.util.regex.Pattern; import net.rubyeye.xmemcached.MemcachedClientBuilder; imp...
package cmput301w16t15.shareo; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.AdapterView; import android.widget.ListView; imp...
package io.quarkus.qute.runtime; import java.io.IOException; import java.io.InputStreamReader; import java.io.Reader; import java.lang.reflect.InvocationTargetException; import java.net.URL; import java.nio.charset.Charset; import java.nio.charset.StandardCharsets; import java.util.ArrayList; import java.util.HashMap;...
/* * Copyright 2014 - 2020 Blazebit. * * 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 me.ajlane.geo.repast.fire; public class FireParams { private double meanNumFiresPerYear; private LcfReplicate lcfReplicate; public FireParams(double meanNumFiresPerYear, LcfReplicate lcfReplicate) { this.meanNumFiresPerYear = meanNumFiresPerYear; this.lcfReplicate = lcfReplicate; } /** ...
/* * Copyright 2009-2014 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 * * Unles...
/* file: Pooling1dIndex.java */ /******************************************************************************* * Copyright 2014-2019 Intel Corporation * * 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 L...
// // This file generated by rdl 1.5.2. Do not modify! // package com.yahoo.athenz.zms; import com.fasterxml.jackson.annotation.JsonInclude; import com.yahoo.rdl.*; // // RoleMember - // public class RoleMember { public String memberName; @RdlOptional @JsonInclude(JsonInclude.Include.NON_EMPTY) public...
/* * Copyright (C) 2011 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...
/** * 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 mil.nga.giat.geowave.core.store.data.visibility; import mil.nga.giat.geowave.core.index.ByteArrayId; import mil.nga.giat.geowave.core.store.data.VisibilityWriter; import mil.nga.giat.geowave.core.store.data.field.FieldVisibilityHandler; /** * All fields use the same visibility writer */ public class Unifor...
package com.magnarox.snds.model.repositories; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.JpaSpecificationExecutor; import com.magnarox.snds.model.entities.ErCamF; public interface ErCamFRepository extends JpaRepository<ErCamF, Void>, JpaSpecificationEx...
/* * Created on Feb 21, 2004 * * * ==================================================================== * * The WYMIWYG Software License, Version 1.0 * * Copyright (c) 2002-2003 WYMIWYG * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are perm...
/******************************************************************************* * MIT License * Copyright (c) 2021 Lorenzo Serini and Alessandro Pecugi * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * ...
package com.baeldung.spring.data.persistence.repository; import com.google.common.base.Preconditions; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annota...
package com.example.coolwerther; import android.content.Context; import androidx.test.platform.app.InstrumentationRegistry; import androidx.test.ext.junit.runners.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on...
package gamedori.beans.dto; import java.sql.ResultSet; public class GameGenreDto { private int game_genre_no; private int genre_no; private int game_no; public GameGenreDto() { super(); } public GameGenreDto(ResultSet rs) throws Exception { this.setGame_genre_no(rs.getInt("game_genre_no")); this.setGe...
/* * 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 fr.uge.teillardnajjar.chatfusion.client.command; import fr.uge.teillardnajjar.chatfusion.core.util.Triple; import java.util.Optional; public class CommandParser { public static Optional<Command> parse(String command) { return switch (command.charAt(0)) { case ':' -> { ...
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.4-2 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2015.07.01 at 08:18...
package net.util; import java.util.regex.Pattern; /** * Use to help create consistent patterns for configuration retrieval * from keyset values. This is limited to this library. It does * contain some underlying conventions to help improve config matching * and retrieval. * * @author dmillett * * Copyright 20...
package vip.ruoyun.spiderman.track.asm.config; import java.util.Arrays; public class MethodCell { //value.name //value.desc // //opcode 0 // //植入的方法 //owner vip.ruoyun.spiderman.tracker.SpiderManTracker //name //desc //maxStack //maxLocals // methodCell.name = "onDest...
package org.insightech.er.test; import org.eclipse.swt.SWT; import org.eclipse.swt.layout.GridLayout; import org.eclipse.swt.widgets.Display; import org.eclipse.swt.widgets.Label; import org.eclipse.swt.widgets.Shell; import org.eclipse.swt.widgets.Text; import org.insightech.er.common.widgets.CompositeFactory; import...
/* * Copyright 2010-2014 Ning, Inc. * Copyright 2014-2020 Groupon, Inc * Copyright 2020-2021 Equinix, Inc * Copyright 2014-2021 The Billing Project, LLC * * The Billing Project licenses this file to you under the Apache License, version 2.0 * (the "License"); you may not use this file except in compliance with t...
package com.lzq.echarts; /** * 配置信息 * * @author lizhiqiang */ public interface Config { // 图表类型 String CHART_TYPE_LINE = "line"; String CHART_TYPE_BAR = "bar"; String CHART_TYPE_SCATTER = "scatter"; String CHART_TYPE_PIE = "pie"; String CHART_TYPE_RADAR = "radar"; String CHART_TYPE_MAP ...
/* * 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.zhengsr.viewpagerhelper.fragment; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.Gravity; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; /** * C...
package com.Da_Technomancer.crossroads.blocks.alchemy; import com.Da_Technomancer.crossroads.blocks.CRBlocks; import com.Da_Technomancer.crossroads.tileentities.alchemy.DensusPlateTileEntity; import com.Da_Technomancer.essentials.ESConfig; import com.Da_Technomancer.essentials.blocks.ESProperties; import net.minecraft...
/* * Autopsy Forensic Browser * * Copyright 2018 Basis Technology Corp. * Contact: carrier <at> sleuthkit <dot> 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://ww...
package net.i2p.router.networkdb.kademlia; /* * free (adj.): unencumbered; not under the control of others * Written by jrandom in 2003 and released into the public domain * with no warranty of any kind, either expressed or implied. * It probably won't make your computer catch on fire, or eat * your children, ...
/* * This file is part of the DITA Open Toolkit project. * See the accompanying license.txt file for applicable licenses. */ package org.dita.dost.writer; import org.dita.dost.util.DitaClass; import org.w3c.dom.Document; import org.w3c.dom.Element; import java.util.*; import static org.dita.dost.util.Constants.*;...
package org.jfw.core.code.generator.annotations.handler.orm; import java.util.List; import org.jfw.core.code.generator.annotations.orm.SelectView; import org.jfw.core.code.generator.annotations.orm.View; import org.jfw.core.code.generator.orm.SelectMethodGenerator; //FIXME:视图表中存在计算字段的存在问题 public class SelectViewMG ex...
/* * #%L * de.metas.externalreference * %% * Copyright (C) 2021 metas GmbH * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as * published by the Free Software Foundation, either version 2 of the * License, or (at your option) an...
package tk.dczippl.lightestlamp.util.slot; import net.minecraft.entity.player.PlayerEntity; import net.minecraft.inventory.IInventory; //import net.minecraft.inventory.Slot; import net.minecraft.inventory.container.Slot; import net.minecraft.item.ItemStack; @SuppressWarnings({"NullableProblems", "WeakerAccess"}) publ...
package com.ibm.socialcrm.notesintegration.ui.perspectives; import org.eclipse.ui.IFolderLayout; import org.eclipse.ui.IPageLayout; import com.ibm.socialcrm.notesintegration.utils.GenericUtils.SugarType; public class AccountPerspectiveFactory extends SFAPerspectiveFactory { public static final String ID = "com.ibm...
/* * MIT License * * Copyright (c) 2016 Warren Fan * * 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, modif...
package com.stalkedbythestate.sbts.eh; // Copyright (c) 2021 Kim Hendrikse import com.stalkedbythestate.sbts.eventlib.*; import com.stalkedbythestate.sbts.freak.api.FreakApi; import com.stalkedbythestate.sbts.sbtsdevice.config.*; import com.stalkedbythestate.sbts.sbtsdevice.configimpl.*; import com.stalkedbythestate....
/*- * #%L * Elastic APM Java agent * %% * Copyright (C) 2018 - 2020 Elastic and contributors * %% * 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. ...
/* * Copyright 2016 KairosDB 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 applicab...
/* * Copyright (c) 2017, Groupon, 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 agr...
package apollo.datastore.utils; import java.io.Serializable; @SuppressWarnings("serial") public class CookiesBean implements Serializable { public CookiesBean() { } private Cookies cookie; private String value; public String getName() { return this.cookie.getName(); } // jsp:Bean s...
package com.xiaomi.network; import android.text.TextUtils; import com.alipay.sdk.app.statistic.c; import com.tencent.stat.DeviceInfo; import com.umeng.analytics.a; import java.net.MalformedURLException; import java.net.URL; import java.util.ArrayList; import java.util.Arrays; import java.util.Iterator; import org.j...
package de.tum.in.www1.artemis.service.programming; import static de.tum.in.www1.artemis.config.Constants.SETUP_COMMIT_MESSAGE; import static de.tum.in.www1.artemis.domain.enumeration.BuildPlanType.*; import java.io.FileNotFoundException; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Pa...
/* * Copyright 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 "license" fil...
package water.api.schemas3; import water.Iced; import water.api.API; public class ImportSQLTableV99 extends SchemaV3<Iced,ImportSQLTableV99> { //Input fields @API(help = "connection_url", required = true) public String connection_url; @API(help = "table") public String table = ""; @API(help = "selec...
package org.javamaster.b2c.core.service.impl; import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; import org.apache.commons.lang3.StringUtils; import org.javamaster.b2c.core.entity.Sections; import org.javamaster.b2c.core.entity.SectionsExample; import org.javamaster.b2c.core.helper.CodeHel...
/* * Copyright 2015 - 2019 TU Dortmund * * 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...
/* * Copyright 2017-2019 EPAM Systems, Inc. (https://www.epam.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 requ...
package com.gps.api.common.validator.group; import javax.validation.GroupSequence; /** * 定义校验顺序,如果AddGroup组失败,则UpdateGroup组不会再校验 */ @GroupSequence({AddGroup.class, UpdateGroup.class}) public interface Group { }
package agency.highlysuspect.appendages.util; import agency.highlysuspect.appendages.parts.BodyPart; import com.google.gson.*; import net.minecraft.util.JsonHelper; import java.lang.reflect.Type; public class MountPointSerde implements JsonSerializer<BodyPart.MountPoint>, JsonDeserializer<BodyPart.MountPoint> { @Ov...
public class PR20056 { int x; PR20056(int x) {} PR20056(PR20056 f) { // The verifier rejected the generated code in this case. this(f.x = 0); } public static void main(String[] args) { System.out.println("maude"); } }
package com.morecruit.ext.utils; import android.annotation.SuppressLint; import android.os.Build; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.util.Enumeration; import jav...
// Copyright 2010, 2012 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 applicable...
/****************************************************************************** * Copyright 2013-2016 LASIGE * * * * Licensed under the Apache License, Version 2.0 (the "License"); you may * ...
package com.xmbl.ops.dto; import lombok.Data; import lombok.ToString; @Data @ToString public class ResponseResult { private int status; private String msg; private Object result; @Data public static class ShareResult { int energy; } }
package cn.love.util; import android.graphics.Color; import android.support.annotation.ColorInt; import android.support.annotation.ColorRes; import android.support.annotation.FloatRange; import android.support.annotation.IntRange; import android.support.annotation.NonNull; import android.support.v4.content.ContextComp...
package chat_server; import java.io.*; import java.net.*; import java.util.*; public class server_frame extends javax.swing.JFrame { ArrayList clientOutputStreams; ArrayList<String> users; public class ClientHandler implements Runnable { BufferedReader reader; Socket sock; PrintWri...
/** * 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 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 mobilereport.com.chatkit.util; import java.io.UnsupportedEncodingException; /** * Created by htrf-pc on 2017/2/14. */ public class DisOrderUtil { static final int GB_SP_DIFF = 160; // 存放国标一级汉字不同读音的起始区位码 static final int[] secPosValueList = { 1601, 1637, 1833, 2078, 2274, 2302, 2433, ...
/* * 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 ...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. */ package com.microsoft.azure.management.cosmosdb.v2020_04_01; /** * The CassandraKeysp...
/* * Sun Public License Notice * * The contents of this file are subject to the Sun Public License * Version 1.0 (the "License"). You may not use this file except in * compliance with the License. A copy of the License is available at * http://www.sun.com/ * * The Original Code is NetBeans. Th...
/* * 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.dtstack.taier.develop.sql; import com.google.common.collect.Lists; import org.apache.commons.lang3.StringUtils; import java.util.List; import java.util.Objects; /** * 表描述类 * * @author jiangbo */ public class Table implements Cloneable { /** * 表所在数据库 */ private String db; /** ...
// Template Source: IBaseMethodBodyRequest.java.tt // ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // -------------------------------...