text
stringlengths
7
995k
/* * 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 com.mall.role.list.service.Impl; import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.databind.ObjectMapper; import com.mall.common.pojo.Role; import com.mall.role.list.dao.RoleDAO; import com.mall.role.list.service.RoleService; import org.springframework.data.redis.core.StringRed...
/***************************************************************** * 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 * ...
/* * Copyright 2014-2015 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 app...
package org.apereo.cas.web.flow.actions; import lombok.RequiredArgsConstructor; import lombok.extern.slf4j.Slf4j; import org.apache.commons.lang3.StringUtils; import org.apereo.cas.authentication.AuthenticationException; import org.apereo.cas.authentication.adaptive.AdaptiveAuthenticationPolicy; import org.apereo.cas....
/* * Copyright 1999-2017 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 org.prebid.server.auction.model; import com.iab.openrtb.request.BidRequest; import io.vertx.ext.web.RoutingContext; import lombok.Builder; import lombok.Value; import org.prebid.server.cache.model.DebugHttpCall; import org.prebid.server.cookie.UidsCookie; import org.prebid.server.execution.Timeout; import org....
public static void union(int[] parent, int[] size, int[] mx, int x, int y) { int xRoot = find(parent, x); int yRoot = find(parent, y); if (xRoot != yRoot) { if (size[xRoot] < size[yRoot]) { int temp = xRoot; xRoot = yRoot; yRoot = temp; } parent[yR...
/** * Copyright &copy; 2012-2016 <a href="https://github.com/thinkgem/jeesite">JeeSite</a> All rights reserved. */ package com.thinkgem.jeesite.modules.oa.web.perishableproducts; import java.io.InputStream; import java.util.Arrays; import java.util.List; import javax.servlet.http.HttpServletRequest; import javax.s...
package lrandomdev.com.online.mp3player.fragments; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.support.design.widget.AppBarLayout; import android.support.design.widget.Coll...
/******************************************************************************* * * Pentaho Data Integration * * Copyright (C) 2002-2012 by Pentaho : http://www.pentaho.com * ******************************************************************************* * * Licensed under the Apache License, Version 2.0 (the ...
/* * 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) 2017 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...
/* * SPDX-License-Identifier: Apache-2.0 * * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. */ /* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distr...
/* * 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.halfhp.rxtracer; import com.halfhp.rxtracer.test.ExampleService; import com.halfhp.rxtracer.test.TraceChecker; import io.reactivex.Completable; import io.reactivex.CompletableSource; import io.reactivex.functions.Function; import org.junit.Test; public class CompletableObserverWrapperTest extends Wrapper...
package ru.r2cloud.web.api; import java.util.Map.Entry; import com.eclipsesource.json.JsonArray; import com.eclipsesource.json.JsonObject; import fi.iki.elonen.NanoHTTPD.IHTTPSession; import ru.r2cloud.tle.TLEDao; import ru.r2cloud.util.Configuration; import ru.r2cloud.web.AbstractHttpController; import ru.r2cloud.w...
package com.badminton.mall.interceptor; import org.springframework.stereotype.Component; import org.springframework.web.servlet.HandlerInterceptor; import org.springframework.web.servlet.ModelAndView; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; /** * 后台系统身份验证拦截器 */ ...
package com.car.express; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class CarExpressApplication { public static void main(String[] args) { SpringApplication.run(CarExpressApplication.class, args); } }
/* SHOGun, https://terrestris.github.io/shogun/ * * Copyright © 2020-present terrestris GmbH & Co. KG * * 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/lice...
/* * Copyright 2020 LinkedIn Corp. * * 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 2013 McEvoy Software 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 applicable law or ...
package uk.gov.ons.ctp.response.casesvc.endpoint; import static com.github.tomakehurst.wiremock.core.WireMockConfiguration.options; import static org.hamcrest.CoreMatchers.not; import static org.hamcrest.Matchers.arrayWithSize; import static org.hamcrest.Matchers.equalTo; import static org.hamcrest.Matchers.is; import...
package org.seimicrawler.xpath.core.axis; import org.seimicrawler.xpath.core.AxisSelector; import org.seimicrawler.xpath.core.XValue; import org.jsoup.nodes.Element; import org.jsoup.select.Elements; import java.util.HashSet; import java.util.Set; /** * the ancestor-or-self axis contains the context node and the an...
class Test { interface I { void foo(); } { I i = Unknown::<caret> } }
/* Annot8 (annot8.io) - Licensed under Apache-2.0. */ package io.annot8.core.components.responses; import java.util.Objects; /** * Class to hold the response from a processor. * * <p>The response consists of a status. */ public interface ProcessorResponse { /** Create an OK response with no new items */ stat...
package com.bsu.sed.controller; import com.bsu.sed.model.Role; import com.bsu.sed.model.Tiles; import com.bsu.sed.model.dto.PeopleDto; import com.bsu.sed.model.dto.StudentDto; import com.bsu.sed.model.persistent.People; import com.bsu.sed.model.persistent.Student; import com.bsu.sed.service.StudentService; import com....
/* * Copyright (C) 2017 MINDORKS NEXTGEN PRIVATE LIMITED * 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.mindorks.com/license/apache-v2 * * Unless required by applic...
package de.adorsys.ledgers.oba.service.impl.service; import de.adorsys.ledgers.oba.service.api.service.AuthorizationService; import lombok.RequiredArgsConstructor; import lombok.extern.slf4j.Slf4j; import org.apache.commons.lang3.StringUtils; import org.springframework.stereotype.Service; @Slf4j @Service @RequiredArg...
/* * Copyright 2020 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 Eighth; public class SevenHomeWorkReview11 { public static void main(String[] args) { // 11) 이 배열에서 짝수가 몇 개 나왔는지 체크하는 매서드를 만든다. RandomAlloc ra = new RandomAlloc(); ra.prepareArray(); ra.setRandomArray(); ra.printEmployee(); System.out.println(""); S...
package org.firstinspires.ftc.teamcode; import com.qualcomm.robotcore.hardware.DcMotor; import com.qualcomm.robotcore.hardware.HardwareMap; import com.qualcomm.robotcore.hardware.Servo; import com.qualcomm.robotcore.util.ElapsedTime; import com.qualcomm.robotcore.hardware.ColorSensor; /** * This is NOT an opmode. *...
package org.apereo.cas.support.events.service; import lombok.extern.slf4j.Slf4j; import org.apereo.cas.services.RegisteredService; import lombok.ToString; /** * This is {@link CasRegisteredServiceExpiredEvent} that is signaled * when a registered service is expired. * * @author Misagh Moayyed * @since 5.2.0 */ ...
/* * Copyright 2012 The Netty Project * * The Netty Project 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/licenses/LICENSE-2.0 * * Unless ...
/******************************************************************************* * Product of NIST/ITL Advanced Networking Technologies Division (ANTD). * *******************************************************************************/ package gov.nist.javax.sip.header; import javax.sip.InvalidArgumentException...
/* * 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 Controller; import Controller.ControllerInterface.EmployeeAccessControllerInterface; import GUIobjects.CMPanel; import Model.EmployeeAccessModel; import View.EmployeeAccessView; /** * Created by Dino Cajic on 10/29/2016. * * Directs the communication between the EmployeeAccessModel and the EmployeeAccessVi...
package com.kalessil.phpStorm.phpInspectionsEA.inspectors.languageConstructions; import com.intellij.codeInspection.ProblemHighlightType; import com.intellij.codeInspection.ProblemsHolder; import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; import com.intellij.psi.tree.IElementType; import c...
/** * Copyright (c) 2004-2011 QOS.ch * All rights reserved. * * 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...
package ru.klaw.steamaudio.directsound; import com.sun.jna.Pointer; import com.sun.jna.Structure; import lombok.NoArgsConstructor; import ru.klaw.steamaudio.Phonon; import ru.klaw.steamaudio.directsound.enums.AirAbsorptionModelType; import ru.klaw.utility.PhononStructure; /** * An air absorption model for use when ...
package com.juja.core.oop; public class Cargo extends AbstractShip { private float tonnage; public static final float DEFAULT_RENTAL=550; public Cargo(String name, float length, float width, float displacement) { super(name, length, width, displacement); } public Cargo(String name, float ...
/* * Copyright (C) 2017-2019 UBS Limited * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
/* * Copyright 2013 Google Inc. * Copyright 2014 Andreas Schildbach * * 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 org.springnext.manager.base.security; import org.springframework.context.support.ReloadableResourceBundleMessageSource; import org.springframework.stereotype.Component; @Component("messageSource") public class SecurityMessageSource extends ReloadableResourceBundleMessageSource { public SecurityMessageSource...
package com.dwarfeng.judge.node.maintain.configuration; import com.dwarfeng.judge.sdk.util.ServiceExceptionCodes; import com.dwarfeng.judge.stack.exception.*; import com.dwarfeng.subgrade.impl.exception.MapServiceExceptionMapper; import com.dwarfeng.subgrade.sdk.exception.ServiceExceptionHelper; import com.dwarfeng.su...
/* 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...
package android.support.v4.media.session; import android.media.session.MediaSession; import android.net.Uri; import android.os.Bundle; import android.support.annotation.RequiresApi; import android.util.Log; import java.lang.reflect.InvocationTargetException; @RequiresApi(24) class MediaSessionCompatApi24 { privat...
package com.jcf.sample.stream.service; import jcf.sua.dataset.DataSetStreamWriter; public interface StreamService { void getStreamData(DataSetStreamWriter writer); }
/* * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ /* * Copyright 1999-2004 The Apache Software Foundation. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in com...
package com.atguigu.gulimall.member.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 yangzelu * @email 1191177195@qq.com ...
package net.zhanqi.jfinal.frame.plugin.jssdk; import com.jfinal.aop.Interceptor; import com.jfinal.aop.Invocation; import com.jfinal.core.Controller; import com.jfinal.weixin.sdk.api.AccessToken; import com.jfinal.weixin.sdk.api.ApiConfigKit; import com.jfinal.weixin.sdk.api.SnsAccessToken; import com.jfinal.weixin.sd...
package com.hewking.widget.drawerlayout; import android.os.Bundle; import com.hewking.custom.R; import androidx.appcompat.app.AppCompatActivity; /** * Created by Administrator on 2016/11/24. * <p> * 联系方式:。。。 */ public class DrawerActivity extends AppCompatActivity { @Override protected void onCreate(Bu...
/* * Copyright 2012-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
/** * Copyright 2016-2017 Symphony Integrations - Symphony 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 a...
/* * Copyright (C) 2016 Singular Studios (a.k.a Atom Tecnologia) - www.opensingular.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 ...
/* * 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");...
package org.mtransit.android.commons.provider; import android.annotation.SuppressLint; import android.content.ContentValues; import android.content.Context; import android.content.UriMatcher; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper;...
/******************************************************************************* * 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 com.journaldev.design.observer; public class MyTopicSubscriber implements Observer { private String name; private Subject topic; public MyTopicSubscriber(String nm){ this.name=nm; } @Override public void update() { String msg = (String) topic.getUpdate(this)...
// This file is auto-generated, don't edit it. Thanks. package com.antgroup.antchain.openapi.shuziwuliu.models; import com.aliyun.tea.*; public class UploadShippingEblRequest extends TeaModel { // OAuth模式下的授权token @NameInMap("auth_token") public String authToken; @NameInMap("product_instance_id") ...
/* * Copyright (C) 2017 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 (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 com.burning.iplay.bean.jingxuan; /** * @author Kiven * @time 2017-2-14 13:28 * Email f842728368@163.com * @desc 编辑相关信息 */ public class Editor { private String editorName; public String getEditorName() { return editorName; } public void setEditorName(String editorName) { ...
/* * Copyright (c) 1997, 2010, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * * * * * * * * * * * * * * * * * * * * */ package java.util; /** * An ordered collection (also known as a <i>sequence</i>). The user of this ...
/******************************************************************************* * Copyright (c) 2015 Eclipse RDF4J contributors, Aduna, and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Distribution License v1.0 * which accompanies th...
/** * Autogenerated by Thrift Compiler (0.9.3) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ package alluxio.thrift; import org.apache.thrift.scheme.IScheme; import org.apache.thrift.scheme.SchemeFactory; import org.apache.thrift.scheme.StandardScheme; import org.apache.th...
/* JAI-Ext - OpenSource Java Advanced Image Extensions Library * http://www.geo-solutions.it/ * Copyright 2018 GeoSolutions * * 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...
package com.stackroute.pie.controller; import com.fasterxml.jackson.core.JsonProcessingException; import com.fasterxml.jackson.databind.ObjectMapper; import com.stackroute.pie.domain.Insurer; import com.stackroute.pie.domain.Policy; import com.stackroute.pie.repository.InsurerRepository; import com.stackroute.pie.ser...
package com.github.rustam26.telegrambot.javarushclient.dto; public class LikesInfo { private Integer count; private LikeStatus status; }
package com.atguigu.gmall.sms.controller; import java.util.Arrays; import java.util.Map; import com.atguigu.core.bean.PageVo; import com.atguigu.core.bean.QueryCondition; import com.atguigu.core.bean.Resp; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import org.springframework.beans...
package com.atguigu.gulimall.sms.controller; import java.util.Arrays; import java.util.Map; import com.atguigu.gulimall.commons.bean.PageVo; import com.atguigu.gulimall.commons.bean.QueryCondition; import com.atguigu.gulimall.commons.bean.Resp; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOper...
package me.quydo.androidbrowser; import android.app.Activity; import android.databinding.DataBindingUtil; import android.graphics.Bitmap; import android.os.Build; import android.os.Bundle; import android.view.KeyEvent; import android.view.View; import android.view.inputmethod.InputMethodManager; import android.webkit....
/** * Copyright (c) 2010-2018 Mark Allen, Norbert Bartels. * * 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,...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
package com.pi4j.io.spi; /*- * #%L * ********************************************************************** * ORGANIZATION : Pi4J * PROJECT : Pi4J :: LIBRARY :: Java Library (CORE) * FILENAME : SpiConfigBuilder.java * * This file is part of the Pi4J project. More information about * this projec...
/* * Copyright 2020 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.example.matrixsolver.controller; import com.example.matrixsolver.grpc.GrpcClient; import lombok.NonNull; import lombok.RequiredArgsConstructor; import lombok.extern.slf4j.Slf4j; import org.springframework.http.HttpStatus; import org.springframework.http.MediaType; import org.springframework.http.ResponseEn...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to you under the Apache License, Version 2.0 * (the "License"); you may ...
package com.github.mingruyue.sbmoon.controller; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.boot.test.web.client.TestRestTemplate; import org.springframewor...
/** * Package for max task. * @author Andrey Vasiliev (admsocs@yandex.ru). * @version $Id$ * @since 0.1 */ package ru.job4j.max;
package com.anzaiyun.shoppingmall.coupon.controller; import java.util.Arrays; import java.util.Map; //import org.apache.shiro.authz.annotation.RequiresPermissions; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web...
/* * 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 ru.stqa.project.addressbook.appmanager; import org.openqa.selenium.By; import org.openqa.selenium.firefox.FirefoxDriver; public class NavigationHelper extends HelperBase{ public NavigationHelper(FirefoxDriver wd) { super(wd); } public void goToGroupPage() { click(By.linkText("gr...
package cn.wildfirechat.message; import android.os.Parcel; import cn.wildfirechat.message.core.ContentTag; import cn.wildfirechat.message.core.MessagePayload; import cn.wildfirechat.message.core.PersistFlag; import static cn.wildfirechat.message.core.MessageContentType.ContentType_Unknown; /** * Created by heavyra...
package slimeknights.tconstruct.tools.traits; import com.google.common.collect.ImmutableList; import net.minecraft.entity.EntityLivingBase; import net.minecraft.item.ItemStack; import net.minecraft.nbt.NBTTagCompound; import java.util.List; import slimeknights.tconstruct.library.Util; import slimeknights.tconstruct...
package com.planet_ink.coffee_mud.MOBS; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import com.planet_ink.co...
package com.flatlistexample; import android.app.Application; import com.facebook.react.ReactApplication; import com.facebook.react.ReactNativeHost; import com.facebook.react.ReactPackage; import com.facebook.react.shell.MainReactPackage; import com.facebook.soloader.SoLoader; import java.util.Arrays; import java.uti...
package au.gov.qld.pub.orders.web; import java.util.Map; import org.springframework.stereotype.Component; import au.gov.qld.pub.orders.service.PreCartValidator; @Component public class StubPreCartValidator implements PreCartValidator { @Override public void validate(String productGroup, String productId, Map<Str...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/ads/googleads/v3/enums/target_impression_share_location.proto package com.google.ads.googleads.v3.enums; /** * <pre> * Container for enum describing where on the first search results page the * automated bidding system should target impr...
/* * Copyright 2014-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
/* * Copyright 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...
/* * Copyright 2019 GridGain Systems, Inc. and Contributors. * * Licensed under the GridGain Community Edition License (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.gridgain.com/products/software/community-edition...
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.search.query.profile; import com.yahoo.component.provider.FreezableClass; import java.util.Collections; import java.util.HashMap; import java.util.Map; /** * A HashMap wrapper whi...
/** * Copyright 2019 LinkedIn Corporation. All rights reserved. * Licensed under the BSD 2-Clause License. See the LICENSE file in the project root for license information. * See the NOTICE file in the project root for additional information regarding copyright ownership. */ package com.linkedin.datastream.conne...
package com.andrewreitz.demo.fragment; import android.app.Fragment; import butterknife.ButterKnife; /** * @author areitz */ public abstract class BaseFragment extends Fragment { @Override public void onDestroyView() { super.onDestroyView(); // Release the views injects by butterknife ...
/* * 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 ma...
/* * Copyright (C) 2020 Seomse Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
package edu.teco.sensordatenbankmanagementsystem.services; import edu.teco.sensordatenbankmanagementsystem.models.Sensor; import java.util.List; /** * {@link SensorService} provides more complex methods for functionality concerning the querying of {@link Sensor} * data based on the repositories. */ public interfa...
package com.app.edit.domain.sympathy; import com.app.edit.config.BaseEntity; import com.app.edit.domain.coverletter.CoverLetter; import com.app.edit.domain.user.UserInfo; import com.app.edit.enums.State; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; import lombok.experimental.Accessors; ...