text
stringlengths
7
995k
/* * Copyright LWJGL. All rights reserved. * License terms: http://lwjgl.org/license.php * MACHINE GENERATED FILE, DO NOT EDIT */ package org.lwjgl.opengles; import static org.lwjgl.system.Checks.*; import static org.lwjgl.system.JNI.*; /** * Native bindings to the <a href="https://www.khronos.org/registry/gles/...
package org.hisp.dhis.program; /* * Copyright (c) 2004-2017, 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 above copyri...
/* * smart-doc * * Copyright (C) 2018-2021 smart-doc * * 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 ...
/* * 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 ...
/* *AVISO LEGAL © Copyright *Este programa esta protegido por la ley de derechos de autor. *La reproduccion o distribucion ilicita de este programa o de cualquiera de *sus partes esta penado por la ley con severas sanciones civiles y penales, *y seran objeto de todas las sanciones legales que correspondan. *Su conteni...
/* * Copyright (c) 2017 Tran Le Duy * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
/* * SPDX-License-Identifier: Apache-2.0 * * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. */ /* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distribute...
package com.zlikun.jee.j005; import org.junit.Test; import java.lang.ref.PhantomReference; import java.lang.ref.ReferenceQueue; /** * 虚引用测试 * @author zlikun <zlikun-dev@hotmail.com> * @date 2018/8/3 19:19 */ public class PhantomReferenceTest { static class MyType { @Override protected void f...
/* * Copyright (c) 2010-2013, MoPub Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * Redistributions of source code must retain the above copyright * notice, this list of con...
/** * 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 fr.utbm.gl52.tree.model.binary; import fr.utbm.gl52.tree.factory.TreeNodeFactory; import fr.utbm.gl52.tree.model.AbstractTree; /** This interface represents a tree of data. * * @author sgalland * @param <N> the type of the nodes into the tree. * @param <D> the type of the data that is stored into the tre...
package ui.activity; import android.app.Activity; import android.app.ProgressDialog; import android.content.Intent; import android.graphics.Color; import android.os.Bundle; import android.os.Handler; import android.os.Message; import android.support.v7.app.AlertDialog; import android.util.Log; import android.view.Disp...
/** * Service layer beans. */ package com.alozanpe.demo.service;
package demo.springboot.akka.helloworld2; import akka.actor.AbstractActor; import akka.actor.Props; import akka.event.Logging; import akka.event.LoggingAdapter; import java.util.Optional; /** * *@author: bilahepan *@date: 2018/12/3 上午10:24 */ public class IotSupervisor extends AbstractActor { private final L...
package com.javaedge.concurrency.example.aqs.semaphore; import lombok.extern.slf4j.Slf4j; import java.util.Queue; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.Semaphore; import java.util.concurrent.TimeUnit; /** * @author JavaEdge */ @Slf4j public ...
package it.unicam.cs.pa.pacal; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions.*; class StackCalcStateTest { @Test void setValue() { StackCalcState scs = new StackCalcState(); scs.setValue(10.0); scs.setValue(20.0); assertEquals(20.0,scs.getV...
/** * @Author: 码上talk|RC * @Date: 2020-06-09 23:20:41 * @LastEditTime: 2021-03-12 16:03:33 * @LastEditors: 码上talk|RC * @Description: * @FilePath: /tacomall-api/api/admin/src/main/java/cn/tacomall/apiadmin/controller/TmController.java * @Just do what I think it is right */ package store.tacomall.apiadmin.contro...
/** * Copyright 2017 Pivotal Software, Inc. * <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 applicab...
package com.supermap.gaf.common.storage.config; public class StorageNotFoundException extends RuntimeException { public StorageNotFoundException(String message) { super(message); } }
package com.yatoooon.screenadaptation; import android.content.Context; import android.util.Log; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import com.yatoooon.screenadaptation.conversion.SimpleConversion; import com.yatoooon.screenadaptation.utils.ViewUtils; import com.ya...
/* Copyright 2002-2020 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * CS licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
/* * Copyright 2002-2017 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, OpenCensus 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 ag...
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
package retrofit2.http; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Documented @Target({ElementType.PARAMETER}) @Retention(RetentionPolicy.RUNTIME) public @inte...
/* * Copyright 2010 salaboy. * * 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 org.dzhuang.dynamic.preprocessing; import java.io.BufferedReader; import java.io.File; import java.io.FileReader; import java.io.IOException; import java.io.PrintWriter; import java.util.ArrayList; import java.util.Arrays; import java.util.HashSet; import org.dzhuang.dynamic.DynaMo.Network; import org.dzhuang...
package model.rules; import model.Box; import model.ProofRow; import model.formulas.Conjunction; import model.formulas.Formula; import start.Constants; public class ConjunctionIntro extends Rule { //indexes of the premises private Integer premise1; private Integer premise2; public ConjunctionIntro()...
package com.wczy.gulimall.product.service; import com.baomidou.mybatisplus.extension.service.IService; import com.wczy.common.utils.PageUtils; import com.wczy.gulimall.product.entity.AttrEntity; import java.util.Map; /** * 商品属性 * * @author wczy * @email wuchengzhi368@gmail.com * @date 2021-11-15 19:07:28 */ 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 at.meinedomain.CheckIt; import java.util.ArrayList; import android.app.Activity; import android.content.Context; import android.net.wifi.p2p.WifiP2pDevice; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; ...
/* * 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 ...
/* * 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 2018 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 ...
/* * 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 com.atguigu.gulimall.coupon.controller; import java.util.Arrays; import java.util.Map; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web.bind.ann...
package com.athenaeum.bukkit.plugin.components; public class ComponentController { }
package sch.frog.sparrow.doodle; import java.util.Random; /** * 欧几里得算法计算最大公约数 */ public class GreatestCommonDivisor { public static void main(String[] args){ Random r = new Random(); int step = 0; for(int i = 0; i < 1000000000; i++){ if(i % 10000000 == 0){ S...
/* Copyright (C) 2002 Univ. of Massachusetts Amherst, Computer Science Dept. This file is part of "MALLET" (MAchine Learning for LanguagE Toolkit). http://www.cs.umass.edu/~mccallum/mallet This software is provided under the terms of the Common Public License, version 1.0, as published by http://www.opensou...
/* * Copyright (C) 2015-2022 Philip Helger (www.helger.com) * 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/LICEN...
package biweekly.util; import java.util.ArrayList; import java.util.Arrays; import java.util.Collection; import java.util.Collections; import java.util.Date; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.TimeZone; import biweekly.property.DateStart; import biweekly.util.com.g...
/* * * Copyright 2010 Leeds Metropolitan University * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. You may obtain * a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appl...
/** * Copyright 2021 Tianmian Tech. 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 ...
/* * MIT License * * Copyright (c) 2017 Inova IT * * 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,...
package com.uday.fitdata.database; import android.content.Context; import android.database.sqlite.SQLiteDatabase; import android.util.Log; /** * Created by chris.black on 8/5/16. * * DB helper. */ public class SimpleDBHelper { private final static String TAG = "MULTI-THREAD-DB-HELPER"; private MultiThre...
/* * Copyright 2019 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
package io.wisoft.project; import io.wisoft.project.common.State; import io.wisoft.project.factory.ServerFactory; import io.wisoft.project.server.Server; import io.wisoft.project.singleton.ServerFactorySingleton; import io.wisoft.project.dao.dto.user.UserDTO; public class Application { public static void main(S...
/* * Copyright (c) 2008-2019 Geode Systems 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 ag...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may n...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. See License.txt in the project root for // license information. // // Code generated by Microsoft (R) AutoRest Code Generator. // Changes may cause incorrect behavior and will be lost if the code is // regenerated. /** * T...
package net.earthcomputer.clientcommands; import net.earthcomputer.clientcommands.features.ChorusManipulation; import net.earthcomputer.clientcommands.features.EnchantmentCracker; import net.earthcomputer.clientcommands.features.FishingCracker; import net.earthcomputer.clientcommands.features.PlayerRandCracker; import...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE89_SQL_Injection__URLConnection_executeQuery_81_goodG2B.java Label Definition File: CWE89_SQL_Injection.label.xml Template File: sources-sinks-81_goodG2B.tmpl.java */ /* * @description * CWE: 89 SQL Injection * BadSource: URLConnection Read data from a web server with...
package com.coder.usesqlitedatabase; import android.app.Application; import android.test.ApplicationTestCase; /** * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> */ public class ApplicationTest extends ApplicationTestCase<Application> { public ApplicationTest() { ...
package net.minecraft.scoreboard; import com.google.common.collect.Lists; import com.google.common.collect.Maps; import java.util.ArrayList; import java.util.Collection; import java.util.Collections; import java.util.List; import java.util.Map; import net.minecraft.entity.Entity; import net.minecraft.entity.player.P...
package so.asch.sdk.impl; import org.apache.http.HttpEntityEnclosingRequest; import org.apache.http.HttpResponse; import org.apache.http.client.methods.HttpGet; import org.apache.http.client.methods.HttpPost; import org.apache.http.entity.StringEntity; import org.apache.http.impl.client.CloseableHttpClient; import org...
/* * 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 UserInterface.BillingManagerRole; import EcoSystem.EcoSystem; import EcoSystem.Enterprise.Enterprise; import EcoSystem.Network...
/** * 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 m...
package application.service; import java.time.LocalDate; import java.util.List; import application.entity.CarDoc; import application.entity.DriverDoc; import application.entity.ModelDoc; import application.entity.RentRecordDoc; import dto.CarDTO; import dto.DriverDTO; import dto.ModelDTO; import dto.RentRecordDTO; 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...
// // Getdown - application installer, patcher and launcher // Copyright (C) 2004-2016 Getdown authors // https://github.com/threerings/getdown/blob/master/LICENSE package com.threerings.getdown.tools; import java.io.File; import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.IOException; i...
package org.hisp.dhis.program; /* * Copyright (c) 2004-2016, 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 above copyri...
package me.yokeyword.fragmentation; import android.os.Bundle; import android.view.MotionEvent; import androidx.annotation.DrawableRes; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.appcompat.app.AppCompatActivity; import me.yokeyword.fragmentation.anim.FragmentAnimator; /*...
package fk.prof.backend.exception; public class BackendAssociationException extends RuntimeException implements ProfException { private boolean serverFailure = false; public BackendAssociationException() { super(); } public BackendAssociationException(String message) { super(message); } public B...
/* MazeMode: A Maze-Solving Game Copyright (C) 2008-2010 Eric Ahnell Any questions should be directed to the author via email at: products@puttysoftware.com */ package com.puttysoftware.mazemode.maze.effects; import com.puttysoftware.randomnumbers.RandomRange; public class Drunk extends MazeEffect { // Constru...
/* * 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.github.nacoswaiterservice.controller; import com.github.nacoswaiterservice.controller.request.NewCoffeeRequest; import com.github.nacoswaiterservice.model.Coffee; import com.github.nacoswaiterservice.service.CoffeeService; import lombok.extern.slf4j.Slf4j; import org.apache.commons.lang3.StringUtils; impo...
package oneProducerOneConsumer; /** * DO NOT MODIFY */ public class Consumer implements Runnable { private final Buffer buffer; public Consumer(Buffer buffer) { this.buffer = buffer; } @Override public void run() { for (int i = 0; i < Main.N; i++) { int value = buffe...
package io.quarkus.jsonb.deployment; import javax.inject.Inject; import javax.json.bind.adapter.JsonbAdapter; // scope annotation is added automatically public class AlphaAdapter implements JsonbAdapter<Alpha, String> { @Inject Bravo bravo; @Override public String adaptToJson(Alpha obj) throws Excep...
/* * Copyright (C) 2015 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. The ASF 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 * * ...
package org.cloudfoundry.multiapps.controller.core.helpers; import static org.junit.Assert.assertEquals; import java.io.InputStream; import java.util.Arrays; import java.util.List; import java.util.Map; import java.util.Set; import java.util.stream.Collectors; import org.cloudfoundry.multiapps.common.SLException; im...
package com.mypurecloud.sdk.v2.api.request; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonValue; import com.mypurecloud.sdk.v2.ApiException; import com.mypurecloud.sdk.v2.ApiClient; import com.mypurecloud.sdk.v2.ApiRequest; import com.mypurecloud.sdk.v2.ApiRequestBuil...
/** * Copyright 2018-2021 Dynatrace 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 ag...
/* * To change this license header, choose License Headers in Project Properties. * To change this template file, choose Tools | Templates * and open the template in the editor. */ package com.curso.hibernatesearch0002; import java.util.Date; import java.util.HashSet; import java.util.Set; import javax.persistence...
/* * This file is part of ELKI: * Environment for Developing KDD-Applications Supported by Index-Structures * * Copyright (C) 2019 * ELKI Development Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the...
package com.sequenceiq.redbeams.service; import javax.inject.Inject; import org.springframework.stereotype.Service; import com.sequenceiq.cloudbreak.service.secret.model.SecretResponse; import com.sequenceiq.cloudbreak.service.secret.service.SecretService; import com.sequenceiq.environment.api.v1.credential.endpoint...
/* * Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license * Click nbfs://nbhost/SystemFileSystem/Templates/Classes/Class.java to edit this template */ package edu.nwmissouri.challenge; /** * * @author Rohan Reddy Kondaveeti */ public class Circle extends AbstractShap...
// This is a generated file. Not intended for manual editing. package com.arangodb.intellij.aql.grammar.generated.psi; import org.jetbrains.annotations.NotNull; import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; public class AqlVisitor extends PsiElementVisitor { public void visitAnaly...
package org.cyclopsgroup.jmxterm.io; import java.io.IOException; import java.io.PrintWriter; import java.io.Writer; import org.apache.commons.io.output.NullWriter; import org.apache.commons.lang3.Validate; /** * A command output that writes result and message to given writers * * @author <a href="mailto:jiaqi.guo@...
/* * Copyright 2016 Yahoo 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 i...
package com.sun.corba.se.spi.activation.LocatorPackage; /** * com/sun/corba/se/spi/activation/LocatorPackage/ServerLocationPerORBHelper.java . * Generated by the IDL-to-Java compiler (portable), version "3.2" * from c:/re/workspace/8-2-build-windows-amd64-cygwin/jdk8u151/9699/corba/src/share/classes/com/sun/corba/se/...
/* * 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 ...
/** * 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 StSShapeShifter.powers; import basemod.interfaces.CloneablePowerInterface; import com.badlogic.gdx.graphics.Texture; import com.badlogic.gdx.graphics.g2d.TextureAtlas; import com.megacrit.cardcrawl.actions.common.ReducePowerAction; import com.megacrit.cardcrawl.cards.DamageInfo; import com.megacrit.cardcrawl.c...
// Copyright 2018-2022 Polyaxon, 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...
/******************************************************************************* * Copyright (c) 1998, 2013 Oracle and/or its affiliates. All rights reserved. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0...
/* * 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...
/* * 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 ...
/** * <auto-generated /> * This file was generated by a StringTemplate 4 template. * Don't change it directly as your change would get overwritten. Instead, make changes * to the .stg file (i.e. the StringTemplate 4 template file) and save it to regenerate this file. * * For more infor on StringTemplate 4 template plea...
/** * 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) 2021 pedroSG94. * * 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 i...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with this * work for additional information regarding copyright ownership. The ASF * licenses this file to you under the Apache License, Version 2.0 (the * "License"); you may n...
package abi41_0_0.org.unimodules.interfaces.sensors.services; import abi41_0_0.org.unimodules.interfaces.sensors.SensorService; public interface BarometerService extends SensorService { }
package com.xiaofa.flutter_lc_im; import android.app.Activity; import android.app.Notification; import android.app.NotificationManager; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; import android.graphics.BitmapFactory; import androidx.core.app.NotificationCompat; ...
/* * 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.sql.expression.predicate.operator.comparison; ...
//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 not u...
package com.antelope.android.map; import android.Manifest; import android.content.pm.PackageManager; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.v4.app.ActivityCompat; import android.support.v4.content.ContextCompat; import android.support.v7.app.AppCompatActivity; impor...
package br.com.bootcamp.casaDoCodigo.cupom.model; import br.com.bootcamp.casaDoCodigo.cupom.model.Cupom.Cupom; import org.junit.jupiter.api.DisplayName; import org.junit.jupiter.api.Test; import org.junit.jupiter.params.ParameterizedTest; import org.junit.jupiter.params.provider.CsvSource; import java.math.BigDecimal...