text
stringlengths
7
995k
package com.lt.hm.wovideo.base; import android.support.v4.app.FragmentActivity; import com.lt.hm.wovideo.http.HttpUtilBack; import com.lt.hm.wovideo.utils.TLog; /** * Created by xuchunhui on 16/8/12. */ public class BaseRequestActivity extends FragmentActivity implements HttpUtilBack { @Override public voi...
package com.github.telegramBot.telegrambot.service; public interface SendMessageBotService { void sendMessage(String chatId, String message); }
package com.dylanvann.fastimage; import com.dylanvann.fastimage.FastImageViewModule; import com.facebook.react.ReactPackage; import com.facebook.react.bridge.NativeModule; import com.facebook.react.bridge.JavaScriptModule; import com.facebook.react.bridge.ReactApplicationContext; import com.facebook.react.uimanager.V...
/* * 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 ausenciaITM; import java.util.Scanner; public class Main { static Scanner sc = new Scanner(System.in); static int tam = 100; static Ausencia empleado[] = new Ausencia[tam]; public static int buscar(String id, Fecha fecha) { for (int i = 0; i < empleado.length; i++) { if (...
/* * 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.apache.spark.mllib.classification; /** * :: Experimental :: * Represents a classification model that predicts to which of a set of categories an example * belongs. The categories are represented by double values: 0.0, 1.0, 2.0, etc. */ public abstract interface ClassificationModel extends scala.Serializ...
package org.apache.hadoop.yarn.rabit; import java.io.File; import java.io.IOException; import java.nio.ByteBuffer; import java.util.List; import java.util.Map; import java.util.Queue; import java.util.Collection; import java.util.Collections; import org.apache.commons.logging.Log; import org.apache.commons.logging.Lo...
package com.example.myapplication200122.auto_connect_wifi; import android.Manifest; import android.app.AlertDialog; import android.content.BroadcastReceiver; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.IntentFilter; import android.conten...
/* * Copyright (c) 2008-2018, Hazelcast, Inc. 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 ...
package top.tangyh.lamp.tenant.dao; import com.baomidou.mybatisplus.annotation.InterceptorIgnore; import org.apache.ibatis.annotations.Param; import org.springframework.stereotype.Repository; /** * 初始化数据库DAO * * @author zuihou * @date 2019/09/02 */ @Repository @InterceptorIgnore(tenantLine = "true", dynamicTable...
package com.explore.order.domain; import lombok.*; import java.io.Serializable; import java.math.BigDecimal; import java.time.LocalDateTime; /** * 订单 实体Bean * * @author: YuHaiQing * @time: 2022/2/1 22:02 */ @Data @ToString public class Order implements Serializable { /** * 主键 */ private Long ...
/** * The AudioPlayer class for constructing an AudioPlayer extends Product implements * MultimediaControl. * * @author Dylan Miles */ public class AudioPlayer extends Product implements MultimediaControl { private final String supportedAudioFormats; private final String supportedPlaylistFormats; private fi...
// Targeted by JavaCPP version 1.5.6: DO NOT EDIT THIS FILE package org.bytedeco.opencv.opencv_shape; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.javacpp.presets.javacpp.*; import static org.bytedeco.openblas.global.openblas_nolapack.*; impor...
package org.openecomp.dcae.controller.service.docker.host.servers.service.logging; import com.att.eelf.i18n.EELFResourceManager; import org.openecomp.logger.EcompMessageEnum; public enum DockerHostServiceMessageEnum implements EcompMessageEnum { dummy, REQUEST_FAILED_deploy, REQUEST_FAILED_undeploy, REQUEST_...
package org.kyojo.schemaorg.m3n5.doma.core.digitalDocumentPermissionType; import org.seasar.doma.ExternalDomain; import org.seasar.doma.jdbc.domain.DomainConverter; import org.kyojo.schemaorg.m3n5.core.digitalDocumentPermissionType.WRITE_PERMISSION; import org.kyojo.schemaorg.m3n5.core.DigitalDocumentPermissionType.W...
/** * Kuaidadi.com Inc. * Copyright (c) 2012-2016 All Rights Reserved. */ package com.didiglobal.sds.client.service; import com.alibaba.fastjson.JSONObject; import com.didiglobal.sds.client.bean.SdsStrategy; import com.didiglobal.sds.client.log.SdsLoggerFactory; import com.didiglobal.sds.client.util.StringUtils; im...
/* * This file is part of Cubic Chunks Mod, licensed under the MIT License (MIT). * * Copyright (c) 2015-2021 OpenCubicChunks * Copyright (c) 2015-2021 contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "So...
/* * Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
class input3 { public static void main(String[] arg) { A a; A b; int x; a = new A(); b = new B(); x = a.foo(b); } } class A { boolean p; B f; public int foo(A obj) { int v; p = true; /*p alias? v*/ f = new B(); v = obj.foo(f); return v; } } class B extends A { A f1; public int foo(A...
package com.tazine.algorithm.thinking.hash.cases; import java.util.SortedMap; import java.util.TreeMap; /** * Test * * @author frank * @since 1.0.0 */ public class Test { private static String[] servers = {"北京", "青岛", "上海", "香港"}; private static final int VIRTUAL_NODE_NUMS = 5; private static Sort...
/** * Copyright (C) 2014-2016 LinkedIn Corp. (pinot-core@linkedin.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 * * Unle...
package com.carllhw.demo.rocketmq.domain; import java.math.BigDecimal; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; /** * order paid event * * @author carllhw */ @NoArgsConstructor @AllArgsConstructor @Data public class OrderPaidEvent { private String orderId; ...
package jahspotify.web.system; /* * 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 un...
package com.clouck.rep; import java.util.ArrayList; import java.util.List; public class ChartDataSeriesRep { private List<List<Long>> data = new ArrayList<>(); public void addData(List<Long> dataRep) { data.add(dataRep); } public List<List<Long>> getData() { return data; } ...
package ru.stqa.fortesters.sandbox; public class Primes { public static boolean isPrime(int n) { for (int i = 2; i < n; i += 1) { if (n % i == 0) { return false; } } return true; } public static boolean isPrimeFast (int n) { int m = ...
package com.rubywebworks.jerseyrestdataapi; import javax.ws.rs.DefaultValue; import javax.ws.rs.HeaderParam; import javax.ws.rs.MatrixParam; import javax.ws.rs.PathParam; import javax.ws.rs.QueryParam; public class UserBean { @PathParam("id") public String id; @MatrixParam("name") public String name; @Matri...
/* xsd2pgschema - Database replication tool based on XML Schema Copyright 2014-2018 Masashi Yokochi https://sourceforge.net/projects/xsd2pgschema/ 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 software was developed and / or modified by Raytheon Company, * pursuant to Contract DG133W-05-CQ-1067 with the US Government. * * U.S. EXPORT CONTROLLED TECHNICAL DATA * This software product contains export-restricted data whose * export/transfer/disclosure is restricted by U.S. law. Dissemination *...
package gwel.game.entities; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.files.FileHandle; import com.badlogic.gdx.math.*; import com.badlogic.gdx.utils.JsonReader; import com.badlogic.gdx.utils.JsonValue; import com.badlogic.gdx.utils.JsonWriter; import diwan.fablab.gemals.graphics.MyRenderer; import gwel.gam...
/** * Scaffolding file used to store all the setups needed to run * tests automatically generated by EvoSuite * Tue Nov 10 01:02:29 GMT 2020 */ package org.jcvi.jillion.core; import org.evosuite.runtime.annotation.EvoSuiteClassExclude; import org.junit.BeforeClass; import org.junit.Before; import org.junit.After...
package theImposter.cards; import com.megacrit.cardcrawl.actions.common.ApplyPowerAction; import com.megacrit.cardcrawl.characters.AbstractPlayer; import com.megacrit.cardcrawl.monsters.AbstractMonster; import com.megacrit.cardcrawl.powers.StrengthPower; import com.megacrit.cardcrawl.powers.WeakPower; import static t...
package com.dchip.door.smartdoorsdk.deviceControl.Listener; /** * Created by llakcs on 2018/4/16. */ public interface UpdateDeviceListner { void UpdateDevice(String acount,int Rssi); }
package org.chronopolis.ingest.models; /** * Summary of Bags which a depositor holds * * @author shake */ public class DepositorSummary { private final Long sum; private final Long count; private final String depositor; public DepositorSummary(Long sum, Long count, String depositor) { thi...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
package com.google.android.gms.common.images; import android.graphics.drawable.Drawable; import android.net.Uri; import android.widget.ImageView; import com.google.android.gms.common.internal.Asserts; import com.google.android.gms.common.internal.Objects; import com.google.android.gms.internal.base.zaf; import com.goo...
package com.freetymekiyan.algorithms.level.hard; import java.util.Arrays; /** * Given a string s1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively. * <p> * Below is one possible representation of s1 = "great": * <p> * great / \ gr eat / \ / \ g r e a...
/* * 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 edu.central.servicio.bienes.model; import javax.persistence.*; import java.io.Serializable; import java.util.Date; import java.util.Objects; @Entity @Table(name = "Impuesto") public class Impuesto implements Serializable { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long Id; ...
package org.recap.configuration; import com.amazonaws.ClientConfiguration; import com.amazonaws.auth.AWSCredentials; import com.amazonaws.auth.AWSStaticCredentialsProvider; import com.amazonaws.auth.BasicAWSCredentials; import com.amazonaws.regions.Regions; import com.amazonaws.services.s3.AmazonS3; import com.amazona...
package com.unidev.polydata.storage.paperdb; import com.unidev.polydata.domain.BasicPoly; import com.unidev.polydata.domain.Poly; import com.unidev.polydata.storage.ChangablePolyStorage; import java.util.ArrayList; import java.util.Collection; import java.util.List; import io.paperdb.Book; import io.paperdb.Paper; ...
/* * Copyright (C) 2014 Pedro Vicente Gómez Sánchez. * * 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 ...
/* * 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 * distribut...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.resourcemanager.containerservice.models; import com.azure.core.util.ExpandableStringEnum; import com.fasterxml.jackson.annotation.JsonCreator; i...
package com.example.root.opencvfacedetect; public class CameraRawData { private byte[] rawData; private long timestamp; public CameraRawData() { } public CameraRawData(byte[] rawData, long timestamp) { this.rawData = rawData; this.timestamp = timestamp; } public byte[] ge...
package de.cotto.bitbook.backend.price.kraken; import de.cotto.bitbook.backend.price.model.Price; import de.cotto.bitbook.backend.price.model.PriceWithDate; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; import org.mockito.InjectMocks; import org.mockito.Mock; import org.mockito....
/* * 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 ...
package practicaltest02.eim.systems.cs.pub.ro.practicaltest02; /** * Created by student on 24.05.2018. */ public class Constants { final public static String TAG = "[PracticalTest02]"; final public static boolean DEBUG = true; final public static String WEB_SERVICE_ADDRESS = "https://www.wunderground....
package com.ontology2.bakemono.pse3; import static org.junit.Assert.*; import static org.mockito.Mockito.*; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.nio.charset.Charset; import java.util.List; import java.util.Set; import org...
/* * 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 n...
package org.infinispan.query.blackbox; import org.infinispan.configuration.cache.CacheMode; import org.infinispan.configuration.cache.ConfigurationBuilder; import org.infinispan.configuration.parsing.ConfigurationBuilderHolder; import org.infinispan.query.helper.StaticTestingErrorHandler; import org.infinispan.query.t...
/* * Copyright (C) 2018 paphonb@xda * * 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 io.johnsell620.jMessage.rest; import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.io.PrintWriter; import java.util.Date; import javax.ws.rs.container.ContainerRequestContext; import javax.ws.rs.container.ContainerRequestFilter; import javax.ws...
package de.polocloud.modules.serverselector.api.config; import de.polocloud.modules.serverselector.api.elements.SignAnimation; import de.polocloud.modules.serverselector.api.elements.SignLayout; import lombok.AllArgsConstructor; import lombok.Getter; import java.io.Serializable; @Getter @AllArgsConstructor public cl...
/* * 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...
import java.util.ArrayList; /** * Created by Mitchell Parekh on 11/4/2016. * 2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder. * * What is the smallest positive number that is evenly divisible by all of the numbers from 1 to 20? */ public class Problem05 { ...
import java.awt.*; class DimIndicator implements DrawingObj { int x, y, left, right; FloatingBox box; public DimIndicator(int x, int y, int left, int right, String str, Font font) { this.x = x; this.y = y; this.left = left; this.right = right; this.box = new FloatingBox(str, font);; box.move(x - 3...
package pl.appformation.areaimageview.model; import java.util.ArrayList; import pl.appformation.areaimageview.utils.Point; import pl.appformation.areaimageview.utils.Polygon; public class MultiVertexArea extends ClickableArea { private Polygon mPolygon; public MultiVertexArea(ArrayList<Point> vertices, Obje...
package com.kpaw.world.controller; import java.util.List; import org.springframework.stereotype.Controller; import org.springframework.ui.Model; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.Requ...
// *************************************************************************** // // Copyright (c) 2000 - 2014, Lawrence Livermore National Security, LLC // Produced at the Lawrence Livermore National Laboratory // LLNL-CODE-442911 // All rights reserved. // // This file is part of VisIt. For details, see https://vis...
/* Copyright (c) 2015 Qualcomm Technologies Inc All rights reserved. Redistribution and use in source and binary forms, with or without modification, are permitted (subject to the limitations in the disclaimer below) provided that the following conditions are met: Redistributions of source code must retain the above...
/* * Copyright (c) 2008-2019, Hazelcast, Inc. 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 ...
/* * Copyright (c) 2005-2011, Michael Newcomb * * 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 l...
package co.gov.ideamredd.dao; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.sql.CallableStatement; import java.sql.Connection; import java.sql.SQLException; import java.util.ArrayList; import javax.sq...
package com.atguigu.gulimall.order.service; import com.baomidou.mybatisplus.extension.service.IService; import com.atguigu.common.utils.PageUtils; import com.atguigu.gulimall.order.entity.OrderReturnApplyEntity; import java.util.Map; /** * 订单退货申请 * * @author zhangzhi * @email zhangzhi@gmail.com * @date 2020-06-...
// // 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: 2015.12....
// "Create Class 'Foo'" "true" public class Test { void foo() { new Test(Foo.FIELD); } } public class Foo { }
/** * Copyright © 2016-2020 The Thingsboard 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...
/* * 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...
/** * Copyright 2018 Ricoh Company, 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 applicable law or agree...
package org.kyojo.schemaorg.m3n5.gson.core.container; import java.lang.reflect.Field; import java.lang.reflect.Type; import java.util.HashMap; import java.util.Map; import org.kyojo.gson.JsonDeserializationContext; import org.kyojo.gson.JsonDeserializer; import org.kyojo.gson.JsonElement; import org.kyojo.gson.JsonPa...
package org.apache.maven.scm.provider; /* * 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 Licen...
/* Copyright (C) 2009 Versant Inc. http://www.db4o.com */ package com.db4o.monitoring; import com.db4o.config.*; import com.db4o.diagnostic.*; import com.db4o.events.*; import com.db4o.internal.*; import com.db4o.internal.config.*; /** * publishes statistics about Queries to JMX. */ @decaf.Ignore(unlessCompatibl...
// cyNeo4j - Cytoscape app connecting to Neo4j // // Copyright 2014-2021 // // 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 re...
// // (C) Copyright 2016 Martin E. Nordberg III // Apache 2.0 License // package org.barlom.presentation.main; import org.barlom.application.gdbconsolerestservices.GdbConsoleRestServicesSubsystem; import org.barlom.domain.metamodel.api.IMetamodelFacade; import org.barlom.infrastructure.utilities.configuration.IConfig...
/* * 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 * distribut...
package ca.uhn.fhir.jpa.subscription.r4; import ca.uhn.fhir.jpa.provider.r4.BaseResourceProviderR4Test; import ca.uhn.fhir.jpa.searchparam.registry.BaseSearchParamRegistry; import ca.uhn.fhir.jpa.searchparam.registry.ISearchParamProvider; import ca.uhn.fhir.jpa.searchparam.registry.ISearchParamRegistry; import ca.uhn....
package com.kentcdodds.javahelper.helpers; import java.sql.Timestamp; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; import java.util.TimeZone; import java.util.concurrent.TimeUnit; /** * * @author Kent */ public class DateHelper { /** * Our standard SimpleDateFormat: ("...
package com.elmakers.mine.bukkit.magic; import java.util.List; import javax.annotation.Nonnull; import javax.annotation.Nullable; import org.bukkit.configuration.ConfigurationSection; import org.bukkit.entity.Player; import org.bukkit.inventory.Inventory; import org.bukkit.inventory.ItemStack; import com.elmakers.mi...
package app.coronawarn.server.services.download.config; import app.coronawarn.server.common.persistence.domain.FederationBatchSourceSystem; import app.coronawarn.server.common.persistence.domain.config.TekFieldDerivations; import app.coronawarn.server.common.protocols.external.exposurenotification.ReportType; import j...
package cn.trinea.android.common.util; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.InputStream; import java.net.HttpURLConnection; import java.net.MalformedURLException; import java.net.URL; import java.util.Map; import android.content.res.Resources; import android.graphics.Bitmap...
/* * Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.intel.mtwilson.as.rest.v2.resource; import com.intel.dcsg.cpg.io.UUID; import com.intel.mtwilson.as.rest.v2.model.Mle; import com.intel.mtwilson.as.rest.v2.model.MleCollection; import com.intel.mtwilson.as.r...
package network.quant.util; import java.io.IOException; import java.io.InputStream; import java.nio.ByteBuffer; /** * Common Utility */ public class CommonUtil { private static final int KB = 1024; public static byte[] getStream(InputStream stream) throws IOException { ByteBuffer byteBuffer = Byte...
/* * This file is part of ViaVersion - https://github.com/ViaVersion/ViaVersion * Copyright (C) 2016-2022 ViaVersion and contributors * * 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, eith...
/* * Copyright (C) 2013 salesforce.com, 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 ...
package com.project.convertedCode.globalNamespace.namespaces.SebastianBergmann.namespaces.Comparator.classes; import com.runtimeconverter.runtime.references.ReferenceContainer; import com.runtimeconverter.runtime.passByReference.PassByReferenceArgs; import com.project.convertedCode.globalNamespace.namespaces.Sebastian...
// Copyright (C) 2013 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 applicable ...
/* * MIT License * * Copyright (c) 2017-2018 nuls.io * * 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, mod...
package com.redhat.developer.dmn.responses; import java.util.List; import com.fasterxml.jackson.annotation.JsonProperty; public class EvaluationResponse { @JsonProperty("decisions") public List<Object> decisions; }
package try17_in; class Foo5 extends Exception { } class Bar5 extends Exception { } public class A_test5 { void foo() throws Exception { /*[*/ try (Test5 t = new Test5()) { /*]*/ } } } class Test5 implements AutoCloseable { @Override public void close() throws Bar5 ...
package nl.xservices.plugins; import org.apache.cordova.CallbackContext; import org.apache.cordova.CordovaPlugin; import org.json.JSONArray; import org.json.JSONException; import javax.net.ssl.HttpsURLConnection; import javax.security.cert.CertificateException; import java.io.IOException; import java.net.URL; import ...
/* * The MIT License (MIT) Copyright (c) 2020-2021 artipie.com * https://github.com/artipie/artipie/LICENSE.txt */ package com.artipie.maven; import com.amihaiemil.eoyaml.Yaml; import com.artipie.ArtipieServer; import com.artipie.RepoConfigYaml; import com.artipie.asto.Key; import com.artipie.asto.fs.FileStorage; i...
/* * Weblounge: Web Content Management System * Copyright (c) 2003 - 2011 The Weblounge Team * http://entwinemedia.com/weblounge * * This program 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 Foundat...
package io.zmz.jcartadministrationback.dto.out; public class CustomerShowOutDTO { private Integer customerId; private String username; private String realName; private String avatarUrl; private String mobile; private String email; private Byte status; private Long createTimestamp; p...
package org.broadinstitute.hellbender.tools.walkers.haplotypecaller; import htsjdk.samtools.SAMSequenceDictionary; import htsjdk.variant.variantcontext.writer.VariantContextWriter; import org.broadinstitute.barclay.argparser.Argument; import org.broadinstitute.barclay.argparser.ArgumentCollection; import org.broadinst...
/* * 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.stc.trawl.voice.job.compare.v2; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonProperty; import com.stc.trawl.common.rest.response.Response; import com.stc.trawl.voice.data.compare.EtalonComparison; import com.stc.trawl.voice.data.compare.TargetComparison; i...
package com.changgou.user.feign; import entity.Result; import org.springframework.cloud.openfeign.FeignClient; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestMapping; import org.springframewor...
// Copyright 2000-2020 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.openapi.command.impl; import com.intellij.ide.DataManager; import com.intellij.idea.ActionsBundle; import com.intellij.openapi.Disposable; import com.intelli...