text
stringlengths
7.32k
45.1k
/* * Copyright (C) 2018 Light Team Software * * This file is part of ModPE IDE. * * ModPE IDE 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 ...
package gt.research.xacml.test; import java.io.ByteArrayInputStream; import java.io.File; import java.io.IOException; //import java.lang.management.ManagementFactory; //import java.lang.management.ThreadMXBean; // import java.nio.charset.Charset; // import java.nio.file.Files; // import java.nio.file.Path; /...
package com.company; import uwcse.graphics.*; import java.util.*; import java.awt.Color; import java.awt.Point; import javax.swing.JOptionPane; /** * A CaterpillarGame displays a garden that contains good and bad cabbages and a * constantly moving caterpillar. The player directs the moves of the * cater...
/* * Copyright (C) 2014 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...
/* * TaskUnifier * Copyright (c) 2013, <NAME> * 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, thi...
package com.box.androidsdk.browse.uidata; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.lang.ref.WeakReference; import java.util.concurrent.LinkedBlockingQueue; import java.util.concurrent.ThreadPoolExecutor; import java.util.concurrent.TimeUnit; import android.con...
package com.edasaki.rpg.quests; import java.io.File; import java.io.FileNotFoundException; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.Scanner; import org.bukkit.ChatColor; import org.bukkit.Location; import org.bukkit.Material; import org.bukkit.World; import ...
package com.hnust.trumi.scheduleview; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Color; import android.graphics.Point; import android.support.annotation.IdRes; import android.support.v4.widget.NestedScrollView; import android.support.v7.widget.GridLayout; import and...
/* * 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 ...
/* IBM Confidential * * Product ID: 5697-F53 * * Copyright 2000, 2001WESTHAM * * The source code for this program is not published or otherwise divested * of its trade secrets, irrespective of what has been deposited with the * U.S. Copyright Office. */ package org.apache.derby.impl.sql.catalog; import org...
/** * Copyright (c) 2016 by Baddata. * All rights reserved. */ package com.baddata.util; import java.awt.image.BufferedImage; import java.io.BufferedOutputStream; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileOutputStream; import java.io.FileReader; import jav...
/* * Copyright (c) 1997-2018 Oracle and/or its affiliates. All rights reserved. * Copyright 2004 The Apache Software 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 * * ...
import java.util.*; /** * Calculating Fasting Days by moon * * @version 1.0 * @author <NAME>ka Acyuta [<EMAIL>] */ public class Ekadash { public static final double MY_PI = 3.14159265358979323846; public static final double EPOCH = 2444238.5; /* 1980 January 0.0. */ public static final double SUN...
/** * This file is part of Aion-Lightning <aion-lightning.org>. * * Aion-Lightning 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 ver...
/* Copyright (c) 2020 <NAME> * * 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 w...
package com.sphenon.basics.javacode.classes; /**************************************************************************** Copyright 2001-2018 Sphenon 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 ...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
package edu.ml.tensorflow; import edu.ml.tensorflow.classifier.YOLOClassifier; import edu.ml.tensorflow.model.Recognition; import edu.ml.tensorflow.util.GraphBuilder; import edu.ml.tensorflow.util.IOUtil; import edu.ml.tensorflow.util.ImageUtil; import edu.ml.tensorflow.util.ServiceException; import org.slf4j.Logger; ...
/* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2013-2020 The original 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...
/* Copyright Statement: * * This software/firmware and related documentation ("MediaTek Software") are * protected under relevant copyright laws. The information contained herein is * confidential and proprietary to MediaTek Inc. and/or its licensors. Without * the prior written permission of MediaTek inc. and/or ...
/* * Copyright 2009 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 in w...
/* * Copyright 2017 Minecart 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 law or agreed...
/* * Copyright (c) 2011, 2016, 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 org.nakedobjects.remoting.facade; import java.util.Properties; import java.util.Vector; import org.nakedobjects.metamodel.adapter.oid.Oid; import org.nakedobjects.metamodel.adapter.version.Version; import org.nakedobjects.metamodel.authentication.AuthenticationSession; import org.nakedobjects.metamode...
package edu.uwp.jeremiah.vanofferen.csci475.mi_band.Activities; import android.app.Activity; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; import...
package com.sistr.scarlethill.entity.projectile; import com.sistr.scarlethill.util.VecMathUtil; import net.minecraft.block.BlockState; import net.minecraft.enchantment.EnchantmentHelper; import net.minecraft.entity.*; import net.minecraft.entity.player.PlayerEntity; import net.minecraft.entity.player.ServerPlayerEntit...
package com.google.firebase.iid; import android.app.PendingIntent; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.content.pm.ApplicationInfo; import android.content.pm.PackageManager; import android.content.pm...
/* * The JTS Topology Suite is a collection of Java classes that * implement the fundamental operations required to validate a given * geo-spatial data set to a known topological specification. * * Copyright (C) 2001 Vivid Solutions * * This library is free software; you can redistribute it and/or * modify it u...
package uk.ac.cam.ceb.como.paper.enthalpy.estimation; import java.io.File; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import java.util.concurrent....
package ca.tetchel.shexter.sms.util; import android.content.ContentResolver; import android.content.Context; import android.database.Cursor; import android.net.Uri; import android.provider.ContactsContract; import android.provider.Telephony; import android.telephony.PhoneNumberUtils; import android.util.Log; ...
/* * Copyright 2003 - 2016 The eFaps 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 law or...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.ocs.indaba.controlpanel.controller; import org.apache.struts2.convention.annotation.ResultPath; import com.opensymphony.xwork2.ModelDriven; import com.ocs.indaba.controlpanel.service.IOrganizationsSe...
/* * 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 ragnarok_cards; import net.minecraft.potion.Effect; import net.minecraft.potion.EffectInstance; import net.minecraft.potion.Effects; import net.minecraftforge.common.ForgeConfigSpec; import net.minecraftforge.eventbus.api.SubscribeEvent; import net.minecraftforge.fml.common.Mod; import net.minecraftforge.fml.c...
/* * Copyright (C) 2010 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) 2017-2019, Board of Trustees of Leland Stanford Jr. University, * All rights reserved. * * 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 must retain the abov...
package org.loudonlune.smol_plugin.utils; import java.awt.image.BufferedImage; import java.io.IOException; import java.io.InputStreamReader; import java.net.URL; import java.util.ArrayList; import java.util.Arrays; import java.util.Base64; import java.util.HashMap; import java.util.List; import java.util.UU...
package utils.streams2; import java.util.Comparator; import java.util.DoubleSummaryStatistics; import java.util.IntSummaryStatistics; import java.util.LongSummaryStatistics; import java.util.Optional; import java.util.concurrent.ConcurrentHashMap; import java.util.concurrent.ConcurrentMap; import java.util.stream.Coll...
package ms.gui.comp; import static java.util.Arrays.asList; import static ms.gui.StdFactory.DeferredProducer.noParent; import static ms.gui.comp.GUIHelper.loadResImage; import static ms.gui.comp.GUIHelper.runInJAWT; import static ms.ipp.Iterables.get; import static ms.ipp.Iterables.ifExistsDo; import static ms...
/** * Mars Simulation Project * BarChartTab.java * @version 3.1.0 2017-03-12 * @author <NAME> */ package org.mars_sim.msp.ui.swing.tool.monitor; import java.awt.BorderLayout; import java.awt.Dimension; import java.awt.Font; import java.util.ArrayList; import java.util.List; import javax.swing.JComponent; import ...
package com.adelerobots.web.fiopre.listeners; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; import java.math.BigDecimal; import java.util.List; import java.util.Map; import org.apache.commons.io.FileUtils; import org.apache.commons.io.IOUtils...
/* * Copyright (c) 2012, JInterval Project. * 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 o...
/* * Copyright 2017 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 ...
/***** BEGIN LICENSE BLOCK ***** * Version: EPL 1.0/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Eclipse Public * License Version 1.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.eclipse.org/legal/epl-...
package org.cyclops.evilcraft.tileentity; import com.google.common.collect.Lists; import com.google.common.collect.Sets; import lombok.experimental.Delegate; import net.minecraft.client.Minecraft; import net.minecraft.util.math.vector.Vector4f; import net.minecraft.entity.Entity; import net.minecraft.entity.item.ItemE...
/** * Copyright 2011 <NAME> et. al. * * 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 com.ggxiaozhi.lib.class13; import java.util.ArrayList; import java.util.List; /** * @Description: * @Author: ggxz * @CreateDate: 2020/3/25 21:21 * @UpdateUser: * @UpdateDate: 2020/3/25 21:21 * @UpdateRemark: 更新说明 * @Version: 1.0 * <p> * 首先 在二分搜索树中 * <p> * 刚开始是平衡的 比如 * ---A * 一个节点或者null都是平衡二叉树, 当下...
/******************************************************************************* * Copyright 2012 Internet2 * * 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.ap...
package org.touchhome.bundle.camera.handler; import io.netty.bootstrap.ServerBootstrap; import io.netty.channel.ChannelFuture; import io.netty.channel.ChannelInitializer; import io.netty.channel.EventLoopGroup; import io.netty.channel.nio.NioEventLoopGroup; import io.netty.channel.socket.SocketChannel; import io.netty...
package demos.gettablecolumns; import gudusoft.gsqlparser.*; import gudusoft.gsqlparser.nodes.TColumnWithSortOrder; import gudusoft.gsqlparser.nodes.TObjectName; import gudusoft.gsqlparser.nodes.TTable; import gudusoft.gsqlparser.nodes.TTypeName; import gudusoft.gsqlparser.stmt.TStoredProcedureSqlStatement; ...
package com.zetcode; import java.awt.BasicStroke; import java.awt.Color; import java.awt.Dimension; import java.awt.Event; import java.awt.Font; import java.awt.FontMetrics; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Image; import java.awt.Toolkit; import java.awt.event.ActionEvent; import j...
package edu.tum.cup2.generator; import java.util.Arrays; import java.util.HashMap; import java.util.HashSet; import java.util.LinkedList; import java.util.List; import edu.tum.cup2.generator.exceptions.GeneratorException; import edu.tum.cup2.generator.exceptions.ReduceReduceConflict; import edu.tum.cup2.generator.exc...
package com.frameworkset.common.poolman.sql; import java.sql.SQLException; import java.util.HashMap; import java.util.Map; import org.frameworkset.util.ClassUtil; import com.frameworkset.common.poolman.handle.RowHandlerException; import com.frameworkset.common.poolman.util.JDBCPool; /* * An addition to the PoolMa...
/* * 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 kawa.lang; import gnu.expr.Compilation; import gnu.expr.Declaration; import gnu.expr.ModuleExp; import gnu.expr.ScopeExp; import gnu.lists.Consumer; import gnu.lists.FVector; import gnu.lists.LList; import gnu.lists.Pair; import gnu.mapping.OutPort; import gnu.mapping.Symbol; import java.io.Externalizable; imp...
/* * Copyright © 2018-2020 VMware, Inc. All Rights Reserved. * * SPDX-License-Identifier: BSD-2 */ package org.dcm; import com.facebook.presto.sql.SqlFormatter; import com.facebook.presto.sql.parser.ParsingException; import com.facebook.presto.sql.tree.CreateView; import com.google.common.annotations.VisibleForTe...
/* * Copyright (c) 2016 Juniper Networks, Inc. All rights reserved. */ package ordt.output; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Set; import ordt.extract.Ordt; import ordt.extract.PropertyList; import ordt.extract.PropertyList.PropertyValue; import ordt.extr...
package com.google.android.gms.internal; import android.content.Context; import android.os.Bundle; import com.google.android.gms.common.internal.zzbo; import com.google.android.gms.common.util.zze; import com.google.android.gms.measurement.AppMeasurement.Event; import com.google.android.gms.measurement.AppMeasurement....
package com.woshidaniu.tjcx.service.impl; import java.lang.reflect.Method; import java.math.BigDecimal; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.HashMap; import java.util.List; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.woshidani...
package biblioteca.fechas; import java.text.ParseException; import java.text.SimpleDateFormat; import javax.swing.JComboBox; import java.util.Date; import java.util.Calendar; import java.util.Locale; /** * Clase Fecha: Manejo de dias, meses, años, horas, minutos */ public class Fecha { public String fecha; St...
package tursi.parsing; import java.util.regex.Pattern; import java.util.regex.Matcher; import java.util.HashMap; import java.util.HashSet; import java.util.ArrayList; import java.util.Iterator; import java.io.BufferedReader; import java.io.IOException; import tursi.machine.Rule; import tursi.machine.RuleTrigger; im...
/* Java Firewall Simulator (jFirewallSim) Copyright (c) 2004, jFirewallSim development team 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 abo...
package usr.erichschroeter.jpreferences; import java.awt.BorderLayout; import java.awt.Dialog; import java.awt.Dimension; import java.awt.FlowLayout; import java.awt.Window; import java.awt.event.ActionEvent; import java.awt.event.KeyEvent; import java.io.IOException; import java.util.HashMap; import java.util.Map; im...
package heartbeat.tasks; import api.mojang.MojangApi; import api.mojang.structs.NullableUUID; import api.wynn.WynnApi; import api.wynn.structs.OnlinePlayers; import api.wynn.structs.Player; import app.Bot; import db.model.playerNumber.PlayerNumber; import db.model.track.TrackChannel; import db.model.track.TrackType; i...
/******************************************************************************* * Copyright (C) 2017, <NAME>, <NAME> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution...
package fontConverter; public class DV_To_Unicode { private static String array_one[] = { "$", "%", "&", "*", "£Ã", "ÉË", "ÉÊ", "BÉD", "BÉ", "BÉÖ", "+ÉÉä", "+ÉÉè", "+ÉÉ", "+É", "<È", "<Ç", "<", ">", "=", "Aä", "A", "@", "Bä", "‹ä", "B", "‹", "आå", "आé", "C", "D", "F", "µÉE", "H", "J", "K", "L", "M", "N", ...
package io.geobit.opreturn; import com.google.appengine.api.memcache.MemcacheService; import com.google.appengine.api.memcache.MemcacheServiceFactory; import org.json.JSONArray; import org.json.JSONException; import org.json.JSONObject; import java.io.IOException; import java.text.SimpleDateFormat; import java.util...
package ure.editors.vaulted; import com.fasterxml.jackson.databind.ObjectMapper; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import ure.areas.gen.UVault; import ure.areas.gen.UVaultSet; import ure.math.UColor; import ure.math.UPath; import ure.terrain.UTerrain; import ure.ui.Ic...
/** * The freechess.org connection library. * More information is available at http://www.jinchess.com/. * Copyright (C) 2002 <NAME>. * All rights reserved. * * The freechess.org connection library is free software; you can redistribute * it and/or modify it under the terms of the GNU Lesser General Publi...
/* * Licensed to the Netuno.org under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The Netuno.org licenses this file to You under the Apache License, Version * 2.0 (the "License"); you may not use this fil...
// // GCALDaemon is an OS-independent Java program that offers two-way // synchronization between Google Calendar and various iCalalendar (RFC 2445) // compatible calendar applications (Sunbird, Rainlendar, iCal, Lightning, etc). // // Apache License // Version 2.0, January 2004 // http://www.apache.org/licenses/ // /...
/* * Copyright 2008 The MITRE Corporation (http://www.mitre.org/). 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-...
/* * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * The Universal Permissive License (UPL), Version 1.0 * * Subject to the condition set forth below, permission is hereby granted to any * person obtaining a copy of this s...
/* * 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 cn.hanbell.rpt.control; import cn.hanbell.erp.ejb.CdrcusBean; import cn.hanbell.erp.ejb.InvclsBean; import cn.hanbell.erp.ejb....
package com.google.android.exoplayer2.upstream.cache; import android.net.Uri; import com.google.android.exoplayer2.upstream.C8485g; import com.google.android.exoplayer2.upstream.C8487i; import com.google.android.exoplayer2.upstream.C8489j; import com.google.android.exoplayer2.upstream.C8501u; import com.google.android...
/* * This file is part of Sponge, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered <https://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Softwar...
/* * Copyright 2012-2014 Netherlands eScience Center. * * 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 the following location: * * http://www.apache.org/licenses/LICENSE-2.0 * * ...
/* * Copyright 2021 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...
/* * (C) Copyright 2020 Radix DLT Ltd * * Radix DLT Ltd 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/licenses/LICENSE-2.0 * * Unless re...
package bouyomi; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStream; import java.io.OutputStreamWriter; import jav...
/* * 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 ...
/* ### * 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 org.hl7.fhir.r4.context; /* 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 copyright not...
/** * Helios, OpenSource Monitoring * Brought to you by the Helios Development Group * * Copyright 2013, Helios Development Group and individual contributors * as indicated by the @author tags. See the copyright.txt file in the * distribution for a full listing of individual contributors. * * This is free softw...
package uk.co.plogic.gwt.lib.ui.layout; import java.util.ArrayList; import java.util.logging.Logger; import uk.co.plogic.gwt.lib.map.GoogleMapAdapter; import uk.co.plogic.gwt.lib.widget.mapControl.MapControl; import uk.co.plogic.gwt.lib.widget.mapControl.MapControlPanel; import com.google.gwt.core.client.GWT; 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...
/* * Copyright LWJGL. All rights reserved. * License terms: https://www.lwjgl.org/license */ package org.lwjgl.opengl; import org.lwjgl.system.*; import org.lwjgl.system.macosx.*; import org.lwjgl.system.windows.*; import javax.annotation.*; import java.nio.*; import java.util.*; import static java.lang.Math.*; i...
/* * 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 ma...
/** * Copyright 2017-2020 O2 Czech Republic, a.s. * * 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 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...
/* * 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) 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 ...
package com.example.mytraveldiary; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.appcompat.app.AppCompatActivity; import androidx.core.content.ContextCompat; import androidx.recyclerview.widget.RecyclerView; import android.app.AlertDialog; import android.content.Context; imp...
package com.bazl.dna.database.nation.converter.model.po; import com.alibaba.fastjson.annotation.JSONField; import org.springframework.format.annotation.DateTimeFormat; import java.util.Date; /* *SAMPLE_DNA_GENE *样本基因DNA库信息表 * */ public class SampleDnaGene { private String id; private String initServerNo; ...
// ********************************************************************** // // <copyright> // // BBN Technologies // 10 Moulton Street // Cambridge, MA 02138 // (617) 873-8000 // // Copyright (C) BBNT Solutions LLC. All rights reserved. // // </copyright> // ***************************************************...
/* * Copyright 2011-2020 B2i Healthcare Pte Ltd, http://b2i.sg * * 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...
package org.hisp.dhis.trackedentity.startup; /* * Copyright (c) 2004-2016, University of Oslo * 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 r...
package org.hisp.dhis.dataapproval.hibernate; /* * Copyright (c) 2004-2016, University of Oslo * 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 t...
// Copyright 2014 The Bazel 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 appl...
package com.seedfinding.latticg; import com.seedfinding.latticg.math.component.BigFraction; import com.seedfinding.latticg.math.component.BigMatrix; import com.seedfinding.latticg.math.component.BigVector; import com.seedfinding.latticg.math.lattice.LLL.LLL; import com.seedfinding.latticg.math.lattice.LLL.Params; impo...