text
stringlengths
9.3k
48.9k
/* * Copyright 2000-2015 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
/* * Copyright 1998-2014 University Corporation for Atmospheric Research/Unidata * * Portions of this software were developed by the Unidata Program at the * University Corporation for Atmospheric Research. * * Access and use of this software shall impose the following obligations * and understand...
package com.diamondq.common.security.openaz.parser; import com.diamondq.common.security.xacml.model.Conditional; import com.diamondq.common.security.xacml.model.ConditionalCode; import com.diamondq.common.security.xacml.model.IFunctionArgument; import com.diamondq.common.security.xacml.model.ILiteralBag; import com.di...
package com.godeliver.user.Fragment; import android.Manifest; import android.annotation.SuppressLint; import android.app.Activity; import android.app.FragmentManager; import android.app.FragmentTransaction; import android.app.ProgressDialog; import android.content.Context; import android.content.Intent; import android...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
package datawave.query.transformer; import com.google.common.collect.HashMultimap; import com.google.common.collect.Maps; import com.google.common.collect.Multimap; import com.google.common.collect.TreeMultimap; import datawave.data.type.NumberType; import datawave.data.type.Type; import datawave.marking.MarkingFuncti...
package com.laytonsmith.testing; import com.laytonsmith.PureUtilities.ClassLoading.ClassDiscovery; import com.laytonsmith.PureUtilities.DaemonManager; import com.laytonsmith.PureUtilities.RunnableQueue; import com.laytonsmith.abstraction.*; import com.laytonsmith.abstraction.blocks.MCMaterial; import com.laytonsmith...
/** * Copyright (C) 2014 Xillio (<EMAIL>) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
package de.fuberlin.wiwiss.pubby; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Map; import java.util.Set; import java.util.regex.Matc...
package com.bergerkiller.bukkit.tc; import com.bergerkiller.bukkit.common.Common; import com.bergerkiller.bukkit.common.PluginBase; import com.bergerkiller.bukkit.common.Task; import com.bergerkiller.bukkit.common.chunk.ForcedChunk; import com.bergerkiller.bukkit.common.config.FileConfiguration; import com.bergerkille...
/* * Copyright (C) 2017 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...
/* * @(#)ChessGUI.java * * * @author * @version 1.00 2016/11/2 */ /* * TODO (External) * CRITICAL - Game breaking issues, and bugs that cause crashes, memory leaks, unintended CPU hogging, etc. * * HIGH PRIORITY - Missing features that the average user would expect, and non game-breaking bu...
/* Copyright (c) 2017 FIRST. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted (subject to the limitations in the disclaimer below) provided that * the following conditions are met: * * Redistributions of source code must retain the above cop...
package impresso; import static settings.LOADmodelSettings.*; import static settings.SystemSettings.*; import externalsort.ParallelDiskMergeSort; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOExcepti...
package io.quarkus.bom.decomposer.maven; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.dataformat.yaml.YAMLFactory; import io.quarkus.bom.decomposer.maven.platformgen.PlatformReleaseWithMembersConfig; import io.quarkus.bootstrap.BootstrapConstants; import io.quarkus.bootstrap.resolve...
package com.flicktek.clip; import android.app.AlarmManager; import android.app.PendingIntent; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.os.SystemClock; import android.os.Vibrator; import android.util.Log...
/**************************************************************** * 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...
package org.lcsim.recon.tracking.trfxyp; import org.lcsim.recon.tracking.trfutil.TRFMath; import org.lcsim.recon.tracking.trfutil.Assert; import org.lcsim.recon.tracking.trfbase.Propagator; import org.lcsim.recon.tracking.trfbase.PropDirected; import org.lcsim.recon.tracking.trfbase.PropDir; import org.lcsim.recon.tr...
/* * Copyright (c) 2016, 2019, Oracle and/or its affiliates. * * 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 above copyright notice,...
package gbemu.core.ppu; import gbemu.core.BitUtils; import gbemu.core.Flags; import gbemu.core.GameBoy; import gbemu.core.memory.MMU; import gbemu.core.ppu.helper.ColorPalettes; import gbemu.core.ppu.helper.ColorShade; import gbemu.core.ppu.helper.Sprite; import glwrapper.SwappingByteBuffer; import java.awt.*; import...
package org.embulk.deps.cli; import java.io.PrintWriter; import java.nio.file.Paths; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.List; import java.util.Properties; import org.apache.commons.cli.CommandLine; import org.apache.commons.cli.DefaultParser; import org....
package application; import java.util.Collections; import java.util.HashMap; import java.util.LinkedList; import java.util.Queue; import java.util.Random; import javafx.geometry.Point2D; import javafx.scene.image.Image; import javafx.scene.image.PixelReader; import javafx.scene.image.PixelWriter; import javafx.scene....
/* * Copyright (C) 2016 Red Hat, 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 agre...
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved. * * Oracle and Java are registered trademarks of Oracle and/or its affiliates. * Other names may be trademarks of their respective owners. * * The contents of this file are su...
/* * 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 de.uni.bielefeld.sc.hterhors.psink.scio.semanticmr.slot_filling.orgmodel; import java.io.File; import java.io.IOException; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.util.Set; import java.util.stream.Collectors; impo...
package com.jayfella.devkit.forms; import com.intellij.uiDesigner.core.GridConstraints; import com.intellij.uiDesigner.core.GridLayoutManager; import com.intellij.uiDesigner.core.Spacer; import com.jayfella.devkit.appstate.annotations.*; import com.jayfella.devkit.core.ColorConverter; import com.jayfella.devkit.core.D...
/* * The MIT License * * Copyright 2017 mbarbier. * * 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, copy...
package com.rxnlp.tools.rouge; import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.text.DecimalFormat; import java.u...
/* * Copyright 2017 OICR * * 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...
package havis.middleware.reader.rf_r.hywear; import havis.middleware.ale.base.exception.ImplementationException; import havis.middleware.ale.base.exception.ValidationException; import havis.middleware.ale.base.message.Message; import havis.middleware.ale.base.operation.port.PortObservation; import havis.middleware.ale...
/* * Class: BSpline * Description: B-spline * Environment: Java * Software: SSJ * Copyright (C) 2001 <NAME> and Universite de Montreal * Organization: DIRO, Universite de Montreal * @author * @since * * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use...
/** * Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved. */ package com.thinkgem.jeesite.modules.sys.entity; import com.fasterxml.jackson.annotation.JsonFormat; import com.fasterxml.jackson.annotation.JsonIgnore; import com.google.common.collect.Lists; import co...
//package tk.dcmmc.workspace; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.lang.reflect.Constructor; import java.lang.reflect.Method; import java.net.MalformedURLException; import java.net.URL; import java.nio.file.*; import java.nio...
package com.anysoftkeyboard.ui.settings.setup; import android.annotation.TargetApi; import android.app.AlarmManager; import android.app.AlertDialog; import android.app.AppOpsManager; import android.app.DialogFragment; import android.app.PendingIntent; import android.app.job.JobInfo; import android.app.job.JobScheduler...
/* * @(#)RubiksCubeGeom3D.java * CubeTwister. Copyright © 2020 <NAME>, Switzerland. MIT License. */ package ch.randelshofer.rubik.cube3d; import ch.randelshofer.geom3d.Shape3D; import ch.randelshofer.rubik.CubeAttributes; import ch.randelshofer.rubik.CubeKind; import ch.randelshofer.rubik.DefaultCubeAttributes; imp...
package com.links.gaurav.lnotes; import android.Manifest; import android.content.BroadcastReceiver; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.IntentFilter; import android.content.SharedPreferences; import android.content.pm.PackageMana...
package com.Whodundid.core.windowLibrary; import com.Whodundid.core.coreApp.EMCResources; import com.Whodundid.core.util.EUtil; import com.Whodundid.core.util.renderUtil.CursorHelper; import com.Whodundid.core.util.renderUtil.EColors; import com.Whodundid.core.util.renderUtil.ScreenLocation; import com.Whodundid.core....
package com.stupidtree.hita.activities; import android.annotation.SuppressLint; import android.app.Activity; import android.content.Intent; import android.os.AsyncTask; import android.os.Bundle; import android.text.TextUtils; import android.util.Log; import android.view.View; import android.widget.EditText; import and...
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright (c) 2008-2009, The KiWi Project (http://www.kiwi-project.eu) * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: *...
package thaumcraft.common.entities.construct; import net.minecraft.world.*; import net.minecraft.entity.monster.*; import net.minecraft.entity.projectile.*; import net.minecraft.init.*; import net.minecraftforge.fml.relauncher.*; import net.minecraft.item.*; import thaumcraft.common.lib.*; import net.minecraft.tileent...
/* Copyright (c) 2010 <NAME>, All Rights Reserved * * The contents of this file is dual-licensed under 2 * alternative Open Source/Free licenses: LGPL 2.1 or later and * Apache License 2.0. (starting with JNA version 4.0.0). * * You can freely decide which license you want to apply to * the project. * * You ma...
/* * ***** BEGIN LICENSE BLOCK ***** * Zimbra OAuth Social Extension * Copyright (C) 2018 Synacor, Inc. * * This program is free software: you can redistribute it and/or modify it under * the terms of the GNU General Public License as published by the Free Software Foundation, * version 2 of the License. * * T...
/* * Copyright [2013-2021], Alibaba Group Holding Limited * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
package edu.ucsf.lava.crms.people.model; import java.sql.Timestamp; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Date; import java.util.List; import java.util.Set; import edu.ucsf.lava.core.dao.LavaDaoFilter; import edu.ucsf.lava.core.model.EntityBase; import edu.ucs...
/* * 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.erp.entity; import java.io.Serializable; import java.math.BigDecimal; import java.util.Date; import java.util.Objec...
package org.cufir.s.xsd; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.InputStream; import java.sql.Connection; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList...
package Controllers; import javafx.animation.Animation; import javafx.animation.FillTransition; import javafx.animation.KeyFrame; import javafx.animation.Timeline; import javafx.event.ActionEvent; import javafx.event.EventHandler; import javafx.fxml.FXML; import javafx.fxml.Initializable; import javafx.scene.control....
package mcjty.rftools.shapes; import mcjty.rftools.blocks.builder.BuilderSetup; import net.minecraft.block.Block; import net.minecraft.block.BlockSlab; import net.minecraft.block.material.MapColor; import net.minecraft.block.state.IBlockState; import net.minecraft.client.Minecraft; import net.minecraft.client.renderer...
/* Copyright 2018 <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 writing, software distributed ...
/* * RendererHidden.java Copyright (C) 2003, 2006 <NAME> * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free * Software Foundation; either version 2 of the License, or (at your option) * any later version. * * ...
package edu.oswego; import javafx.event.ActionEvent; import javafx.fxml.FXML; import javafx.scene.control.Hyperlink; import javafx.scene.control.Label; import javafx.scene.control.TextArea; import javafx.scene.control.TextField; import java.io.*; import java.util.ArrayList; import java.util.Arrays; import java.util.H...
/* * Copyright LWJGL. All rights reserved. * License terms: https://www.lwjgl.org/license * MACHINE GENERATED FILE, DO NOT EDIT */ package org.lwjgl.vulkan; import java.nio.*; import org.lwjgl.*; import org.lwjgl.system.*; import static org.lwjgl.system.MemoryUtil.*; import static org.lwjgl.system.MemoryStack.*;...
package com.ad.thepool; import java.io.Serializable; import java.util.ArrayList; import java.util.Iterator; import com.ad.thepool.components.ActivateComponent; import com.ad.thepool.components.CameraComponent; import com.ad.thepool.components.ClimbAbleComponent; import com.ad.thepool.components.CollectAbleComponent; ...
/* SPDX-License-Identifier: BSD 2-Clause "Simplified" License */ package li.cil.oc2.jcodec.codecs.h264.io; import li.cil.oc2.jcodec.codecs.common.biari.MDecoder; import li.cil.oc2.jcodec.codecs.h264.H264Const; import li.cil.oc2.jcodec.codecs.h264.H264Utils; import li.cil.oc2.jcodec.codecs.h264.decode.CABACContst; imp...
package shadow; import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.lang.ProcessBuilder.Redirect; import java.nio.charset.Charset; import java.nio.file.DirectoryStream; import java.nio.file.Files; import j...
/* Copyright (c) 2018, <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, this list of conditions and ...
/* * Copyright (c) 2008-2011, Piccolo2D project, http://piccolo2d.org * Copyright (c) 1998-2008, University of Maryland * 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 ...
/* * Copyright 2000-2012 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...
/* * Copyright 2001-2005 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
/* * Copyright 2018 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/licenses/LICENSE-2.0 * * Unless required by a...
package util; import items.armor.BronzeChest; import items.armor.ChronomancerHat; import items.foundations.*; import items.materials.*; import items.placements.*; import items.tools.*; import items.weapons.*; import org.newdawn.slick.Color; import items.*; import items.armor.*; import util.exceptions.DemigodsException...
// This file is part of the 'texasholdem' project, an open source // Texas Hold'em poker application written in Java. // // Copyright 2009 <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 Lice...
package edu.tum.cup2.test; import edu.tum.cup2.generator.LALR1SCCGenerator; import java.io.File; import org.junit.Test; import edu.tum.cup2.generator.LR1Generator; import edu.tum.cup2.generator.Verbosity; import edu.tum.cup2.generator.exceptions.GeneratorException; import edu.tum.cup2.grammar.NonTerminal; import edu...
package com.hutong.supersdk.sdk.handler.and; import com.hutong.supersdk.common.model.JsonReqObj; import com.hutong.supersdk.common.util.HttpUtil; import com.hutong.supersdk.common.util.MD5Util; import com.hutong.supersdk.common.util.ParseJson; import com.hutong.supersdk.mysql.config.dao.AppConfigDao; import com.hutong...
/* Copyright 2004-2005 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 appli...
/******************************************************************************* * Copyright 2011 See AUTHORS file. * * 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.a...
/**************************************************************************** Copyright 2006, Colorado School of Mines and others. 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.apac...
package com.terraformersmc.modmenu.gui; import com.google.common.base.Joiner; import com.google.common.base.Splitter; import com.google.common.collect.Lists; import com.terraformersmc.modmenu.ModMenu; import com.terraformersmc.modmenu.config.ModMenuConfigManager; import com.terraformersmc.modmenu.util.BadgeRenderer; i...
/******************************************************************************* * Copyright (c) 2015-2018 Skymind, Inc. * * This program and the accompanying materials are made available under the * terms of the Apache License, Version 2.0 which is available at * https://www.apache.org/licenses/LICENSE-2.0. * *...
package org.checkerframework.checker.index.upperbound; import com.sun.source.tree.Tree; import java.util.ArrayList; import java.util.List; import java.util.Set; import javax.lang.model.element.AnnotationMirror; import org.checkerframework.checker.index.IndexAbstractTransfer; import org.checkerframework.checker.index.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 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...
/* Copyright (c) 2017 FIRST. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted (subject to the limitations in the disclaimer below) provided that * the following conditions are met: * * Redistributions of source code must retain the above cop...
// ============================================================================ // // Copyright (C) 2006-2016 Talend Inc. - www.talend.com // // This source code is available under agreement available at // %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt // // You should have receiv...
package org.sparkabm.gui.renderer; import java.awt.Font; import java.io.File; import java.util.logging.Level; import java.util.logging.Logger; import com.jogamp.opengl.GL2; import org.sparkabm.math.Vector4d; import org.sparkabm.gui.renderer.font.BitmapFont; import org.sparkabm.gui.renderer.images.TileManage...
/* * 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 ...
package pxl8; import java.util.Map; import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.util.HashMap; public class GeoExpansionResourceGenerator { static Map<String, String> resourceMap = new HashMap<>(); static { resourceMap.put("mc....
/* Copyright 2011-2015 <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 writing, software dis...
/** * Unlicensed code created by A Softer Space, 2019 * www.asofterspace.com/licenses/unlicense.txt */ package com.asofterspace.cdmScriptEditor; import com.asofterspace.toolbox.cdm.CdmActivity; import com.asofterspace.toolbox.cdm.CdmCtrl; import com.asofterspace.toolbox.cdm.CdmFile; import com.asofterspace.toolbox....
/* * IOPlugin.java 1. * * Copyright (C) 2006 <NAME>, <NAME>, <NAME> * * Licensed under the Academic Free License version 3.0 * http://www.opensource.org/licenses/afl-3.0.php * http://www.coreasm.org/afl-3.0.php * */ package org.coreasm.engine.plugins.io; import java.io.BufferedReader; import java.io....
/** * 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...
// This file is made available under Elastic License 2.0. // This file is based on code available under the Apache license here: // https://github.com/apache/incubator-doris/blob/master/fe/fe-core/src/main/java/org/apache/doris/load/ExportJob.java // Licensed to the Apache Software Foundation (ASF) under one // or m...
package jfreekdb; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Dimension; import java.awt.EventQueue; import java.awt.FlowLayout; import java.awt.Font; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.IOException; import java.lang.reflect.Array; import jav...
package alekso56.TkIrc; import java.io.IOException; import java.text.NumberFormat; import java.util.Date; import java.util.Iterator; import alekso56.TkIrc.irclib.Base64; import alekso56.TkIrc.irclib.IRCLib; import cpw.mods.fml.common.FMLCommonHandler; import cpw.mods.fml.relauncher.Side; import net.minecraft.entity.p...
//////////////////////////////////////////////////////////////////////// /* File: SimpleColorChooser.java Author: <NAME> Date: 2004/02/23 CoastWatch Software Library and Utilities Copyright (c) 2004 National Oceanic and Atmospheric Administration All rights reserved. Developed by: CoastWatch / O...
package com.atguigu.gmall.product.service.impl; import com.atguigu.gmall.common.cache.GmallCache; import com.atguigu.gmall.common.constant.MqConst; import com.atguigu.gmall.common.constant.RedisConst; import com.atguigu.gmall.common.service.RabbitService; import com.atguigu.gmall.model.product.*; import com.atguigu.gm...
package com.oath.oak.synchrobench.contention.benchmark; import com.oath.oak.synchrobench.contention.abstractions.CompositionalMap; import com.oath.oak.synchrobench.contention.abstractions.CompositionalOakMap; import com.oath.oak.synchrobench.contention.abstractions.MaintenanceAlg; import com.oath.oak.synchrobench.maps...
/* * Copyright (C) 2008 Google Inc. * Copyright (C) 2010 <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 requi...
package seng202.team4.controller.goaltab; import javafx.concurrent.Task; import javafx.concurrent.WorkerStateEvent; import javafx.event.EventHandler; import javafx.fxml.FXML; import javafx.scene.control.*; import javafx.scene.layout.AnchorPane; import javafx.scene.layout.GridPane; import javafx.scene.layout.Pane; impo...
/* * 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 ordt.output.drvmod.cpp; import java.io.BufferedWriter; import java.io.File; import java.util.HashMap; import java.util.HashSet; import java.util.List; import ordt.extract.Ordt; import ordt.extract.RegModelIntf; import ordt.output.drvmod.DrvModBaseInstance; import ordt.output.drvmod.DrvModBuilder; import ordt....
// Copyright 2013 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.chromoting; import android.annotation.SuppressLint; import android.content.res.Configuration; import android.graphics.Color; import ...
/* * Copyright 2017 Splunk, 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 ...
package com.nolanlawson.keepscore.widget; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.concurrent.atomic.AtomicBoolean; import java.util.concurrent.atomic.AtomicLong; import android.app.AlertDialog; import android.content.Context; import android.content.DialogInter...
import java.awt.Color; import java.awt.Cursor; import java.awt.Dimension; import java.awt.Font; import java.awt.GradientPaint; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.RenderingHints; import java.awt.Toolkit; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import ja...
package com.isteer.b2c.activity.calender; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Calendar; import java.util.GregorianCalendar; import java.util.HashMap; import java.util.List; import java.util.Locale; import android.annotation.SuppressLint; import android.app.AlertDialog; impo...
package org.opensha.sra.calc.portfolioLEC; import java.util.ArrayList; import org.apache.commons.math3.distribution.NormalDistribution; import org.opensha.commons.data.function.AbstractDiscretizedFunc; import org.opensha.commons.data.function.ArbDiscrEmpiricalDistFunc; import org.opensha.commons.data.function.Arbitra...
/* * Copyright 2009-2012 The MyBatis 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 requ...