text
stringlengths
7
995k
/* * 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...
/** * Copyright (c) 2021 TruthBean(Rogar·Q) * Debbie is licensed under Mulan PSL v2. * You can use this software according to the terms and conditions of the Mulan PSL v2. * You may obtain a copy of Mulan PSL v2 at: * http://license.coscl.org.cn/MulanPSL2 * THIS SOFTWARE IS PROVIDED ON ...
// Copyright (c) FIRST and other WPILib contributors. // Open Source Software; you can modify and/or share it under the terms of // the WPILib BSD license file in the root directory of this project. package frc.robot.commands; import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard; import edu.wpi.first.wpilibj2.c...
/* * 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.qmuiteam.qmuidemo.manager; import com.qmuiteam.qmuidemo.base.BaseFragment; import com.qmuiteam.qmuidemo.fragment.components.QDBottomSheetFragment; import com.qmuiteam.qmuidemo.fragment.components.QDButtonFragment; import com.qmuiteam.qmuidemo.fragment.components.QDCollapsingTopBarLayoutFragment; import com...
/* * #%L * BroadleafCommerce CMS Module * %% * Copyright (C) 2009 - 2016 Broadleaf Commerce * %% * Licensed under the Broadleaf Fair Use License Agreement, Version 1.0 * (the "Fair Use License" located at http://license.broadleafcommerce.org/fair_use_license-1.0.txt) * unless the restrictions on use therein ar...
package com.xhq.util; import android.util.Log; /** * Created by XHQ on 2017/1/15. */ public class LogUtil { public static final int VERBOSE = 1; public static final int DEBUG = 2; public static final int INFO = 3; public static final int WARN = 4; public static final int ERROR = 5; public s...
/* ==================================================================== Copyright 2002-2004 Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://ww...
package com.infoclinika.mssharing.platform.web.uploader; public class FileDetails { private final String fileName; private final long size; public FileDetails(String fileName, long size) { this.fileName = fileName; this.size = size; } public String getName() { return fileN...
public class Table { public static void main(String[] args) { for(int i = 1000; i <= 2000; i++) { if(i % 5 == 0) { System.out.println(i); } else { System.out.print(i + " "); } } } }
package org.sagebionetworks.bridge; import static org.sagebionetworks.bridge.AuthEvaluatorField.ORG_ID; import static org.sagebionetworks.bridge.AuthEvaluatorField.STUDY_ID; import static org.sagebionetworks.bridge.AuthEvaluatorField.USER_ID; import static org.sagebionetworks.bridge.BridgeConstants.TEST_USER_GROUP; im...
/* * 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 ...
/* * * MIT License * * Copyright (c) 2020 TerraForged * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy...
/** * Copyright © 2020-2021 ForgeRock AS (obst@forgerock.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.org/licenses/LICENSE-2.0 * * Unless required b...
/* * 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 notices * ...
package org.bian.dto; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import javax.validation.Valid; /** * SDEBranchOperationsConfigureInputModelServiceDomainServiceCo...
/* * Copyright (c) 2008-2022, Hazelcast, 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 ...
/* * Copyright (c) 2021-2021 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
package com.packt.modern.api.exception; /** * @author : github.com/sharmasourabh * @project : Chapter05 - Modern API Development with Spring and Spring Boot **/ public class ErrorUtils { private ErrorUtils() { } /** * Creates and return an error object * * @param errMsgKey * @param errorCode ...
package net.progressit.scriptz.backupzui; import java.awt.BorderLayout; import java.beans.PropertyVetoException; import javax.inject.Inject; import javax.swing.JButton; import javax.swing.JPanel; import com.google.common.eventbus.EventBus; import net.miginfocom.swing.MigLayout; import net.progressit.backupzui.logic...
package com.sequenceiq.environment.api.v1.environment.model.request; import java.io.Serializable; import javax.validation.Valid; import javax.validation.constraints.NotNull; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.sequenceiq.environment.api.doc.environment.EnvironmentModelDescription...
// Copyright (c) FIRST and other WPILib contributors. // Open Source Software; you can modify and/or share it under the terms of // the WPILib BSD license file in the root directory of this project. package frc.robot.Fun; /** Add your docs here. */ public class FieldElement { private double xWest, xEast; p...
/* * 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 sk.homisolutions.shotbox.snem.gui.webbasic.gpio_contorller; import org.apache.log4j.Logger; /** * Created by homi on 3/28/17. */ public class ShowScreenBackTimer implements Runnable { private static final Logger logger = Logger.getLogger(ShowScreenBackTimer.class); private Gpio guiGpioController; ...
// Copyright (C) 2013 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 ...
// Targeted by JavaCPP version 1.5.1-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.ngraph; import org.bytedeco.ngraph.Function; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.ngraph.global.ngraph.*; @Name("std::vector<std::string>") @Pro...
package com.smartracumn.smartrac; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.util.Log; import com.smartracumn.smartrac.data.SmartracSQLiteHelper; public class DataCleaning { protected static final String TAG = "DataCleaning"; private SmartracSQLiteHelper dbHelpe...
/* * Copyright 2014-2020 Real Logic Limited. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
package panda.net.examples.telnet; import java.io.IOException; import panda.net.examples.util.IOUtil; import panda.net.telnet.TelnetClient; /*** * This is an example of a trivial use of the TelnetClient class. It connects to the weather server * at the University of Michigan, um-weather.sprl.umich.edu port 3000, a...
package com.rz.admobcore.admob; import android.app.Activity; import android.content.Context; import android.provider.Settings; import com.google.android.gms.ads.AdListener; import com.google.android.gms.ads.AdRequest; import com.google.android.gms.ads.InterstitialAd; /** * Created by Rz Rasel 2017-11-20. */ publi...
package org.janelia.jacs2.asyncservice.utils; import java.io.IOException; public class ScriptUtils { public static void createTempDir(String cleanupFunctionName, String tempParentDir, ScriptWriter scriptWriter) throws IOException { scriptWriter .setVar("TMPDIR", tempParentDir) ...
/** * Purpose: Declares Ball sprites by passing in unique set of parameters to the super constructor. * Stores all information regarding the Ball object * Assumptions: Assumes that all parameter inputs are valid. * Dependencies: Depends on the super-class (Sprite.java) for all of its methods including the construct...
package novi.uni.compserver.security; import io.jsonwebtoken.*; import io.jsonwebtoken.io.Decoders; import io.jsonwebtoken.security.Keys; import io.jsonwebtoken.security.SecurityException; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Value; import org.spr...
/* * (C) Copyright IBM Corp. 2019, 2021 * * SPDX-License-Identifier: Apache-2.0 */ package com.ibm.fhir.smart; import java.util.Arrays; import java.util.Collection; import java.util.Collections; import java.util.List; import java.util.Map; import java.util.Objects; import java.util.logging.Level; import java.util...
/* * JBoss, Home of Professional Open Source. * Copyright 2014 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * 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 Licen...
/***************************************************** * * Bleed.java * * * Modified MIT License * * Copyright (c) 2010-2015 Kite Tech Ltd. https://www.kite.ly * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"...
/* * Copyright 2017-2022 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 "licen...
/* 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 com.github.java.pattern.establish.singleton; /** * @author liweigao * @date 2020/6/9 下午3:10 */ public class Singleton5 { /** * Singleton5 类装载的时候因为没有显示的调用 SingletonHelper 对象,instance不会被实例化 * 加载外部类时不会加载内部类,这样可以实现懒加载 * 在调用getInstance()方法时,才会去加载SingletonHelper 类 */ private static ...
package com.taxiao.cn.commonlibrary.net; import com.taxiao.cn.commonlibrary.net.factory.CustomizeConverterFactory; import com.taxiao.cn.commonlibrary.uitl.data.LogUtils; import org.jetbrains.annotations.NotNull; import java.io.IOException; import java.net.Proxy; import java.util.concurrent.TimeUnit; import okhttp3...
/* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch B.V. licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not u...
/* * Copyright 2000-2015 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.fishercoder.solutions; import java.util.ArrayDeque; import java.util.Deque; /** * 227. Basic Calculator II * * Implement a basic calculator to evaluate a simple expression string. The expression string contains only non-negative integers, +, -, *, / operators and empty spaces . The integer division ...
package es.unizar.tmdad.repository.entity; import lombok.AllArgsConstructor; import lombok.Data; @Data @AllArgsConstructor public class ConversationFakeEntity { private String sender; }
package com.c332030.util.io; import lombok.Value; /** * <p> * Description: FileNameInfo * </p> * * @author c332030 * @version 1.0 */ @Value public class FileNameInfo { // /home/images.tar.gz /** * 原始名 * /home/images.tar.gz */ String originName; /** * 文件路径 * /home ...
/* * Copyright 2019 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 applica...
package models; import java.util.ArrayList; import java.util.List; public class Assessment { private int assessmentId; private String assessmentTitle; private int typeId; private int batchId; private String weekId; private int assessmentWeight; private int categoryId; private List<Stri...
package com.ruoyi.web.controller.system; import java.util.*; import com.alibaba.fastjson.JSON; import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; import com.ruoyi.common.utils.security.BcryptUtil; import com.ruoyi.framework.util.TokenUtils; import com.ruoyi.system.domain.*; import com.ruoy...
package org.tron.core.net.messagehandler; import java.util.LinkedList; import java.util.List; import lombok.extern.slf4j.Slf4j; import org.apache.commons.collections4.CollectionUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import org.tron.core.ca...
/* * 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.tsl.hadoop; import java.io.IOException; import java.text.DateFormat; import java.text.ParseException; import java.util.ArrayList; import java.util.Collection; import java.util.HashSet; import java.util.List; import java.sql.Connection; import java.sql.ResultSet; import java.sql.ResultSetMetaData; import j...
/* * Copyright 2014 Netflix, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
package it.playfellas.superapp.ui.slave; import it.playfellas.superapp.events.EventFactory; import it.playfellas.superapp.listeners.BaseListener; import it.playfellas.superapp.network.TenBus; import it.playfellas.superapp.tiles.Tile; public class TowerConveyorListener extends BaseListener { @Override public void on...
package mech; import org.newdawn.slick.geom.Vector2f; import entity.Entity; public class Colision { public static boolean colideBoxes(Entity a, Entity b) { Vector2f posA = a.getPos(); Vector2f posB = b.getPos(); if((posA.x+a.getWidth())<posB.x) return false; if((posA.y+a.getHeight())<posB.y) return f...
/* Copyright (C) 2005-2011 Fabio Riccardi */ package com.lightcrafts.platform.windows; /** * A JNI wrapper for the Windows implementation of Platform.isKeyPressed(). */ class WindowsKeyUtil { static native boolean isKeyPressed( int keyCode ); static { System.loadLibrary( "Windows" ); } }
package org.openecomp.config.api; public interface ConfigurationChangeListener { public default void notify(String tenantId, String component, String key, Object oldValue, Object newValue) { } public default void notify(String component, String key, Object oldValue, Object newValue...
package uk.co.idv.app.spring.config; import org.springframework.beans.factory.annotation.Value; import org.springframework.boot.actuate.info.InfoContributor; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import uk.co.idv.app.spring.info.AppNameInfoCont...
/** * Copyright Pravega 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 applicable law or agreed to...
package gameauthoring.creation.subforms.dynamic; import java.util.ArrayList; import java.util.List; import java.util.ResourceBundle; import engine.IGame; import engine.profile.IProfilable; import gameauthoring.creation.factories.DynamicSFCFactory; import gameauthoring.creation.subforms.ISubFormController; import gamea...
/* ### * 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 2016 Open Networking Laboratory * <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> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by appl...
package org.vaadin.mideaas.java.util; import java.net.MalformedURLException; import java.net.URL; import java.net.URLClassLoader; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.Collections; import java.util.HashMap; import java.util.LinkedList; import java.util.List;...
/* * (c) 2005 David B. Bracewell * * 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, Ve...
package org.intellij.plugins.generateeverything; public enum GenerateOption { EMPTY_CONSTRUCTOR("emptyConstructor"), ALL_ARGS_CONSTRUCTOR("allArgsConstructor"), SUPER_OBJECT_CONSTRUCTOR("superObjectConstructor"), SUPER_ARGS_CONSTRUCTOR("superArgsConstructor"), ALL_ARGS_SUPER_CONSTRUCTOR("allArgsSu...
///** // * 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 // * "Li...
/******************************************************************************* * Copyright 2011 See AUTHORS file. * * 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.a...
package com.android.server.common.event; import com.android.server.core.connection.Connection; /** * Created by root on 17-7-22. */ public final class UserOfflineEvent implements Event{ private final Connection connection; private final String userId; public UserOfflineEvent(Connection connection, Str...
/* * This file is part of the TinsPHP project published under the Apache License 2.0 * For the full copyright and license information, please have a look at LICENSE in the * root folder or visit the project's website http://tsphp.ch/wiki/display/TINS/License */ package ch.tsphp.tinsphp.symbols.test.integration.uti...
package se.clouds.javanet.core.controller; public interface IController { void init(); //void service(); String getRoutePath(); boolean getIncludePipeProcessing(); void postService(); IActionResult Get(); }
/** * MIT License * <p> * Copyright (c) 2017-2019 nuls.io * <p> * 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 uk.gov.hmcts.reform.em.stitching.config.audit; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.BeanFactory; import org.springframework.beans.factory.NoSuchBeanDefinitionException; import org.springframework.data.jpa.domain.support.AuditingEntityListener; impor...
package org.reactivecommons.async.commons.utils; import lombok.extern.java.Log; import reactor.core.publisher.BaseSubscriber; import reactor.core.publisher.SignalType; import java.util.logging.Level; import static org.reactivecommons.async.commons.utils.ArrayUtils.prefixArray; @Log public class LoggerSubscriber<T>...
/* * Copyright (c) 2013 DataTorrent, 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...
/* * 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 me.gv7.woodpecker.marshalsec.gadgets; import me.gv7.woodpecker.marshalsec.MarshallerBase; import me.gv7.woodpecker.marshalsec.UtilFactory; public interface ResourceGadget extends Gadget{ @Args ( minArgs = 1, args = { "codebase" }, defaultArgs = { MarshallerBase.defaultCodebase ...
package com.orangeforms.common.flow.vo; import lombok.Data; import java.util.Date; /** * FlowTaskCommentVO对象。 * * @author Jerry * @date 2021-06-06 */ @Data public class FlowTaskCommentVo { /** * 主键Id。 */ private Long id; /** * 流程实例Id。 */ private String processInstanceId; ...
/** * * Copyright 2017 Paul Schaub * * 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...
package com.nepxion.discovery.gray.zuul.impl; /** * <p>Title: Nepxion Discovery</p> * <p>Description: Nepxion Discovery</p> * <p>Copyright: Copyright (c) 2017-2050</p> * <p>Company: Nepxion</p> * @author Haojun Ren * @version 1.0 */ import org.apache.commons.lang3.StringUtils; import org.springframework.beans....
package com.prowidesoftware.swift.model.mx.dic; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annotat...
package org.innovateuk.ifs.assessment.transactional; import org.apache.commons.lang3.StringUtils; import org.innovateuk.ifs.application.domain.FormInputResponse; import org.innovateuk.ifs.application.validation.ApplicationValidationUtil; import org.innovateuk.ifs.assessment.domain.Assessment; import org.innovateuk.ifs...
/** * * 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.yinglan.scg.mine.setup; import android.app.Activity; import android.content.Context; import com.common.cklibrary.common.BasePresenter; import com.common.cklibrary.common.BaseView; /** * Created by Administrator on 2017/2/11. */ public interface SetUpContract { interface Presenter extends BasePres...
package gaia3d.domain; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import lombok.Getter; import lombok.Setter; import java.io.Serializable; @Getter @Setter @JsonIgnoreProperties(ignoreUnknown = true) public class ConverterSplitResult implements Serializable { private static final long serialVe...
/* * 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.web.dao.core.support; import java.sql.Connection; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import java.util.ArrayList; import java.util.List; import java.util.Map; import org.database.db.DBUtil; import org.web.dao.annotation.AnnotationUtil; import org.web.dao.cor...
/* Copyright 2019 Telstra Open Source * * 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...
package md59614a90cdeed6d32afe92551af43ceaa; public class SelectionStrip extends android.view.View implements mono.android.IGCUserPeer { /** @hide */ public static final String __md_methods; static { __md_methods = "n_onDraw:(Landroid/graphics/Canvas;)V:GetOnDraw_Landroid_graphics_Canvas_Handler\n" + "...
/* ***** BEGIN LICENSE BLOCK ***** * Version: EPL 1.0/GPL 2.0/LGPL 2.1 * * The contents of this file are subject to the Eclipse Public * License Version 1.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.eclipse.org/legal/e...
package com.bugvm.bouncycastle.jcajce.provider.asymmetric.rsa; import java.io.IOException; import java.security.InvalidKeyException; import java.security.Key; import java.security.PrivateKey; import java.security.PublicKey; import java.security.interfaces.RSAPrivateCrtKey; import java.security.interfaces.RSAPublicKey;...
/* * Copyright (c) 2009-2019, United States Government, as represented by the Secretary of Health and Human Services. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistribution...
/** * 版权所有 (c) 2018,中金支付有限公司   */ package com.radish.master.service.impl; import java.util.HashMap; import java.util.List; import java.util.Map; import javax.annotation.Resource; import org.hibernate.type.StringType; import org.hibernate.type.Type; import org.springframework.stereotype.Service; import com.cnpc.fr...
/******************************************************************************* * Copyright (c) 2007, 2008 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 example.springdata.rest.projections; import java.util.List; import org.springframework.data.repository.CrudRepository; import org.springframework.data.repository.query.Param; import org.springframework.data.rest.core.annotation.RepositoryRestResource; @RepositoryRestResource(excerptProjection = MotoExcerpt.cl...
/** * The MIT License * Copyright (c) 2003 David G Jones * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, ...
/******************************************************************************* * Copyright (c) 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. * *...
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 3.0.12 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * -----------------------------...
/* * Copyright (c) 2002-2021 Gargoyle Software 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 * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law...
// DO NOT EDIT! -- Automatically generated by: permutations.bash package us.temerity.pipeline.math; import us.temerity.pipeline.glue.*; import java.io.*; import java.util.*; /*------------------------------------------------------------------------------------------*/ /* B B O X 4 D ...
/* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch B.V. licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not u...
package water.util; import water.*; import water.exceptions.H2OIllegalArgumentException; import water.exceptions.H2OIllegalValueException; import water.fvec.C0DChunk; import water.fvec.Chunk; import water.fvec.NewChunk; import water.fvec.Vec; import water.fvec.Frame; import water.nbhm.NonBlockingHashMapLong; import wa...