text stringlengths 7 995k |
|---|
/*
* Copyright (c) 2010-2015 Evolveum
*
* 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 (c) 2019 Couchbase, 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... |
//,temp,TestDistCpViewFs.java,237,252,temp,TestDistCpViewFs.java,152,167
//,3
public class xxx {
private void caseMultiFileTargetMissing(boolean sync) {
try {
addEntries(listFile, "multifile/file3", "multifile/file4", "multifile/file5");
createFiles("multifile/file3", "multifile/file4", "multifile/fi... |
/*
* 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 ... |
/*************************GO-LICENSE-START*********************************
* Copyright 2014 ThoughtWorks, 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... |
/*
* Copyright (C) 2019 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
package com.intel.attestationhub.plugin.nova.identity;
import java.util.Date;
import javax.ws.rs.core.HttpHeaders;
import javax.ws.rs.core.MediaType;
import org.apache.commons.lang3.StringUtils;
import org.apache.http.HttpEntity... |
package com.lunivore.noughtsandcrosses.game;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
public class GameModel implements Game {
private Map<Coord, Player> map = new HashMap<>();
private Player currentPlayer = Player.X;
private List<GameObserver> ob... |
/**
* Copyright (c) 2008-2020 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.type;
im... |
/**
* Copyright (c) 2011-2017, fuyong (859050943@qq.com).
*
* Licensed under the Apache License, Version 2.0 (the "License");
*/
package com.jfinal.weixin.sdk.api;
import java.util.HashMap;
import java.util.Map;
import com.jfinal.weixin.sdk.api.bean.Poi;
import com.jfinal.weixin.sdk.kit.ParaMap;
import com.jfina... |
package org.onvif.ver10.schema;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for IPv4NetworkInterfaceSetC... |
package com.google.api.ads.adwords.jaxws.v201406.cm;
import javax.xml.bind.annotation.XmlEnum;
import javax.xml.bind.annotation.XmlType;
/**
* <p>Java class for MultiplierSource.
*
* <p>The following schema fragment specifies the expected content contained within this class.
* <p>
* <pre>
* <simpleType nam... |
/*
* Copyright 2000-2011 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... |
/*
* The MIT License
*
* Copyright (c) 2016, CloudBees, Inc.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, c... |
/*================================================================================
Copyright (c) 2013 Steve Jin. All Rights Reserved.
Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:
* Redistributions of source code must re... |
package devsearch.users.ws.shared.utils;
public interface Mapper {
public <D> D map(Object source, Class<D> destinationType);
} |
/*
* (c) Copyright 2014 Hewlett-Packard Development Company, L.P.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Apache License v2.0 which accompany this distribution.
*
* The Apache License is available at
* http://www.apache.org/licenses/LICENSE-2.... |
package com.luna.message.api.entity;
import com.luna.message.api.constant.MessageTypeConstant;
import com.luna.message.api.constant.TargetKeyConstant;
import com.luna.message.api.constant.TargetTypeConstant;
import javax.validation.constraints.Min;
import javax.validation.constraints.NotBlank;
import java.util.Map;
... |
/**
*
* Copyright (c) Microsoft and contributors. 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 r... |
/**
* Copyright (c) 2016 Affectiva Inc.
* See the file license.txt for copying permission.
*/
package com.emovu;
import android.content.ContentValues;
import android.content.Context;
import android.content.res.Resources;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics... |
package com.suzy.spring.boot.quickstart;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import org.springframework.context.ApplicationListener;
import org.springframework.context.support.ClassPathXmlApplicationContext;
import org.springframework.core.io.support.SpringFactoriesLoader;
public ... |
/*
* Copyright 2020 TarCV
*
* 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, soft... |
package info.itsthesky.disky.skript.events.member;
import ch.njol.skript.registrations.EventValues;
import ch.njol.skript.util.Getter;
import info.itsthesky.disky.tools.events.DiSkyEvent;
import info.itsthesky.disky.tools.events.LogEvent;
import info.itsthesky.disky.tools.events.SimpleDiSkyEvent;
import net.dv8tion.jd... |
/*
* 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) 2018, TechEmpower, Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* * Redistributio... |
/*
* Copyright 2020 the original author or authors.
* <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>
* https://www.apache.org/licenses/LICENSE-2.0
* <p>
* Unless required by... |
package checklist.args.def;
import checklist.args.ArgParseException;
import checklist.args.val.ArgsVal;
import io.vavr.Tuple2;
import io.vavr.collection.Seq;
/**
* Command line arguments definition.
* Used to parse arguments and to generate usage documentation.
*/
public interface ArgsDef<R extends ArgsVal> {
... |
/* GENERATED SOURCE. DO NOT MODIFY. */
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html#License
/*
*******************************************************************************
* Copyright (C) 1996-2014, International Business Machines Corporation and ... |
package uk.ac.manchester.sisp.punch.ui.lexicon.coupling;
import java.util.ArrayList;
import java.util.List;
import uk.ac.manchester.sisp.punch.PunchModel;
import uk.ac.manchester.sisp.punch.global.PunchGlobal;
import uk.ac.manchester.sisp.punch.ui.IUIElement;
import uk.ac.manchester.sisp.punch.ui.IUIPadding;
import u... |
/*
* Copyright (C) 2010 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... |
package com.store.web.front.controller;
import java.io.File;
import java.io.IOException;
import java.util.List;
import javax.annotation.Resource;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.log4j.Logger;
import org.springframework.beans.factory.anno... |
/**
* Copyright (C) 2020 WaveMaker, Inc.
* <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 applicable ... |
package com.scavi.brainsqueeze.codefight.i.llist;
import com.scavi.brainsqueeze.codefight.util.ListNode;
import org.junit.Test;
import static com.scavi.brainsqueeze.codefight.utilities.CompareHelper.verify;
public class ListRearrangeTest {
@Test
public void test1() {
ListNode<Integer> input = ListNod... |
/*
* 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")... |
package com.yourtion.leetcode.easy.c0028;
/**
* 28. 实现 strStr()
*
* @author yourtion
* @link https://leetcode-cn.com/problems/implement-strstr/
*/
public class Solution {
public int strStr(String haystack, String needle) {
if (needle.isEmpty()) {
return 0;
}
if (haystack.le... |
/*
* Licensed to Elastic Search and Shay Banon under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. Elastic Search licenses this
* file to you under the Apache License, Version 2.0 (the
* "License"); you m... |
package com.liang.p2p.base.controller;
import com.liang.p2p.base.domain.Logininfo;
import com.liang.p2p.base.service.ILogininfoService;
import com.liang.p2p.base.util.JSONResult;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.... |
package aimax.osm.reader;
import java.io.File;
import java.io.InputStream;
import aimax.osm.data.BoundingBox;
import aimax.osm.data.EntityClassifier;
import aimax.osm.data.MapBuilder;
/**
* Common interface for reading maps from file.
* @author R. Lunde
*/
public interface MapReader {
/**
* Sets a bounding box... |
package com.openquiz;
import android.content.Context;
import com.facebook.react.PackageList;
import com.facebook.react.ReactApplication;
import com.microsoft.codepush.react.CodePush;
import com.facebook.react.ReactInstanceManager;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
impor... |
/*
Copyright 2014 Jason Drake (jadrake75@gmail.com)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed ... |
package repository;
public class RepositoryException extends Exception {
private static final long serialVersionUID = -7460416838252805795L;
public RepositoryException(String message) {
super(message);
}
} |
package ru.nsu.ccfit.zuev.osu;
import android.content.Context;
import android.graphics.Color;
import android.graphics.Typeface;
import android.util.Log;
import com.dgsrz.bancho.security.SecurityUtils;
import org.anddev.andengine.engine.Engine;
import org.anddev.andengine.opengl.font.Font;
import org.anddev.andengine... |
package com.mercadopago.android.px.model;
import android.os.Parcel;
import android.os.Parcelable;
import com.mercadopago.android.px.internal.util.ParcelableUtil;
import java.io.Serializable;
public class CardNumber implements Parcelable, Serializable {
private Integer length;
private String validation;
... |
package com.wf.ew.system.controller;
import java.util.List;
public class RegionBeanTree {
private String code ; //部门代码1111111111111
private String pid ; //父部门名字
private String label ; //部门名字
private List<RegionBeanTree> children;
public String getCode() {
return code;
}
public void setC... |
package davidsar.gent.stubjars;
import java.security.Permission;
public class StubJarsSecurityManager extends SecurityManager {
@Override
public void checkExit(int status) {
throw new SecurityException();
}
@Override
public void checkPermission(Permission permission) {
}
} |
package net.cupmanager.jangular;
import java.io.ByteArrayInputStream;
import java.util.Map;
import java.util.concurrent.TimeUnit;
import net.cupmanager.jangular.annotations.Context;
import net.cupmanager.jangular.annotations.Directive;
import net.cupmanager.jangular.annotations.In;
import net.cupmanager.jangular.anno... |
package com.lls.cherry.util;
import java.nio.ByteBuffer;
import java.util.UUID;
/************************************
* ByteUtils
* @author liliangshan
* @date 2019-04-11
************************************/
public class ByteUtils {
public static byte[] longToBytes(long number) {
return String.value... |
/**
* JBoss, Home of Professional Open Source
* Copyright Red Hat, Inc., and individual contributors.
*
* 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/lic... |
package seedu.address.model.specialisation;
import static java.util.Objects.requireNonNull;
import static seedu.address.commons.util.AppUtil.checkArgument;
/**
* Represents a Specialisation of a hairdresser in HairStyleX.
* Guarantees: immutable; name is valid as declared in {@link #isValidSpecialisation(String)}
*... |
package org.bogies.common.entity;
import java.util.Map;
import java.util.UUID;
public class CustomRequestEntity {
private static final String DATA_INVALID = "0";
private static final String OPEARTOR_TYPE_LOGIN = "登录";
private static final String OPEARTOR_TYPE_ADD = "增加";
private static final String OPEARTOR_TYPE_... |
/*
* Copyright 2012-2018 Aerospike, Inc.
*
* Portions may be licensed to Aerospike, Inc. under one or more contributor
* license agreements WHICH ARE COMPATIBLE WITH THE APACHE LICENSE, VERSION 2.0.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in complian... |
package com.asuc.asucmobile.domain.main;
import android.app.Fragment;
import android.app.FragmentManager;
import android.os.Bundle;
import android.support.design.widget.TabLayout;
import android.support.v13.app.FragmentPagerAdapter;
import android.support.v4.view.ViewPager;
import android.view.Menu;
import android.vie... |
package com.example.e_curso.model;
import android.annotation.SuppressLint;
import android.content.ContentValues;
import android.database.Cursor;
import android.database.SQLException;
import android.database.sqlite.SQLiteDatabase;
import android.util.Log;
import com.example.e_curso.core.Curso;
import com.example.e_c... |
public static void main(String args[]) {
String midletClass = null;
;
File appletInputFile = null;
File deviceInputFile = null;
File midletInputFile = null;
File htmlOutputFile = null;
File appletOutputFile = null;
File deviceOutputFile = null;
Fil... |
package com.lambdaschool.solution;
public class RugbyAthleteCreationInjector implements AthleteCreationInjector {
@Override
public Processor getProcess() {
return new MyApplication(new RugbyAthleteCreationImpl());
}
} |
package com.google.android.play.core.internal;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import java.util.List;
/* renamed from: com.google.android.play.core.internal.bc */
final class C1942bc implements C1938az {
C1942bc() {
}
/* renamed from: a */
public final Obj... |
package com.k8s.xmetrics.test.agent.boot;
import com.k8s.xmetrics.agent.boot.Application;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.context.ApplicationCon... |
/**
* HatateHoutyouAlarm
*
* Copyright (c) 2014 @inujini_ (https://twitter.com/inujini_)
*
* This software is released under the MIT License.
* http://opensource.org/licenses/mit-license.php
*/
package inujini_.hatate.volley;
public interface WebAPI {
int getMethod();
String getEndPoint();
} |
/*
* #%L
* ImageJ software for multidimensional image processing and analysis.
* %%
* Copyright (C) 2009 - 2013 Board of Regents of the University of
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
* Institute of Molecular Cell Biology and Genetics.
* %%
* Redistribution and use in sourc... |
package org.apereo.cas.support.oauth.authenticator;
import org.apereo.cas.services.DefaultRegisteredServiceAccessStrategy;
import org.apereo.cas.support.oauth.OAuth20Constants;
import org.apereo.cas.support.oauth.services.OAuth20RegisteredServiceCipherExecutor;
import org.apereo.cas.util.HttpUtils;
import lombok.val;... |
package dev.sheldan.abstracto.core.models.cache;
import lombok.Builder;
import lombok.Getter;
import lombok.Setter;
import java.io.Serializable;
@Getter
@Setter
@Builder
public class CachedEmbedField implements Serializable {
private String name;
private String value;
private Boolean inline;
} |
/**
* Models used in the application to contain emails or component fields information.
*/
package com.nilhcem.fakesmtp.model; |
/*******************************************************************************
* Copyright 2016 Gabriela D. A. Guardia
*
* 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... |
/*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applic... |
package com.sequenceiq.cloudbreak.converter.v4.blueprint;
import org.springframework.stereotype.Component;
import com.sequenceiq.cloudbreak.api.endpoint.v4.blueprint.responses.BlueprintV4ViewResponse;
import com.sequenceiq.cloudbreak.converter.AbstractConversionServiceAwareConverter;
import com.sequenceiq.cloudbreak.... |
/*
* Copyright (c) BlackyPaw - All Rights Reserved
* You may find the complete license inside LICENSE file in the root directory of this source.
*/
package com.blackypaw.simpleconfig.converter;
import java.util.HashMap;
import java.util.Map;
/**
* @author BlackyPaw
* @version 1.0
*/
public class ConverterFacto... |
package com.sensorrecording;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
public class RecordingActivity extends AppCompatActivity {
private Intent mService;
@Override
protected void onCreate(Bundle savedInstanceState)... |
/*
* Copyright 2000-2016 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... |
// Targeted by JavaCPP version 1.5.6: DO NOT EDIT THIS FILE
package org.bytedeco.caffe;
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.*;
import static org.b... |
package me.escoffier.keynote.endpoints;
import io.reactivex.Completable;
import io.reactivex.Single;
import io.vertx.core.json.JsonObject;
import io.vertx.ext.healthchecks.Status;
import io.vertx.reactivex.core.Future;
import io.vertx.reactivex.core.Vertx;
import io.vertx.reactivex.core.http.ServerWebSocket;
import io... |
/**
* $RCSfile: $
* $Revision: 2705 $
* $Date: 2005-08-22 19:00:05 -0300 (Mon, 22 Aug 2005) $
*
* Copyright (C) 2005-2008 Jive Software. 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... |
package gbemu.extension.debug;
import org.lwjgl.BufferUtils;
import java.nio.ByteBuffer;
/**
* This class represent a Tile used by the debugger and debugging UIs
*/
public class Tile {
public int x;
public int y;
public int id;
public int attrib;
public int map_addr;
public int tile_addr;
... |
/*
* Copyright (C) Schweizerische Bundesbahnen SBB, 2017.
*/
package ch.sbb.perma;
import java.io.IOException;
/**
* Reload changes from the files of the persisted map.
*
* @author u206123 (Florian Seidl)
* @since 1.2, 2017.
*/
public interface Refreshable {
void refresh() throws IOException;
} |
package com.ox3dr.services.android.lib.drone.property;
import android.os.Parcel;
import android.os.Parcelable;
/**
* Message encoding a mission item. This message is emitted to announce
* the presence of a mission item and to set a mission item on the system.
*/
public class MissionItemMessage implements Parcelabl... |
package org.quickstart.webservice.jws.server;
import javax.xml.bind.annotation.XmlAccessType;
import javax.xml.bind.annotation.XmlAccessorType;
import javax.xml.bind.annotation.XmlType;
/**
* <p>
* minus complex type的 Java 类。
*
* <p>
* 以下模式片段指定包含在此类中的预期内容。
*
* <pre>
* <complexType name="minus">
* <... |
/*
* Copyright 2021 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 com.lznby.jetpack.content.design.vm;
import com.lznby.jetpack.base.BaseEntity;
import com.lznby.jetpack.base.BaseFragmentViewModel;
import com.lznby.jetpack.configure.IApplication;
import com.lznby.jetpack.content.design.configure.CacheConfigure;
import com.lznby.jetpack.content.design.configure.Configure;
imp... |
class Test {
void additiveTest(int a, int b, int c, int d) {
int e = -/*1*/(a /*2*/<caret>* b/*3*/)/*4*/;
int f = -(a <caret>* -/*1*/b);
int g = -(a <caret>- b);
int h = -(-/*1*/a <caret>+ b);
int i = a /*1*// (b /*2*/<caret>* c);
int j = -/*1*/a / -(-b <caret>*/*2*/ c);
int k = a / -(b <c... |
package org.jeecg.common.modules.redis.config;
import com.fasterxml.jackson.annotation.JsonAutoDetect;
import com.fasterxml.jackson.annotation.JsonAutoDetect.Visibility;
import com.fasterxml.jackson.annotation.PropertyAccessor;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.O... |
package com.authok.client.mgmt.filter;
import org.hamcrest.Matchers;
import org.junit.Before;
import org.junit.Test;
import static org.hamcrest.CoreMatchers.is;
import static org.hamcrest.CoreMatchers.notNullValue;
import static org.hamcrest.MatcherAssert.assertThat;
public class PageFilterTest {
private PageFi... |
package mekanism.common.tile.base;
import it.unimi.dsi.fastutil.objects.ObjectOpenHashSet;
import java.util.ArrayList;
import java.util.Collections;
import java.util.List;
import java.util.Objects;
import java.util.Set;
import java.util.function.IntSupplier;
import javax.annotation.Nonnull;
import javax.annotation.Nul... |
package com.fiveonevr.apollo.client.internals;
public class ServiceDTO {
private String appName;
private String instanceId;
private String homepageUrl;
public String getAppName() {
return appName;
}
public void setAppName(String appName) {
this.appName = appName;
}
... |
/*******************************************************************************
* Copyright 2011-2013 Sergey Tarasevich
*
* 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.... |
/*
* OptionsFisheye.java
*/
/**
* Options for fisheye mode. These are static for now, but
* if we ever do integrate them with the rest of the options,
* they should behave like OptionsStereo - only one instance,
* not 3D vs. 4D, and not stored in saved games.
*/
public class OptionsFisheye implements IValidat... |
/*
* Copyright 2018 Key Bridge.
*
* 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 t... |
package com.gmail.ianlim224.slotmachine.items;
import org.bukkit.configuration.file.FileConfiguration;
import com.gmail.ianlim224.slotmachine.SlotMachine;
public enum InventoryItems {
//selection menu
ADD_MONEY_NAME("selection_menu.add_money_name","&a&lAdd"),
ADD_MONEY_LORE("selection_menu.add_money_lore","&7Incr... |
package astro.tool.box.enumeration;
public enum Alignment {
LEFT, RIGHT
} |
//,temp,HazelcastAggregationRepository.java,338,397,temp,RedisAggregationRepository.java,274,326
//,3
public class xxx {
@Override
public void remove(CamelContext camelContext, String key, Exchange exchange) {
DefaultExchangeHolder holder = DefaultExchangeHolder.marshal(exchange, true, allowSerializedHe... |
package guru.springframework.recipeapp.domain;
import java.math.BigDecimal;
import java.util.UUID;
import org.springframework.data.mongodb.core.mapping.DBRef;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Setter;
@Getter
@Setter
@Builde... |
/*******************************************************************************
* Copyright (c) <2013>, California Institute of Technology ("Caltech").
* U.S. Government sponsorship acknowledged.
*
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without modification, are... |
package com.salesforce.dynamodbv2.mt.mappers;
import com.amazonaws.services.dynamodbv2.AmazonDynamoDBStreams;
import com.amazonaws.services.dynamodbv2.model.Record;
import com.salesforce.dynamodbv2.mt.mappers.MtAmazonDynamoDb.MtRecord;
import com.salesforce.dynamodbv2.mt.util.StreamArn;
import java.util.function.Funct... |
/*
* JaamSim Discrete Event Simulation
* Copyright (C) 2005-2013 Ausenco Engineering Canada Inc.
* Copyright (C) 2016-2019 JaamSim 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 Li... |
package org.opencb.opencga.app.cli.internal.options;
import com.beust.jcommander.JCommander;
import com.beust.jcommander.Parameter;
import com.beust.jcommander.Parameters;
import com.beust.jcommander.ParametersDelegate;
import org.opencb.opencga.app.cli.GeneralCliOptions;
import org.opencb.opencga.core.api.ParamConsta... |
/**
* Copyright 2018 cscc
* <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 applicable law or agreed t... |
/*
* Copyright (C) 2017-2019 Dremio 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 License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... |
/*******************************************************************************
* Copyright (c) 2011, 2012 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... |
/*******************************************************************************
* Copyright 2014 Felipe Takiyama
*
* 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.apa... |
/*
* Copyright 2010-2011 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 "l... |
/**
* Copyright 2020 Huawei Technologies Co., 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... |
/*
* ====================================================================
* 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
... |
//package utils;
//
//import com.alibaba.fastjson.JSONArray;
//import com.alibaba.fastjson.JSONObject;
//import org.apache.poi.ss.usermodel.Cell;
//import org.apache.poi.ss.usermodel.Row;
//import org.apache.poi.ss.usermodel.Sheet;
//import org.apache.poi.xssf.streaming.SXSSFWorkbook;
//import org.apache.poi.xssf.userm... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.