text
stringlengths
9.3k
48.9k
/* * 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 fr.lteconsulting.hexa.client.css.bindings; import com.google.gwt.core.client.GWT; import fr.lteconsulting.hexa.client.css.HexaCss; import fr.lteconsulting.hexa.client.css.annotation.HexaCssExtra; public interface BassCssHexaCss extends HexaCss { public static final BassCssHexaCss CSS = GWT.create( BassCssHe...
package co.aquario.chatapp.fragment; import android.app.AlertDialog; import android.content.ContentResolver; import android.content.Context; import android.content.DialogInterface; import android.content.Intent; import android.location.GpsStatus; import android.location.Location; import android.location.LocationListen...
/* * Copyright (C) 2013-2017 microG Project 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 ...
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2021 DBeaver Corp 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.apache.org/licenses/LICE...
/* * 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 (c) 2011-2017, <NAME>. All Rights Reserved. * * This file is part of BoofCV (http://boofcv.org). * * 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.apach...
/* * Copyright (C) 2017 Nafundi * * 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 writ...
/* * Copyright 2019 Google LLC. 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 appli...
package org.freedesktop.dbus.test.helper.cross; import java.lang.reflect.Array; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.lang.reflect.ParameterizedType; import java.lang.reflect.Type; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; ...
/* * 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 bcextractor; import java.io.File; import java.util.ArrayList; import java.util.HashMap; import util.Utils; /** * * @author ...
package org.bouncycastle.jce.provider.test; import java.security.InvalidAlgorithmParameterException; import java.security.InvalidKeyException; import java.security.Security; import java.util.Arrays; import javax.crypto.KeyGenerator; import javax.crypto.Mac; import javax.crypto.SecretKey; import javax.crypto.SecretKey...
package trofimovep; import org.ejml.data.DenseMatrix64F; import org.ejml.ops.MatrixVisualization; import org.ejml.simple.SimpleMatrix; import javax.swing.*; import javax.swing.JMenuBar; import javax.swing.JMenu; import javax.swing.border.Border; import java.awt.*; import java.awt.event.*; import java.io.IOException; ...
/** * Copyright Notice * * This is a work of the U.S. Government and is not subject to copyright * protection in the United States. Foreign copyrights may apply. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obta...
/* * 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...
/* * 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.jju.howe.howeassistant.activity; import android.Manifest; import android.annotation.SuppressLint; import android.app.Activity; import android.content.Intent; import android.content.pm.PackageManager; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.support.anno...
/* * 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...
/* The following code was generated by JFlex 1.5.1 */ package edu.stanford.nlp.trees.international.pennchinese; import java.io.OutputStreamWriter; import java.io.PrintWriter; import java.io.UnsupportedEncodingException; /** * A lexer for the Penn Chinese Treebank. Supports Chinese characters. * * @author <NAME> ...
package sk.henrichg.phoneprofilesplus; import android.annotation.SuppressLint; import android.app.Activity; import android.app.AlarmManager; import android.app.PendingIntent; import android.content.ContentResolver; import android.content.ContentUris; import android.content.Context; import android.content.Intent; impor...
/* * 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 nyab.css; public class CSSColorParser { private static class NamedColor { final String name; final float[] rgba; NamedColor(String name, int r, int g, int b, int a) { this.name = name; this.rgba = new float[] { r, g, b, a }; } } public static enum BGMode { WHITE, BLACK, IGNORE_ALPHA }...
/******************************************************************************* * Copyright (C) 2014, 2015, <NAME> and contributors * listed in the project's build.gradle or pom.xml file. * * This file is part of Protelis, and is distributed under the terms of * the GNU General Public License, with a linking exce...
// This file is licensed under the Elastic License 2.0. Copyright 2021-present, StarRocks Limited. package com.starrocks.sql.analyzer; import com.clearspring.analytics.util.Lists; import com.google.common.base.Predicate; import com.google.common.base.Strings; import com.google.common.collect.ImmutableList; import com....
/* * Copyright (c) 2020, Zoinkwiz * 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, this * list of conditions...
package es.tecnicomovil.app.view.fragments; import android.app.Activity; import android.content.Intent; import android.graphics.Color; import android.graphics.Typeface; import android.os.Build; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.v7.widget.DefaultItemAnimator; im...
/** * Copyright (c) 2000-2005 Liferay, LLC. 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 rights * t...
// 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 edu.utexas.tacc.tapis.systems; import com.google.gson.Gson; import com.google.gson.JsonObject; import edu.utexas.tacc.tapis.search.parser.ASTNode; import edu.utexas.tacc.tapis.shared.threadlocal.OrderBy; import edu.utexas.tacc.tapis.shared.utils.TapisGsonUtils; import edu.utexas.tacc.tapis.systems.model.Capabi...
/* * Sun Public License Notice * * The contents of this file are subject to the Sun Public License * Version 1.0 (the "License"). You may not use this file except in * compliance with the License. A copy of the License is available at * http://www.sun.com/ * * The Original Code is NetBeans. Th...
/* * Copyright 2017 Courtanet * * 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 net.hycube.simulator.simulations; import java.io.BufferedWriter; import java.io.File; import java.io.FileWriter; import java.io.IOException; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Random; import net.hycube.configuration.GlobalConstants; import net.hycube.co...
package gov.osti.entity; import com.fasterxml.jackson.annotation.JsonFormat; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotation.JsonInclude.Include; import com.fasterxml.jackson.annotation.JsonRootName; import...
package data; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonProperty; import data.annotations.Encrypted; import data.annotations.OnPage; import data.annotations.RequiredDateOnPage; import data.annotations.RequiredGroupOnPage; import data.annotations.RequiredOnPage; imp...
/******************************************************************************* * Copyright 2009 OpenSHA.org in partnership with * the Southern California Earthquake Center (SCEC, http://www.scec.org) * at the University of Southern California and the UnitedStates Geological * Survey (USGS; http://www.usgs.gov) *...
/* * 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 2013 Twitter, 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 writing, software distr...
package com.citrus.sample; import android.app.Activity; import android.app.AlertDialog; import android.app.Dialog; import android.content.Context; import android.content.DialogInterface; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v7.widget.LinearLayoutManager; import andro...
import javax.microedition.lcdui.*; import com.igormaznitsa.GameKit_FE652.Tennis.*; import com.igormaznitsa.GameAPI.*; import com.igormaznitsa.midp.ImageBlock; public class GameArea extends com.nokia.mid.ui.FullCanvas implements Runnable, PlayerBlock, LoadListener { private final static int MENU_KEY = -7; private ...
/* * Copyright (c) 2010-2015 Pivotal Software, Inc. 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 req...
package org.nick.wwwjdic.ocr; import android.content.Context; import android.content.Intent; import android.content.SharedPreferences; import android.content.pm.ActivityInfo; import android.graphics.Bitmap; import android.graphics.Bitmap.CompressFormat; import android.graphics.Canvas; import android.graphics.ColorMatr...
package org.secure.retirement.home.frame; import java.awt.BorderLayout; import java.awt.Color; import java.awt.Dimension; import java.awt.Font; import java.awt.GridLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.IOException; import java.util.ArrayList; impor...
package com.alibaba.fastjson.deserializer.issues3796.bean; import com.alibaba.fastjson.annotation.JSONField; import java.util.List; public class LargeJavaBean { public static final String testName = "testName"; @JSONField(name = "_id") private long id; private String a = "null"; private String b = "null"...
/** * 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 t...
/* * Copyright (c) 2009, Sun Microsystems, 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 * notice, thi...
/* * 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 de.fullben.processing.gaia.rigidbodies.contacts; import de.fullben.processing.gaia.math.Matrix3; import de.fullben.processing.gaia.math.Vector3D; import de.fullben.processing.gaia.rigidbodies.RigidBody; /** * A {@code Contact} represents two bodies in contact. Resolving a contact removes the bodies' * inter...
/* Copyright (c) 2013 LDBC Linked Data Benchmark Council (http://www.ldbcouncil.org) This file is part of ldbc_snb_datagen. ldbc_snb_datagen 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 versio...
package com.thedeanda.ajaxproxy.servlet; /* * net/balusc/webapp/FileServlet.java * * Copyright (C) 2009 BalusC * * 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 Foundation, either version 3 * o...
/* * Copyright (c) 2003, 2020, 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 gnu.kawa.reflect; import gnu.bytecode.ClassType; import gnu.bytecode.CodeAttr; import gnu.bytecode.Field; import gnu.bytecode.Member; import gnu.bytecode.Method; import gnu.bytecode.ObjectType; import gnu.bytecode.Type; import gnu.expr.CheckedTarget; import gnu.expr.ClassExp; import gnu.expr.Compilation; impor...
//UIUC CS125 FALL 2014 MP. File: Zen.java, CS125 Project: Challenge5-DataStructures, Version: 2015-03-09T23:37:12-0500.058332832 import java.awt.Color; import java.awt.Container; import java.awt.Cursor; import java.awt.Dimension; import java.awt.Font; import java.awt.Graphics; import java.awt.Graphics2D; import java.aw...
/* * Copyright (C) 2010-2014 The MPDroid 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 applicable ...
package org.cryptimeleon.craco.protocols.arguments.sigma.schnorr; import org.cryptimeleon.craco.protocols.arguments.sigma.*; import org.cryptimeleon.craco.protocols.arguments.sigma.schnorr.setmembership.SetMembershipFragment; import org.cryptimeleon.craco.protocols.arguments.sigma.schnorr.variables.*; import org.crypt...
/* The MIT License (MIT) Copyright (c) 2016 <NAME> and <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...
/* * Copyright (c) 2016 Couchbase, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
package triangleBoard5; //So cool: https://pepkin88.me/triangle-peg-solitaire/ import java.util.ArrayList; import java.util.HashMap; import java.util.HashSet; //Old ideas: //**************************************************************************** //UNDONE: IDEA 1: keep track of spaces impossible to jump into /...
package com.greatorator.tolkienmobs.entity.monster.model; import com.google.common.collect.ImmutableList; import net.minecraft.client.renderer.entity.model.SegmentedModel; import net.minecraft.client.renderer.model.ModelRenderer; import net.minecraft.entity.Entity; import net.minecraft.util.math.MathHelper; /** * Mi...
/* Copyright (C) 2002 Dept. of Computer Science, Univ. of Massachusetts, Amherst This file is part of "MALLET" (MAchine Learning for LanguagE Toolkit). http://www.cs.umass.edu/~mccallum/mallet This program toolkit free software; you can redistribute it and/or modify it under the terms of the GNU General P...
package org.sa.rainbow.stitch.prism; import static org.sa.rainbow.stitch.parser.StitchLexerTokenTypes.BOOLEAN; import static org.sa.rainbow.stitch.parser.StitchLexerTokenTypes.EQ; import static org.sa.rainbow.stitch.parser.StitchLexerTokenTypes.EXISTS; import static org.sa.rainbow.stitch.parser.StitchLexerTokenTypes.F...
package com.yhspy.zbartest; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.util.Timer; import java.ut...
package net.minecraft.client.renderer.texture; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import net.minecraft.client.Minecraft; import net.minecraft.client.renderer.GLAllocation; import net.minecraft.client.renderer.OpenGlHelper; import net.minecraft.client.resources.IResourceManage...
/******************************************************************************* * Copyright (c) University of Luxembourg 2018-2020 * Created by <NAME> (<EMAIL>), <NAME> (<EMAIL>) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Li...
package hugs.logging; import hugs.*; import hugs.search.*; import hugs.support.*; import java.io.*; import java.util.*; import hugs.utils.*; public class ExpFunc { public static int CYCLE_TIME = 2; private static void setParam (Parameter input, Object value ){ if ( input instanceof Boole...
/** * ***************************************************************************** * Copyright Euresearch - 2014 - http://www.euresearch.ch * Proprietary software license. ****************************************************************************** */ package com.searchbox.collection.oppfin; /** * ***********...
package com.samarth261.asd; import android.animation.Animator; import android.animation.ObjectAnimator; import android.animation.ValueAnimator; import android.content.Context; import android.content.SharedPreferences; import android.content.res.Resources; import android.graphics.Color; import android.graphics...
package edu.buffalo.cse.cse486586.simpledynamo; import java.io.IOException; import java.net.ServerSocket; import java.net.SocketImplFactory; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java.util.Formatter; import java.util.HashMap; import java.util.HashSet; import java.uti...
package hyperzebra.tool; import java.awt.AlphaComposite; import java.awt.Color; import java.awt.Cursor; import java.awt.Graphics2D; import java.awt.Point; import java.awt.Rectangle; import java.awt.geom.AffineTransform; import java.awt.image.BufferedImage; import java.awt.image.DataBuffer; import java.awt.image.Writab...
/* * Copyright (c) 2009-2011, The University of Sheffield. * * This file is part of GATE (see http://gate.ac.uk/), and is free software, * licenced under the GNU Library General Public License, Version 3, June 2007 * (in the distribution as file licence.html, and also available at * http://gate.ac.uk/gate/...
package cc.mallet.topics; /* Copyright (C) 2005 Univ. of Massachusetts Amherst, Computer Science Dept. This file is part of "MALLET" (MAchine Learning for LanguagE Toolkit). http://www.cs.umass.edu/~mccallum/mallet This software is provided under the terms of the Common Public License, version 1.0, as published by ht...
/** * * Copyright 2003-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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required...
/* * 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 aQute.bnd.repository.maven.provider; import java.io.Closeable; import java.io.File; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.io.UnsupportedEncodingException; import java.net.URI; import java.net.URLDecoder; import jav...
/* * ***** BEGIN LICENSE BLOCK ***** * Zimbra Collaboration Suite Server * Copyright (C) 2007, 2008, 2009, 2010, 2011, 2012, 2013, 2014, 2016 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 Softw...
package net.floodlightcontroller.proxyarp; /* * Copyright (c) 2013, California Institute of Technology * ALL RIGHTS RESERVED. * Based on Government Sponsored Research DE-SC0007346 * Author <NAME> <<EMAIL>> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compli...
package top.eatfingersss.sudokugamedemo.view.activity.singleGame; import android.content.Context; import android.content.DialogInterface; import android.content.SharedPreferences; import android.content.res.Resources; import android.graphics.Color; import android.os.AsyncTask; import android.os.Bundle; import android....
package android.support.v7.widget; import android.content.Context; import android.content.res.Configuration; import android.graphics.drawable.Drawable; import android.support.annotation.Nullable; import android.support.annotation.RestrictTo; import android.support.annotation.RestrictTo.Scope; import android.support.an...
/* * (C) Copyright IBM Corp. 2020 * * SPDX-License-Identifier: Apache-2.0 */ package com.ibm.fhir.schema.control; import static com.ibm.fhir.schema.control.FhirSchemaConstants.PK; import java.util.Arrays; import java.util.List; import com.ibm.fhir.database.utils.model.Generated; import com.ibm.fhir.database.uti...
import javax.swing.*; import java.awt.*; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.ArrayList; import java.util.HashMap; /** * This class is part of CityDelivery application. * CityDelivery is a text based game. The aim is to complete three deliveries. * * This class ...
/* * Copyright (C) 2019 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 gov.va.contentlib.controllers; import android.app.AlertDialog; import android.app.Dialog; import android.content.Context; import android.content.DialogInterface; import android.content.res.Resources; import android.graphics.Canvas; import android.graphics.Paint; import android.graphics.Path; import android.gra...
package com.roadrover.sdk.system; import com.roadrover.sdk.utils.LogNameUtil; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; /** * 按键可配置的项的定义类 */ public class IVIKey { /** * 长按定义 </br> * 例:增加音量按键需要配成长按,可以 add_volume,long_press */ public s...
package MultiKAP.KAProtocols; import MultiKAP.CA.TrustStore; import MultiKAP.Tools.*; import java.io.IOException; import java.io.PrintStream; import java.security.*; import java.security.cert.CertificateException; import java.security.cert.X509Certificate; import java.security.spec.InvalidKeySpecException; import java...
package de.mpg.mpi_inf.ambiversenlu.nlu.entitylinking.trace; import de.mpg.mpi_inf.ambiversenlu.nlu.entitylinking.access.DataAccess; import de.mpg.mpi_inf.ambiversenlu.nlu.entitylinking.access.EntityLinkingDataAccessException; import de.mpg.mpi_inf.ambiversenlu.nlu.entitylinking.model.EntityMetaData; import de.mpg.mpi...
/* * * Copyright 2013 Netflix, 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 ap...
// Catch negative numbers : http://stackoverflow.com/questions/9043551/regex-match-integer-only package js2j; import java.util.regex.Matcher; import java.util.regex.Pattern; import js2j.operators.JSAssignment; import js2j.operators.JSAssignmentList; import js2j.operators.JSBitToBit; import js2j.operators.JSCompariso...
package com.g.a; import android.content.BroadcastReceiver; import android.content.Context; import android.content.res.Resources; import android.os.Build; import android.os.Build.VERSION; import android.os.Environment; import android.os.StatFs; import android.text.TextUtils; import android.util.DisplayMetrics; import j...
/* 1: */ package vpt.util; /* 2: */ /* 3: */ public class Complex2DArray /* 4: */ { /* 5: */ public int width; /* 6: */ public int height; /* 7: */ public int size; /* 8: */ public ComplexNumber[][] values; /* 9: */ /* 10: */ public Complex2DArray(...
package com.heaven7.android.trapezoid; import android.annotation.TargetApi; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Bitmap; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.Path; import android.g...
/* Copyright (C) 2013-2018, International Business Machines Corporation */ /* All Rights Reserved */ package com.ibm.streamsx.hbase; import java.io.File; import java.io.IOException; import java.nio.ByteBuffer; import java.nio.charset.Charset; import java.text.SimpleD...
/* The following code was generated by JFlex 1.4.3 on 1.6.16 7:31 */ /* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file *...
package me.gamercoder215.quantumpen.utils; import java.util.ArrayList; import java.util.Collections; import java.util.List; import java.util.UUID; import org.bukkit.Art; import org.bukkit.Bukkit; import org.bukkit.Difficulty; import org.bukkit.GameMode; import org.bukkit.Material; import org.bukkit.World; import org....
package com.example.sedaulusal.hiwijob.device.advertise; import android.annotation.SuppressLint; import android.content.ComponentName; import android.content.Context; import android.content.Intent; import android.content.ServiceConnection; import android.content.SharedPreferences; import android.database.Cursor; impor...
package b.p.b; import androidx.core.app.NotificationCompat; import b.g.a.i.b.j; import b.p.b.a0.k.g; import b.p.b.p; import java.io.IOException; import java.util.Objects; import java.util.logging.Level; import java.util.logging.Logger; public class d { public final r a; /* renamed from: b reason: collision ...
package com.ionos.network.commons.address; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.io.Serializable; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.Collections; import java.util.Comparator; import ja...
package com.jackbee.glassboxfree; import java.nio.ByteBuffer; import java.nio.ByteOrder; import java.nio.FloatBuffer; import javax.microedition.khronos.egl.EGL10; import javax.microedition.khronos.egl.EGLConfig; import javax.microedition.khronos.egl.EGLContext; import javax.microedition.khronos.egl.EGLDisplay; import ...