text
stringlengths
7
995k
package no.mnemonic.act.platform.service.ti.delegates; import no.mnemonic.act.platform.api.exceptions.AccessDeniedException; import no.mnemonic.act.platform.api.exceptions.AuthenticationFailedException; import no.mnemonic.act.platform.api.exceptions.InvalidArgumentException; import no.mnemonic.act.platform.api.excepti...
/* This file is part of sdmx-sax. Copyright 2015 James Stanley Gardner 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...
/* * MIT License * * Copyright (c) 2021 Imanity * * 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, ...
package com.abings.baby.teacher.ui.contact.school; import com.abings.baby.teacher.data.injection.DaggerUtils; import com.hellobaby.library.data.model.Contact; import com.hellobaby.library.ui.base.BaseLibActivity; import com.hellobaby.library.ui.contact.BaseContactsFragment; import java.util.List; import javax.inject...
/* * Copyright © 2015 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...
package com.tenkiv.tekdaqc.communication.ascii.message.parsing; import java.io.IOException; import java.io.ObjectInput; import java.io.ObjectOutput; /** * Encapsulates an ASCII formatted debug message from a Tekdaqc. * * @author Tenkiv (software@tenkiv.com) * @since 1.0.0.0 */ public class ASCIIDebugMessage exte...
// VeriBlock GUI Wallet // Copyright 2017-2021 Xenios SEZC // All rights reserved. // https://www.veriblock.org // Distributed under the MIT software license, see the accompanying // file LICENSE or http://www.opensource.org/licenses/mit-license.php. package veriblock.wallet.features.pop; import javafx.scene.control....
/* Copyright (c) 2012 LinkedIn Corp. 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...
/* Generated Java Source File */ /******************************************************************************* * Copyright (c) quickfixengine.org All rights reserved. * * This file is part of the QuickFIX FIX Engine * * This file may be distributed under the terms of the quickfixengine.org * license as define...
/* * Copyright 2019-2021 The Polypheny 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 law or...
import java.util.function.Function; import org.junit.Test; import static org.junit.Assert.*; // LC135: https://leetcode.com/problems/candy/ // // N children standing in a line. Each child is assigned a rating value. You // are giving candies to these children subjected to the following requirements: // Each child mus...
package resource; import com.example.BatteryEvent; import com.example.kafka.KafkaEventProducer; import com.fasterxml.jackson.core.type.TypeReference; import com.fasterxml.jackson.databind.ObjectMapper; import javax.ws.rs.*; import javax.ws.rs.core.MediaType; import javax.ws.rs.core.Response; import java.io.IOExceptio...
/* * 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...
/* * (C) Copyright IBM Corp. 2021. * * 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 io.nuls.base.api.provider.block; import io.nuls.base.RPCUtil; import io.nuls.base.api.provider.BaseRpcService; import io.nuls.base.api.provider.Provider; import io.nuls.base.api.provider.Result; import io.nuls.base.api.provider.block.facade.BlockHeaderData; import io.nuls.base.api.provider.block.facade.GetBloc...
package org.biacode.hermes.fx.model; /** * Created by Arthur Asatryan. * Date: 1/29/18 * Time: 10:09 PM */ public class Product { private String name; private double price; private int quantity; public Product() { name = "Unknown"; price = 0; quantity = 0; } public...
/** * The visitor interface for visiting a shape. * Each type of shape must have its own visit method in any implementation. * @author Samuel Freeman */ public interface Visitor { public void visit(Circle c); public void visit(Triangle t); public void visit(Rectangle r); }
/* * Copyright (c) 2020 Squaredesk GmbH and Oliver Dotzauer. * * This program is distributed under the squaredesk open source license. See the LICENSE file * distributed with this work for additional information regarding copyright ownership. You may also * obtain a copy of the license at * * https://squaredes...
package org.hisp.dhis.dxf2.csv; /* * Copyright (c) 2004-2016, 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 copyr...
package com.oculussoftware.api.sysi; import com.oculussoftware.api.repi.IIID; import com.oculussoftware.api.repi.ORIOException; import com.oculussoftware.api.repi.IDataSet; /** Defines the interface expected by the CRM of an object that can act * as its object pooler. Writing this to an interface may allow substitu...
/*- * << * DBus * == * Copyright (C) 2016 - 2019 Bridata * == * 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 2002-2021 Echo Three, 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:/...
/* * Copyright 2015 Space Dynamics Laboratory - Utah State University Research 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/LICEN...
/* * 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 ...
/* * #%L * arkitech-logging-datastore-common * %% * Copyright (C) 2011 - 2012 Arkitech * %% * 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/LI...
begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1 begin_comment comment|/* * 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...
// 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 android.support.v7.widget; import android.animation.Animator; import android.animation.AnimatorListenerAdapter; import android.content.Context; im...
/* * 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 org.clyze.utils; import java.util.LinkedList; import java.util.List; import java.util.Map; import java.util.concurrent.ConcurrentHashMap; import java.util.regex.Matcher; import java.util.regex.Pattern; public enum TypeUtils { ; private static final String BOOLEAN = "boolean"; private static final...
package com.defterp.translation.annotations; import javax.inject.Qualifier; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import java.lang.annotation.ElementType; import java.lang.annotation.Documented; /** * * @author MOHAMMED BOUNAGA * ...
package com.netthreads.gwt.client.view; import com.google.gwt.core.client.GWT; import com.google.gwt.uibinder.client.UiBinder; import com.google.gwt.user.client.ui.Composite; import com.google.gwt.user.client.ui.Widget; public class TopView extends Composite { private static TopViewUiBinder uiBinder = GWT.create(T...
/* * Copyright CISE AIS Adaptor (c) 2018-2019, European Union * 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 copyright * ...
/* * Copyright (c) 2010-2015 Pivotal Software, 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 req...
/* * Copyright (C) 2010-2013 The Project Lombok Authors. * * 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, ...
/* * 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...
package com.smart.icache.temp; import com.smart.icache.ICache; import java.util.List; import java.util.Set; /** * Project name: smartrecyclerview-master * Package name: com.smart.icache * Description: ${todo}(用一句话描述该文件做什么) * Copyright: Copyright(C) 2017-2018 * All rights Reserved, Designed By gaoxiaohui...
package com.mojang.util; public final class MathHelper { private static float[] SIN_TABLE = new float[65536]; public static final float sin(float var0) { return SIN_TABLE[(int)(var0 * 10430.378F) & '\uffff']; } public static final float cos(float var0) { return SIN_TABLE[(int)(var0 * 10430...
/** * Copyright (c) 2010, nkliuyueming@gmail.com. All rights reserved. * * */ package edu.uta.futureye.algebra.intf; import java.util.Map; public interface SparseMatrix extends Matrix,Iterable<MatrixEntry> { /** * * @return */ int getNonZeroNumber(); /** * get all non-zero element, instead of it...
/* file: SVDStep1Mapper.java */ /******************************************************************************* * Copyright 2017-2021 Intel Corporation * * 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 L...
/* * Copyright 2012-2019 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 2009-2020 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 * * Unle...
package com.home.shineTest.jmh; import com.home.shine.utils.MathUtils; import org.openjdk.jmh.annotations.Benchmark; import org.openjdk.jmh.annotations.Scope; import org.openjdk.jmh.annotations.State; @State(Scope.Thread) public class TestTemp { private static float[] _arr; static { _arr=new float[10000]; ...
/* * #%L * Course Signup API * %% * Copyright (C) 2010 - 2013 University of Oxford * %% * Licensed under the Educational Community 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://opensour...
package com.zuozewei.springboot; import junit.framework.Test; import junit.framework.TestCase; import junit.framework.TestSuite; /** * Unit test for simple App. */ public class AppTest extends TestCase { /** * Create the test case * * @param testName name of the test case */ public ...
package models.address; import java.util.Date; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import controllers.address.AddressFormData; import play.db.ebean.Model; import play.data.format.Formats; import play.data.va...
/** * RpcServiceFactoryTest.java * * Copyright 2012 Niolex, Inc. * * Niolex 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/LICEN...
/* * Copyright 2015 Austin Keener, Michael Ritter, Florian Spieß, and the JDA 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...
package constructor; import java.util.List; public class ConstrWithArgs { int salary; String name; String address; public ConstrWithArgs(int salary, String name, String address) { this.salary = salary; this.name = name; this.address = address; } public static void mai...
package com.defano.hypertalk.ast.statement.command; import com.defano.wyldcard.WyldCard; import com.defano.wyldcard.runtime.ExecutionContext; import com.defano.wyldcard.thread.Invoke; import com.defano.hypertalk.ast.statement.Command; import org.antlr.v4.runtime.ParserRuleContext; public class SelectEmptyCmd extends ...
/* * Copyright 2017 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) 2015 Oracle and/or its affiliates. All rights reserved. This * code is released under a tri EPL/GPL/LGPL license. You can use it, * redistribute it and/or modify it under the terms of the: * * Eclipse Public License version 1.0 * GNU General Public License version 2 * GNU Lesser General Public...
/* * Licensed to Elasticsearch under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not use this fi...
/** * Copyright (c) Facebook, Inc. and its affiliates. * * <p>This source code is licensed under the MIT license found in the LICENSE file in the root * directory of this source tree. */ package com.test_dev_23477; import android.content.Context; import com.facebook.flipper.android.AndroidFlipperClient; import co...
package org.springframework.security.web; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.security.ApiSecurityConfig; import org.springframework.security.authentication.ApiAuthenticationToken; import org.springframework.security.authentication.token.TokenNotFoundException; import or...
package io.gongyu.commons.dynamic.datasource.config; import java.util.ArrayDeque; import java.util.Deque; /** * 多数据源上下文 * */ public class DynamicContextHolder { @SuppressWarnings("unchecked") private static final ThreadLocal<Deque<String>> CONTEXT_HOLDER = new ThreadLocal() { @Override prot...
/* * Copyright (c) 2010-2018 Evolveum * * 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...
/* * 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 controller.Despesa; import com.itextpdf.text.DocumentException; import controller.Helper.Despesa.TotalDespesaControllerHelper;...
/* * 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...
package msv.example; public class SynonymCallout extends Callout { private String[] mySynonyms; private int currentSynonym = 0; public SynonymCallout(int theNumber, String[] theSynonyms) { super(theNumber, theSynonyms[0]); mySynonyms = theSynonyms; } @Override public String getCallout() { Str...
/** * (C) Copyright IBM Corporation 2021. * * 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) 2021-present KuFlow S.L. * * All rights reserved. */ package com.kuflow.engine.samples.worker.loan; import com.kuflow.engine.client.common.authorization.KuFlowAuthorizationTokenSupplier; import com.kuflow.engine.client.common.error.KuFlowEngineClientException; import com.kuflow.engine.client.co...
/* * Copyright (C) 2016 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 app...
package com.test.demo.myapp.activity; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v7.app.AppCompatActivity; import com.test.demo.myapp.R; public class DeepLinkedActivity extends AppCompatActivity { @Override protected void onCreate(@Nullable Bundle savedInst...
/* * #! * Ontopia Engine * #- * Copyright (C) 2001 - 2013 The Ontopia 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...
package worm.esort.repository; import org.springframework.data.repository.CrudRepository; import worm.esort.domain.Tagtype; public interface TagTypeRepository extends CrudRepository<Tagtype, Long>{ Tagtype findTagTypeByTypeName(String typeName); }
// Copyright 2018 by George Mason University // Licensed under the Apache 2.0 License package flow.modules; import flow.gui.*; import java.awt.*; import javax.swing.*; import flow.*; public class FormantFilter extends Unit { private static final long serialVersionUID = 1; public static final int MOD_IN...
package org.grnrt.epuml; /** * @author Marco Grunert <marco@grnrt.org> */ public class Epuml { private String url; private String name; private String picUrl; private String picTitle = "Click to refresh"; private String code; public String getUrl() { return url; } public voi...
/* * 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 foodnet.foodnetclient.gui; import foodnet.foodnetclient.entities.SoftwareFeedback; import static foodnet.foodnetclient.gui.Dyn...
/******************************************************************************* * Copyright 2016-2017 alladin-IT GmbH * Copyright 2016 SPECURE 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 th...
/* * 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 ...
package module0680_public_tests_more.a; import javax.naming.directory.*; import javax.net.ssl.*; import javax.rmi.ssl.*; /** * 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 just...
/* * Copyright 2020 The GraphicsFuzz 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 may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applic...
package com.xwbing.annotation; import java.lang.annotation.*; /** * 说明: 自定义日志信息注解 * 项目名称: boot-module-pro * 创建时间: 2017/5/10 16:36 * 作者: xiangwb */ @Retention(RetentionPolicy.RUNTIME) @Target(ElementType.METHOD) @Documented public @interface LogInfo { String value() default ""; }
import java.util.Map; import java.util.HashMap; import spark.ModelAndView; import spark.template.velocity.VelocityTemplateEngine; import static spark.Spark.*; public class App { public static void main(String[] args) { staticFileLocation("/public"); String layout = "templates/layout.vtl"; get("/", (re...
/* * alert-common * * Copyright (c) 2022 Synopsys, Inc. * * Use subject to the terms and conditions of the Synopsys End User Software License and Maintenance Agreement. All rights reserved worldwide. */ package com.synopsys.integration.alert.common.rest.api; import java.util.function.Supplier; import org.spring...
package io.openshift.booster; import com.jayway.restassured.RestAssured; import com.jayway.restassured.response.Response; import io.vertx.core.json.JsonArray; import io.vertx.core.json.JsonObject; import org.arquillian.cube.openshift.impl.enricher.AwaitRoute; import org.arquillian.cube.openshift.impl.enricher.RouteURL...
/* * 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 co.minphone.happyonlinecinematicket.viewholder; import android.support.annotation.Nullable; import android.support.v7.widget.LinearLayoutManager; import android.support.v7.widget.RecyclerView; import android.view.View; import android.widget.ImageView; import android.widget.TextView; import butterknife.BindView...
/* * Copyright 2019 GridGain Systems, Inc. and Contributors. * * Licensed under the GridGain Community Edition License (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.gridgain.com/products/software/community-edition...
/** * 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...
/* * Copyright 2016 Guillaume Nodet * * 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 ...
/** * */ /** * @author Yogesh * */ package de.yn_codes.examples.CryptoUtility;
/* * Copyright (C) Alan Buttars * * 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...
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802 // See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a> // Any modifications to this file will be lost upon recompilation of the source schema. // Generated on: 2018.02....
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: POGOProtos.Rpc.proto package POGOProtos.Rpc; public interface BuddyLevelSettingsOrBuilder extends // @@protoc_insertion_point(interface_extends:POGOProtos.Rpc.BuddyLevelSettings) com.google.protobuf.MessageOrBuilder { /** * <code>.PO...
/* * Copyright (C) 2010 ZXing 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 applicable law or agr...
package com.github.zuihou.executor; import com.xxl.job.core.executor.impl.XxlJobSpringExecutor; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Conf...
package com.cortex.configuration.security; import org.springframework.security.core.Authentication; import org.springframework.security.core.context.SecurityContextHolder; import org.springframework.web.filter.GenericFilterBean; import javax.servlet.FilterChain; import javax.servlet.ServletException; import javax.ser...
package com.alipay.api.request; import com.alipay.api.domain.ZolozIdentificationUserWebInitializeModel; import java.util.Map; import com.alipay.api.AlipayRequest; import com.alipay.api.internal.util.AlipayHashMap; import com.alipay.api.response.ZolozIdentificationUserWebInitializeResponse; import com.alipay.api.Alipa...
package org.mp4parser.boxes.iso14496.part1.objectdescriptors; import org.junit.Assert; import org.junit.Test; import org.mp4parser.tools.IsoTypeReader; import java.nio.ByteBuffer; /** * Created by IntelliJ IDEA. * User: sannies * Date: 2/29/12 * Time: 6:34 PM * To change this template use File | Settings | File...
package helloworld.lin.com.databasetest.ZhangFourteen; import android.content.SharedPreferences; import android.graphics.Color; import android.os.Build; import android.preference.PreferenceManager; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.view.L...
package com.iluwatar.flyweight; /** * * StrengthPotion * */ public class StrengthPotion implements Potion { @Override public void drink() { System.out.println("You feel strong. (Potion=" + System.identityHashCode(this) + ")"); } }
// AUTOGENERATED FILE - DO NOT MODIFY! // This file generated by Djinni from registration.djinni package net.kullo.libkullo.api; import android.support.annotation.NonNull; import android.support.annotation.Nullable; /** Listener used in Registration.registerAccountAsync() */ public abstract class RegistrationRegiste...
package com.neeve.tick2trade.acl; import com.neeve.tick2trade.domain.Order; import com.neeve.tick2trade.messages.ExecType; import com.neeve.tick2trade.messages.LastCapacity; import com.neeve.tick2trade.messages.MsgType; import com.neeve.tick2trade.messages.EMSOrderNew; import com.neeve.tick2trade.messages.OrdStatus; ...
package com.vladsch.flexmark.samples; import com.vladsch.flexmark.util.ast.Node; import com.vladsch.flexmark.html.HtmlRenderer; import com.vladsch.flexmark.parser.Parser; import com.vladsch.flexmark.pdf.converter.PdfConverterExtension; import com.vladsch.flexmark.profiles.pegdown.Extensions; import com.vladsch.flexmar...
package com.company.sakila.sakila.sakila.customer_list.generated; import com.company.sakila.sakila.sakila.customer_list.CustomerList; import com.speedment.common.annotation.GeneratedCode; import com.speedment.runtime.config.identifier.TableIdentifier; import com.speedment.runtime.core.manager.Manager; import com.speed...
package api.models.workers; public class WorkerException extends RuntimeException { private static final long serialVersionUID = -3419515084851063729L; WorkerException(Throwable cause) { super(cause); } }
/* * 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 * distributed ...
/******************************************************************************* * Copyright (c) Open Connectivity Foundation (OCF), AllJoyn Open Source * Project (AJOSP) Contributors and others. * * SPDX-License-Identifier: Apache-2.0 * * All rights reserved. This program and the accomp...