text
stringlengths
7
995k
/* 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 (c) 2010 Haifeng Li * * 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...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE400_Resource_Exhaustion__getParameter_Servlet_for_loop_54d.java Label Definition File: CWE400_Resource_Exhaustion.label.xml Template File: sources-sinks-54d.tmpl.java */ /* * @description * CWE: 400 Resource Exhaustion * BadSource: getParameter_Servlet Read count from...
/* * Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved. */ package de.hybris.platform.yb2bacceleratorstorefront.security.impl; import de.hybris.platform.acceleratorstorefrontcommons.constants.WebConstants; import de.hybris.platform.commerceservices.strategies.CheckoutCustomerStrategy; import...
/* * Copyright (C) 2015-2017 Emanuel Moecklin * * 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...
/* * Copyright 2017-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...
package com.dodo.common.framework.entity.id; import javax.annotation.PostConstruct; import org.apache.commons.codec.digest.DigestUtils; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.context.annotation.Configuration; i...
/* * Copyright 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
package facades; import DTOs.JokeDTO; import com.google.gson.JsonObject; import errorhandling.exceptions.FetchException; import handlers.JokeFetchHandler; import java.util.ArrayList; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.concurrent.ExecutionException; import java.util....
package mage.cards.p; import java.util.UUID; import mage.MageInt; import mage.abilities.Ability; import mage.abilities.common.SimpleActivatedAbility; import mage.abilities.costs.common.SacrificeTargetCost; import mage.abilities.costs.mana.ColoredManaCost; import mage.abilities.effects.common.continuous.BoostTargetEffe...
package com.example.demo.nativeinterface.uart; public class UartSpring { native public static String phone_call(String phoneNum); native public static String phone_msg_send(String phoneNum, String msg); native public static String phone_call_fin(); native public static String phone_msg_send_fin(); ...
package com.example.android.geoquiz; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumentation test, which will execute on an ...
package com.be3short.util.reflection; import java.lang.reflect.Field; import org.apache.log4j.Logger; public class FieldManipulator { private static Logger log = Logger.getLogger(FieldManipulator.class); private Field field; private Object parent; FieldManipulator(Field field, Object parent) { this.field ...
import java.util.*; class Test6 { public static void main(String [] args) { PriorityQueue<Integer> pq = new PriorityQueue<>(); pq.add(2); pq.add(4); pq.add(1); pq.add(5); System.out.print(pq.peek() + " "); System.out.print(pq.poll() + " "); //System.out.print(pq.pollFirst()); //pq...
package com.pengo.factory.config_factory; import java.io.IOException; import java.io.InputStream; import java.lang.reflect.InvocationTargetException; import java.util.HashMap; import java.util.Map; import java.util.Properties; import java.util.Set; /** * @author pengo * @description: * @date: 2021/2/8 */ public c...
/** * Copyright (C) 2015 The Gravitee team (http://gravitee.io) * * 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 requ...
package uk.ac.susx.tag.classificationframework.featureextraction.filtering; /* * #%L * TokenFilterRelevanceStopwords.java - classificationframework - CASM Consulting - 2,013 * %% * Copyright (C) 2013 - 2014 CASM Consulting * %% * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use ...
/* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License; * you may not use this file except in compliance with the Elastic License. */ package org.elasticsearch.xpack.security.crypto.tool; import com.google.commo...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. package com.azure.storage.blob; import com.azure.core.util.configuration.ConfigurationManager; /** * This is a helper class of frequently used methods for sample codes. */ class SampleHelper { static String getAccou...
package mekanism.client.gui.element.progress; import com.mojang.blaze3d.matrix.MatrixStack; import com.mojang.blaze3d.systems.RenderSystem; import java.util.function.BooleanSupplier; import javax.annotation.Nonnull; import javax.annotation.Nullable; import mekanism.client.gui.IGuiWrapper; import mekanism.client.gui.el...
/* * Copyright S.C. Axemblr Software Solutions S.R.L. (c) 2012. * * This file is subject to the terms and conditions defined in file * 'LICENSE.txt', which is part of this source code package. */ package com.axemblr.service.cm.models; import com.axemblr.service.cm.SerializationTest; import com.axemblr.service.cm...
package org.platformlayer.service.gerrit; import org.platformlayer.ops.ServiceProviderBase; import org.platformlayer.xaas.Service; @Service("gerrit") public class GerritServiceProvider extends ServiceProviderBase { }
/* * Copyright 2015 Realm 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 wr...
package com.ugg.gdxjam.model.systems; import com.badlogic.ashley.core.ComponentMapper; import com.badlogic.ashley.core.Engine; import com.badlogic.ashley.core.Entity; import com.badlogic.ashley.core.EntitySystem; import com.badlogic.ashley.core.Family; import com.badlogic.ashley.systems.IteratingSystem; import com.bad...
package top.easelink.lcg.service.web; import android.webkit.JavascriptInterface; /** * author : junzhang * date : 2019-07-24 17:27 * desc : Interface should be implemented in order to get the html content * from WebView, to be noticed that @JavascriptInterface should be * marked on the method */ public inte...
/* * 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 u...
/* * 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 u...
package com.mymemosproject.www.mymemos.Fragment; import android.app.AlertDialog; import android.content.DialogInterface; import android.content.Intent; import android.database.Cursor; import android.os.Bundle; import android.support.annotation.Nullable; import android.support.v4.app.Fragment; import android.util.Log; ...
/* * Copyright © 2021-present Arcade Data Ltd (info@arcadedata.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
/* ==================================================================== 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 Y...
/* * Units of Measurement Reference Implementation * Copyright (c) 2005-2018, Jean-Marie Dautelle, Werner Keil, Otavio Santana. * * 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. Re...
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.log; import java.io.OutputStream; /** * @author lulf * @since 5.1 */ public class StdoutLogTarget implements LogTarget { @Override public OutputStream open() { r...
/******************************************************************************* * Code contributed to the webinos 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....
package org.monte.media.ilbm; public class CRNGColorCycle extends ColorCycle { private int low; private int high; private boolean isReverse; private boolean isEHB; public CRNGColorCycle(int rate, int timeScale, int low, int high, boolean isActive, boolean isReverse, boolean isEHB) { ...
package org.tests.atann; public class TestClass { @Traced public String doAnnotated() { return "annotated"; } public int doITDAnnotation() { return 1; } public static void main(String[] args) { TestClass tc = new TestClass(); tc.doAnnotated(); tc.doITDAnnotation(); tc.doAnother(); } }
/* * $Id$ * Copyright (C) 2006 Klaus Reimer <k@ailis.de> * * 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 be.aga.dominionSimulator.cards; import be.aga.dominionSimulator.DomCard; import be.aga.dominionSimulator.DomEngine; import be.aga.dominionSimulator.enums.DomCardName; public class DelusionCard extends DomCard { public DelusionCard() { super( DomCardName.Delusion); } public void play() { ...
/** * */ package com.aurora.provider.user.mapper; import java.util.List; import org.apache.ibatis.annotations.Result; import org.apache.ibatis.annotations.ResultMap; import org.apache.ibatis.annotations.Results; import org.apache.ibatis.annotations.Select; import com.aurora.provider.user.entity.User; import com.a...
/* * Copyright 2002-2015 SCOOP Software 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 applicable law...
package com.comast.pop.handler.base.progress.reporter; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.testng.Assert; import org.testng.annotations.BeforeMethod; import org.testng.annotations.Test; /** * Reporter threading tests. Hopefully not flaky due to the use of thread sleeps... */ public c...
package us.ihmc.simulationConstructionSetTools.robotController; import us.ihmc.simulationconstructionset.SimulationConstructionSet; public class TestMultiThreadedSimulation { public TestMultiThreadedSimulation() { DoublePendulum doublePendulum = new DoublePendulum(); SimulationConstructionSet scs = ...
package com.dazito.twitterfy.actor; import akka.actor.Props; import akka.actor.UntypedActor; import com.dazito.twitterfy.model.TweetModel; import com.google.gson.Gson; import io.vertx.core.http.ServerWebSocket; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * Created by daz on 11/04/2017. */ public cl...
/******************************************************************************* Copyright (c) Microsoft Open Technologies, Inc. All Rights Reserved. Licensed under the MIT or Apache License; see LICENSE in the source repository root for authoritative license information. **NOTE** This code was generated by a too...
package com.ibm.dip.microsvcengineering.framework.monitoring; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Target({ElementType.TYPE}) @Retention(RetentionPolicy.RUNTIME) public @interface MonitoredDAO ...
package io.github.road.gateio.tookit; import java.math.BigDecimal; import java.math.RoundingMode; /** * @description: * @author: liuxin79 * @date: 2022-02-11 17:23 */ public class CurrencyUtils { /** * 判断涨跌百分比 * * @param openPrice * @param currentPrice * @return */ public st...
/* * 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 uk.gov.digital.ho.proving.income.api.domain; import com.fasterxml.jackson.annotation.JsonProperty; import lombok.AllArgsConstructor; import lombok.Getter; import lombok.ToString; import lombok.experimental.Accessors; @AllArgsConstructor @Getter @Accessors(fluent = true) @ToString public class ResponseStatus {...
/*- * #%L * Amazon Athena Query Federation SDK * %% * Copyright (C) 2019 Amazon Web Services * %% * 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/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...
/* * The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 * (the "License"). You may not use this work except in compliance with the License, which is * available at www.apache.org/licenses/LICENSE-2.0 * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI...
package dev.morphia; import dev.morphia.mapping.codec.DocumentWriter; import dev.morphia.mapping.codec.pojo.FieldModel; import dev.morphia.mapping.codec.pojo.MorphiaCodec; import org.bson.BsonDocument; import org.bson.Document; import org.bson.codecs.EncoderContext; import org.bson.codecs.configuration.CodecRegistry; ...
package com.github.jenkins.lastchanges.api; import com.github.jenkins.lastchanges.model.CommitInfo; import com.github.jenkins.lastchanges.model.LastChanges; import org.tmatesoft.svn.core.SVNException; import java.util.List; /** * Created by rmpestano on 7/10/16. */ public interface VCSChanges<REPOSITORY, REVISION>...
package com.isfong.cnm.order.infrastructure.persistence; import com.isfong.cnm.order.domain.models.entities.Order; import com.isfong.cnm.order.domain.repositories.OrderRepository; import org.springframework.data.repository.PagingAndSortingRepository; import org.springframework.stereotype.Component; @Component public ...
/* * 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 org.ovirt.engine.core.bll.scheduling.utils; import static org.assertj.core.api.Assertions.assertThat; import static org.assertj.core.api.Assertions.tuple; import java.util.Arrays; import java.util.Collections; import java.util.List; import java.util.Map; import java.util.Optional; import java.util.stream.Coll...
package com.gradel.api.user.domain.service.search; import java.util.List; /** * 搜索字典服务 */ public interface DictionaryService { /** * 获取词典 * @return */ List<String> getWords(); /** * 获取停止词典 * @return */ List<String> getExtWords(); /** * 获取词典最后更新时间 * @retu...
/* * 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 org.apache.dubbo.validation; import org.apache.dubbo.common.extension.ExtensionLoader; /** * @author: wendong.hu * @Date: 2018/7/16 * @Time: 11:55 * @Description: */ public class Validation$Adaptive implements org.apache.dubbo.validation.Validation { public org.apache.dubbo.validation.Validator getVal...
package network; // An example of a simple JSON parser to parse a json file representing a library of books // The implementation of WebParser was borrowed from the CPSC210 JsonParserExample // WebParser also borrows from https://dzone.com/articles/how-to-parse-json-data-from-a-rest-api-using-simpl import org.json.JS...
// https://practice.geeksforgeeks.org/problems/hamiltonian-path/0 /*package whatever //do not write package name here */ //Backtracking approach is used //Time complexity: O(N!) //a complete graph is a simple undirected graph in which every pair of distinct vertices is connected by a unique edge. //Number of hamiltoni...
/** * Copyright (c) 2004, www.pdfbox.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: * * 1. Redistributions of source code must retain the above copyright notice, * this list of con...
package ai.hyacinth.core.service.trigger.server.service.impl; public interface TriggerClientService { void trigger(Long triggerId); }
/* * Copyright (c) 2018 Sony Pictures Imageworks 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 applicab...
package city.restaurant.eric; import gui.trace.AlertTag; import java.util.ArrayList; import java.util.Collections; //import java.util.Collection; import java.util.List; import city.Place; import city.interfaces.Person; import city.restaurant.eric.gui.EricAnimationConstants; import city.restaurant.eric.gui.EricHostGu...
package com.microsoft.commondatamodel.objectmodel.utilities; import com.fasterxml.jackson.annotation.JsonInclude; import com.fasterxml.jackson.core.JsonGenerator; import com.fasterxml.jackson.core.JsonParser; import com.fasterxml.jackson.core.util.DefaultIndenter; import com.fasterxml.jackson.core.util.DefaultPrettyPr...
/* * 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.ryg.chapter_2.demo4.mvp.ui.activity; import android.content.Context; import android.content.Intent; import android.content.pm.PackageManager; import android.content.pm.ResolveInfo; import android.os.Bundle; import android.os.Handler; import android.speech.RecognizerIntent; import android.support.annotation...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/videointelligence/v1p3beta1/video_intelligence.proto package com.google.cloud.videointelligence.v1p3beta1; /** * <pre> * Normalized bounding box. * The normalized vertex coordinates are relative to the original image. * Range: [0,...
// 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 org.jetbrains.idea.maven.dom.references; import com.intellij.codeInsight.lookup.LookupElementBuilder; import com.intellij.codeInspection.LocalQuickFix; import com.intelli...
package de.dytanic.cloudnet.event; /** * Abstract class for events of all kinds. */ public abstract class Event { /** * Whether this event will be called asynchronous */ protected boolean asynchronous = false; public boolean isAsynchronous() { return asynchronous; } }
package org.openstack4j.openstack.networking.domain; import org.openstack4j.model.network.IP; import com.fasterxml.jackson.annotation.JsonProperty; import com.google.common.base.Objects; /** * A Fixed IP Address * * @author Jeremy Unruh */ public class NeutronIP implements IP { private static final long seria...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package de.comci.bigbib.entity; import java.util.LinkedList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlR...
// Automatically generated by the Fast Binary Encoding compiler, do not modify! // https://github.com/chronoxor/FastBinaryEncoding // Source: protoex.fbe // Version: 1.3.0.0 package com.chronoxor.protoex.fbe; // Fast Binary Encoding com.chronoxor.protoex protocol version public final class ProtocolVersion { // Pr...
package thredds.server.ncss.view.dsg.point; import org.springframework.http.HttpHeaders; import thredds.server.ncss.exception.NcssException; import thredds.server.ncss.params.NcssParamsBean; import thredds.server.ncss.util.NcssRequestUtils; import thredds.util.ContentType; import ucar.ma2.Array; import ucar.nc2.Variab...
package seedu.address.model.util.predicate; import java.util.List; import seedu.address.commons.util.StringUtil; import seedu.address.model.patient.Patient; /** * Tests that a {@code Patient}'s attached {@code NextOfKin} {@code Name} matches any of the keywords given. */ public class KinNameContainsKeywordsPredica...
/* 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 expo.modules.updates; public final class R { private R() {} public static final class anim { private anim() {}...
/* * 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 ...
// In this Java Program , we implement static keyword for the packages also // Static keywords in Java could be used under the following conditions: 1. For packages imported in a Java program 2. For classes 3. For data members of a class 4. For method members or functions of a class Code No. 1: import static java.la...
/* * This file is part of Industrial Foregoing. * * Copyright 2021, Buuz135 * * 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 righ...
/* ### * IP: GHIDRA * * 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 writin...
package com.ronak.www.mylibrary.util; import android.annotation.TargetApi; import android.app.Activity; import android.content.Context; import android.graphics.Color; import android.os.Build; import android.view.View; import android.view.Window; import android.view.WindowManager; import androidx.annotation.ColorRes; ...
package com.nyanjuimarvin.basedshare.adapters; import static com.nyanjuimarvin.basedshare.constants.Constants.IMAGE_BASE_URL; import android.content.Context; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; i...
/*- * ============LICENSE_START======================================================= * SDC * ================================================================================ * Copyright (C) 2019 AT&T Intellectual Property. All rights reserved. * ===================================================================...
/** * %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% * * Copyright (c) 2012 - SCAPI (http://crypto.biu.ac.il/scapi) * This file is part of the SCAPI project. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * Permission is hereby granted, free of charge, to any pe...
/* * Copyright 2014 Alexander Oprisnik * * 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) 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...
/* * Copyright (C) 2015-2021 52°North Spatial Information Research 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 r...
/* * 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...
// ============================================================================ // // Copyright (C) 2006-2021 Talend Inc. - www.talend.com // // This source code is available under agreement available at // %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt // // You should have receiv...
/** * */ package com.graphql_java_generator.client; import java.net.URI; import java.net.URISyntaxException; import java.util.ArrayList; import java.util.List; import java.util.Optional; import java.util.OptionalLong; import javax.annotation.PostConstruct; import org.springframework.beans.factory.annotation.Autow...
package com.planet_ink.siplet.support; import java.util.*; /* Copyright 2001-2015 Bo Zimmerman 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...
/******************************************************************************* * Copyright (c) 2015-2018 Skymind, Inc. * * 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. * *...
package cn.tf.ecps.utils; public class QueryCondition { private Long brandId; private Short auditStatus; private Short showStatus; private String itemName; private Integer pageNo; private Integer startNum; private Integer endNum; public Integer getPageNo() { return pageNo; } public void s...
package com.alipay.api.domain; import java.util.List; import com.alipay.api.AlipayObject; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.internal.mapping.ApiListField; /** * 物流仓库物料出库同步接口 * * @author auto create * @since 1.0, 2019-05-30 23:23:40 */ public class KoubeiSalesKbassetStuffLogi...
package pl.zankowski.iextrading4j.client.socket.request.marketdata; import com.fasterxml.jackson.core.type.TypeReference; import pl.zankowski.iextrading4j.api.marketdata.OpHaltStatus; import pl.zankowski.iextrading4j.client.socket.manager.SocketRequest; import pl.zankowski.iextrading4j.client.socket.manager.SocketRequ...
package com.infotamia.pojos.common.user; /** * @author Mohammed Al-Ani */ public interface ExternalAccountAbstract { }
/* * Copyright 1999-2011 Alibaba Group. * * 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 la...
package net.link.oath; public class PMode { private Hash hash = Hash.SHA1; public PMode() { // empty } public PMode(String pModeString) throws InvalidDataModeException, InvalidHashException { if (pModeString.charAt(0) != 'P') throw new InvalidDataModeException("P mode spec should sta...
/**************************************************************************************** Copyright © 2003-2012 hbasesoft Corporation. All rights reserved. Reproduction or <br> transmission in whole or in part, in any form or by any means, electronic, mechanical <br> or otherwise, is prohibited without the pr...
package org.sagebionetworks.repo.web; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.sagebionetworks.repo.model.AuthorizationConstants.BOOTSTRAP_PRINCIPAL; import org.sagebionetworks.repo.model.DatastoreException; import org.sagebionetworks.repo.model.Folder; import org.sagebionetwo...