text stringlengths 7 995k |
|---|
package ro.alegeri.data;
import lombok.AllArgsConstructor;
import lombok.Getter;
import java.util.Arrays;
@AllArgsConstructor
public enum Functie {
PRESEDINTE_CONSILIU_JUDETEAN ("PRESEDINTE CONSILIU JUDEŢEAN", "PREȘEDINTE AL CONSILIULUI JUDEȚEAN", "Presedinte Consiliu Judetean"),
CONSILIER_JUDETEAN ... |
/*
* 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 io.github.zeroone3010.yahueapi.domain;
import com.fasterxml.jackson.annotation.JsonValue;
public enum StartupMode {
BRIGHT_LIGHT("safety"),
KEEP_STATE("powerfail"),
LAST_ON_STATE("lastonstate"),
CUSTOM("custom"),
UNKNOWN("unknown");
private final String apiValue;
StartupMode(final String apiVa... |
package test.SingletonImpl;
import Handlers.InjectionHandler;
import Injection.InjectionFramework;
import Annotations.InjectAnnotation;
import Exceptions.ImplementationClassNotFoundException;
import Exceptions.MultiplePreferredImplementationException;
import test.SingletonModel.IService;
import test.SingletonModel.MyS... |
/**
* Modified MIT License
*
* Copyright 2017 OneSignal
*
* 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, ... |
/*******************************************************************************
* (C) Copyright 2016 Hewlett Packard Enterprise Development LP
*
* 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 Licen... |
package com.xeno.goo.library;
import net.minecraft.block.Block;
import net.minecraft.util.Direction;
import net.minecraft.util.math.shapes.IBooleanFunction;
import net.minecraft.util.math.shapes.VoxelShape;
import net.minecraft.util.math.shapes.VoxelShapes;
import net.minecraft.util.math.vector.Vector3d;
import net.mi... |
package com.compdevbooks.model.product;
import java.util.Date;
public class LotStock {
private Product product;
private Date manufacturingDate;
private Date expirationDate;
private int amount;
} |
/*-
* ============LICENSE_START=======================================================
* SDC
* ================================================================================
* Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
* ===================================================================... |
/*
* Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
* or more contributor license agreements. Licensed under the Elastic License;
* you may not use this file except in compliance with the Elastic License.
*/
package org.elasticsearch.xpack.eql.execution.sequence;
import org.elasticse... |
package com.okapiorbits.platform.science.jobs.json;
import java.util.Date;
import java.util.HashMap;
import java.util.Map;
import com.fasterxml.jackson.annotation.JsonCreator;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotat... |
package simpledb;
import junit.framework.JUnit4TestAdapter;
import org.junit.Test;
import simpledb.model.*;
import simpledb.model.field.IntField;
import simpledb.model.pageid.HeapPageId;
import simpledb.systemtest.SimpleDbTestBase;
import simpledb.util.Utility;
import static org.junit.Assert.assertEquals;
public cla... |
/*
* Copyright (C) 2013 Schlichtherle IT Services & Stimulus Software.
* All rights reserved. Use is subject to license terms.
*/
package net.java.trueupdate.core.zip.patch;
import java.io.*;
import java.security.*;
import java.util.jar.JarEntry;
import java.util.zip.*;
import javax.annotation.*;
import javax.annot... |
package moonstone.selene.engine;
import java.io.ByteArrayInputStream;
import java.nio.charset.StandardCharsets;
import java.security.KeyFactory;
import java.security.KeyStore;
import java.security.PrivateKey;
import java.security.cert.Certificate;
import java.security.cert.CertificateFactory;
import java.security.cert... |
/*
* 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")... |
/*
* 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 2002-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
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... |
/*
* Copyright (C) Keanu Poeschko - All Rights Reserved
* Unauthorized copying of this file is strictly prohibited
*
* Created by Keanu Poeschko <nur1popcorn@gmail.com>, April 2017
* This file is part of {Irrlicht}.
*
* Do not copy or distribute files of {Irrlicht} without permission of {Keanu Poeschko}
*
* Pe... |
/*
* Autopsy Forensic Browser
*
* Copyright 2019 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... |
package com.axway.apim;
public class APIMException extends Exception {
/**
*
*/
private static final long serialVersionUID = 1L;
public APIMException() {
// TODO Auto-generated constructor stub
}
public APIMException(String arg0) {
super(arg0);
// TODO Auto-generated constructor stub
}
public APIME... |
/*
* (C) Copyright IBM Corp. 2019, 2021.
*
* 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... |
/*
* Copyright 2016 Basis.js framework
* http://basisjs.com
*/
package com.basisjs.ui.windows;
import com.basisjs.services.Storage;
import com.intellij.openapi.components.ServiceManager;
import com.intellij.openapi.options.Configurable;
import com.intellij.openapi.options.ConfigurationException;
import org.jetbrai... |
package com.wesine.device_sdk.usbcameracommon;
import android.app.Activity;
import android.view.Surface;
import com.wesine.device_sdk.glutils.RendererHolder;
import com.serenegiant.usb.UVCCamera;
import com.wesine.device_sdk.widget.CameraViewInterface;
/**
* Created by wesine on 2018/9/12.
*/
public class UVCCame... |
package cn.aylives.ruoyi.framework.util;
import java.io.PrintWriter;
import java.io.StringWriter;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import org.apache.shiro.SecurityUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import cn.aylives.ruoyi.common.json.JSON;
import cn.ayliv... |
package com.sistemasoperativos.denny.rssreader.utils;
/**
* Created by denny on 04/07/15.
*/
public interface Constants {
public static final String ENTRY = "entry";
public static final String WEBVIEW = "webview";
public static final String EL_UNIVERSO = "El Universo";
public static final String NOTICIAS ... |
package org.bellinghamcap.cap_frs;
import android.app.AlertDialog;
import android.app.FragmentTransaction;
import android.content.ActivityNotFoundException;
import android.content.ComponentName;
import android.content.Intent;
import android.content.pm.ResolveInfo;
import android.graphics.Bitmap;
import android.graphic... |
package com.lym.springboot.web.core.mapper;
import com.lym.springboot.web.core.domain.WebRoleMenuRe;
import com.lym.springboot.web.core.domain.WebRoleMenuReExample;
import java.util.List;
import org.apache.ibatis.annotations.Param;
public interface WebRoleMenuReMapper {
/**
* This method was generated by MyB... |
package com.example.Ing_Rodney.flickster.adapters;
import android.content.Context;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.widget.ArrayAdapter;
import android.widget.ImageView;
import android.widget.TextView;
import com.example.Ing_Rodney.flickster.R... |
//
// Diese Datei wurde mit der JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 generiert
// Siehe <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// �nderungen an dieser Datei gehen bei einer Neukompilierung des Quellschemas verloren.
// Generiert: 2014.02.04 um ... |
package gr.iti.mklab.sm.retrievers.impl;
import gr.iti.mklab.simmo.core.items.Image;
import gr.iti.mklab.simmo.core.util.Location;
import gr.iti.mklab.simmo.impl.Sources;
import gr.iti.mklab.sm.Credentials;
import gr.iti.mklab.sm.feeds.GeoFeed;
import gr.iti.mklab.sm.retrievers.GeoRetriever;
import gr.iti.mklab.sm.ret... |
package org.jeecg.modules.kprk.userChange.service.impl;
import cn.hutool.core.collection.CollUtil;
import cn.hutool.core.date.DateUtil;
import cn.hutool.core.util.StrUtil;
import com.baomidou.mybatisplus.core.conditions.query.LambdaQueryWrapper;
import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl;
impor... |
package com.adshow.core.common.utils;
import lombok.extern.slf4j.Slf4j;
/**
* 原作者 zzxadi https://github.com/zzxadi/Snowflake-IdWorker
*
*/
@Slf4j
public class SnowFlakeUtil {
private final long id;
/**
* 时间起始标记点,作为基准,一般取系统的最近时间
*/
private final long epoch = 1524291141010L;
/**
* 机器标... |
package org.tinyradius.attribute;
import org.tinyradius.util.RadiusException;
import java.util.StringTokenizer;
/**
* This class represents a Radius attribute for an IP number.
*/
public class IpAttribute extends RadiusAttribute {
/**
* Constructs an empty IP attribute.
*/
public IpAttribute() {
super();
... |
// 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.yaml;
import com.intellij.openapi.editor.DefaultLanguageHighlighterColors;
import com.intellij.openapi.editor.HighlighterColors;
import com.intellij.openapi... |
/**
* Copyright 2019 the original author or authors.
* <p>
* Licensed to the IBESTCODE under one or more agreements.
* The IBESTCODE licenses this file to you under the MIT license.
* See the LICENSE file in the project root for more information.
*/
package cn.ibestcode.easiness.auth.exception;
import cn.ibestc... |
/****************************************************************
* 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... |
/*******************************************************************************
*
* Pentaho Mondrian Test Compatibility Kit
*
* Copyright (C) 2013-2014 by Pentaho : http://www.pentaho.com
*
*******************************************************************************
*
* Licensed under the Apache License, Ve... |
// Copyright 2017 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 agreed to in w... |
/**
* Copyright (c) 2000-2021 Liferay, 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... |
/*
* Copyright (C) 2017 The Android Open Source Project
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by app... |
/*
* Copyright (C) 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... |
/*
* Copyright 2014 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 applic... |
/*
* 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 interfaces;
/**
*
* @author Administrador
*/
public class PrincipalMenu extends javax.swing.JFrame {
private Strin... |
package com.lz.rx_rxbinding;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.support.v7.widget.AppCompatEditText;
import android.text.TextUtils;
import android.widget.ArrayAdapter;
import android.widget.ListView;
import com.jakewharton.rxbinding.widget.RxTextView;
import jav... |
package fr.mb.volontario.dao.contract;
import fr.mb.volontario.model.bean.Mission;
import fr.mb.volontario.model.recherche.RechercheMission;
import org.springframework.data.repository.PagingAndSortingRepository;
import java.util.List;
public interface MissionCustomDao {
List<Mission> rechercheMission(Recherche... |
package org.tech.world.controller;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMapping;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestCo... |
package br.com.transmetais.bean;
import java.math.BigDecimal;
import java.util.Date;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.EnumType;
import javax.persistence.Enumerated;
import javax.persistence.FetchType;
import javax.persistence.GeneratedValue;
import javax.persi... |
/*
* 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 com.hazelcast.config.helpers;
import com.hazelcast.core.MapStore;
import java.util.Collection;
import java.util.Map;
import java.util.Set;
public class DummyMapStore implements MapStore<Object, Object> {
public DummyMapStore() {
}
@Override
public void store(Object key, Object value) {
... |
package com.ytwman.greens.commons.entity;
import java.util.ArrayList;
import java.util.Date;
import java.util.List;
public class GoodsInfoEntityExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public GoodsInfoEntityExample() {
ored... |
package org.apereo.cas.adaptors.gauth.web.flow;
import org.apereo.cas.web.flow.resolver.CasWebflowEventResolver;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.cloud.context.config.annotation.RefreshScope;
import ... |
/*
* Copyright 2017-2021 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... |
/*
*
* 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"); y... |
/*
* Copyright 2014 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 applica... |
package com.yammer.metrics.core;
/**
* A template class for an encapsulated service health check.
*/
public abstract class HealthCheck {
public static class Result {
private static final Result HEALTHY = new Result(true, null, null);
private final boolean healthy;
private final String mes... |
/*
* 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 under t... |
/*
* Copyright 2017 Apereo
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in wr... |
package com.cd.survey.contract.web;
import java.util.ArrayList;
import java.util.List;
import com.cd.survey.contract.domain.Contract;
import com.cd.survey.security.domain.CurrentUser;
import com.cd.survey.security.domain.UserDetails;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springfram... |
/*
* Copyright 2002-2020 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* https://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by a... |
package com.xwc1125.chain5j.rlp;
import java.util.Arrays;
import java.util.List;
import static com.xwc1125.chain5j.rlp.RlpDecoder.OFFSET_SHORT_LIST;
import static com.xwc1125.chain5j.rlp.RlpDecoder.OFFSET_SHORT_STRING;
/**
* <p>Recursive Length Prefix (RLP) encoder.</p>
*
* <p>For the specification, refer to p16 ... |
package com.example.knight.libraryutils.bean;
import android.os.Message;
import java.io.Serializable;
/**
* Base Message used for Handler.
* Created by knight on 2017/3/20.
*/
public class OkMessage implements Serializable{
public int what;
public Message build(){
Message msg = Message.obtain()... |
package com.xiaochen.gulimall.order.entity;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
import java.math.BigDecimal;
import java.io.Serializable;
import java.util.Date;
import lombok.Data;
/**
* ?˿???Ϣ
*
* @author chenxiao
* @email 591343671@qq.com
... |
/**
* Copyright 2010-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
*
* Unle... |
/**
* Copyright 2007-2014 Ensift Pty Ltd as trustee for the Avaz Trust and other 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/LICENS... |
import java.util.*;
public class Permutations {
public static Set<String> permute(String str) {
return permuteHelper(str, str.length());
}
public static Set<String> permuteHelper(String str, int i) {
Set<String> ret = new HashSet<String>();
if (i == 0) {
ret.add("");
} else {
Set<Str... |
package edu.ucdenver.ccp.datasource.fileparsers.ncbi.gene;
/*
* #%L
* Colorado Computational Pharmacology's common module
* %%
* Copyright (C) 2012 - 2015 Regents of the University of Colorado
* %%
* Redistribution and use in source and binary forms, with or without modification,
* are permitted provided that t... |
package rusky.husky;
public enum WindowState {
Minimized,
Maximized,
Normal,
Borderless;
} |
package powercraft.machines;
import java.util.List;
import net.minecraft.block.Block;
import net.minecraft.block.material.Material;
import net.minecraft.creativetab.CreativeTabs;
import net.minecraft.entity.player.EntityPlayer;
import net.minecraft.init.Blocks;
import net.minecraft.item.ItemStack;
import net.minecraf... |
package com.iwaodev.unit.domain.event;
import com.iwaodev.application.event.EventHandler;
import com.iwaodev.application.event.notification.CreateOrderEventNotificationForMemberEventHandler;
import com.iwaodev.domain.order.event.*;
import com.iwaodev.domain.review.event.NewReviewWasSubmittedEvent;
import com.iwaodev.d... |
package geco.vo;
import java.util.Set;
public class NeededObject {
public Set<Head> heads;
public Document sourceDocument;
public String date;
} |
/*
* Copyright 2012 The Error Prone 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 ... |
package org.raku.nqp.sixmodel.reprs;
import java.util.List;
import java.util.ArrayList;
import com.sun.jna.Structure;
import org.objectweb.asm.ClassWriter;
import org.objectweb.asm.FieldVisitor;
import org.objectweb.asm.MethodVisitor;
import org.objectweb.asm.Opcodes;
import org.objectweb.asm.Type;
import org.raku.... |
/**
* 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) 2008, Nathan Sweet
* 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 t... |
package com.english.dictionary.servlets;
import com.english.dictionary.interfaces.ProcessingWordEngFromBdService;
import com.english.dictionary.models.Counter;
import com.english.dictionary.models.WordEng;
import com.english.dictionary.models.WordRus;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org... |
/*
* 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 br.project.dao;
/**
* SIGMAH - Sistema de Geração Manual e Automática de Horários
*
* @author Wonder Alexandre Luz Alves<br>
* @date: 16/10/2006
* <b>Descricao:</b><br>
* Excecao da camada DAO
*/
public class DAOException extends Exception {
private static final long serialVersionUID = 1L;
... |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: POGOProtos.Rpc.proto
package POGOProtos.Rpc;
/**
* Protobuf type {@code POGOProtos.Rpc.LobbyVisibilityDataProto}
*/
public final class LobbyVisibilityDataProto extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_inserti... |
package cloud.martinodutto.tpt.controllers.entities;
import cloud.martinodutto.tpt.validation.Base64Length;
import javax.validation.constraints.NotEmpty;
public class UserForm {
@NotEmpty
@Base64Length(max = 64)
private String _username;
@NotEmpty
@Base64Length(min = 8, max = 255)
private S... |
/**
* An OSC (Open Sound Control) library for processing.
*
* ##copyright##
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your opti... |
package ru.mrden3000yt.bprotection.util;
import java.io.File;
import java.util.Properties;
import javax.mail.Authenticator;
import javax.mail.Message;
import javax.mail.MessagingException;
import javax.mail.PasswordAuthentication;
import javax.mail.Session;
import javax.mail.Transport;
import javax.mail.internet.Addre... |
package com.tomise.meigang.launchmode;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import android.widget.TextView;
public class MainActivity extends AppCompatActivity {
@Override
protected void onCreate(Bundle savedInstan... |
/*
* 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 mygame.weapon;
import java.util.Objects;
import java.util.logging.Logger;
import com.capdevon.engine.FVector;
import com.jme3... |
package com.slack.api.methods;
import com.slack.api.RequestConfigurator;
import com.slack.api.methods.request.admin.analytics.AdminAnalyticsGetFileRequest;
import com.slack.api.methods.request.admin.apps.*;
import com.slack.api.methods.request.admin.auth.policy.AdminAuthPolicyAssignEntitiesRequest;
import com.slack.ap... |
package com.jstarcraft.nlp.tokenization.word;
import java.util.Iterator;
import org.apdplat.word.segmentation.PartOfSpeech;
import org.apdplat.word.segmentation.Word;
import com.jstarcraft.nlp.analysis.lexical.tag.NlpTag;
import com.jstarcraft.nlp.analysis.lexical.tag.PekingUniversityTagger;
import com.jstarcraft.nl... |
package org.alphavantage.api.dto;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
@Data
@Builder
@NoArgsConstructor
@AllArgsConstructor
public class CompanyDTO implements DataObject {
@JsonProperty... |
package com.example.hammad13060.androidclient.activities;
import android.content.Intent;
import android.support.v7.app.AppCompatActivity;
import android.os.Bundle;
import android.view.View;
import com.example.hammad13060.androidclient.R;
public class MainActivity extends AppCompatActivity {
@Override
protec... |
/*
* This code licensed to public domain
*/
package obix;
/**
* Op is used to represent operation objects.
*
* @author Brian Frank
* @creation 27 Apr 05
* @version $Revision$ $Date$
*/
public class Op
extends Obj
{
////////////////////////////////////////////////////////////////
// Constructor
///////... |
/**
* Пакет содержит классы сервиса временных рядов.
* @author Timur Kapkaev (timur.kap@yandex.ru)
* @version $Id$
* @since 23.03.2018
* */
package ru.tkapkaev; |
package edu.unh.cs.lucene;
import edu.unh.cs.TrecCarPageRepr;
import edu.unh.cs.TrecCarParagraph;
import edu.unh.cs.TrecCarRepr;
import edu.unh.cs.treccar_v2.Data;
import edu.unh.cs.treccar_v2.read_data.DeserializeData;
import org.apache.lucene.analysis.Analyzer;
import org.apache.lucene.analysis.DelegatingAnalyzerWra... |
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/monitoring/v3/notification_service.proto
package com.google.monitoring.v3;
/**
* <pre>
* The `GetNotificationChannelVerificationCode` request.
* </pre>
*
* Protobuf type {@code google.monitoring.v3.GetNotificationChannelVerificationCod... |
/*
* The MIT License (MIT)
*
* Copyright (c) 2014 abel533@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... |
/*
* Copyright 2000-2016 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.didichuxing.doraemonkit.ui.base;
import android.content.BroadcastReceiver;
import android.content.Context;
import android.content.Intent;
import android.content.IntentFilter;
import android.content.res.Resources;
import android.graphics.PixelFormat;
import android.os.Build;
import android.os.Bundle;
import... |
package main;
import java.text.ParseException;
import javax.swing.JFrame;
import controller.Controller;
import gui.FrameBuilder;
public class Main {
/**
* @param args
* @throws ParseException
*/
public static void main(String[] args) throws ParseException {
final Controller controller = new Controlle... |
package graphexamples;
import graphbase.Edge;
import graphbase.Graph;
import static graphbase.GraphAlgorithms.DepthFirstSearch;
import java.util.Queue;
/**
*
* @author DEI-ESINF
*/
public class AirportNet {
public AirportNet(){
throw new UnsupportedOperationException("Not supported yet.")... |
package com.wisdom.acm.leaf.service;
import com.github.pagehelper.PageInfo;
import com.wisdom.acm.leaf.form.*;
import com.wisdom.acm.leaf.po.SysUserPo;
import com.wisdom.acm.leaf.vo.SysUserVo;
import com.wisdom.base.common.service.CommService;
import com.wisdom.base.common.vo.SelectVo;
import com.wisdom.base.common.vo... |
// Copyright (c) 2021, JFXcore. All rights reserved.
// Use of this source code is governed by the BSD-3-Clause license that can be found in the LICENSE file.
package org.jfxcore.compiler.parse;
import org.jfxcore.compiler.diagnostic.SourceInfo;
import java.util.ArrayList;
import java.util.List;
import java.util.rege... |
package org.clyze.doop.soot;
import java.util.ArrayList;
import java.util.Arrays;
import java.util.Collection;
import java.util.Set;
import java.util.concurrent.atomic.AtomicInteger;
import org.clyze.doop.common.Phantoms;
import soot.*;
import soot.jimple.*;
import soot.shimple.PhiExpr;
import soot.shimple.Shimple;
/... |
package com.alibaba.common.lang;
import java.io.Serializable;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
/**
* 有关<code>Object</code>处理的工具类。
*
* <p>
* 这个类中的每个方法都可以“安全”地处理<code>null</code>,而不会抛出<code>NullPointerException</code>。
* </p>
*
* @author Michael Zhou
* @ver... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.