text
stringlengths
7
995k
package com.google.api.ads.dfp.jaxws.v201508; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlSeeAlso; import javax.xml.bind.annotation.XmlType; /** * * Represents the action that can be performed on {@link BaseRate}...
/******************************************************************************* * Copyright 2017 Cognizant Technology Solutions * * 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 * * h...
/* * Copyright LWJGL. All rights reserved. * License terms: https://www.lwjgl.org/license * MACHINE GENERATED FILE, DO NOT EDIT */ package org.lwjgl.vulkan; import javax.annotation.*; import java.nio.*; import org.lwjgl.*; import org.lwjgl.system.*; import static org.lwjgl.system.MemoryUtil.*; import static org...
package com.lyldding.textselect; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test public voi...
package com.alipay.api.domain; import java.util.List; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.internal.mapping.ApiListField; /** * 批量失效任务流水 * * @author auto create * @since 1.0, 2020-07-27 22:20:57 */ public class AlipayInsSceneTaskflowBatchFini...
package universalcoins.tile; import net.minecraft.enchantment.Enchantment; import net.minecraft.item.ItemStack; import net.minecraft.nbt.NBTTagCompound; import net.minecraft.nbt.NBTTagList; import net.minecraft.tileentity.TileEntity; import net.minecraft.util.StatCollector; import net.minecraftforge.common.util.Consta...
package pl.allblue.cube; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test public void additi...
package org.infinispan.client.hotrod.counter; import static org.infinispan.server.hotrod.counter.impl.BaseCounterImplTest.assertNextValidEvent; import static org.infinispan.server.hotrod.counter.impl.BaseCounterImplTest.assertNoEvents; import static org.infinispan.server.hotrod.counter.impl.BaseCounterImplTest.assertV...
package com.xlc.spartacus.comment.xxljob.config; import com.xxl.job.core.executor.impl.XxlJobSpringExecutor; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Bean; import org.springframework.context.annotat...
// Copyright 2016 The Chromium 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 org.chromium.chrome.browser.ntp.cards; import android.support.annotation.CallSuper; import android.support.annotation.Nullable; import org.chrom...
package co.platform.interfaces; import co.platform.kvstore.CompletionObject; import static android.R.attr.value; /** * BreadWallet * <p/> * Created by Mihail Gutan on <mihail@breadwallet.com> 11/13/16. * Copyright (c) 2016 breadwallet LLC * <p/> * Permission is hereby granted, free of charge, to any person obt...
package at.mchris.popularmovies; import android.databinding.DataBindingUtil; import android.net.Uri; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.MenuItem; import android.view.View; ...
package org.ttscoupe.modules.system.service.impl; import com.alibaba.fastjson.JSONObject; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import org.ttscoupe.common.api.vo.Result; import org.ttscoupe.common.util.PmsUtil; import org.ttscoupe.modules.system.entity.SysRole; import org.ttscoupe.modules...
/* * Licensed to Metamarkets Group Inc. (Metamarkets) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. Metamarkets licenses this file * to you under the Apache License, Version 2.0 (the * "License"); yo...
/** * Copyright (c) 2017 Dell Inc., or its subsidiaries. * * 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 under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
/* * Copyright (c) 2015-2021, Oracle and/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. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * ...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to you under the Apache License, Version 2.0 * (the "License"); you may ...
// -------------------------------------------------------------------------------- // Copyright 2002-2021 Echo Three, 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:/...
/* * 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 dev.vality.adapter.common.damsel; import lombok.AccessLevel; import lombok.NoArgsConstructor; import java.util.Map; import static java.lang.Integer.parseInt; @NoArgsConstructor(access = AccessLevel.PRIVATE) public class OptionsExtractors { public static final String TIMER_REDIRECT_TIMEOUT = "redirect_t...
package com.fsck.k9.mail.store; import com.fsck.k9.mail.MessagingException; import com.fsck.k9.mail.filter.FixedLengthInputStream; import com.fsck.k9.mail.filter.PeekableInputStream; import java.io.IOException; import java.io.InputStream; import java.text.ParseException; import java.text.SimpleDateFormat; import java....
package com.caiiiac.gulimall.ware.controller; import java.util.Arrays; import java.util.Date; import java.util.List; import java.util.Map; import com.caiiiac.gulimall.ware.vo.MergeVo; import com.caiiiac.gulimall.ware.vo.PurchaseDoneVo; import org.springframework.beans.factory.annotation.Autowired; import org.springfr...
/* * 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.awesome.pro.utilities.json; import org.apache.log4j.Logger; import com.awesome.pro.utilities.StringUtils; import com.google.gson.JsonElement; import com.google.gson.JsonObject; public class JsonUtilities { private static Logger LOGGER = Logger.getLogger(JsonUtilities.class); /** * Do check for null...
/* Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed...
/* * Copyright 2000-2015 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
/* * (C) Copyright 2006-2012 Nuxeo SA (http://nuxeo.com/) and others. * * 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 re...
package academy.learnprogramming.arraylist; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.List; /** * @author goran on 11/07/2017. */ public class SortingList { public static void main(String[] args) { List<String> numsList = new ArrayList<>(); ...
/* * 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.security.authc.ldap; import com.unboundid.lda...
/** * Copyright (C) 2013-2014 Sage 42 Apps Sdn Bhd * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
package com.binarysprite.wake.builder; import java.io.BufferedOutputStream; import java.io.BufferedReader; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.FileOutputStream; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStrea...
/* * Copyright (c) 2018, NotFoxtrot <https://github.com/NotFoxtrot> * Copyright (c) 2018 Abex * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must ret...
package org.flhy.ext.trans.steps; import com.mxgraph.model.mxCell; import com.mxgraph.util.mxUtils; import org.flhy.ext.core.PropsUI; import org.flhy.ext.trans.step.AbstractStep; import org.flhy.ext.utils.JSONArray; import org.pentaho.di.core.database.DatabaseMeta; import org.pentaho.di.i18n.BaseMessages; import org.p...
package com.example.kafka.streams.solution; import io.vavr.collection.HashMap; import org.apache.kafka.common.serialization.Serde; import org.apache.kafka.common.serialization.Serdes; import org.apache.kafka.streams.Consumed; import org.apache.kafka.streams.KafkaStreams; import org.apache.kafka.streams.KeyValue; impor...
package org.opentosca.planbuilder.core.bpel.typebasedplanbuilder; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Objects; import java.util.Optional; import javax.xml.namespace.QName; import javax.xml.parsers.ParserConfigurationException; import org...
package expressions; public class Mul extends BinaryExpression { public Mul(Expression left, Expression right) { super(left, right); } @Override public double calculate() { return left.calculate()*right.calculate(); } }
/* * Copyright 2013-2014 must-be.org * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
package seedu.address.logic.parser; import static org.junit.jupiter.api.Assertions.assertDoesNotThrow; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertTrue; import static seedu.address.logic.parser.ParserUtil.MESSAGE_INVALID_INDEX; import static seedu.a...
/* * Copyright 2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
/* * ----------------------------------------------------------------------------- * VIPER SOFTWARE SERVICES * ----------------------------------------------------------------------------- * * @(#)filename.java 1.00 2008/06/15 * * Copyright 1998-2008 by Viper Software Services * All rights reserve...
package com.forgqi.resourcebaseserver.config; import ch.qos.logback.classic.AsyncAppender; import ch.qos.logback.classic.LoggerContext; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; import lombok.extern.slf4j.Slf4j; import net.logstash.logback.appender.L...
// ======================================================================== // $Id: Credential.java,v 1.7 2005/08/13 00:01:28 gregwilkins Exp $ // Copyright 1998-2004 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // Licensed under the Apache License, Version 2...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: service.proto package org.jetbrains.r.rinterop; public interface RLibraryPathListOrBuilder extends // @@protoc_insertion_point(interface_extends:rplugininterop.RLibraryPathList) com.google.protobuf.MessageOrBuilder { /** * <code>repe...
/* * Copyright 2017-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 (C) 2015 The Gravitee team (http://gravitee.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 requ...
package com.example.transaction.dao; import com.baomidou.mybatisplus.core.conditions.Wrapper; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.example.transaction.dto.account.SimpleAccount; import com.example.transaction.pojo.Account; import com.example.transaction.pojo.AccountNotify; import com.exam...
/** * Copyright 2009-2019 PrimeTek. * * 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 iiuf.awt; import java.awt.Menu; import java.awt.MenuBar; import java.awt.MenuItem; import java.awt.MenuShortcut; import java.awt.Rectangle; import java.awt.Color; import java.awt.event.WindowListener; import java.awt.event.ActionListener; import java.awt.event.WindowEvent; import java.awt.event.ActionEvent; im...
/* * Copyright 2016 Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apach...
package eu.woolplatform.wool.model; import java.util.List; public interface WoolLoggedDialogue { String getId(); void setId(String id); String getUser(); void setUser(String user); String getLocalTime(); void setLocalTime(String localTime); long getUtcTime(); void setUtcTime(long utcTime); String getTimezone...
package com.microsoft.bingads.v10.campaignmanagement; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for anon...
/******************************************************************************* * ============LICENSE_START======================================================= * org.onap.dmaap * ================================================================================ * Copyright © 2017 AT&T Intellectual Property. A...
/** * The MIT License * Copyright (c) 2014 Benoit Lacelle * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy,...
/* * Copyright (c) 2007 innoSysTec (R) GmbH, Germany. All rights reserved. * Original author: Edmund Wagner * Creation date: 04.06.2007 * * Source: $HeadURL$ * Last changed: $LastChangedDate$ * * * the unrar licence applies to all junrar source and binary distributions * you are not allowed to use this sou...
package us.kbase.workspace.test; import static us.kbase.common.test.TestCommon.destroyDB; import com.mongodb.DB; // TODO CODE this class can probably go away. public class WorkspaceTestCommon { public static void destroyWSandTypeDBs(DB mdb, String typedb) { destroyDB(mdb); destroyDB(mdb.getSisterDB(typedb));...
/* * The contents of this file are subject to the terms * of the Common Development and Distribution License * (the "License"). You may not use this file except * in compliance with the License. * * You can obtain a copy of the license at * https://jwsdp.dev.java.net/CDDLv1.0.html * See the License for the sp...
/* * The MIT License * * Copyright (c) 2009 The Broad Institute * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use...
package org.distributeme.agents; public class ClassScanAgent implements Agent{ private String ignore; private int ignore2; private ClassScanAgent self; private ClassScanAgentComponent c1; private ClassScanAgentComponent c2; @Override public void prepareForTransport() { // TODO Auto-generated method stub ...
/* * Copyright 2014 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.helospark.lightdi.test.annotation; import static org.junit.Assert.assertNotNull; import org.junit.Test; import org.junit.runner.RunWith; import com.helospark.lightdi.annotation.Autowired; import com.helospark.lightdi.it.testcontext1.TestDependency; import com.helospark.lightdi.test.junit4.LightDiJUnitTes...
package emissary.command; import org.junit.Test; public class HttpCommandIT { @Test public void setupHttp() { // test that is actually add SSL to flavor when sslEnabled = true // test that if you set flavor to SSL and sslEnabled = true, only one SSL flavor is passed on } }
/* * 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...
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright (c) 2011 Oracle and/or its affiliates. All rights reserved. * Portions Copyright (c) 2011 Ken Paulsen * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common ...
package com.sflpro.identity.core.services.notification; import com.sflpro.identity.core.services.identity.IdentityServiceException; import com.sflpro.notifier.api.client.notification.email.EmailNotificationResourceClient; import com.sflpro.notifier.api.model.common.result.ResultResponseModel; import com.sflpro.notifie...
/* * Copyright 2020 PandaSoft.Dev Social Networks. * * 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 eu.codedsakura.common.annotations; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * Notates that the value should be the Node's child (as text content) */ @Retention(RetentionPolicy.RUNTIME)...
package com.cardbookvr.renderbox.materials; import android.opengl.GLES20; import android.opengl.Matrix; import com.cardbookvr.renderbox.R; import com.cardbookvr.renderbox.RenderBox; import com.cardbookvr.renderbox.components.RenderObject; import java.nio.FloatBuffer; /** * Created by Schoen and Jonathan on 4/16/20...
/* * 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 ...
package com.example.jefri.tr_pmm; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.ActionBarActivity; import android.view.Menu; import android.view.MenuItem; import android.view.View; import android.widget.Button; /** * Created by jefri on 03/08/2015. */ public class CoverActiv...
package com.tencent.angel.graph.psf.clusterrank; import com.tencent.angel.PartitionKey; import com.tencent.angel.ml.matrix.psf.get.base.PartitionGetParam; import io.netty.buffer.ByteBuf; public class PartGetNumNeighborEdgesParam extends PartitionGetParam { private long[] nodeIds; private int startIndex; ...
package com.xwray.groupie; import java.util.ArrayList; import java.util.Collection; import java.util.List; import androidx.annotation.NonNull; /** * An ExpandableContentItem is one "base" content item with a list of children (any of which * may themselves be a group.) **/ public class ExpandableGroup extends Nes...
package xyz.sanshan.gate.server.feign; import org.springframework.cloud.netflix.feign.FeignClient; import org.springframework.web.bind.annotation.GetMapping; import xyz.sanshan.common.vo.PermissionInfo; import xyz.sanshan.common.vo.ResponseMsgVO; import xyz.sanshan.gate.server.feign.fallback.SearchPermissionsServiceFa...
/* * Copyright (c) 2004-2019, University of Oslo * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this * list of cond...
package org.frameworkset.elasticsearch.imp; /** * Copyright 2008 biaoping.yin * <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 * ...
package com.pajehyk.scheduler; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class SchedulerApplication { public static void main(String[] args) { SpringApplication.run(SchedulerApplication.class, args); } }
/*** Copyright 2017 by Sean Luke Licensed under the Apache License version 2.0 */ package edisyn.synth.kawaik4; import edisyn.*; import edisyn.gui.*; import java.awt.*; import java.awt.geom.*; import javax.swing.border.*; import javax.swing.*; import java.awt.event.*; import java.util.*; import java.io.*; imp...
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.flipper.plugins.inspector.descriptors.utils.stethocopies; import android.app.Dialog; import android.content.r...
package com.miyoushe.sign; import com.miyoushe.sign.gs.GenShinSignMiHoYo; import com.miyoushe.sign.gs.GenshinHelperProperties; import com.miyoushe.sign.gs.MiHoYoConfig; import com.miyoushe.sign.gs.MiHoYoSignMiHoYo; import lombok.SneakyThrows; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j....
/* * Copyright 2017 Andree Yosua. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
package com.hongxing1949.service.impl; import com.hongxing1949.entity.SysLogEntity; import com.hongxing1949.service.SysLogService; import com.hongxing1949.dao.SysLogDao; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Service; import java.util.List; import java.uti...
/* * Copyright 1999-2011 Alibaba Group. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable la...
package com.example.oayubi.simpletodo; import org.junit.Test; import static org.junit.Assert.*; /** * To work on unit tests, switch the Test Artifact in the Build Variants view. */ public class ExampleUnitTest { @Test public void addition_isCorrect() throws Exception { assertEquals(4, 2 + 2); }...
/* * The Apache Software License, Version 1.1 * * * Copyright (c) 1999,2000 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * * 1. Redistributions of...
/** * Copyright 2012 Twitter, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to i...
/* * Copyright (C) 2013-2015 RoboVM 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 * * Unless required by applicable law or ag...
/* * MIT License * * Copyright (c) 2021 MASES s.r.l. * * 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, cop...
/** * */ /** * @author raviranjan * */ package com.jdbc.tutorials.pool;
// Copyright 2016 The Chromium 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 org.chromium.chrome.browser.gsa; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import ...
package com.concurnas.compiler.scopeAndType; import org.junit.Test; public class ScopeAndTypeTestsJustNoNull { @Test public void testNoNull() throws Exception { new ScopeAndTypeTests().testNoNull(); } }
package com.xunqi.gulimall.coupon.dao; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import com.xunqi.gulimall.coupon.entity.SeckillSessionEntity; import org.apache.ibatis.annotations.Mapper; /** * 秒杀活动场次 * * @author 阿伦啊 * @email HeJieLin@gulimall.com * @date 2020-05-22 19:35:30 */ @Mapper public int...
package cc.carm.lib.easysql.testrunner; import cc.carm.lib.easysql.EasySQL; import cc.carm.lib.easysql.api.SQLManager; import cc.carm.lib.easysql.testrunner.tests.QueryCloseTest; import cc.carm.lib.easysql.testrunner.tests.QueryFunctionTest; import cc.carm.lib.easysql.testrunner.tests.TableCreateTest; import org.jetbr...
package com.example.android.pets; import android.content.Context; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.text.TextUtils; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ArrayAdapter; import...
package Animals; public class Spider extends Animal{ public Spider() { super(8); } public void eat() { System.out.println("Spider eat"); } }
package by.andd3dfx.auth.service; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.is; import static org.junit.Assert.fail; import static org.mockito.Mockito.when; import by.andd3dfx.auth.domain.Role; import by.andd3dfx.auth.domain.User; import by.andd3dfx.auth.repository.UserR...
package com.orientechnologies.orient.jdbc; import java.sql.Driver; import java.sql.DriverManager; import java.sql.SQLException; import java.util.Properties; import org.junit.Test; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; pub...
package com.hss01248.logforaop; import android.util.Pair; /** * Created by pengwei08 on 2015/7/25. * Thanks to zhutiantao for providing an array of analytical methods. */ public final class ArrayParser { /** * 获取数组的纬度 */ public static int getArrayDimension(Object objects) { int dim = 0;...
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License * 2.0; you may not use this file except in compliance with the Elastic License * 2.0. */ package org.elasticsearch.xpack.core.ml.dataframe.evaluation.classi...
package ca.uhn.fhir.model.primitive; /* * #%L * HAPI FHIR - Core Library * %% * Copyright (C) 2014 - 2019 University Health Network * %% * 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...