text
stringlengths
7
1.01M
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) annotate safe package com.ibotta.android.mvp.ui.activity.account.withdraw.cashout; import com.ibotta.android.mvp.base.loading.LoadingMvpView; import com.ibotta.android....
/* * smart-doc https://github.com/shalousun/smart-doc * * Copyright (C) 2018-2021 smart-doc * * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ...
package rml.model.po; import java.util.HashSet; import java.util.Set; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.Id; import javax.persistence.OneToMany; import javax.persistence.Table; /** * Trol...
/** * 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 The Bazel 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 appl...
/** * Generated by OpenJPA MetaModel Generator Tool. **/ package com.x.bbs.entity; import com.x.base.core.entity.SliceJpaObject_; import java.lang.String; import java.util.Date; import javax.persistence.metamodel.SingularAttribute; @javax.persistence.metamodel.StaticMetamodel (value=com.x.bbs.entity.BBSSubjectPic...
package com.ebbin.learning.exception; import com.ebbin.learning.exception.types.LearningExceptions; public class LearningException extends Exception { private static final long serialVersionUID = 1L; public LearningException(LearningExceptions type) { super(type.getMessage()); } public LearningException(Le...
/******************************************************************************* * COPYRIGHT(c) 2015 STMicroelectronics * * 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 mus...
/* * Copyright 2017-2022 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 kxj; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class GlobalExceptionApplication { public static void main(String[] args) { SpringApplication.run(GlobalExceptionApplication.class, args); ...
/* * Copyright 2022 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...
/* * 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 edu.ranken.paul_smith.npr_tech_news; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.Button; import android.widget.ImageView; import android.widget.TextView; import androidx.appcompat.app.AppCompatActivity; import com.google.android.material.snackbar.Snackba...
/* * Copyright 2012-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...
package com.jrestless.aws.examples; import com.jrestless.aws.examples.SampleResource.PojoDto; import feign.Headers; import feign.Param; import feign.RequestLine; @Headers({ "Accept: application/json", "Content-Type: application/json" }) public interface BackendService { @RequestLine("GET /api/info") PojoDto getI...
package store.exception; import lombok.EqualsAndHashCode; import lombok.ToString; @ToString @EqualsAndHashCode(callSuper = false) public class OverflowSupplyException extends RuntimeException { public OverflowSupplyException() { super("Overflow Supply!"); } }
package learn.offer; import java.util.Arrays; /** * 扑克牌顺子 */ public class Test44 { public static void main(String[] args) { } public boolean isContinuous(int [] numbers) { if (numbers == null || numbers.length != 5) { return false; } // 先排个序 Arrays.sort(num...
package mage.cards.d; import java.util.Set; import java.util.UUID; import mage.abilities.Ability; import mage.abilities.TriggeredAbility; import mage.abilities.common.BeginningOfUpkeepTriggeredAbility; import mage.abilities.condition.Condition; import mage.abilities.decorator.ConditionalInterveningIfTriggeredAbility;...
begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1 begin_package DECL|package|org.jabref.model.entry package|package name|org operator|. name|jabref operator|. name|model operator|. name|entry package|; end_package begin_import import|import name|java operator|. name|util operator|. name|HashMap import|; end...
package com.blazemeter.jmeter; import org.apache.jmeter.control.LoopController; import org.apache.jmeter.threads.*; import org.apache.jorphan.collections.HashTree; import org.apache.jorphan.util.JMeterStopThreadException; import org.junit.Test; import java.io.File; import java.lang.reflect.Field; import java.util.Arr...
/* * 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...
/** * Classes of this package represent structure elements of a webpage. We call these elements * {@link de.edgeway.uiproxy.pagemodel.PageObject "PageObjects"}. * * <p>Each <a href="https://github.com/SeleniumHQ/selenium/wiki/PageObjects">PageObject</a> * represents an entire page or a fraction of the page the us...
/* * Copyright 2008-2013 Hippo B.V. (http://www.onehippo.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 ...
/* * Copyright 2014-2016 Fukurou Mishiranu * * 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...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. package com.microsoft.azure.cognitiveservices.inkrecognizer; import java.util.HashMap; import java.util.Locale; import java.util.Map; public enum ServiceVersion { /** * Version 1.0.0 of the preview */ P...
package scenarios; import io.appium.java_client.AppiumDriver; public class AppiumBaseClass { protected AppiumDriver driver() { return AppiumController.instance.driver; } }
package mobileapp.ctemplar.com.ctemplarapp.repository.provider; import com.google.gson.annotations.SerializedName; import java.util.ArrayList; import java.util.Date; import java.util.List; import mobileapp.ctemplar.com.ctemplarapp.net.request.messages.SendMessageRequest; public class SendMessageRequestProvider { ...
/* * 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.applandeo.materialcalendarview.utils; import android.content.Context; import android.graphics.drawable.Drawable; import android.support.v4.content.ContextCompat; import com.annimon.stream.Stream; import com.applandeo.materialcalendarview.CalendarView; import com.applandeo.materialcalendarview.EventDay; im...
class Test { void test(String s) { boolean r; r = s.indexOf("substring") == -1; r = s.indexOf("substring") != -1; r = s.indexOf("substring") > -1; r = -1 < s.indexOf("substring"); r = s.indexOf("substring") <= -1; r = -1 >= s.indexOf("substring"); r = ...
package com.pizzaiolo.application.dtos; import java.math.BigDecimal; import com.fasterxml.jackson.annotation.JsonProperty; import com.pizzaiolo.domains.entities.Pizza; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import lombok.Value; @Value @ApiModel(value = "Pizzas cortas...
package thierry.guessinggame; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on an Android de...
// This is a generated file. Not intended for manual editing. package com.neueda.jetbrains.plugin.graphdb.language.cypher.psi.impl; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; import com.inte...
// Author: Atharv Damle // To learn about interfaces and their implementation // Full Question: https://www.hackerrank.com/challenges/30-interfaces/problem // Interface in java is inherited by using the 'implements' keyword class Calculator implements AdvancedArithmetic { public int divisorSum(int n) { in...
/******************************************************************************* * ___ _ ____ ____ * / _ \ _ _ ___ ___| |_| _ \| __ ) * | | | | | | |/ _ \/ __| __| | | | _ \ * | |_| | |_| | __/\__ \ |_| |_| | |_) | * \__\_\\__,_|\___||___/\__|____/|____/ * * Copyright (c...
package cn.droidlover.txzn.cache; import android.content.Context; import android.content.SharedPreferences; import cn.droidlover.txzn.XDroidConf; /** * Created by wanglei on 2016/11/27. */ public class SharedPref implements ICache { private static SharedPreferences sharedPreferences; private static Share...
package main.java.event.listener; /** * Represents objects which receive messages when an entity's state * on the server changes. * * @author Tom Galvin * */ public interface ServerEntityUpdatedListener extends EntityMovedListener { }
package countdowntimer.sound; import java.net.URL; import javazoom.jl.player.Player; public class PlaySoundsJLRunnable implements Runnable { private URL url; private int repeat; private int delay; private SoundCanceller canceller; public PlaySoundsJLRunnable(URL url,int repeat,int delay,SoundCanceller cancel...
/** * SpriteSheet.java --A program responsible to represent sprite sheet for creating game entities. * @author Ratna Lama * @version 1.0 * @since 10/26/2018 */ package com.ratnalama.intheden.graphics; import java.awt.image.BufferedImage; public class SpriteSheet { private Buffe...
package org.jasig.cas.web; import org.apache.commons.lang3.StringEscapeUtils; import org.jasig.cas.CasProtocolConstants; import org.springframework.web.servlet.ModelAndView; import org.springframework.web.servlet.mvc.AbstractController; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServl...
/** * Copyright (c) 2016, 2020, Oracle and/or its affiliates. All rights reserved. * This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose eith...
/* * (C) Copyright 2006-2011 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 r...
package com.example.renosyahputra.pdfviewerlibrary.photoview; import android.view.MotionEvent; /** * A callback to be invoked when the ImageView is flung with a single * touch */ public interface OnSingleFlingListener { /** * A callback to receive where the user flings on a ImageView. You will receive a ...
package veritesting.apachecli; import java.text.ParseException; import java.util.ArrayList; import java.util.Iterator; import java.util.List; import java.util.ListIterator; public class CLI_eqchk { /*public static void main( String[] args ){ mainProcess('-', 'a', '-', 'm', '-', 'h', 'y', 'm', false); }*/ pu...
/* See LICENSE for licensing and NOTICE for copyright. */ package org.ldaptive.schema; import org.ldaptive.LdapException; /** * Exception that indicates a schema element string could not be parsed. * * @author Middleware Services */ public class SchemaParseException extends LdapException { /** serialVersionUI...
package io.probedock.demo.itf.rest; import java.util.HashSet; import java.util.Set; import javax.ws.rs.ApplicationPath; import javax.ws.rs.Path; import javax.ws.rs.core.Application; import org.codehaus.jackson.jaxrs.JacksonJsonProvider; import org.glassfish.jersey.jackson.JacksonFeature; import org.reflections.Reflec...
/* * Copyright 2018 Alexey Andreev. * * 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...
/* * Software Name : ATK * * Copyright (C) 2007 - 2012 France Télé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...
package com.lixin.litemall.db.domain; import io.swagger.annotations.ApiModelProperty; import java.math.BigDecimal; import java.time.LocalDateTime; import java.util.ArrayList; import java.util.Arrays; public class LitemallAftersale { public static final Boolean IS_DELETED = Deleted.IS_DELETED.value(); public...
package com.example.web_api_spotify.models; import android.os.Parcel; import android.os.Parcelable; import java.util.List; public class Albums implements Parcelable { public List<Album> albums; @Override public int describeContents() { return 0; } @Override public void writeToParce...
/* * 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...
/* See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * Esri 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 * ...
package me.saro.commons.__old.bytes.fd; import java.lang.reflect.Method; import java.util.Calendar; import java.util.Date; import me.saro.commons.__old.bytes.DateFormat; import me.saro.commons.__old.bytes.Bytes; import me.saro.commons.__old.bytes.fd.annotations.DateData; import me.saro.commons.__old.bytes.fd.annotati...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/ads/googleads/v6/enums/mobile_app_vendor.proto package com.google.ads.googleads.v6.enums; public final class MobileAppVendorProto { private MobileAppVendorProto() {} public static void registerAllExtensions( com.google.protobuf.Ex...
/* * This file is part of VLCJ. * * VLCJ 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 the License, or * (at your option) any later version. * * VLCJ is distributed in the hope th...
/* * JBoss, Home of Professional Open Source * * Copyright 2013 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/lic...
/* * 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-2009 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.vacomall.mapper; import com.baomidou.mybatisplus.mapper.BaseMapper; import com.vacomall.entity.SysRole; /** * * SysRole 表数据库控制层接口 * */ public interface SysRoleMapper extends BaseMapper<SysRole> { }
/* * The MIT License (MIT) * * Copyright © 2013-2021 Florian Barras <https://barras.io> (florian@barras.io) * * 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, inclu...
/* * The MIT License (MIT) * * Copyright (c) 2010 Technische Universitaet Berlin * * 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 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 not ...
/* * 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 2004-2010 the Seasar Foundation and the 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 required ...
/* * 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 2017 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...
package org.openapitools.api; import org.openapitools.model.*; import org.openapitools.api.FakeClassnameTestApiService; import org.openapitools.api.factories.FakeClassnameTestApiServiceFactory; import io.swagger.annotations.ApiParam; import io.swagger.jaxrs.*; import org.openapitools.model.Client; import java.util....
/* * 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 xyz.vopen.framework.cropdb.transaction; import xyz.vopen.framework.cropdb.collection.CropCollection; import xyz.vopen.framework.cropdb.repository.ObjectRepository; /** * Represents an ACID transaction on crop database. * * @author <a href="mailto:iskp.me@gmail.com">Elve.Xu</a> * @since 4.0 */ public inte...
/* * 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 Launcher; import java.io.*; import java.net.*; import java.net.http.HttpClient; import java.net.http.HttpRequest; import java.net.http.HttpResponse; import java.nio.charset.StandardCharsets; import java.nio.file.Path; import java.util.Optional; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import ...
package org.h5z.fval4j; import static org.organicdesign.fp.StaticImports.map; import static org.organicdesign.fp.StaticImports.tup; import static org.organicdesign.fp.StaticImports.vec; import static org.organicdesign.fp.StaticImports.xform; import java.util.Arrays; import java.util.List; import java.util.Map; impor...
package com.symphony.bdk.core.service.user; import static org.junit.jupiter.api.Assertions.*; import static org.mockito.ArgumentMatchers.eq; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.spy; import static org.mockito.Mockito.times; import static org.mockito.Mockito.verify; import static or...
package com.github.dantin.cubic.protocol.room; import com.fasterxml.jackson.annotation.JsonGetter; import com.fasterxml.jackson.annotation.JsonSetter; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; import com.github.dantin.cubic.protocol.Pagination; import java.util.ArrayList; import java.util.List;...
package server.service; import com.zada.hackathon.client.DataClients; /** * Created by omar on 15/10/30. */ public class DataClientService { // public static DataClients keyWordClient = new DataClients("127.0.0.1:9090,127.0.0.1:9090"); public static DataClients keyWordClient = new DataClients("192.168.99.1:...
/* * Copyright 2016-present Open Networking Laboratory * * 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...
/* * Copyright (c) 2021 Huawei Device Co., 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 ...
package info.orestes.rest.forms; import org.junit.Test; import java.io.StringReader; import java.util.Arrays; import java.util.Collection; import java.util.Collections; import java.util.Iterator; import static info.orestes.rest.forms.Part.formData; import static java.util.Arrays.asList; import static org.junit.Asser...
package commandnode; import exception.SLogoException; import model.SLogoCharacterState; /** * @author Adam Tache * Node representation of ClearScreen command */ public class ClearScreenNode extends NullaryNode{ /** * @return distance to home * Sets state to be cleared on next display update * C...
/* * Copyright © 2014 - 2021 Leipzig University (Database Research 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 * * Unles...
/** * 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) 2019-2020 GeyserMC. http://geysermc.org * * 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 com.keqi.apihu.sys.domain.db; import lombok.AllArgsConstructor; import lombok.Data; import lombok.NoArgsConstructor; /** * 用户-项目关联表 */ @Data @AllArgsConstructor @NoArgsConstructor public class AccountProjectDO { /** * 用户ID */ private Long accountId; /** * 项目ID */ private...
package org.jesperancinha.jtd.jee.teeth.serialization; import javax.ejb.Local; @Local public interface PeriodontitisPassivation { void setPropertyObject(PeriodontitisObject periodontitisObject); PeriodontitisObject getPropertyObject(); }
// // ======================================================================== // Copyright (c) 1995-2020 Mort Bay Consulting Pty Ltd and others. // ------------------------------------------------------------------------ // All rights reserved. This program and the accompanying materials // are made available und...
/* * This file is part of the OpenKinect Project. http://www.openkinect.org * * Copyright (c) 2010 individual OpenKinect contributors. See the CONTRIB file * for details. * * This code is licensed to you under the terms of the Apache License, version * 2.0, or, at your option, the terms of the GNU General Public...
package manage.format; import manage.TestUtils; import manage.model.MetaData; import org.junit.Test; import java.util.Arrays; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import java.util.TreeMap; import java.util.stream.Collectors; import java.util.stream.Stream; import static java.uti...
/* * 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-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...
package com.github.piedpiper.node.rest; import org.apache.commons.lang3.reflect.MethodUtils; import com.fasterxml.jackson.databind.JsonNode; import com.fasterxml.jackson.databind.node.ObjectNode; import com.github.commons.utils.JsonUtils; import com.github.piedpiper.common.PiedPiperConstants; import com.github.piedp...
package com.leyou.user.api; import com.leyou.user.pojo.User; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestParam; public interface UserApi { @GetMapping("/query") User queryUserByUsernameAndPassword( @RequestParam("username") Stri...
/** * Copyright 2019 ForgeRock AS. * * 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, ...
package com.atguigu.gmall.oms.dao; import com.atguigu.gmall.oms.entity.OrderOperateHistoryEntity; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; /** * 订单操作历史记录 * * @author canjian * @email * @date 2021-12-25 20:05:15 */ @Mapper public interface OrderOperat...
package me.hugeblank.allium.lua.event; import me.hugeblank.allium.lua.type.UserdataFactory; import net.minecraft.block.BlockState; import net.minecraft.entity.damage.DamageSource; import net.minecraft.entity.player.PlayerEntity; import net.minecraft.server.network.ServerPlayerEntity; import net.minecraft.util.Hand; im...
/* Copyright 2014 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 require...
/* * 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 * dis...
/* * JBoss, Home of Professional Open Source. * Copyright 2016 Red Hat, Inc., and individual 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 Licen...
/** * Leetcode - card_group */ package com.duol.leetcode.y20.before.card_group; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * 914. 卡牌分组 * * 给定一副牌,每张牌上都写着一个整数。 * * 此时,你需要选定一个数字 X,使我们可以将整副牌按下述规则分成 1 组或更多组: * * 每组都有 X 张牌。 * 组内所有的牌上都写着相同的整数。 * 仅当你可选的 X >= 2 时返回 true。 * *   * * 示例 1: * * 输入...
package ch2; /** * Created by wenqing on 2016/5/19. */ public class ConditionConsumer implements Runnable { private ConditionResources resources; public ConditionConsumer(ConditionResources resources) { this.resources = resources; } public void run() { for (int i = 0; i < 100 ; i++)...
package org.fugerit.java.core.db.daogen; import org.fugerit.java.core.util.result.Result; public interface DaoResult extends Result { String getResultDescription(); void appendDescription( String v ); void setResultDescription( String v ); void setResult( DaoResult result); void setResult( int resultCod...