text stringlengths 7 995k |
|---|
/**
* Copyright (c) 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
*/
package... |
string integer integer string integer integer |
/*
* Copyright 2015-present Open Networking 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 applicabl... |
/*
* Copyright 2000-2015 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... |
package com.culabs.nfvo.core;
import java.math.BigInteger;
import java.util.ArrayList;
import java.util.Date;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.concurrent.Callable;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.CopyOnWriteArrayList;
imp... |
package def.dom;
public class HTMLHeadElement extends HTMLElement {
public java.lang.String profile;
public static HTMLHeadElement prototype;
public HTMLHeadElement(){}
} |
package org.sadtech.bot.gitlab.context.service;
import org.sadtech.bot.gitlab.context.domain.IdAndStatusPr;
import org.sadtech.bot.gitlab.context.domain.MergeRequestState;
import org.sadtech.bot.gitlab.context.domain.entity.MergeRequest;
import org.sadtech.bot.gitlab.context.domain.filter.MergeRequestFilter;
import or... |
/** Free */
package com.rtzan.model;
public class Product {
private int price;
private String name;
private Customer customer;
public Product(String name, int price) {
this.name = name;
this.price = price;
}
public String getName() {
return name;
}
public int ... |
/* ###
* IP: GHIDRA
* REVIEWED: YES
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... |
package com.xfltr.hapax;
import static com.xfltr.hapax.Template.parse;
import com.xfltr.hapax.parser.CyclicIncludeException;
import com.xfltr.hapax.parser.EztParser;
import com.xfltr.hapax.parser.TemplateParser;
import com.xfltr.hapax.parser.TemplateParserException;
import junit.framework.TestCase;
public class EztT... |
/*
* 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 (c) 2001-2004 Caucho Technology, Inc. All rights reserved.
*
* The Apache Software License, Version 1.1
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
*
* 1. Redistributions of source code mu... |
package study.piepie.algorithm.entity;
import lombok.Getter;
import lombok.Setter;
/**
* @author Robin
* @date 2021-05-28 11:15
**/
@Getter
@Setter
public class BstNode {
private int value;
private BstNode left;
private BstNode right;
} |
package zapsolutions.zap;
import android.app.PendingIntent;
import android.content.Intent;
import android.nfc.NfcAdapter;
import android.os.Bundle;
import com.github.lightningnetwork.lnd.lnrpc.PayReq;
import java.net.URL;
import io.reactivex.rxjava3.disposables.CompositeDisposable;
import me.dm7.barcodescanner.zbar... |
package com.estimote.showroom.estimote;
public class NearableID {
private String nearableIDString;
public NearableID(String nearableIDString) {
this.nearableIDString = nearableIDString;
}
public String toString() {
return nearableIDString;
}
public String getNearableIDString... |
package co.waltsoft.exceptions4j.general;
import co.waltsoft.exceptions4j.Exception4j;
public class InvalidDataException extends Exception4j {
} |
package com.liobio.mall.product.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.liobio.common.utils.PageUtils;
import com.liobio.mall.product.entity.CommentReplayEntity;
import java.util.Map;
/**
* 商品评价回复关系
*
* @author liobio
* @email 582437980@qq.com
* @date 2021-08-27 22:11:50
... |
/**
* 解决强类型语言的类型转换的烦恼
* <p>
* 如果你有一个逗号分隔的字符串,你想转换成一个整形数组,怎么办呢?<b>
* 如果你有一个 'yyyy-MM-dd' 形式的字符串,你想得到一个 Timestamp 怎么办呢?
* <p>
* 这个包提供了一个转换框架,内置了数十个转换器,其目的就是让你通过一条语句就能在多数常用类型之间进行转换
*/
package org.nutz.castor; |
/*
* Swagger Petstore
* This spec is mainly for testing Petstore server and contains fake endpoints, models. Please do not use this for any other purpose. Special characters: \" \\
*
* OpenAPI spec version: 1.0.0
* Contact: apiteam@swagger.io
*
* NOTE: This class is auto generated by the swagger code generator p... |
package com.atguigu.gmall.oms.config;
import org.springframework.amqp.core.Binding;
import org.springframework.amqp.core.Queue;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import java.util.HashMap;
import java.util.Map;
/**
* @author Only when I 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 ... |
/*
* Copyright (c) 2002-2021 Gargoyle Software 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 ... |
package com.codepath.apps.TwitterClientR3.models;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import org.parceler.Parcel;
import java.util.ArrayList;
/**
* Created by alex_ on 3/24/2017.
*/
@Parcel(analyze = Media.class)
public class Media {
long id;
String mediaU... |
package org.infinispan.hotrod.near;
import java.util.Iterator;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;
import org.infinispan.api.common.CacheEntry;
import org.infinispan.hotrod.configuration.NearCache;
/**
* A concurrent-map-based near cache implementation.
* It do... |
package io.vertx.pgclient.data;
import io.vertx.sqlclient.Row;
import io.vertx.sqlclient.Tuple;
import io.vertx.ext.unit.TestContext;
import org.junit.Test;
public class BooleanTypeSimpleCodecTest extends SimpleQueryDataTypeCodecTestBase {
@Test
public void testBoolean1(TestContext ctx) {
testDecodeGeneric(ct... |
/*
* Copyright (c) 2015 Spotify AB
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
package com.live.liveteam.entity;
public class GoodsType {
private Long id;
private String tName;
private Long pId;
private String tImage;
private Long sort;
private Byte status;
private Long createTime;
private String createName;
private Long updateTime;
private String... |
package com.bx.erp.selenium.warehousing.inventory;
import static org.junit.Assert.*;
import static org.hamcrest.CoreMatchers.is;
import org.openqa.selenium.By;
import org.openqa.selenium.WebElement;
import org.testng.annotations.BeforeClass;
import org.testng.annotations.Test;
import com.bx.erp.selenium.BaseSeleniumT... |
package org.uma.jmetal.algorithm.multiobjective.wasfga;
import org.junit.Ignore;
import org.junit.Test;
import org.uma.jmetal.algorithm.Algorithm;
import org.uma.jmetal.operator.crossover.CrossoverOperator;
import org.uma.jmetal.operator.crossover.impl.SBXCrossover;
import org.uma.jmetal.operator.mutation.MutationOper... |
/*
* (c) RtBrick, Inc - All rights reserved, 2015 - 2019
*/
package io.leitstand.commons.http;
import static io.leitstand.commons.json.MapUnmarshaller.unmarshal;
import static javax.ws.rs.client.ClientBuilder.newClient;
import static javax.ws.rs.client.Entity.json;
import java.io.StringReader;
import java.net.URI;
... |
package io.micronaut.docs.server.upload;
// tag::class[]
import io.micronaut.http.HttpResponse;
import io.micronaut.http.MediaType;
import io.micronaut.http.annotation.Controller;
import io.micronaut.http.annotation.Post;
import io.micronaut.http.multipart.CompletedFileUpload;
import java.io.File;
import java.io.IOEx... |
package jetbrains.mps.editorTest;
/*Generated by MPS */
import jetbrains.mps.MPSLaunch;
import jetbrains.mps.lang.test.runtime.BaseTransformationTest;
import org.junit.ClassRule;
import jetbrains.mps.lang.test.runtime.TestParametersCache;
import org.junit.Test;
import jetbrains.mps.lang.test.runtime.BaseEditorTestBod... |
// Copyright (C) 2018 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 ... |
/**
* 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-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 applicab... |
package org.dorax.utils;
import java.util.Arrays;
/**
* Row Key 工具类
*
* @author wuchunfu
* @date 2020-01-14
*/
public class RowKeyUtils {
private static final byte[] EMPTY_KEY = new byte[0];
/**
* When scanning for a prefix the scan should stop immediately after the the last row that has the
*... |
package com.obatis.config.message;
import com.obatis.constant.CharsetConstant;
import org.springframework.boot.autoconfigure.condition.ConditionalOnMissingBean;
import org.springframework.boot.web.servlet.filter.OrderedCharacterEncodingFilter;
import org.springframework.context.annotation.Bean;
import org.springframew... |
package com.huabing.cyclist;
import android.Manifest;
import android.annotation.TargetApi;
import android.content.ContentUris;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.database.Cursor;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.g... |
/**
* Copyright © 2016-2021 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... |
package com.mundane.androidtechniqueapply.api.bean;
/**
* Created by mundane on 2017/3/10 20:20
*/
public class GankBeauty {
public String _id;
public String createdAt;
public String desc;
public String publishedAt;
public String source;
public String type;
public String url;
public boolean used;
public S... |
/*
* Copyright © 2013-2018 camunda services GmbH and various authors (info@camunda.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... |
/*
* Copyright 2014-2016 by Cloudsoft Corporation Limited
*
* 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 (C) 2015 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 (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.netapp.v2019_11_01;
import com.fasterxml.jackson... |
package model.dao;
import java.sql.Connection;
import java.sql.Date;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Iterator;
import java.util.List;... |
/*
* 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 com.senior.project.genealogy.view.fragment.branch.DetailEventBranchFragment;
import com.senior.project.genealogy.response.Event;
import java.util.List;
public interface DetailEventBranchView {
void showProgressDialog();
void closeProgressDialog();
void showListCreatedEvent(List<Event> eventList);
... |
package jsonToCsv.writer;
import java.io.File;
import java.io.IOException;
import java.nio.file.Files;
import java.nio.file.Paths;
import java.nio.file.StandardOpenOption;
import java.util.*;
import org.apache.commons.io.FileUtils;
import org.apache.commons.lang3.StringUtils;
import org.json.JSONArray;
import org.jso... |
/*******************************************************************************
* Copyright (c) 2021 Microsoft Corporation and others.
* 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... |
/*
* Copyright 2015-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 "licen... |
/*
* Copyright 2010 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
package nom.tam.fits;
import nom.tam.util.*;
import java.io.EOFException;
import java.io.IOException;
import java.lang.reflect.Array;
/** An ASCII table. */
public class AsciiTable extends Data implements TableData {
/** The number of rows in the table */
private int nRows;
/** The number of fields ... |
/* ###
* IP: GHIDRA
*
* 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 writin... |
package com.sequenceiq.cloudbreak.service.cluster;
import java.util.Set;
import javax.inject.Inject;
import org.springframework.stereotype.Service;
import com.sequenceiq.cloudbreak.domain.Container;
import com.sequenceiq.cloudbreak.repository.ContainerRepository;
@Service
public class ContainerService {
@Inje... |
/*
* Copyright 2002-2013 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... |
/*
Copyright 2006 by Sean Luke
Licensed under the Academic Free License version 3.0
See the file "LICENSE" for more information
*/
/*
* Created on Apr 16, 2005 12:25:57 PM
*
* By: spaus, Hovden
*/
package ec.display.chart;
import org.jfree.chart.ChartFactory;
import org.jfree.chart.JFreeChart;
import org.... |
public class Sqrt_x_69 {
public int mySqrt(int x) {
int pivot = (x != 1) ? x >> 1 : 1;
long center = pivot;
while (true) {
if (pivot != 1) pivot >>= 1;
long cSq = center * center;
if (cSq <= x && x < cSq + (center << 1) + 1) return (int) center;
... |
/*
* Copyright 2016 Red Hat, Inc. and/or its affiliates.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
/* -*- mode: java; c-basic-offset: 2; indent-tabs-mode: nil -*- */
/*
Part of the Processing project - http://processing.org
Copyright (c) 2005-12 Ben Fry and Casey Reas
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License version ... |
package app.mycompany.warnapp;
import android.app.ProgressDialog;
import android.content.Intent;
import android.os.Handler;
import android.support.annotation.NonNull;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.text.TextUtils;
import android.util.Log;
import android.view.V... |
package com.example.celebrityquiz;
import android.content.Context;
import android.media.AudioManager;
import android.media.SoundPool;
public class SoundPlayer {
private static SoundPool soundPool;
private static int startSound;
private static int selectSound;
private static int submitSound;
publi... |
/*
* Copyright 2018 Johannes Donath <johannesd@torchmind.com>
* and other copyright owners as documented in the project's IP log.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* ... |
package com.ferasinka.prospringproject.ch8.springdatajpa;
import com.google.common.collect.Lists;
import org.hibernate.envers.AuditReader;
import org.hibernate.envers.AuditReaderFactory;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Repository;
import org.springfr... |
package wannabit.io.bitcv.utils;
public interface FetchCallBack {
public abstract void fetchFinished();
public abstract void fetchBusy();
} |
package com.lee.kevin.httpnetproject.core.connection;
import java.io.IOException;
import java.net.HttpURLConnection;
import java.net.ProtocolException;
import javax.net.ssl.HttpsURLConnection;
/**
* Created by Lee
* on 2017/1/10.
*/
public class HttpsConnection extends Connection {
private HttpsURLConnectio... |
/*
* 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... |
/*
* Copyright 2017-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... |
package br.com.tiagohs.popmovies.database;
import android.database.sqlite.SQLiteDatabase;
/**
* Created by Tiago on 28/02/2017.
*/
public class DatabaseManager {
private int mOpenCounter;
private static DatabaseManager instance;
private static PopMoviesDB mDatabaseHelper;
private SQLiteDatabase m... |
/**
* Copyright (c) 2008-2019 Bird Dog Games, Inc.
*
* This file is part of Ardor3D.
*
* Ardor3D is free software: you can redistribute it and/or modify it
* under the terms of its license which may be found in the accompanying
* LICENSE file or at <https://git.io/fjRmv>.
*/
package com.ardor3d.math.functions... |
/*
* 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 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.security.tls.json;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.yahoo.security.tls.TransportSecurityOptions;
import com.yahoo.security.tls.json.TransportSecurityOpt... |
package com.github.jinahya.sakila.persistence;
/*-
* #%L
* sakila-entities
* %%
* Copyright (C) 2019 Jinahya, 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:... |
/**
* 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 collabware.collaboration.internal.context;
import static org.easymock.EasyMock.createMock;
import static org.easymock.EasyMock.expect;
import static org.easymock.EasyMock.replay;
import static org.junit.Assert.assertTrue;
import collabware.api.operations.context.Context;
import collabware.api.operations.contex... |
package app.cn.extra.mall.user.vo;
import java.util.List;
public class GetProductTypeDetail {
/**
* errorString :
* flag : true
*/
private String errorString;
private String flag;
private List<DataBean> data;
public String getErrorString() {
return errorString;
}
... |
package com.robertsimoes.socialsharing;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example local unit test, which will execute on the development machine (host).
*
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
@Test
pub... |
/*
* Copyright (c) 2009, 2012, 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 com.dunshan.mall.model;
import io.swagger.annotations.ApiModelProperty;
import java.io.Serializable;
import java.util.Date;
public class SmsFlashPromotionLog implements Serializable {
private Integer id;
private Integer memberId;
private Long productId;
private String memberPhone;
priv... |
/*
* Copyright (c), WSO2 Inc. (http://www.wso2.org) All Rights Reserved.
*
* WSO2 Inc. licenses this file to you 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... |
package com.adamkorzeniak.masterdata.features.movie.service;
import java.util.ArrayList;
import java.util.stream.Collectors;
import com.adamkorzeniak.masterdata.features.movie.model.Movie;
import com.adamkorzeniak.masterdata.features.movie.model.dto.MovieDTO;
public class MovieServiceHelper {
private MovieServi... |
/*
* 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 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it w... |
/*
* 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... |
package edu.harvard.iq.dataverse.authorization.users;
import edu.harvard.iq.dataverse.Cart;
import edu.harvard.iq.dataverse.DatasetLock;
import edu.harvard.iq.dataverse.UserNotification;
import edu.harvard.iq.dataverse.ValidateEmail;
import edu.harvard.iq.dataverse.authorization.AccessRequest;
import edu.harvard.iq.da... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.devtestlabs.implementation;
import com.azure.resourcemanager.devtestlabs.fluent.models.ApplicableScheduleInner;
import com.azure... |
package com.example.web_api_spotify.models;
import android.os.Parcel;
import android.os.Parcelable;
import com.google.gson.annotations.SerializedName;
public class PlaylistFollowPrivacy implements Parcelable {
@SerializedName("public")
public Boolean is_public;
@Override
public int describeContents(... |
package net.backinclassic.item;
import net.minecraftforge.registries.ObjectHolder;
import net.minecraft.world.World;
import net.minecraft.util.math.BlockPos;
import net.minecraft.util.Direction;
import net.minecraft.util.ActionResultType;
import net.minecraft.item.Rarity;
import net.minecraft.item.ItemUseContext;
imp... |
/*
* Copyright (c) 2008-2016, GigaSpaces Technologies, 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
*
* Un... |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/container/v1/cluster_service.proto
package com.google.container.v1;
/**
* <pre>
* Configuration for controlling master global access settings.
* </pre>
*
* Protobuf type {@code google.container.v1.PrivateClusterMasterGlobalAccessConfig... |
package com.study.xuan.shapebuilder.shape;
import android.graphics.drawable.Drawable;
import android.graphics.drawable.StateListDrawable;
import android.os.Build;
import android.view.View;
/**
* Author : xuan.
* Data : 2017/9/20.
* Description :封装StateListDrawable,配合ShapeBuilder使用效果更佳,替代selector类型xml文件,减小apk体积
*... |
/*******************************************************************************
* Copyright (c) 2016, NEC Europe Ltd.
* All rights reserved.
*
* Authors:
* * NEC IoT Platform Team - iotplatform@neclab.eu
* * Flavio Cirillo - flavio.cirillo@neclab.eu
* * Tobias Jacobs - tobias.jacobs@... |
/** Generated Assertion Class - DO NOT CHANGE */
package au.org.greekwelfaresa.idempiere.test.assertj.r_issueproject;
import javax.annotation.Generated;
import org.compiere.model.X_R_IssueProject;
/** Generated assertion class for R_IssueProject
* @author idempiere-test model assertion generator
* @version Releas... |
/*PLEASE DO NOT EDIT THIS CODE*/
/*This code was generated using the UMPLE 1.21.0.4666 modeling language!*/
package MFP.core.blue;
import MFP.core.black.*;
import java.util.*;
// line 62 "../../../../ManufactoringPlantController.ump"
// line 120 "../../../../ManufactoringPlantController.ump"
public class OrderLineIte... |
package com.tallrye.wlearn.entity;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
import lombok.*;
import org.springframework.data.annotation.CreatedBy;
import org.springframework.data.annotation.CreatedDate;
import org.springframework.data.annotation.... |
package com.challengeandresponse.remotecontrol;
import java.io.*;
import java.lang.reflect.InvocationTargetException;
import java.net.Socket;
import java.util.*;
import com.challengeandresponse.eventlogger.EventLoggerI;
/**
* A server module for RemoteControl that accepts commands as a line of input, and outputs
... |
/*
* Copyright 2002-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... |
/*
* Copyright (c) 2008-2016, 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 me.zhengjie.storage.eladmin.entity;
import java.time.LocalDateTime;
import com.baomidou.mybatisplus.annotation.TableField;
import java.io.Serializable;
import lombok.Data;
import lombok.EqualsAndHashCode;
import lombok.experimental.Accessors;
/**
* <p>
*
* </p>
*
* @author 张俊辉
* @since 2019-01-11
*/
@... |
/*******************************************************************************
* Copyright (c) 1998, 2013 Oracle and/or its affiliates. All rights reserved.
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0... |
package com.example.littletreemusic.pojo;
/**
* Created by 春风亭lx小树 on 2018/1/1.
*/
public class Album {
private int imageId;
private String imagePath;
private int orientation;
public int getImageId() {
return imageId;
}
public void setImageId(int imageId) {
this.imageId = ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.