text
stringlengths
7
995k
package com.enremmeta.rtb.dao.impl.dynamodb; import static com.enremmeta.rtb.dao.impl.dynamodb.DynamoDBDaoMapOfUserAttributes.ATTRIBUTES_BIDS_FIELD; import static com.enremmeta.rtb.dao.impl.dynamodb.DynamoDBDaoMapOfUserAttributes.ATTRIBUTES_EXPERIMENT_FIELD; import static com.enremmeta.rtb.dao.impl.dynamodb.DynamoDBDa...
package org.icepdf.ri.common.utility.search; import org.icepdf.core.pobjects.Page; import org.icepdf.core.pobjects.graphics.text.WordText; import org.icepdf.ri.common.views.Controller; import java.awt.geom.Rectangle2D; /** * Class managing the creation of SearchHitComponents */ public interface SearchHitComponentF...
package com.yixin.imagepicker.ui; import android.content.DialogInterface; import android.content.Intent; import android.os.Build; import android.os.Bundle; import android.support.v4.view.ViewPager; import android.support.v7.app.AlertDialog; import android.view.View; import android.view.animation.AnimationUtils; import...
/* * Copyright (c) 2008-2017, Hazelcast, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
/* * Copyright 2012 AT&T * * 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 wri...
package education.cs.scu.service; import education.cs.scu.entity.PropertyBean; /** * Created by maicius on 2017/6/28. */ public interface PropertyService { int addProperty(PropertyBean propertyBean) throws Exception; int setProperty(PropertyBean propertyBean) throws Exception; PropertyBean queryProperty...
package connect.view.album.presenter; import android.content.Context; /** * Image scanning layer * <p/> * Created by Clock on 2016/3/19. */ public interface ImageScannerPresenter { /** * Scan image folder list * * @param context * @param selecttype 0:image 1:image and video */ vo...
package com.bilulo.androidtest04.data.model.response; import android.os.Parcel; import android.os.Parcelable; import com.bilulo.androidtest04.data.model.ErrorModel; import com.bilulo.androidtest04.data.model.UserAccountModel; import com.google.gson.annotations.SerializedName; public class LoginResponse implements Pa...
package gitflow.actions; import com.intellij.openapi.actionSystem.AnActionEvent; import com.intellij.openapi.progress.ProgressIndicator; import com.intellij.openapi.progress.Task; import git4idea.commands.GitCommandResult; import git4idea.repo.GitRepository; import gitflow.GitflowConfigUtil; import gitflow.ui.NotifyUt...
package com.spider.videoandaudiocall.activity; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.util.Patterns; import android.view.View; import com.google.firebase.firestore.DocumentSnapshot; import com.google.firebase.firestore.FirebaseFirestore; import com.spid...
/* * Licensed to Crate.io GmbH ("Crate") under one or more contributor * license agreements. See the NOTICE file distributed with this work for * additional information regarding copyright ownership. Crate licenses * this file to you under the Apache License, Version 2.0 (the "License"); * you may not use this f...
// Copyright 2021 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...
/** * Copyright (c) 2008, http://www.snakeyaml.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 applicabl...
/* * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved. * * The contents of this file are subject to the terms of either the GNU * General Public License Version 2 only ("GPL") or the Common * Development and Distribution License("CDDL") (...
/* * 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 Terracotta, 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 ...
/** * Copyright (C) 2010-14 diirt developers. See COPYRIGHT.TXT * All rights reserved. Use is subject to license terms. See LICENSE.TXT */ package org.diirt.datasource.timecache.source; import org.diirt.datasource.timecache.DataChunk; import org.diirt.datasource.timecache.DataRequestThread; import org.diirt.util.ti...
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; /** * 蚂蚁预算DTO * * @author auto create * @since 1.0, 2021-03-11 14:53:25 */ public class BizBudgetDTO extends AlipayObjec...
/* * MIT License * * Copyright (c) 2019 - 2021 databute * * 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, ...
package vg.civcraft.mc.civmodcore.util; import java.util.Arrays; import java.util.concurrent.ThreadLocalRandom; import java.util.function.Function; import java.util.function.Predicate; import org.apache.commons.lang3.ArrayUtils; /** * Utility class that fills in the gaps of {@link ArrayUtils}. * * @author Protonul...
package com.online.travel; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication(scanBasePackages = "com.online.travel") public class MyOtaApplication { public static void main(final String[] args) { SpringApplication...
package com.example.HSEHelloWorld; import org.springframework.beans.factory.annotation.Value; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.context.config.annotation.RefreshScope; import org.springframework.web.b...
/* * 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 com.rainbow.latte.delegate; import android.os.Bundle; import android.support.annotation.Nullable; /** * Latte-Core * Created By Rainbow on 2019/4/30. */ public abstract class LatteDelegate extends PermissionCheckerDelegate { @Override public void onCreate(@Nullable Bundle savedInstanceState) { ...
/** * Copyright 2009-2018 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 ...
/*- * #%L * Utility methods for BoneJ2 * %% * Copyright (C) 2015 - 2020 Michael Doube, BoneJ developers * %% * 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 retain the ...
package com.spring.dao; import java.math.BigInteger; import java.util.List; import org.apache.ibatis.annotations.Param; import com.spring.model.WeldingMachine; import tk.mybatis.mapper.common.Mapper; public interface WeldingMachineMapper extends Mapper<WeldingMachine>{ List<WeldingMachine> getWeldingMachineAll(@P...
/* * Copyright 2019 Google Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
package org.jsoup.select; import org.jsoup.helper.StringUtil; import org.jsoup.helper.Validate; import org.jsoup.nodes.Element; import org.jsoup.parser.TokenQueue; import java.util.Collection; import java.util.LinkedHashSet; /** CSS-like element selector, that finds elements matching a query. <h2>Selector syntax...
package com.example.demo.config; import com.example.demo.utils.Constants; import io.swagger.annotations.ApiOperation; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import springfox.documentation.builders.ApiInfoBuilder; import springfox.documentation.b...
/* * Copyright 2021 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...
/* * Copyright 2017 Johannes Wortmann * * 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) 2019, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. 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 * * http://www.apache.org...
package gov.cms.bfd.pipeline.rda.grpc.sink; import com.codahale.metrics.MetricRegistry; import com.codahale.metrics.Slf4jReporter; import com.zaxxer.hikari.HikariDataSource; import gov.cms.bfd.model.rif.schema.DatabaseSchemaManager; import gov.cms.bfd.pipeline.rda.grpc.AbstractRdaLoadJob; import gov.cms.bfd.pipeline.r...
/* * Copyright (c) Tarek Hosni El Alaoui 2017 */ package de.dytanic.cloudnet.lib.network.protocol.codec; import de.dytanic.cloudnet.lib.network.protocol.IProtocol; import de.dytanic.cloudnet.lib.network.protocol.ProtocolBuffer; import de.dytanic.cloudnet.lib.network.protocol.ProtocolProvider; import de.dytanic.clou...
package net.csibio.propro.domain.db; import lombok.Data; import net.csibio.aird.bean.WindowRange; import org.springframework.data.annotation.Id; import org.springframework.data.mongodb.core.index.Indexed; import org.springframework.data.mongodb.core.mapping.Document; import java.util.ArrayList; import java.util.List;...
package io.github.thinkframework.generator.beans.factory; import io.github.thinkframework.generator.Generator; import io.github.thinkframework.generator.table.GeneratorTable; import io.github.thinkframework.generator.core.chain.GeneratorResponsibility; import io.github.thinkframework.generator.core.command.GeneratorCo...
// Autogenerated from vk-api-schema. Please don't edit it manually. package com.vk.api.sdk.objects.adsweb.responses; import com.google.gson.Gson; import com.google.gson.annotations.SerializedName; import com.vk.api.sdk.objects.Validable; import java.util.Objects; /** * GetStatisticsResponseItemsItem object */ publi...
package guo.ping.aop.ltw; import org.aspectj.lang.ProceedingJoinPoint; import org.aspectj.lang.annotation.*; /** * @description: * @author: guoping wang * @date: 2018/10/6 11:06 * @project: spring */ @Aspect public class AspectJLTWTest { @Pointcut("execution(* guo.ping.aop.ltw.TestLTWBean.test(..))") public v...
/* * 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 bot.java.lambda.command.commands.info; import bot.java.lambda.command.CommandContext; import bot.java.lambda.command.category.HelpCategory; import bot.java.lambda.command.type.CommandHandler; import bot.java.lambda.command.type.ICommand; import me.duncte123.botcommons.messaging.EmbedUtils; import net.dv8tion.j...
/* * This file is generated by jOOQ. */ package projektor.database.generated.tables; import java.util.Arrays; import java.util.List; import org.jooq.Field; import org.jooq.ForeignKey; import org.jooq.Name; import org.jooq.Record; import org.jooq.Row2; import org.jooq.Schema; import org.jooq.Table; import org.jooq....
package com.baidu.cloud.push.model; import com.baidu.cloud.core.annotation.JSonPath; public class DeviceStatUnit { @JSonPath(path="new_term") private int newTerm; @JSonPath(path="del_term") private int delTerm; @JSonPath(path="online_term") private int onlineTerm; @JSonPath(path="addup_term") private i...
package ai.verta.modeldb; import static ai.verta.modeldb.CommitTest.getDatasetBlobFromPath; import static ai.verta.modeldb.RepositoryTest.createRepository; import static org.junit.Assert.assertEquals; import static org.junit.Assert.fail; import ai.verta.modeldb.authservice.AuthService; import ai.verta.modeldb.authser...
// Targeted by JavaCPP version 1.5.3: DO NOT EDIT THIS FILE package org.bytedeco.onnx; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.javacpp.presets.javacpp.*; import static org.bytedeco.onnx.global.onnx.*; @Namespace("onnx") @Opaque @Propert...
package eiteam.esteemedinnovation.transport.entity; import eiteam.esteemedinnovation.api.steamnet.SteamNetwork; import eiteam.esteemedinnovation.api.tile.SteamTransporterTileEntity; import eiteam.esteemedinnovation.api.wrench.WrenchDisplay; import eiteam.esteemedinnovation.api.wrench.Wrenchable; import eiteam.esteemed...
/* * Copyright 2016 ThoughtWorks, 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 agr...
package com.iviberberi.sfgpetclinic.fauxspring; public interface BindingResult { void rejectValue(String lastName, String notFound, String not_found); boolean hasErrors(); }
/*- * << * DBus * == * Copyright (C) 2016 - 2019 Bridata * == * 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 requir...
package com.google.api.client.repackaged.com.google.common.base; abstract class CharMatcher$FastMatcher extends CharMatcher { public final CharMatcher precomputed() { return this; } public CharMatcher negate() { return new CharMatcher$NegatedFastMatcher(this); } // $FF: synthetic method ...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/automl/v1beta1/io.proto package com.google.cloud.automl.v1beta1; public interface DocumentInputConfigOrBuilder extends // @@protoc_insertion_point(interface_extends:google.cloud.automl.v1beta1.DocumentInputConfig) com.goog...
/* * 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 sh.evc.sdk.qq.lbs.api.handler; import sh.evc.sdk.qq.lbs.handler.ResponseHandler; import sh.evc.sdk.qq.lbs.response.ApiResponse; /** * test response handler * * @author winixi * @date 2021/1/8 1:52 PM */ public class LbsResponseHandlerTest implements ResponseHandler { @Override public void append(Api...
/** * 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...
/* * Copyright 2012 Mozilla Foundation * * 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 Licen...
package org.smpte_ra.schemas.st2067_2_2013; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for RSAKeyValueType complex type. * * <p>The following schema fr...
package net.thartm.utils.text; import java.util.LinkedList; import java.util.List; import org.apache.commons.lang3.StringUtils; /** * @author thomas.hartmann@netcentric.biz * @since 01/2016 */ public class SimpleTextTable { private static final String DASH = "-"; private boolean fixedMaxColumnWidth = fa...
/* * Copyright 1999-2101 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 law or a...
package net.minecraft.server; final class CreativeModeTab1 extends CreativeModeTab { CreativeModeTab1(int i, String s) { super(i, s); } }
package net.sf.jabref.model.groups; import java.util.ArrayList; import java.util.List; import java.util.Optional; import java.util.Set; import java.util.regex.Pattern; import java.util.regex.PatternSyntaxException; import net.sf.jabref.model.FieldChange; import net.sf.jabref.model.entry.BibEntry; import net.sf.jabref...
/* * Copyright 2002-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 * * Unless required by ap...
/* * Copyright (c) 2003, 2004, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
package com.warouss.webservice.server; import java.util.Collection; import java.util.HashMap; import java.util.Map; import javax.jws.WebService; @WebService(endpointInterface="com.warouss.webservice.server.PersonService", serviceName="PersonService", targetNamespace="http://www.person.com/") public class PersonServ...
package mil.nga.giat.mage.sdk.login; import android.content.Context; import android.os.AsyncTask; import android.util.Log; import mil.nga.giat.mage.sdk.connectivity.ConnectivityUtility; import mil.nga.giat.mage.sdk.datastore.user.Event; import mil.nga.giat.mage.sdk.datastore.user.EventHelper; import mil.nga.giat.mage...
package com.origin.insurancehub.calculateinsurance; import com.fasterxml.jackson.annotation.JsonProperty; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; import javax.validation.Valid; import javax.validation.constraints.NotNull; import javax.validation.constraints.Pattern; impor...
class Foo{ { return 10; } }
/* * Copyright (c) 2008-2018, 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 ...
/** * 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 so.jscinoz.wurmunlimited.mods.brandmod; import java.lang.FunctionalInterface; import java.util.List; import java.util.ArrayList; import java.util.Arrays; import java.util.logging.Logger; import java.util.function.BiPredicate; import java.util.function.Predicate; import java.util.concurrent.atomic.AtomicInteger...
package me.ellios.jedis.transcoders; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.io.UnsupportedEncodingException; import java.util.zip.GZIPInputStream; import java.util.zip.GZIPOu...
package com.base_project; import com.facebook.react.ReactActivity; import com.facebook.react.ReactActivityDelegate; import com.facebook.react.ReactRootView; import com.swmansion.gesturehandler.react.RNGestureHandlerEnabledRootView; public class MainActivity extends ReactActivity { /** * Returns the name of the...
/* * Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Softwa...
/* * Copyright 2000-2012 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
package com.jn.langx.el.expression.value; public class LongExpression extends NumberExpression<Long> { public LongExpression(){ } public LongExpression(Long number){ this(); setValue(number); } }
package com.senseidb.indexing.activity.primitives; import java.io.IOException; import java.io.RandomAccessFile; import java.nio.MappedByteBuffer; import com.senseidb.indexing.activity.AtomicFieldUpdate; /** * Wraps an int array. Also provides the persistence support. The changes are kept accumulating in the batch....
package factorydemo; import java.util.*; import employees.*; public class AbstractFactoryDemo { public static void testDepartment1(AbstractEmployeeFactory factory) { List<Employee> employees = new ArrayList<>(); employees.add(factory.newEmployee("A", 5)); employees.add(factory.newEmployee("B", 15)); emplo...
/* * Copyright (C) 2006 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...
begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1 begin_comment comment|/* * 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 ...
package seedu.address.model.person; import static org.junit.Assert.assertTrue; import static seedu.address.model.person.Birthday.MESSAGE_BIRTHDAY_CONSTRAINTS; import static seedu.address.model.person.Birthday.MESSAGE_FUTURE_BIRTHDAY; import static seedu.address.model.person.Birthday.MESSAGE_INVALID_BIRTHDAY; import st...
package seedu.internhunter.logic.commands.util.company; import static seedu.internhunter.commons.core.Messages.MESSAGE_INVALID_ITEM_DISPLAYED_INDEX; import static seedu.internhunter.logic.parser.clisyntax.CompanyCliSyntax.PREFIX_ADDRESS; import static seedu.internhunter.logic.parser.clisyntax.CompanyCliSyntax.PREFIX_C...
package com.dramaqueen.club23.model; public interface DocumentListener { void propertyChanged(String name, String value); }
/* * Copyright 2013-2021 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
package com.apps.xeelot.potterclock; import android.view.LayoutInflater; import android.view.View; import android.widget.TextView; import com.google.android.gms.maps.GoogleMap; import com.google.android.gms.maps.model.Marker; public class CustomInfoWindowAdapter implements GoogleMap.InfoWindowAdapter { private ...
/* * Copyright 1999-2018 Alibaba Group Holding Ltd. * * 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...
/* * 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 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.sql.expression.function.scalar.str...
public static void main????? fuck you??? miao miao miao ???
/* * The contents of this file are subject to the license and copyright * detailed in the LICENSE and NOTICE files at the root of the source * tree and available online at * * http://www.dspace.org/license/ */ package org.dspace.app.rest.model.hateoas; import java.util.LinkedList; import java.util.List; import ...
/** * 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...
/* PooledConnection.java Copyright (C) 2002 Free Software Foundation, Inc. This file is part of GNU Classpath. GNU Classpath 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 2, or (at your opti...
/** * 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 (c) 2020, JavaFamily Technology Corp, All Rights Reserved. * * The software and information contained herein are copyrighted and * proprietary to JavaFamily Technology Corp. This software is furnished * pursuant to a written license agreement and may be used, copied, * transmitted, and stored only ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. package com.microsoft.bot.schema; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonValue; /** * Defines values for ActivityImportance. */ public enum ActivityImportance { ...
/** * Copyright 2018 Red Hat, Inc. and/or its affiliates. * <p> * Licensed under the Eclipse Public License version 1.0, available at * http://www.eclipse.org/legal/epl-v10.html */ package me.snowdrop.istio.api.model; import com.fasterxml.jackson.annotation.JsonInclude; import io.fabric8.kubernetes.api.model.Done...
/* * Copyright (C) 2013 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
/* * Copyright 2014 MovingBlocks * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
package me.oczi.common.request.github; import me.oczi.common.api.github.GithubRelease; import java.io.IOException; public interface GithubReleaseResolver { static GithubReleaseResolver newResolver() { return new GithubReleaseResolverImpl(); } GithubRelease[] getReleases(String owner, String repository) t...
package com.novaordis.gc.parser.linear; import com.novaordis.gc.model.Field; import com.novaordis.gc.model.FieldType; import com.novaordis.gc.model.Timestamp; import com.novaordis.gc.model.event.GCEvent; import com.novaordis.gc.model.event.NewGenerationCollection; import com.novaordis.gc.parser.GCLogParser; import com...
/* * 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 patrones; /** * * @author david_000 */ public interface IMotor { String ConsumirCombustible(); String InyectarCombu...