text
stringlengths
7
995k
package com.bx.erp.model; import android.database.Cursor; import android.database.sqlite.SQLiteStatement; import org.greenrobot.greendao.AbstractDao; import org.greenrobot.greendao.Property; import org.greenrobot.greendao.internal.DaoConfig; import org.greenrobot.greendao.database.Database; import org.greenrobot.gree...
package nxt.http; import nxt.Alias; import nxt.NxtException; import org.json.simple.JSONObject; import org.json.simple.JSONStreamAware; import javax.servlet.http.HttpServletRequest; public final class GetAliasCount extends APIServlet.APIRequestHandler { static final GetAliasCount instance = new GetAliasCount();...
package com.slack.kaldb.histogram; import static com.slack.kaldb.util.ArgValidationUtils.ensureTrue; import java.util.ArrayList; import java.util.List; import java.util.Optional; /** This class contains an implementation of the histogram with fixed interval buckets. */ public class FixedIntervalHistogramImpl impleme...
package com.threeknowbigdata.flink.dataset; import org.apache.flink.api.common.functions.FlatMapFunction; import org.apache.flink.api.java.ExecutionEnvironment; import org.apache.flink.api.java.operators.AggregateOperator; import org.apache.flink.api.java.operators.DataSource; import org.apache.flink.api.java.operator...
/* * Copyright 2009-2014 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 * * Unles...
/////////////////////////////////////////////////////////////////////////////// //Filename: $RCSfile: CDOAcceptedObjects.java,v $ //Purpose: Chemical Markup Language. //Language: Java //Compiler: Java (TM) 2 Platform Standard Edition 5.0 //Authors: steinbeck@ice.mpg.de, gezelter@maul.chem.nd.edu, // ...
/** * Created by vlad on 28.06.16. */ public class MenuAction { private char[] chrang = {'a', 'b', 'c', 'd','e','f','g','h'};//допустимый ввод букв private int [] cifri = {1,2,3,4,5,6,7,8};//допустимый ввод цифр private String[] namesCH = {"King","Knight","Bishop","Pawn","Queen","Rook"};//допустимые на...
/* * 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) 2018, Adam <Adam@sigterm.info> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above copyright notice, this * li...
package com.zos.activiti.delegate; import lombok.extern.slf4j.Slf4j; import org.activiti.engine.delegate.DelegateExecution; import org.activiti.engine.delegate.JavaDelegate; @Slf4j public class MyJobDelegate implements JavaDelegate { @Override public void execute(DelegateExecution execution) { log.in...
/* * * * * Apache License * Version 2.0, January 2004 * http://www.apache.org/licenses/ * * TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION * * 1. Definitions. * * "License" shall mean the term...
package gov.nih.nci.evs.api.service; import java.io.IOException; import java.time.LocalDateTime; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.HashSet; import java.util.List; import java.util.stream.Collectors; import javax.annotation.PostConstruct; import org.slf4j....
package com.example.android.sunshine.data; import android.provider.ContactsContract; import android.support.test.espresso.DataInteraction; import android.support.test.espresso.intent.rule.IntentsTestRule; import android.support.test.espresso.matcher.ViewMatchers; import android.support.test.rule.ActivityTestRule; imp...
/* * An XML document type. * Localname: getValoresSeriesVOResponse * Namespace: https://was-p/wssgs/services/FachadaWSSGS * Java type: was_p.wssgs.services.fachadawssgs.GetValoresSeriesVOResponseDocument * * Automatically generated - do not modify. */ package was_p.wssgs.services.fachadawssgs; /** * A documen...
package com.tsengfhy.vservice.basic.domain; import com.querydsl.core.types.Path; import com.querydsl.core.types.PathMetadata; import com.querydsl.core.types.dsl.ArrayPath; import com.querydsl.core.types.dsl.EntityPathBase; import com.querydsl.core.types.dsl.PathInits; import javax.annotation.Generated; import static...
package net.mednikov.MessageServiceExample.message; public class Chat { private String chatId; private int numOfMessages; public Chat(String chatId, int numOfMessages) { this.chatId = chatId; this.numOfMessages = numOfMessages; } public String getChatId() { return chatId;...
/* * MIT License * * Copyright (c) 2015-2022 Aliaksandr Leanovich * * 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 u...
package io.quarkus.it.jpa.configurationless; import io.quarkus.test.junit.QuarkusIntegrationTest; @QuarkusIntegrationTest public class JPAConfigurationlessTestInGraalITCase extends JPAConfigurationlessTest { }
/* * 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 ...
/****************************************************************************/ // Eclipse SUMO, Simulation of Urban MObility; see https://eclipse.org/sumo // Copyright (C) 2016-2020 German Aerospace Center (DLR) and others. // This program and the accompanying materials are made available under the // terms of the Ecli...
/* * Copyright 2012 - 2017 Anton Tananaev (anton@traccar.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 b...
package org.apache.lucene; /* * 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 ...
package org.bndly.rest.swagger.resource; /*- * #%L * REST Swagger Integration * %% * Copyright (C) 2013 - 2020 Cybercon GmbH * %% * 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 * *...
package com.lab5.dao; import com.lab5.model.Task; import com.mysql.jdbc.Statement; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import java.util.ArrayList; import java.util.Date; import java.util.HashMap; import java.util.Locale; public clas...
/* * 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...
/* * 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.tyrfing.games.id17.diplomacy.actions; import com.tyrfing.games.id17.Util; import com.tyrfing.games.id17.diplomacy.Message; import com.tyrfing.games.id17.gui.mails.DiploYesNoMail; import com.tyrfing.games.id17.gui.mails.HeaderedMail; import com.tyrfing.games.id17.gui.mails.Mail; import com.tyrfing.games.id1...
class Test { public void m() { int i = new X().getX_prop(); } }
// Copyright 2020 The Nomulus 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 a...
package io.swagger.server.api; import java.nio.charset.StandardCharsets; import com.fasterxml.jackson.datatype.jsr310.JavaTimeModule; import com.github.phiz71.vertx.swagger.router.OperationIdServiceIdResolver; import com.github.phiz71.vertx.swagger.router.SwaggerRouter; import io.swagger.models.Swagger; import io.sw...
package xyz.erupt.upms.model; import lombok.Getter; import lombok.Setter; import org.springframework.stereotype.Component; import xyz.erupt.annotation.Erupt; import xyz.erupt.annotation.EruptField; import xyz.erupt.annotation.EruptI18n; import xyz.erupt.annotation.fun.FilterHandler; import xyz.erupt.annotation.sub_eru...
// 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 // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writi...
package com.craigke.letschat.api; import com.craigke.letschat.Constants; import retrofit2.Retrofit; import retrofit2.converter.gson.GsonConverterFactory; public class ApiClient { public static Retrofit retrofit = null; private static final String BASE_URL = Constants.UNSPLASH_BASE_URL; public static Ret...
/* ==================================================================== 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 Y...
package com.gojek.beast.sink.dlq; import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.databind.ObjectMapper; import com.gojek.beast.models.OffsetInfo; import com.gojek.beast.models.Record; import com.gojek.beast.sink.dlq.gcs.GCSInvalidMessagesWrapper; import org.junit.Test; import java....
package com.t28.draggablelistview; import android.app.Application; import android.test.ApplicationTestCase; /** * <a href="http://d.android.com/tools/testing/testing_android.html">Testing Fundamentals</a> */ public class ApplicationTest extends ApplicationTestCase<Application> { public ApplicationTest() { ...
/* * 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 com.docuvantage.atlassian.seraph; import com.auth0.jwt.exceptions.TokenExpiredException; import com.docuvantage.atlassian.sera...
package com.lc.test.leetcode; /** * @author fj * @description * @date 2018/11/6 * @time 下午11:24 **/ public class Q2_Sum { public static void main(String[] args) { ListNode l1 = new ListNode(1); // l1.next = new ListNode(8); // l1.next.next = new ListNode(3); ListNode l2 = new Li...
/*- * ============LICENSE_START======================================================= * ONAP - SO * ================================================================================ * Copyright (C) 2017 AT&T Intellectual Property. All rights reserved. * =============================================================...
/* * Copyright 2018, Oath Inc. * Licensed under the terms of the MIT License. See LICENSE.md file in project root for terms. */ package com.aol.mobile.sdk.controls.view; import android.content.Context; import android.content.Intent; import android.content.res.Resources; import android.content.res.TypedArray; impor...
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
/* * Copyright (c) 2007, 2016, Oracle and/or its affiliates. All rights reserved. * ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package com.sun.org.apache.bcel.internal.generic; /* ==================================================================== * The Apache Software License, Version 1...
/* * Vortex OpenSplice * * This software and documentation are Copyright 2006 to TO_YEAR ADLINK * Technology Limited, its affiliated companies and licensors. All rights * reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file e...
package com.tree_bit.rcdl.blocks.dv; import com.tree_bit.rcdl.blocks.dv.IOrientationEnum; import static org.junit.Assert.assertEquals; import org.junit.Test; @SuppressWarnings("javadoc") public class TestIOrientationEnum { @SuppressWarnings("static-method") @Test public void testToCount() { a...
/* * Licensed to Metamarkets Group Inc. (Metamarkets) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. Metamarkets licenses this file * to you under the Apache License, Version 2.0 (the * "License"); yo...
package org.apache.oltu.oauth2.as.validator; import org.apache.oltu.oauth2.common.OAuth; import org.apache.oltu.oauth2.common.error.OAuthError; import org.apache.oltu.oauth2.common.exception.OAuthProblemException; import org.apache.oltu.oauth2.common.validators.AbstractValidator; import javax.servlet.http.HttpServlet...
/* * 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.google.samples.apps.topeka.Database; import android.graphics.Bitmap; import android.graphics.BitmapFactory; import java.io.ByteArrayOutputStream; /** * Created by NguyenHai on 3/23/2016. */ public class DbBitmapUtility { // convert from bitmap to byte array public static byte[] getBytes(Bitmap...
package controllers; import play.mvc.*; import views.html.*; /** * This controller contains an action to handle HTTP requests * to the application's home page. */ public class HomeController extends Controller { /** * An action that renders an HTML page with a welcome message. * The configuration i...
/* * Copyright (c) 2015 10cars Software */ package com.tencarssoftware.icosphere; import android.app.ActivityManager; import android.content.Context; import android.content.Intent; import android.content.pm.ConfigurationInfo; import android.net.Uri; import android.os.Bundle; import android.support.v7.app.AppCompatA...
/* * 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.minbox.framework.little.bee.core.command.response; import org.minbox.framework.little.bee.core.LittleBeeCommandException; import org.minbox.framework.little.bee.core.LittleBeeConstant; import org.minbox.framework.little.bee.core.command.AbstractCommand; import org.minbox.framework.little.bee.core.command.C...
package com.ishland.c2me.fixes.worldgen.threading_issues.asm; import com.ishland.c2me.base.common.util.ASMUtils; import org.objectweb.asm.Opcodes; import org.objectweb.asm.tree.ClassNode; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.HashMap; import java.util.List; import java.util.Map; im...
/* * Copyright 2013 Bazaarvoice, 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 app.busalert; 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 device. *...
package kempodev.distinct.modules; import java.awt.Toolkit; import java.awt.datatransfer.ClipboardOwner; import java.awt.datatransfer.StringSelection; import net.minecraft.client.gui.GuiPlayerInfo; import net.minecraft.util.StringUtils; import kempodev.distinct.base.BaseModule; public class ModuleScrape extends Base...
package org.firstinspires.ftc.teamcode; /* import com.qualcomm.robotcore.hardware.DcMotor; import com.qualcomm.robotcore.hardware.DcMotorSimple; import com.qualcomm.robotcore.hardware.DigitalChannel; import com.qualcomm.robotcore.hardware.HardwareMap; public class Lift { //This class wil contain the lift motor ...
package name.martingeisse.esdk.picoblaze.assembler.ast; import name.martingeisse.esdk.picoblaze.assembler.IPicoblazeAssemblerErrorHandler; import name.martingeisse.esdk.picoblaze.assembler.Range; /** * Used for "magic" simulation instructions. This class just * stores the encoded instruction. * * @author Martin ...
package com.github.meteoorkip.screens.idescreen.topbar.menubar; import com.github.meteoorkip.general.ViewModel; import com.github.meteoorkip.general.generation.GeneratorRunnable; import com.github.meteoorkip.general.files.FileModel; import com.github.meteoorkip.general.files.IOManager; import javafx.event.ActionEvent;...
/* This Java source file was generated by test-to-java.xsl and is a derived work from the source document. The source document contained the following notice: Copyright (c) 2001-2003 World Wide Web Consortium, (Massachusetts Institute of Technology, Institut National de Recherche en Informatique et en Automatique, K...
/* * Copyright (c) 2018, WSO2 Inc. (http://www.wso2.org) 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 * * Unles...
package com.RSen.Widget.Hangouts; import java.text.SimpleDateFormat; import java.util.Calendar; import android.content.ContentValues; import android.service.notification.NotificationListenerService; import android.service.notification.StatusBarNotification; public class NotificationListener extends NotificationListe...
package com.mstock98.pockettrackvr; import android.os.AsyncTask; import android.util.Log; import java.io.PrintWriter; import java.net.InetSocketAddress; import java.net.Socket; /** * Handles data transmission to the VR client */ public class DataTransmitter { protected String _address; protected int _port;...
/** * <a href="http://www.openolat.org"> * OpenOLAT - Online Learning and Training</a><br> * <p> * Licensed under the Apache License, Version 2.0 (the "License"); <br> * you may not use this file except in compliance with the License.<br> * You may obtain a copy of the License at the * <a href="http://www.apache...
/* * ****************************************************************************** * * * * * * This program and the accompanying materials are made available under the * * terms of the Apache License, Version 2.0 which is available at * * https://www.apache.org/licenses/LICENSE-2.0. * * * * See the NO...
package org.xcolab.view.taglibs.xcolab.jspTags.discussion.actions; import org.xcolab.client.admin.attributes.configuration.ConfigurationAttributeKey; import org.xcolab.client.comment.CommentClient; import org.xcolab.client.comment.exceptions.CommentNotFoundException; import org.xcolab.client.comment.util.CommentClient...
package com.framstag.maven.plugin.testtype; import java.util.*; /** * Completes the given package list with missing intermediate packages. */ public class PackageListCompleter { private void addValue(Map<Long, Set<String>> workingSet, Long key, String value) { Set<String> list = workingSet.get(key); if (...
package org.gradle.test.performance.mediummonolithicjavaproject.p15; public class Production308 { private String property0; public String getProperty0() { return property0; } public void setProperty0(String value) { property0 = value; } private String property1; ...
/* * 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 2006-2018 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
package com.github.luben.zstd; abstract class SharedDictBase extends AutoCloseBase { @Override protected void finalize() { close(); } }
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2019 Serge Rider (serge@jkiss.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/license...
package com.baeldung.javaxval.constraint.composition; import org.springframework.stereotype.Component; import org.springframework.validation.annotation.Validated; @Component @Validated public class AccountService { @AlphanumericReturnValue public String getAnInvalidAlphanumericValue() { return "john"...
/* * Copyright 2018 * Ubiquitous Knowledge Processing (UKP) Lab * Technische Universität Darmstadt * * 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/...
package yhao.micro.service.surety.business.apilist.form.finance; import io.swagger.annotations.ApiModelProperty; import org.springframework.format.annotation.DateTimeFormat; import yhao.infra.apilist.validate.IdUnForm; import yhao.micro.service.constants.enums.YNEnum; import java.math.BigDecimal; import java.util.Dat...
package org.jboss.gm.analyzer.alignment; import org.aeonbits.owner.ConfigCache; import org.gradle.api.Plugin; import org.gradle.api.Project; import org.gradle.api.logging.Logger; import org.jboss.gm.common.Configuration; import org.jboss.gm.common.ManipulationCache; import org.jboss.gm.common.logging.FilteringCustomLo...
/* * 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 com.zwan.bitrade.controller; import com.alibaba.fastjson.JSONObject; import com.zwan.bitrade.constant.BooleanEnum; import com.zwan.bitrade.constant.CommonStatus; import com.zwan.bitrade.constant.SysConstant; import com.zwan.bitrade.constant.WithdrawStatus; import com.zwan.bitrade.entity.*; import com.zwan.bit...
/* * (C) Copyright 2017-2019 OpenVidu (https://openvidu.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 required by a...
package xyz.upperlevel.uppercore.placeholder; import lombok.Getter; import lombok.RequiredArgsConstructor; import org.bukkit.Color; import org.bukkit.Sound; import org.bukkit.entity.Player; import xyz.upperlevel.uppercore.Uppercore; import xyz.upperlevel.uppercore.config.ConfigUtil; import xyz.upperlevel.uppercore.sou...
package net.bartushk.picletest.Filter; import org.opencv.core.Core; import org.opencv.core.Mat; import org.opencv.imgcodecs.Imgcodecs; import net.bartushk.picle.Program; public class BaseFilterTest { public Mat catImage; public BaseFilterTest(){ System.loadLibrary(Core.NATIVE_LIBRARY_NAME); ...
/* * MIT License * * Copyright (c) 2016-2022 The OSHI Project Contributors: https://github.com/oshi/oshi/graphs/contributors * * 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 r...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: compiler/ir/serialization.common/src/KotlinIr.proto package org.jetbrains.kotlin.backend.common.serialization.proto; /** * Protobuf type {@code org.jetbrains.kotlin.backend.common.serialization.proto.IrExpression} */ public final class IrExpress...
package com.kiselev.dataframework.repository.exception.generator; import com.kiselev.dataframework.repository.exception.DataFrameWorkRepositoryException; /** * @author Vadim Kiselev * @version 1.0 * @since 02/11/2017 */ public class QueryAutoGenerationException extends DataFrameWorkRepositoryException { pub...
// Targeted by JavaCPP version 1.5.5-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.skia; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.javacpp.presets.javacpp.*; import static org.bytedeco.skia.global.Skia.*; @Opaque @Properties(inheri...
/* * Copyright 2010 Proofpoint, 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 agree...
package com.mindplates.everyonesprint.biz.user.service; import com.mindplates.everyonesprint.biz.project.repository.ProjectUserRepository; import com.mindplates.everyonesprint.biz.space.repository.SpaceUserRepository; import com.mindplates.everyonesprint.biz.user.entity.User; import com.mindplates.everyonesprint.biz.u...
package com.project_1; 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.util.List...
//Deobfuscated with https://github.com/SimplyProgrammer/Minecraft-Deobfuscator3000 using mappings "C:\Users\Admin\Desktop\Minecraft-Deobfuscator3000-1.2.2\1.12 stable mappings"! //Decompiled by Procyon! package com.sun.jna.win32; import com.sun.jna.*; import java.lang.reflect.*; public class W32APIFunctionMapper im...
package de.fau.amos.virtualledger.android.views.bankingOverview.deleteBankAccessAccount.functions; /** * Created by sebastian on 23.05.17. */ public interface BiFunction<T, R, S> { S apply(T t, R r); }
package gabriel.views.all; import com.vaadin.flow.component.Key; import com.vaadin.flow.component.button.Button; import com.vaadin.flow.component.checkbox.Checkbox; import com.vaadin.flow.component.html.H2; import com.vaadin.flow.component.html.H3; import com.vaadin.flow.component.textfield.PasswordField; import com.v...
package io.sunshower.kernel.core; import static org.junit.jupiter.api.Assertions.*; import io.sunshower.kernel.test.Clean; import io.sunshower.kernel.test.Module; import io.sunshower.kernel.test.Modules; import io.sunshower.kernel.test.ZephyrTest; import io.sunshower.test.common.Tests; import io.zephyr.cli.Zephyr; im...
// Copyright 2000-2020 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.codeInspection.deadCode; import com.intellij.analysis.AnalysisBundle; import com.intellij.codeHighlighting.HighlightDisplayLevel; import com.intellij.codeIns...
/** * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See LICENSE in the project root for * license information. */ package com.zblumenf.spring.data.gremlin.common.domain; import com.zblumenf.spring.data.gremlin.annotation.GeneratedValue; import com.zblumenf.spring.data....
package cs345.typescript; import org.antlr.symtab.ClassSymbol; import org.antlr.symtab.FieldSymbol; import org.antlr.symtab.FunctionSymbol; import org.antlr.symtab.Scope; import org.antlr.symtab.Symbol; import org.antlr.symtab.Type; import org.antlr.symtab.VariableSymbol; import java.util.List; public class ComputeT...
package com.mmall.vo; import java.math.BigDecimal; import java.util.List; /** * Created by IntelliJ IDEA * User: leroy * Time: 2017/11/23 23:59 */ public class OrderProductVo { private List<OrderItemVo> orderItemVoList; private BigDecimal productTotalPrice; private String imageHost; public List<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 agreed to in writing, software * distribut...
package beans.factory.config; public class PropertyValue { private final String name; private final Object value; public PropertyValue(String name, Object value) { this.name = name; this.value = value; } public String getName() { return name; } public Object get...
package tv.twitch.moonmoon.rpengine2.data; import org.bukkit.ChatColor; import tv.twitch.moonmoon.rpengine2.data.attribute.AttributeRepo; import tv.twitch.moonmoon.rpengine2.data.select.SelectRepo; import tv.twitch.moonmoon.rpengine2.model.attribute.AttributeType; import javax.inject.Inject; import java.util.Objects;...
/** * Copyright 2007-2015, Kaazing Corporation. 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...