text
stringlengths
7
1.01M
/* * The MIT License * * Copyright 2013 Red Hat, 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, mo...
// This file is part of OpenTSDB. // Copyright (C) 2013 The OpenTSDB Authors. // // This program is free software: you can redistribute it and/or modify it // under the terms of the GNU Lesser General Public License as published by // the Free Software Foundation, either version 2.1 of the License, or (at your // opti...
package com.avaje.ebeaninternal.server.persist.dml; import java.sql.SQLException; import java.util.logging.Level; import java.util.logging.Logger; import javax.persistence.PersistenceException; import com.avaje.ebeaninternal.api.SpiTransaction; import com.avaje.ebeaninternal.server.core.PersistRequest; imp...
package org.jboss.errai.marshalling.client.api; import org.jboss.errai.jpa.sync.client.shared.SyncRequestOperation; import org.jboss.errai.jpa.sync.client.shared.SyncRequestOperation.Type; import org.jboss.errai.marshalling.client.Marshalling; import org.jboss.errai.marshalling.client.api.json.EJObject; import org.jbo...
/* * Copyright (c) 2021 Daimler TSS GmbH * * 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 * * SPDX-License-Identifier: Apache-2.0 * * Contributors: * Daimler T...
/* Derby - Class org.apache.derbyTesting.functionTests.tests.lang.SystemCatalogTest 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...
package io.swagger.client; @javax.annotation.Generated(value = "class io.swagger.codegen.languages.JavaClientCodegen", date = "2015-09-11T11:35:51.678+08:00") public class StringUtil { /** * Check if the given array contains the given value (with case-insensitive comparison). * * @param array The array *...
package org.hl7.fhir.dstu2016may.model.codesystems; /* Copyright (c) 2011+, HL7, Inc. 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...
package ezvcard.io; import ezvcard.VCardDataType; import ezvcard.VCardVersion; import ezvcard.io.scribe.VCardPropertyScribe; import ezvcard.io.text.WriteContext; import ezvcard.io.xml.XCardElement; import ezvcard.parameter.VCardParameters; import ezvcard.property.VCardProperty; /* Copyright (c) 2012-2018, Michael An...
/* * #%L * SciJava Common shared library for SciJava software. * %% * Copyright (C) 2009 - 2017 Board of Regents of the University of * Wisconsin-Madison, Broad Institute of MIT and Harvard, Max Planck * Institute of Molecular Cell Biology and Genetics, University of * Konstanz, and KNIME GmbH. * %% * Redistri...
package com.zrlog.admin.business.rest.base; public class UpdateTypeRequest { private Long id; private String typeName; private String remark; private String alias; public String getTypeName() { return typeName; } public void setTypeName(String typeName) { this.typeName = ...
package com.hazeluff.discord.nhlbot.bot.command; import com.hazeluff.discord.nhlbot.bot.NHLBot; import com.hazeluff.discord.nhlbot.nhl.Game; import com.hazeluff.discord.nhlbot.nhl.GameStatus; import com.hazeluff.discord.nhlbot.nhl.Team; import sx.blah.discord.handle.obj.IChannel; import sx.blah.discord.handle...
/* * * 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"); y...
package models.Signal.SkillSignal; import models.Decal.CircleDash; import models.Decal.Decal; import models.Decal.FireBallDecal; import models.Entity.Entity; import models.Map.Map; import models.Skill.Skill; import utilities.Location.Location; import java.util.Timer; import java.util.TimerTask; public class LinearS...
/* * FDBRecordStoreBase.java * * This source file is part of the FoundationDB open source project * * Copyright 2015-2018 Apple Inc. and the FoundationDB project authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You ...
package com.diozero.util; /* * #%L * Organisation: mattjlewis * Project: Device I/O Zero - Core * Filename: LibraryLoader.java * * This file is part of the diozero project. More information about this project * can be found at http://www.diozero.com/ * %% * Copyright (C) 2016 - 2017 mat...
package com.deviceinsight.kafka.health; import static com.deviceinsight.kafka.health.KafkaConsumingHealthIndicatorTest.TOPIC; import static org.assertj.core.api.Assertions.assertThat; import io.micrometer.core.instrument.simple.SimpleMeterRegistry; import kafka.server.KafkaServer; import org.apache.kafka.clients.cons...
package com.logicaldoc.gui.frontend.client.folder; import com.logicaldoc.gui.common.client.Session; import com.logicaldoc.gui.common.client.i18n.I18N; import com.logicaldoc.gui.common.client.util.LD; import com.logicaldoc.gui.common.client.widgets.FolderTree; import com.smartgwt.client.types.HeaderControls; imp...
/* * Copyright 1999-2017 Alibaba Group Holding 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 applica...
package com.test; import org.concordion.integration.junit4.ConcordionRunner; import org.junit.runner.RunWith; @RunWith(ConcordionRunner.class) public class VariableReferenceFromNestedScope { public void consumeString(String s) { } }
package com.kunyang.android.qq.Data.Restapi; import com.hyphenate.exceptions.HyphenateException; /** * Created by 坤阳 on 2017/12/30. */ public class LiveException extends HyphenateException { protected int errorCode = -1; public LiveException(){} public LiveException(int errorCode, String desc){ ...
package org.jesperancinha.java11.crums.crum14; import java.util.ArrayList; import java.util.Collections; import java.util.List; import static org.jesperancinha.console.consolerizer.common.ConsolerizerColor.BLUE; import static org.jesperancinha.console.consolerizer.common.ConsolerizerColor.BRIGHT_CYAN; import static o...
package lecho.lib.hellocharts.formatter; import lecho.lib.hellocharts.model.AxisValue; public class SimpleAxisValueFormatter implements AxisValueFormatter { private ValueFormatterHelper valueFormatterHelper = new ValueFormatterHelper(); public SimpleAxisValueFormatter() { valueFormatterHelper.determ...
/******************************************************************************* * Copyright (c) 2013, 2014 Oracle and/or its affiliates. All rights reserved. * This program and the accompanying materials are made available under the * terms of the Eclipse Public License v1.0 and Eclipse Distribution License v. 1.0...
package io.kluska.bsc.forms.reply.stats.service.infrastructure; import org.springframework.boot.autoconfigure.security.SecurityProperties; import org.springframework.context.annotation.Configuration; import org.springframework.core.annotation.Order; import org.springframework.http.HttpMethod; import org.springframewor...
/******************************************************************************* * Copyright (c) 2005, 2008 IBM Corporation and others. * 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...
package learn.hyperskill.pod.p20210207chocolate; import org.junit.jupiter.params.ParameterizedTest; import org.junit.jupiter.params.provider.CsvSource; import static org.junit.jupiter.api.Assertions.*; class MainTest { @ParameterizedTest @CsvSource({"4,2,2", "4,2,4", "4,2,6", "7,4,21"}) void testPossibl...
/* * Copyright © 2017 camunda services GmbH (info@camunda.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 required ...
package uk.ac.ebi.embl.template.reader; public enum TemplateTokenType { TAXON_FIELD, DATE_FIELD, TEXT_FIELD, TEXT_CHOICE_FIELD, INTEGER_FIELD, TEXT_AREA_FIELD, BOOLEAN_FIELD, start_location, end_location; }
package com.project.space; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; import androidx.annotation.NonNull; import androidx.recyclerview.widget.RecyclerView; import com.goo...
package net.npg.abattle.client.view.boardscene; import org.junit.Assert; import org.junit.Test; import com.badlogic.gdx.graphics.Color; public class RenderUtilTest { @Test public final void testUtils() throws Exception { for (int i = 0; i < 25; i++) { final int x = RendererUtils.getAnimationNumber(...
package com.thinkenterprise.domain.route.graphql.resolver.query; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.Optional; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.dom...
/* * Copyright 2000-2018 Vaadin Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
/* * Copyright (C) 2016 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...
/* Copyright (C) GridGain Systems. 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...
/* * Author: Benton Li '19 * Version: 1.0 * * */ package org.firstinspires.ftc.teamcode; import com.qualcomm.robotcore.eventloop.opmode.Autonomous; import com.qualcomm.robotcore.eventloop.opmode.TeleOp; import com.qualcomm.robotcore.hardware.DcMotorSimple; import com.qualcomm.robotcore.util.ElapsedTime; ...
/** * Copyright (c) 2018-2028, Chill Zhuang 庄骞 (smallchill@163.com). * <p> * 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 * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Un...
// 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.java18StreamApi; import com.intellij.codeInspection.AbstractBaseJavaLocalInspectionTool; import com.intellij.codeInspection.LocalQuickFix; imp...
/******************************************************************************* * MIT License * * Copyright (c) 2017 CNES * * 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 wi...
package org.occidere.githubnotifier.configuration; import org.elasticsearch.client.RestHighLevelClient; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Configuration; import org.springframework.data.elasticsearch.client.ClientConfiguration; import org.spri...
package com.example.dmitry.kinopoiskparser; import android.support.v4.app.Fragment; public class SearchActivity extends CommonAbstractActivityHost { @Override protected Fragment createFragment() { return new SearchFragment(); } }
/* * Copyright 2020 Netflix, Inc. * <p> * 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 * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless required by applicable law or agr...
package io.easeci.core.workspace.cache; import java.nio.file.Path; /** * Interface that exposing methods * for removing resource from cache of Easeci's workspace. * @author Karol Meksuła * 2020-11-07 * */ public interface CacheGarbageCollector { /** * Removes concrete path of file or directory placed i...
package uva.tomo113; /*uva 11388*/ import java.io.BufferedReader; import java.io.FileReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.Locale; import java.util.StringTokenizer; public class GCD_LCM { static BufferedReader input; static StringTokenizer _stk; static String rea...
/* * $Header: /home/cvs/jakarta-tomcat-4.0/webapps/admin/WEB-INF/classes/org/apache/webapp/admin/users/GroupsForm.java,v 1.1 2002/02/10 05:48:57 craigmcc Exp $ * $Revision: 1.1 $ * $Date: 2002/02/10 05:48:57 $ * * ==================================================================== * * The Apache Software Licens...
package improvements; public class Lumbermill { protected int goldMaintenance; protected int timeToBuild; protected int productionBase; protected int productionPotential; //all improvements would be built by the worker onto a tile, if said worker was implemented in the game //needs to be built on the forest til...
package uk.gov.hmcts.reform.iacaseapi.domain.handlers.postsubmit; import static org.assertj.core.api.Assertions.assertThat; import static org.mockito.Mockito.when; import static uk.gov.hmcts.reform.iacaseapi.domain.entities.AsylumCaseFieldDefinition.*; import java.util.Optional; import org.junit.jupiter.api.Test; imp...
package example.service; import example.repo.Customer1082Repository; import org.springframework.stereotype.Service; @Service public class Customer1082Service { public Customer1082Service(Customer1082Repository repo) { } }
/* * 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 in writing, software * distrib...
/* * 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...
/* * Copyright 2018 tweerlei Wruck + Buchmeier GbR - http://www.tweerlei.de/ * * 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 * * Unl...
/* * 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...
/* * PermissionsEx * Copyright (C) zml and PermissionsEx contributors * * 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 re...
import service.Engine; import java.io.IOException; public class HospitalDemo { public static void main(String[] args) throws IOException { Engine engine = new Engine(); engine.run(); } }
package com.sequenceiq.freeipa.service.image.userdata; import java.util.Optional; import java.util.concurrent.ExecutionException; import java.util.concurrent.Future; import javax.inject.Inject; import org.apache.commons.codec.binary.Base64; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springfr...
package org.kie.services.client.api.command; import org.drools.core.command.CommandService; import org.drools.core.command.impl.CommandBasedStatefulKnowledgeSession; import org.jbpm.process.audit.AuditLogService; import org.jbpm.process.audit.CommandBasedAuditLogService; import org.jbpm.services.task.events.TaskEventS...
package TableMapping.Fields; import lombok.Getter; import lombok.NoArgsConstructor; import lombok.Setter; import org.apache.commons.lang3.StringUtils; import org.apache.commons.lang3.builder.EqualsBuilder; import org.apache.commons.lang3.builder.HashCodeBuilder; import java.util.ArrayList; import java.util.Arrays; im...
/* * Copyright (c) 2015-present, Parse, LLC. * 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 com.par...
package com.gulimall.order; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.boot.test.context.SpringBootTest; import org.springframework.test.context.junit4.SpringRunner; @RunWith(SpringRunner.class) @SpringBootTest public class GulimallOrderApplicationTests { @Test public ...
package com.howoo.myrestaurant.naver.dto; import lombok.AllArgsConstructor; import lombok.Data; import lombok.Getter; import lombok.NoArgsConstructor; import java.util.List; @Data @AllArgsConstructor @NoArgsConstructor public class SearchImageRes { private String lastBuildDate; private List<SearchImageRes...
package com.xiepuhuan.reptile.exception; /** * @author xiepuhuan */ public class UnsupportedObjectException extends RuntimeException { public UnsupportedObjectException() { } public UnsupportedObjectException(String message) { super(message); } public UnsupportedObjectException(String m...
package com.jeterlee.sample.basis; import java.lang.annotation.Documented; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import javax.inject.Qualifier; @Qualifier @Documented @Retention(RetentionPolicy.RUNTIME) public @interface LeatherColor { String color() default "white";...
/** * Copyright 2017 Comcast Cable Communications Management, LLC * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 * Unless required by a...
package quick.pager.shop.controller.system; import java.util.Objects; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.security.access.prepost.PreAuthorize; import org.springframework.web.bind.annotation.DeleteMapping; import org.springframework.web.bind.annotation.PathVariable...
/* * Copyright (c) 2010-2016. Axon Framework * 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...
package com.yilian.networkingmodule.entity; import java.io.Serializable; /** * Created by on 2017/6/23 0023. * JS拉起微信或支付宝时传递的订单信息Json对应的实体类 */ public class JsPayClass implements Serializable{ /** * { * orderString = ""; * "order_index" = 327; * "payment_apply_time" = 1498027130; * "p...
package com.commercetools.history.models.change; import java.time.*; import java.util.*; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.databind.annotation.*; import io.vrap.rmf.base.client.utils.Generated; import org.apache.c...
package com.simibubi.create.content.contraptions.components.structureMovement.pulley; import com.mojang.blaze3d.matrix.MatrixStack; import com.mojang.blaze3d.vertex.IVertexBuilder; import com.simibubi.create.AllBlockPartials; import com.simibubi.create.content.contraptions.base.IRotate; import com.simibubi.create.cont...
package com.example.ianno.simplecontactwithorm.Activity; import android.app.Activity; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.widget.TextView; import android.widget.Toast; import com.example.ianno.simplecontactwithorm.Entity.Contact; imp...
package com.project.lottiebottombar; import android.os.Bundle; import androidx.fragment.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; public class GiftsFragment extends Fragment { public GiftsFragment() { // Required empty public constructor ...
package me.salamander.cctransformer.util; import io.netty.util.internal.PlatformDependent; import it.unimi.dsi.fastutil.longs.*; import net.minecraft.core.BlockPos; import java.util.NoSuchElementException; /** * A fast hash-map implementation for 3-dimensional vectors with {@code int} components, mapped to unsigned...
/** * detect-configuration * * Copyright (C) 2019 Black Duck Software, Inc. * http://www.blackducksoftware.com/ * * 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 copyri...
/* * Sakuli - Testing and Monitoring-Tool for Websites and common UIs. * * Copyright 2013 - 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 * * ...
// "Change parameter 'i' type to 'java.lang.String'" "true" class Ex{ void foo(String i) { bar(i); } void bar(String s) {} }
// 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.jakewharton.rxbinding.view; import android.view.View; import com.jakewharton.rxbinding.internal.MainThreadSubscription; import com.jakewharton...
/* * Copyright 2010 Vrije Universiteit * * 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 gov.cdc.sdp.cbr; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; import org.junit.Test; import com.google.gson.Gson; import gov.cdc.sdp.cbr.model.PhinMSSourceAttributes; import gov.cdc.sdp.cbr.model.SDPMessage; public cla...
/* * Autopsy Forensic Browser * * Copyright 2013 Basis Technology Corp. * Contact: carrier <at> sleuthkit <dot> 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://ww...
package slimeknights.tconstruct.shared; import slimeknights.tconstruct.world.TinkerWorld; import net.minecraft.block.Block; import net.minecraft.block.BlockState; import net.minecraft.entity.Entity; import net.minecraft.sound.SoundEvents; import net.minecraft.util.math.BlockPos; public class BlockEvents { // Slim...
package me.alen_alex.bridgepractice.listener; import me.alen_alex.bridgepractice.BridgePractice; import me.alen_alex.bridgepractice.api.PlayerIslandJoinEvent; import me.alen_alex.bridgepractice.configurations.Configuration; import me.alen_alex.bridgepractice.data.DataManager; import me.alen_alex.bridgepractice.playerd...
package jp.co.canon.rss.logmanager.dto.job; import lombok.Getter; import lombok.Setter; import lombok.experimental.Accessors; @Getter @Setter @Accessors(chain = true) public class ReqLocalJobStepAddDTO { private Boolean enable; private String stepType; private String [] customEmails; private int [] em...
/* * Copyright 2020 ThoughtWorks, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
package io.jmix.tests.screen.spaceport; import io.jmix.ui.screen.*; import io.jmix.tests.entity.spaceport.SpacePort; @UiController("SpacePort.browse") @UiDescriptor("space-port-browse.xml") @LookupComponent("spacePortsTable") public class SpacePortBrowse extends StandardLookup<SpacePort> { }
package jam.util; import java.util.HashMap; import java.util.Map; import java.util.TreeMap; import java.util.function.Function; /** * Provides a map that supports on-demand object creation. * * <p>When a user calls {@code get(key)} with a key that is not * contained in the map, a new object is created on-demand ...
package com.bjev.esb.vo.resp; import io.swagger.annotations.ApiModelProperty; import lombok.Data; /** * UserInfoRespVO * * @author wenbin * @version V1.0 * @date 2020年3月18日 */ @Data public class UserInfoRespVO { @ApiModelProperty(value = "用户id") private String id; @ApiModelProperty(value = "账号") ...
package cn.hikyson.godeye.core.internal.modules.pageload; import androidx.annotation.Keep; import java.io.Serializable; @Keep public enum PageType implements Serializable { ACTIVITY, FRAGMENT, UNKNOWN }
package com.jungle68.ibook.activity; import android.content.DialogInterface; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.AlertDialog; import android.support.v7.app.AppCompatActivity; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.Recycl...
package desafios.diarios; public class Book { protected String title; protected String author; public Book() { this.title = ""; this.author = ""; } public Book(String title, String author) { this.title = title; this.author = author; } void display() { System.out.println("Title: " + title...
/* * 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 com.vk.api.sdk.queries.wall; import com.vk.api.sdk.client.AbstractQueryBuilder; import com.vk.api.sdk.client.VkApiClient; import com.vk.api.sdk.client.actors.UserActor; import com.vk.api.sdk.objects.base.responses.OkResponse; import java.util.Arrays; import java.util.List; /** * Query for Wall.delete method...
/* * Copyright 2018 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 a...
/* * #%L * Service Locator Client for CXF * %% * Copyright (c) 2006-2021 Talend Inc. - www.talend.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.o...
package com.tastybug.timetracker.extension.backup.controller.dataexport; import android.content.Context; import com.tastybug.timetracker.core.model.json.JsonMarshallingBuilder; import org.json.JSONArray; import org.json.JSONException; import java.io.UnsupportedEncodingException; class DataExportCreator { priv...
package cn.hmxz.modules.sys.service.impl; import cn.hmxz.modules.sys.dao.SysConfigDao; import cn.hmxz.modules.sys.entity.SysConfigEntity; import com.alibaba.fastjson.JSON; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.core.metadata.IPage; import com.baomidou.mybati...
/* * 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 Overloading; /** * * @author anitha.ramatenki */ public class Shirt { private String description="-desccrip...
package me.list.twitchboard.view; /** * Created by masterjefferson on 7/23/2016. */ public interface ChatView { void showNotification(String msg); void showSentMessage(String msg); }
/* * Copyright 2017 Daniel Nilsson * * 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.alipay.api.response; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.AlipayResponse; /** * ALIPAY API: alipay.ins.auto.autoinsprod.user.certify response. * * @author auto create * @since 1.0, 2017-12-13 11:31:13 */ public class AlipayInsAutoAutoinsprodUserCertifyResponse exte...
/* * Copyright (C) 2019 highstreet technologies GmbH Intellectual Property. * * 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 available at http://www.eclipse.org/legal/epl-v10.html */ package org.on...
package org.wso2.carbon.esb.hl7.transport.test; import org.apache.axiom.om.util.AXIOMUtil; import org.testng.Assert; import org.testng.annotations.AfterClass; import org.testng.annotations.BeforeClass; import org.testng.annotations.Test; import org.wso2.carbon.automation.engine.annotations.ExecutionEnvironment; import...