text
stringlengths
7
995k
class ttMa { } class Gf8w4jVXKx { } class U5X7X { } class iIGtzZTdP4b { } class f2P { public static void UHgRfr_u (String[] zW6aYbUFOb2_) throws h { ; return; int[][] uCvkDHmrL4Lp = Vu2j02qo8z()[ ( -!qj_QzcvbVwb().XzN5NnTErPn())[ null[ XeV16PbsLwM2.w7()]]] = new wvXSQ[ new sjoEoxqt...
/* * 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...
/* * 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...
/* * Copyright (c) 1998, 2005, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
/* * Hibernate, Relational Persistence for Idiomatic Java * * License: GNU Lesser General Public License (LGPL), version 2.1 or later. * See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>. */ package org.hibernate.envers.internal.tools; /** * @author Adam Warski (adam at w...
package app.embedded.com.oath.micro.server; import java.util.Arrays; import java.util.List; import javax.ws.rs.GET; import javax.ws.rs.Path; import javax.ws.rs.Produces; import cyclops.futurestream.SimpleReact; import cyclops.futurestream.FutureStream; import org.springframework.stereotype.Component; import com.oa...
// Targeted by JavaCPP version 1.5.8-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.depthai; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.javacpp.presets.javacpp.*; import static org.bytedeco.openblas.global.openblas_nolapack.*; import s...
package com.microsoft.Malmo.MissionHandlers; import java.util.List; import com.microsoft.Malmo.MissionHandlerInterfaces.ICommandHandler; import com.microsoft.Malmo.MissionHandlerInterfaces.IWantToQuit; import com.microsoft.Malmo.Schemas.AgentQuitFromReachingCommandQuota; import com.microsoft.Malmo.Schemas.CommandQuot...
package com.refinedmods.refinedstorage.apiimpl.autocrafting.preview; import com.refinedmods.refinedstorage.api.autocrafting.preview.ICraftingPreviewElement; import com.refinedmods.refinedstorage.api.autocrafting.preview.ICraftingPreviewElementRegistry; import net.minecraft.network.PacketBuffer; import net.minecraft.ut...
/* * Copyright 2002-2007 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/* * Copyright © 2013-2018 camunda services GmbH and various authors (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...
package seedu.address.logic.commands.task; import static java.util.Objects.requireNonNull; import java.util.List; import java.util.function.Predicate; import seedu.address.commons.core.Messages; import seedu.address.commons.core.index.Index; import seedu.address.logic.commands.CommandResult; import seedu.address.log...
// This is mutant program. // Author : ysma public class original { static int min = 0; static int diff = 0; static int same = 0; static int zero = 0; int Set_Min( int x, int y ) { min = -x; if (min > y) { min = y; if (x * y < 0) { di...
package ca.uhn.fhir.jpa.subscription.module.matcher; import ca.uhn.fhir.jpa.subscription.module.BaseSubscriptionDstu3Test; import ca.uhn.fhir.rest.api.server.IBundleProvider; import ca.uhn.fhir.rest.server.SimpleBundleProvider; import org.hl7.fhir.dstu3.model.*; import org.hl7.fhir.dstu3.model.codesystems.MedicationRe...
// // ======================================================================== // Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // All rights reserved. This program and the accompanying materials // are made available under the ter...
package com.example.sazzad.cas; /** * Created by Sazzad on 7/9/2017. */ public interface UserListener { void clicked(String s, int position); }
package com.conversantmedia.util.concurrent; import java.util.concurrent.TimeUnit; import java.util.concurrent.atomic.AtomicLong; /** * http://www.hpl.hp.com/techreports/2012/HPL-2012-68.pdf * * Created by jcairns on 2/12/16. */ public class SequenceLock implements OptimisticLock { final AtomicLong sequence =...
package io.fizz.analytics.common; import java.io.Serializable; import java.util.Objects; public class Month implements Serializable { private int value; public Month(int value) { if (value < 1 || value > 12) { throw new IllegalArgumentException("A valid month should be specified."); ...
/*package org.blade.personal.mode; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.Id; @Entity() public abstract class Defined { @Id @Column(name = "id") public Long id; @Column(name = "owner_id") public Long ownerId; public Long getId() { return id; } public ...
package com.app.dao; import java.lang.invoke.MethodHandles; import java.util.ArrayList; import java.util.List; import java.util.function.Consumer; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation...
package pl.dominik.cmms.repository.security; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; import pl.dominik.cmms.entity.security.Role; import java.util.List; @Repository public interface RoleRepository extends JpaRepository<Role, Long> { Role fi...
/* * Copyright 2011-2013, by Vladimir Kostyukov and Contributors. * * This file is part of la4j project (http://la4j.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 * * ...
package com.moduscreate.bankaccount; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.Table; import org.hibernate.annotations.GenericGenerator; import io.quarkus.hibernate.orm.panache.PanacheEntityBase; @E...
package com.capping.xinran.cappingnews.test.fragments; import android.os.Bundle; import android.os.Handler; import android.support.v4.app.FragmentManager; import android.support.v4.view.ViewPager; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.EditTex...
package serializer.impl; import avro.User; import org.apache.avro.Schema; import org.apache.avro.file.DataFileReader; import org.apache.avro.file.DataFileWriter; import org.apache.avro.generic.GenericData; import org.apache.avro.generic.GenericDatumWriter; import org.apache.avro.generic.GenericRecord; import org.apach...
package corp.wmsoft.android.examples.mvpc.third.pager; import android.databinding.DataBindingUtil; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import com.squar...
package com.xxmassdeveloper.mpchartexample; import android.graphics.Color; import android.graphics.Typeface; import android.os.Bundle; import android.util.Log; import android.view.Menu; import android.view.MenuItem; import android.view.WindowManager; import android.widget.SeekBar; import android.widget.SeekBar.OnSeekB...
package qlvm.functions; import qlvm.QLVM; import java.text.NumberFormat; import java.text.ParseException; import java.util.Locale; public abstract class Function { private static final NumberFormat NF = NumberFormat.getNumberInstance(Locale.US); public abstract String getName(); public abstract String...
package module1180packageJava0; import java.lang.Integer; public class Foo86 { Integer int0; Integer int1; public void foo0() { new module1180packageJava0.Foo85().foo6(); } public void foo1() { foo0(); } public void foo2() { foo1(); } public void foo3() { foo2(); } public v...
package uk.ac.ebi.interpro.scan.io.pirsf.hmmer2; import org.apache.log4j.Logger; import org.springframework.core.io.Resource; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.Serializable; import java.util.HashMap; import java.util.Map; import java.util.regex...
package com.feibiao.controller; import com.feibiao.common.core.controller.BaseController; import com.feibiao.domain.ModContent; import com.feibiao.service.ModContentService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.Mo...
package com.org.jenkins.custom.jenkins.distribution.service.services; import com.org.jenkins.custom.jenkins.distribution.service.util.Util; import java.io.File; import java.io.IOException; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.nio.file.Paths; import java.util.logging.Logger;...
package io.egen.MovieFlix.controller; import java.util.List; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.MediaType; import org.springframework.web.bind.annotation.PathVariable; import org.springframework.web.bind.annotation.RequestBody; import org.springframework.web...
package org.robolectric.res; public class EmptyStyle implements Style { @Override public AttributeResource getAttrValue(ResName resName) { return null; } @Override public String toString() { return "Empty Style"; } }
/*! ****************************************************************************** * * Pentaho Data Integration * * Copyright (C) 2002-2013 by Pentaho : http://www.pentaho.com * ******************************************************************************* * * Licensed under the Apache License, Version 2.0 (th...
/* This file is part of the iText (R) project. Copyright (c) 1998-2018 iText Group NV Authors: iText Software. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Affero General Public License version 3 as published by the Free Software Foundation ...
package brnln.utl.sttMchn._myExamples.a003_sessSim; import brnln.utl.sttMchn.StateMachine; public class C002 { private static class UsrActions extends Thread { private final StateMachine stateMachine; public UsrActions(StateMachine stateMachine) { this.stateMachine = stateMachine; ...
////////////////////////DEMOCLASS//////////////////////////////// import java.io.*; import java.io.File; // Import the File class import java.io.FileNotFoundException; // Import this class to handle errors import java.util.Scanner; // Import the Scanner class to read text files public class AccessArrayApp{ //** the...
/* * Copyright © 2014 <code@io7m.com> http://io7m.com * * Permission to use, copy, modify, and/or distribute this software for any * purpose with or without fee is hereby granted, provided that the above * copyright notice and this permission notice appear in all copies. * * THE SOFTWARE IS PROVIDED "AS IS" AN...
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2017 Serge Rider (serge@jkiss.org) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
/* * Copyright 2016 The Bazel Authors. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/* * Copyright (c) 2010-2015 Norbert Bartels. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, mer...
/***************************************************** * * DevicePhotoPickerActivity.java * * * Modified MIT License * * Copyright (c) 2010-2015 Kite Tech Ltd. https://www.kite.ly * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation f...
/* Copyright © "Open Digital Education", 2014 * * This program is published by "Open Digital Education". * You must indicate the name of the software and the company in any production /contribution * using the software and indicate on the home page of the software industry in question, * "powered by Open Digital E...
package com.pam.blog.io.repositories; import com.pam.blog.io.entity.PostEntity; import org.springframework.data.repository.CrudRepository; import org.springframework.stereotype.Repository; @Repository public interface PostRepository extends CrudRepository<PostEntity, Long> { }
/******************************************************************************* * Copyright 2017 Huawei Technologies Co., Ltd. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file ...
package com.itheima.sms.service; import com.baomidou.mybatisplus.extension.service.IService; import com.itheima.sms.entity.BlackListEntity; /** * 黑名单 * * @author 传智播客 * */ public interface BlackListService extends IService<BlackListEntity> { }
/* * Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
/* * 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 view; import model.Produto; import model.Usuario; import DAO.UsuarioDAO; /** * * @author igor */ public class CadUsuario e...
/* Copyright (C) 2011-2014 Sublime Software 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 in wri...
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * gradle plugin from the resource data it found. It * should not be modified by hand. */ package androidx.coordinatorlayout; public final class R { private R() {} public static final class attr { private att...
package liquibase.structure; import liquibase.structure.core.Schema; import liquibase.util.StringUtils; import java.util.Comparator; public class DatabaseObjectComparator implements Comparator<DatabaseObject> { @Override public int compare(DatabaseObject o1, DatabaseObject o2) { Schema schema1 = o1....
/* ESUP-portail is a french academic project developed under the GPL (General Public License) augmented according to the following : A binary or source file developped by ESUP-portail can be used or compiled with products under Apache license. The official english text of the GPL can be found here : http://www.gnu.org/...
package at.swingolf.app.web; import java.util.HashMap; import java.util.Map; public class Person { private final String id; Map<Integer, Club> clubPerYear = new HashMap<>(); private String name; private String firstname; public Person(String personId) { this.id=personId; } public...
/* * MIT License * * Copyright (c) 2016 John Joshua Ferrer * * 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 login; import login.Login; import org.junit.Test; import java.sql.ResultSet; import java.sql.SQLException; import static org.junit.Assert.*; public class LoginTest { //To check for exceptions being thrown /* @Test//(expected = SQLException.class) public void checkException() throws SQLException ...
package org.ovirt.engine.ui.uicommonweb.models.vms; import java.util.List; import org.ovirt.engine.core.common.businessentities.DisplayType; import org.ovirt.engine.core.common.businessentities.VmBase; import org.ovirt.engine.core.common.businessentities.VmOsType; import org.ovirt.engine.core.common.businessentities....
/* * 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 cn.rootelement.service; import cn.rootelement.dto.PageDTO; import cn.rootelement.dto.ReLinkSearchDTO; import cn.rootelement.entity.ReLink; import cn.rootelement.service.common.IReEntityService; import cn.rootelement.vo.JsonResultVO; import com.baomidou.mybatisplus.extension.service.IService; import java.io.Se...
package com.ztlsir.locker; public enum ReportType { M, L, R; }
/******************************************************************************* * Copyright (c) 1998, 2012 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 com.youpers.api; import com.youpers.client.ApiException; import com.youpers.client.ApiInvoker; import com.youpers.model.Feedback; import java.util.*; public class FeedbackApi { String basePath = "http://localhost:8000"; ApiInvoker apiInvoker = ApiInvoker.getInstance(); public void addHeader(String key,...
/* * Copyright 2020, 2021, Ludovic Henry * * 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...
/* * 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.yoti.mobile.android.sdk.sampleapp; import android.content.Intent; import androidx.appcompat.app.AppCompatActivity; import android.net.Uri; import android.os.Bundle; import android.view.View; import android.widget.ProgressBar; import android.widget.TextView; import com.yoti.mobile.android.sdk.YotiSDKButto...
package seedu.pluswork.storage; import java.io.IOException; import java.nio.file.Path; import java.util.Optional; import java.util.logging.Logger; import seedu.pluswork.commons.core.LogsCenter; import seedu.pluswork.commons.exceptions.DataConversionException; import seedu.pluswork.model.ReadOnlyProjectDashboard; impo...
/* * Copyright 2017 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 app...
package com.example.springboot.page.budget; import java.math.BigDecimal; import java.util.List; import java.util.function.Function; public class BudgetListDto { private final List<Budget> list; public BudgetListDto(List<Budget> list) { this.list = list; } public int size() { return l...
/* * 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.eatpotteam; 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 SpringBootCiDemoApplicationTests { @Test public void co...
package org.jenkinsci.plugins.apperian; import java.net.InetSocketAddress; import java.net.MalformedURLException; import java.net.Proxy; import java.net.Proxy.Type; import java.net.SocketAddress; import java.net.URL; import org.apache.http.HttpHost; import org.apache.http.auth.AuthScope; import org.apache.http.auth.U...
// 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.xdebugger.impl.inline; import com.intellij.openapi.editor.Editor; import com.intellij.openapi.project.Project; import com.intellij.util.ui.UIUtil; import com...
package io.epiclabs.couchbase.bookmarks; import android.content.Context; import android.widget.ArrayAdapter; import android.widget.ListAdapter; /** * Created by alvaro on 3/14/16. */ public class BookmarksListAdapter extends ArrayAdapter<String> implements ListAdapter { public BookmarksListAdapter(Context cont...
package org.bio2schema.api.reconciliation; import java.io.IOException; import java.util.Optional; import org.bio2schema.api.reconciliation.entitytype.GenericEntity; public interface EntityReconciler<T extends GenericEntity> { Optional<T> reconcile(String label) throws IOException; }
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
package com.data.annotation; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; /** * Created by zhangwei on 16/1/13. */ @Target({ElementType.METHOD, ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) p...
package com.slidingmenu.lib; import java.lang.reflect.Method; //import android.annotation.SuppressLint; //import android.annotation.TargetApi; import android.app.Activity; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Bitmap; import android.graphics.BitmapFactory; impo...
class Program1 { public static void main(String[] args) { int n = Svetovid.in.readInt("Broj stringova za unos:"); Lista lista = new Lista(); for (int i = 0; i < n; i++) { lista.dodaj(Svetovid.in.readLine(String.format("Unesite %d string:", i + 1))); } Svetovid.out.println(String.format("Stringova sa vel...
/* * 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 may not ...
package ru.stqa.pft.mantis.appmanager; import org.openqa.selenium.By; public class NavigationHelper extends HelperBase { public NavigationHelper(ApplicationManager app) { super(app); } public void manageUsersPage() { click(By.linkText("Manage Users")); } }
package pp.facerecognizer; import com.google.gson.annotations.SerializedName; public class imageClass { @SerializedName("my_name") private String Name; public imageClass(String name, String image) { Name = name; Image = image; } public String getName() { return Name; } ...
/* * ****************************************************************************** * * * * * * This program and the accompanying materials are made available under the * * terms of the Apache License, Version 2.0 which is available at * * https://www.apache.org/licenses/LICENSE-2.0. * * * * See the NO...
/* * 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.Da_Technomancer.crossroads.render.TESR; import com.Da_Technomancer.crossroads.blocks.CRBlocks; import com.Da_Technomancer.crossroads.items.itemSets.GearFactory; import com.Da_Technomancer.crossroads.render.CRRenderTypes; import com.Da_Technomancer.crossroads.render.CRRenderUtil; import com.Da_Technomancer....
package com.ruoyi.project.tek.service; /** * <p> * 客户销售订单 服务类 * </p> * * @author steven.guo * @since 2020-05-29 */ public interface ITekSaleOrderService { }
package com.example.colynhn.coolweather.util; import okhttp3.OkHttpClient; import okhttp3.Request; public class HttpUtil { public static void sendOkHttpRequest(String address, okhttp3.Callback callback) { OkHttpClient client = new OkHttpClient(); Request ...
/* * 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 app...
package com.planet_ink.coffee_mud.Abilities.Druid; 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.pl...
/* * 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.az.pattern.structual.adapter.objectadapter; public class Adaptee { public void adapteeRequest(){ System.out.println("method of adaptee"); } }
package org.sagebionetworks.repo.manager.schema; import static org.junit.Assert.assertNull; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertNotNull; import static org.junit.jupiter.api.Assertions.assertThrows; import static org.junit.jupiter.api.Asserti...
/* * Copyright LWJGL. All rights reserved. * License terms: https://www.lwjgl.org/license */ package org.lwjgl.demo.opengl.raytracing.tutorial; import org.lwjgl.BufferUtils; import org.lwjgl.PointerBuffer; import org.lwjgl.assimp.AIFace; import org.lwjgl.assimp.AIMesh; import org.lwjgl.assimp.AIScene; import org.lw...
/* * 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 ...
/* * (C) Copyright 2020 Radix DLT Ltd * * Radix DLT Ltd licenses this file to you 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 req...
/* * Copyright 2016 Red Hat, Inc. and/or its affiliates * and other contributors as indicated by the @author tags. * * 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.apach...
package org.apache.commons.digester3.binder; /* * 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...
package io.radanalytics.equoid.security; import io.radanalytics.equoid.config.Constants; import org.springframework.data.domain.AuditorAware; import org.springframework.stereotype.Component; /** * Implementation of AuditorAware based on Spring Security. */ @Component public class SpringSecurityAuditorAware impleme...
package fr.syncrase.ecosyst.security; import org.springframework.security.core.AuthenticationException; /** * This exception is thrown in case of a not activated user trying to authenticate. */ public class UserNotActivatedException extends AuthenticationException { private static final long serialVersionUID =...