text stringlengths 7 995k |
|---|
/*
* Copyright 2010-2013 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.mall.common;
public enum ResponseCode {
SUCCESS(0,"SUCCESS"),
ERROR(1,"ERROR"),
NEED_LOGIN(10,"NEED_LOGIN"),
ILLEGAL_ARGUMENT(2, "ILLEGAL_ARGUMENT");
private final int code;
private final String desc;
ResponseCode(int code, String desc) {
this.code = code;
this.desc = desc;
}
public int get... |
package demo;
import java.util.ArrayList;
import java.util.List;
import java.util.Random;
import java.util.concurrent.TimeUnit;
/**
* https://alibaba.github.io/arthas/quick-start.html
* <p>
* arthas-demo
* 是一个简单的程序,每隔一秒生成一个随机数,再执行质因式分解,并打印出分解结果。
*
* @author wenbo17
* On 9/8/19 14:02
*/
@SuppressWarnings({"We... |
package com.zsp.library.sidedrag.callback;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Canvas;
import android.graphics.Paint;
import android.view.View;
import androidx.annotation.NonNull;
import androidx.core.content.ContextCompat;
imp... |
/**
* Copyright (C) 2013 - present by OpenGamma Inc. and the OpenGamma group of companies
*
* Please see distribution for license.
*/
package com.opengamma.web.analytics;
import java.util.List;
import com.opengamma.core.security.Security;
import com.opengamma.engine.target.ComputationTargetReference;
import com.o... |
package national.testproject;
import android.support.v7.app.ActionBarActivity;
import android.os.Bundle;
import android.view.Menu;
import android.view.MenuItem;
public class Main extends ActionBarActivity {
@Override
protected void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState);
setCo... |
package nyla.solutions.core.util;
import nyla.solutions.core.data.MapEntry;
import nyla.solutions.core.security.user.data.User;
import nyla.solutions.core.security.user.data.UserProfile;
import org.junit.jupiter.api.Test;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Map;
import java.util.... |
package actions;
import com.intellij.openapi.progress.ProgressManager;
import com.intellij.openapi.progress.util.ProgressWindow;
import com.intellij.openapi.vcs.changes.RunnableBackgroundableWrapper;
import projectsettings.ProjectSettingsController;
import netsuite.*;
import com.intellij.openapi.actionSystem.AnActio... |
package ch.hslu.sw02;
import java.util.EmptyStackException;
public class Stack implements StackInterface {
private String[] stack;
private int actualSize = 0;
private int headIndex = -1;
public Stack(final int size) {
if (size < 0) {
throw new IllegalArgumentException("Size cannot... |
package it.reply.workflowmanager.logging;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.slf4j.Logger;
import java.io.IOException;
import java.io.StringWriter;
public class CustomLoggerImpl extends CustomLogger {
private static final ObjectMapper OBJECT_MAPPER = new ObjectMapper();
protected C... |
package com.hoya.service.vo;
import lombok.Data;
@Data
public class MiaoshaResultVo {
OrderInfoVo orderInfoVo;
GoodsVo goodsVo;
} |
package com.wix.sample.failing;
import org.junit.Test;
import static org.junit.Assert.assertTrue;
public class SimpleTest {
@Test
public void simpleTest() {
assertTrue("assert true is true", true);
}
} |
package frame.frame;
public interface IFrame {
void setFrameSize();
void makeDesignFrame();
void addListener();
} |
/**
* This file is part of choco-solver, http://choco-solver.org/
*
* Copyright (c) 2017, IMT Atlantique. All rights reserved.
*
* Licensed under the BSD 4-clause license.
* See LICENSE file in the project root for full license information.
*/
package org.chocosolver.solver.constraints.binary;
import org.chocos... |
/*
* CDDL HEADER START
*
* The contents of this file are subject to the terms of the
* Common Development and Distribution License (the "License").
* You may not use this file except in compliance with the License.
*
* See LICENSE.txt included in this distribution for the specific
* language governing permissio... |
package io.quarkus.tck.restclient.cdi;
import static java.lang.annotation.ElementType.METHOD;
import static java.lang.annotation.ElementType.TYPE;
import static java.lang.annotation.RetentionPolicy.RUNTIME;
import java.lang.annotation.Retention;
import java.lang.annotation.Target;
import javax.interceptor.Intercepto... |
/*
* Copyright 2019 Haulmont.
*
* 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... |
package info.bitrich.xchangestream.gemini;
import info.bitrich.xchangestream.core.ProductSubscription;
import info.bitrich.xchangestream.core.StreamingExchangeFactory;
import io.reactivex.disposables.Disposable;
import org.junit.Ignore;
import org.knowm.xchange.ExchangeSpecification;
import org.knowm.xchange.currency.... |
/**
* Copyright 2019 Vincenzo Palazzo vincenzopalazzodev@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 requi... |
package common.blocks;
import common.itemBlocks.IB_TFFTStorageFieldBlockT1;
import cpw.mods.fml.common.registry.GameRegistry;
import kekztech.KekzCore;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.creativetab.CreativeTabs;
public class Block_TFFTStorageFieldBloc... |
/*
* Copyright (c) 2005-2022 Xceptance Software Technologies 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 requir... |
/*
* Copyright 2011 Noa Resare
* Copyright 2015 Andreas Schildbach
*
* 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 requi... |
/*
* Copyright 2014 Artem Chikin
* Copyright 2014 Artem Herasymchuk
* Copyright 2014 Tom Krywitsky
* Copyright 2014 Henry Pabst
* Copyright 2014 Bradley Simons
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtai... |
package com.alipay.api.response;
import com.alipay.api.internal.mapping.ApiField;
import com.alipay.api.AlipayResponse;
/**
* ALIPAY API: alipay.ins.auto.service.coupon.verify response.
*
* @author auto create
* @since 1.0, 2019-01-07 20:51:15
*/
public class AlipayInsAutoServiceCouponVerifyResponse extends Ali... |
/*
* 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 com.example.demohexagonalarchitecture.domain;
import com.fasterxml.jackson.annotation.JsonIgnore;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.Entity;
import javax.persistence.GeneratedValue;
import javax.persistence.GenerationType;
import javax.persistence.Id;
import javax.va... |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: POGOProtos.Rpc.proto
package POGOProtos.Rpc;
/**
* Protobuf enum {@code POGOProtos.Rpc.AdFeedbackLikeReason}
*/
public enum AdFeedbackLikeReason
implements com.google.protobuf.ProtocolMessageEnum {
/**
* <code>AD_FEEDBACK_LIKE_REASON_IN... |
/*
* #%L
* BroadleafCommerce Common Libraries
* %%
* Copyright (C) 2009 - 2013 Broadleaf Commerce
* %%
* 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... |
/*
// Licensed to Julian Hyde under one or more contributor license
// agreements. See the NOTICE file distributed with this work for
// additional information regarding copyright ownership.
//
// Julian Hyde licenses this file to you under the Apache License,
// Version 2.0 (the "License"); you may not use this file e... |
// ----------------------------------------------------------------------------
// Copyright 2007-2016, GeoTelematic Solutions, Inc.
// All rights reserved
// ----------------------------------------------------------------------------
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not... |
package com.dunshan.mall.service;
import com.dunshan.mall.model.SmsHomeAdvertise;
import java.util.List;
/**
* 首页广告管理Service
* Created by dunshan on 2018/11/7.
*/
public interface SmsHomeAdvertiseService {
/**
* 添加广告
*/
int create(SmsHomeAdvertise advertise);
/**
* 批量删除广告
*/
i... |
/*
* Copyright 2013-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... |
// Cool Comments
public class WithComments {
// Also inside the body
// On start of line
} |
package com.specmate.cause_effect_patterns.parse.matcher;
import java.util.Collections;
import java.util.HashMap;
import java.util.Map;
import java.util.Optional;
import java.util.Set;
import java.util.Vector;
import com.specmate.cause_effect_patterns.parse.DependencyParsetree;
/**
* Class storing the result of a d... |
package com.fasterxml.jackson.databind.deser.std;
import java.io.IOException;
import java.util.Collection;
import com.fasterxml.jackson.core.JsonParser;
import com.fasterxml.jackson.databind.*;
import com.fasterxml.jackson.databind.deser.*;
import com.fasterxml.jackson.databind.deser.impl.ObjectIdReader;
import com.f... |
/*
* reserved comment block
* DO NOT REMOVE OR ALTER!
*/
package com.sun.org.apache.bcel.internal.util;
/*
* 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 owners... |
package com.example;
import javax.ws.rs.client.Client;
import javax.ws.rs.client.ClientBuilder;
import javax.ws.rs.client.WebTarget;
import org.glassfish.grizzly.http.server.HttpServer;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.assertEquals;
public class ... |
/*
* Copyright 2021 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 applica... |
/**
* JBoss, Home of Professional Open Source
* Copyright 2012, Red Hat Middleware LLC, and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not u... |
/** Generated Assertion Class - DO NOT CHANGE */
package au.org.greekwelfaresa.idempiere.test.assertj.asp_clientlevel;
import javax.annotation.Generated;
import org.compiere.model.X_ASP_ClientLevel;
/** Generated assertion class for ASP_ClientLevel
* @author idempiere-test model assertion generator
* @version Rel... |
package org.innovateuk.ifs.application.feedback.viewmodel;
import org.innovateuk.ifs.application.finance.viewmodel.ApplicationFinanceSummaryViewModel;
import org.innovateuk.ifs.application.finance.viewmodel.ApplicationFundingBreakdownViewModel;
import org.innovateuk.ifs.application.resource.ApplicationResource;
import... |
package seedu.address.model.member;
import static seedu.address.commons.util.CollectionUtil.requireAllNonNull;
import java.util.Collections;
import java.util.HashSet;
import java.util.Objects;
import java.util.Set;
import seedu.address.model.tag.Tag;
/**
* Represents a Person in the address book.
* Guarantees: de... |
/*
* oxAuth is available under the MIT License (2008). See http://opensource.org/licenses/MIT for full text.
*
* Copyright (c) 2014, Gluu
*/
package org.oxauth.persistence.model.configuration;
import java.util.ArrayList;
import java.util.List;
import javax.xml.bind.annotation.XmlElement;
import javax.xml.bind.an... |
/*
* MIT License
*
* Copyright (c) 2022 MASES s.r.l.
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
* to use, cop... |
package AlgorithmPractice.chapter7_graphTheory;
import org.junit.Test;
import java.io.*;
/**
* @Author: xiaoqiZh
* @Date: Created in 20:18 2018/3/13
* @Description:
*/
public class InsertGraph {
/**
* 读取文件 根据文件的内容创建一个Graph 数据结构
*/
private static final String DENSE = "dense";
private static... |
/*
* Copyright 2015-2020 Amazon.com, Inc. or its affiliates. All Rights Reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with
* the License. A copy of the License is located at
*
* http://aws.amazon.com/apache2.0
*
* or in the "licen... |
package com.google.appinventor.components.runtime;
import android.app.Activity;
import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.BitmapFactory;
import android.graphics.Color;
import android.graphics.Paint;
import android.graphics.Path;
import android.graphics.PorterDuff;
import a... |
// RobotBuilder Version: 2.0
//
// This file was generated by RobotBuilder. It contains sections of
// code that are automatically generated and assigned by robotbuilder.
// These sections will be updated in the future when you export to
// Java from RobotBuilder. Do not put any code or make any change in
// the blocks... |
package com.hcl.kandy.cpass.utils;
import android.Manifest;
import android.app.Activity;
import android.content.pm.PackageManager;
import androidx.core.content.ContextCompat;
import android.widget.Toast;
import com.hcl.kandy.cpass.R;
/**
* Created by I Ball on 7/11/2016.
*/
public class MarshMallowPermission {
... |
/* See LICENSE for licensing and NOTICE for copyright. */
package org.ldaptive.control;
import org.ldaptive.LdapUtils;
import org.ldaptive.asn1.DERBuffer;
import org.ldaptive.asn1.OctetStringType;
/**
* Response control indicating a password that will expire. See
* http://tools.ietf.org/html/draft-vchu-ldap-pwd-pol... |
package de.hawLandshut.scrum.model;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.util.Date;
import java.util.List;
import javax.persistence.Entity;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persistence.Id;
import javax.persistence.Lob;
im... |
package uk.co.gresearch.siembol.parsers.extractors;
import com.google.common.base.Splitter;
import java.util.*;
import java.util.stream.Collectors;
public class CSVExtractor extends ParserExtractor {
private static final String UNKNOWN_COLUMN_NAME_PREFIX = "unknown";
private static final String EMPTY_STRING ... |
/* Copyright 2021 Telstra Open Source
*
* 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... |
/*
* Copyright 2016-present Facebook, 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... |
package shetty.sachin.hackerrank.contest.weeokofcode.week30;
/*
Alice programs the following algorithm into her robot, Bob, to replenish the candy throughout the party:
If the party is ending (i.e.,t it's time ), do not refill the bowl.
If the bowl contains b(i) candies at the end of minute i and b(i)<5, add n-b(i... |
package scala.meta.pc;
import org.eclipse.lsp4j.Range;
import org.eclipse.lsp4j.SymbolKind;
import java.nio.file.Path;
/**
* Consumer of symbol search results.
*
* Search results can come from two different sources: classpath or workspace.
* Classpath results are symbols defined in library dependencies while wor... |
/*-----------------------------------------------------------------------------*
* *
* Copyright © 2010 STABILIT Informatik AG, Switzerland *
* ... |
package com.mit.community.mapper;
import com.baomidou.mybatisplus.mapper.BaseMapper;
import com.mit.community.entity.Equipment;
/**
* <p>
* Mapper 接口
* </p>
*
* @author qsj
* @since 2019-09-11
*/
public interface EquipmentMapper extends BaseMapper<Equipment> {
} |
package com.github.gumtreediff.actions;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collections;
import java.util.HashSet;
import java.util.List;
import java.util.Set;
import com.github.gumtreediff.actions.model.Action;
import com.github.gumtreediff.actions.model.Addition;
import com.github.... |
/*
* 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 a... |
package net.minecraft.server.commands;
import com.mojang.brigadier.CommandDispatcher;
import com.mojang.brigadier.arguments.DoubleArgumentType;
import com.mojang.brigadier.arguments.StringArgumentType;
import com.mojang.brigadier.exceptions.CommandSyntaxException;
import com.mojang.brigadier.exceptions.Dynamic2Command... |
package com.github.leleact.jtest.mybatis.db2.dto;
import java.io.Serializable;
import java.util.Arrays;
import java.util.Date;
public class User implements Serializable {
private String host;
private String user;
private String selectPriv;
private String insertPriv;
private String updatePriv;
... |
package com.android.waylinkage.util;
/**
* Gool
*/
public class FastClickUtils {
// 两次点击按钮之间的点击间隔不能少于1秒
private static final int MIN_CLICK_DELAY_TIME = 1000;
private static long lastClickTime;
public static boolean isFastClick() {
boolean flag = false;
long curClickTime = System.curr... |
/*******************************************************************************
* 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 com.naruto.dao;
import java.util.List;
import java.util.Map;
import org.apache.ibatis.annotations.Delete;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Select;
import org.apache.ibatis.annotations.SelectProvider;
import org.apach... |
package com.primus.firstPrimus.PrimusConfig.TestFixtures;
/**
* Created by chumphrey on 24/03/2016.
*/
public class JunitSelenium {
public static final String HOST = "http://www.example.com";
public static final String TITLE = "Example Domain";
} |
package com.domeke.app.interceptor;
import java.util.Map;
import org.springframework.mail.javamail.JavaMailSender;
import com.domeke.app.utils.EncryptKit;
import com.google.common.collect.Maps;
import com.jfinal.aop.Interceptor;
import com.jfinal.core.ActionInvocation;
import com.jfinal.core.Controller;
/**
@autho... |
package com.pnoker.common.model.rtmp;
import lombok.AllArgsConstructor;
import lombok.Data;
/**
* <p>Copyright(c) 2019. Pnoker All Rights Reserved.
* <p>Author : Pnoker
* <p>Email : pnokers@gmail.com
* <p>Description: Rtmp 信息实体类
*/
@Data
@AllArgsConstructor
public class Rtmp {
private long id;
p... |
/**
* 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 chen.testchat.adapter.viewholder;
import android.view.View;
import org.pointstone.cugappplat.baseadapter.BaseWrappedViewHolder;
import chen.testchat.R;
import chen.testchat.adapter.OnShareMessageItemClickListener;
import chen.testchat.bean.SharedMessage;
import chen.testchat.bean.User;
import chen.testchat.m... |
sub1.java
2020-12-10
dk
실습중입니다. |
package ar.com.hjg.pngj.chunks;
import ar.com.hjg.pngj.IChunkFactory;
import ar.com.hjg.pngj.ImageInfo;
/**
* Default chunk factory.
* <p>
* The user that wants to parse custom chunks can extend
* {@link #createEmptyChunkExtended(String, ImageInfo)}
*/
public class ChunkFactory implements IChunkFactory {
boole... |
/*
* 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 lk.ijse.student.controler;
import java.util.List;
import lk.ijse.student.dto.ExamDto;
import lk.ijse.student.observer.Observe... |
package com.liyongquan.string;
import java.util.Deque;
import java.util.Iterator;
import java.util.LinkedList;
import java.util.List;
/**
* 给定一个包含正整数、加(+)、减(-)、乘(*)、除(/)的算数表达式(括号除外),计算其结果。
* <p>
* 表达式仅包含非负整数,+, - ,*,/ 四种运算符和空格 。 整数除法仅保留整数部分。
* <p>
* 示例 1:
* <p>
* 输入: "3+2*2"
* 输出: 7
* 示例 2:
* <p>
* 输入: " ... |
package com.winfred.common.global.constant;
public enum AuthConstant {
/**
* token name
*/
TOKEN_NAME("user_token", "token名称"),
;
private String name;
private String describe;
AuthConstant(String name, String describe) {
this.name = name;
this.describe = describe;
... |
package com.company;
public class Course {
Teacher courseTeacher;
String name;
String code;
String prefix;
int note;
int verbalNote;
public Course(String name, String code, String prefix ) {
this.name = name;
this.code = code;
this.prefix = prefix;
this.note ... |
/**
* @author mchyzer
* $Id$
*/
package edu.internet2.middleware.grouper.group;
import java.util.ArrayList;
import java.util.Comparator;
import java.util.List;
import edu.emory.mathcs.backport.java.util.Collections;
import edu.internet2.middleware.grouper.Group;
import edu.internet2.middleware.grouper.GroupFinder;... |
package net.corechg.sparkt.block;
public class MachineFurnace extends MachineBlock{
public MachineFurnace() {
super();
}
} |
package com.afollestad.materialcamera;
/** @author Aidan Follestad (afollestad) */
public class TimeLimitReachedException extends Exception {
public TimeLimitReachedException() {
super("You've reached the time limit without starting a recording.");
}
} |
package senntyou.webmonitor.main.config;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;
import org.springframework.http.HttpMethod;
import org.springframework.security.config.annotation.auth... |
/*
* 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 demo;
import io.vertx.core.AbstractVerticle;
import io.vertx.ext.web.Router;
import io.vertx.ext.web.RoutingContext;
import java.time.Instant;
public class MainVerticle extends AbstractVerticle {
@Override
public void start() {
Router r = Router.router(vertx);
r.get("/api/v1/hello")... |
package br.com.carlos.ecommerce.api.dto;
import br.com.carlos.ecommerce.domain.entity.ImagemProduto;
import br.com.carlos.ecommerce.domain.entity.Pergunta;
import br.com.carlos.ecommerce.domain.entity.Produto;
import br.com.carlos.ecommerce.domain.service.impl.OpinioesServiceImpl;
import java.math.BigDecimal;
import ... |
package com.example.ubermaid;
import android.os.Bundle;
import android.support.v4.app.Fragment;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
public class Tela_Cadastro_Passo1 extends Fragment {
@Override
public View onCreateView(LayoutInflater inflater, ViewGrou... |
/*
* Copyright (C) 2012 CyberAgent
*
* 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 crazypants.enderio.conduit.gui;
import java.awt.Point;
import java.util.ArrayList;
import java.util.List;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.entity.player.InventoryPlayer;
import net.minecraft.inventory.IInventory;
import net.minecraft.inventory.Slot;
import net.minecraft.it... |
package crirecipe.criusker.crirecipe.activity;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.EditText;
import android.widget.Toast;
import com.google.gson.GsonBuilder;
import com.google.gson.reflect.TypeToken;
import com.lidroid.xutils.HttpU... |
/*
* Copyright © 2014 <code@io7m.com> http://io7m.com
*
* Permission to use, copy, modify, and/or distribute this software for any
* purpose with or without fee is hereby granted, provided that the above
* copyright notice and this permission notice appear in all copies.
*
* THE SOFTWARE IS PROVIDED "AS IS" AN... |
package com.acmedcare.nas.exts.api;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentMap;
/**
* Nas exts factory
*
* @author <a href="mailto:iskp.me@gmail.com">Elve.Xu</a>
* @version ${project.version} - 2018-12-03.
*/
public class ExtensionLoaderFactory {
/** All extension... |
package com.jerry.bookcloud.common.pojo.book;
import lombok.Data;
import java.io.Serializable;
/**
* 数据字典
* @author: tangyl
* @since: 2020/4/1
*/
@Data
public class DataDictionary implements Serializable {
private static final long serialVersionUID = 1L;
private Integer id;
/**
* 字典类型
*/
... |
package io.rapidpro.surveyor.adapter;
import android.app.Activity;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.TextView;
import java.util.List;
import io.rapidpro.surveyor.R;
imp... |
/**
* 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... |
/*
* 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 de.darmstadt.tu.informatik.tk.iptk.fragments;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.widget.LinearLayoutManager;
import android.support.v7.widget.RecyclerView;
import android.util.Log;
import android.view.LayoutInflater;
import android.view.View;
import ... |
package es.redmic.test.unit.data.administrative;
/*-
* #%L
* ElasticSearch
* %%
* Copyright (C) 2019 REDMIC Project / Server
* %%
* 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
*
* ... |
package org.firstinspires.ftc.teamcode;
import com.qualcomm.robotcore.hardware.DcMotor;
import com.qualcomm.robotcore.eventloop.opmode.Autonomous;
import com.qualcomm.robotcore.eventloop.opmode.Disabled;
import com.qualcomm.robotcore.eventloop.opmode.OpMode;
import com.qualcomm.robotcore.eventloop.opmode.TeleOp;
import... |
/*
* ******************************************************************************
* Copyright 2014-2015 Spectra Logic Corporation. 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 i... |
package io.qiot.manufacturing.factory.productionvalidation.domain; |
package com.github.badoualy.telegram.tl.api;
import static com.github.badoualy.telegram.tl.StreamUtils.*;
import static com.github.badoualy.telegram.tl.TLObjectUtils.*;
import java.lang.Override;
import java.lang.String;
/**
* @author Yannick Badoual yann.badoual@gmail.com
* @see <a href="http://github.com/badoual... |
/*
* Copyright (C) 2011 Thomas Akehurst
*
* 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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.