text
stringlengths
7
995k
package com.viewpagerindicator.sample; import android.graphics.Color; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.TextView; import java.util.Random; /** * Created by iuliia on 29....
/* Copyright 2001 The Apache Software Foundation 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 l...
package pickaxeplus.me.meerzean.events; import org.bukkit.Bukkit; import org.bukkit.ChatColor; import org.bukkit.Material; import org.bukkit.entity.Player; import org.bukkit.event.EventHandler; import org.bukkit.event.Listener; import org.bukkit.event.block.Action; import org.bukkit.event.player.PlayerInteractEvent; i...
package pobj.motx.tme3; import java.util.List; import pobj.motx.tme3.csp.ICSP; public interface IChoixValeur { public List<String> orderValues (ICSP problem, IVariable v); }
/****************************************************************************** * Copyright (c) 2009-2018, Barthelemy Dagenais and individual contributors. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditi...
/** * personium.io * Copyright 2014 FUJITSU 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 applica...
// Copyright 2020 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.flags; import androidx.annotation.IntDef; import androidx.annotation.VisibleForTesting; import org.chromium.base.ann...
/* * 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 net.aionstudios.forefront.cron; import net.aionstudios.forefront.service.DateTimeServices; public class CronDateTime { private String cronTime = "* * * * * *"; public CronDateTime() { } public CronDateTime(String cronTime) { } private void constructCronString(String minute, String hour, St...
/* * Copyright 2011-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 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
/* * 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 module1960_public.a; import javax.lang.model.*; import javax.management.*; import javax.naming.directory.*; /** * Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut * labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo...
package com.capgemini.mrchecker.cli.core.tags; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import org.junit.jupiter.api.Tag; @Target(ElementType.TYPE) @Retention(RetentionPolicy.RUNTIME) @Tag("Integra...
package com.marianhello.utils; import javax.crypto.Cipher; import javax.crypto.spec.GCMParameterSpec; import javax.crypto.SecretKey; import javax.crypto.SecretKeyFactory; import javax.crypto.spec.PBEKeySpec; import javax.crypto.spec.SecretKeySpec; import java.nio.ByteBuffer; import java.nio.charset.Charset; import ja...
package org.geektimes.cache.processor; import javax.cache.CacheException; import java.io.*; public class DefaultSerializeProvider implements SerializeProvider<Serializable, byte[]> { @Override public byte[] serialize(Serializable source) throws CacheException { byte[] bytes; try (ByteArrayOu...
/* * 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")...
/* * Copyright (c) 2017, Bart Hanssens <bart.hanssens@fedict.be> * 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,...
package com.atguigu.gulimall.coupon.service; import com.baomidou.mybatisplus.extension.service.IService; import com.atguigu.common.utils.PageUtils; import com.atguigu.gulimall.coupon.entity.SeckillSkuNoticeEntity; import java.util.Map; /** * 秒杀商品通知订阅 * * @author heling * @email 929926540@qq.com * @date 2021-10-...
/** * Copyright (c) 2010-2019 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,...
/* * Copyright 2017 Palantir Technologies, Inc. All rights reserved. * * Licensed under the BSD-3 License (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://opensource.org/licenses/BSD-3-Clause * * Unless required by applicab...
/* * This file is generated by jOOQ. */ package com.supervisor.generated.jooq.tables; import com.supervisor.generated.jooq.Keys; import com.supervisor.generated.jooq.Public; import com.supervisor.generated.jooq.tables.records.ActivityTemplateViewRecord; import java.time.LocalDateTime; import java.util.Arrays; impo...
package varadraj.order.controller; import java.io.IOException; import java.security.Principal; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.core.Authentication; import org.springframework.security.core.context.SecurityContextHolder; import org.springframework.web....
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. * * Code generated by Microsoft (R) AutoRest Code Generator. */ package com.microsoft.azure.management.apimanagement.v2019_12_01; import com.fasterxml....
package org.anair.disruptor; import static org.junit.Assert.*; import org.junit.Test; import com.lmax.disruptor.BlockingWaitStrategy; import com.lmax.disruptor.BusySpinWaitStrategy; import com.lmax.disruptor.LiteBlockingWaitStrategy; import com.lmax.disruptor.SleepingWaitStrategy; import com.lmax.disruptor.YieldingW...
package de.codescape.bitvunit.rule.images; import de.codescape.bitvunit.rule.Violations; import org.junit.Test; import static de.codescape.bitvunit.test.Assertions.assertNoViolations; import static de.codescape.bitvunit.test.Assertions.assertViolations; import static de.codescape.bitvunit.util.html.HtmlPageUtil.toHtm...
package modelo; import java.io.Serializable; import java.util.Date; /** * * @author Helio */ public class ContratoClausulas implements Serializable { private int quantidadeDia; private String valorPremio; private String valorNC; private String valorImpostoCincoPorCento; private String valorImpo...
package org.folio.converters; import java.math.BigDecimal; import java.util.List; import java.util.Optional; import java.util.stream.Collectors; import org.folio.jaxb.JAXBUtil; import org.folio.rest.jaxrs.model.BatchedVoucher; import org.folio.rest.jaxrs.model.VendorAddress; import org.folio.rest.jaxrs.model.jaxb.Bat...
package c.t; import android.graphics.drawable.Drawable; import android.view.View; import android.view.ViewOverlay; /* access modifiers changed from: package-private */ public class b0 implements c0 { private final ViewOverlay a; b0(View view) { this.a = view.getOverlay(); } @Override // c.t....
package hirs.persist; import hirs.data.persist.ReferenceDigestRecord; import hirs.data.persist.ReferenceDigestValue; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.Transaction; import org.hibern...
package com.athenaeumapps.gdxcomplextextexample; import android.os.Bundle; import com.badlogic.gdx.backends.android.AndroidApplication; import com.badlogic.gdx.backends.android.AndroidApplicationConfiguration; import com.athenaeumapps.gdxcomplextextexample.MyGdxGame; public class AndroidLauncher extends AndroidAppli...
/* * 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.microsoft.bingads.reporting; import java.util.Collection; import javax.xml.bind.annotation.adapters.XmlAdapter; public class Adapter15 extends XmlAdapter<String, Collection<AdDistributionReportFilter>> { public Collection<AdDistributionReportFilter> unmarshal(String value) { return (com....
package com.github.tangyi.model; import com.github.tangyi.common.core.persistence.BaseEntity; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonFormat; import javax.persistence.Column; import javax.persistence.Id; import javax.persistence.Table; import java.util.Date; /...
/* * Copyright 2021 EMBL - European Bioinformatics Institute * 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...
package com.imooc.bank; public class Bank { private String account; private int balance; public Bank(String account, int balance) { this.account = account; this.balance = balance; } public String getAccount() { return account; } public void setAccount(String ac...
/* * 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...
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2020 DBeaver Corp 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/LICE...
package org.firstinspires.ftc.robotcontroller.external.samples; /* * Created by robot3050 on 2/7/2018. */ import com.qualcomm.robotcore.eventloop.opmode.Autonomous; import com.qualcomm.robotcore.eventloop.opmode.Disabled; import com.qualcomm.robotcore.eventloop.opmode.LinearOpMode; i...
package com.java110.order.dao; import com.java110.dto.basePrivilege.BasePrivilegeDto; import com.java110.dto.businessDatabus.BusinessDatabusDto; import com.java110.utils.exception.DAOException; import com.java110.entity.mapping.Mapping; import java.util.List; import java.util.Map; /** * Created by wuxw on 2018/4/14...
/* * 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 io.deephaven.treetable; import io.deephaven.UncheckedDeephavenException; import io.deephaven.api.Selectable; import io.deephaven.api.agg.Aggregation; import io.deephaven.api.agg.AggregationDescriptions; import io.deephaven.api.agg.AggregationPairs; import io.deephaven.engine.table.MatchPair; import io.deephave...
/* Copyright 2015 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 applicable law or agreed to in ...
/* * Copyright 2021 DataStax, 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...
package org.quickstart.javase.jdk10; import org.junit.Test; import java.io.BufferedReader; import java.io.ByteArrayInputStream; import java.io.ByteArrayOutputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.InputStreamReader;...
/* * 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 io.searchbox.action; import org.apache.commons.lang3.StringUtils; import java.util.Collection; import java.util.LinkedHashSet; import java.util.Set; /** * @author cihat keser */ @SuppressWarnings("unchecked") public abstract class AbstractMultiTypeActionBuilder<T extends Action, K> extends AbstractMultiInd...
/* * Copyright (c) 2016-2021 Deephaven Data Labs and Patent Pending */ package io.deephaven.db.v2.utils; import io.deephaven.db.tables.Table; import io.deephaven.db.tables.select.QueryScope; import io.deephaven.db.tables.utils.TableTools; import gnu.trove.impl.Constants; import gnu.trove.map.hash.TObjectDoubleHashM...
/** * Problem Link: https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/ */ public class Solution { public int findMin(int[] nums) { for(int i=0; i+1<nums.length; i++) { if(nums[i] > nums[i+1]) return nums[i+1]; } return nums[0]; } }
/* * Zed Attack Proxy (ZAP) and its related class files. * * ZAP is an HTTP/HTTPS proxy for assessing web application security. * * Copyright 2019 The ZAP Development Team * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
// 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 required by applicable ...
/** * 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 org.appfuse.webapp.form; import javax.servlet.http.HttpServletRequest; import org.apache.struts.action.ActionMapping; /** * Generated by XDoclet/actionform. This class can be further processed with XDoclet/webdoclet/strutsconfigxml and XDoclet/webdoclet/strutsvalidationxml. * * @struts.form name="opRegist...
package cn.com.king.web.service; import cn.com.king.dto.InspectionConfigDto; import cn.com.king.dto.UserDto; import cn.com.king.page.util.PageUtil; public interface MonitorService { PageUtil getPageList(PageUtil page, int rows); int remove(String [] ids, UserDto userDto); int save(InspectionConfigDto dto, UserD...
package org.los.start; import org.los.operation.LOSProcess; import org.los.utill.Utility; public class Aplication { public static void main(String[] args) { LOSProcess process=new LOSProcess(); while(true) { System.out.println("Do u have Appllication number or" + " Not(if Not Enter 0) " + "(press -...
package io.nanovc.areas; import io.nanovc.RepoPath; import io.nanovc.content.StringContent; /** * An area for storing strings. * It is backed by a {@link TreeMapArea} which always keeps it's contents sorted. * The key is the absolute repo path for the content. * The value is the {@link StringContent}. */ public ...
package top.codecrab.upload.config; public class Constant { public static int CONCURRENT_FILE_NUMBER = 10; public static int MAX_CONCURRENT_FILE_NUMBER = 200; }
/* * Copyright (C) 2015 Square, 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 agre...
package com.srbarrios.mybackend.entities; import java.io.Serializable; public class User implements Serializable { private static final long serialVersionUID = -305726463442998985L; public String mailAddress; public int lives; public String getMailAddress() { return mailAddress; } pu...
package com.softicar.platform.core.module.test.module.standard.beta; import com.softicar.platform.core.module.access.module.instance.AGModuleInstance; import com.softicar.platform.core.module.module.instance.standard.StandardModuleInstanceTable; import com.softicar.platform.db.runtime.object.sub.IDbSubObjectTableBuild...
package com.revature.model; /** * Reimbursement requests' statuses */ public enum RequestStatus { pending, approved, denied }
/* * 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...
/* * Headwind Remote: Open Source Remote Access Software for Android * https://headwind-remote.com * * Copyright (C) 2022 headwind-remote.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 Lice...
/* * Copyright 2005-2007 Open Source Applications Foundation * * 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 module1; import processing.core.PApplet; import de.fhpotsdam.unfolding.UnfoldingMap; import de.fhpotsdam.unfolding.geo.Location; import de.fhpotsdam.unfolding.providers.AbstractMapProvider; import de.fhpotsdam.unfolding.providers.Google; import de.fhpotsdam.unfolding.providers.MBTilesMapProvider; import de.fhp...
package taskman.frontend.sections; /** * This class is responsible for showing a title. * @author Alexander Braekevelt */ public class TitleSection extends Section { /** * Represents the section that shows the text of the title. */ private final TextSection textSection; /** * Constructs...
package com.example.android_template; 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 publi...
/* * 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 ...
/* * eGov SmartCity eGovernance suite aims to improve the internal efficiency,transparency, * accountability and the service delivery of the government organizations. * * Copyright (C) 2017 eGovernments Foundation * * The updated version of eGov suite of products as by eGovernments Foundation * ...
/* * Copyright 2013-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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
package study.ywork.basis.pears.singleton; /* 最简单的单例对象方式:直接访问INSTANCE成员即可 */ public class SingletonPublic { public static final SingletonPublic INSTANCE = new SingletonPublic(); private SingletonPublic() { // DO NOTHING } }
package web.app.madhurgupta.challenge.May.Week4; /* # Author: Madhur Gupta # Github: github.com/guptamadhur # Project: LeetCode # Created on: 30-05-2020 23:59 */ public class Counting_Bits { public static void main(String[] args) { Counting_Bits ob = new Counting_Bits(); System.out.println(ob.count...
/** * Class to store a DisjointSetNode. This class is used ONLY for the * DisjointSet class. * * DO NOT use this class for your implementation and DO NOT edit this class. * * @author CS 1332 TAs * @version 1.0 */ public class DisjointSetNode<T> { private DisjointSetNode<T> parent; private T data; ...
/* * ProGuard -- shrinking, optimization, obfuscation, and preverification * of Java bytecode. * * Copyright (c) 2002-2015 Eric Lafortune @ GuardSquare * * 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 F...
import java.io.IOException; public class Main { public static void main(String[] args) { System.out.printf("---------------------------------------\n"); System.out.printf("|x = 35 |\n"); System.out.printf("| |\n"); System.out.printf("| ...
/* Copyright 2015 DataArt Apps, 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 in writing, softwa...
package net.minestom.server.network.packet.server.play; import net.minestom.server.network.packet.server.ServerPacket; import net.minestom.server.network.packet.server.ServerPacketIdentifier; import net.minestom.server.utils.binary.BinaryWriter; public class SetCooldownPacket implements ServerPacket { public int...
package org.springframework.samples.petclinic.sfg; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Profile; import org.springframework.stereotype.Component; @Profile("base-test") @Component public class YannyConfig { @Bean YannyWordProducer yannyWordProducer()...
// Autogenerated from vk-api-schema. Please don't edit it manually. package com.vk.api.sdk.queries.wall; import com.vk.api.sdk.client.AbstractQueryBuilder; import com.vk.api.sdk.client.Utils; import com.vk.api.sdk.client.VkApiClient; import com.vk.api.sdk.client.actors.ServiceActor; import com.vk.api.sdk.client.actors...
/* 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...
/* * Copyright (c) 2003, 2013, 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 ...
/** * TLS-Attacker - A Modular Penetration Testing Framework for TLS * * Copyright 2014-2022 Ruhr University Bochum, Paderborn University, Hackmanit GmbH * * Licensed under Apache License, Version 2.0 * http://www.apache.org/licenses/LICENSE-2.0.txt */ package de.rub.nds.tlsattacker.core.workflow; public enum ...
package com.atguigu.gulimall.product.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.bin...
package org.lotus.spring.service; public class AppServiceImpl implements Appservice { @Override public void start() { System.out.println("------start()------"); } @Override public void start(int mode) { System.out.println("------start(int mode)------"); } @Override pub...
/* * 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...
/* * Copyright (c) 2015 Zhang Hai <Dreaming.in.Code.ZH@Gmail.com> * All Rights Reserved. */ package com.technawabs.aditya.selfyfever.customUI; import android.animation.Animator; import android.content.Context; import android.graphics.Canvas; import android.graphics.drawable.Animatable; abstract class Indeterminat...
/* * Copyright 2017 Yahoo Holdings, 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 a...
package com.alipay.api.domain; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; /** * 设备profile规则 * * @author auto create * @since 1.0, 2021-01-27 19:58:26 */ public class ProfileRuleInfo extends AlipayObject { private static final long serialVersionUID = 2736361361853312319...
package org.apache.james.mime4j.field.structured.parser; import java.io.Serializable; public class Token implements Serializable { private static final long serialVersionUID = 1L; public int kind; public int beginLine; public int beginColumn; public int endLine; public int endColumn; public Strin...
package com.example.sensehatdataapp; import android.view.LayoutInflater; import android.view.ViewGroup; import com.example.sensehatdataapp.databinding.ItemMeasurementOriBinding; import java.util.List; import androidx.annotation.NonNull; import androidx.recyclerview.widget.RecyclerView; public class MeasurementsAd...
package com.fichajespi.schedule; import java.time.Duration; import java.time.LocalDate; import java.time.LocalTime; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.scheduling.annotation.Scheduled; import org.springframework.stereotype.Component; import...
package com.builtbroken.picsort; import com.builtbroken.jlib.lang.StringHelpers; import com.builtbroken.picsort.fx.Dialogs; import javafx.application.Application; import javafx.fxml.FXMLLoader; import javafx.scene.Parent; import javafx.scene.Scene; import javafx.stage.Stage; import javafx.stage.StageStyle; import jav...
/* * Copyright 2022 Google LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
package com.dailystudio.apiaiandroidclient.loader; /** * Created by nanye on 17/5/5. */ public class LoaderIds extends com.dailystudio.apiaicommon.loader.LoaderIds { public static final int LOADER_CHAT_HISTORY = 0x101; public static final int LOADER_AGENT = 0x201; }
import net.runelite.mapping.Export; import net.runelite.mapping.Implements; import net.runelite.mapping.ObfuscatedGetter; import net.runelite.mapping.ObfuscatedName; import net.runelite.mapping.ObfuscatedSignature; @ObfuscatedName("lx") @Implements("PlatformInfo") public class PlatformInfo extends Node { @ObfuscatedN...
/* * Copyright (c) 2007 Sun Microsystems, Inc. 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 Software F...
package extracells.item; import cpw.mods.fml.relauncher.Side; import cpw.mods.fml.relauncher.SideOnly; import extracells.tileentity.TileEntityFluidInterface; import net.minecraft.block.Block; import net.minecraft.creativetab.CreativeTabs; import net.minecraft.entity.player.EntityPlayer; import net.minecraft.item.Item;...
package com.etc.RentMarket.entity; /** * 后台用户列表的实体类 * @author 小白 * */ public class Uesrslist { private int userId;//用户Id private String userName;//用户姓名 private String userPhone;//用户联系方式 private String userAddress;//用户地址 private String userRegisterTime;//注册时间 private String userState;//用户状态 public Uesrslist()...
package org.jfrog.hudson.maven3; import hudson.EnvVars; import hudson.Extension; import hudson.Launcher; import hudson.maven.MavenModuleSet; import hudson.maven.MavenModuleSetBuild; import hudson.model.*; import hudson.tasks.BuildWrapper; import hudson.tasks.BuildWrapperDescriptor; import hudson.util.ListBoxModel; imp...
/** * Copyright © 2016-2017 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...