text stringlengths 7 995k |
|---|
/*
* (C) Copyright IBM Corp. 2022.
*
* 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 test.pages;
import org.fluentlenium.core.FluentPage;
import org.openqa.selenium.WebDriver;
import static org.fest.assertions.Assertions.assertThat;
/**
* Illustration of the Page Object Pattern in Fluentlenium.
* @author Philip Johnson
*/
public class SurferPage extends FluentPage {
private String url;... |
package com.huaweicloud.sdk.dcs.v2.model;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonValue;
import java.util.function.Consumer;
import java.util.Objects;
... |
package org.sqlite;
import static org.junit.Assume.assumeTrue;
import java.io.File;
import java.io.IOException;
import java.sql.Connection;
import java.sql.DriverManager;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.Properties;
import org.hamcrest.BaseMatcher;
import org.hamcrest.Descrip... |
/**
* Copyright (c) 2011-2017, James Zhan 詹波 (jfinal@126.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 required... |
/*
* Copyright (c) 2012 - 2015 Ngewi Fet <ngewif@gmail.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 required by ... |
// Copyright 2015 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.chromecast.base;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import and... |
package demo.block;
import net.minestorm.server.instance.block.BlockHandler;
import net.minestorm.server.item.ItemStack;
import net.minestorm.server.item.Material;
import net.minestorm.server.tag.Tag;
import net.minestorm.server.tag.TagReadable;
import net.minestorm.server.tag.TagSerializer;
import net.minestorm.serve... |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: md.proto
package jzs.msg.md;
public final class Md {
private Md() {}
public static void registerAllExtensions(
com.google.protobuf.ExtensionRegistry registry) {
}
/**
* Protobuf enum {@code jzs.msg.md.MarketDataType}
*/
publi... |
/*
* Copyright 2016, Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or ag... |
/*
* Autopsy Forensic Browser
*
* Copyright 2021 Basis Technology Corp.
* Contact: carrier <at> sleuthkit <dot> org
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://ww... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you... |
package com.github.simy4.xpath;
import com.github.simy4.xpath.fixtures.FixtureAccessor;
import com.github.simy4.xpath.helpers.SimpleNamespaceContext;
import org.jdom2.Document;
import org.openjdk.jmh.annotations.Benchmark;
import org.openjdk.jmh.annotations.BenchmarkMode;
import org.openjdk.jmh.annotations.Mode;
impor... |
package ij.plugin.filter;
import ij.*;
import ij.process.*;
/** Image/J plug-in filters must implement this interface. */
public interface PlugInFilter {
/** This method is called once when the filter is loaded. 'arg',
which may be blank, is the argument specified for this plug-in
in IJ_Props.txt. 'imp' is the ... |
/*
* This file is part of TechReborn, licensed under the MIT License (MIT).
*
* Copyright (c) 2020 TechReborn
*
* 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, inc... |
/**
* Copyright 2010 JBoss 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 ... |
/*
* Copyright (c) 2017, 2018, Oracle and/or its affiliates.
* Copyright (c) 2013, Regents of the University of California
*
* 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. Redistr... |
// Copyright 2017 The Nomulus Authors. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by a... |
/*
* 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... |
/*
* Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
* Click nbfs://nbhost/SystemFileSystem/Templates/GUIForms/JPanel.java to edit this template
*/
package br.com.memento.telas;
/**
*
* @author mma
*/
public class Anotacao extends javax.swing.JPanel {
/**
... |
package stresso.trie;
import java.io.File;
import java.util.ArrayList;
import java.util.Collections;
import java.util.HashMap;
import java.util.HashSet;
import java.util.Map;
import org.apache.fluo.api.client.FluoClient;
import org.apache.fluo.api.client.FluoFactory;
import org.apache.fluo.api.client.Snapshot;
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 license... |
/*
* Copyright 2020 DataCanvas
*
* 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 i... |
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.hosted.controller.deployment;
import com.yahoo.component.Version;
import com.yahoo.component.VersionCompatibility;
import com.yahoo.config.application.api.DeploymentInstanceSpec;
import com.... |
package com.skytala.eCommerce.domain.product.relations.product.control.storeShipmentMeth;
import java.io.BufferedReader;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
import java.util.Set;
import javax.se... |
package org.cryptimeleon.craco.common.predicate;
import org.cryptimeleon.craco.enc.DecryptionKey;
import org.cryptimeleon.math.serialization.StandaloneRepresentable;
/**
* A {@code KeyIndex} is an object associated to a {@link DecryptionKey} such that only ciphertexts
* generated with an encryption key with a {@lin... |
/*
* Copyright 2017-2022 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 edu.emory.bmi.tcia.client.exceptions;
/**
* The TCIA Client Exception
*/
public class TCIAClientException extends Exception {
private static final long serialVersionUID = -2548423882689490254L;
private String requestUrl;
public TCIAClientException(String requestUrl) {
super();
this.requestUrl = r... |
/*
* Copyright 2018 Dmytro Ponomarenko
*
* 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... |
/*
* Copyright (C) 2017-2019 Dremio 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 License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... |
/*
Copyright 2011 The Perkeep 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 agreed to in writing, sof... |
package cn.edu.xidian.ictt.yk.basic;
/**
* Created by heart_sunny on 2018/11/5
*/
class ChangeLockCase {
//教程上说:不要在线程中修改对象锁的引用,引用被修改会导致锁失效。但“此处”未证实,欢迎大家指正。
private String lock = "lock handler";
//当同一个类的多个不同对象(实例)调用 加this锁和object锁 的方法时,多个对象之间不会发生锁竞争。
//但是当调用 加class锁或者其他对象锁 的方法时,多个对象之间会发生锁竞争。
pri... |
// 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.jps.javac;
import io.netty.bootstrap.Bootstrap;
import io.netty.channel.*;
import io.netty.channel.nio.NioEventLoopGroup;
import io.netty.channel.socket.nio... |
/*
* Copyright (c) 2002-2019, Mairie de Paris
* 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
* and the... |
package Feb2021Leetcode;
import java.util.ArrayList;
import java.util.Collections;
import java.util.Comparator;
import java.util.List;
public class _0759EmployeeFreeTime {
public static void main(String[] args) {
List<List<Interval>> intervals = new ArrayList<List<Interval>>();
List<Interval> interval1 = new Ar... |
package com.cookware.home.MediaManagerServer;
import org.apache.log4j.Logger;
/**
* Created by Kody on 5/09/2017.
*/
public class ServerRequestHandler {
private ServerRequestHandlerRunnable serverRequestHandlerRunnable; //ASK WILL ABOUT THIS ONE (constructor requires media manager - is it ok that this is not f... |
package org.jmotor.util;
import org.jmotor.util.domain.Seller;
import org.jmotor.util.persistence.SqlGenerator;
import org.jmotor.util.persistence.dto.SqlStatement;
import org.jmotor.util.persistence.impl.SqlGeneratorImpl;
import org.junit.Test;
/**
* Component:
* Description:
* Date: 14-6-20
*
* @author Andy Ai... |
package com.shard.jdbc.plugin;
import io.airlift.log.Logger;
import io.airlift.slice.Slice;
import io.prestosql.plugin.jdbc.*;
import io.prestosql.plugin.jdbc.credential.CredentialProvider;
import io.prestosql.spi.PrestoException;
import io.prestosql.spi.connector.ColumnHandle;
import io.prestosql.spi.connector.Column... |
/**
** Test JUnit reference.
*
* @author Ponkin Aleksey (mailto:ponkin.a.v@gmail.com)
* @version $Id$
* @since 0.1
*/
package ru.job4j.reference; |
// /*
// * Copyright 2012 Google Inc.
// *
// * Licensed under the Apache License, Version 2.0 (the "License"); you may not
// * use this file except in compliance with the License. You may obtain a copy of
// * the License at
// *
// * http://www.apache.org/licenses/LICENSE-2.0
// *
// * Unless required by... |
// --------------------------------------------------------------------------------
// 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:/... |
package castle.comp3021.assignment.gui.views.panes;
import castle.comp3021.assignment.gui.DurationTimer;
import castle.comp3021.assignment.gui.FXJesonMor;
import castle.comp3021.assignment.gui.ViewConfig;
import castle.comp3021.assignment.gui.controllers.AudioManager;
import castle.comp3021.assignment.gui.controllers.... |
/*
* Copyright (C) 2009-2017 Lightbend Inc. <https://www.lightbend.com>
*/
package javaguide.advanced.routing;
import org.junit.Before;
import org.junit.Test;
//#imports
import javax.inject.Inject;
import play.api.mvc.AnyContent;
import play.api.mvc.BodyParser;
import play.api.mvc.PlayBodyParsers;
import play.core... |
package retrocrawler.reader;
import org.junit.Test;
import java.lang.annotation.Annotation;
import retrocrawler.HtmlReader;
import retrocrawler.annotation.HtmlBody;
import retrocrawler.annotation.HtmlHead;
import static org.hamcrest.CoreMatchers.instanceOf;
import static org.hamcrest.CoreMatchers.is;
import static ... |
package com.micro.ege.advert.advertservice.core.exception;
import com.micro.ege.advert.advertservice.api.model.BaseResponse;
import lombok.Data;
@Data
public class CustomException extends Exception {
Long errorCode;
String errorMessage;
public CustomException(ExceptionData exceptionData) {
this.e... |
package opPlanner.OPmatcher.repository;
import opPlanner.OPmatcher.model.OPSlot;
import org.springframework.data.geo.Box;
import org.springframework.data.geo.Circle;
import org.springframework.data.geo.Distance;
import org.springframework.data.geo.Point;
import org.springframework.data.mongodb.repository.MongoReposito... |
/**
* ********************************************************************************
* Copyright (c) 2011, Monnet Project 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 ... |
package com.jiaxingrong.controller.admin;
/**
* @Author:luchang
* @Date: 2019/12/26 21:17
* @Version 1.0
*/
import com.jiaxingrong.bean.type.ResultVo;
import com.jiaxingrong.execption.AdEx;
import com.jiaxingrong.model.Ad;
import com.jiaxingrong.requstov.admin.DataVo;
import com.jiaxingrong.service.inter.AdServic... |
// Copyright (C) 2008 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 applicable ... |
package com.xu.atchat.config;
import org.springframework.context.annotation.Configuration;
import org.springframework.web.servlet.config.annotation.CorsRegistry;
import org.springframework.web.servlet.config.annotation.WebMvcConfigurer;
/**
* CorsConfig
*
* @description 跨域配置
*/
@Configuration
public class CorsCon... |
package com.dlens.common2.numeric;
public class LinearFxRatioDistance implements
RealFunctionDiffererntiableCoeffs, RealFunction {
private double m;
private double b;
private double[] defaultCoeffs;
private double NON_POSITIVE_VALUE=1e5;
private double[] xValues;
private double[] yValues;
public LinearFxRat... |
/*
* Copyright (C) 2019 Center for Information Management, Inc.
*
* This program is proprietary.
* Redistribution without permission is strictly prohibited.
* For more information, contact <http://www.ciminc.com>
*/
package com.patterns.behavioral.state;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
... |
/*
* Copyright (c) 2012-2018 The original author or authors
* ------------------------------------------------------
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* and Apache License v2.0 which accompanies this distributi... |
package com.mz.jarboot.service.impl;
import com.mz.jarboot.api.event.JarbootEvent;
import com.mz.jarboot.api.event.Subscriber;
import com.mz.jarboot.api.event.WorkspaceChangeEvent;
import com.mz.jarboot.api.service.ServiceManager;
import com.mz.jarboot.base.AgentManager;
import com.mz.jarboot.api.constant.CommonConst;... |
package com.bstek.bdf3.dictionary.service;
import java.util.List;
import java.util.Map;
import org.malagu.linq.JpaUtil;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import com.bstek.bdf3.dictionary.domain.Dictionary;
import com.bstek.bdf3.dictionary.... |
/*
* Copyright (c) 2007-2013 Sonatype, Inc. All rights reserved.
*
* This program is licensed to you under the Apache License Version 2.0,
* and you may not use this file except in compliance with the Apache License Version 2.0.
* You may obtain a copy of the Apache License Version 2.0 at http://www.apache.org/lic... |
/*
* ORACLE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms.
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*
*/
/*
*
*
*
*
*
* ASM: a very small and fast Java bytecode manipulation framework
* Copyright (c) 2000-2011 INRIA, France Telecom
* All rights reserved.
*
* Redistribution and ... |
/*
* Copyright 2015-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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
/**
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you... |
package com.felipeflohr.unojava.swing.frames.mainframefirstlayer.secondlayer.centerrightpanel;
import com.felipeflohr.unojava.globaldefs.GlobalDefinitions;
import com.felipeflohr.unojava.swing.CustomGUIUpdate;
import javax.swing.*;
import java.awt.Color;
import java.awt.Dimension;
import java.awt.GridLayout;
import j... |
package ru.job4j.loop;
import org.junit.Test;
import static org.hamcrest.core.Is.is;
import static org.junit.Assert.assertThat;
public class FactorialTest {
@Test
public void whenCalculateFactorialForFiveThenOneHundreedTwenty() {
Factorial factorial = new Factorial();
int result = factorial.fa... |
/*
* Licensed to the Apache Software Foundation (ASF) under one or more contributor license
* agreements. See the NOTICE file distributed with this work for additional information regarding
* copyright ownership. The ASF licenses this file to You under the Apache License, Version 2.0 (the
* "License"); you may not ... |
package com.project.convertedCode.includes.vendor.phpunit.phpunit.src.Framework.MockObject.Matcher;
import com.runtimeconverter.runtime.RuntimeStack;
import com.runtimeconverter.runtime.interfaces.ContextConstants;
import com.runtimeconverter.runtime.includes.RuntimeIncludable;
import com.runtimeconverter.runtime.incl... |
// Copyright (c) Microsoft Corporation. All rights reserved.
// Licensed under the MIT License.
// Code generated by Microsoft (R) AutoRest Code Generator.
package com.azure.resourcemanager.hdinsight.implementation;
import com.azure.resourcemanager.hdinsight.HDInsightManager;
import com.azure.resourcemanager.hdinsigh... |
package com.twinkle.framework.core.lang.util;
/**
* Function: TODO ADD FUNCTION. <br/>
* Reason: TODO ADD REASON. <br/>
* Date: 8/30/19 5:51 PM<br/>
*
* @author chenxj
* @see
* @since JDK 1.8
*/
public interface MutableIntegerArray extends IntegerArray, MutableArray, ArrayWrapper<int[]> {
/**
* U... |
/*
* Copyright 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
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable l... |
//
// ========================================================================
// Copyright (c) 1995-2016 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------
// All rights reserved. This program and the accompanying materials
// are made available under the ter... |
/*
* Copyright 2019 Pnoker. 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... |
/*
* Copyright 2009 the original author or authors.
* Copyright 2009 SorcerSoft.org.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-... |
/*
* Copyright 2018 JBoss by Red Hat.
*
* 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... |
/*
* Copyright 2017 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
package rkreikebaumspellchecker;
import java.util.*;
public class BinTree<T extends Comparable<? super T>> {
// private List<TreeNode<T>> nodeBuffer;
private TreeNode<T> root;
private TreeNode<T> preceding;
private TreeNode<T> succeeding;
private boolean changedWithLoad;
public BinTree() {
super();
change... |
/*
* This file is part of fabric-loom, licensed under the MIT License (MIT).
*
* Copyright (c) 2016, 2017, 2018 FabricMC
*
* 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 restr... |
package com.planet_ink.coffee_mud.core.intermud.cm1.commands;
import com.planet_ink.coffee_mud.core.interfaces.*;
import com.planet_ink.coffee_mud.core.intermud.cm1.RequestHandler;
import com.planet_ink.coffee_mud.core.*;
import com.planet_ink.coffee_mud.core.collections.*;
import com.planet_ink.coffee_mud.Abilities.i... |
package com.team.service;
/**
* Created by wuyunxing on 2016/8/17.
*/
public class UserService {
} |
/*
* Copyright (c) 2008 Dave Ray <daveray@gmail.com>
*
* Created on Sep 19, 2008
*/
package org.jsoar.kernel;
import org.junit.Test;
/**
* @author ray
*/
public class PreferenceTests extends FunctionalTestHarness
{
@Test(timeout=10000)
public void testPreferenceSemantics() throws Exception
{
... |
/*
* Copyright 2017 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
/*
* 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... |
/*
* Copyright (c) 2010-2017 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 agre... |
package com.alipay.api.response;
import java.util.List;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.internal.mapping.ApiListField;
import com.alipay.api.domain.IsvMerchantInfo;
import com.alipay.api.domain.ShopSummaryInfo;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: koubei.mar... |
/*
* CharIndexedSegment.java
* :tabSize=8:indentSize=8:noTabs=false:
* :folding=explicit:collapseFolds=1:
*
* Copyright (C) 1998 Wes Biggs
* Copyright (C) 2000, 2001 Slava Pestov
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Library General Public Lice... |
package im.wangchao.mhttp;
import androidx.annotation.StringDef;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
/**
* <p>Description : Method.</p>
* <p>Author : wangchao.</p>
* <p>Date : 16/3/8.</p>
* <p>Time : 下午4:08.</p>
*/
public interface Method {
... |
/*
* 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, ... |
/*
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for license information.
*/
package com.microsoft.azure.toolkit.eclipse.common.component;
import java.util.Arrays;
import java.util.List;
import org.eclipse.swt.SWT;
import org.eclip... |
package hu.axolotl.tasklib.test.target.test;
import hu.axolotl.tasklib.GlobalError;
import hu.axolotl.tasklib.test.tasks.SimpleTask;
public class TestTargetWithGlobal {
void onTaskResult(SimpleTask task) {
}
void onTaskProgress(SimpleTask task, Object progress) {
}
boolean onTaskGlobalError(Glob... |
/*
* The MIT License
*
* Copyright (c) 2009 The Broad Institute
*
* 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... |
package de.techdev.trackr.domain.employee.expenses.reports;
import de.techdev.trackr.domain.employee.Employee;
import org.springframework.data.domain.Page;
import org.springframework.data.domain.Pageable;
import org.springframework.data.repository.CrudRepository;
import org.springframework.data.repository.query.Param;... |
/*
* #%L
* JSR-223-compliant JRuby scripting language plugin.
* %%
* Copyright (C) 2008 - 2017 Board of Regents of the University of
* Wisconsin-Madison, Broad Institute of MIT and Harvard, and Max Planck
* Institute of Molecular Cell Biology and Genetics.
* %%
* Redistribution and use in source and binary form... |
/*
* Copyright (c) 2013, 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.apache.org/li... |
package life.majiang.community.service;
import life.majiang.community.entity.PaginationDTO;
import life.majiang.community.entity.QuestionDTO;
import life.majiang.community.entity.QuestionQueryDTO;
import life.majiang.community.enums.SortEnum;
import life.majiang.community.exception.CustomizeErrorCode;
import life.maj... |
package com.dtflys.forest.backend.okhttp3.response;
import com.dtflys.forest.backend.ContentType;
import com.dtflys.forest.exceptions.ForestRuntimeException;
import com.dtflys.forest.http.ForestRequest;
import com.dtflys.forest.http.ForestResponse;
import com.dtflys.forest.utils.StringUtils;
import okhttp3.Headers;
im... |
package com.ela.wallet.sdk.didlibrary.bean;
/**
* get balance of did
*/
public class BalanceBean {
/**
* result : 2.11059400
* status : 200
*/
private String result;
private int status;
public String getResult() {
return result;
}
public void setResult(String result... |
package mcjty.rftoolscontrol.api.parameters;
import net.minecraft.util.EnumFacing;
import org.apache.commons.lang3.StringUtils;
import javax.annotation.Nullable;
/**
* This class identifies a side of a network blocked. This basically
* is an optional nodename and an optional side. If side is null then
* it means ... |
package paradoxslabs.mixin;
import it.unimi.dsi.fastutil.longs.Long2ReferenceOpenHashMap;
import paradoxslabs.ParadoxSlabs;
import net.fabricmc.api.EnvType;
import net.fabricmc.api.Environment;
import net.minecraft.block.BlockState;
import net.minecraft.client.MinecraftClient;
import net.minecraft.client.render.BlockB... |
/*
* Copyright 2019 Confluent Inc.
*
* Licensed under the Confluent Community License (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.confluent.io/confluent-community-license
*
* Unless required by applicable law or a... |
/*
* Copyright 2007, 2008 Ange Optimization ApS
*
* 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 l... |
package com.Enno.production.mapper;
import java.util.List;
import com.Enno.production.domain.ProComplete;
/**
* 整机Mapper接口
*
* @author ruoyi
* @date 2020-09-10
*/
public interface ProCompleteMapper
{
/**
* 查询整机
*
* @param completeId 整机ID
* @return 整机
*/
public ProComplete sele... |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v3/common/bidding.proto
package com.google.ads.googleads.v3.common;
/**
* <pre>
* Target CPM (cost per thousand impressions) is an automated bidding strategy
* that sets bids to optimize performance given the target CPM you... |
/*
* Copyright 2005 JBoss 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 i... |
package ru.krlvm.powertunnel;
import io.netty.channel.ChannelHandlerContext;
import io.netty.handler.codec.http.HttpRequest;
import org.jitsi.dnssec.validator.ValidatingResolver;
import org.littleshoot.proxy.*;
import org.littleshoot.proxy.impl.DefaultHttpProxyServer;
import org.xbill.DNS.*;
import org.xbill.DNS.Recor... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.