text
stringlengths
3.08k
15.2k
package weixin.liuliangbao.flowcard.Entity; import org.apache.commons.lang.StringUtils; import org.hibernate.annotations.GenericGenerator; import org.jeecgframework.poi.excel.annotation.Excel; import weixin.util.DataDictionaryUtil.FlowType; import javax.persistence.*; import java.util.Date; /** * Created by aa on ...
package seedu.address.storage.property; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonProperty; import seedu.address.commons.exceptions.IllegalValueException; import seedu.address.model.id.PropertyId; import seedu.address.model.id.SellerId; import seedu.address.model...
/* * 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 co.edu.uniandes.theexceptions.nboletas.resources; import co.edu.uniandes.theexceptions.nboletas.dtos.EspectaculoDetailD...
package com.zazium.Hashes; import java.util.ArrayList; public class Sha256 { // take msg // breakdown msg for each char in int // convert for each char to 8 bit binary static int[] rt2 = {2,3,5,7,11,13,17,19}; static int[] rt3 = {2,3,5,7,11,13,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89...
package cn.cqray.android.anim; import android.animation.Animator; import android.animation.AnimatorSet; import android.animation.ObjectAnimator; import android.util.Log; import android.view.View; import android.view.ViewTreeObserver; import android.view.animation.Interpolator; import androidx.annotation.MainThread; i...
package nablarch.fw.invoker; import java.util.ArrayList; import java.util.Collections; import java.util.HashSet; import java.util.List; import java.util.Set; import nablarch.core.util.annotation.Published; import nablarch.fw.ExceptionHandler; import nablarch.fw.ExecutionContext; import nablarch.fw.InboundHandleable; ...
package com.company; import java.io.*; import java.util.ArrayList; import java.util.List; public class TransactionsManager { public TransactionList removeAuthorisationOnlyTransactionsFrom(TransactionList transactionList) { TransactionList cleanTransactionList = new TransactionList(); List<Transact...
package Mimic; import java.util.Collections; import java.util.Comparator; import java.util.LinkedList; import java.util.List; import org.jsfml.graphics.IntRect; import org.jsfml.system.Vector2i; /** * * @author * <NAME> */ public class AStarPath { private static List< AStarNode > mOpenList = new LinkedList(); ...
/* * Copyright (C) 2010 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 to ...
/** * Copyright 2012 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 ...
package seedu.inventory.testutil; import static seedu.inventory.logic.commands.CommandTestUtil.VALID_IMAGE_OPPO; import static seedu.inventory.logic.commands.CommandTestUtil.VALID_IMAGE_SONY; import static seedu.inventory.logic.commands.CommandTestUtil.VALID_NAME_OPPO; import static seedu.inventory.logic.commands.Comm...
/* * This file is part of Zql. * * Zql 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 version. * * Zql is distributed in the hope that ...
/** * Copyright (c) 2014 Technische Universitat Wien (TUW), Distributed Systems Group E184 (http://dsg.tuwien.ac.at) * * This work was partially supported by the EU FP7 FET SmartSociety (http://www.smart-society-project.eu/). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not ...
package org.drools.task.service; import java.io.IOException; import java.io.InputStreamReader; import java.io.Reader; import java.util.Date; import java.util.List; import java.util.concurrent.Callable; import java.util.concurrent.ScheduledThreadPoolExecutor; import java.util.concurrent.TimeUnit; import jav...
/******************************************************************************* * Copyright 2016 <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.o...
package com.inscription.library; import android.annotation.SuppressLint; import android.app.Dialog; import android.content.Context; import android.content.DialogInterface; import android.content.pm.PackageManager; import android.content.res.Configuration; import android.content.res.Resources; import android.content.re...
/* * Copyright 2011 <NAME> <Harald at H-Postner.de>. * * 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 ...
/* * Copyright 2018 <NAME>. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in ...
package io.reactivex.internal.operators.observable; import io.reactivex.Observable; import io.reactivex.Observer; import io.reactivex.disposables.Disposable; import io.reactivex.internal.disposables.SequentialDisposable; import io.reactivex.internal.functions.ObjectHelper; import io.reactivex.internal.util.LinkedArray...
/* * @(#)LOMElement.java * Copyright © 2020 <NAME>, Switzerland. MIT License. */ package ch.randelshofer.scorm.lom; import ch.randelshofer.scorm.AbstractElement; import ch.randelshofer.xml.DOMs; import org.w3c.dom.Element; import org.w3c.dom.NodeList; import org.xml.sax.SAXException; import javax.xml.parsers.Pars...
/** * Copyright 2011 Clockwork * * 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 ...
///////////////////////////////////////////////////////////////////////////////////////////////////////// // // Name: Driver.java // Created: March 2017 // Author(s): <NAME> // Description: Driver - The primary device driver, base class for all Drivers providing standard // ...
/* * act.web.api * No description provided (generated by Swagger Codegen https://github.com/swagger-api/swagger-codegen) * * OpenAPI spec version: v1 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class man...
package trucksimulation.routing; import java.io.File; import java.util.ArrayList; import java.util.List; import java.util.Locale; import java.util.Map; import com.graphhopper.GHRequest; import com.graphhopper.GHResponse; import com.graphhopper.GraphHopper; import com.graphhopper.PathWrapper; import com.graphhopper.re...
/* * Copyright (C) 2017 <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 ...
package ik.soaptest.soaptest.ws; import ik.soaptest.soaptest.models.Employee; import ik.soaptest.soaptest.models.Workdays; import ik.soaptest.soaptest.xml.sax.ResponseBodyParser; import ik.soaptest.soaptest.xml.sax.AddEmployeeHandler; import ik.soaptest.soaptest.xml.sax.GetEmployeeSalaryHandler; import ik.soaptest.soa...
import java.lang.Math; import java.awt.event.KeyEvent; /** * Game holds information about the world and player. * @author <NAME> * @version 1.0 */ public class Game { private DisplayWindow window; private Input input; private static final double ACCELERATION = 30; private static final double MAX_SPEED =...
package org.ethereum.vm; import org.ethereum.core.Block; import org.ethereum.core.Transaction; import org.ethereum.facade.Repository; import org.ethereum.manager.WorldManager; import org.ethereum.util.ByteUtil; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.spongycastle.util.encoders.Hex; import ...
/* * The Apache Software License, Version 1.1 * * * Copyright (c) 1999-2003 The Apache Software Foundation. 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...
/* * Copyright (c) 2010, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/li...
package aQute.maven.api; import java.util.regex.Matcher; import java.util.regex.Pattern; import aQute.bnd.version.MavenVersion; public class Archive implements Comparable<Archive> { public static final Pattern ARCHIVE_P = Pattern.compile( // "\\s*" ...
/* * 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 ...
/* * The MIT License (MIT) * * Copyright (c) 2014-2017 <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 without restriction, including without limitation the rights * to use,...
/* * Copyright 2012 <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 wr...
/** * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); ...
/* * Licensed to 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 may ...
package eu.socialsensor.documentpivot.LSH; import java.io.File; import java.io.FileOutputStream; import java.io.IOException; import java.io.OutputStream; import java.util.Iterator; import java.util.Map.Entry; import eu.socialsensor.documentpivot.model.VectorSpace; import org.apache.commons.io.IOUtils; import org.jbl...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
package com.wt.pinger.fragment; import android.content.ActivityNotFoundException; import android.content.Context; import android.content.Intent; import android.database.Cursor; import android.os.Bundle; import android.view.ContextMenu; import android.view.LayoutInflater; import android.view.MenuItem; import android.vi...
/******************************************************************************* * Copyright (c) 2009, 2014 IBM 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 distribution, an...
package std.algs; import std.libs.*; /************************************************************************* * Compilation: javac SymbolGraph.java * Execution: java SymbolGraph filename.txt delimiter * Dependencies: ST.java Graph.java In.java StdIn.java StdOut.java * Data files: http://algs4.cs.princet...
package berlin.yuna.wiserjunit.model; import java.text.DecimalFormat; import java.util.ArrayList; import java.util.Comparator; import java.util.List; import java.util.Set; import java.util.TreeSet; import static java.lang.String.format; import static java.lang.System.currentTimeMillis; @SuppressWarnings("unused") pu...
/* * 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 shared.filt; import dist.MultivariateGaussian; import shared.DataSet; import shared.DataSetDescription; import shared.Instance; import shared.filt.ica.*; import util.linalg.DenseVector; import util.linalg.DiagonalMatrix; import util.linalg.Matrix; import util.linalg.SymmetricEigenvalueDecomposition; ...
/* * Copyright (c) 2005-2015, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www....
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ package org.elasticsearch.xpack.flattened.mapper; import org.apache.lucene.i...
package com.cwssoft.csv2mail.mail; import static com.cwssoft.csv2mail.mail.EmailUtils.isValidEmail; import static com.google.common.base.Strings.isNullOrEmpty; import com.cwssoft.csv2mail.settings.MailSetting; import com.cwssoft.csv2mail.settings.MailSettingProvider; import com.google.common.cache.CacheBuilder; impor...
/* Copyright 2019 Alfa Financial Software * * 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 ag...
/* * Copyright (c) Huawei Technologies Co., Ltd. 2019-2021. 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 * * Un...
/* * 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 me.mrdaniel.npcs.managers; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; import java.util.Optional; import java.util.Set; import javax.annotation.Nonnull; import org.spongepowered.api.command.CommandSource; import org.spongepowered.api.entity.Entity; import org.spongepowe...
package com.tz.sdk.weixin; import java.util.Map; import java.util.UUID; import net.sf.json.JSONObject; import java.util.HashMap; import java.util.Formatter; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import java.io.UnsupportedEncodingException; public class Sign { /* publ...
/* Copyright 2008-2010 Gephi Authors : <NAME> <<EMAIL>>, <NAME> <<EMAIL>> Website : http://www.gephi.org This file is part of Gephi. DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. Copyright 2011 Gephi Consortium. All rights reserved. The contents of this file are subject to the terms of either the GNU Gen...
package io.dropwizard.metrics.servlets; import java.io.IOException; import java.io.OutputStream; import java.util.Locale; import java.util.SortedMap; import java.util.concurrent.TimeUnit; import javax.servlet.ServletConfig; import javax.servlet.ServletContext; import javax.servlet.ServletContextEvent; import javax.se...
import java.io.*; import java.net.*; import java.util.ArrayList; import java.util.Arrays; import java.util.Date; import com.sun.javacard.apduio.CadTransportException; /** * This program demonstrates a simple TCP/IP socket server. * * @author www.codejava.net */ public class JCServer { private static final Strin...
/* * Copyright (c) 2011-2022 PrimeFaces Extensions * * 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, mod...
package gin; import java.io.File; import java.io.IOException; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; import java.nio.charset.Charset; import java.util.ArrayList; import java.util.List; import gin.edit.Edit; import gin.test.InternalTestRunner; import gin.test.UnitTestResul...
/* * Copyright (c) 1998-2018 <NAME> and University Corporation for Atmospheric Research/Unidata * See LICENSE for license information. */ package thredds.server.ncss.view.dsg.station; import thredds.server.ncss.exception.FeaturesNotFoundException; import thredds.server.ncss.exception.NcssException; import thredds.s...
package com.aliyun.openservices.aliyun.log.producer.internals; import com.aliyun.openservices.aliyun.log.producer.Attempt; import com.aliyun.openservices.aliyun.log.producer.ProducerConfig; import com.aliyun.openservices.aliyun.log.producer.errors.Errors; import com.aliyun.openservices.aliyun.log.producer.errors.Retri...
/* * Copyright (C) 2011 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 com.tma.imuseum.controller; import com.tma.imuseum.model.dao.ArtifactDAO; import com.tma.imuseum.model.dao.MediaDAO; import com.tma.imuseum.model.pojo.Artifact; import com.tma.imuseum.model.pojo.Media; import com.tma.imuseum.utils.Ares; import org.json.JSONObject; import org.slf4j.Logger; import org.slf4j.Log...
/** * The MIT License * Copyright (c) 2019- Nordic Institute for Interoperability Solutions (NIIS) * Copyright (c) 2018 Estonian Information System Authority (RIA), * Nordic Institute for Interoperability Solutions (NIIS), Population Register Centre (VRK) * Copyright (c) 2015-2017 Estonian Information System Autho...
package org.mockito.release.notes.improvements; import org.json.simple.JSONArray; import org.json.simple.JSONObject; import org.json.simple.JSONValue; import org.mockito.release.notes.util.IOUtil; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.io.IOException; import java.io.InputStream; import j...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. package com.microsoft.bot.connector.authentication; import com.auth0.jwt.JWT; import com.auth0.jwt.algorithms.Algorithm; import com.auth0.jwt.exceptions.JWTVerificationException; import com.auth0.jwt.interfaces.DecodedJWT;...
package com.yonyou.iuap.purchaseorder.entity; import cn.hutool.core.date.DateUtil; import cn.hutool.core.util.StrUtil; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.yonyou.iuap.baseservice.bpm.entity.AbsBpmModel; import com.yonyou.iuap.baseservice.print.entity.Printable; import com.yonyou.iu...
package com.example.fincachat; import android.app.Notification; import android.app.Service; import android.app.VoiceInteractor; import android.content.BroadcastReceiver; import android.content.ContentValues; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import andr...
package net.minecraft.entity.ai; import net.minecraft.entity.player.*; import net.minecraft.util.*; import net.minecraft.block.material.*; import net.minecraft.world.pathfinder.*; import net.minecraft.world.*; import net.minecraft.init.*; import net.minecraft.entity.*; import net.minecraft.item.*; import net.minecraft...
/** * Copyright 2016 StreamSets Inc. * * Licensed under 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 Lice...
package Tree; public class BinaryTree1 { // Node -> key(data) // -> children (left and right child) Node root; public void add(int data) { Node nodeToAdd = new Node(data); if (root == null) { root = nodeToAdd; System.out.println("Root " + root.data); } traverseAndAddNode(root, nodeToAdd); } ...
/* * Copyright 2015 Open Networking Laboratory * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
package jet.testtools.test; import jet.testtools.*; import javax.mail.*; import javax.mail.internet.*; import javax.mail.search.*; import java.io.*; /** * Manages a connection to the INBOX of an email account. */ public class EmailReceiver { private Store mailStore; public static final int MA...
/* * Copyright 2020 the original author or authors. * <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 * <p> * https://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by...
/* * 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) 1995-2018 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // All rights reserved. This program and the accompanying materials // are made available under the ter...
/*_############################################################################ _## _## SNMP4J 2 - UsmUserTable.java _## _## Copyright (C) 2003-2013 <NAME> and <NAME> (SNMP4J.org) _## _## Licensed under the Apache License, Version 2.0 (the "License"); _## you may not use this file except in com...
/* * Copyright 2000-2014 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
package com.olddriver.data; import android.content.Context; import android.net.Uri; import android.support.design.widget.Snackbar; import android.text.TextUtils; import android.util.Log; import com.avos.avoscloud.AVAnalytics; import com.avos.avoscloud.AVException; import com.avos.avoscloud.AVFile; import com.avos.avos...
package com.supermariorun.characters; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.ArrayList; import java.util.Iterator; import javax.swing.Timer; import com.supermariorun.main.mainSMR; import com.supermariorun.panes.LevelPane; import acm.graphics.GImage; import acm.graphic...
/* * 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...
package org.hisp.dhis.webapi.controller; /* * Copyright (c) 2004-2019, University of Oslo * 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 ab...
/** * Copyright 2018-2020 LinkedIn Corporation. All rights reserved. * Licensed under the BSD-2 Clause license. * See LICENSE in the project root for license information. */ package com.linkedin.coral.hive.hive2rel.functions; import com.google.common.collect.ImmutableList; import java.util.ArrayList; import java.u...
/* * 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) 2013 The CCP project authors. All Rights Reserved. * * Use of this source code is governed by a Beijing Speedtong Information Technology Co.,Ltd license * that can be found in the LICENSE file in the root of the web site. * * http://www.yuntongxun.com * * An additional intellectual prop...
package com.github.dynamo.backlog.tasks.core; import java.io.IOException; import java.net.URISyntaxException; import java.util.Collection; import java.util.HashSet; import java.util.Iterator; import java.util.List; import java.util.Set; import org.apache.commons.lang3.StringUtils; import com.github.dynam...
/** * Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved. */ package com.thinkgem.jeesite.modules.taogr.entity.worker; import org.hibernate.validator.constraints.Length; import com.thinkgem.jeesite.common.persistence.DataEntity; import com.thinkgem.jeesite.modul...
package pe.mrodas.jdbc.helper; import java.io.InputStream; import java.sql.CallableStatement; import java.sql.JDBCType; import java.sql.PreparedStatement; import java.sql.SQLException; import java.sql.Time; import java.sql.Timestamp; import java.time.LocalDate; import java.time.LocalDateTime; import java.time.LocalTim...
/* * 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.youth.xframe.widget; import android.content.Context; import android.graphics.Color; import android.graphics.PorterDuff; import android.graphics.PorterDuffColorFilter; import android.graphics.Typeface; import android.graphics.drawable.Drawable; import android.support.annotation.CheckResult; import android.s...
/* * 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.infoclinika.mssharing.helper; import com.google.common.base.Throwables; import com.google.common.collect.Maps; import com.infoclinika.mssharing.model.Notifier; import com.infoclinika.mssharing.model.helper.AbstractTest; import com.infoclinika.mssharing.model.helper.BillingFeaturesHelper; import com.infocli...
/* * 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) 2010, 2016, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ /* * * * * * */ /* Copyright 2009-2013 <NAME> Redistribution and use in source and binary ...
/* * Copyright (C) 2018 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...
// // Copyright (c) 2008-2011, <NAME> // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publis...
package com.example.ggxiaozhi.store.the_basket.base; import android.annotation.TargetApi; import android.content.Context; import android.content.Intent; import android.content.pm.ActivityInfo; import android.os.Build; import android.os.Bundle; import android.support.annotation.Nullable; import android.view.MenuItem; i...
/** * ============LICENSE_START======================================================= * org.onap.aai * ================================================================================ * Copyright © 2017-2018 AT&T Intellectual Property. All rights reserved. * =======================================================...
/* * * 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"); y...