text
stringlengths
7
995k
/* * Professional Android, 4th Edition * Reto Meier and Ian Lake * Copyright 2018 John Wiley Wiley & Sons, 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.ap...
package org.openecomp.sdc.common.api; import java.util.List; import javax.annotation.Generated; import org.junit.Test; public class YamlSuffixEnumTest { private YamlSuffixEnum createTestSubject() { return YamlSuffixEnum.YAML; } @Test public void testGetSuffix() throws Exception { YamlSuffixEnum testSub...
package com.example.planit.database; import android.content.ContentProvider; import android.content.ContentValues; import android.content.UriMatcher; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteQueryBuilder; import android.net.Uri; import android....
package cn.enilu.flash.bean.vo.node; import lombok.Data; import java.util.ArrayList; import java.util.List; /** * Node * * @author enilu * @version 2018/11/24 0024 */ @Data public class Node { private Long id; private Long pid; private String name; private Boolean checked; private List<Node>...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
/* * Copyright 2014-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...
/* SPDX-License-Identifier: Apache 2.0 */ /* Copyright Contributors to the ODPi Egeria project. */ package org.odpi.openmetadata.accessservices.datamanager.rest; import com.fasterxml.jackson.annotation.JsonAutoDetect; import com.fasterxml.jackson.annotation.JsonIgnoreProperties; import com.fasterxml.jackson.annotatio...
package multidiffplus.batch; import java.util.concurrent.Callable; import java.util.concurrent.CountDownLatch; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; /** * TaskRunner wrapper for GitProjectAnalysis. Initially GitProjectAnalysis would * implement Callable itself, but bec...
/* * 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...
/* * Copyright 1999-2015 dangdang.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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law o...
/* * JasperReports - Free Java Reporting Library. * Copyright (C) 2001 - 2014 TIBCO Software Inc. All rights reserved. * http://www.jaspersoft.com * * Unless you have purchased a commercial license agreement from Jaspersoft, * the following license terms apply: * * This program is part of JasperReports. * * J...
/* * Copyright (C) 2018 Lightbend Inc. <https://www.lightbend.com> */ package com.lightbend.microprofile.reactive.streams.zerodep; import org.eclipse.microprofile.reactive.streams.operators.spi.SubscriberWithCompletionStage; import org.reactivestreams.Subscriber; import java.util.concurrent.CompletionStage; class ...
package za.org.grassroot.webapp.controller.ussd; import org.custommonkey.xmlunit.XMLUnit; import org.junit.Before; import org.junit.Test; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import za.org.grassroot.core.domain.Group; import za.org.gras...
/** * OLAT - Online Learning and Training<br> * http://www.olat.org * <p> * Licensed under the Apache License, Version 2.0 (the "License"); <br> * you may not use this file except in compliance with the License.<br> * You may obtain a copy of the License at * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unl...
package test14; /* * @author Sridhar Gopinath - g.sridhar53@gmail.com * * Course project, * Principles of Programming Course, Fall - 2016, * Computer Science and Automation (CSA), * Indian Institute of Science (IISc), * Bangalore */ /* * Test 14: Multiple function calls inside loop * Example taken from C...
/* * 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...
package com.emc.rpsp.fal.commons; import lombok.AllArgsConstructor; import javax.xml.bind.annotation.XmlRootElement; @XmlRootElement @AllArgsConstructor public enum SplitterCredentialsStatus { OK("OK"), NONE("None"), UNDECIDED("Undecided"), UNKNOWN("Unknown"); private String name; public St...
/* 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...
package org.swtk.commons.dict.wiktionary.generated.i.o.l; import java.util.Collection; import java.util.HashMap; import java.util.Map; import org.swtk.common.dict.dto.wiktionary.Entry; import com.trimc.blogger.commons.utils.GsonUtils; public class WiktionaryIOL000 { private static Map<String, Entry> map = new Has...
/* * oxAuth is available under the MIT License (2008). See http://opensource.org/licenses/MIT for full text. * * Copyright (c) 2014, Gluu */ package org.gluu.oxauth.ws.rs; import static org.testng.Assert.assertEquals; import static org.testng.Assert.assertNotNull; import static org.testng.Assert.assertTrue; impor...
/* * Copyright 2002-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...
package de.tudarmstadt.informatik.fop.breakout.models.game; import de.tudarmstadt.informatik.fop.breakout.constants.GameParameters; import de.tudarmstadt.informatik.fop.breakout.controllers.game.StickController; import eea.engine.entity.Entity; public class PlayerModel extends Entity { private int blockCounter, ...
/* 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 (C) 1992-1999, Dan Bornstein, danfuzz@milk.com. All Rights // Reserved. (Shrill TV degreaser.) // // This file is part of the MILK Kodebase. The contents of this file are // subject to the MILK Kodebase Public License; you may not use this file // except in compliance with the License. A copy of the MILK ...
import java.io.IOException; import java.lang.reflect.Method; class Printer { public <T> void printArray(T[] array) { for (T element: array) { System.out.println(element); } } } public class Solution { public static void main( String args[] ) { Printer myPrinter = new Print...
/* * This file is part of JEJDBC * https://github.com/perbone/jejdbc/ * * Copyright 2013-2018 Paulo Perbone * * 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....
/* * Copyright (C) 2014 Robert Stupp, Koeln, Germany, robert-stupp.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 * ...
package ingeniousthings.sigfox.model; import java.util.List; public class ContractYearlyConsumption { public final String id; public final List<ContractDailyConsumption> consumptions; public ContractYearlyConsumption(String id, List<ContractDailyConsumption> consumptions) { this.id = id; ...
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.ccp.ccpclient.models; import com.aliyun.tea.*; /** * 全量获取file元信息的请求body */ public class CCPScanFileMetaRequest extends TeaModel { @NameInMap("category") public String category; @NameInMap("drive_id") @Validation(required = tr...
/* * Copyright (C) 2020 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...
/* ** GENEREATED FILE - DO NOT MODIFY ** */ package com.wilutions.mslib.uccollaborationlib; import com.wilutions.com.*; /** * SignInConfiguration. * Configuration Class which handles the endpoint configuration, such as TranspotMode, * Internal Server and External Server addresses, sign in auto retry etc. This clas...
/* Copyright © 2016, Giuseppe Montuoro and Aidan Follestad. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version...
/* * Copyright (C) 2008 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 hw; import java.util.Scanner; public class hw02_105021038 { public static void main(String[] args) { // TODO Auto-generated method stub Scanner scn = new Scanner(System.in); int n = scn.nextInt(); int m = scn.nextInt(); int o = n - m; int sum1 = 1; int sum2 = 1; int sum3 = 1; for (int i = ...
/* =========================================================== * JFreeChart : a free chart library for the Java(tm) platform * =========================================================== * * (C) Copyright 2000-2016, by Object Refinery Limited and Contributors. * * Project Info: http://www.jfree.org/jfreechart/in...
/* * Copyright 2000-2009 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...
/* * Copyright (c) 2021, salesforce.com, inc. * All rights reserved. * SPDX-License-Identifier: BSD-3-Clause * For full license text, see the LICENSE file in the repo root or https://opensource.org/licenses/BSD-3-Clause */ package com.salesforce.apollo.stereotomy.event; import java.util.List; import java.util.Map...
package io.vertx; import io.vertx.core.json.JsonObject; public class Whisky { private String id; private String name; private String origin; public Whisky(String name, String origin) { this.name = name; this.origin = origin; this.id = ""; } public Whisky(JsonObject...
/* * JBoss, Home of Professional Open Source * Copyright 2009 Red Hat Inc. and/or its affiliates and other * contributors as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a full listing of * individual contributors. * * This is free software; you can redistri...
// Copyright 2018 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in ...
int i; int main() { boolean b = 4; if (1 * true) { b + 4; } }
/* * Copyright 2019 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 com.archeanx.libx.http; import com.google.gson.Gson; import com.google.gson.JsonArray; import com.google.gson.JsonElement; import com.google.gson.JsonObject; import com.google.gson.JsonParser; import com.google.gson.reflect.TypeToken; import java.lang.reflect.Type; import java.util.ArrayList; import java.util...
/* * Copyright 2017 Zhihu 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 org.gitlab.api.models; import java.util.Date; import java.util.List; import com.fasterxml.jackson.annotation.JsonProperty; public class GitlabCommit { public final static String URL = "/commits"; private String id; private String title; private String message; @JsonProperty("short_id")...
package app.akexorcist.ioiocamerarobot.ioio; import android.content.Context; import android.os.AsyncTask; import android.os.Handler; import android.util.Log; import java.io.DataInputStream; import java.io.EOFException; import java.io.IOException; import java.io.InputStream; import java.io.InterruptedIOException; impo...
package com.denizenscript.denizen.events.entity; import com.denizenscript.denizen.objects.EntityTag; import com.denizenscript.denizen.objects.LocationTag; import com.denizenscript.denizen.utilities.implementation.BukkitScriptEntryData; import com.denizenscript.denizen.events.BukkitScriptEvent; import com.denizenscript...
package com.criticalsoftware.certitools.persistence.sm; import com.criticalsoftware.certitools.entities.sm.Document; import com.criticalsoftware.certitools.persistence.GenericDAO; import java.io.InputStream; /** * DocumentDAO * * @author miseabra * @version $Revision$ */ @SuppressWarnings("unused") public inter...
/** * CTeDistribuicaoDFeCTeDistribuicaoDFeSoapStub.java This file was auto-generated from WSDL by the Apache Axis2 version: 1.5.6 Built on : Aug 30, 2011 (10:00:16 CEST) */ package com.fincatto.documentofiscal.cte.webservices.distribuicao; import javax.xml.namespace.QName; import org.apache.axis2.client.Stub; /* ...
/* * This file is part of limbo, licensed under the MIT License. * * Copyright (c) 2017-2019 KyoriPowered * * 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, includi...
package com.yz.encryptsp.hawk; /** * Intermediate layer that is used to serialize/deserialize the cipher text * * <p>Use custom implementation if built-in implementation is not enough.</p> * * @see HawkSerializer */ public interface Serializer { /** * Serialize the cipher text along with the given data typ...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
/*================================================================================ Copyright (c) 2013 Steve Jin. 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 re...
package com.firefly.layers.layers; import com.firefly.layers.core.Layer; import com.firefly.layers.data.MultiDim; import com.firefly.layers.data.Shape; import com.firefly.layers.data.ShapeIndex; /** * 多维转1维层 */ public class Flatten implements Layer { private static final long serialVersionUID = 1L; private...
package org.apache.html.dom; import org.w3c.dom.html.HTMLObjectElement; public class HTMLObjectElementImpl extends HTMLElementImpl implements HTMLFormControl, HTMLObjectElement { private static final long serialVersionUID = 2276953229932965067L; public String getCode() { return getAttribute("code"); } ...
/** * Autogenerated by Thrift Compiler (0.9.1) * * DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING * @generated */ package org.apache.avro.thrift.test; import org.apache.thrift.scheme.IScheme; import org.apache.thrift.scheme.SchemeFactory; import org.apache.thrift.scheme.StandardScheme; import ...
package edu.hippie.examples; import java.util.*; /** * Program displaying System properties and JRE VM resources. * * @author Robert Marciniak * */ public class ResourceMonitor { public static void main(String[] args) { System.out.println(new Date()); Properties p = System.getProperties(); p.list(System...
/* * 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) 2009, 2015, 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 ...
package de.springbootbuch.testing; import static org.hamcrest.CoreMatchers.*; import static org.hamcrest.MatcherAssert.*; import static org.springframework.boot.test.context.SpringBootTest.WebEnvironment.*; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; import org.slf4j.Logger; ...
package de.metas.report.xls.engine; import org.apache.poi.ss.usermodel.Sheet; import org.apache.poi.ss.usermodel.Workbook; import org.jxls.area.Area; import org.jxls.command.AbstractCommand; import org.jxls.command.Command; import org.jxls.common.AreaRef; import org.jxls.common.CellRef; import org.jxls.common.Context;...
/** * * Shire - Blog aware static site generator * Copyright (c) 2012, Sandeep Gupta * * http://www.sangupta/projects/shire * * 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 * * ...
//snippet-sourcedescription:[PutItemEncrypt.java demonstrates how to place an encrypted item into an Amazon DynamoDB table.] //snippet-keyword:[SDK for Java v2] //snippet-keyword:[Code Sample] //snippet-service:[Amazon DynamoDB] //snippet-sourcetype:[full-example] //snippet-sourcedate:[03/31/2021] //snippet-sourceautho...
/* * Copyright 2014 Quan Nguyen. * * 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 farewell.authentication_module.controllers; import farewell.authentication_module.api.v1.models.dtoModels.LoginDTO; import farewell.authentication_module.api.v1.models.dtoModels.ProfileDTO; import farewell.authentication_module.api.v1.models.dtoModels.UserDTO; import farewell.authentication_module.services.Use...
/* * The MIT License * * Copyright 2018 Intuit 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, modi...
/* * Copyright (c) 2018, John James Hamilton <https://github.com/johnhamilto> * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code must retain the above cop...
/* * Tencent is pleased to support the open source community by making QMUI_Android available. * * Copyright (C) 2017-2018 THL A29 Limited, a Tencent company. All rights reserved. * * Licensed under the MIT License (the "License"); you may not use this file except in * compliance with the License. You may obtain ...
package co.rsk.rnssdk.contracts; import io.reactivex.Flowable; import io.reactivex.functions.Function; import java.math.BigInteger; import java.util.ArrayList; import java.util.Arrays; import java.util.Collections; import java.util.HashMap; import java.util.List; import org.web3j.abi.EventEncoder; import org.web3j.abi...
package org.hl7.fhir.r5.renderers; import java.io.IOException; import java.io.UnsupportedEncodingException; import org.hl7.fhir.exceptions.DefinitionException; import org.hl7.fhir.exceptions.FHIRFormatError; import org.hl7.fhir.r5.model.DomainResource; import org.hl7.fhir.r5.model.NamingSystem; import org.hl7.fhir.r5...
/* * This file is part of Sponge, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered <https://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Softwar...
/* * Copyright 2015 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, soft...
package com.richard.novel.presenter; /** * Created by newbiechen on 17-4-26. */ public interface BaseContract { interface BasePresenter<T> { void attachView(T view); void detachView(); } interface BaseView { void showError(); } }
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
/* * Copyright (c) 2022 Raffael Herzog * * 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,...
package hr.fer.zemris.ppj.types.arrays; import hr.fer.zemris.ppj.types.CharType; import hr.fer.zemris.ppj.types.Type; /** * <code>CharArrayType</code> is a char array. * * @author Jan Kelemen * * @version 1.0 */ public class CharArrayType extends ArrayType { /** * Class constructor, creates a char arr...
/* * Copyright 2006-2015 smartics, Kronseder & Reiner GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by appli...
package com.motang.framework.shiro.freemarkertag; import freemarker.core.Environment; import freemarker.log.Logger; import freemarker.template.TemplateDirectiveBody; import freemarker.template.TemplateException; import java.io.IOException; import java.util.Map; /** * Freemarker tag that renders the tag body only i...
/* * Copyright 2016 Jonathan Beaudoin * * 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 appl...
import java.io.FileInputStream; import javax.json.Json; import javax.json.stream.JsonParser; import javax.json.stream.JsonParser.Event; public class JSONStream { public static void main(String[] args) throws Exception { try { FileInputStream json = new FileInputStream("/Users/ramgirm/clients.j...
/* * Copyright 1999-2018 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 eu.cec.digit.comref.interview.persistent.repository; import org.springframework.data.jpa.repository.JpaRepository; import eu.cec.digit.comref.interview.persistent.domain.Town; //public interface TownRepository extends JpaRepository<Town, Integer> { public interface TownRepository extends JpaRepository<Town,...
/** * The MIT License * Copyright (c) 2018 Estonian Information System Authority (RIA), * Nordic Institute for Interoperability Solutions (NIIS), Population Register Centre (VRK) * Copyright (c) 2015-2017 Estonian Information System Authority (RIA), Population Register Centre (VRK) * * Permission is hereby grante...
/* Copyright 2018 The TensorFlow 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 applicable law or a...
/* * Copyright 2018 dc-square and the HiveMQ MQTT Client 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 require...
package org.jetbrains.plugins.gradle.action; import com.intellij.openapi.actionSystem.AnActionEvent; import com.intellij.openapi.diagnostic.Logger; import com.intellij.openapi.fileEditor.FileEditorManager; import com.intellij.openapi.fileEditor.OpenFileDescriptor; import com.intellij.openapi.project.DumbAware; import ...
/** * 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...
/** * 文件名称: UserServiceTest * 系统名称: zmall * 模块名称: * 功能说明: * 系统版本: 1.0.0.0 * 开发人员: sangaizhi * 开发时间: 2017/1/7 10:56 * 审核人员: * 相关文档: * 修改记录: * 修改日期: * 修改人员: * 修改说明: */ package com.zhijie.zmall.user.service; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.beans.factory.ann...
package de.adorsys.opba.protocol.xs2a.service.xs2a.consent; import de.adorsys.opba.protocol.bpmnshared.service.context.ContextUtil; import de.adorsys.opba.protocol.xs2a.config.protocol.ProtocolUrlsConfiguration; import de.adorsys.opba.protocol.xs2a.context.ais.TransactionListXs2aContext; import de.adorsys.opba.protoco...
package com.dfire.platform.alchemy.api.function; import java.io.Serializable; /** * @author congbai * @date 05/06/2018 */ public interface Function extends Serializable { }
/* * Copyright (c) 2005-2012, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. 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.ap...
package com.aspose.words.examples.mail_merge; import com.aspose.words.Document; import com.aspose.words.examples.Utils; import java.sql.*; import java.text.MessageFormat; import java.util.Hashtable; //ExStart: public class ProduceMultipleDocumentsDuringMailMerge { private static final String dataDir = Utils.getSha...
package org.omg.hw.CosEventComm; import org.omg.PortableServer.POA; /** * Generated from IDL interface "PushSupplier" * @author JacORB IDL compiler V 2.2.3, 10-Dec-2005 */ public class PushSupplierPOATie extends PushSupplierPOA { private PushSupplierOperations _delegate; private POA _poa; public PushSupplier...
package mage.cards.s; import java.util.UUID; import mage.abilities.common.AsEntersBattlefieldAbility; import mage.abilities.costs.common.PayLifeCost; import mage.abilities.effects.common.TapSourceUnlessPaysEffect; import mage.abilities.mana.RedManaAbility; import mage.abilities.mana.WhiteManaAbility; import mage.cards...
/* * 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-2022 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:/...
/** * Abstracts File operations for DAISY content. * * The aim is to allow transparent access to content in compressed (zip) files, * as well as uncompressed, individual files. It's intended to cope with all * the various and varied files used for Daisy content e.g. structure, SMIL, * audio, etc. * * This is ...
/* * 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...
package command; import java.util.ArrayList; import java.util.List; import parser.CommandObject; import parser.Node; import workspace.Workspace; public class ToCommand extends BasicListCommand { public ToCommand (String s) { super(s, 2, 1); } @Override public double execute (List<Node> inpu...
package cambio.simulator.entities.networking; import java.lang.reflect.Field; import java.util.Objects; import cambio.simulator.entities.microservice.Microservice; import cambio.simulator.entities.microservice.Operation; import cambio.simulator.misc.NameResolver; import cambio.simulator.misc.Util; import cambio.simul...