text stringlengths 7 995k |
|---|
package com.shamlatech.api_response;
import java.io.Serializable;
import java.util.ArrayList;
/**
* Created by Martin Mundia on 12-March-2020.
*/
public class Result_Stud_Journal implements Serializable {
private String message;
private String status;
private ArrayList<Res_Stud_Journal> journals;
p... |
/*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
*
* Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.
*
* The contents of this file are subject to the terms of either the GNU
* General Public License Version 2 only ("GPL") or the Common
* Development and Distribution License("CDDL") (... |
/*
* Copyright 2010-2020 Alfresco Software, Ltd.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable ... |
/*
* Copyright 2013 MovingBlocks
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed t... |
package com.orientechnologies.orient.core.sql.parser;
import org.junit.Test;
public class OAlterSequenceStatementTest extends OParserTestAbstract {
@Test
public void testPlain() {
checkRightSyntax("ALTER SEQUENCE Foo START 100 ");
checkRightSyntax("alter sequence Foo start 100 ");
checkRightSyntax("... |
package org.basex.query.func.sessions;
import static org.basex.query.QueryError.*;
import org.basex.query.*;
import org.basex.query.value.item.*;
import org.basex.util.*;
/**
* Function implementation.
*
* @author BaseX Team 2005-19, BSD License
* @author Christian Gruen
*/
public final class SessionsSet extend... |
/*
* Copyright 2014 Eduardo Barrenechea
*
* 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... |
/* TEMPLATE GENERATED TESTCASE FILE
Filename: CWE197_Numeric_Truncation_Error__int_console_readLine_to_short_51b.java
Label Definition File: CWE197_Numeric_Truncation_Error__int.label.xml
Template File: sources-sink-51b.tmpl.java
*/
/*
* @description
* CWE: 197 Numeric Truncation Error
* BadSource: console_readLine ... |
/*-
* -\-\-
* DBeam Core
* --
* Copyright (C) 2016 - 2019 Spotify AB
* --
* 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
*
* U... |
/*
Copyright 2010, Google Inc.
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions are
met:
* Redistributions of source code must retain the above copyright
notice, this list of conditions and the following dis... |
/**
*/
package org.afplib.afplib;
import java.util.Arrays;
import java.util.Collections;
import java.util.List;
import org.eclipse.emf.common.util.Enumerator;
/**
* <!-- begin-user-doc -->
* A representation of the literals of the enumeration '<em><b>GSPTPATT</b></em>',
* and utility methods for working with the... |
package jetbrains.mps.lang.core.plugin;
/*Generated by MPS */
import jetbrains.mps.make.facet.IFacet;
import java.util.List;
import jetbrains.mps.make.facet.ITarget;
import jetbrains.mps.internal.collections.runtime.ListSequence;
import java.util.ArrayList;
import jetbrains.mps.internal.collections.runtime.Sequence;
... |
//
// Decompiled by Procyon v0.5.36
//
package thirtyvirus.ultimateshops.multiversion;
import org.bukkit.Bukkit;
import java.util.Iterator;
import java.util.List;
import org.bukkit.inventory.meta.BookMeta;
import org.bukkit.entity.Player;
import org.bukkit.inventory.ItemStack;
import java.lang.reflect.Method;
publ... |
/*
* Copyright 2009-2014 PrimeTek.
*
* 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 com.example.tests;
import com.thoughtworks.selenium.*;
import org.junit.After;
import org.junit.Before;
import org.junit.Test;
import static org.junit.Assert.*;
import java.util.regex.Pattern;
public class UC_CriarUser-NomeVazio {
private Selenium selenium;
@Before
public void setUp() throws Exception {
... |
/*
* The contents of this file are subject to the license and copyright
* detailed in the LICENSE and NOTICE files at the root of the source
* tree.
*/
package org.fcrepo.integration.http.api;
import com.github.benmanes.caffeine.cache.Cache;
import com.github.benmanes.caffeine.cache.Caffeine;
import com.google.com... |
/*
* Copyright 2000-2013 JetBrains s.r.o.
* Copyright 2014-2015 AS3Boyan
* Copyright 2014-2014 Elias Ku
*
* 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/lice... |
package luxcraft;
import java.util.List;
import java.util.Random;
import net.minecraft.block.Block;
import net.minecraft.block.BlockFluid;
import net.minecraft.block.material.Material;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.entity.Entity;
import net.minecraft.entity.EnumCreatureType;
impo... |
/*
* Copyright 2010-2015 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 "l... |
package de.nogaller.rest;
public class Task {
private String text;
private String dueDate;
public Task() {
this("", "");
}
public Task(String text, String dueDate) {
this.text = text;
this.dueDate = dueDate;
}
public String getText() {
return text;
}
public void setText(String text) {
this.text... |
package cn.dennishucd.menu;
import java.util.ArrayList;
import java.util.List;
import cn.dennishucd.R;
import cn.dennishucd.activity.ChartBuilderActivity;
import cn.dennishucd.activity.LoginActivity;
import cn.dennishucd.activity.SexangleActivity;
import cn.dennishucd.cache.LifeApplication;
import cn.dennishucd.resul... |
package com.reactnativeawesomemodule;
import android.util.Log;
import android.view.View;
import android.widget.LinearLayout;
import com.facebook.react.uimanager.ThemedReactContext;
import com.stripe.android.view.CardMultilineWidget;
public class ReactNativeStripeCardInputViewWrapper extends LinearLayout {
private... |
/*
* Copyright 2019 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 ... |
/*******************************************************************************
* Copyright (c) 2005, 2014 springside.github.io
*
* Licensed under the Apache License, Version 2.0 (the "License");
*******************************************************************************/
package org.springside.examples.showca... |
package panda.web.beans;
import org.modelmapper.ModelMapper;
import panda.domain.models.binding.PackageCreateBindingModel;
import panda.domain.models.service.PackageServiceModel;
import panda.service.PackageService;
import panda.service.UserService;
import javax.enterprise.context.RequestScoped;
import javax.faces.co... |
package gov.nih.nci.evs.wusage;
//This is the main class for the Wusage_Processor app. It handles
//the configuration and control.
import gov.nih.nci.evs.wusage.excel.DebugOutput;
import gov.nih.nci.evs.wusage.excel.ExcelHandler;
import gov.nih.nci.evs.wusage.object.BandwidthComparator;
import gov.nih.nci.evs.wusage.... |
package com.baurine.simplepullrefreshlayout;
import android.content.Context;
import android.content.res.TypedArray;
import android.support.v4.view.ViewCompat;
import android.util.AttributeSet;
import android.view.Gravity;
import android.view.MotionEvent;
import android.view.View;
import android.view.ViewConfiguration;... |
package cs.tcd.ie;
import java.net.DatagramPacket;
import java.nio.ByteBuffer;
/* MIT License
*
* Copyright (c) 2017 Brandon Dooley - dooleyb1@tcd.ie
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
*... |
package org.toolup.archi.business.archimate.movitation;
public class MotivationDriver extends AbstractElementMotivation{
public static final String XSITYPE = "archimate:Driver";
public MotivationDriver() {
super();
}
public String getXSIType() {
return XSITYPE;
}
} |
/*
* Part of the Realistic Ore Veins Mod by AlcatrazEscapee
* Work under Copyright. See the project LICENSE.md for details.
*/
package com.alcatrazescapee.oreveins.world.vein;
import java.util.Random;
import javax.annotation.Nonnull;
import javax.annotation.ParametersAreNonnullByDefault;
import com.google.gson.Js... |
/**
* Copyright 2021 Shulie Technology, Co.Ltd
* Email: shulie@shulie.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 requi... |
/*
* Copyright (c) 2021 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law ... |
/*
* Copyright 2011 Henry Coles
*
* 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 edu.berkeley.cs.succinct.examples;
import edu.berkeley.cs.succinct.StorageMode;
import edu.berkeley.cs.succinct.SuccinctCore;
import edu.berkeley.cs.succinct.buffers.SuccinctFileBuffer;
import edu.berkeley.cs.succinct.buffers.SuccinctIndexedFileBuffer;
import java.io.DataInputStream;
import java.io.File;
impo... |
/*
* Copyright © 2017 Cask Data, 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 t... |
import java.util.*;
class FormatDemo {
public static void main(String args[]) {
Formatter fmt = new Formatter();
fmt.format("Formatting %s is easy %d %f", "with Java", 10, 98.6);
System.out.println(fmt);
fmt.close();
}
} |
package com.lorne.weixin.pay.model;
import com.lorne.weixin.pay.util.RandomStringGenerator;
import com.lorne.weixin.pay.util.Signature;
/**
* Created by houcunlu on 2017/10/19.
*
* 提交刷卡支付
*/
public class MicroPayReqData extends MapXml {
private String appid = "";
private String mch_id = "";
/*... |
package com.example.basedemo.annotation;
import android.content.Context;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.widget.ListView;
import com.example.basedemo.CategoryAdapter;
import com.example.basedemo.CategoryBean;
import com.example.b... |
/*
* Copyright 2018 NAVER 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 ... |
package com.wgs.codedesign.访问者模式.v2_访问者模式.file;
import com.wgs.codedesign.访问者模式.v2_访问者模式.plugin.Compressor;
import com.wgs.codedesign.访问者模式.v2_访问者模式.plugin.Extractor;
import com.wgs.codedesign.访问者模式.v2_访问者模式.plugin.Visitor;
/**
* @author: wanggenshen
* @date: 2020/4/23 20:21.
* @description: XXX
*/
public class ... |
package ota.client12 ;
import com4j.*;
/**
* <p>
* Selector for tree root nodes.
* </p>
*/
public enum TDAPI_ROOTLIST {
/**
* <p>
* All tree roots. A root is a record where AL_FATHER_ID = 0.
* </p>
* <p>
* The value of this constant is 0
* </p>
*/
TDOLE_ALL, // 0
/**
* <p>
* Only... |
package aygalinc.fr.showremote;
import android.support.v7.widget.RecyclerView;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import java.util.Iterator;
import java.util.Set;
/**
* Created by colin on 20/01/2018.
*/
public class RecylerAdapter extends RecyclerView.Ad... |
/*
* 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 app.dassana.core.workflowmanager.workflow.model;
import app.dassana.core.runmanager.launch.model.Message;
public class Error {
private String workflowId;
private String workflowType;
private Component component;
private String componentId;
private Message message;
public Error(String workflow... |
/*************************GO-LICENSE-START*********************************
* Copyright 2014 ThoughtWorks, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache... |
/*
* This file is part of FTB Launcher.
*
* Copyright © 2012-2018, FTB Launcher Contributors <https://github.com/Slowpoke101/FTBLaunch/>
* FTB Launcher is 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 t... |
package ru.ajana.work.pattern.behavior;
/**
* Поведенческие шаблоны.
*
* @author Andrey Kharintsev on 09.03.2019
*/ |
package com.koolearn.android.kooreader.covers;
import android.app.Activity;
import android.graphics.Bitmap;
import android.widget.ImageView;
import com.koolearn.android.util.LogInfo;
import com.koolearn.klibrary.core.image.ZLImage;
import com.koolearn.klibrary.core.image.ZLImageProxy;
import com.koolearn.klibrary.ui.... |
package org.jivesoftware.openfire.admin;
import javax.servlet.*;
import javax.servlet.http.*;
import javax.servlet.jsp.*;
import org.jivesoftware.util.*;
import org.jivesoftware.openfire.muc.MUCRoom;
import java.net.URLEncoder;
import org.xmpp.packet.JID;
public final class muc_002droom_002ddelete_jsp extends org.apa... |
/**
* Copyright 2017 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 in ... |
package ru.otus.l62.cache;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
/**
* @author sergey
* created on 14.08.18.
*/
public class Cache {
private final Map<String, Data> dataStore = new HashMap<>();
public static void main(String[] args) {
C... |
/*
** 2014 July 30
**
** The author disclaims copyright to this source code. In place of
** a legal notice, here is a blessing:
** May you do good and not evil.
** May you find forgiveness for yourself and forgive others.
** May you share freely, never taking more than you give.
*/
package info.ata4.m... |
/*
* 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 ... |
/*
* 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 (c) 2020.
* Created by YoloSanta
* Created On 10/22/20, 1:23 AM
*/
package net.hcriots.hcfactions.events.koth.commands.koth;
import cc.fyre.stark.engine.command.Command;
import cc.fyre.stark.engine.command.data.parameter.Param;
import net.hcriots.hcfactions.events.Event;
import net.hcriots.hcfactio... |
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distribut... |
/*
* Copyright Terracotta, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to ... |
package visualization_msgs.msg.dds;
import us.ihmc.communication.packets.Packet;
import us.ihmc.euclid.interfaces.Settable;
import us.ihmc.euclid.interfaces.EpsilonComparable;
import java.util.function.Supplier;
import us.ihmc.pubsub.TopicDataType;
/**
* Note: No guarantees on the order of processing.
*... |
package com.ef.scanner;
/**
* Stores raw log entries.
* Note: all fields are stored as string to reduce the amount of time that access.log file is opened.
*/
public class LogRow {
private String date;
private String ipAddress;
private String request;
private String status;
private String userAg... |
package me.mattyhd0.ChatColor.Utility;
import me.clip.placeholderapi.PlaceholderAPI;
import me.mattyhd0.ChatColor.ChatColor;
import me.mattyhd0.ChatColor.Configuration.Config;
import me.mattyhd0.ChatColor.PatternAPI.Pattern;
import org.bukkit.configuration.file.FileConfiguration;
import org.bukkit.craftbukkit.libs.jli... |
// Copyright 2000-2018 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 com.intellij.ui;
import com.intellij.ide.StartupProgress;
import com.intellij.openapi.application.ApplicationInfo;
import com.intellij.openapi.application.ex.ApplicationI... |
/*
* 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 ... |
/*
* 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... |
/*
* Copyright 2014-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* 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 may ... |
/*
* 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... |
/*
* © Copyright 2018 Aleksey Popryadukhin
*
* Permission is hereby granted, free of charge, to any person obtaining a copy of this software and
* associated documentation files (the "Software"), to deal in the Software without restriction, including
* without limitation the rights to use, copy, modify, merge, pub... |
package io.swagger.client.model;
import java.util.Objects;
@javax.annotation.Generated(value = "class io.swagger.codegen.languages.JavaClientCodegen", date = "2016-03-03T14:43:19.261-05:00")
public class VirtualMediaVirtualMedia {
@Override
public boolean equals(java.lang.Object o) {
if (this ==... |
/*
* Copyright 2019 WeBank
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writin... |
/*
* Copyright 2015 Red Hat, Inc. and/or its affiliates.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, soft... |
package com.tencent.qcloud.tlslibrary.activity;
import android.app.Activity;
import android.os.Bundle;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
import com.tencent.qcloud.tlslibrary.helper.MResource;
import com.tencent.qcloud.tlslibrary.service.TLSService;
public class ... |
/*
* Licensed to the Apache Software Foundation (ASF) under one
* or more contributor license agreements. See the NOTICE file
* distributed with this work for additional information
* regarding copyright ownership. The ASF licenses this file
* to you under the Apache License, Version 2.0 (the
* "License"); you ... |
/*
* Copyright (c) 2020 Otávio Santana and others
* 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 distribution.
* The Eclipse Public License is available at http://www.eclipse... |
/*
* Copyright 2012-2017 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 org.apache.maven.plugin.war.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 ownership. The ASF licenses this file
* to you under the Apache Li... |
package project;
import java.util.Comparator;
// Used to sort the sublists of tuple objects, based on a given attribute, during SMJ.
public class TupleComparator implements Comparator<Tuple> {
int sortAttribute;
TupleComparator(int sortAttribute) {
super();
this.sortAttribute = sortAttribute;
}
@Over... |
/*
* Copyright (C) 2018 Samuel Audet
*
* Licensed either under the Apache License, Version 2.0, or (at your option)
* under the terms of the GNU General Public License as published by
* the Free Software Foundation (subject to the "Classpath" exception),
* either version 2, or any later version (collectively, the... |
/*
* Copyright (C) 2020 CMCC, Inc. and others. 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 requ... |
package de.tblsoft.solr.pipeline.filter;
import de.tblsoft.solr.pipeline.bean.Document;
import de.tblsoft.solr.pipeline.bean.DocumentBuilder;
import de.tblsoft.solr.pipeline.test.AbstractFilterTest;
import org.junit.Test;
/**
* Created by tblsoft on 26.04.16.
*/
public class SolrFieldCounterTest extends AbstractFil... |
package sg.com.conversant.swiftplayer.mvp.presenter;
import android.support.annotation.NonNull;
import java.util.List;
import sg.com.conversant.swiftplayer.mvp.contact.StreamDetailContact;
import sg.com.conversant.swiftplayer.mvp.data.StreamDetail;
import sg.com.conversant.swiftplayer.mvp.data.StreamItem;
import sg.... |
package com.central.search.service;
import java.util.Map;
/**
* @author zlt
* @date 2019/4/24
*/
public interface IAggregationService {
/**
* 访问统计聚合查询
* @param indexName 索引名
* @param routing es的路由
* @return
*/
Map<String, Object> requestStatAgg(String indexName, String routing);
} |
package pw.cdmi.open.repositories;
import org.springframework.data.repository.NoRepositoryBean;
import org.springframework.data.repository.PagingAndSortingRepository;
import org.springframework.data.repository.query.QueryByExampleExecutor;
import pw.cdmi.open.model.entities.Area;
@NoRepositoryBean
public interface A... |
/*
* gwt-wrap three.js
*
* Copyright (c) 2013 akimisaki3@gmail.com
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, mo... |
/*
* 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 ... |
// Copyright (c) 2003-present, Jodd Team (http://jodd.org)
// All rights reserved.
//
// Redistribution and use in source and binary forms, with or without
// modification, are permitted provided that the following conditions are met:
//
// 1. Redistributions of source code must retain the above copyright notice,
// th... |
package live.lingting.sdk.exception;
/**
* @author lingting 2021/6/7 20:10
*/
public class MixException extends Exception {
public MixException() {
}
public MixException(String message) {
super(message);
}
public MixException(String message, Throwable cause) {
super(message, cause);
}
public MixExcept... |
/*
* 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 by applic... |
package com.danli.annotation;
/**
* 源注解:加在注解上的注解
* @author luzhiwei
* @date 2021/12/12
*/
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
@Target(ElementType.METHOD)
@Retention(RetentionPolicy.RUNTIME... |
/**
* Copyright ${license.git.copyrightYears} 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/LICEN... |
/*
* Copyright (C) 2018 Seoul National University
*
* 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 applic... |
package com.lavasoft;
import java.net.MalformedURLException;
import java.net.URL;
import javax.xml.namespace.QName;
import javax.xml.ws.WebEndpoint;
import javax.xml.ws.WebServiceClient;
import javax.xml.ws.WebServiceFeature;
import javax.xml.ws.Service;
/**
* <b>A web service which performs GetIpAddress Lookups.</b... |
package com.docusign.esign.api;
import com.sun.jersey.api.client.GenericType;
import com.docusign.esign.client.ApiException;
import com.docusign.esign.client.ApiClient;
import com.docusign.esign.client.Configuration;
import com.docusign.esign.client.Pair;
import com.docusign.esign.model.ErrorDetails;
import com.docu... |
/**
* 映射到0-20000
* dp[i]表示以i结尾的最大长度
*/
class Solution {
private static final int BASE = 10000;
public int longestSubsequence(int[] arr, int difference) {
if (arr.length == 1) {
return 1;
}
int[] dp = new int[2 * BASE + 1];
int ans = 0;
for (int i = 0; i <... |
/*
* wxt4runApp.java
*/
package wxt4run;
import java.awt.SplashScreen;
import org.jdesktop.application.Application;
import org.jdesktop.application.SingleFrameApplication;
/**
* The main class of the application.
*/
public class wxt4runApp extends SingleFrameApplication {
/**
* At startup create and sh... |
package net.kemitix.naolo.core.ui;
import java.util.List;
public interface Feature {
String getName();
String getDescription();
String getSlug();
int getWeight();
List<NavigationItem> getNavigationItems();
} |
package com.example.mindhlju.utils;
public class Music {
} |
/*
* ============================================================================
* GNU Lesser General Public License
* ============================================================================
*
* BYDAN - Free Java BYDAN library.
* Copyright (C) 2008
*
* This library is free software; you can redistribute it and/... |
package com.yurset.wiipm.logi;
import java.util.List;
import java.io.InputStream;
import javax.xml.parsers.SAXParser;
import javax.xml.parsers.SAXParserFactory;
import com.yurset.wiipm.base.XMove;
public class XMoveReader {
public static List<XMove> readXML(InputStream inStream) {
try {
// 创建解析器
SAXParserFa... |
/**
* Copyright (c) 2011-2020, JFXtras
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions are met:
* Redistributions of source code must retain the above copyright
* notice, this list of condi... |
/**
* Copyright 2013 Canada Health Infoway, Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicab... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.