text stringlengths 7 995k |
|---|
package com.laegler.openbanking.model;
import java.util.Objects;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonValue;
import com.laegler.openbanking.model.FeaturesAndBenefits1FeatureBenefitEligibility;
import com.l... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may ... |
/*
* Copyright 2015-2017 Real Logic 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
/*
* Copyright 2018 Lithium Technologies Pvt 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 ... |
/**
* Copyright (c) 2014 All Rights Reserved by the SDL Group.
*
* 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 2019 YugaByte, Inc. and Contributors
*
* Licensed under the Polyform Free Trial License 1.0.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://github.com/YugaByte/yugabyte-db/blob/master/licenses/POLYFORM-... |
/*
* Copyright 2010-2017 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
////////////////////////////////////////////////////////////////////////////////
//
// Created by MJesser on 12.12.2017.
//
// Copyright (c) 2006 - 2017 FORCAM GmbH. All rights reserved.
////////////////////////////////////////////////////////////////////////////////
package com.forcam.na.ffwebservices.client.api.opera... |
/*
* $Id$
*
* 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
* "Lice... |
package me.danieleangelucci.shopping.controller;
public class UnexpectedInputDataFormatException extends Exception
{
/**
*
*/
private static final long serialVersionUID = -750038138463072273L;
public UnexpectedInputDataFormatException()
{
super("Unexpected format of the input line.");
}
} |
/***********************************************************************
* Copyright (c) 2004 Actuate Corporation.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* ... |
package com.martinzhekov.petclinic;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
@SpringBootApplication
public class PetClinicApplication {
public static void main(String[] args) {
SpringApplication.run(PetClinicApplication.class,... |
package uk.gov.hmcts.reform.fpl.service.validators;
import org.junit.jupiter.api.Nested;
import org.junit.jupiter.api.Test;
import org.junit.jupiter.api.extension.ExtendWith;
import org.junit.jupiter.params.ParameterizedTest;
import org.junit.jupiter.params.provider.Arguments;
import org.junit.jupiter.params.provider.... |
/*******************************************************************************
* Copyright 2014 Bowen Cai
*
* 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.or... |
//
// ========================================================================
// Copyright (c) 1995-2020 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------
// All rights reserved. This program and the accompanying materials
// are made available under the ter... |
/******************************************************************************
Copyright (c) 2013, Mandar Chitre
This file is part of fjage which is released under Simplified BSD License.
See file LICENSE.txt or go to http://www.opensource.org/licenses/BSD-3-Clause
for full license details.
************************... |
/*
* 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.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.security.models;
import com.azure.resourcemanager.security.fluent.models.PackageDownloadsInner;
import java.util.List;
/** An i... |
package org.telegram.tl;
/**
* TL Vector of strings. @see org.telegram.tl.TLVector
*
* @author Ruben Bermudez
*/
public class TLStringVector extends TLVector<String> {
public TLStringVector() {
setDestClass(String.class);
}
@Override
public String toString() {
return "vector<string... |
/*
* Copyright (C) 2011 The Guava 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 agre... |
/*
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... |
package AStar;
import java.awt.Point;
import java.util.ArrayList;
public class NodeFactory {
public static final int HEURSITIC_FACTOR = 4;
/**
* Creates a arraylist of nodes out of a two dimensional arraylist of integers
*
* @param dataset two dimensional arraylist of integers
* @return... |
package caper.pronto.utils;
import com.mongodb.MongoClient;
import org.bson.codecs.configuration.CodecRegistries;
import org.bson.codecs.configuration.CodecRegistry;
import org.bson.codecs.pojo.PojoCodecProvider;
import caper.pronto.ProtoCodecProvider;
/**
* Created by native on 8/4/20.
*/
public class CodecUtil... |
/**
* Copyright (c) 2013-Now http://jeesite.com All rights reserved.
*/
package com.jeesite.modules.js.dao;
import com.jeesite.common.dao.CrudDao;
import com.jeesite.common.mybatis.annotation.MyBatisDao;
import com.jeesite.modules.js.entity.Question;
import com.jeesite.modules.js.entity.other.QuestionRes;
import com... |
// This file is licensed under the Elastic License 2.0. Copyright 2021-present, StarRocks Limited.
package com.starrocks.external.hive.events;
/**
* Currently we only support handling some events.
*/
public enum MetastoreEventType {
CREATE_TABLE("CREATE_TABLE"),
DROP_TABLE("DROP_TABLE"),
ALTER_TABLE("AL... |
/* SPDX-License-Identifier: Apache-2.0 */
package org.odpi.openmetadata.frameworks.connectors.properties;
import org.odpi.openmetadata.frameworks.connectors.ffdc.OCFRuntimeException;
import org.testng.annotations.Test;
import static org.testng.Assert.assertTrue;
/**
* TestRelatedAssets tests the invocation of a sp... |
/*
* 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
* distribu... |
package org.bouncycastle.operator.jcajce;
import java.io.IOException;
import java.io.OutputStream;
import java.security.GeneralSecurityException;
import java.security.PrivateKey;
import java.security.Provider;
import java.security.SecureRandom;
import java.security.Signature;
import java.security.SignatureException;
i... |
package kaptainwutax.featureutils.structure;
import kaptainwutax.featureutils.Feature;
import kaptainwutax.seedutils.mc.ChunkRand;
import kaptainwutax.seedutils.mc.MCVersion;
import kaptainwutax.seedutils.mc.pos.CPos;
public abstract class RegionStructure<C extends RegionStructure.Config, D extends RegionStructure.Da... |
/*******************************************************************************
* Copyright 2016 ContainX and OpenStack4j
*
* Licensed under the Apache License, Version 2.0 (the "License");... |
/*----------------------------------------------------------------------------*/
/* Copyright (c) 2017-2018 FIRST. All Rights Reserved. */
/* Open Source Software - may be modified and shared by FRC teams. The code */
/* must be accompanied by the FIRST BSD license file in the root directory of... |
/*-
* #%L
* anchor-image-bean
* %%
* Copyright (C) 2010 - 2020 Owen Feehan, ETH Zurich, University of Zurich, Hoffmann-La Roche
* %%
* 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 wi... |
/*
* Copyright (c) 2011-2018 Pivotal Software 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
*
* Unles... |
package fixtures.lro;
import com.microsoft.rest.credentials.BasicAuthenticationCredentials;
import org.junit.Assert;
import org.junit.BeforeClass;
import org.junit.Test;
import fixtures.lro.implementation.AutoRestLongRunningOperationTestServiceImpl;
import fixtures.lro.implementation.ProductInner;
public class LROR... |
package org.sheepy.lily.vulkan.process.graphic.process;
import org.eclipse.emf.ecore.util.EcoreUtil;
import org.sheepy.lily.core.api.notification.observatory.IObservatory;
import org.sheepy.lily.core.api.notification.observatory.IObservatoryBuilder;
import org.sheepy.lily.core.api.util.ModelUtil;
import org.sheepy.lil... |
// Copyright (c) FIRST and other WPILib contributors.
// Open Source Software; you can modify and/or share it under the terms of
// the WPILib BSD license file in the root directory of this project.
package frc.robot.subsystems;
import edu.wpi.first.wpilibj.RobotState;
import edu.wpi.first.wpilibj2.command.SubsystemB... |
package org.mifos.connector.gsma.account.dto;
public class Name {
private String title;
private String firstName;
private String middleName;
private String lastName;
private String fullName;
private String nativeName;
public String getTitle() {
return title;
}
public void... |
package uk.gov.pay.ledger.pact;
import au.com.dius.pact.consumer.MessagePactBuilder;
import au.com.dius.pact.consumer.MessagePactProviderRule;
import au.com.dius.pact.consumer.Pact;
import au.com.dius.pact.consumer.PactVerification;
import au.com.dius.pact.model.v3.messaging.MessagePact;
import org.junit.Rule;
import ... |
package com.sample.portal.support.template;
import org.springframework.data.domain.Page;
import org.thymeleaf.context.ITemplateContext;
import org.thymeleaf.engine.AttributeName;
import org.thymeleaf.model.IProcessableElementTag;
import org.thymeleaf.processor.element.AbstractAttributeTagProcessor;
import org.thymelea... |
/*
* 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 com.mavlushechka.solutions.jetbrainsacademy.Learn.Step;
import java.util.Scanner;
public class StringReplacingAWithB {
public static void main(String[] args) {
String string = new Scanner(System.in).next();
String replacedString = string.replace('a', 'b');
System.out.println(repla... |
package com.yhcoo.common.config;
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.cloud.context.config.annotation.RefreshScope;
import org.springframework.stereotype.Component;
import java.util.ArrayList;
import java.util.List;
@Data
@Refresh... |
package com.patloew.rxwear;
import com.google.android.gms.common.api.GoogleApiClient;
import com.google.android.gms.common.api.ResultCallback;
import com.google.android.gms.common.api.Status;
import com.google.android.gms.wearable.Channel;
import com.google.android.gms.wearable.ChannelApi;
import com.google.android.gm... |
package com.celizion.kcg.ems.tta.util;
public class ByteUtils {
private static final int TRACE_LINE_BREAK_LIMIT = 64;
public static void trace(byte[] data) {
if (data == null)
System.out.println("Empty data.");
StringBuilder sb = new StringBuilder();
sb.append("============================================... |
/*
* 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 co.edu.uniandes.csw.fotografia.test.persistence;
import co.edu.uniandes.csw.fotografia.entities.InteresFotograficoEntity;
impo... |
package org.eclipse.birt.report.model.api.oda.interfaces;
public interface IAggregationDefn {
/**
* Returns the BIRT predefined aggregation id.
*
* @return the BIRT predefined aggregation id.
*/
public String getBirtAggregationId();
/**
* Return the display name of the BIRT predefined aggregation.
* ... |
/*===============================================================================
Copyright (c) 2012-2014 Qualcomm Connected Experiences, Inc. All Rights Reserved.
Vuforia is a trademark of QUALCOMM Incorporated, registered in the United States
and other countries. Trademarks of QUALCOMM Incorporated are used with pe... |
package Inheritance.hero;
public class Elf extends Hero {
public Elf(String username, int level) {
super(username, level);
}
} |
package egovframework.com.cmm.service;
import java.util.List;
import java.util.Map;
/**
* @Class Name : EgovFileMngService.java
* @Description : 파일정보의 관리를 위한 서비스 인터페이스
* @Modification Information
*
* 수정일 수정자 수정내용
* ------- ------- -------------------
* 2009. 3. 25. 이삼섭 ... |
package seedu.progresschecker.testutil;
//@@author Livian1107
/**
* A utility class containing a list of {@code String} objects to be used in tests.
*/
public class TypicalThemes {
public static final String DAY_THEME = "day";
public static final String NIGHT_THEME = "night";
} |
package uk.gov.hscic.common.filters.model;
import java.util.Arrays;
import java.util.List;
import static uk.gov.hscic.SystemURL.ID_ODS_ORGANIZATION_CODE;
import static uk.gov.hscic.SystemURL.ID_SDS_USER_ID;
import static uk.gov.hscic.common.filters.FhirRequestGenericIntercepter.throwInvalidRequest400_BadRequestExcepti... |
package design_gui;
import javax.swing.JComboBox;
public class MyLanguageSwitcher extends JComboBox {
public MyLanguageSwitcher(){
this.addItem("Jezik samo dok se ne isprogramira");
this.addItem("Jos jedan");
}
} |
package src.test.resources;
class B22169269 {
{
try {
} catch (
ClassNotFoundException
| NoSuchMethodException
| InvocationTargetException
| IllegalAccessException e) {
}
try {
} catch (ClassNotFoundException | NoSuchMethodException e) {
}
}
} |
/*****************************************************************************
* *
* This file is part of the BeanShell Java Scripting distribution. *
* Documentation and updates may be found at http://www.beanshell.org/ *
* ... |
package com.javarush.task.task07.task0719;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
/*
Вывести числа в обратном порядке
*/
public class Solution {
public static void main(String[] args) throws IOException {
BufferedReader re... |
import java.util.Scanner;
public class Lab04_EvenPowersOf2 {
public static void main(String[] args) {
Scanner scanner = new Scanner(System.in);
int number = Integer.parseInt(scanner.nextLine());
System.out.println(1);
for (int i = 1; i <= number; i++) {
if (i % 2 == 0)... |
package com.lukinhasssss.casa_do_codigo.dto.book;
import com.lukinhasssss.casa_do_codigo.entities.Book;
public class BookDetails {
private String title;
private String resume;
private String sumary;
private Double price;
private Integer pages;
private String isbn;
private String authorNam... |
package net.brutus5000.deltaforge.client;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.google.common.collect.Lists;
import net.brutus5000.deltaforge.client.api.ApiClient;
import net.brutus5000.deltaforge.client.error.CheckoutException;
import net.brutus5000.deltaforge.client.io.DownloadService;
impor... |
/*
* Copyright (c) 2009-2018, United States Government, as represented by the Secretary of Health and Human Services.
* 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... |
package ru.job4j.dao;
import java.util.ArrayList;
import java.util.List;
import javax.persistence.EntityManager;
import javax.persistence.PersistenceContext;
import javax.persistence.TypedQuery;
import javax.persistence.criteria.CriteriaBuilder;
import javax.persistence.criteria.CriteriaQuery;
import javax.persistenc... |
/*
* 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 net.maxgigapop.mrs.driver.dtn;
import com.hp.hpl.jena.ontology.OntModel;
import java.io.IOException;
import java.util.UUID;
im... |
package org.springframework.roo.addon.git;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
import java.util.logging.Logger;
import org.apache.commons.io.IOUtils;
import org.apache.felix.scr.annotations.Component;
import org.apache.felix.scr.annotations.Referen... |
package com.fsck.k9.mailstore;
import android.app.PendingIntent;
import android.support.annotation.NonNull;
import android.support.annotation.Nullable;
import com.fsck.k9.mail.internet.MimeBodyPart;
import org.openintents.openpgp.OpenPgpDecryptionResult;
import org.openintents.openpgp.OpenPgpError;
import org.openi... |
package com.project.utils;
import com.google.gson.Gson;
import com.project.model.LoggerInformation;
import org.apache.logging.log4j.Level;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.apache.logging.log4j.core.LoggerContext;
import org.apache.logging.log4j.core.config.... |
package epicsquid.mysticallib.particle.particles;
import epicsquid.mysticallib.particle.ParticleBase;
import epicsquid.mysticallib.util.Util;
import net.minecraft.world.World;
public class ParticleStar extends ParticleBase {
public float colorR = 0;
public float colorG = 0;
public float colorB = 0;
public flo... |
/*
* Copyright (c) 2020 Gomint team
*
* This code is licensed under the BSD license found in the
* LICENSE file in the root directory of this source tree.
*/
package io.gomint.world.block;
/**
* @author geNAZt
* @version 1.0
* @stability 3
*/
public interface BlockRedstoneComparator extends Block {
/**
... |
import java.io.*;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.StringTokenizer;
public class HashChains {
private FastScanner in;
private PrintWriter out;
// store all strings in one list
private List<String> elems;
private List<Integer> hashes = n... |
/**
* Tests for a multithreaded cache.
*
* @author Ivan Belyaev (gh0st84@mail.ru)
* @version $Id$
* @since 1.0
*/
package ru.job4j.cache; |
/**
*
*/
/**
* @author amolbhalla
*
*/
package spring.model; |
package spelling;
import java.io.PrintWriter;
import java.util.List;
// The specific grader used in this test is called "grader_dict.txt",
// which is in the data folder. When submitting your WPTree.java file,
// make sure it still points to data/dict.txt.
public class WPTreeGrader {
public static String print... |
package org.traccar.protocol;
import org.junit.Test;
import org.traccar.ProtocolTest;
public class T57FrameDecoderTest extends ProtocolTest {
@Test
public void testDecode() throws Exception {
T57FrameDecoder decoder = new T57FrameDecoder();
verifyFrame(
binary("2a54353723463... |
/*
* Copyright 2015 Adaptris 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... |
/*
* FixType.java
*
* Copyright (c) 2012, AlternativeVision. All rights reserved.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at yo... |
package dang.kp.manager.common.result;
import dang.kp.manager.common.IStatusMessage;
public class ResultUtils {
public static Result success(Object data) {
return Result.builder()
.code(IStatusMessage.SystemStatus.SUCCESS.getCode())
.msg(IStatusMessage.SystemStatus.SUCCESS.... |
/*
* 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.gbif.registry.metadata;
import javax.xml.transform.stream.StreamSource;
import org.junit.Test;
public class EmlValidatorTest {
private StreamSource getEMLMetadataAsStreamSource(String filename){
return new StreamSource(getClass().getClassLoader().getResourceAsStream(filename));
}
@Test
publ... |
package assignment4.abstractFactory.dao;
import assignment4.abstractFactory.bean.Computer;
public class MysqlComputerDao implements ComputerDao {
@Override
public int insertComputer(Computer computer) {
if(computer==null ){
System.out.println("computer is null");
return 0;
... |
/*******************************************************************************
* Copyright (c) 2015-2018 Skymind, Inc.
*
* This program and the accompanying materials are made available under the
* terms of the Apache License, Version 2.0 which is available at
* https://www.apache.org/licenses/LICENSE-2.0.
*
*... |
//Regular java classes
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
//Hadoop/Hbase related classes
import org.apache.hadoop.conf.Configuration;
import org.apache.hadoop.hbase.HBaseConfiguration;
import org.apache.hadoop.hbase.HColumnDescriptor;
import org.apache.hadoop.hbase.HTableDe... |
package com.db117.example.leetcode.solution5;
import java.util.ArrayList;
import java.util.List;
import java.util.Stack;
/**
* 589. N叉树的前序遍历
* 给定一个 N 叉树,返回其节点值的前序遍历。
* <p>
* 例如,给定一个 3叉树 :
* <p>
*
* <p>
* <p>
* <p>
*
* <p>
* 返回其前序遍历: [1,3,5,6,2,4]。
* <p>
*
* <p>
* 说明: 递归法很简单,你可以使用迭代法完成此题吗?
* <p>... |
/*
* 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.fiek.travelGuide.service;
import com.fiek.travelGuide.domain.User;
import com.fiek.travelGuide.domain.UserBilling;
import com.fiek.travelGuide.domain.UserPayment;
import com.fiek.travelGuide.domain.UserShipping;
import com.fiek.travelGuide.domain.security.PasswordResetToken;
import com.fiek.travelGuide.dom... |
package com.codepath.apps.restclienttemplate;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerVi... |
/*
* server
* <br/>https://ncloud.apigw.ntruss.com/server/v2
*
* OpenAPI spec version: 2021-03-04T10:39:42Z
*
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
package com.ncloud.server.... |
/*
* Copyright (c) 2007, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free Softwa... |
package utils.antlr;
import org.antlr.v4.runtime.BaseErrorListener;
import org.antlr.v4.runtime.RecognitionException;
import org.antlr.v4.runtime.Recognizer;
import org.antlr.v4.runtime.misc.Utils;
import java.util.ArrayList;
import java.util.List;
public class SyntaxErrorListener extends BaseErrorListener {
pri... |
/* ===================================================================================
* Copyright (c) 2008, Thomas Czarniecki
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that the following conditions are met:
*
* * Redistr... |
/*
* ==========================================================================================
* = JAHIA'S DUAL LICENSING - IMPORTANT INFORMATION =
* ==========================================================================================
*
* ... |
package jun.projavawebapp;
import javax.servlet.ServletException;
import javax.servlet.annotation.WebServlet;
import javax.servlet.http.HttpServlet;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import java.io.IOException;
@WebServlet(name = "servletThree", urlPatterns =... |
package com.ironsource.sdk.controller;
import android.location.Location;
import com.ironsource.sdk.controller.C10877y.C10880c;
import p019d.p273h.p274a.C12727e.C12728a;
/* renamed from: com.ironsource.sdk.controller.W */
/* compiled from: IronSourceWebView */
class C10833W implements C12728a {
/* renamed from: a... |
package ustc.maomao.patterns.builder;
/**
* @author Keene. Mail: waterzhj@ustc.edu.cn
*
* 该代码遵循MIT License, 详细见 https://mit-license.org/
*
* Copyright {2017} {Keene}
*
* designed by Keene, implemented by {Keene}
*
* JSON格式文本
*
*/
public class JSONText {
private String j... |
/**
* 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 2008-2020 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 com.upseil.gdx.artemis.system;
import static com.upseil.gdx.artemis.ArtemisConfigs.SaveConfigValues.*;
import com.artemis.BaseSystem;
import com.badlogic.gdx.Gdx;
import com.badlogic.gdx.Preferences;
import com.upseil.gdx.artemis.ArtemisConfigs.SaveConfig;
import com.upseil.gdx.serialization.Reader;
public a... |
//
// ========================================================================
// Copyright (c) 1995-2021 Mort Bay Consulting Pty Ltd and others.
//
// This program and the accompanying materials are made available under the
// terms of the Eclipse Public License v. 2.0 which is available at
// https://www.eclipse.org/... |
/**
* This code was generated by
* \ / _ _ _| _ _
* | (_)\/(_)(_|\/| |(/_ v1.0.0
* / /
*/
package com.twilio.rest.trunking.v1;
import com.twilio.base.Deleter;
import com.twilio.exception.ApiConnectionException;
import com.twilio.exception.ApiException;
import com.twilio.exception.RestExcepti... |
/**
* Copyright (C) 2012-2020 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 b... |
package ca.uhn.fhir.jpa.dao.r4;
/*
* #%L
* HAPI FHIR JPA Server
* %%
* 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 License at
*
* ... |
/* */ package mygroup;
/* */
/* */ import java.io.IOException;
/* */ import java.io.PrintStream;
/* */ import java.net.InetAddress;
/* */ import java.net.UnknownHostException;
/* */ import java.util.ArrayList;
/* */
/* */
/* */
/* */
/* */
/* */
/* */
/* ... |
/*
* 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.