text
stringlengths
7
995k
/* * 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 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 org.rs.core.web; import java.security.PrivateKey; import java.util.HashMap; import java.util.List; import java.util.Map; import org.apache.commons.codec.binary.Base64; import org.apache.commons.codec.binary.StringUtils; import org.apache.commons.collections4.MapUtils; import org.rs.core.beans.RsDictInfo; impor...
package de.blau.android.resources; import java.io.IOException; import java.util.List; import android.content.DialogInterface; import android.content.DialogInterface.OnDismissListener; import android.os.AsyncTask; import android.support.annotation.NonNull; import android.support.annotation.Nullable; import android.sup...
package com.google.firebase.quickstart.analytics; import android.support.annotation.StringRes; import android.support.test.espresso.NoMatchingViewException; import android.support.test.espresso.ViewInteraction; import android.support.test.rule.ActivityTestRule; import android.support.test.runner.AndroidJUnit4; import...
// Copyright (c) 2021 Digital Asset (Switzerland) GmbH and/or its affiliates. All rights reserved. // SPDX-License-Identifier: Apache-2.0 package com.daml.nonrepudiation; import com.google.common.io.BaseEncoding; import java.security.*; public final class Base64Signature { private Base64Signature() { } ...
/* * Copyright 2002-2016 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...
/* * 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 luxcraft; import net.minecraftforge.client.MinecraftForgeClient; import cpw.mods.fml.client.registry.ClientRegistry; import cpw.mods.fml.client.registry.RenderingRegistry; public class LuxcraftClient extends LuxcraftProxy { public static int prismRenderingID = 0; public static int laserBlockRenderingI...
package de.jottyfan.camporganizer.modules.book; import javax.faces.bean.ManagedBean; import javax.faces.bean.ManagedProperty; import javax.faces.bean.RequestScoped; import javax.faces.context.FacesContext; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import de.jottyfan.camporga...
package ru.stq.pft.addressbook.tests; import org.openqa.selenium.remote.BrowserType; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.testng.annotations.AfterMethod; import org.testng.annotations.AfterSuite; import org.testng.annotations.BeforeMethod; import org.testng.annotations.BeforeSuite; impor...
package com.raros.livros.security; import org.jetbrains.annotations.NotNull; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Configuration; import org.springframework.http.HttpMethod; import org.springframework.security.config.annotation.authentication.build...
/* * Copyright 2014-2019 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 com.dev_infinity.commands; import java.lang.reflect.Method; import java.util.Arrays; /** * @author MrMicky */ public class Command { private String name; private String[] alias; private Method method; private Object object; public Command(String name, String[] alias, Method method, Obj...
package module1353_public_tests_unittests.a; import java.rmi.*; import java.nio.file.*; import java.sql.*; /** * 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 dolores ...
package net.n2oapp.platform.ms.autoconfigure; import org.springframework.context.annotation.Configuration; import org.springframework.context.annotation.PropertySource; /** * @author RMakhmutov * @since 08.04.2019 */ @Configuration @PropertySource("classpath:sleuth.n2o.default.properties") public class SleuthAutoC...
/* * Copyright (C) 2019-2021 HERE Europe B.V. * * 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...
/* * Copyright © 2019 Cask Data, 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 ag...
package eu.realalpha.infinityfilter; import java.net.InetSocketAddress; public interface ForwardContext { String getToken(); String getHost(); InetSocketAddress getInetSocketAddress(); static ForwardContext of(String s) { return new DefaultForwardContext(s); } static ForwardContex...
/** * 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.denuinc.bookxchange.api; import android.support.annotation.NonNull; import com.denuinc.bookxchange.vo.Book; import com.google.gson.annotations.SerializedName; import java.util.ArrayList; import java.util.List; /** * Created by Florian on 3/6/2018. */ public class BookSearchResponse { @Serialized...
// 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.openapi.projectRoots.ui; import com.intellij.ide.JavaUiBundle; import com.intellij.ide.plugins.newui.TwoLineProgressIndicator; import com.intellij.openapi.Di...
package org.unbrokendome.siren.ap.model.affordance; import com.google.common.net.MediaType; import javax.lang.model.element.VariableElement; import java.util.Map; public interface AffordanceTemplateBuilder<T extends AffordanceTemplate, B extends AffordanceTemplateBuilder<T, B>> { B setPathSegments(Iterable<Str...
package com.wzb.member.service.impl; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.core.metadata.IPage; import com.wzb.member.base.Page; import com.wzb.member.base.Result; import com.wzb.member.entity.Student; import com.wzb.member.entity.Teacher; import com.wzb.me...
/* * 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 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 applic...
/* * Copyright (C) 2011, GitHub Inc. * and other copyright owners as documented in the project's IP log. * * This program and the accompanying materials are made available * under the terms of the Eclipse Distribution License v1.0 which * accompanies this distribution, is reproduced below, and is * available at ...
/* Copyright (c) 2017 FIRST. All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are permitted (subject to the limitations in the disclaimer below) provided that * the following conditions are met: * * Redistributions of source code must retain the above cop...
/* * Copyright (c) 2012-2017 ZoxWeb.com 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 a...
package org.hisp.dhis.security.vote; /* * Copyright (c) 2004-2015, University of Oslo * 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 ...
package androtech.mrhs.mbm; import android.os.Bundle; import android.app.Activity; import android.view.Menu; public class MainActivity extends Activity { @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); setContentView(R.layout.activity_main); } @Override pu...
package edu.ucdenver.ccp.datasource.fileparsers.mgi; /* * #%L * Colorado Computational Pharmacology's common module * %% * Copyright (C) 2012 - 2015 Regents of the University of Colorado * %% * Redistribution and use in source and binary forms, with or without modification, * are permitted provided that the fol...
package net.codingarea.challenges.plugin.challenges.type; import net.anweisen.utilities.commons.config.Document; import net.codingarea.challenges.plugin.challenges.type.helper.GoalHelper; import net.codingarea.challenges.plugin.utils.logging.Logger; import org.bukkit.entity.Player; import javax.annotation.CheckReturn...
package com.citelic.game.entity.npc.impl.qbd; import com.citelic.game.engine.task.EngineTask; import com.citelic.game.engine.task.EngineTaskManager; import com.citelic.game.entity.Animation; import com.citelic.game.entity.Graphics; import com.citelic.game.entity.Hit; import com.citelic.game.entity.Hit.HitLook; import ...
/******************************************************************************* * Copyright (c) 2004 Actuate Corporation. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, and is availabl...
package eu.cryptoeuro.contract; import java.math.BigInteger; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.List; import org.web3j.abi.EventEncoder; import org.web3j.abi.TypeReference; import org.web3j.abi.datatypes.Address; import org.web3j.abi.datatypes.Bool; impo...
/* * Copyright [2013-2021], Alibaba Group Holding 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 app...
package com.twu.biblioteca; import com.twu.biblioteca.entities.Book; import com.twu.biblioteca.entities.Library; import com.twu.biblioteca.entities.User; import com.twu.biblioteca.services.LibraryService; import com.twu.biblioteca.services.impls.LibraryServiceImpl; import com.twu.biblioteca.tools.Message; import org.j...
/* * 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 ...
package net.haesleinhuepf.clijx.assistant.scriptgenerator; import ij.IJ; import ij.ImageJ; import ij.ImagePlus; import ij.gui.GenericDialog; import ij.gui.WaitForUserDialog; import ij.plugin.PlugIn; import net.haesleinhuepf.clij2.plugins.GaussianBlur3D; import net.haesleinhuepf.clij2.plugins.MaximumImages; import net....
package com.shark.feifei.Exception; import com.shark.util.util.StringUtil; /** * The abstract feifei implement class of RuntimeException * @Author: Shark Chili * @Date: 2018/10/31 0031 */ abstract class FeifeiRuntimeException extends RuntimeException{ FeifeiRuntimeException() { super(); } FeifeiRuntimeExce...
/* * 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) 2015 Uber Technologies, Inc. // // 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, modify, merge...
/* * Copyright Debezium Authors. * * Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0 */ package io.debezium.jdbc; /** * This interface allows the code to optionally pass a value between two parts of the application. * * @author Jiri Pechanec */ pu...
package com.adapterj.example.db; import java.sql.SQLException; import java.util.Date; import java.util.List; import com.adapterj.example.pojo.Source1; import com.adapterj.logging.Debugger; import com.adapterj.logging.Log; import com.j256.ormlite.dao.Dao; import com.j256.ormlite.stmt.PreparedQuery; import com.j256.orm...
/* * Copyright 2013-2018 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...
/* * Copyright 2015 - 2017 Atlarge Research Team, * operating at Technische Universiteit Delft * and Vrije Universiteit Amsterdam, the Netherlands. * * 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...
package com.bitdubai.fermat_pip_api.layer.notifications; import com.bitdubai.fermat_pip_api.layer.module.notification.interfaces.NotificationEvent; /** * Created by mati on 2015.10.20.. */ public interface FermatNotificationListener { public void notificate(NotificationEvent notificationEvent); }
package vn.edu.tdmu.exceptions; /** * Created by nguye on 1/29/2018. * */ public class SongNotFoundException extends RuntimeException{ private static final long serialVersionUID = 1L; private final Integer id; public SongNotFoundException(Integer id) { this.id = id; } public Integer getId...
/* * Copyright 2019 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://www.apache.org/licenses/LICENSE-2.0 * ...
package com.vdurmont.emoji; import com.google.gson.stream.JsonWriter; import org.apache.commons.lang3.StringEscapeUtils; import org.json.JSONArray; import org.json.JSONObject; import javax.net.ssl.HttpsURLConnection; import javax.net.ssl.SSLContext; import javax.net.ssl.TrustManager; import javax.net.ssl.X509TrustMan...
/* * Copyright 2000-2004 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...
package io.spring2go.hystrixlab.schoolservice.delegate; import java.util.Date; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.core.ParameterizedTypeReference; import org.springframework.http.HttpMethod; import org.springframework.stereotype.Service; import org.springframewor...
/* * 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.voximplant.apiclient.request; import java.util.Arrays; import java.util.Date; import java.util.Map; import java.math.BigDecimal; import com.voximplant.apiclient.util.MultiArgument; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; import com.voximplant.apiclient.util.StringHelper; import co...
package com.jstarcraft.ai.jsat.clustering.kmeans; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; import java.util.ArrayList; import java.util.List; import java.util.Random; import org.junit.After; import org.junit.AfterClass; import...
package uk.co.compendiumdev.casestudy.todomanager.api_non_http; import com.google.gson.Gson; import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import uk.co.compendiumdev.casestudy.todomanager.TodoManagerModel; import uk.co.compendiumdev.thingifier.core...
/* * Copyright 2014 Google 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 w...
package com.okx.domain.market; import com.fasterxml.jackson.core.JsonGenerator; import com.fasterxml.jackson.databind.JsonSerializer; import com.fasterxml.jackson.databind.SerializerProvider; import java.io.IOException; /** * Custom serializer for an OrderBookEntry. */ public class OrderSerializer extends JsonSeri...
/* * Copyright 2013 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 applica...
package com.kumasi.dev.gadget.domain; import java.sql.Timestamp; import java.util.Calendar; import javax.persistence.CascadeType; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; impo...
/****************************************************************************** * Copyright 2015 by OLTPBenchmark Project * * * * Licensed under the Apache License, Version 2.0 (the "License"); * ...
package shellService; public class ServiceThread extends Thread { private static int ShellPORT = 4521; @Override public void run() { System.out.println(">>>>>>Shell服务端程序被调用<<<<<<"); new Service(new Service.ServiceGetText() { @Override public String getText(String te...
package org.andengine.opengl.texture.region; /** * (c) Zynga 2011 * * @author Nicolas Gramlich <ngramlich@zynga.com> * @since 23:31:52 - 08.08.2011 */ public interface ITiledTextureRegion extends ITextureRegion { // =========================================================== // Constants // ===================...
package party.lemons.taniwha.data; import com.google.gson.Gson; import com.google.gson.JsonArray; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import net.minecraft.core.Registry; import net.minecraft.resources.ResourceLocation; import net.minecraft.server.packs.resources.ResourceManager; impo...
package ds_18th_nov_night; /** * * @author Hariom Yadav - Nov 18, 2019 * */ //ds : array class Stack{ //know something int top; int size; int[] stack; //does something public Stack(int s) { size = s; top = -1; stack = new int[size]; } public void push(int v) {//top++ & add if(top == size-1) {...
package com.example.latte.ec.detail; import android.animation.ObjectAnimator; import android.view.View; import com.daimajia.androidanimations.library.BaseViewAnimator; /** * 作者:贪欢 * 时间:2019/8/14 * 描述: */ public class ScaleUpAnimator extends BaseViewAnimator { @Override protected void prepare(View targ...
/** * Copyright (c) 2015-present, Facebook, Inc. * All rights reserved. * * This source code is licensed under the BSD-style license found in the * LICENSE file in the root directory of this source tree. An additional grant * of patent rights can be found in the PATENTS file in the same directory. */ package co...
/* * Copyright 2011 JBoss 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...
/* * 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 ...
/* * 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) 2015 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 applicable ...
package com.saianfu.hxaf.jobqueue.scheduling; import android.content.Context; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import com.saianfu.hxaf.jobqueue.JobManager; import com.saianfu.hxaf.jobqueue.log.JqLog; import com.google.android.gms.gcm.GcmNetworkManager; import com.google.android....
public class RectDisplay extends Display { public RectDisplay (int rows, int columns, int states) { super(rows, columns, states); } /** * This makes the rectangles by setting the corners. */ @Override protected void makeShape(int i, int j) { double CELL_WIDTH = DISPLAY_WIDTH / getColumns(); double CELL_...
module net.thevpc.nuts.toolbox.nstore { requires javafx.controls; requires javafx.base; requires javafx.fxml; requires org.kordamp.ikonli.javafx; requires net.thevpc.nuts; exports net.thevpc.nuts.toolbox.nstore; exports net.thevpc.nuts.toolbox.nstore.ctrl; opens net.thevpc.nuts.toolbox.n...
/* * Copyright 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 applica...
public class Main { static int a; public static void main(String[] args) { a = (-5+8*6); System.out.println("Result:"+a); } }
/* * SPDX-License-Identifier: Apache-2.0 * * Copyright 2022 Gerrit Grunwald. * * 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 * *...
/** * Copyright (C) 2018-2020 * All rights reserved, Designed By www.yixiang.co * 注意: * 本软件为www.yixiang.co开发研制 */ package co.yixiang.tools.service.dto; import lombok.Data; /** * @author hupeng * @date 2020-05-13 */ @Data public class QiniuContentQueryCriteria { }
package org.radargun.stages.cache.background; import java.util.Map; import java.util.concurrent.atomic.AtomicLong; import org.radargun.logging.Log; import org.radargun.logging.LogFactory; import org.radargun.utils.TimeService; /** * Manager class holding failures occurring during test run. * * @author Matej Cimbo...
// Copyright 2012 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...
package ch.ethz.mc.model.memory; /* ##LICENSE## */ import ch.ethz.mc.model.persistent.subelements.LString; import lombok.AllArgsConstructor; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; /** * Wrapper for LStrings in combination with keys for i18n export/import of * messages and dialo...
package com.animsh.newsdeap.util; import retrofit2.Retrofit; import retrofit2.converter.gson.GsonConverterFactory; public class RetrofitClient { private static final String BASE_URL = "https://newsapi.org/v2/"; private static Retrofit retrofit = null; public static Retrofit getClient() { if (retr...
public final class App { public static void main(String[] args) { System.out.println("Hello World!"); } }
/* * Copyright 2014-2019 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...
/* * Copyright 2010-2019 Boxfuse 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
package org.ovirt.engine.core.common.businessentities; import java.util.HashMap; import java.util.Map; public enum InterfaceStatus { None(0), Up(1), Down(2); private int intValue; private static Map<Integer, InterfaceStatus> mappings; static { mappings = new HashMap<Integer, Interfac...
/* * 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.bluegosling.redis.protocol; import com.bluegosling.redis.concurrent.Callback; import com.google.common.base.Charsets; import io.netty.buffer.ByteBuf; public class DoubleListener extends BaseReplyListener<Double> { public DoubleListener(Callback<Double> callback) { super(callback); } @Ove...
package com.revature.caliber.data; import java.util.List; import org.apache.log4j.Logger; import org.hibernate.Criteria; import org.hibernate.SessionFactory; import org.hibernate.criterion.Restrictions; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Repository; im...
package com.stackroute.reviewerprofile.service; import com.stackroute.reviewerprofile.domain.Reviewer; import com.stackroute.reviewerprofile.dto.ReviewerDTO; import com.stackroute.reviewerprofile.exceptions.ReviewerAlreadyExistsException; import com.stackroute.reviewerprofile.exceptions.ReviewerNotFoundException; impo...
package shared.customshadows; import android.app.Application; import android.view.View; import android.view.ViewGroup; import org.robolectric.ShadowsAdapter; import org.robolectric.annotation.Implementation; import org.robolectric.annotation.Implements; import org.robolectric.manifest.AndroidManifest; import org.robo...
package com.github.unidbg.memory; import com.github.unidbg.Svc; import com.github.unidbg.pointer.UnidbgPointer; public interface SvcMemory extends StackMemory { UnidbgPointer allocate(int size, String label); UnidbgPointer allocateSymbolName(String name); UnidbgPointer registerSvc(Svc svc); Svc ge...
// 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 module194packageJava0; import java.lang.Integer; public class Foo47 { Integer int0; public void foo0() { new module194packageJava0.Foo46().foo3(); } public void foo1() { foo0(); } public void foo2() { foo1(); } public void foo3() { foo2(); } }
package com.shepardcmd.javadbupd; import java.sql.Connection; public interface ChangeSet { int version(); String name(); boolean execute(Connection connection); }
/* ### * IP: GHIDRA * REVIEWED: YES * * 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 oj; /** * Created by shiyueqi on 2016/7/25. */ /** * Given two binary trees, write a function to check if they are equal or not. * Two binary trees are considered equal if they are structurally identical and the nodes have the same value. */ import java.util.ArrayList; import java.util.List; public c...
package com.mndk.bteterrarenderer.gui.sub_ui; import com.mndk.bteterrarenderer.BTETerraRendererConfig; import com.mndk.bteterrarenderer.gui.MapRenderingOptionsUI; import com.mndk.bteterrarenderer.gui.components.GuiNumberInput; import com.mndk.bteterrarenderer.util.GetterSetter; import net.minecraft.client.Minecraft; i...
/* * Copyright 2008-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...