text
stringlengths
7.32k
45.1k
package com.osomapps.pt.admin.program; import com.osomapps.pt.dictionary.DictionaryName; import com.osomapps.pt.dictionary.DictionaryService; import com.osomapps.pt.exercises.Exercise; import com.osomapps.pt.exercises.ExerciseRepository; import com.osomapps.pt.programs.InProgram; import com.osomapps.pt.programs.InProg...
package ca.uhn.fhir.jpa.term; import static org.apache.commons.lang3.StringUtils.isNotBlank; /* * #%L * HAPI FHIR JPA Server * %% * Copyright (C) 2014 - 2017 University Health Network * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with th...
package com.weique.overhaul.v2.mvp.ui.activity.map; import android.app.Activity; import android.content.Intent; import android.graphics.Color; import android.os.Bundle; import android.provider.Settings; import android.view.View; import android.widget.FrameLayout; import android.widget.TextView; import androidx.annota...
// Copyright 2014 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.ui.resources.dynamics; import android.annotation.TargetApi; import android.graphics.Bitmap; import android.graphics.Canvas; import a...
/* ### * IP: GHIDRA * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writin...
/* * Copyright (c) 2008-2016 Haulmont. * * 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 net.minecraft.entity.monster; import com.google.common.base.Predicate; import net.canarymod.api.entity.living.monster.CanaryGuardian; import net.minecraft.block.material.Material; import net.minecraft.entity.Entity; import net.minecraft.entity.EntityLivingBase; import net.minecraft.entity.SharedMonsterAttribut...
package com.google.android.material.internal; import android.content.Context; import android.content.res.ColorStateList; import android.graphics.drawable.Drawable; import android.os.Bundle; import android.os.Parcelable; import android.util.SparseArray; import android.view.LayoutInflater; import android.view.SubMenu; i...
package br.fernando.ch14_tests.part06_final.test02; import java.net.URI; import java.nio.file.FileSystems; import java.nio.file.Path; import java.nio.file.PathMatcher; import java.nio.file.Paths; import java.text.SimpleDateFormat; import java.time.DayOfWeek; import java.time.LocalDate; import java.time.temporal.Tempor...
/** * 版权所有 (TMS) */ package com.lhjz.portal.controller; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.Map; import java.util.Set; import java.util.TreeSet; import java.util.stream.Collectors; import org.slf4j.Logg...
/* * Copyright (c) 2021, 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...
/* * 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 au.qut.apromore.importer; import au.qut.apromore.automaton.Automaton; import au.qut.apromore.automaton.State; import au.qut.apromore.automaton.Transition; import org.apromore.processmining.models.graphbased.AbstractGraphEdge; import org.apromore.processmining.models.graphbased.directed.bpmn.BPMNDiagram; import...
package controllers; import java.io.File; import java.net.InetAddress; import java.net.URL; import java.net.UnknownHostException; import java.nio.file.FileSystems; import java.nio.file.Path; import java.util.ArrayList; import java.util.List; import java.util.Optional; import java.util.ResourceBundle; import core.Gap;...
/* * 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...
/* * $Id$ */ /* Copyright (c) 2000-2015 Board of Trustees of Leland Stanford Jr. University, 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 ...
/** * Copyright 2016 <NAME> <<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 or agre...
/** * */ package lia.web.utils; import java.io.BufferedReader; import java.io.FileReader; import java.io.IOException; import java.io.StringReader; import java.net.InetAddress; import java.util.HashMap; import java.util.StringTokenizer; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * @author ...
/* * 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 ...
/* * 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.crm.entity; import java.io.Serializable; import java.math.BigDecimal; import javax.persistence.Column; import javax...
/** * Copyright (C) 2002-2015 The FreeCol Team * * This file is part of FreeCol. * * FreeCol 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 optio...
/******************************************************************************* * Copyright (c) 2013, Salesforce.com, 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: * * Redistr...
package prefuse.render; import awt.java.awt.BasicStroke; import awt.java.awt.AndroidGraphics2D; import awt.java.awt.Polygon; import awt.java.awt.Shape; import awt.java.awt.geom.AffineTransform; import awt.java.awt.geom.CubicCurve2D; import awt.java.awt.geom.Line2D; import awt.java.awt.geom.Point2D; import awt.java.awt...
package net.minecraft.client.renderer; import com.google.common.collect.ImmutableList; import com.google.common.collect.Lists; import com.google.common.primitives.Floats; import com.mojang.blaze3d.vertex.DefaultColorVertexBuilder; import com.mojang.blaze3d.vertex.IVertexBuilder; import com.mojang.blaze3d.vertex.IVerte...
/* * 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 com.progenia.sigdep01_01.securities.views; import com.progenia.sigdep01_01.securities.data.business.UtilisateurBusiness; impor...
/* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2015-2020 <NAME> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
package com.example.bonvoyage; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.appcompat.app.AlertDialog; import androidx.appcompat.app.AppCompatActivity; import androidx.appcompat.widget.Toolbar; import androidx.core.app.ActivityCompat; import androidx.core.content.ContextComp...
// ECS629/759 Assignment 2 - ID3 Skeleton Code // Author: <NAME> import java.io.File; import java.io.FileReader; import java.io.BufferedReader; import java.io.FileNotFoundException; import java.io.IOException; import java.util.ArrayList; import java.util.HashSet; import java.util.Scanner; class ID3 { /** * ...
package cn.ric.view; import java.awt.BorderLayout; import java.awt.Color; import java.awt.GridLayout; import java.text.SimpleDateFormat; import java.util.Date; import javax.swing.BoxLayout; import javax.swing.JButton; import javax.swing.JLabel; import javax.swing.JPanel; import javax.swing.JScrollPane; i...
package org.netlib.lapack; import org.netlib.blas.Srot; import org.netlib.util.Util; import org.netlib.util.floatW; import org.netlib.util.intW; public final class Slaexc { public static void slaexc(boolean paramBoolean, int paramInt1, float[] paramArrayOfFloat1, int paramInt2, int paramInt3, float[] paramArrayOfFl...
/******************************************************************************* * 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 tools; import algo.SingleNode; import io.IOUtils; import io.LargeKIOUtils; import io.LargeKmerLoader; import io.writers.GFAWriter; import ru.ifmo.genetics.dna.Dna; import ru.ifmo.genetics.dna.DnaTools; import ru.ifmo.genetics.structures.map.BigLong2ShortHashMap; import ru.ifmo.genetics.utils.KmerUtils; import ...
/* * 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 * distribut...
package dzaima.ui.gui.lwjgl; import dzaima.ui.gui.Window; import dzaima.ui.gui.*; import dzaima.ui.gui.io.*; import dzaima.utils.*; import io.github.humbleui.skija.*; import org.lwjgl.PointerBuffer; import org.lwjgl.glfw.GLFW; import org.lwjgl.glfw.*; import org.lwjgl.opengl.*; import org.lwjgl.system.MemoryUtil; 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 ...
package android.support.design.widget; import android.content.Context; import android.content.res.TypedArray; import android.os.Parcel; import android.os.Parcelable; import android.os.Parcelable.Creator; import android.support.design.C0035a.C0028c; import android.support.design.C0035a.C0034i; import android.support.de...
// Parameter.java: Class file for WO Component 'Parameter' /* * 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...
/* * 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.project.convertedCode.globalNamespace.namespaces.Psy.classes; import com.runtimeconverter.runtime.references.ReferenceContainer; import com.runtimeconverter.runtime.passByReference.PassByReferenceArgs; import com.project.convertedCode.globalNamespace.namespaces.Psy.namespaces.CodeCleaner.classes.ValidConst...
package org.neo4j.arrow.job; import org.apache.arrow.flight.CallStatus; import org.apache.arrow.memory.BufferAllocator; import org.apache.arrow.memory.util.AutoCloseableLock; import org.apache.arrow.util.AutoCloseables; import org.apache.arrow.vector.VectorSchemaRoot; import org.apache.arrow.vector.types.pojo.Schema; ...
/* Class11_Sub45_Sub13 - Decompiled by JODE * Visit http://jode.sourceforge.net/ */ import java.awt.Canvas; import java.awt.Rectangle; final class Class11_Sub45_Sub13 extends Class11_Sub45 { static int anInt9287; static int anInt9288; private int[] anIntArray9289; static OutgoingPacket aClass370_9290; static in...
/* Copyright 2020 The MLPerf 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 agree...
package org.jgroups.protocols; import org.jgroups.Address; import org.jgroups.annotations.Property; import org.jgroups.util.Responses; import org.jgroups.util.Util; import javax.naming.InitialContext; import javax.naming.NamingException; import javax.sql.DataSource; import java.sql.*; import java.util.List; /** * <...
package games.ZweiTausendAchtundVierzig; import controllers.MC.MCAgentN; import controllers.MCTSExpectimax.MCTSExpectimaxAgt; import controllers.PlayAgent; import games.Evaluator; import games.GameBoard; import games.Arena; import games.PStats; import games.ZweiTausendAchtundVierzig.Heuristic.Evaluator2048_EA; import ...
package com.harleyoconnor.casino.games.blackjack; import com.harleyoconnor.casino.AppConstants; import com.harleyoconnor.casino.Casino; import com.harleyoconnor.casino.animations.Animation; import com.harleyoconnor.casino.animations.SlideAnimation; import com.harleyoconnor.casino.animations.TranslateAxis; import com.h...
package org.red5.server.stream; import static org.bytedeco.javacpp.avformat.AVFMT_GLOBALHEADER; import static org.bytedeco.javacpp.avformat.AVFMT_NOFILE; import static org.bytedeco.javacpp.avformat.av_read_frame; import static org.bytedeco.javacpp.avformat.av_write_frame; import static org.bytedeco.javacpp.avformat.av...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
package org.opensha.commons.util.modules; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader...
package me.wener.bbvm.vm.invoke; import com.google.common.eventbus.EventBus; import com.google.common.eventbus.Subscribe; import me.wener.bbvm.dev.StringManager; import me.wener.bbvm.exception.ResourceMissingException; import me.wener.bbvm.vm.*; import me.wener.bbvm.vm.event.ResetEvent; import me.wener.bbvm.vm.event.V...
/* * MIT License * * Copyright (c) 2014-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, modi...
package dinom.solr; import java.time.LocalTime; import java.time.format.DateTimeFormatter; import java.time.format.DateTimeParseException; import java.util.*; import java.util.regex.Pattern; import java.util.stream.Collectors; import javax.xml.parsers.DocumentBuilderFactory; import org.apache.solr.client....
/* * Copyright (c) 1998, 2017, 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 aoc.day20; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.stream.Collectors; import aoc.utils.Converter; import aoc.utils.FileReader; public class Solution { private static final List<Coordinate> SEA_MONSTER_PATTERN = Arrays.asList( Coordinate.newCoordinat...
package com.example.yoursleeping; import android.app.AlarmManager; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; import android.os.Build; import android.os.Bundle; import android.os.Handler; import android.util.Log; import android.view.LayoutInflater; import android.v...
package dtr.com.tw; import java.awt.Color; import java.awt.EventQueue; import java.awt.Font; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.time.Year; import java.util.Properties; import...
package hex.word2vec; import hex.Model; import hex.ModelCategory; import hex.ModelMetrics; import hex.word2vec.Word2VecModel.Word2VecOutput; import hex.word2vec.Word2VecModel.Word2VecParameters; import water.*; import water.fvec.Chunk; import water.fvec.Frame; import water.fvec.NewChunk; import water.fvec.Vec; import ...
package com.example.ken.hourly; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.File; import java.io.FileReader; import java.io.FileWriter; import java.io.UnsupportedEncodingException; import java.net.URLDecoder; import android.app.AlertDialog; import android.app.Dialog; impor...
package com.yannis.mayalisten.map.gaode; import android.app.Activity; import android.content.Context; import android.graphics.BitmapFactory; import android.graphics.Color; import android.location.Location; import android.os.Bundle; import android.util.Log; import android.view.LayoutInflater; import android.view.View; ...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may n...
// Copyright (C) 2012 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 applicable ...
package socialite.codegen; import java.lang.reflect.Method; import java.util.List; import java.util.Map; import socialite.engine.Config; import socialite.engine.LocalEngine; import socialite.eval.Eval; import socialite.functions.FunctionLoader; import socialite.parser.Parser; import socialite.parser.Rule; import soci...
// Copyright (c) 2003-present, Jodd Team (http://jodd.org) // 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, // th...
package org.intermine.bio.dataconversion; /* * Copyright (C) 2002-2009 FlyMine * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. See the LICENSE file for more * information or http://www.gnu.org/copyleft/...
/* * @copyright Copyright (c) 2010 Laboratório de Educação Cerebral. (http://www.educacaocerebral.com.br) * * This file is part of SoftVFC. * * SoftVFC 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, ei...
package com.team1678.frc2022; import com.ctre.phoenix.motorcontrol.NeutralMode; import com.lib.util.SwerveModuleConstants; import com.team1678.frc2022.subsystems.Limelight.LimelightConstants; import com.team1678.frc2022.subsystems.ServoMotorSubsystem.ServoMotorSubsystemConstants; import com.team254.lib.geometry.Rotati...
package eu.linksmart.services.event.cep.tooling; import eu.linksmart.api.event.exceptions.UntraceableException; import eu.linksmart.api.event.types.EventBuilder; import eu.linksmart.api.event.types.EventEnvelope; import eu.linksmart.services.payloads.ogc.sensorthing.Datastream; import eu.linksmart.services.pay...
package de.blau.android; import java.io.IOException; import java.io.Serializable; import java.io.UnsupportedEncodingException; import java.net.URLDecoder; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Locale; import ...
/* * Copyright (C) 2014 <NAME> * Surviving with Android (http://www.survivingwithandroid.com) * * 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.o...
package cc.i9mc.bedwars.shop; import cc.i9mc.bedwars.Bedwars; import cc.i9mc.bedwars.game.Game; import cc.i9mc.bedwars.game.GamePlayer; import cc.i9mc.bedwars.game.GameTeam; import cc.i9mc.bedwars.types.ModeType; import cc.i9mc.bedwars.utils.SoundUtil; import cc.i9mc.bedwars.utils.Util; import cc.i9mc.bedwars.villager...
package dotdash; import org.openqa.selenium.*; import org.openqa.selenium.interactions.Actions; import org.openqa.selenium.logging.LogEntries; import org.openqa.selenium.logging.LogEntry; import org.openqa.selenium.logging.LogType; import org.openqa.selenium.support.ui.ExpectedConditions; import org.openqa.sel...
/* * 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"); you ...
/* * Created on Oct 15, 2007 * * To change the template for this generated file go to * Window&gt;Preferences&gt;Java&gt;Code Generation&gt;Code and Comments */ package biomight.cell.nucleus; import java.util.ArrayList; import javax.naming.InitialContext; import biomight.BioMightBase; import biomight...
/* * Copyright 2014-2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
package com.example.madiskar.experiencesamplingapp.activities; import android.app.AlarmManager; import android.app.AlertDialog; import android.app.Fragment; import android.app.FragmentManager; import android.app.PendingIntent; import android.content.Context; import android.content.DialogInterface; import android.conte...
/* * Class: GammaAcceptanceRejectionGen * Description: gamma random variate generators using a method that combines acceptance-rejection with acceptance-complement * Environment: Java * Software: SSJ * Copyright (C) 2001 <NAME> and Universite de Montreal * Organization: DIRO, Unive...
package bunpro.jp.bunproapp.utils; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Canvas; import android.graphics.Rect; import android.text.TextPaint; import android.text.TextUtils; import android.util.AttributeSet; import android.view.MotionEvent; import java.util.Vect...
/* * Copyright 2019 The Exonum Team * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed...
/******************************************************************************* * Copyright (C) 2017, <NAME>, <NAME> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistribution...
package net.thisptr.jmx.exporter.agent.scraper; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.HashMap; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import java.util.Set; import java.util.concurrent.ConcurrentHashMap; import java.util...
package io.compgen.ngsutils.cli.bam; import java.io.BufferedOutputStream; import java.io.File; import java.io.IOException; import java.io.OutputStream; import java.util.ArrayList; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Set; import htsjdk.samtools.SAMFileHeader; im...
/** * Licensed to JumpMind Inc under one or more contributor * license agreements. See the NOTICE file distributed * with this work for additional information regarding * copyright ownership. JumpMind Inc licenses this file * to you under the GNU General Public License, version 3.0 (GPLv3) * (the "License"); yo...
/* * 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 2016, gRPC 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 appli...
/* * Copyright © 2017 Bobulous <http://www.bobulous.org.uk/>. * * This Source Code Form is subject to the terms of the Mozilla Public License, * v. 2.0. If a copy of the MPL was not distributed with this file, You can * obtain one at http://mozilla.org/MPL/2.0/. */ package uk.org.bobulous.java.crypto.keccak; /**...
package org.apache.lucene.facet.search; import java.io.File; import java.io.IOException; import java.util.ArrayList; import java.util.List; import org.apache.lucene.analysis.MockAnalyzer; import org.apache.lucene.analysis.MockTokenizer; import org.apache.lucene.document.Document; import org.apache.lucene.index.Corrup...
/* Copyright (c) 2001-2007, The HSQL Development Group * 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...
package cyclops.data.tuple; import com.oath.cyclops.types.foldable.To; import cyclops.companion.Comparators; import cyclops.data.HashMap; import cyclops.function.Function8; import cyclops.function.Memoize; import lombok.AccessLevel; import lombok.AllArgsConstructor; import java.io.Serializable; import java.util.Map;...
package top.sl.tmpp.export.service.impl; import org.apache.poi.ss.usermodel.CellStyle; import org.apache.poi.ss.usermodel.CellType; import org.apache.poi.ss.usermodel.HorizontalAlignment; import org.apache.poi.ss.util.CellRangeAddress; import org.apache.poi.xssf.usermodel.*; import org.slf4j.Logger; import org.slf4j.L...
/* Copyright (C) 2004 - 2008 Versant Inc. http://www.db4o.com This file is part of the sharpen open source java to c# translator. sharpen is free software; you can redistribute it and/or modify it under the terms of version 2 of the GNU General Public License as published by the Free Software Foundation and as clar...
/* * Copyright 2017 EntIT Software LLC, a Micro Focus company, L.P. * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ...
package uk.ac.manchester.sisp.punch.ui.lexicon.compilation; import java.util.ArrayList; import java.util.LinkedList; import java.util.List; import uk.ac.manchester.sisp.punch.ui.IUIElement; import uk.ac.manchester.sisp.punch.ui.core.IGroup; import uk.ac.manchester.sisp.punch.ui.lexicon.ILexical; import uk.ac.manchest...
/* * Copyright (C) 2012 Soomla 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 agree...
/* Copyright 2013 <NAME> & other contributors 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 the...
package com.nike.appsubm.servlets; import java.io.File; import java.io.IOException; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import javax.servlet.ServletContext; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServl...
/* Copyright (c) 2011-2017, ARM Limited and Contributors * * SPDX-License-Identifier: MIT * * 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 limita...
/* Copyright (c) 2010, NHIN Direct Project All rights reserved. Authors: <NAME> <EMAIL> <NAME> <EMAIL> 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 c...
/* * Copyright (c) 2010 SimpleServer authors (see CONTRIBUTORS) * * 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, ...
package com.appersiano.whatsqrcode; /* * Copyright (C) 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...
package slimeknights.tconstruct.smeltery.tileentity.module; import alexiil.mc.lib.attributes.fluid.FixedFluidInv; import alexiil.mc.lib.attributes.fluid.FixedFluidInvView; import alexiil.mc.lib.attributes.fluid.FluidAttributes; import alexiil.mc.lib.attributes.fluid.FluidInvTankChangeListener; import alexiil.mc.lib.at...