text
stringlengths
7
1.01M
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.resourcemanager.databoxedge.implementation; import com.azure.core.http.rest.PagedIterable; import com.azure.core.http.rest.Response; import com....
package com.pedro.rtplibrary.base; import android.content.Context; import android.hardware.Camera; import android.media.MediaCodec; import android.media.MediaFormat; import android.os.Build; import android.util.Log; import android.view.MotionEvent; import android.view.SurfaceView; import android.view.TextureView; imp...
package dao; import java.util.Date; public class Resume_Edu { int r_num; String m_id; String r_title; String r_pic; String r_file; Date r_date; int edu_num; String myedu_sdate; String myedu_edate; String edu_type; String edu_school; String edu_job; public int getR_num() { return r_num; } public...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/datastore/v1/entity.proto package com.google.datastore.v1; /** * * * <pre> * An array value. * </pre> * * Protobuf type {@code google.datastore.v1.ArrayValue} */ public final class ArrayValue extends com.google.protobuf.GeneratedMes...
/* * Copyright 2014 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. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
/* * Copyright (C) 2011 Clearspring Technologies, 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 applicab...
package com.taotao.cloud.java.javase.day17.chap17_3; /** * 单例第三种写法:静态内部类写法 * @author shuigedeng * */ public class SingleTon3 { private SingleTon3() {} private static class Holder{ static SingleTon3 instance=new SingleTon3(); } public static SingleTon3 getInstance() { return Holder.instance; } }
/* * Copyright 2016 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. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/* * Copyright (c) 2015 Falko Schumann * Released under the terms of the MIT License. */ package de.muspellheim.datenverteiler.betriebsmeldungen; import de.bsvrz.dav.daf.main.config.SystemObject; import org.junit.Test; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotSame; impo...
package com.majing.learning.elasticsearch.pool; /** * @author : jingma2 * @date : 2018/7/21 * @description */ public class HostAndPort { private String nodeName; private String host ; private int port ; private String schema; public HostAndPort(String nodeName, String host, int port, String s...
package common.zeroquest; import common.zeroquest.entity.EntityDarkZertum; import common.zeroquest.entity.EntityDestroZertum; import common.zeroquest.entity.EntityJakan; import common.zeroquest.entity.EntityJakanPrime; import common.zeroquest.entity.EntityRedZertum; import common.zeroquest.entity.EntityZertum; ...
/* This file is part of the iText (R) project. Copyright (c) 1998-2020 iText Group NV Authors: iText Software. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 as published by the Free Software Foundation ...
package cn.e3mall.solrj; import java.util.List; import java.util.Map; import org.apache.solr.client.solrj.SolrQuery; import org.apache.solr.client.solrj.SolrServer; import org.apache.solr.client.solrj.impl.HttpSolrServer; import org.apache.solr.client.solrj.response.QueryResponse; import org.apache.solr.common.SolrDo...
/* * 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 commandGenerator.arguments.command.arguments; import java.awt.Component; import java.awt.GridBagConstraints; import java.awt.GridBagLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import java.util.List; import javax.swing.JCheckBox; import javax.swing.JPanel; import commandGe...
/* * Copyright (C) 2018 Shehab Salah * * 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 net.siisise.rss; import java.io.IOException; import java.net.URI; import java.net.URISyntaxException; import java.text.DateFormat; import javax.xml.parsers.ParserConfigurationException; import org.junit.jupiter.api.Test; import org.xml.sax.SAXException; /** * * @author okome */ public class RSS10Test { ...
package org.apereo.cas.webauthn.web.flow; import org.apereo.cas.configuration.CasConfigurationProperties; import org.apereo.cas.util.CollectionUtils; import org.apereo.cas.web.flow.CasWebflowConstants; import org.apereo.cas.web.flow.configurer.AbstractCasMultifactorWebflowConfigurer; import org.apereo.cas.web.flow.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 ...
/* * Copyright 2014-present Facebook, 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...
/* * 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.neuralquest.server.base; import org.hibernate.Hibernate; import org.hibernate.Session; import com.neuralquest.server.dao.iface.AssocDAO; import org.hibernate.criterion.Order; /** * This is an automatically generated DAO class which should not be edited. */ public abstract class BaseAssocDAO ex...
/* * Copyright 2015, Jakob Korherr * * 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 ...
/** * Copyright (c) 2011 Source Auditor 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 appli...
/* * Copyright (c) 2009 University of Durham, England 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...
package com.springlearning.dubbobasic; import com.springlearning.dubbobasic.service.DemoService; import org.springframework.context.ApplicationContext; import org.springframework.context.support.ClassPathXmlApplicationContext; public class ConsumerMain { public static void main(String[] args) { DemoServic...
/* * Zed Attack Proxy (ZAP) and its related class files. * * ZAP is an HTTP/HTTPS proxy for assessing web application security. * * Copyright 2013 The ZAP Development Team * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
package de.jpaw.bonaparte.jpa; import java.sql.Types; import org.eclipse.persistence.internal.helper.DatabaseField; import org.eclipse.persistence.mappings.DatabaseMapping; import org.eclipse.persistence.mappings.converters.Converter; import org.eclipse.persistence.mappings.foundation.AbstractDirectMapping; import or...
package day3; import java.util.Scanner; public class Pattern6 { /* 1 2*3 4*5*6 7*8*9*10 7*8*9*10 4*5*6 2*3 1 // increasing rows: n numbers: i + 1 // decreasing rows: n numbers: n - i number(j)...
package com.refinitiv.eta.json.converter; import com.fasterxml.jackson.databind.JsonNode; import com.refinitiv.eta.codec.DataTypes; import com.refinitiv.eta.codec.Date; import com.refinitiv.eta.codec.DecodeIterator; import com.refinitiv.eta.codec.EncodeIterator; import com.refinitiv.eta.json.util.JsonFactory; import ...
package org.finos.springbot.symphony.controller; import static org.mockito.Mockito.atMost; import java.io.File; import java.io.FileInputStream; import java.nio.charset.Charset; import java.util.HashMap; import java.util.List; import java.util.Map; import org.finos.springbot.entityjson.EntityJson; import org.finos.sp...
package oca.chap4MethodsAndEncapsulation.lambdas; public interface CheckTwoParameters { boolean test(Animal a, Animal b); }
package br.com.zupacademy.fabiano.mercadolivre.detalhe; import br.com.zupacademy.fabiano.mercadolivre.produto.ImagemProduto; public class DetalheImagemProduto { private String link; public DetalheImagemProduto(ImagemProduto imagem) { this.link = imagem.getLink(); } public String getLink() {...
/* * This file is part of LuckPerms, licensed under the MIT License. * * Copyright (c) lucko (Luck) <luck@lucko.me> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * ...
/* * 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 com.avaje.tests.timezone; import com.avaje.ebean.Ebean; import com.avaje.ebean.Transaction; import org.junit.Ignore; import org.junit.Test; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Timestamp; import java.util.Calend...
package net.iponweb.disthene.reader.graphite.functions; import net.iponweb.disthene.reader.beans.TimeSeries; import net.iponweb.disthene.reader.exceptions.EvaluationException; import net.iponweb.disthene.reader.exceptions.InvalidArgumentException; import net.iponweb.disthene.reader.exceptions.TimeSeriesNotAlignedExcep...
package spring.project.bot.service.handlers; import lombok.AllArgsConstructor; import lombok.SneakyThrows; import org.springframework.stereotype.Service; import spring.project.bot.model.DataMessage; import java.util.List; @Service @AllArgsConstructor public class MessageBotHandlerRunnerImpl implements Mes...
/* * Copyright (c) 2008-2019, 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 ...
package c1_4_thread.cn.enjoyedu.ch2; import java.util.Random; import java.util.concurrent.LinkedBlockingDeque; /*工作密取*/ public class SecretWorkFetch { private static class Work implements Runnable{ private static Object object=new Object(); private static int count=0; public final int i...
package com.catalog.freezer.repository; import java.util.Date; import org.springframework.data.domain.Page; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.data.jpa.repository.Query; import org.springframework.data.repository.query.Param; import org.springframework.stereotype...
package com.lilithsthrone.game.character.npc.misc; import java.time.Month; import java.util.HashSet; import java.util.List; import java.util.Set; import org.w3c.dom.Document; import org.w3c.dom.Element; import com.lilithsthrone.game.Game; import com.lilithsthrone.game.character.CharacterImportSetting; import com.lil...
/* * 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 autopilot; import xplane.XplaneInputOutput; import gui.ControlPanel; import java.util.logging.Level; import java.util.logging....
package org.hzero.plugin.platform.hr.api.controller; import java.util.List; import org.hzero.core.base.BaseConstants; import org.hzero.core.base.BaseController; import org.hzero.core.util.Results; import org.hzero.mybatis.helper.SecurityTokenHelper; import org.hzero.plugin.platform.hr.api.dto.EmployeeDTO; 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 com.jme3.shader.layout; import com.jme3.util.SafeArrayList; import java.lang.reflect.Field; import java.util.HashMap; import j...
package com.ejoy.tool.ui.data.adapter; import android.app.Activity; import android.os.Build; import android.support.annotation.NonNull; import android.support.v4.view.PagerAdapter; import android.support.v4.view.ViewPager; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; impo...
/* * Copyright (C) 2014 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...
/* * 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 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writi...
public class Muestra { int idmuestra; String codigo; public Muestra(int idmuestra, String codigo) { this.idmuestra = idmuestra; this.codigo = codigo; } public int getIdmuestra() { return idmuestra; } public void setIdmuestra(int idmuestra) { this.idmuestra ...
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package de.plushnikov.intellij.plugin.jps; import com.intellij.compiler.server.BuildProcessParametersProvider; import com.intellij.openapi.application.ReadAction; import com.inte...
package org.openplacereviews.opendb.service; import org.junit.After; import org.junit.Before; import org.junit.ClassRule; import org.junit.Test; import org.mockito.InjectMocks; import org.mockito.Mockito; import org.mockito.MockitoAnnotations; import org.mockito.Spy; import org.openplacereviews.opendb.OpenDBServer; im...
package org.hl7.fhir.r5.model.codesystems; /* * #%L * org.hl7.fhir.r5 * %% * Copyright (C) 2014 - 2019 Health Level 7 * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at *...
package pinacolada.cards.fool.series.Elsword; import com.badlogic.gdx.graphics.Color; import com.megacrit.cardcrawl.cards.AbstractCard; import com.megacrit.cardcrawl.cards.CardGroup; import com.megacrit.cardcrawl.cards.DamageInfo; import com.megacrit.cardcrawl.characters.AbstractPlayer; import com.megacrit.cardcrawl.c...
/* * Copyright (c) 2017 m2049r * * 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.github.zhve.ideaplugin; /* * 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,...
/* * 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 ...
/* * Copyright (C) Lightbend Inc. <https://www.lightbend.com> */ package play.components; import akka.actor.ActorSystem; import akka.actor.typed.Scheduler; import play.api.libs.concurrent.AkkaSchedulerProvider; /** Akka Typed components. */ public interface AkkaTypedComponents { ActorSystem actorSystem(); def...
/* * * * Copyright 2010-2016 OrientDB LTD (http://orientdb.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 ...
package com.mygdx.game; import com.badlogic.gdx.Application; import com.badlogic.gdx.Game; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.scenes.scene2d.Stage; import com.badlogic.gdx.scenes.scene2d.ui.Skin; import com.badlogic.gdx.utils.viewport.ScreenViewport; import com.mygdx.game.Managers.ResourceManager; im...
/* * Copyright (C) 2010 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
package com.oath.cyclops.jackson.serializers; import com.fasterxml.jackson.core.JsonGenerator; import com.fasterxml.jackson.databind.JsonSerializer; import com.fasterxml.jackson.databind.SerializerProvider; import cyclops.data.tuple.Tuple2; import cyclops.data.tuple.Tuple3; import lombok.AllArgsConstructor; import lom...
import java.io.*; import java.util.*; public class solutionOfLab11A { static class node{ long L; long R; long N; node(){}; node(long L,long R,long N){ this.L = L; this.R = R; this.N = N; } } static ArrayList<node> table = n...
package com.algorithm.programmers.level2; public class StockPrice { public static void main(String[] args) { // 문제 설명 // 초 단위로 기록된 주식가격이 담긴 배열 prices가 매개변수로 주어질 때, 가격이 떨어지지 않은 기간은 몇 초인지를 return 하도록 solution 함수를 완성하세요. // // 제한사항 // prices의 각 가격은 1 이상 10,000 이하인 자연수입니다. // prices의 길이는 2 이상 100,000 이하입니다. ...
package seedu.address.logic.parser; import static seedu.address.commons.core.Messages.MESSAGE_INVALID_COMMAND_FORMAT; import seedu.address.commons.core.index.Index; import seedu.address.logic.commands.DeleteNoteCommand; import seedu.address.logic.parser.exceptions.ParseException; /** * Parses input arguments and cr...
/* Copyright 2002-2021 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...
package com.ihltx.utility.acl.service.impl; import com.ihltx.utility.acl.config.AclConfig; import com.ihltx.utility.acl.entity.SysLoginFailure; import com.ihltx.utility.acl.entity.SysModule; import com.ihltx.utility.acl.entity.SysUser; import com.ihltx.utility.acl.mapper.SysLoginFailureMapper; import com.ihltx.utility...
package com.example.trutziwms; import android.content.Context; import androidx.test.platform.app.InstrumentationRegistry; import androidx.test.ext.junit.runners.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on a...
/** * <a href="http://www.openolat.org"> * OpenOLAT - Online Learning and Training</a><br> * <p> * Licensed under the Apache License, Version 2.0 (the "License"); <br> * you may not use this file except in compliance with the License.<br> * You may obtain a copy of the License at the * <a href="http://www.apache...
package com.jamesdube.laravelnewsapp.util; import android.util.Log; import com.google.gson.JsonDeserializationContext; import com.google.gson.JsonDeserializer; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import com.google.gson.JsonParseException; import com.jamesdube.laravelnewsapp.App; imp...
/**************************************************************** * 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...
package io.memoria.reactive.core.file; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import java.nio.file.Path; import java.time.Duration; import java.util.ArrayList; import static io.memoria.reactive.core.file.TestUtils.FILES_COUNT; import static io.memoria.reactive.core.file.TestUtils...
package org.firstinspires.ftc.teamcode.old; import com.qualcomm.robotcore.eventloop.opmode.Autonomous; import com.qualcomm.robotcore.eventloop.opmode.Disabled; import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode; import com.qualcomm.robotcore.hardware.CRServo; import com.qualcomm.robotcore.hardware.DcMotor; im...
package org.hitlabnz.sensor_fusion_demo; import javax.microedition.khronos.egl.EGLConfig; import javax.microedition.khronos.opengles.GL10; import org.hitlabnz.sensor_fusion_demo.orientationProvider.OrientationProvider; import org.hitlabnz.sensor_fusion_demo.representation.Quaternion; import android.opengl.GLSurfaceV...
package com.android.billingclient.api; public final /* synthetic */ class q implements Runnable { /* renamed from: b reason: collision with root package name */ public final /* synthetic */ s f2769b; public /* synthetic */ q(s sVar) { this.f2769b = sVar; } public final void run() { ...
/* * Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
package com.jstechnologies.helpinghands.utils; import com.jstechnologies.helpinghandscloud.CloudRequest; public class URLs { private static String ROOT_URL="http://192.168.1.26:3000/api/v1"; public static String getUrlFor(String route, CloudRequest.RequestType requestType) { return ROOT_URL+"/"+ro...
package com.scaleset.cfbuilder.ec2.metadata; import com.fasterxml.jackson.annotation.JsonAnyGetter; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annotation.JsonInclude; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; public class ...
package kafka.benchmark; import benchmark.common.Utils; import benchmark.common.advertising.CampaignProcessorCommon; import benchmark.common.advertising.RedisAdCampaignCache; import org.apache.commons.cli.CommandLine; import org.apache.commons.cli.CommandLineParser; import org.apache.commons.cli.DefaultParser; import ...
package mage.sets; import mage.cards.ExpansionSet; import mage.constants.Rarity; import mage.constants.SetType; /** * @author TheElk801 */ public final class StrixhavenMysticalArchive extends ExpansionSet { private static final StrixhavenMysticalArchive instance = new StrixhavenMysticalArchive(); public s...
/*- * -\-\- * bigtable-autoscaler * -- * Copyright (C) 2018 Spotify AB * -- * 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 * * U...
/* * Copyright 2009-2012 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 * * Unles...
package gwt.material.design.client.ui; /* * #%L * GwtMaterial * %% * Copyright (C) 2015 GwtMaterialDesign * %% * 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.ap...
package com._4point.aem.docservices.rest_services.server.data; import static org.junit.jupiter.api.Assertions.*; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.*; import java.io.InputStream; import java.nio.charset.StandardCharsets; import org.apache.commons.io.IOU...
/* * Copyright 2010-2013 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 seedu.addressbook.data.person; class Contact { protected String value; protected boolean isPrivate; @Override public int hashCode() { return value.hashCode(); } public boolean isPrivate() { return isPrivate; } }
package com.github.mygreen.supercsv.cellprocessor.format; import com.github.mygreen.supercsv.annotation.format.CsvFormat; /** * 文字列とオブジェクトの相互変換を行うインタフェースです。 * * @param <T> オブジェクトのタイプ * @since 2.0 * @author T.TSUCHIE * */ public interface TextFormatter<T> extends TextParser<T>, TextPrinter<T> { ...
/* * 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 uk.co.hmtt.gym.app.service; import uk.co.hmtt.gym.app.model.Activity; import uk.co.hmtt.gym.app.model.Exclusion; import uk.co.hmtt.gym.app.model.User; import uk.co.hmtt.gym.app.model.UserActivity; import java.util.Date; import java.util.List; import java.util.Map; import java.util.Set; public interface UserA...
package com.example.lulin.todolist.Utils; import android.content.Context; import android.media.MediaPlayer; import android.media.MediaPlayer.OnCompletionListener; import android.preference.PreferenceManager; /** * 4.4 出现 MediaPlayer: Should have subtitle controller already set 错误 * Don't care about this ...
/* * 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 mlkit; import android.content.Intent; import android.graphics.BitmapFactory; import android.os.Bundle; import android.support.design.widget.FloatingActionButton; import android.util.Log; import android.widget.Button; import android.widget.TextView; import android.widget.Toast; import com.google.firebase.Fireb...
package com.atguigu.gmall.ums.entity; import com.baomidou.mybatisplus.annotation.TableId; import com.baomidou.mybatisplus.annotation.TableName; import java.math.BigDecimal; import java.io.Serializable; import java.util.Date; import lombok.Data; /** * 统计信息表 * * @author lmx * @email lmx@atguigu.com * @date 2020-...
package com.hbird.common.chating.components; import android.graphics.Color; import android.graphics.Paint; import com.hbird.common.chating.utils.Utils; /** * Class representing the y-axis labels settings and its entries. Only use the setter methods to * modify it. Do not * access public variables directly. Be awa...
/* * Copyright 2018 JDCLOUD.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 by applicable law or agreed to in...
/* Copyright 2019 The TensorFlow Authors. 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 applicable law or a...
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). * You may not use this file except in compliance with the License. * A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "license" ...
package com.applozic.mobicomkit.contact; import android.content.Context; import android.graphics.Bitmap; import android.text.TextUtils; import com.applozic.mobicomkit.Applozic; import com.applozic.mobicomkit.api.attachment.FileClientService; import com.applozic.mobicomkit.api.people.AlGetPeopleTask; import com.apploz...
package epicsquid.roots.network.fx; import epicsquid.mysticallib.util.Util; import epicsquid.roots.particle.ParticleUtil; import epicsquid.roots.spell.SpellShatter; import io.netty.buffer.ByteBuf; import net.minecraft.client.Minecraft; import net.minecraft.util.math.MathHelper; import net.minecraft.world.World; import...