text stringlengths 7 1.01M |
|---|
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: POGOProtos.Rpc.proto
package POGOProtos.Rpc;
/**
* Protobuf type {@code POGOProtos.Rpc.OnboardingTelemetry}
*/
public final class OnboardingTelemetry extends
com.google.protobuf.GeneratedMessageV3 implements
// @@protoc_insertion_point(m... |
import java.util.*;
public class A{
public static void main(String args[]){
System.out.println("hello friends");
}} |
// 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.
/*
* @author Eugene Zhuravlev
*/
package com.intellij.debugger.jdi;
import com.intellij.Patches;
import com.intellij.debugger.engine.DebugProcess;
import com.intellij.debugger... |
/*
* Copyright 2016 Hippo Seven
*
* 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 ... |
/* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright ownership.
* The ASF licenses this file to You under the Apache License, Version 2.0
* (the "License"); you may not... |
package org.checkerframework.checker.guieffect;
import org.checkerframework.checker.guieffect.qual.AlwaysSafe;
import org.checkerframework.checker.guieffect.qual.PolyUI;
import org.checkerframework.checker.guieffect.qual.PolyUIEffect;
import org.checkerframework.checker.guieffect.qual.PolyUIType;
import org.checkerfra... |
package com.codepath.flixster.models;
import org.json.JSONArray;
import org.json.JSONException;
import org.json.JSONObject;
import java.util.ArrayList;
/**
* Created by abharath on 1/23/17.
*/
public class Movie {
private String posterPath;
private String backdropPath;
private String originalTitle;
... |
package janken.step4.logic;
import org.junit.Test;
import static org.assertj.core.api.Assertions.*;
public class HandNumberTest {
@Test
public void 対応する出し手に変換できる_グー() throws Exception {
assertThat(HandNumber.ROCK.toHand()).isEqualTo(Hand.ROCK);
}
@Test
public void 対応する出し手に... |
/*
* 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) 2016 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... |
package io.pivotal.davos;
import java.time.LocalDate;
import java.util.List;
import com.fasterxml.jackson.annotation.JsonInclude;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.annotation.JsonPropertyOrder;
import lombok.Builder;
import lombok.Getter;
import lombok.ToString;
@Bu... |
package com.example.julioparedes.mapa;
import android.Manifest;
import android.content.Context;
import android.content.Intent;
import android.content.pm.PackageManager;
import android.graphics.Color;
import android.location.Location;
import android.location.LocationListener;
import android.location.LocationManager;
im... |
package com.meiyou.bigwhale.entity;
import com.meiyou.bigwhale.common.Constant;
import lombok.AllArgsConstructor;
import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import javax.persistence.*;
import java.util.Date;
/**
* @author Suxy
* @date 2021/2/5
* @description file description
*/
@... |
/*
* Copyright 2016 tamas.csaba@gmail.com.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law o... |
//$Id: $
/*
* Hibernate, Relational Persistence for Idiomatic Java
*
* Copyright (c) 2007, Red Hat Middleware LLC or third-party contributors as
* indicated by the @author tags or express copyright attribution statements
* applied by the authors.
*
* All third-party contributions are distributed under license by... |
package com.bookstore.entity;
import java.io.Serializable;
import javax.persistence.Entity;
import javax.persistence.PrimaryKeyJoinColumn;
@Entity
@PrimaryKeyJoinColumn(name="paperback_book_id")
public class Paperback extends Book implements Serializable {
private static final long serialVersionUID = 1L;
pr... |
/**
* Copyright 2006-2019 the original author or authors.
* <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>
* Unless requir... |
/***
* ASM: a very small and fast Java bytecode manipulation framework
* Copyright (c) 2000-2011 INRIA, France Telecom
* 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. Redistribution... |
/*
* Licensed to The Apereo Foundation under one or more contributor license
* agreements. See the NOTICE file distributed with this work for
* additional information regarding copyright ownership.
*
* The Apereo Foundation licenses this file to you under the Apache License,
* Version 2.0 (the "License"); you may... |
package com.qulice.plugin.violations;
import java.util.ArrayList;
public class Violations {
public void test() {
System.setProperty("test", "test value");
}
/**
* Test method.
* @todo #123 First
* second
*/
public final void foreach() {
for (String txt : new Strin... |
/*
*
* Copyright (c) 2020 Green Button Alliance, 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
*
*... |
//,temp,AhcProducer.java,122,132,temp,TelegramServiceRestBotAPIAdapter.java,457,466
//,3
public class xxx {
@Override
public State onBodyPartReceived(HttpResponseBodyPart bodyPart)
throws Exception {
// write body parts to stream, which we will bind to the Camel Exchange in o... |
package com.icepoint.framework.workorder.work.entity;
import com.icepoint.framework.web.system.entity.FieldMetadata;
import lombok.*;
import lombok.experimental.SuperBuilder;
import javax.persistence.Entity;
/**
* @author Juyss
* @version 1.0
* @ClassName FieldMetadataWithObject
* @description
* @since 2021-07-... |
/*
* JBoss, Home of Professional Open Source
* Copyright 2006, Red Hat Middleware LLC, and individual contributors
* as indicated by the @author tags.
* See the copyright.txt in the distribution for a
* full listing of individual contributors.
* This copyrighted material is made available to anyone wishing to ... |
/*
* Copyright 2012 Google Inc.
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not
* use this file except in compliance with the License. You may obtain a copy of
* the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to i... |
package be.pxl.vraag1;
/*
Daan Vankerkom
1 TIN J
*/
public final class Landmijn extends WereldObject {
public final static int MINSCHADE = 10;
public final static int MAXSCHADE = 100;
private int schade;
private boolean actief;
public Landmijn(int schade) {
if (schade < MINSCHAD... |
package com.thebund1st.tiantong.wechatpay;
public final class WeChatPayTradeStates {
public static final String SUCCESS = "SUCCESS";
public static final String NOT_PAY = "NOT_PAY";
public static final String CLOSED = "CLOSED";
}
|
package com.example.coolweather;
import android.content.Intent;
import android.content.SharedPreferences;
import android.graphics.Color;
import android.os.Build;
import android.preference.PreferenceManager;
import android.support.v4.view.GravityCompat;
import android.support.v4.widget.DrawerLayout;
import android.supp... |
/*
* This file is part of ThermalRecycling, licensed under the MIT License (MIT).
*
* Copyright (c) OreCruncher
*
* 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, i... |
package top.chao.funding.bean;
import java.util.ArrayList;
import java.util.List;
public class TTagExample {
protected String orderByClause;
protected boolean distinct;
protected List<Criteria> oredCriteria;
public TTagExample() {
oredCriteria = new ArrayList<Criteria>();
}
public ... |
// ***************************************************************************************************************************
// * 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 regardi... |
package com.cloudhopper.smpp.pdu;
/*
* #%L
* ch-smpp
* %%
* Copyright (C) 2009 - 2015 Cloudhopper by Twitter
* %%
* 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... |
package com.woshidaniu.orm.mybatis.utils;
import java.sql.PreparedStatement;
import java.sql.SQLException;
import java.util.List;
import org.apache.ibatis.builder.xml.dynamic.ForEachSqlNode;
import org.apache.ibatis.executor.ErrorContext;
import org.apache.ibatis.executor.ExecutorException;
import org.apache.ibatis.m... |
package com.godmonth.status.test.sample.db2;
import org.springframework.beans.factory.annotation.Qualifier;
import org.springframework.boot.autoconfigure.EnableAutoConfiguration;
import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
import org.springframework.boot.autoconfigure.orm.jpa.Hibern... |
package com.xiaoanjujia.common.widget.pulltorefresh.util;
import android.util.Log;
/**
* An encapsulation of {@link Log}, enable log level and print log with parameters.
*
* @author http://www.liaohuqiu.net/
*/
public class PtrCLog {
public static final int LEVEL_VERBOSE = 0;
public static final int LEVE... |
package com.letv.android.client.live.adapter;
import android.content.Context;
import android.support.v7.widget.RecyclerView.Adapter;
import android.support.v7.widget.RecyclerView.ViewHolder;
import android.view.LayoutInflater;
import android.view.ViewGroup;
import com.letv.android.client.R;
import com.letv.android.cli... |
package org.carlspring.strongbox.storage.routing;
import javax.annotation.concurrent.Immutable;
import java.util.Collections;
import java.util.List;
import com.google.common.collect.ImmutableList;
import static java.util.stream.Collectors.toList;
/**
* @author Przemyslaw Fusik
*/
@Immutable
public class RoutingRul... |
/*
* 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... |
package orangelynx.ic2_extra_fuels;
import com.google.gson.Gson;
import ic2.api.recipe.Recipes;
import net.minecraftforge.fml.common.Mod;
import net.minecraftforge.fml.common.Mod.EventHandler;
import net.minecraftforge.fml.common.event.FMLPostInitializationEvent;
import net.minecraftforge.fml.common.event.FMLPreInitia... |
/*
* 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... |
package com.aliya.uimode.widget;
import android.content.Context;
import android.content.res.TypedArray;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
import android.text.TextUtils;
import android.util.AttributeSet;
import android.view.View.MeasureSpec;
import android.view.ViewGroup.LayoutPar... |
/*
* 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... |
/*
* CPAchecker is a tool for configurable software verification.
* This file is part of CPAchecker.
*
* Copyright (C) 2007-2015 Dirk Beyer
* 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... |
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.google.android.glass.sample.stopwatch;
public final class R {
public static final class attr {
}
public static fi... |
package com.sunyi.algorithm.heap;
/**
* <p>
* 最大堆
* </p>
*
* @author sunyi
* @date 20200615
*/
public class MaxHeap {
public static void main(String[] args) {
int[] arr = {4, 1, 3, 2, 16, 9, 10, 14, 8, 7};
MaxHeap maxHeap = new MaxHeap();
maxHeap.heapSort(arr);
for (int i = ... |
/**
* 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 net.community.chest.jms.framework;
import javax.jms.JMSException;
import javax.jms.MessageConsumer;
/**
* <P>Copyright 2010 as per GPLv2</P>
*
* @author Lyor G.
* @since Jun 8, 2010 1:48:11 PM
*/
public interface XMessageConsumer extends MessageConsumer {
void setMessageSelector (String msg... |
package com.zoke.ipfs.model;
/**
* Created by wulijie on 2018/6/6.
*/
public class SimpleResult {
public String name;
public String hash;
public String url;
public String size;
}
|
package perococco.jdgen.graph;
import com.google.common.collect.ImmutableCollection;
import com.google.common.collect.ImmutableList;
import com.google.common.collect.ImmutableSet;
import lombok.AccessLevel;
import lombok.NonNull;
import lombok.RequiredArgsConstructor;
import perococco.jdgen.core.Couple;
import perococ... |
package com.kasteca.util;
import androidx.test.espresso.IdlingResource;
import java.util.concurrent.atomic.AtomicInteger;
public final class SimpleCountingIdlingResource implements IdlingResource {
private final String mResourceName;
private final AtomicInteger counter = new AtomicInteger(0);
// wri... |
package main.java.scengen.methods;
import java.util.LinkedHashMap;
import java.util.Map;
import main.java.scengen.distribution.MultivariateDistribution;
public class MonteCarlo extends ReductionMethod {
MultivariateDistribution _mvDist;
public MonteCarlo (MultivariateDistribution mvDist) {
_mvDist = mvDist;
... |
package com.lqr.biliblili.mvp.model;
import android.app.Application;
import com.google.gson.Gson;
import com.jess.arms.di.scope.ActivityScope;
import com.jess.arms.integration.IRepositoryManager;
import com.jess.arms.mvp.BaseModel;
import com.lqr.biliblili.mvp.contract.MainContract;
import javax.inject.Inject;
@Ac... |
package toothpick.smoothie.provider;
import android.app.Application;
import android.content.ContentResolver;
import javax.inject.Provider;
public class ContentResolverProvider implements Provider<ContentResolver> {
Application application;
public ContentResolverProvider(Application application) {
this.applic... |
package net.minecraft.network;
import com.viaversion.viaversion.api.platform.ViaPlatform;
import net.WS;
import net.aLy;
import net.hZ;
import net.lc;
public final class NetworkManager$4 {
private ViaPlatform b;
private hZ a;
private aLy d;
private WS c;
public NetworkManager$4 a(ViaPlatform var1) {
... |
package com.daxslab.mail.mail;
import java.util.Date;
import java.util.List;
import java.util.Map;
import android.util.Log;
import com.daxslab.mail.Account;
import com.daxslab.mail.K9;
import com.daxslab.mail.Preferences;
import com.daxslab.mail.controller.MessageRetrievalListener;
public abstract class Folder {
... |
/*
* 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 mk.ukim.finki.gradespreview.security.jwt;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.util.StringUtils;
import org.springframework.web.filter.GenericFilterBean;
import javax.servlet.FilterChain;
imp... |
package scott.programming.training;
import java.util.ArrayList;
import java.util.List;
import org.apache.commons.lang3.StringUtils;
public class Application{
public int countWords(String words){
String[] separateWords = StringUtils.split(words, ' ');
return (separateWords == null) ? 0 : separ... |
package com.stephentuso.welcome.util;
import android.content.Context;
import androidx.annotation.AttrRes;
import androidx.annotation.ColorRes;
import android.util.TypedValue;
/**
* Created by stephentuso on 11/16/15.
*/
public class ColorHelper {
public static int getColor(Context context, @ColorRes int resId)... |
/*
* Copyright (c) 2017, 2018 Oracle and/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.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
... |
/*
* 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... |
package unibg.se4med;
import org.json.JSONObject;
import p3d4amb.sat.lib.shapes.ShapeSize;
import p3d4amb.sat.lib.shapes.ImageShape.ImageSet;
import se4med.json.BreakoutJson;
import se4med.json.StereoacuityTestJson;
public class DefaultAppSettings {
public static String stereoTestSettings = new JSONObject().put(St... |
begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1
begin_comment
comment|/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF license... |
/*
* Copyright 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.dscglbajaj.lunchboxpartner.models;
public class Distributor {
private String name;
private String hostelName;
private int status;
}
|
import org.junit.Test;
import javax.swing.*;
import java.io.File;
import static org.junit.Assert.*;
public class SearchAllForWordWorkerTest {
File fileName = new File("C:\\Users\\Mathe\\Documents\\SCHOOL\\Test Folder\\big.txt");
@Test
public void Tester() throws Exception {
JTextArea jA = ne... |
package io.muun.apollo.data.net.base;
import io.muun.apollo.data.logging.LoggingRequestTracker;
import io.muun.apollo.data.serialization.SerializationUtils;
import io.muun.apollo.domain.errors.AmountTooSmallError;
import io.muun.apollo.domain.errors.CountryNotSupportedError;
import io.muun.apollo.domain.errors.Depreca... |
package org.competition.leetcode.linkedlist;
public class DeleteNthNode {
public ListNode twoPointerApproach(ListNode head, int n) {
ListNode dummy = new ListNode(0, head);
ListNode first = dummy;
ListNode second = dummy;
for(int i=0;i<n+1;i++) {
first = first.next();//... |
/*
* Copyright (c) 2016 Nick Guo
*
* 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 ... |
/* Tencent is pleased to support the open source community by making Hippy available.
* Copyright (C) 2021 THL A29 Limited, a Tencent company. 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... |
/*
* Copyright 2014 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 applicabl... |
package ru.sstu.se20.DAL.DAO;
import ru.sstu.se20.DAL.Entities.ResultImagesEntity;
public interface IResultImagesDAO extends IOperations<ResultImagesEntity> {
}
|
/**
* 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 org.aprestos.labs.apis.springboot2.statemanager;
public class StateManagerException extends Exception {
private static final long serialVersionUID = 1L;
public StateManagerException() {
super();
}
public StateManagerException(String arg0) {
super(arg0);
}
public StateManagerException(Throwable ar... |
package com.github.monkeywie.proxyee.intercept.common;
import com.github.monkeywie.proxyee.intercept.HttpProxyIntercept;
import com.github.monkeywie.proxyee.intercept.HttpProxyInterceptPipeline;
import io.netty.channel.Channel;
import io.netty.handler.codec.http.*;
import io.netty.util.ReferenceCountUtil;
public abst... |
package com.epam.lab.controllers;
import com.epam.lab.constants.Constants;
import com.epam.lab.models.Comment;
import com.epam.lab.models.Dashboard;
import com.epam.lab.models.Task;
import com.epam.lab.models.User;
import com.epam.lab.services.CommentService;
import com.epam.lab.services.DashboardService;
imp... |
// ------------------------------------------------------------------------------
// Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information.
// ------------------------------------------------------------------------------
pa... |
// Copyright (c) 2009 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
package org.chromium.sdk.internal.protocolparser.dynamicimpl;
import org.chromium.sdk.internal.protocolparser.JsonProtocolModelParseException;
import... |
package app.coronawarn.datadonation.services.edus.otp;
import static app.coronawarn.datadonation.common.config.UrlConstants.OTP;
import static app.coronawarn.datadonation.common.config.UrlConstants.SURVEY;
import app.coronawarn.datadonation.common.persistence.domain.OneTimePassword;
import app.coronawarn.datadonation... |
/**
* 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... |
package cc.mrbird.febs.common.doc.gateway.handler;
import cc.mrbird.febs.common.doc.gateway.properties.FebsDocGatewayProperties;
import org.apache.commons.lang3.StringUtils;
import org.springframework.http.HttpStatus;
import org.springframework.http.ResponseEntity;
import org.springframework.web.bind.annotation.GetMap... |
package org.jboss.resteasy.test.core.basic.resource;
import javax.ws.rs.GET;
import javax.ws.rs.Path;
import javax.ws.rs.QueryParam;
import javax.ws.rs.core.Configuration;
import javax.ws.rs.core.Context;
@Path("/")
public class ApplicationPropertiesConfigResource {
@Context
private Configuration configuration... |
package synfron.reshaper.burp.ui.components.rules;
import lombok.SneakyThrows;
import synfron.reshaper.burp.core.events.IEventListener;
import synfron.reshaper.burp.core.events.PropertyChangedArgs;
import synfron.reshaper.burp.ui.models.rules.RuleModel;
import synfron.reshaper.burp.ui.utils.DocumentActionListener;
im... |
package ch.cevi.db.client.gui.actions;
import java.awt.event.ActionEvent;
import javax.swing.AbstractAction;
import ch.cevi.db.client.configuration.Texts;
import ch.cevi.db.client.gui.AboutDialog;
import ch.cevi.db.client.gui.MainWindow;
public class AboutAction extends AbstractAction {
private static final long ... |
/*
* 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 slack.android.api.models;
public class MatchMessage {
private String type;
private String user;
private String username;
private String ts;
private String team;
private MatchMessageChannel channel;
private String permalink;
private MatchMessageNext previous;
private Match... |
/*
* Copyright (C) 2015 Alberto Irurueta Carro (alberto@irurueta.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
*
* Unles... |
package com.yuewawa.showhelper.biz.impl;
import android.content.Context;
import com.yuewawa.showhelper.biz.IFollowedShowBiz;
import com.yuewawa.showhelper.dao.gen.FollowedShowDao;
import com.yuewawa.showhelper.db.GreenDaoHelper;
import com.yuewawa.showhelper.entity.FollowedShow;
import java.util.List;
/**
* Create... |
/*
* Copyright 2000-2017 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 io.resttestgen.implementation.oracle;
import io.resttestgen.core.testing.Oracle;
import io.resttestgen.core.testing.TestResult;
import io.resttestgen.core.testing.TestSequence;
public class SchemaValidationOracle extends Oracle {
@Override
public TestResult assertTestSequence(TestSequence testSequenc... |
/*
* MIT License
*
* Copyright (c) 2021 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... |
/*******************************************************************************
* Software Name : RCS IMS Stack
*
* Copyright (C) 2010-2016 Orange.
*
* 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 th... |
package com.mi.http.adapterfactory;
import com.google.gson.Gson;
import com.google.gson.TypeAdapter;
import com.google.gson.internal.bind.ReflectiveTypeAdapterFactory;
import com.google.gson.reflect.TypeToken;
import com.google.gson.stream.JsonReader;
import com.google.gson.stream.JsonWriter;
import java.io.IOExcepti... |
package gumtree.spoon.builder;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import com.github.gumtreediff.actions.model.Action;
import com.github.gumtreediff.tree.ITree;
import com.github.gumtreediff.tree.TreeContext;
import com.google.gson.Gson;
import com.google.gson.GsonBuilder;
import co... |
package org.springframework.web.bind.annotation;
import java.lang.annotation.Documented;
import java.lang.annotation.ElementType;
import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;
import java.lang.annotation.Target;
import org.springframework.core.annotation.AliasFor;
/**
* Annot... |
/*
* 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 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 (c) 2008-2016 Petr Svenda <petr@svenda.com>
LICENSE TERMS
The free distribution and use of this software in both source and binary
form is allowed (with or without changes) provided that:
1. distributions of this source code include the above copyright
notice, this ... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.