text
stringlengths
3.52k
24k
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2020.11....
/* * Copyright (c) Microsoft. All rights reserved. * Licensed under the MIT license. See LICENSE file in the project root for full license information. */ package com.microsoft.azure.sdk.iot.service.transport.amqps; import com.microsoft.azure.sdk.iot.service.IotHubServiceClientProtocol; import com.microsoft.azure....
package pt.it.av.tnav.ml.clustering.curvature; import pt.it.av.tnav.ml.sp.Smoothing; import pt.it.av.tnav.ml.sp.RDP; import pt.it.av.tnav.utils.MathUtils; import pt.it.av.tnav.utils.csv.CSV; import pt.it.av.tnav.utils.structures.point.Point2D; import java.io.FileWriter; import java.util.ArrayList; import java.util.Li...
package edu.ewubd.lost_it; import android.app.Activity; import android.content.ContentResolver; import android.content.Intent; import android.content.SharedPreferences; import android.net.Uri; import android.os.Bundle; import android.view.View; import android.webkit.MimeTypeMap; import android.widget.Button; import an...
/* * BEGIN_HEADER TreeView 3 * * Please refer to our LICENSE file if you wish to make changes to this software * * END_HEADER */ package model.data.labels; import model.data.Helper; import model.fileImport.ModelLoadReset; import preferences.ConfigNodePersistent; import util.LogBuffer; import java.util.Arrays; i...
package com.alibaba.dcm.agent; import com.alibaba.dcm.DnsCache; import com.alibaba.dcm.DnsCacheEntry; import com.alibaba.dcm.DnsCacheManipulator; import edu.umd.cs.findbugs.annotations.SuppressFBWarnings; import javax.annotation.Nonnull; import javax.annotation.Nullable; import java.io.*; import java.lang.instrument....
package com.transistorsoft.tsbackgroundfetch; import android.annotation.TargetApi; import android.app.ActivityManager; import android.app.AlarmManager; import android.app.PendingIntent; import android.app.job.JobInfo; import android.app.job.JobScheduler; import android.content.ComponentName; import android.content.Con...
/* * Copyright (c) 2008 Plausible Labs Cooperative, 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: * 1. Redistributions of source code must retain the above copyright * notice, ...
/* Copyright (c) 2013 RelayRides * * 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...
package org.adligo.i.ldap_tests; import java.io.BufferedReader; import java.io.InputStream; import java.io.InputStreamReader; 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 org.apache.directory.api.i18n.I18n; im...
/******************************************************************************* * 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...
/* * 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 bookshop2.supplier; import java.io.File; import java.lang.management.ManagementFactory; import java.net.InetAddress; import java.util.logging.Logger; import javax.management.remote.JMXServiceURL; import com.sun.tools.attach.VirtualMachine; import com.sun.tools.attach.VirtualMachineDescriptor; import java.lang....
package soot.toolkits.graph; /*- * #%L * Soot - a J*va Optimization Framework * %% * Copyright (C) 1999 <NAME>, <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 Foundation, either...
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. 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. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" ...
package game.renderer; import game.GameWindow; import game.Tile; import org.joml.Vector2f; import org.joml.Vector4f; import java.util.ArrayList; import java.util.Collections; import java.util.List; import static org.lwjgl.opengl.GL11.GL_FLOAT; import static org.lwjgl.opengl.GL15.*; import static org.lwjgl.opengl.GL2...
package com.github.jasonhancn.tvcursor; import android.content.Context; import android.content.res.Resources; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import android.os.SystemClock; import android.support.annotation.NonNull; import android.util.Log; import android.view.InputDevice; import...
package com.example.graphicstest1; import java.nio.ByteBuffer; import java.nio.ByteOrder; import java.nio.FloatBuffer; import javax.microedition.khronos.egl.EGL10; import android.graphics.SurfaceTexture; import android.opengl.GLES11Ext; import android.os.Bundle; import android.os.Handler; import android.support.v7.a...
package org.icatproject.authn_oidc; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.net.HttpURLConnection; import java.net.MalformedURLException; import java.security.interfaces.RSAPublicKey; import java.util.Arrays; import javax.annotation.PostConstruct; import javax.annotation...
package org.snpeff.util; import java.io.BufferedInputStream; import java.io.BufferedOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStream; import java.net.HttpURLConnection; import java.net.InetSocketAddress; import ja...
package com.truyayong.oldhouse.content; /** * Created by alley_qiu on 2017/2/28. */ 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.Bund...
package mtr.render; import mtr.block.BlockRailwaySign; import mtr.block.BlockStationNameBase; import mtr.block.IBlock; import mtr.data.NameColorDataBase; import mtr.data.Platform; import mtr.data.RailwayData; import mtr.data.Station; import mtr.entity.EntitySeat; import mtr.gui.ClientData; import mtr.gui.IGui; import ...
package com.google.zxing.common; import java.util.Arrays; public final class BitMatrix implements Cloneable { private final int[] bits; private final int height; private final int rowSize; private final int width; public BitMatrix(int i) { this(i, i); } public BitMa...
package tiralabra.pathfinders.jps; import tiralabra.Cell; import tiralabra.Map; import tiralabra.datastructure.MyArrayDeque; import tiralabra.datastructure.MyHashMap; import tiralabra.datastructure.MyPriorityQueue; import tiralabra.pathfinders.Pathfinder; /** * Jump point search path finder. See * http://users.cecs...
package engine.map; import java.util.ArrayList; import java.util.HashSet; import java.util.Iterator; import java.util.LinkedList; // quando tiver tempo colocar no novo formato essa classe, hahaha < nunca terá // mas vale a tentativa! public class AEstrela { TileMap mapa; public LinkedList<nodo> nodosAbertos = ...
/* * Copyright (c) 2019 Snowflake 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 required by app...
package playful; import org.newdawn.slick.AngelCodeFont; import org.newdawn.slick.Animation; import org.newdawn.slick.GameContainer; import org.newdawn.slick.Graphics; import org.newdawn.slick.Image; import org.newdawn.slick.SlickException; import org.newdawn.slick.geom.Circle; import org.newdawn.slick.geom.Shape; imp...
/* * 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...
package jp.vmi.selenium.webdriver; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.HashMap; import java.util.IdentityHashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry; import java.io.File; import org.apache.commons.cli.CommandLine;...
/******************************************************************************* * Copyright Searchbox - http://www.searchbox.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 * * ...
package com.jd.framework.orm.common; import java.io.File; import java.io.FileFilter; import java.io.IOException; import java.net.JarURLConnection; import java.net.URL; import java.net.URLDecoder; import java.util.ArrayList; import java.util.Enumeration; import java.util.LinkedHashSet; import java.util.List; import jav...
/* This file is part of VoltDB. * Copyright (C) 2008-2020 VoltDB Inc. * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as * published by the Free Software Foundation, either version 3 of the * License, or (at your option) any la...
/* * Copyright (C) 2015 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...
/** * MIT License * * Copyright (c) 2010 - 2020 The OSHI Project Contributors: https://github.com/oshi/oshi/graphs/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 withou...
///usr/bin/env jbang "$0" "$@" ; exit $? //DEPS info.picocli:picocli:4.5.0 //DEPS org.kohsuke:github-api:1.128 //DEPS com.google.code.gson:gson:2.8.6 //DEPS org.commonmark:commonmark:0.17.1 //DEPS org.commonmark:commonmark-ext-gfm-tables:0.17.1 //DEPS org.commonmark:commonmark-ext-autolink:0.17.1 //DEPS org.commonmark:...
package com.hzf.nicholas.custom_ui.week_display; import android.content.Context; import android.content.res.ColorStateList; import android.content.res.TypedArray; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.RectF; import android.util.AttributeSe...
package org.snomed.snowstorm.core.data.domain; import com.fasterxml.jackson.annotation.JsonIgnore; import com.google.common.collect.Lists; import io.kaicode.elasticvc.domain.DomainEntity; import org.springframework.data.elasticsearch.annotations.Document; import org.springframework.data.elasticsearch.annotations.Field...
package kr.mobilian.maze_rui; import android.annotation.SuppressLint; import android.app.Service; import android.content.Intent; import android.content.IntentFilter; import android.os.Handler; import android.os.IBinder; import android.os.Message; import java.util.ArrayList; import java.util.List; import...
/* * Copyright 2017-present Open Networking Foundation * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
/** * Copyright [2012] [Datasalt Systems S.L.] * * 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 ...
/* * Copyright 1998-2009 University Corporation for Atmospheric Research/Unidata * * Portions of this software were developed by the Unidata Program at the * University Corporation for Atmospheric Research. * * Access and use of this software shall impose the following obligations * and understandings on the use...
/******************************************************************************* * Copyright (c) 2015-2018 Skymind, Inc. * * This program and the accompanying materials are made available under the * terms of the Apache License, Version 2.0 which is available at * https://www.apache.org/licenses/LICENSE-2.0. * *...
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2020 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...
/* * JFLAP - Formal Languages and Automata Package * * * <NAME> * Computer Science Department * Duke University * August 27, 2009 * Copyright (c) 2002-2009 * All rights reserved. * JFLAP is open source software. Please see the LICENSE for terms. * */ package edu.duke.cs.jflap.automata.graph.layout; import j...
/* * @(#)BkgPeak.java created 01/01/1997 Mesiano * * Copyright (c) 1997 <NAME> All Rights Reserved. * * This software is the research result of <NAME> and it is * provided as it is as confidential and proprietary information. * You shall not disclose such Confidential Information and shall use * it only in acco...
package oguzhankada.quizwithfragments; import android.app.Activity; import android.app.FragmentTransaction; import android.content.Context; import android.content.Intent; import android.graphics.Color; import android.media.MediaPlayer; import android.os.Bundle; import android.os.Handler; import android.support.v4.app...
/*- * ============LICENSE_START======================================================= * ONAP : APPC * ================================================================================ * Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved. * ======================================================...
package org.radarlab.core.fields; import java.util.*; public enum Field { // These are all presorted (verified in a static block below) // They can then be used in a TreeMap, using the Enum (private) ordinal // comparator Generic(0, Type.Unknown), Invalid(-1, Type.Unknown), LedgerEntryType(1,...
/******************************************************************************* * MIT License * * Copyright (c) 2017 <NAME> <<EMAIL>> * * 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...
// 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.robolectric.res; import java.io.IOException; import java.lang.reflect.Field; import java.lang.reflect.Modifier; import org.robolectric.util.Logger; import org.robolectric.util.PerfStatsCollector; public class ResourceTableFactory { /** Builds an Android framework resource table in the "android" package ...
package com.eusecom.samfantozzi; /** * Synchronize accounting cash documents from SD to WEB application. * Called from options menuu of PokladnicaActivitySD.java */ import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStreamReader; impo...
// Copyright (C) 2018-2019 <NAME>. BSD-3-Clause Licensed, see LICENSE. package com.newbuck.duckparser; import java.time.Month; import java.util.ArrayList; import java.util.HashSet; import java.util.List; import java.util.Objects; import java.util.Set; import java.util.SortedSet; import java.util.TreeSet; import org.jun...
/* * Artifactory is a binaries repository manager. * Copyright (C) 2012 JFrog Ltd. * * Artifactory 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 of the License, or * (at your o...
/** * Copyright (c) I<NAME> Fisica Nucleare (INFN). 2016-2019 * * 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 b...
/* * Copyright Beijing 58 Information Technology Co.,Ltd. * * 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 com.example.android.actionbarcompat.listpopupmenu; import android.app.Activity; import android.content.Intent; import android.media.RingtoneManager; import android.net.Uri; import android.os.Bundle; import android.os.Handler; import android.util.Log; import android.view.MenuItem; import android.view.View; impo...
// Copyright (C) 2010 The Android Open Source Project // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable ...
package de.entropia.can; import java.io.Closeable; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStream; import java.io.OutputStream; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.StandardOpenOption; import java.nio.file.attribute.FileAttribute; imp...
// Copyright 2018 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package ai.vespa.rankingexpression.importer.tensorflow; import ai.vespa.rankingexpression.importer.operations.Softmax; import ai.vespa.rankingexpression.importer.operations.Sum; import com.yahoo.sear...
package bart.utility; import bart.model.dependency.Dependency; import bart.model.detection.RepairabilityStats; import bart.model.errorgenerator.VioGenQuery; import bart.utility.comparator.DependencyComparator; import bart.utility.comparator.VioGenQueryComparator; import java.util.ArrayList; import java.util.Collection...
/* * Copyright (c) 2016-2019 VMware, Inc. All Rights Reserved. * * This product is licensed to you under the Apache License, Version 2.0 (the "License"). * You may not use this product except in compliance with the License. * * This product may include a number of subcomponents with separate copyright notic...
/* * CreateAa2mcliProcedure.java * * Copyright 2014 - Soluciones Integrales Open-Source SiOS * Copyright 2014 - Fundacion para la Investigacion y Desarrollo del Software Libre en Venezuela * * http://www.sios.com.ve * http://www.indesoft.org.ve * * Licensed under the Apache License, Version 2.0 (the "License")...
package com.box.androidsdk.browse.fragments; import android.content.IntentFilter; import android.content.res.Configuration; import android.graphics.Rect; import android.os.Bundle; import android.view.View; import android.widget.Toast; import androidx.annotation.NonNull; import androidx.recyclerview.widget.GridLayoutM...
// // COPYRIGHT LICENSE: This information contains sample code provided in source code form. You may copy, // modify, and distribute these sample programs in any form without payment to IBM for the purposes of // developing, using, marketing or distributing application programs conforming to the application // p...
/* * Copyright 2000-2018 <NAME>. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
/* * BrowserColorsOptionPane.java - Browser colors options panel * :tabSize=8:indentSize=8:noTabs=false: * :folding=explicit:collapseFolds=1: * * Copyright (C) 2001, 2002 <NAME> * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License * as ...
package de.ostfalia.mobile.orgelhelfer.activitys; import android.content.DialogInterface; import android.content.Intent; import android.graphics.Color; import android.os.Bundle; import android.os.Parcel; import android.os.Parcelable; import android.support.v7.app.AlertDialog; import android.support.v7.app.AppCompatAct...
package cn.edu.bupt.pdptw.configuration; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.IOException; import java.io.InputStreamReader; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Scanner; import ...
package com.beifengtz.vr360.service.serviceImp; import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; import com.beifengtz.vr360.POJO.DO.User; import com.beifengtz.vr360.POJO.VO.ResultVO; import com.beifengtz.vr360.constants.CommonConstants; import com.beifengtz.vr360.constants.PhotoConstants;...
/* * Word.java * * <NAME>, 27/2/2013 * www.rybak.in */ package com.emotibot.srl.conll2009.parser; import java.util.Arrays; /** * <p>Class representing a single word in a sentence, together * with all it's features described by CoNLL 2009 data format: * http://ufal.mff.cuni.cz/conll2009-st/task-description.ht...
/* * Copyright (c) 2016 <NAME> & <NAME> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
/** * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agreed to in writing, software * dist...
package com.apkspectrum.resource; import java.beans.PropertyChangeListener; import java.beans.PropertyChangeSupport; import java.io.BufferedWriter; import java.io.File; import java.io.FileReader; import java.io.FileWriter; import java.io.IOException; import javax.swing.UIManager; import org.json.simple.JSONObject; i...
package com.jsen.joker.core.plugin.manager; import com.jsen.joker.annotation.annotation.Entry; import com.jsen.joker.boot.RootVerticle; import com.jsen.joker.boot.joker.Config; import com.jsen.joker.core.plugin.manager.utils.Downloader; import com.jsen.joker.core.plugin.manager.utils.EntryStructureAnalyse; import com....
/* ================================================================== * SI60KTLCTData.java - 22 Nov 2017 12:28:46 * * Copyright 2017 SolarNetwork.net Dev Team * * 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 ...
/************************************************************************************* * Copyright (c) 2004-2008 Actuate Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distri...
package com.github.ompc.greys.core.server; import com.github.ompc.greys.core.ClassDataSource; import com.github.ompc.greys.core.Configure; import com.github.ompc.greys.core.manager.ReflectManager; import com.github.ompc.greys.core.manager.TimeFragmentManager; import com.github.ompc.greys.core.util.GaCheckUtils; import...
/* * MIT License * * Copyright (c) 2022 Griefed * * 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, ...
// This file is part of CPAchecker, // a tool for configurable software verification: // https://cpachecker.sosy-lab.org // // SPDX-FileCopyrightText: 2007-2020 <NAME> <https://www.sosy-lab.org> // // SPDX-License-Identifier: Apache-2.0 package org.sosy_lab.cpachecker.core.algorithm; import com.google.common.collect....
/* * 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.siscogescorp.controller; import com.siscogescorp.modelo.LcCargos; import com.siscogescorp.modelo.LcCiudad; import com.sisc...
/* * Copyright (c) 2015-2020, Oracle and/or its affiliates. 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 * ...
/** * Copyright (C) 2019 <NAME> <<EMAIL>> * <p> * This software may be modified and distributed under the terms * of the MIT license. See the LICENSE file for details. */ package org.intueri.orchestrator; import org.apache.kafka.clients.producer.KafkaProducer; import org.apache.kafka.clients.producer.ProducerReco...
/* * 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.github.nthykier.debpkg.deb822.dialects; import com.github.nthykier.debpkg.Deb822Bundle; import com.github.nthykier.debpkg.deb822.field.*; import com.github.nthykier.debpkg.deb822.Deb822KnownFieldsAndValues; import com.github.nthykier.debpkg.deb822.Deb822SyntaxHighlighter; import com.github.nthykier.debpkg....
package com.github.netty.protocol.servlet.util; import javax.servlet.DispatcherType; import javax.servlet.ServletContext; import java.util.*; /** * Filter mapping * * @author wangzihao * Created on 2017-08-25 11:32. */ public class FilterMapper<T> { private String rootPath; private final AntPathMatcher antP...
package org.imse.gaitrawparser.data.input; import java.util.ArrayList; import java.util.Collections; import java.util.Comparator; import java.util.List; import org.eclipse.swt.graphics.Point; import org.imse.gaitrawparser.data.input.PressurePoint.Foot; public abstract class FootPrint { protected double heelContact...
package com.alibaba.alink.pipeline.clustering; import org.apache.flink.types.Row; import com.alibaba.alink.common.linalg.DenseVector; import com.alibaba.alink.common.linalg.MatVecOp; import com.alibaba.alink.common.utils.testhttpsrc.Iris; import com.alibaba.alink.operator.batch.BatchOperator; import com.alibaba.alink...
/** * The MIT License * Copyright (c) 2014 <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,...
/* * Copyright 2007 Penn State University * 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...
/* * Created on May 27, 2006 * by the wonderful Eclipse(c) */ package rebound.jagent.ui.gui.monk; import java.awt.Color; import java.awt.GraphicsEnvironment; import java.awt.Toolkit; import java.awt.dnd.DropTarget; import java.awt.dnd.DropTargetDragEvent; import java.awt.dnd.DropTargetDropEvent; import java.awt.dn...
/** * This file is part of Aion-Lightning <aion-lightning.org>. * * Aion-Lightning is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * (at your option) any later ver...
package com.cliffc.aa.node; import com.cliffc.aa.*; import com.cliffc.aa.type.*; import com.cliffc.aa.util.Util; // Load a named field from a struct. Does it's own nil-check testing. Loaded // value depends on the struct typing. public class LoadNode extends Node { private final String _fld; private final Parse...
//////////////////////////////////////////////////////// ////////////// PROGRAMAT <NAME> /////////////// //////////////////////////////////////////////////////// package Domini; import Dades.MapaDAO; import Domini.Mapa.Mapa; import Domini.Mapa.MapaFactory; import java.io.IOException; import java.util.ArrayList; impor...
package org.corfudb.runtime.view.replication; import com.google.common.collect.Range; import lombok.extern.slf4j.Slf4j; import org.corfudb.protocols.wireprotocol.ILogData; import org.corfudb.protocols.wireprotocol.LogData; import org.corfudb.protocols.wireprotocol.Token; import org.corfudb.runtime.exceptions.Overwrite...
package org.literacyapp.contentprovider.dao; import java.util.List; import android.database.Cursor; import android.database.sqlite.SQLiteStatement; import org.greenrobot.greendao.AbstractDao; import org.greenrobot.greendao.Property; import org.greenrobot.greendao.internal.DaoConfig; import org.greenrobot.greendao.dat...
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright 1997-2009 Sun Microsystems, Inc. All rights reserved. * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common * Development and Distribution License("CDDL") (...
/* Alloy Analyzer 4 -- Copyright (c) 2006-2009, <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, *...
/* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2013-2020 The original authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2...