text
stringlengths
7
995k
/* * 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 Clases; /** * * @author juang */ public class Persona { private String Rut; private String Nombres; private Str...
/* * Copyright (c) 2016, WSO2 Inc. (http://wso2.com) 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 re...
public class ProgramaPrincipalHeranca { public static void main(String[] args) { ClasseA classeA = new ClasseA(); classeA.metodoA(); classeA.metodoB(); System.out.println("------"); ClasseB classeB = new ClasseB(); classeB.metodoB(); } }
package eu.asangarin.monhun.item; import eu.asangarin.monhun.util.enums.MHItemTexture; import net.minecraft.block.BlockState; import net.minecraft.entity.LivingEntity; import net.minecraft.item.ItemStack; import net.minecraft.tag.BlockTags; import net.minecraft.util.math.BlockPos; import net.minecraft.world.World; pu...
/** @noinspection UnusedDeclaration*/ interface TestIF2<T> extends TestIF3<T> {} /** @noinspection UnusedDeclaration*/ interface TestIF<T extends TestIF2<? extends Test2>> { void run(T o1); } /** @noinspection UnusedDeclaration*/ interface TestIF3<T> {} class Test2 {} class Test { public void test(TestIF<?>...
/** * Siterwell API * * OpenAPI spec version: 1.0.37.1 * Contact: info@siterwell.co.uk * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. * * Licensed under the Apache License, Version 2.0 (the "L...
/* * 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 teambuilder; import java.util.Random; /** * * @author Wout */ public class MegaKangaskhan extends Pokemon{@Override p...
/////////////////////////////////////////////////////////////////////////// // __ _ _ ________ // // / / ____ ____ _(_)____/ | / / ____/ // // / / / __ \/ __ `/ / ___/ |/ / / __ // // ...
/* package com.example.webflux.reactor.employee; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpStatus; import org.springframework.http.MediaType; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.*; import reactor.core.p...
/** * 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 m...
/* * Copyright 2016-2021 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 module1918_public_tests_more.a; import java.io.*; import java.rmi.*; import java.nio.file.*; /** * 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 et ea ...
package com.braintreepayments.api; import androidx.annotation.IntDef; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; @Retention(RetentionPolicy.SOURCE) @IntDef({ThreeDSecureShippingMethod.SAME_DAY, ThreeDSecureShippingMethod.EXPEDITED, ThreeDSecureShippingMethod....
/* Copyright (c) 2014, 2016 Qualcomm Technologies, Inc. All Rights Reserved. * Qualcomm Technologies Proprietary and Confidential. */ package com.qualcomm.ims.vt; import android.app.admin.DevicePolicyManager; import android.content.Context; import android.hardware.camera2.CameraAccessException; import com.android...
/*- * ============LICENSE_START======================================================= * SDC * ================================================================================ * Copyright (C) 2019 Nokia. All rights reserved. * ================================================================================ * Lice...
package chapter10.html; import org.apache.commons.lang3.text.translate.AggregateTranslator; import org.apache.commons.lang3.text.translate.CharSequenceTranslator; import org.apache.commons.lang3.text.translate.EntityArrays; import org.apache.commons.lang3.text.translate.LookupTranslator; public class UnicodeUtils { ...
package org.keycloak.social.openshift; import org.keycloak.broker.oidc.OAuth2IdentityProviderConfig; import org.keycloak.models.IdentityProviderModel; public class OpenshiftV3IdentityProviderConfig extends OAuth2IdentityProviderConfig { private static final String BASE_URL = "baseUrl"; public OpenshiftV3Iden...
/* * Copyright 2000-2014 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
// SPDX-License-Identifier: MIT package com.mercedesbenz.sechub.pds.job; import static org.mockito.Mockito.*; import java.util.UUID; import org.junit.Before; import org.junit.Rule; import org.junit.Test; import org.junit.rules.ExpectedException; import com.mercedesbenz.sechub.pds.PDSNotAcceptableException; import c...
/** * */ package swim.core.network; import java.util.List; import java.util.Vector; /** * @author Sherif Tolba (manually translated and consolidated from * different files of a C++ code written by Saleh Ibrahim) * */ public class HalfDuplexIM extends InterferenceModel{ private Vector<CollisionSet> col...
package org.airsim.api.flightplan; import java.time.Duration; import java.time.LocalDate; import java.time.LocalTime; import java.util.UUID; import lombok.AccessLevel; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; import lombok.Setter; @Data @Setter(Acc...
/* * Copyright 2019 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. * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, softw...
/* * Copyright ยฉ 2021 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 agreed t...
/* Copyright 2004, 2005, 2006 Acegi Technology Pty 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 ap...
package cn.hzw.doodle; import android.graphics.Canvas; import android.graphics.Matrix; import android.graphics.Paint; import android.graphics.Rect; import cn.hzw.doodle.core.IDoodle; import cn.hzw.doodle.core.IDoodleItem; import cn.hzw.doodle.core.IDoodlePen; /** * ๅธธ็”จ็”ป็ฌ” */ public enum DoodlePen implements IDoodleP...
/* * TopStack (c) Copyright 2012-2013 Transcend Computing, 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 ap...
package sa.revenue; import android.content.Context; import android.content.Intent; import android.text.TextUtils; import com.orhanobut.hawk.Hawk; import java.text.NumberFormat; import java.text.ParseException; import java.text.SimpleDateFormat; import java.util.Calendar; import java.util.Date; import java.util.concu...
/* * 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 2020 Erik Amzallag * * 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...
/** * 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"); yo...
/** * 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 2002-2021 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * CS licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
/* * Copyright Kay Stenschke * * 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, soft...
/* * Copyright (c) 2008-2018, Hazelcast, 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 ...
/* * Copyright 2007 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 br.com.devdojo.awesome; 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 ApplicationStarTests { @Test public void ...
package com.planet_ink.coffee_mud.Behaviors; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import com.planet_i...
package org.deviceconnect.android.deviceplugin.uvc.recorder; import android.content.Context; import android.graphics.Rect; import android.util.Log; import android.util.Size; import org.deviceconnect.android.libmedia.streaming.gles.EGLSurfaceDrawingThread; import org.deviceconnect.android.libmedia.streaming.mjpeg.MJPE...
package uk.contribit.checkout.express; import static org.junit.Assert.assertEquals; import org.junit.Test; public class TillTest { @Test public void testNullItem() { Till till = new Till(); till.process(null); assertEquals(0, till.getTotal()); } @Test public void testAppl...
package com.zzb.CustomView; /** * Recไธ‹ๅˆ’็บฟ *Created by han.cong on 2017/4/08. */ /** * * โ”โ”โ”โ”โ”โ”็ฅžๅ…ฝๅ‡บๆฒกโ”โ”โ”โ”โ”โ” * ใ€€ใ€€ใ€€โ”โ”“ใ€€ใ€€ใ€€โ”โ”“ * ใ€€ใ€€โ”โ”›โ”ปโ”โ”โ”โ”›โ”ปโ”“ * ใ€€ใ€€โ”ƒใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€โ”ƒ * ใ€€ใ€€โ”ƒใ€€ใ€€ใ€€โ”ใ€€ใ€€ใ€€โ”ƒ * ใ€€ใ€€โ”ƒใ€€โ”ณโ”›ใ€€โ”—โ”ณใ€€โ”ƒ * ใ€€ใ€€โ”ƒใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€โ”ƒ * ใ€€ใ€€โ”ƒใ€€ใ€€ใ€€โ”ปใ€€ใ€€ใ€€โ”ƒ * ใ€€ใ€€โ”ƒใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€โ”ƒ * ใ€€ใ€€โ”—โ”โ”“ใ€€ใ€€ใ€€โ”โ”โ”› * ใ€€ใ€€ใ€€ใ€€โ”ƒใ€€ใ€€ใ€€โ”ƒ ็ฅžๅ…ฝไฟไฝ‘,ไปฃ็ ๆ— bug * ใ€€ใ€€ใ€€ใ€€โ”ƒใ€€ใ€€ใ€€โ”ƒ * ใ€€ใ€€ใ€€ใ€€โ”ƒใ€€ใ€€ใ€€โ”—โ”โ”โ”โ”“ * ใ€€ใ€€ใ€€ใ€€โ”ƒใ€€ใ€€ใ€€ใ€€ใ€€ใ€€ใ€€โ”ฃโ”“ ...
/* * Copyright 2017, OpenSkywalking Organization 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 re...
package com.codenotfound.endpoint; import java.math.BigInteger; import org.apache.cxf.feature.Features; import org.example.ticketagent.ObjectFactory; import org.example.ticketagent.TFlightsResponse; import org.example.ticketagent.TListFlights; import org.example.ticketagent_wsdl11.TicketAgent; @Features(features = "...
package CLI_Module; import java.util.List; public class HerokuBean { private String appName; private String dbAlias; private String localDbName; private List<String> pgInfo; private List<String> pgCredentials; public String getAppName() { return appName; } public void setAppName(String appName) { this...
/* * Copyright (C) 2015 fuwjax.org (info@fuwjax.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 by app...
package necat.client; import necat.channel.NxChannel; public class NxClientImpl implements NxClient { private final NxChannel nxChannel; public NxClientImpl(NxChannel nxChannel) { this.nxChannel = nxChannel; } }
/** * 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"); yo...
/* * SPDX-License-Identifier: Apache-2.0 * * The OpenSearch Contributors require contributions made to * this file be licensed under the Apache-2.0 license or a * compatible open source license. */ /* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distribute...
package quentin.wwi.vertsys.javaee.jplaylist.songs.web; import dhbwka.wwi.vertsys.javaee.jplaylist.common.ejb.UserBean; import dhbwka.wwi.vertsys.javaee.jplaylist.common.ejb.ValidationBean; import dhbwka.wwi.vertsys.javaee.jplaylist.common.jpa.User; import dhbwka.wwi.vertsys.javaee.jplaylist.common.web.FormValues; imp...
package ai.labs.parser.internal.matches; import lombok.extern.slf4j.Slf4j; import org.junit.Assert; import org.junit.Test; import java.util.Iterator; /** * @author ginccc */ @Slf4j public class PermutationTest { @Test public void testPermutation() { //setup Permutation permutation = new P...
/* * Copyright (c) 2018 stnetix.com. 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 ...
public class NumbersEndingIn7 { public static void main(String[] args) { /*for (int i=1;i<=1000;i++){ if (i%10==7){ System.out.println(i); } }*/ for(int q=7;q<=1000;q+=10){ System.out.println(q); } } }
/* * Copyright (C) 2017 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...
package com.udacity.vehicles; import com.udacity.vehicles.domain.manufacturer.Manufacturer; import com.udacity.vehicles.domain.manufacturer.ManufacturerRepository; import org.modelmapper.ModelMapper; import org.springframework.beans.factory.annotation.Value; import org.springframework.boot.CommandLineRunner; import or...
// Targeted by JavaCPP version 1.5.3-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.tensorflow; import org.bytedeco.tensorflow.Allocator; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.tensorflow.global.tensorflow.*; /** Returns the min ...
package cz.cuni.mff.odcleanstore.webfrontend.dao.dn; import org.springframework.jdbc.core.simple.ParameterizedRowMapper; import cz.cuni.mff.odcleanstore.webfrontend.bo.dn.DNRuleComponent; import cz.cuni.mff.odcleanstore.webfrontend.dao.CommittableDao; import cz.cuni.mff.odcleanstore.webfrontend.dao.DaoForAuthorableEn...
/* * 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 ...
/* * NOTE: This file is generated. Do not edit! Your changes will be lost. */ package tests.catalog; import com.xceptance.xlt.api.engine.scripting.AbstractScriptTestCase; import com.xceptance.xlt.api.engine.scripting.ScriptName; /** * <p>Test select items per page option on catalog page.</p> * <h1 id="1-setup-and...
/* * LUSID API * * The version of the OpenAPI document: 0.11.2321 * Contact: info@finbourne.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ package com.finbourne.lusid.model; import java.u...
package com.blossomproject.core.common.search.facet; public class MinMaxFacetConfiguration extends FacetConfiguration { @Override public int hashCode() { return super.hashCode(); } }
package com.lambdaschool.bookstore.controllers; import com.lambdaschool.bookstore.models.User; import com.lambdaschool.bookstore.services.UserService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.HttpHeaders; import org.springframework.http.HttpStatus; import org.sprin...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
package dgcj.y2016.finals; import dgcj.message; import java.util.*; public class A { static final Object PROBLEM = new encoded_sum(); // PROBLEM NAME goes here static final int M = 1000000007; static final int T = 10; public String run() { int n = (int) encoded_sum.GetLength(); int from = (int) (1L * n * ID ...
package com.learningmachine.android.app.ui.issuer; import android.content.Intent; import android.databinding.DataBindingUtil; import android.os.Bundle; import android.support.annotation.Nullable; import android.text.Editable; import android.text.TextWatcher; import android.view.LayoutInflater; import android.view.Menu...
/* * 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 me.htrewrite.client.util; import club.minnced.discord.rpc.DiscordEventHandlers; import club.minnced.discord.rpc.DiscordRPC; import club.minnced.discord.rpc.DiscordRichPresence; import me.htrewrite.client.HTRewrite; import me.htrewrite.client.customgui.CustomMainMenuGui; import me.htrewrite.client.module.module...
package mars.gupao.strategy.promotion; /** * Created by Tom. */ public class PromotionActivity { private IPromotionStrategy strategy; public PromotionActivity(IPromotionStrategy strategy) { this.strategy = strategy; } public void execute(){ strategy.doPromotion(); } }
package com.bakdata.conquery.apiv1; import com.bakdata.conquery.io.xodus.MasterMetaStorage; import com.bakdata.conquery.models.auth.entities.User; import com.bakdata.conquery.models.auth.permissions.Ability; import com.bakdata.conquery.models.auth.permissions.AbilitySets; import com.bakdata.conquery.models.auth.permis...
/* * ๆ–‡ไปถๅ็งฐ๏ผšImageResult.java * ็ณป็ปŸๅ็งฐ๏ผš[็ณป็ปŸๅ็งฐ] * ๆจกๅ—ๅ็งฐ๏ผšๅŒน้…ๅ›พ็‰‡ * ่ฝฏไปถ็‰ˆๆƒ๏ผšCopyright (c) 2011-2018, liming20110711@163.com All Rights Reserved. * ๅŠŸ่ƒฝ่ฏดๆ˜Ž๏ผš[่ฏทๅœจๆญคๅค„่พ“ๅ…ฅๅŠŸ่ƒฝ่ฏดๆ˜Ž] * ๅผ€ๅ‘ไบบๅ‘˜๏ผšRushing0711 * ๅˆ›ๅปบๆ—ฅๆœŸ๏ผš20180625 23:35 * ไฟฎๆ”น่ฎฐๅฝ•๏ผš * <Version> <DateSerial> <Author> <Description> * 1.0.0 20180625-01 Rush...
package com.muhardin.endy.belajar.selenium.entity; public enum Gender { MALE, FEMALE }
// Targeted by JavaCPP version 1.5.3: DO NOT EDIT THIS FILE package org.bytedeco.videoinput; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.javacpp.presets.javacpp.*; import static org.bytedeco.videoinput.global.videoInputLib.*; @Opaque @Prope...
package net.kunmc.lab.artforest.gm; import net.kunmc.lab.artforest.ArtForest; import net.kunmc.lab.artforest.Kei; import org.bukkit.Bukkit; import org.bukkit.GameMode; import org.bukkit.Material; import org.bukkit.OfflinePlayer; import org.bukkit.Sound; import org.bukkit.boss.BarColor; import org.bukkit.boss.BarStyle;...
/* * Copyright (c) 2011-2016, Peter Abeles. All Rights Reserved. * * This file is part of BoofCV (http://boofcv.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...
package headfront.services; import org.springframework.context.annotation.Configuration; import org.springframework.messaging.simp.config.MessageBrokerRegistry; import org.springframework.web.socket.config.annotation.AbstractWebSocketMessageBrokerConfigurer; import org.springframework.web.socket.config.annotation.Enab...
/* * Swift Parallel Scripting Language (http://swift-lang.org) * Code from Java CoG Kit Project (see notice below) with modifications. * * Copyright 2005-2014 University of Chicago * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the Licens...
/* * ARX: Powerful Data Anonymization * Copyright 2012 - 2020 Fabian Prasser and 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/LICE...
package ch.so.agi.ilivalidator.asyncwebservice; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class IlivalidatorAsyncWebServiceApplication { public static void main(String[] args) { SpringApplication.run(Ilival...
/** * Copyright (c) 2008, http://www.snakeyaml.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 by applicabl...
/* * Licensed to CRATE Technology GmbH ("Crate") under one or more contributor * license agreements. See the NOTICE file distributed with this work for * additional information regarding copyright ownership. Crate licenses * this file to you under the Apache License, Version 2.0 (the "License"); * you may not us...
/* * Copyright (c) 2021 AcadiaSoft, 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, pu...
package com.iotechn.unimall.data.dto.product; import com.dobbinsoft.fw.core.annotation.doc.ApiEntity; import com.dobbinsoft.fw.core.annotation.doc.ApiField; import com.dobbinsoft.fw.core.entiy.SuperDTO; import com.dobbinsoft.fw.support.annotation.LeafTable; import com.dobbinsoft.fw.support.model.Page; import com.iotec...
/* This file is part of Gralog, Copyright (c) 2016-2018 LaS group, TU Berlin. * License: https://www.gnu.org/licenses/gpl.html GPL version 3 or later. */ package gralog.generator; import java.util.Arrays; import java.util.List; import gralog.algorithm.AlgorithmParameters; import gralog.algorithm.CycleParameters; imp...
package com.pengsoft.basedata.repository; import java.util.Optional; import javax.persistence.QueryHint; import javax.validation.constraints.NotBlank; import com.pengsoft.basedata.domain.Department; import com.pengsoft.basedata.domain.QDepartment; import com.pengsoft.support.repository.TreeEntityRepository; import c...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may n...
/* * 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 ca.qc.bergeron.marcantoine.crammeur.android.service.entity; import ca.qc.bergeron.marcantoine.crammeur.librairy.exceptions.KeyException; import ca.qc.bergeron.marcantoine.crammeur.android.models.Client; import ca.qc.bergeron.marcantoine.crammeur.librairy.repository.i.DataFramework; import ca.qc.bergeron.marca...
package com.github.robertomanfreda.java11.stringmethods; import com.github.robertomanfreda.ITopic; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; import java.util.Map; import java.util.stream.Collectors; public class StringMethods implements ITopic { public StringMethods(){ ...
/* * Copyright 2010-2016 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 "lice...
/* * [New BSD License] * Copyright (c) 2011-2012, Brackit Project Team <info@brackit.org> * 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 reta...
/** * Copyright (c) 2001-2017 Mathew A. Nelson and Robocode contributors * 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 available at * http://robocode.sourceforge.net/license/ep...
/** * * Copyright 2003-2007 Jive Software. * * 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 o...
package com.example.android.uamp.automotive; import com.williamfzc.randunit.RandUnitAndroid; import com.williamfzc.randunit.cases.RUJUnit4Case; import com.williamfzc.randunit.models.StatementModel; import org.junit.runner.RunWith; import org.robolectric.ParameterizedRobolectricTestRunner; import org.robolectric.annot...
package de.schub.docker_controller.Metadata; import com.google.gson.annotations.Expose; /** * holds all imporant metadata for a container. Used for serialization and deserialization via GSON */ public class ContainerMetadata { @Expose private String containerId; @Expose private String name; @E...
/* * 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 ...
/* * 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...
package com.foodie.service; import com.foodie.dto.ResponseCode; import com.foodie.dto.ServerResponse; import com.foodie.pojo.Student; import com.foodie.pojo.Teacher; public interface RegisterService { // ๅญฆ็”Ÿๆณจๅ†Œ ServerResponse registerStudent(Student student); // ๆ•™ๅธˆๆณจๅ†Œ ServerResponse registerTeacher(Teacher...
package tk.wasdennnoch.androidn_ify.ui; import android.app.ActionBar; import android.app.Activity; import android.content.Intent; import android.content.SharedPreferences; import android.content.pm.PackageInfo; import android.content.pm.PackageManager; import android.net.Uri; import android.os.Bundle; import android.p...
/* * Copyright 2002-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 ap...
/* * Copyright 1999-2004 Alibaba.com All right reserved. This software is the confidential and proprietary information of * Alibaba.com ("Confidential Information"). You shall not disclose such Confidential Information and shall use it only * in accordance with the terms of the license agreement you entered into wit...
/* * 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) 2008-2019, Hazelcast, 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 ...