text
stringlengths
7
995k
/* * Copyright 2016-2021 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...
/* Copyright (C) 2017-2019 Carsten Pfeiffer, Daniele Gobbetti This file is part of Gadgetbridge. Gadgetbridge 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 Licen...
/** * Copyright 2021 Shulie Technology, Co.Ltd * Email: shulie@shulie.io * 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 requi...
/****************************************************************************** * * Copyright (c) 2016, Cormac Flanagan (University of California, Santa Cruz) and Stephen Freund * (Williams College) * * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, are ...
package views; import java.io.IOException; import com.fizzed.rocker.ForIterator; import com.fizzed.rocker.RenderingException; import com.fizzed.rocker.RockerContent; import com.fizzed.rocker.RockerOutput; import com.fizzed.rocker.runtime.DefaultRockerTemplate; import com.fizzed.rocker.runtime.PlainTextUnloadedClassLoa...
package io.harness.cfsdk.cloud.polling; public interface EvaluationPolling { public void start(Runnable runnable); public void stop(); }
package com.elif.tdd.tdd; import static org.assertj.core.api.Assertions.assertThat; import java.util.Map; import org.aspectj.lang.annotation.Before; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowi...
package agh.jo.knuth.patricia; import agh.jo.utils.intf.FunctionalInterfaceVoidReturn; import agh.jo.knuth.patricia.file.ops.FileOpsStrategyAbstractTest; import agh.jo.knuth.patricia.file.ops.WordStartPositionToEOFStrategyJavaTest1; import agh.jo.knuth.patricia.file.ops.WordStrategy; import org.junit.jupiter.api.*; i...
/* * JMAB - Java Macroeconomic Agent Based Modeling Toolkit * Copyright (C) 2013 Alessandro Caiani and Antoine Godin * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 3 of ...
/* * Copyright 2012 Daniel Zwolenski. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
/* * Copyright 2015-2020 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...
package uc.sgp.sagephy.topology; /** * Interface for discretisations on top of rooted trees. * * @author Joel Sjöstrand. */ public interface RootedTreeDiscretiser { /** * Returns an ID string for the discretisation. * @return the type. */ public String getDiscretisationType(); /** * Returns a string...
/* * MIT License * * Copyright (c) 2018 rmbar * * 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, me...
/* * MIT License * * Copyright (c) 2019 Cepos e Mabecos * * 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, m...
/* The contents of this file are subject to the license and copyright terms * detailed in the license directory at the root of the source tree (also * available online at http://fedora-commons.org/license/). */ package org.fcrepo.client.console; import java.awt.BorderLayout; import javax.swing.BoxLayout; import j...
package com.layoutxml.sabs.db.entity; import android.arch.persistence.room.ColumnInfo; import android.arch.persistence.room.Entity; import android.arch.persistence.room.ForeignKey; import android.arch.persistence.room.Index; import android.arch.persistence.room.PrimaryKey; import android.arch.persistence.room.TypeConv...
package com.taobao.arthas.core.util; import java.util.ArrayList; import java.util.Collection; import java.util.List; /** * 命令结果处理工具类 * @author gongdewei 2020/5/18 */ public class ResultUtils { /** * 分页处理class列表,转换为className列表 * @param classes * @param pageSize * @param handler */ ...
/*! ****************************************************************************** * * Pentaho Data Integration * * Copyright (C) 2002-2013 by Pentaho : http://www.pentaho.com * ******************************************************************************* * * Licensed under the Apache License, Version 2.0 (the "Licen...
/** * Copyright 2018-2020 stylefeng & fengshuonan (sn93@qq.com) * <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 ...
/* * Copyright The OpenTelemetry Authors * SPDX-License-Identifier: Apache-2.0 */ package io.opentelemetry.sdk.extension.trace.jaeger.sampler; import io.opentelemetry.exporter.internal.marshal.MarshalerUtil; import io.opentelemetry.exporter.internal.marshal.MarshalerWithSize; import io.opentelemetry.exporter.inter...
package io.prestosql.gateway; import com.fasterxml.jackson.annotation.JsonProperty; import java.util.Optional; public class ErrorInfo { private final String userMessage; private final String devMessage; private final Optional<String> exceptionTrace; public ErrorInfo( @JsonProperty("userM...
/* * Copyright (C) 2016 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 ...
package com.atguigu.gmall.sms.entity; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.Serializable; import java.util.Date; import lombok.Data; /** * 秒杀活动 *...
package org.ddpush.im.v1.node.udpconnector; import java.nio.ByteBuffer; import java.nio.channels.DatagramChannel; import java.util.concurrent.ConcurrentLinkedQueue; import java.util.concurrent.atomic.AtomicLong; import org.ddpush.im.util.PropertyUtil; import org.ddpush.im.v1.node.Constant; import org.ddpush.im.v1.no...
package com.jewel.adapter; import android.databinding.DataBindingUtil; import android.databinding.ViewDataBinding; import android.support.annotation.LayoutRes; import android.support.annotation.NonNull; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import ...
package com.chilitech.livedatabus.logger; import android.util.Log; import java.util.logging.Level; public class DefaultLogger implements Logger { private static final String TAG = "[LiveEventBus]"; @Override public void log(Level level, String msg) { if (level == Level.SEVERE) { Lo...
package io.quarkus.hibernate.orm.runtime.boot; import java.io.Serializable; import java.security.NoSuchAlgorithmException; import javax.persistence.EntityManagerFactory; import javax.persistence.EntityNotFoundException; import javax.persistence.PersistenceException; import javax.sql.DataSource; import org.hibernate....
/* * Copyright 2018-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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/* * Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free S...
/* * Copyright 2015 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wr...
package com.rally.integration.rally; public class RallyConfig { protected String url = ""; protected String userName; protected String password; protected String proxyUri; protected String proxyUser; protected String proxyPassword; protected boolean isProxyUsed; protected boolean isTes...
package com.qixinmini.system.service.controller; import com.qixinmini.common.core.model.QueryRequest; import com.qixinmini.common.core.model.system.SystemUser; import com.qixinmini.common.core.utils.MicroserviceUtil; import com.qixinmini.system.service.annotation.RainbowLog; import com.qixinmini.system.service.service...
package org.awesome.leetcode.algorithm.tree; public class ErChaSouSuoShuDeZuiJinGongGongZuXianLcof { public TreeNode lowestCommonAncestor(TreeNode root, TreeNode p, TreeNode q) { if(null == root)return root; TreeNode ans = root; while(null != ans) { if(ans.val < p.val && ans...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: feast/core/Source.proto package feast.proto.core; public final class SourceProto { private SourceProto() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registry) { } public static void registe...
/* * Copyright 2017, Solutech RMS * Licensed under the Apache License, Version 2.0, "Solutech Limited". * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by applicable law or agreed to in writ...
package com.micro.di.module; import android.app.Application; import android.content.Context; import androidx.annotation.Nullable; import androidx.fragment.app.FragmentManager; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import com.micro.integration.ActivityLifecycle; import com.micro.integration...
// Copyright 2000-2021 Nokia // // Licensed under the Apache License 2.0 // SPDX-License-Identifier: Apache-2.0 // package com.nextenso.proxylet.engine; public class ProxyletConstants extends PlatformConstants { // // Container constants // public static final int MAJOR_VERSION = 1; public static final i...
package app; public interface VideoPlayer { public String getMediaName(); public String getSource(); public String getPlayerType(); }
/** * Copyright 2020 bejson.com */ package site.wanjiahao.gulimall.product.vo; import lombok.Data; import site.wanjiahao.common.valid.CheckMoney; import site.wanjiahao.common.valid.SaveSpuInfoGroup; import javax.validation.constraints.DecimalMax; import javax.validation.constraints.DecimalMin; import javax.valid...
package ru.stqa.pft.sandbox; public class Task2 { public static void main(String[] args) { Point p1 = new Point(1, 1); Point p2 = new Point(5, 6); System.out.println("Расстояние между двумя точками с координатами (x1 = " + p1.getX() + ", y1 = " + p1.getY() + "; x2 = " + p2.getX() + ...
package com.adobe.test.webserver.http.handler.httpNotAllowed; import com.adobe.test.webserver.http.exception.HttpRequestHandlingException; import com.adobe.test.webserver.http.handler.BaseXXHttpHandler; import com.adobe.test.webserver.http.spec.ClientHeader; import com.adobe.test.webserver.http.spec.ContentType; impor...
/* * Copyright 2011-2016 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 "li...
package xyz.xingwei.fibee.model.enums; import lombok.Getter; /** * @author xingwei.xyz * @date 2021/5/2 23:39 */ @Getter public enum ErrorInfoEnum { SUCCESS(200, "success"), UNKNOWN(501, "unknown error"), SERVICE_NOT_FOUND(510, "service provider not found"), // 100 - 200 : net error NET_DEFA...
package org.firstinspires.ftc.teamcode.Autonomous.Path_Finder; import org.firstinspires.ftc.teamcode.Autonomous.Drive.Old.Coordinates; /** * Created by Simon on 18/10/2018. */ public class PathCalculator implements Runnable { private Thread t; private String threadName; private Node[][] Nodes; pri...
package api.items; import api.support.ApiTests; import api.support.builders.HoldingRequestBuilder; import api.support.builders.ItemRequestBuilder; import api.support.dto.Request; import io.vertx.core.json.JsonObject; import junitparams.JUnitParamsRunner; import junitparams.Parameters; import org.folio.inventory.suppor...
/* ***** 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 progetto03.service; import java.util.Date; public class DailyLog { private final Date date; private double totalWeight; private int nDeposit; public DailyLog(Date date, double totalWeight, int nDeposit) { super(); this.date = date; this.totalWeight = totalWeight; this.nDeposit = nDeposit; } ...
/* * This file is part of yosql. It is subject to the license terms in the LICENSE file found in the top-level * directory of this distribution and at http://creativecommons.org/publicdomain/zero/1.0/. No part of yosql, * including this file, may be copied, modified, propagated, or distributed except according to th...
/** * Autogenerated by Thrift * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ package test.fixtures.basic; import com.facebook.thrift.IntRangeSet; import java.util.Map; import java.util.HashMap; @SuppressWarnings({ "unused" }) public enum MyEnum implements com.facebook.thri...
/* * Copyright (C) 2016 Red Hat, 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 agre...
package com.conveyal.datatools.manager.jobs; import com.conveyal.datatools.common.status.MonitorableJob; import com.conveyal.datatools.common.utils.Scheduler; import com.conveyal.datatools.manager.auth.Auth0UserProfile; import com.conveyal.datatools.manager.models.FeedVersion; import com.conveyal.datatools.manager.per...
/* * Copyright 2002-2018 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 ap...
/* * 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 applicabl...
package com.ruoyi.quartz.controller; import java.util.List; import org.quartz.SchedulerException; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.access.prepost.PreAuthorize; import org.springframework.web.bind.annotation.DeleteMapping; import org.springframework.web....
/* * Copyright 2000-2021 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.mazhichu.test; import com.mazhichu.config.HelloWorldConfiguration; import com.mazhichu.config.ReadConfig; import com.mazhichu.message.MessageRenderer; import com.mazhichu.service.X; import org.springframework.context.annotation.AnnotationConfigApplicationContext; /** * 类或接口功能描述 * * @author: Moore * @d...
/** * Copyright (C) 2012-2019 Philip Helger * philip[at]helger[dot]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 * * Unl...
/** * CloudMapping - Sistema de Extração de Dados de Mapeamento dos Experimentos em Computação em Nuvem * * Copyright (c) AssertLab. * * Este software é confidencial e propriedade da AssertLab. Não é permitida sua distribuição ou divulgação * do seu conteúdo sem expressa autorização do AssertLab. Este arquivo ...
/* * Copyright (c) 2010-2015 Pivotal Software, Inc. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); you * may not use this file except in compliance with the License. You * may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless req...
/** * 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.zscat.mallplus.marking.controller; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.extension.plugins.pagination.Page; import com.zscat.mallplus.annotation.SysLog; import com.zscat.mallplus.marking.entity.SmsHomeNewProduct; import com.zscat.mallplus.markin...
package com.gentics.mesh.core.field.binary; import static com.gentics.mesh.core.field.binary.BinaryFieldTestHelper.CREATE_EMPTY; import static com.gentics.mesh.core.field.binary.BinaryFieldTestHelper.FETCH; import static com.gentics.mesh.core.field.binary.BinaryFieldTestHelper.FILL_BASIC; import static org.assertj.cor...
/* * Copyright 2013-2018 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...
package com.alipay.api.domain; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; /** * 商户对账文件下载 * * @author auto create * @since 1.0, 2018-09-12 20:06:34 */ public class AlipayEcoRenthouseBillOrderDownloadModel extends AlipayObject { private static final long serialVersionUID...
/** * TProductLineItemIn.java * * This file was auto-generated from WSDL * by the Apache Axis 1.4 Apr 22, 2006 (06:55:48 PDT) WSDL2Java emitter. */ package de.epages.ws.order5.model; /** * input object of an product line item. * contains information about a single product of this order. * product pat...
/* * Copyright 2018 Aleksander Jagiełł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 ag...
package com.stripe.model; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertNotNull; import com.stripe.BaseStripeTest; import com.stripe.net.ApiResource; import org.junit.jupiter.api.Test; public class PersonTest extends BaseStripeTest { @Test publi...
/* * Copyright 2000-2012 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...
// 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.services.department.repository; import java.util.ArrayList; import java.util.List; import java.util.Optional; import java.util.stream.Collectors; import com.services.department.model.Department; public class DepartmentRepository { private List<Department> departments = new ArrayList<>(); public Depa...
/* * 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 [2014] Gaurav Gupta * *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 o...
package cyclops.function.cacheable; import static cyclops.function.cacheable.Memoize.memoizeBiFunction; import static cyclops.function.cacheable.Memoize.memoizeCallable; import static cyclops.function.cacheable.Memoize.memoizeFunction; import static cyclops.function.cacheable.Memoize.memoizePredicate; import static cy...
package org.apache.xalan.lib.sql; import java.sql.CallableStatement; import java.sql.PreparedStatement; import java.sql.SQLException; import java.util.Vector; import org.apache.xalan.extensions.ExpressionContext; import org.apache.xml.utils.QName; import org.apache.xpath.objects.XObject; public class SQLQueryParser {...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.messaging.eventgrid.systemevents; import com.azure.core.annotation.Fluent; import com.fasterxml.jackson.annotation.JsonProperty; /** The KeyVau...
// // Copyright (c) 2010, Brian Frank and Andy Frank // Licensed under the Academic Free License version 3.0 // // History: // 4 Feb 10 Brian Frank Creation // package fan.sys; /** * Js facet */ public final class Js extends FanObj implements Facet { public static final Js defVal = new Js(); private Js() {}...
/* * Copyright 2015 Red Hat, Inc. and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, softw...
// Copyright (c) 2014 The Chromium Embedded Framework Authors. All rights // reserved. Use of this source code is governed by a BSD-style license that // can be found in the LICENSE file. package me.friwi.jcefmaven.detailed.dialog; import org.cef.callback.CefAuthCallback; import org.cef.callback.CefURLRequestClient; ...
package com.ikesmobile; import com.facebook.react.ReactActivity; public class MainActivity extends ReactActivity { /** * Returns the name of the main component registered from JavaScript. * This is used to schedule rendering of the component. */ @Override protected String getMainComponentN...
package com.zmops.iot.config.zbxapi; import cn.hutool.core.util.NumberUtil; import com.zmops.zeus.driver.service.ZbxApiInfo; import lombok.extern.slf4j.Slf4j; import org.springframework.beans.BeansException; import org.springframework.boot.SpringApplication; import org.springframework.context.ApplicationContext; impor...
/* * Copyright (C) 2020 Yunify, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this work except in compliance with the License. * You may obtain a copy of the License in the LICENSE file, or at: * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
/* * $Id$ * * Copyright (C) 2003-2015 JNode.org * * This library 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 2.1 of the License, or * (at your option) any later version. * *...
package org.nypl.simplified.app.catalog; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.LayoutInflater; import android.widget.FrameLayout; import com.io7m.jnull.NullCheck; import com.io7m.jnull.Nullable; import org.nypl.simplified.app.Simplified; import org.ny...
package com.marcoabreu.att.bridge; import com.marcoabreu.att.communication.PhysicalDevice; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; /** * Created by AbreuM on 03.08.2016. */ public class PairedHost extends PhysicalDevice { public PairedHost(DeviceClient deviceClient, ObjectInputStre...
/* * Copyright 2016-2021 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...
/* * IRN API v1 * Allows users to extract, create, update and configure IRN data. * * The version of the OpenAPI document: 1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.fact...
/** * Copyright © 2016-2020 The Thingsboard 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 applicab...
/* * Copyright (C) 2016 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may...
package annoyED.data; import java.util.Vector; public class Datapoint { public Integer datapointID; public Vector<Double> vector; public Boolean persist = false; public boolean write; public Integer k; public Datapoint() { this(-1, new Vector<Double>(), false, true, 1000); } public Datapoint(I...
// Copyright (c) 2008 The Board of Trustees of The Leland Stanford Junior University // Copyright (c) 2011, 2012 Open Networking Foundation // Copyright (c) 2012, 2013 Big Switch Networks, Inc. // This library was generated by the LoxiGen Compiler. // See the file LICENSE.txt which should have been included in the sour...
package com.cloudhopper.smpp.transcoder; /* * #%L * ch-smpp * %% * Copyright (C) 2009 - 2015 Cloudhopper by Twitter * %% * 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 * * htt...
package ru.otus.l161; import ru.otus.l161.runner.ProcessRunnerImpl; import ru.otus.l161.server.MirrorSocketMsgServer; import javax.management.MBeanServer; import javax.management.ObjectName; import java.io.IOException; import java.lang.management.ManagementFactory; import java.util.concurrent.Executors; import java.u...
package com.aviary.android.feather.utils; import java.lang.ref.SoftReference; import java.util.HashMap; import android.content.res.AssetManager; import android.graphics.Typeface; public class TypefaceUtils { private static final HashMap<String, SoftReference<Typeface>> sTypeCache = new HashMap<String, SoftReference...
/* * Minecraft Forge * Copyright (c) 2016-2021. * * This library 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 version 2.1 * of the License. * * This library is distributed in the hope that it...
package com.saber.stickyheader.stickyData; public interface StickyMainData { }
// RobotBuilder Version: 1.5 // // This file was generated by RobotBuilder. It contains sections of // code that are automatically generated and assigned by robotbuilder. // These sections will be updated in the future when you export to // Java from RobotBuilder. Do not put any code or make any change in // the blocks...
package com.mtcarpenter.mall.portal.controller; import com.mtcarpenter.mall.common.api.CommonResult; import com.mtcarpenter.mall.model.UmsMemberReceiveAddress; import com.mtcarpenter.mall.portal.service.UmsMemberReceiveAddressService; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; impor...
package io.fabric.sdk.android.services.e; public class w { public final String a; public final String b; public final String c; public final String d; public final String e; public final String f; public final String g; public final String h; public final int i; public final String j; public w...
/* * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. */ package com.checkout.hybris.fulfilmentprocess.test.actions; /** * */ public class SendPaymentFailedNotification extends TestActionTemp { //empty }