text stringlengths 7 995k |
|---|
/*
* Copyright © 2013-2018 camunda services GmbH and various authors (info@camunda.com)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2... |
package com.xueyi.common.core.constant.basic;
/**
* 租户通用常量
*
* @author xueyi
*/
public class TenantConstants {
/** 租户Id */
public static final String TENANT_ID = "tenant_id";
/** 注册租户默认策略Id */
public static final Long REGISTER_TENANT_STRATEGY_ID = BaseConstants.COMMON_ID;
/** 子库必须数据表 */
... |
public int compareTo(Chain chain) {
return this.weight - chain.weight;
} |
/*
* Copyright (c) 2014, Facebook, Inc.
* All rights reserved.
*
* This source code is licensed under the BSD-style license found in the
* LICENSE file in the root directory of this source tree. An additional grant
* of patent rights can be found in the PATENTS file in the same directory.
*
*/
package com... |
/*
* 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.terrence.testapp.config;
import org.springframework.cloud.config.java.AbstractCloudConfig;
import org.springframework.context.annotation.Configuration;
public class Config {
@Configuration
static class CloudConfiguration extends AbstractCloudConfig {
}
} |
package com.intellij.plugins.bodhi.pmd.handlers;
import com.intellij.AbstractBundle;
import com.intellij.CommonBundle;
import com.intellij.openapi.project.Project;
import com.intellij.openapi.ui.Messages;
import com.intellij.openapi.vcs.CheckinProjectPanel;
import com.intellij.openapi.vcs.changes.CommitExecutor;
impor... |
package com.abhijitmitkar.realmdemo;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.View;
import android.view.ViewGroup;
import android.widget.TextView;
import io.realm.OrderedRealmCollection;
import io.realm.RealmRecyclerViewAdapter;
/**
* Created by Abhijit on 1... |
/*
* Copyright 2000-2011 JetBrains s.r.o.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agre... |
package com.atguigu.gmall.pms.controller;
import java.util.Arrays;
import java.util.Map;
import com.atguigu.core.bean.PageVo;
import com.atguigu.core.bean.QueryCondition;
import com.atguigu.core.bean.Resp;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiOperation;
import org.springframework.beans... |
/*
* 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 ... |
/**
* Autogenerated by Thrift
*
* DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING
* @generated
*/
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.util.HashMap;
import java.util.Set;
import java.util.HashSet;
import java.util.Collections;
import java.util.BitSe... |
/* SPDX-License-Identifier: Apache-2.0 */
/* Copyright Contributors to the ODPi Egeria project. */
package org.odpi.openmetadata.accessservices.governanceengine.properties;
import com.fasterxml.jackson.annotation.*;
import java.io.Serializable;
import java.util.HashMap;
import java.util.Map;
import java.util.Objects;... |
/*
* LoginRequest Created by Samiur Prapon
* Last modified 8/6/21, 1:22 AM
* Copyright (c) 2021. All rights reserved.
*
*/
package life.nsu.aether.utils.networking.requests;
public class LoginRequest {
private String email;
private String password;
public LoginRequest(String email, String password)... |
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License
* 2.0 and the Server Side Public License, v 1; you may not use this file except
* in compliance with, at your election, the Elastic License 2.0 or the Server... |
/*
* Copyright 2017 ~ 2025 the original author or authors. <wanglsir@gmail.com, 983708408@qq.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/license... |
package handlemethod;
import httptransfer.creatPoi;
import httptransfer.updatePoi;
import java.io.File;
import java.net.SocketAddress;
import java.sql.Connection;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.sql.Statement;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.... |
package org.bian.dto;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonCreator;
import io.swagger.annotations.ApiModel;
import io.swagger.annotations.ApiModelProperty;
import javax.validation.Valid;
/**
* CRInformationFeedOperatingSessionControlInputModelInformatio... |
/*
* Copyright (C) 2011 The Guava 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 ... |
/*
* Copyright 2021 Hazelcast Inc.
*
* Licensed under the Hazelcast 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://hazelcast.com/hazelcast-community-license
*
* Unless required by applicable law or agree... |
package com.sj.attendance.provider;
import android.content.ContentValues;
import android.database.Cursor;
import android.net.Uri;
import com.sj.attendance.bl.FixWorkTimePolicy;
import com.sj.attendance.bl.FlexWorkTimePolicy;
public class WorkTimePolicyDataHelper {
private static final String KEYWORD = "policies"... |
/*
* 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 jp.classmethod.spring_stateless_csrf_filter.example_thymeleaf3.controller;
import jp.classmethod.spring_stateless_csrf_filter.example_thymeleaf3.model.entity.User;
public class UserForm {
private String name;
public String getName() {
return name;
}
public void setName(String name) ... |
/*
* 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 n... |
/*
* Copyright (c) 2002-2021 Gargoyle Software 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 ... |
/*
* Copyright 2013-2018 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... |
/*
* 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.abin.lee.spring.boot2.elasticsearch.common.util;
import org.apache.http.*;
import org.apache.http.client.HttpRequestRetryHandler;
import org.apache.http.client.config.CookieSpecs;
import org.apache.http.client.config.RequestConfig;
import org.apache.http.client.entity.UrlEncodedFormEntity;
import org.apach... |
package by.bsuir.kaziukovich.task15.bookcomparators;
import by.bsuir.kaziukovich.task12.book.Book;
import java.util.Comparator;
/**
* Comparator that compares two books by price
*/
public class BookPriceComparator implements Comparator<Book> {
/**
* Compares two books
* @param book1 First book
* ... |
//Generated by GuiGenie - Copyright (c) 2004 Mario Awad.
//Home Page http://guigenie.cjb.net - Check often for new versions!
package com.manicken;
import java.awt.*;
import java.awt.event.*;
import javax.swing.*;
import javax.swing.event.*;
public class SelectionDialog extends JPanel {
public JList<String> lstI... |
package com.greendill.greendillmall.product.service.impl;
import org.springframework.stereotype.Service;
import java.util.Map;
import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper;
import com.baomidou.mybatisplus.core.metadata.IPage;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
i... |
package modelo;
public class Meia{
private Integer codigoMeia;
private String tipoMeia; // curta | longa
private String cor;
private String tecidoMeia; // la | algodao | fibra | poliester
public Meia() {
}
public Meia(String tipoMeia, String cor, String tecidoMeia) {
super();
this.tipoMeia = tipoMe... |
/*
* MIT License
*
* Copyright (c) 2021 OverRuna Organization
*
* 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, ... |
/*
* Copyright (c) Akveo 2019. All Rights Reserved.
* Licensed under the Personal / Commercial License.
* See LICENSE_PERSONAL / LICENSE_COMMERCIAL in the project root for license information on type of purchased license.
*/
package com.akveo.bundlejava.authentication;
import com.akveo.bundlejava.role.Role;
impor... |
/**
* Copyright 2017-2019 The GreyCat Authors. All rights reserved.
* <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
* <p>
* http://www.apache.org/licenses/LICENSE-2.0
* <p>
* Un... |
import greenfoot.*; // (World, Actor, GreenfootImage, Greenfoot and MouseInfo)
/**
* A bullet to be shot at asteroids.
*
* The Shot moves to the top of the screen and then expires. If it hits an asteroid
* on the way, it destroys the asteroid, and then expires immediately.
*/
public class Gold extends Item
{
... |
/*
* Copyright (C) 2010-2101 Alibaba Group Holding Limited.
*
* 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 ... |
package dao.entities;
import java.io.Serializable;
import javax.persistence.Entity;
import javax.persistence.EnumType;
import javax.persistence.Enumerated;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.persistence.OneToOne;
@Entity
public ... |
// Copyright 2015 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... |
/* ========================================================================
* Copyright 2019 SolarNetwork Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www... |
open module com.matchbook.sdk.rest {
exports com.matchbook.sdk.rest;
exports com.matchbook.sdk.rest.configs;
exports com.matchbook.sdk.rest.dtos;
exports com.matchbook.sdk.rest.dtos.errors;
exports com.matchbook.sdk.rest.dtos.events;
exports com.matchbook.sdk.rest.dtos.heartbeat;
exports co... |
package com.qiusamin.book.saas.domain.dos;
import lombok.Getter;
import lombok.Setter;
import java.util.Date;
/**
* <Description> <br>
*
* @author gu <br>
* @version 1.0<br>
*/
public class UserDO {
private Long userId;
private String userName;
private String userEmail;
private Date joinDate;
... |
/*
* Copyright 2013 Guidewire Software, Inc.
*/
package gw.plugin.ij.lang.psi.util;
import com.intellij.psi.PsiElement;
import com.intellij.psi.util.PsiMatcherExpression;
import gw.plugin.ij.lang.psi.IGosuPsiElement;
public class HasParsedElement implements PsiMatcherExpression {
private final Class<?> parsedEl... |
package com.thiendn.coderschool.newyorktime.adapter;
import android.content.Context;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ImageView;
import android.widget.TextView;
import com.squareup.picasso.... |
package net.ripe.db.whois.api.rest.client;
import net.ripe.db.whois.api.rest.domain.WhoisResources;
import org.junit.Test;
import java.io.ByteArrayInputStream;
import java.util.concurrent.ExecutorService;
import java.util.concurrent.Executors;
import java.util.concurrent.TimeUnit;
import java.util.concurrent.atomic.A... |
package aima.core.logic.fol.parsing;
import aima.core.logic.fol.parsing.ast.*;
/**
* @author Ravi Mohan
*
*/
public interface FOLVisitor {
public Object visitPredicate(Predicate p, Object arg);
public Object visitTermEquality(TermEquality equality, Object arg);
public Object visitVariable(Variable variable, ... |
package com.github.bosik927.mediator.sample.control;
public class Producer implements Runnable {
private Mediator med;
private int id;
private static int num = 1;
public Producer(Mediator m) {
med = m;
id = num++;
}
@Override
public void run() {
int num;
w... |
/*
* Copyright (C) 2020 The Dagger 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 ag... |
/*
* Copyright 2013 Gordon Burgett and individual contributors
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by appl... |
/*
* Copyright MapStruct Authors.
*
* Licensed under the Apache License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0
*/
package org.mapstruct.ap.test.builder.noop;
/**
* @author Filip Hrisafov
*/
public class PersonDto {
private final String name;
public PersonDto(String name) {... |
import java.util.ArrayList;
import java.util.Scanner;
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
/**
*
* @author hamid
*/
public class MazeMain {
public static void main... |
package com.gooddies.exceptions;
/**
* @author Dmitry
*/
public class ErrorMessageException extends RuntimeException {
public ErrorMessageException(String message) {
super(message);
}
public ErrorMessageException(String message, Throwable cause) {
super(message, cause);
}
} |
package com.banco.domain;
import com.banco.domain.entities.*;
import java.util.ArrayList;
import java.util.List;
public class Program {
public static void main(String[] args) {
List<Conta> contas = new ArrayList<>();
Cliente cliente = new Cliente();
cliente.setNome("Rafael");
... |
/** *****************************************************************************
* Copyright (c) 2017 Timo Homburg, i3Mainz.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the BSD License
* which accompanies this distribution, and is available at
* https... |
/*
* AbstractSetElement.java $Revision: 80 $
*
* Copyright (c) 2007 Roozbeh Farahbod
*
* Last modified by $Author: rfarahbod $ on $Date: 2009-07-24 16:25:41 +0200 (Fr, 24 Jul 2009) $.
*
* Licensed under the Academic Free License version 3.0
* http://www.opensource.org/licenses/afl-3.0.php
* http://www.co... |
package io.kubernetes.client.openapi.models;
import java.lang.Deprecated;
import com.google.gson.annotations.SerializedName;
import io.kubernetes.client.fluent.Fluent;
import java.lang.String;
import java.lang.Boolean;
public interface V1PersistentVolumeStatusFluent<A extends io.kubernetes.client.openapi.models.V1Per... |
/*
* Copyright 2020 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... |
package Adapters;
import java.rmi.RemoteException;
import Business.Abstract.UserCheckService;
import Entities.User;
import tr.gov.nvi.tckimlik.WS.KPSPublicSoap;
import tr.gov.nvi.tckimlik.WS.KPSPublicSoapProxy;
public class MernisServiceAdapter implements UserCheckService{
@Override
public boolean checkIfRealPers... |
package io.github.kusaanko.modmanager.mod125;
import io.github.kusaanko.modmanager.Mod;
public class RedPowerLighting125 extends Mod125 {
@Override
public String is(String fileName) {
return startsWith(fileName, "RedPowerLighting-");
}
@Override
public String getDownloadURL() {
re... |
package ru.cjdb.scheme.dto.xml;
import static ru.cjdb.scheme.dto.Index.IndexType;
/**
* @author Sergey Tselovalnikov
* @since 01.12.14
*/
public class IndexTypeAdapter extends EnumXmlAdapter<IndexType> {
@Override
protected Class<IndexType> getEnumClass() {
return IndexType.class;
}
} |
package aima.core.environment.tictactoe;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.List;
import java.util.Objects;
import aima.core.util.datastructure.XYLocation;
/**
* A state of the Tic-tac-toe game is characterized by a board containing
* symbols X and O, the next player to move, and... |
/*
* Copyright 2020 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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... |
package me.xueyao.optimize;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;
/**
* @author Simon.Xue
*/
@SpringBootApplication
public class OptimizeApplication {
public static void main(String[] args) {
SpringApplication.run(Optimiz... |
package odms.controller.gui.window;
import javafx.fxml.FXML;
import javafx.fxml.FXMLLoader;
import javafx.scene.Parent;
import javafx.scene.Scene;
import javafx.scene.control.Label;
import javafx.scene.control.TabPane;
import javafx.scene.control.TextField;
import javafx.scene.image.Image;
import javafx.scene.image.Im... |
package com.example.fbu_instagram;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.util.Log;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import android.widget.Toast;
import com.parse.LogInCallback;
imp... |
package com.amazonwebservices.blogs.containers.kubernetes;
import java.util.ArrayList;
import java.util.List;
import java.util.concurrent.Executors;
import org.apache.logging.log4j.Logger;
import org.apache.logging.log4j.LogManager;
import com.amazonwebservices.blogs.containers.handler.InitHandler;
import io.kubern... |
package de.uni_mannheim.minie.minimize.object;
import java.util.ArrayList;
import java.util.List;
import de.uni_mannheim.minie.annotation.AnnotatedPhrase;
import de.uni_mannheim.minie.minimize.Minimization;
import de.uni_mannheim.minie.minimize.object.ObjSafeMinimization;
import de.uni_mannheim.utils.coreNLP.CoreNLPU... |
package org.lcsim.recon.tracking.trflayer;
import java.util.*;
import org.lcsim.recon.tracking.trfbase.VTrack;
import org.lcsim.recon.tracking.trfutil.RandomGenerator;
import org.lcsim.recon.tracking.trfutil.RandomGeneratorTest;
public class LayerSimulatorTest extends LayerSimulator
{
private RandomGenerator... |
package com.example.hr.service.business;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.kafka.annotation.KafkaListener;
import org.springframework.stereotype.Service;
import com.example.hr.entity.AccountingEmployee;
import com.example.hr.entity.Employee;
import com.example.h... |
/*
* Copyright 2012 LinkedIn Corp.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
/*
* 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... |
// Copyright 2020 Goldman Sachs
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable law or agreed to ... |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/ads/googleads/v8/enums/frequency_cap_time_unit.proto
package com.google.ads.googleads.v8.enums;
/**
* <pre>
* Container for enum describing the unit of time the cap is defined at.
* </pre>
*
* Protobuf type {@code google.ads.googleads.... |
/*
* Copyright 2010-2013 Ning, Inc.
* Copyright 2014-2018 Groupon, Inc
* Copyright 2014-2018 The Billing Project, LLC
*
* The Billing Project 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 cop... |
/*
* Portions Copyright (c) Facebook, Inc. and 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 ... |
/*
* 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 io.yields.bpm.client_name.chiron;
import com.fasterxml.jackson.core.JsonProcessingException;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.google.common.collect.Lists;
import lombok.experimental.UtilityClass;
import lombok.extern.slf4j.Slf4j;
import org.camunda.bpm.engine.ProcessEngines;
impor... |
/*
* Copyright (c) 2017 xjliao.me created by xjliao
* ProjectName: xjl
* ModuleName: xjlib
* FileName: ProgressAspect.java
* ClassName: ProgressAspect
* LastModified: 12/17/17 4:52 PM
*/
package me.xjliao.xjlib.component;
import android.app.Activity;
import android.content.Context;
import android.support.v4.ap... |
package com.neu.ccwebapp.web;
import com.amazonaws.auth.AWSStaticCredentialsProvider;
import com.amazonaws.auth.BasicAWSCredentials;
import com.neu.ccwebapp.domain.Recipe;
import com.neu.ccwebapp.domain.RecipeImage;
import com.neu.ccwebapp.domain.User;
import com.amazonaws.auth.DefaultAWSCredentialsProviderChain;
impo... |
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
package com.yahoo.vespa.applicationmodel;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import java.util.Objects;
import java.util.Optional... |
package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 行业场景数据页面发送
*
* @author auto create
* @since 1.0, 2018-06-01 16:07:28
*/
public class AlipayCommerceDataResultSendModel extends AlipayObject {
private static final long serialVersionUID = 48... |
package android.util.proto;
import java.io.FileDescriptor;
import java.io.OutputStream;
import android.annotation.TestApi;
@TestApi
public final class ProtoOutputStream {
public ProtoOutputStream() {
throw new RuntimeException("Stub!");
}
public ProtoOutputStream(int chunkSize) {
throw n... |
/*
* 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... |
// Copyright 2016 The Bazel Authors. All rights reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applica... |
/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
package SoftA2Movie;
import javax.swing.JOptionPane;
/**
*
* @author User
*/
public class AdminStaffGUI extends javax.swing.JFrame... |
/*
* Copyright 2012-2019 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... |
package com.tesco.aqueduct.registry.client;
import com.tesco.aqueduct.pipe.api.TokenProvider;
import io.micronaut.http.HttpResponse;
import io.micronaut.http.MutableHttpRequest;
import io.micronaut.http.annotation.Filter;
import io.micronaut.http.filter.ClientFilterChain;
import io.micronaut.http.filter.HttpClientFilt... |
package subsumption.effector;
import lejos.hardware.motor.EV3LargeRegulatedMotor;
import lejos.hardware.port.MotorPort;
import lejos.robotics.RegulatedMotor;
import subsumption.Wish;
public class Chassis extends Effector {
final RegulatedMotor motorA = new EV3LargeRegulatedMotor(MotorPort.A);
final RegulatedMotor m... |
package me.vast.common.widgets;
import android.content.Context;
import android.content.res.TypedArray;
import android.util.AttributeSet;
import android.widget.FrameLayout;
import me.vast.common.R;
/**
* Created by zhengz on 2017/8/23.
*/
public class MaxHeightFrameLayout extends FrameLayout {
private static ... |
package com.fastjrun.common;
public abstract class AbstractEntity {
} |
/*
* $Id: MessageTag.java 54929 2004-10-16 16:38:42Z germuska $
*
* Copyright 1999-2004 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* ht... |
package de.jowisoftware.rpgsoundscape.language.references;
import com.intellij.openapi.util.TextRange;
import com.intellij.psi.PsiElement;
import com.intellij.psi.PsiReferenceBase;
import org.jetbrains.annotations.NotNull;
public abstract class AbstractReference<T extends PsiElement> extends PsiReferenceBase<T> {
... |
/*
* 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 deltix.qsrv.hf.tickdb.lang.pub;
/**
*
*/
public class LikeExpression extends ComplexExpression {
public final boolean isNegative;
public LikeExpression (long location, Expression left, Expression right, boolean isNegative) {
super (location, left, right);
this.isNegative = isNegativ... |
/*
* 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 ... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE191_Integer_Underflow__long_min_postdec_02.java
Label Definition File: CWE191_Integer_Underflow.label.xml
Template File: sources-sinks-02.tmpl.java
*/
/*
* @description
* CWE: 191 Integer Underflow
* BadSource: min Set data to the max value for long
* GoodSource: A hardc... |
//Test-Dummy, der das Interface IKonfig implementiert,
//beim Aufruf von naechsterTest() immer false zurückgibt
//einen Test-Dummy verwaltet, der das Interface
//IKonfigDaten implementiert und
//beim Aufruf von toBoolean() immer false zurückgibt
package de.hhu.propra16.florian_dt.test_konfig;
import de.hhu.propra16.f... |
/*! ******************************************************************************
*
* Pentaho Data Integration
*
* Copyright (C) 2019-2019 by Hitachi Vantara : http://www.pentaho.com
*
*******************************************************************************
*
* Licensed under the Apache License, Version... |
package com.github.vezzoni.spring.neo4j.controller;
import com.github.vezzoni.spring.neo4j.exceptions.DataSourceException;
import com.github.vezzoni.spring.neo4j.resource.Route;
import com.github.vezzoni.spring.neo4j.service.StationService;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.mockito.Inj... |
/* Copyright Statement:
*
* This software/firmware and related documentation ("MediaTek Software") are
* protected under relevant copyright laws. The information contained herein is
* confidential and proprietary to MediaTek Inc. and/or its licensors. Without
* the prior written permission of MediaTek inc. and/or ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.