text
stringlengths
7.32k
45.1k
package com.blamejared.crafttweaker.impl.recipes; import com.blamejared.crafttweaker.CraftTweaker; import com.blamejared.crafttweaker.api.CraftTweakerAPI; import com.blamejared.crafttweaker.api.annotations.ZenRegister; import com.blamejared.crafttweaker.api.item.IIngredient; import com.blamejared.crafttweaker.api.item...
package com.yarolegovich.slidingrootnav.sample; import android.app.ProgressDialog; import android.content.DialogInterface; import android.content.Intent; import android.database.Cursor; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.net.Uri; import android.os.AsyncTask; import an...
/** * 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 conditions for use, reproduction, and distribution as defined * by Sections 1 through 9 of this document. * ...
package org.societies.integration.test.bit.userfeedback; import org.junit.After; import org.junit.Assert; import org.junit.Before; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.societies.api.comm.xmpp.pubsub.PubsubClient; import org.societies.api.comm.xmpp.pubsub.Subscriber; import org.s...
package semantic; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import java.util.Stack; import semantic.models.Type; import semantic.exceptions.SemanticException; import semantic.models.Expression; import semantic.mod...
package com.dappergeek0.uplanit; import android.Manifest; import android.animation.Animator; import android.animation.AnimatorListenerAdapter; import android.annotation.TargetApi; import android.app.LoaderManager.LoaderCallbacks; import android.content.Context; import android.content.ContextWrapper; import android.con...
/* * 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 cavegenerator; import java.awt.Point; import java.util.ArrayList; /* * Cellular Automaton * * A cellular automaton used for generating cave-like levels. * * A cell is either a WALL or a PASSAGE. * boolean[][] cellGrid stores the state of the cells in the cellular automaton, where WALL = true, PASSAGE ...
package FlowJ; import ij.*; import ij.process.*; import volume.*; import bijnum.*; /** * This is a class that implements the Lucas and Kanade optical flow algorithm. * Implementation based on convolutions, with local field properties, * gradient computation with different kernels including scalable Gaussian deriva...
import javax.imageio.ImageIO; import javax.swing.JButton; import javax.swing.JComponent; import javax.swing.JFrame; import javax.swing.ImageIcon; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JOptionPane; import javax.swing.JPanel; import javax.swing.JSlider; import javax.swing.Popu...
package bio.singa.structure.algorithms.superimposition.fit3d; import bio.singa.core.utility.Pair; import bio.singa.mathematics.algorithms.optimization.KuhnMunkres; import bio.singa.mathematics.combinatorics.StreamPermutations; import bio.singa.mathematics.matrices.LabeledMatrix; import bio.singa.mathematics.matrices.L...
package com.rejh.cordova.mediastreamer; /** * A phonegap plugin that playes icecast/shoutcast streams * * @author <NAME> * @lincese MIT. * */ import java.io.BufferedReader; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStreamReader; import java.util.List; impo...
/* Copyright 2013 The jeo project. 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...
/* * 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. * * This program is distributed in the hop...
/* * 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...
package org.apache.batik.gvt.flow; import java.awt.font.FontRenderContext; import java.awt.font.TextAttribute; import java.text.AttributedCharacterIterator; import java.text.CharacterIterator; import java.text.AttributedCharacterIterator.Attribute; import java.util.ArrayList; import java.util.Arrays; import java.util....
// Indexer.java /* * Copyright (c) 2008, Gennady & <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, th...
package com.eduworks.gwt.client.model; import java.util.Date; import java.util.HashMap; import java.util.Iterator; import java.util.Set; import com.eduworks.gwt.client.net.packet.ESBPacket; import com.eduworks.gwt.client.util.MathUtil; public abstract class FileRecord extends Record { public final static...
package mazes.gui; import java.awt.Color; import java.awt.Dimension; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.event.ActionEvent; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import ...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package datos; import java.io.Serializable; import java.util.ArrayList; import java.util.Collections; import java.util.Date; import java.util.List; import javax.persistence.Basic; import javax.persistence.CascadeType; i...
/* * 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 model; import java.io.Serializable; import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; import jav...
/* * 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...
package com.gtris.components; import java.awt.BasicStroke; import java.awt.Color; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Image; import java.awt.geom.AffineTransform; import java.text.SimpleDateFormat; import java.util.ArrayList; import java.util.Calendar; import java.util.Date...
/********************************************************************** * Note: This license has also been called the "New BSD License" or * "Modified BSD License". See also the 2-clause BSD License. * * Copyright � 2018-2019 - General Electric Company, All Rights Reserved * * Projects: ANSWER and KApEESH, dev...
/* * * (C) Copyright 2017 <NAME> * * Anyone can use the Room Scheduler program because it's open source and on github.com * * Contributers: <NAME>, <NAME> */ package com.marist.mscs721; import com.google.gson.Gson; import com.google.gson.JsonParser; import com.google.gson.JsonSyntaxException; import org.apache....
package com.appsgeyser.sdk.datasdk; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.os.Build; import android.os.Bundle; import android.text.TextUtils; import android.view.ContextThemeWrapper; import android.view.View; import android.view.ViewGroup; import andr...
package camml.core.searchDBN; import java.util.BitSet; import camml.core.models.ModelLearner; import camml.core.search.CaseInfo; import camml.core.search.Node; import camml.core.search.TOM; //import camml.core.search.TOM.EditDistance; import cdms.core.Type; import cdms.core.Value; import cdms.core.VectorFN; import cd...
/* * Copyright (c) 2020, Red Hat Inc. * 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 Software Foundation. Oracle designates this...
/* Copyright 2019 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...
package com.cubead.rtca.common; import java.io.BufferedInputStream; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.io.Reader; import java.io.Writer; import java.math.BigDecimal; import java.math.BigInteger; import j...
/* * Copyright 2015 Netherlands eScience Center, VU University Amsterdam, and Netherlands Forensic Institute * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance withSupplier the License. * You may obtain a copy of the License at * * http://www.apac...
/* * Copyright (c) 2002-2008 LWJGL 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...
package com.partymanager.activity; import android.app.ActionBar; import android.app.Activity; import android.app.AlertDialog; import android.app.Fragment; import android.app.FragmentManager; import android.content.Intent; import android.content.pm.ActivityInfo; import android.content.pm.PackageInfo; import android.con...
package ir.treeco.aftabe2.Util; import android.content.Context; import android.content.SharedPreferences; import android.content.res.Resources; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import com.google.gson.annotations.Expose; import java.io.File; import java.io.FileInputStream; import java....
package org.schemaspy.service; import org.schemaspy.Config; import org.schemaspy.cli.CommandLineArguments; import org.schemaspy.model.*; import org.schemaspy.model.xml.ForeignKeyMeta; import org.schemaspy.model.xml.TableColumnMeta; import org.schemaspy.model.xml.TableMeta; import org.schemaspy.util.Markdown; import or...
package ca.phcri; /* * This plugin is written to extract subimages from Aperio SVS by * modifying the Read_Image.java. * (http://www.openmicroscopy.org/site/support/bio-formats5/developers/java-library.html) * (https://github.com/openmicroscopy/bioformats/blob/v5.0.6/ * components/bio-formats-plugins/uti...
// // Decompiled by Procyon v0.5.36 // package vip.Resolute.util.player; import net.minecraft.entity.item.EntityArmorStand; import net.minecraft.entity.passive.EntityBat; import net.minecraft.entity.passive.EntityAnimal; import net.minecraft.entity.monster.EntityGolem; import net.minecraft.entity.passive.EntityVill...
/* * Copyright (c) 2018. <NAME> * * 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, modify, merge, publish, di...
/* * 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 com.codeforces.commons.text; import com.codeforces.commons.io.IoUtil; import com.codeforces.commons.text.similarity.SimilarityChecker; import com.codeforces.commons.xml.XmlUtilTest; import org.apache.commons.lang3.StringUtils; import org.junit.Test; import java.io.IOException; import java.io.InputStream; impo...
package android.support.v7.widget; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.content.pm.ResolveInfo; import android.database.DataSetObservable; import android.os.AsyncTask; import android.support.v4.os.AsyncTaskCompat; import android.support.v7....
/*CopyrightHere*/ package repast.simphony.integration; import static repast.simphony.integration.DataFileElements.FILE_DEF_ATTRS.getNewLineType; import static repast.simphony.integration.DataFileElements.RECORD_ATTRS.getCount; import java.io.IOException; import java.util.ArrayList; import java.util.Hashtable;...
package com.example.weather; import android.content.ContentValues; import android.content.Intent; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.os.Bundle; import android.util.Log; import android.view.Menu; import android.view.MenuItem; import android.view.View; import an...
/* * LEGAL NOTICE * This computer software was prepared by Battelle Memorial Institute, * hereinafter the Contractor, under Contract No. DE-AC05-76RL0 1830 * with the Department of Energy (DOE). NEITHER THE GOVERNMENT NOR THE * CONTRACTOR MAKES ANY WARRANTY, EXPRESS OR IMPLIED, OR ASSUMES ANY * LIABILITY FOR THE USE OF...
package org.bhavaya.ui.view; import org.bhavaya.ui.AlwaysOnTopJOptionPane; import org.bhavaya.ui.table.*; import org.bhavaya.ui.AuditedAbstractAction; import org.bhavaya.ui.UIUtilities; import org.bhavaya.ui.DecimalTextField; import org.bhavaya.ui.series.DateSeriesNew; import org.bhavaya.ui.series.DateSeriesDialog; im...
/* * Copyright (C) 2009 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...
/*- * ============LICENSE_START======================================================= * SDC * ================================================================================ * copyright(c) 2005 kuwata-lab all rights reserved. * ================================================================================ * L...
package com.example.group_21_project; import androidx.annotation.Nullable; import androidx.appcompat.app.AlertDialog; import androidx.appcompat.app.AppCompatActivity; import androidx.appcompat.app.AppCompatCallback; import androidx.appcompat.app.AppCompatDelegate; import androidx.appcompat.view.ActionMode; import andr...
/** * Copyright (c) 2013 <NAME>, <EMAIL> * Copyright (c) 2009 <NAME>, <EMAIL> * Software Architecture Group, Hasso Plattner Institute, Potsdam, Germany * http://www.hpi.uni-potsdam.de/swa/ * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documen...
package io.cattle.platform.servicediscovery.service.impl; import static io.cattle.platform.core.model.tables.EnvironmentTable.ENVIRONMENT; import static io.cattle.platform.core.model.tables.HostTable.HOST; import static io.cattle.platform.core.model.tables.ImageTable.IMAGE; import static io.cattle.platform.core.model....
/* * Copyright 2017 LinkedIn Corp. Licensed under the BSD 2-Clause License (the "License"). See License in the project root for license information. */ package com.linkedin.kafka.cruisecontrol.monitor; import com.linkedin.cruisecontrol.monitor.sampling.aggregator.AggregatedMetricValues; import com.linkedin.cruiseco...
package inf101.v20.rogue101.game; import java.util.ArrayList; import java.util.Collections; import java.util.Iterator; import java.util.List; import java.util.Random; import inf101.v20.gfx.Screen; import inf101.v20.gfx.gfxmode.IBrush; import inf101.v20.gfx.textmode.Printer; import inf101.v20.grid.GridDirection; impor...
/**************************************************************************** * Copyright (c) 2018 <NAME>., Ltd. * * http://www.cocos.com * * 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 Softw...
/** * Copyright (c) 2010 Abbcc Corp. * No 225,<NAME>, <NAME>, <NAME>, China. * All rights reserved. * * "IdentifierGeneratorHelper.java is the copyrighted, * proprietary property of Abbcc Company and its * subsidiaries and affiliates which retain all right, title and interest * therein." * * Revision History...
import java.awt.BorderLayout; import java.awt.Color; import java.awt.Desktop; import java.awt.Dimension; import java.awt.GridLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.i...
/* * SOLTIX - Scalable automated framework for testing Solidity compilers. * * Author: <NAME> <<EMAIL>> * * Copyright (C) 2018 Secure, Reliable, and Intelligent Systems Lab, ETH Zurich * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the L...
// // Copyright © 2014, <NAME> (https://github.com/protobufel) // 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, th...
/* * 版权所有:杭州火图科技有限公司 * 地址:浙江省杭州市滨江区西兴街道阡陌路智慧E谷B幢4楼 * * (c) Copyright Hangzhou Hot Technology Co., Ltd. * Floor 4,Block B,Wisdom E Valley,Qianmo Road,Binjiang District * 2013-2017. All rights reserved. */ package com.huotu.hotcms.widget.service.impl; import com.huotu.hotcms.service.entity.WidgetInfo; import com...
/* ==================================================================== 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 Y...
package it.unimi.dsi.fastutil.ints; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; import it.unimi.dsi.fastutil.Hash; import it.unimi.dsi.fastutil.booleans.BooleanBigArrays; import java.io.IOException; import org.junit.Ignore; impor...
package soot.jimple.toolkits.annotation.arraycheck; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 2000 <NAME> * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as * published by the Free Software Fou...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
/* * Copyright 2014-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved. * Portions copyright Titan: Distributed Graph Database - Copyright 2012 and onwards Aurelius. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A...
// Copyright 2000-2017 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.codeInspection; import com.intellij.codeInspection.dataFlow.Nullness; import com.intellij.codeInspection.dataFlow.NullnessUtil; import com.intellij.codeInspe...
/* * Copyright ConsenSys AG. * * 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...
/* Copyright (c) 2013 AWARE Mobile Context Instrumentation Middleware/Framework http://www.awareframework.com AWARE 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 op...
// ============================================================================ // // Copyright (C) 2006-2019 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.apache.lucene.search; /* * 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, Versi...
/* * SPDX-License-Identifier: Apache-2.0 * * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. */ /* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distribute...
/* * 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 michael_juarez.popularmoviesapp; import android.content.ActivityNotFoundException; import android.content.ContentValues; import android.content.Context; import android.content.Intent; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.graphics.Bitmap; import android.g...
package com.bmsoft.cloud.file.service.impl; import cn.hutool.core.collection.CollectionUtil; import com.baomidou.mybatisplus.core.toolkit.Wrappers; import com.bmsoft.cloud.base.service.SuperServiceImpl; import com.bmsoft.cloud.database.mybatis.conditions.Wraps; import com.bmsoft.cloud.database.mybatis.conditions...
package nl.esciencecenter.computeservice.service.staging; import java.io.IOException; import java.io.PrintWriter; import java.util.HashMap; import java.util.Iterator; import java.util.LinkedHashMap; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.Optional; import java.util.Se...
/* * Licensed to GraphHopper GmbH under one or more contributor * license agreements. See the NOTICE file distributed with this work for * additional information regarding copyright ownership. * * GraphHopper GmbH licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not ...
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.ide.ui.search; import com.intellij.codeStyle.CodeStyleFacade; import com.intellij.ide.plugins.IdeaPluginDescriptor; import com.intellij.ide.plugins.PluginMa...
package org.hl7.fhir.dstu2016may.model; import java.util.ArrayList; import java.util.Collection; import java.util.HashSet; import java.util.List; import java.util.Set; import org.hl7.fhir.utilities.Utilities; public class ExpressionNode { public enum Kind { Name, Function, Constant, Group } public static class...
/* * 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 © 2020 LambdAurora <<EMAIL>> * * This file is part of SpruceUI. * * Licensed under the MIT license. For more information, * see the LICENSE file. */ package dev.lambdaurora.spruceui.widget.container; import com.google.common.collect.Lists; import com.mojang.blaze3d.platform.GlStateManager; impor...
package org.corfudb.runtime.view.stream; import com.google.common.collect.Iterables; import lombok.extern.slf4j.Slf4j; import org.corfudb.protocols.wireprotocol.ILogData; import org.corfudb.protocols.wireprotocol.StreamAddressRange; import org.corfudb.runtime.CorfuRuntime; import org.corfudb.runtime.exceptions.Trimmed...
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
/** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); ...
/* * 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 f...
/* * 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 2020 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 ...
package com.comp3111.chatbot; import java.io.IOException; import java.io.OutputStream; import java.io.UncheckedIOException; import java.nio.file.Files; import java.nio.file.Path; import java.time.LocalDateTime; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.Iterator...
/* * Copyright (C) 2015 University of Oregon * * You may distribute under the terms of either the GNU General Public * License or the Apache License, as specified in the LICENSE file. * * For more information, see the LICENSE file. */ package vnmr.ui; import vnmr.util.*; import vnmr.ui.*; import java.awt.*; ...
/* * Licensed to Elastic Search and <NAME> under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. Elastic Search licenses this * file to you under the Apache License, Version 2.0 (the * "License"); you may n...
/* * Copyright (c) 2015 The University of Auckland * * 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...
/* * Copyright 2019, Backblaze Inc. All Rights Reserved. * License https://www.backblaze.com/using_b2_code.html */ package com.backblaze.b2.client; import com.backblaze.b2.client.contentSources.B2ContentSource; import com.backblaze.b2.client.exceptions.B2Exception; import com.backblaze.b2.client.exceptions.B2Intern...
/** * Copyright 2021 <NAME>, Co.Ltd * Email: <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 la...
/* * Copyright 2010-2013 Ning, Inc. * Copyright 2014-2018 Groupon, Inc * Copyright 2014-2018 The Billing Project, LLC * * The Billing Project 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 cop...
/* * 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...
/* * Copyright (c) 2001, 2013, 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 io.renren.modules.inspection.controller; import com.baomidou.mybatisplus.mapper.EntityWrapper; import io.renren.common.annotation.SysLog; import io.renren.common.utils.*; import io.renren.modules.inspection.entity.*; import io.renren.modules.inspection.service.*; import io.renren.modules.setting.entity.DeviceL...
package com.rs.game.npc.familiar; import java.io.Serializable; import com.rs.cache.loaders.ItemDefinitions; import com.rs.game.Animation; import com.rs.game.EffectsManager.EffectType; import com.rs.game.Entity; import com.rs.game.Graphics; import com.rs.game.World; import com.rs.game.WorldTile; import com.rs.game.ite...
// Copyright 2014 <EMAIL> (<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 o...
/* * 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.yuqinyidev.android.azaz.memorandum.mvp.ui.activity; import android.app.Activity; import android.app.AlertDialog; import android.app.AlertDialog.Builder; import android.app.Dialog; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.content.S...
/* SqueakImage.java Copyright (c) 2008 <NAME>, Sun Microsystems, Inc. All rights reserved. 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 r...
/** * This software was developed and / or modified by Raytheon Company, * pursuant to Contract DG133W-05-CQ-1067 with the US Government. * * U.S. EXPORT CONTROLLED TECHNICAL DATA * This software product contains export-restricted data whose * export/transfer/disclosure is restricted by U.S. law. Dissemination ...