text stringlengths 7 995k |
|---|
/*
* Scala (https://www.scala-lang.org)
*
* Copyright EPFL and Lightbend, Inc.
*
* Licensed under Apache License 2.0
* (http://www.apache.org/licenses/LICENSE-2.0).
*
* See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*/
package scala.reflect;
import... |
package ch.epfl.cs107.play.game.actor;
import ch.epfl.cs107.play.math.Node;
import ch.epfl.cs107.play.math.RegionOfInterest;
import ch.epfl.cs107.play.math.Transform;
import ch.epfl.cs107.play.math.Vector;
import ch.epfl.cs107.play.window.Canvas;
import ch.epfl.cs107.play.window.Image;
/**
* Contains information to... |
package com.novip.view;
import android.app.Dialog;
import android.content.Context;
import android.support.annotation.NonNull;
public class VParserDialog extends Dialog {
public VParserDialog(@NonNull Context context) {
super(context);
setCancelable(true);
}
} |
package de.silpion.jenkins.plugins.gitflow.cause;
import de.silpion.jenkins.plugins.gitflow.data.RemoteBranch;
import org.semver.Version;
/**
* The {@link hudson.model.Cause Cause} object for the <i>Test Hotfix</i> action to be executed.
*
* @author Hannes Osius, Silpion IT-Solutions GmbH - osius@silpion.de
*/
pu... |
package im.actor.runtime.android.storage;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import android.database.sqlite.SQLiteStatement;
import java.util.ArrayList;
import java.util.List;
import im.actor.runtime.storage.IndexStorage;
public class SQLiteIndexStorage implements IndexSt... |
import org.checkerframework.checker.genericeffects.qual.IntegerOverflow;
public class ConstructorEffect {
@IntegerOverflow
public ConstructorEffect() {
// okay
byte a = (byte) 1234;
// :: error: (operation.invalid)
byte b = (byte) 1234f;
}
public void safeCast() {
// :: error: (operation.... |
/*
* JasperReports - Free Java Reporting Library.
* Copyright (C) 2001 - 2019 TIBCO Software Inc. All rights reserved.
* http://www.jaspersoft.com
*
* Unless you have purchased a commercial license agreement from Jaspersoft,
* the following license terms apply:
*
* This program is part of JasperReports.
*
* J... |
package dyvilx.tools.compiler.ast.pattern.constant;
import dyvil.lang.Formattable;
import dyvil.reflect.Opcodes;
import dyvil.source.position.SourcePosition;
import dyvilx.tools.asm.Label;
import dyvilx.tools.compiler.ast.pattern.AbstractPattern;
import dyvilx.tools.compiler.ast.pattern.Pattern;
import dyvilx.tools.co... |
package org.swtk.commons.dict.wiktionary.generated.e.g.y; import java.util.Collection; import java.util.HashMap; import java.util.Map; import org.swtk.common.dict.dto.wiktionary.Entry; import com.trimc.blogger.commons.utils.GsonUtils; public class WiktionaryEGY000 { private static Map<String, Entry> map = new Has... |
/*
* Copyright (C) 2015 8tory, 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 agreed to ... |
package CSharp.structure;
/*Generated by MPS */
import jetbrains.mps.smodel.PropertySupport;
public class HEX_INTEGER_LITERAL_PropertySupport extends PropertySupport {
public boolean canSetValue(String value) {
String testValue = null;
if (value == null) {
testValue = "";
} else {
testValue... |
package com.hellonative;
import com.facebook.react.ReactActivity;
public class MainActivity extends ReactActivity {
/**
* Returns the name of the main component registered from JavaScript.
* This is used to schedule rendering of the component.
*/
@Override
protected String getMainComponent... |
/**
* 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... |
/*
* Prime Developer Trial
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v1
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
*... |
/*
* Copyright (C) 2016 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
/*
* Copyright (C) 2020 Dremio
*
* 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 wr... |
/*
* 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.example.quanlyphucvunhahang;
import android.app.Activity;
import com.example.quanlyphucvunhahang.models.modelsDAO.KhuyenMaiDAO;
import com.example.quanlyphucvunhahang.helpers.ExampleEntity;
import com.google.firebase.FirebaseApp;
import org.junit.Test;
import static org.junit.Assert.*;
/**
* Example l... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
package com.azure.security.keyvault.certificates;
import com.azure.security.keyvault.certificates.models.LifeTimeAction;
import com.fasterxml.jackson.annotation.JsonProperty;
/**
* Action and its trigger that will be per... |
package org.bridgedb.examples;
import org.bridgedb.BridgeDb;
import org.bridgedb.DataSource;
import org.bridgedb.IDMapper;
import org.bridgedb.IDMapperException;
import org.bridgedb.Xref;
import org.bridgedb.bio.BioDataSource;
import org.bridgedb.bio.DataSourceTxt;
/*
* This is a simple example script to demonstrate... |
// @(#)$Id: JMLType.java,v 1.20 2006/08/16 17:40:34 leavens Exp $
// Copyright (C) 2005 Iowa State University
//
// This file is part of the runtime library of the Java Modeling Language.
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public L... |
package li.cil.oc2.common.bus.device.item;
import li.cil.oc2.api.bus.device.object.Callback;
import li.cil.oc2.api.bus.device.object.DocumentedDevice;
import li.cil.oc2.api.bus.device.object.Parameter;
import li.cil.oc2.api.capabilities.RedstoneEmitter;
import li.cil.oc2.api.util.Side;
import li.cil.oc2.common.Constan... |
package org.lanqiao;
import java.io.UnsupportedEncodingException;
import java.sql.Connection;
import com.mysql.jdbc.CallableStatement;
public class Test {
public Test(){
}
public static void main() {
//字面量
String str1="hello";
String str2="he" +new String("llo");
System.out.println(str1==str2);
... |
package uk.gov.hmcts.reform.mi.micore.model;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.fasterxml.jackson.databind.SerializationFeature;
import com.fasterxml.jackson.databind.module.SimpleModule;
import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule;
import com.google.common.collect.Immutable... |
package dev.mieser.tsa.signing;
import org.bouncycastle.asn1.ASN1ObjectIdentifier;
import dev.mieser.tsa.domain.HashAlgorithm;
/**
* Service for validating TSP requests/responses.
*/
public class TspValidator {
/**
* @param algorithmIdentifier
* The OID to check, not {@code null}.
* @return... |
/*
* Copyright 2015-2021 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 app... |
/*
* 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 de.fhg.iais.roberta.syntax.action.communication;
import de.fhg.iais.roberta.blockly.generated.Block;
import de.fhg.iais.roberta.syntax.BlockTypeContainer;
import de.fhg.iais.roberta.syntax.BlocklyBlockProperties;
import de.fhg.iais.roberta.syntax.BlocklyComment;
import de.fhg.iais.roberta.syntax.Phrase;
import... |
/*
* Copyright 2017 Skolkovo Institute of Science and Technology
*
* 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 require... |
/**
* Copyright 2017 bejson.com
*/
package com.example.coolweather.gson;
/**
* Auto-generated: 2017-10-03 2:5:39
*
* @author bejson.com (i@bejson.com)
* @website http://www.bejson.com/java2pojo/
*/
public class Now {
private Cond cond;
private String fl;
private String hum;
private String p... |
package tree;
import java.util.*;
import java.io.*;
public class BinarySearchTreeInsertion {
public static void preOrder(Node root) {
if (root == null)
return;
System.out.print(root.data + " ");
preOrder(root.left);
preOrder(root.right);
}
/* Node is defined ... |
/*
* (C) Copyright IBM Corp. 2021
*
* SPDX-License-Identifier: Apache-2.0
*/
package com.ibm.fhir.ig.carin.bb.test.tool;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileReader;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.HashMap;
import java.util.List;
import java.... |
package io.skysail.server.db.test.entities.one2many;
import io.skysail.domain.Identifiable;
import lombok.*;
@Getter
@Setter
@NoArgsConstructor
@ToString
public class ToMany implements Identifiable {
private String id;
private String name;
public ToMany(String name) {
this.name = name;
}
} |
package com.rubel.rubelrana.bcs2;
/**
* Created by RUBEL RANA on 2/9/2018.
*/
public class mathq {
public String mQuestion[]= {
"(a^2+1/a^2)=2 হলে (a+1/a)=? ",
"দুটি সন্নিহিত কোণের সমষ্টি দুই সমকোণ হলে একটি আরেকটির ?",
"কোন কিছু ধরা যাক(জনসংখ্যা)বৃদ্ধির ধারা যদি ২,৪,৮,১৬,৩২,... |
package resourceManager;
import org.springframework.data.repository.CrudRepository;
public interface PersonRepository extends CrudRepository<Person, Long> {
Person findByName(String name);
Person deleteByName(String name);
} |
package framework;
import java.awt.*;
public class Enemy {
private Core core;
private int x;
private static final int width = 12;
private static final int height = 60;
public static int y=0;
public static int dy=0;
public Enemy(Core core) {
this.core = core;
}
void updat... |
package juice.core.util;
import juice.core.util.io.StreamUtils;
import java.io.*;
/**
* @author Ricky Fung
*/
public class TextUtils {
private static final String UTF_8 = "UTF-8";
private static final int DEFAULT_CAPACITY = 2048;
/** read class path .txt file**/
public static String readClassPath(... |
package com.zykj.hunqianshiai.pay;
import android.text.TextUtils;
import java.util.Map;
public class AuthResult {
private String resultStatus;
private String result;
private String memo;
private String resultCode;
private String authCode;
private String alipayOpenId;
public AuthResult(Map<String, String> ra... |
package com.bugsnag.android.mazerunner.scenarios;
import android.content.Context;
import com.bugsnag.android.Configuration;
import com.bugsnag.android.Bugsnag;
import androidx.annotation.NonNull;
import java.lang.reflect.Array;
public class CXXCustomMetadataNativeNotifyScenario extends Scenario {
static {
... |
/*
* 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 dao;
import enity.TheLoai;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import ja... |
package test15.ProxyTest;
import java.lang.reflect.InvocationHandler;
import java.lang.reflect.Method;
import java.lang.reflect.Proxy;
import java.util.logging.Level;
import java.util.logging.Logger;
/**
* LogHandler
* Created by dm on 16-8-29.
*/
public class LogHandler implements InvocationHandler {
private ... |
/*
* 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 u... |
package org.example.javajunitmockito.model;
import java.util.List;
public class BookImpl implements Book {
private String ISBN;
private String title;
private List<String> authors;
private String publisher;
private String category;
public BookImpl() {
}
public BookImpl(String ISBN, S... |
package module605packageJava0;
import java.lang.Integer;
public class Foo53 {
Integer int0;
Integer int1;
public void foo0() {
new module605packageJava0.Foo52().foo4();
}
public void foo1() {
foo0();
}
public void foo2() {
foo1();
}
public void foo3() {
foo2();
}
public voi... |
/*
* 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 ... |
// Decompiled by Jad v1.5.8e. Copyright 2001 Pavel Kouznetsov.
// Jad home page: http://www.geocities.com/kpdus/jad.html
// Decompiler options: braces fieldsfirst space lnc
package u.aly;
// Referenced classes of package u.aly:
// dh, G, dg
class H
implements dh
{
private H()
{
}
H... |
/*
* Copyright 2022 Google LLC
*
* 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 wr... |
/*
* 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 2016-2022 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 org.gwnu.tutorial.barcode;
import android.app.Activity;
import android.widget.Toast;
public class BackPressCloseHandler {
private long backKeyPressedTime = 0;
private Toast toast;
private Activity activity;
public BackPressCloseHandler(Activity context) {
this.activity = context;
... |
package com.darryncampbell.cordova.plugin.intent;
import android.Manifest;
import android.app.Activity;
import android.content.BroadcastReceiver;
import android.content.ClipData;
import android.content.ComponentName;
import android.content.ContentResolver;
import android.content.Context;
import android.content.Intent;... |
/*
* 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 ua.nure.rumiantsev.SummaryTask4.Entity;
import java.io.Serializable;
import java.util.Map;
import java.util.Set;
/**
* <p>
... |
package gov.nasa.pds.search.solr.query.bld;
import java.util.ArrayList;
import java.util.List;
import org.apache.solr.client.solrj.SolrQuery;
import gov.nasa.pds.nlp.ner.NerToken;
import gov.nasa.pds.nlp.ner.NerTokenType;
import gov.nasa.pds.search.util.FieldMap;
import gov.nasa.pds.solr.query.LuceneQueryBuilder;
... |
/*
* 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 ... |
// //////////////////////////////////////////////////////////////////////////////
//
// RMG - Reaction Mechanism Generator
//
// Copyright (c) 2002-2011 Prof. William H. Green (whgreen@mit.edu) and the
// RMG Team (rmg_dev@mit.edu)
//
// Permission is hereby granted, free of charge, to any person obtaining a
// copy of... |
/*
* 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 2011-2020 smartics, Kronseder & Reiner GmbH
*
* 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 a... |
/*
* Copyright (C) 2008 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
package io.stargate.graphql.schema.fetchers.dml;
import graphql.schema.DataFetchingEnvironment;
import io.stargate.auth.AuthenticationService;
import io.stargate.auth.AuthenticationSubject;
import io.stargate.auth.AuthorizationService;
import io.stargate.auth.Scope;
import io.stargate.auth.SourceAPI;
import io.stargat... |
package com.example.a301pro.Models;
import com.google.firebase.firestore.GeoPoint;
/**
* This model initializes the property of a borrowed book as well as gets the data of a book
*/
public class Borrowed {
private String bookID;
private String imageId;
private String ISBN;
private String bookName;
... |
generics java util list test test list list list size |
/*
* Copyright 2013-2019 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 org.hl7.fhir.r4.model.codesystems;
/*
Copyright (c) 2011+, HL7, 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:
* Redistributions of source code must retain the above copyr... |
/*
Copyright (C) GridGain Systems. 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 by applicable law or... |
/*
* Copyright 2002-2012 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... |
package com.company.pojo;
import java.util.Date;
public class Category {
private Integer id;
private Integer parentId;
private String name;
private Boolean status;
private Integer sortOrder;
private Date createTime;
private Date updateTime;
public Category(Integer id, Integer pa... |
/* Copyright 2018 The TensorFlow Authors. 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 by applicable law or a... |
/*
* Copyright (c) 2003-2006 jMonkeyEngine
* 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 retain the above copyright
* notice, this list of ... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to you under the Apache License, Version 2.0
* (the "License"); you may ... |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
/**
* Apache License
* Version 2.0, January 2004
* http://www.apache.org/licenses/
*
* TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
*
* 1. Definitions.
*
* "License" shall mean the terms and conditio... |
package com.ifsaid.baodao.service;
import org.springframework.data.redis.connection.DataType;
import org.springframework.data.redis.core.ZSetOperations;
import java.util.List;
import java.util.Map;
import java.util.Set;
import java.util.TreeSet;
/**
* @author: Wang Chen Chen
* @Date: 2018/11/16 15:49
* @describe:... |
package com.vaklinov.zcashui;
import java.awt.Component;
import java.io.BufferedInputStream;
import java.io.BufferedOutputStream;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.io.InterruptedIOException;
import j... |
package org.spartan.cdi.bean;
import java.util.Map;
public interface BeanScanner {
/**
*
* @return
*/
Map<Class<?>, Bean<?>> scan(BeanManager manager);
} |
package com.hzqing.system.api.dto.permission;
import com.hzqing.common.core.service.response.AbstractResponse;
import lombok.Data;
/**
* @author hzqing
* @date 2019-08-17 14:51
*/
@Data
public class GetUserResponse extends AbstractResponse {
private String id;
private String username;
private String... |
/*
* The MIT License
*
* Copyright (c) 2018-2022, qinglangtech Ltd
*
* 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... |
package testing_lib.inheritanceIfazeStopInherite;
public interface Interface1 {
public void method1();
} |
package eu.toolchain.scribe.datastore.encoding;
import com.google.datastore.v1.Value;
import eu.toolchain.scribe.Context;
import lombok.Data;
import lombok.EqualsAndHashCode;
@Data
@EqualsAndHashCode(callSuper = true)
public class DoubleEncoder extends AbstractEncoder<Double> {
@Override
public Value encode(fin... |
/**
* Copyright (c) 2003 The Apereo Foundation
*
* Licensed under the Educational Community 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://opensource.org/licenses/ecl2
*
* Unless required ... |
package com.daimabaike.biz.sys.interceptor;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.InterceptorRegistration;
import org.springframework.web.servlet.config.annotation.Interceptor... |
package org.sakaiproject.tool.syllabus.entityproviders;
import java.io.Serializable;
import java.text.SimpleDateFormat;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Calendar;
import java.util.Collections;
import java.util.Date;
import java.util.HashMap;
import java.util.Iterator;
import java.u... |
package com.flutter_webview_plugin;
import android.content.Intent;
import android.net.Uri;
import android.annotation.TargetApi;
import android.app.Activity;
import android.content.Context;
import android.os.Build;
import android.view.KeyEvent;
import android.view.View;
import android.view.ViewGroup;
import android.web... |
package net.cobaltium.magico.tasks;
import com.flowpowered.math.vector.Vector3d;
import net.cobaltium.magico.data.MagicoUserData;
import org.spongepowered.api.Sponge;
import org.spongepowered.api.data.key.Keys;
import org.spongepowered.api.entity.Entity;
import org.spongepowered.api.entity.living.player.Player;
import... |
/*
* 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) 2012, 2015, Oracle and/or its affiliates. All rights reserved.
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*
*
*
*
*
*
* Copyright (c) 2007-2012, Stephen Colebourne & Michael Nascimento Santos
*
* All ... |
/*
* 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... |
/*
* 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.mage.test.load;
import mage.constants.PlayerAction;
import mage.interfaces.callback.CallbackClient;
import mage.interfaces.callback.ClientCallback;
import mage.remote.Session;
import mage.view.*;
import org.apache.log4j.Logger;
import java.util.UUID;
/**
* @author JayDi85
*/
public class LoadCallbackCl... |
package codecup2018.data;
public class ArrayBoard extends Board {
private final byte[][] grid = new byte[8][8];
private final boolean[] myUsed = new boolean[15];
private final boolean[] oppUsed = new boolean[15];
private int nFree = 36;
public ArrayBoard() {
}
public ArrayBoard(Board boa... |
// Copyright 2002, Google, 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 agreed to i... |
/*
* Copyright 1999-2018 Alibaba Group Holding 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 applica... |
package com.iwaodev.infrastructure.specification.factory;
import com.iwaodev.application.specification.factory.OrderSpecificationFactory;
import com.iwaodev.application.specification.factory.ProductSpecificationFactory;
import com.iwaodev.infrastructure.model.Order;
import com.iwaodev.infrastructure.model.Product;
imp... |
/*
This file is part of the iText (R) project.
Copyright (c) 1998-2022 iText Group NV
Authors: Bruno Lowagie, Paulo Soares, et al.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU Affero General Public License version 3
as published by the Free... |
/*
* 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.github.ahodieb.courseprojects.primsalgorithm;
import java.awt.Point;
import java.util.ArrayList;
import java.util.List;
public class Algorithm {
public static Matrix Start(Matrix Matrix, boolean Max) {
com.github.ahodieb.courseprojects.primsalgorithm.Matrix output = new Matrix(Matrix.getMatrix... |
package com.example.redisstreamconsumerdemo;
import java.util.Map;
import com.esotericsoftware.kryo.Kryo;
import com.esotericsoftware.kryo.serializers.CompatibleFieldSerializer;
import com.esotericsoftware.kryo.util.Pool;
import com.example.redisstreamconsumerdemo.beans.AmigoTxnRequest;
import com.fasterxml.jackson.a... |
/**
* Copyright 2011-2019 Asakusa Framework Team.
*
* 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.astoev.cave.survey.util;
import android.util.Log;
import com.astoev.cave.survey.Constants;
import com.astoev.cave.survey.dto.ProjectConfig;
import com.astoev.cave.survey.model.Gallery;
import com.astoev.cave.survey.model.Leg;
import com.astoev.cave.survey.model.Location;
import com.astoev.cave.... |
package io.committed.ketos.graphql.baleen.mutations;
import java.util.Optional;
import reactor.core.publisher.Flux;
import io.committed.invest.extensions.annotations.GraphQLService;
import io.committed.invest.extensions.data.providers.DataProvider;
import io.committed.invest.extensions.data.providers.DataProviders;
... |
/*
* 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 rocks.byivo.todolist.services;
import rocks.byivo.todolist.interfaces.IBaseActions;
import rocks.byivo.todolist.model.Configur... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.