text stringlengths 7 995k |
|---|
package com.justindriggers.vulkan.command;
import com.justindriggers.vulkan.command.models.CommandBufferLevel;
import com.justindriggers.vulkan.command.models.CommandPoolCreateFlag;
import com.justindriggers.vulkan.devices.logical.LogicalDevice;
import com.justindriggers.vulkan.instance.VulkanFunction;
import com.just... |
package fr.tordesillas.ccexpert.view;
import android.content.Context;
import androidx.fragment.app.Fragment;
import androidx.fragment.app.FragmentManager;
import androidx.fragment.app.FragmentPagerAdapter;
import fr.tordesillas.ccexpert.R;
import fr.tordesillas.ccexpert.controller.fragment.ProtectorsFragment;
public... |
/*******************************************************************************
* Copyright (c) 1999-2005 The Institute for Genomic Research (TIGR).
* Copyright (c) 2005-2008, the Dana-Farber Cancer Institute (DFCI),
* J. Craig Venter Institute (JCVI) and the University of Washington.
* All rights reserved.
****... |
/*
Stuart Reges and Marty Stepp
February 24, 2007
Some modifications by Tom Bylander in 2010
The DrawingPanel class provides a simple interface for drawing persistent
images using a Graphics object. An internal BufferedImage object is used
to keep track of what has been drawn. A client of the class simply
constructs... |
package edu.buaa.sei.datamodel;
import java.io.File;
import java.io.IOException;
import java.util.ArrayList;
import javax.xml.parsers.DocumentBuilder;
import javax.xml.parsers.DocumentBuilderFactory;
import javax.xml.parsers.ParserConfigurationException;
import org.w3c.dom.Document;
import org.w3c.dom.Element;
impor... |
/*
* Copyright (c) 2021, Peter Abeles. All Rights Reserved.
*
* This file is part of BoofCV (http://boofcv.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://www.apac... |
package com.jeecms.cms.action.admin.assist;
import static com.jeecms.common.page.SimplePage.cpn;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import org.apache.commons.lang.StringUtils;
import org.... |
/*
* Licensed to Elasticsearch under one or more contributor
* license agreements. See the NOTICE file distributed with
* this work for additional information regarding copyright
* ownership. Elasticsearch licenses this file to you under
* the Apache License, Version 2.0 (the "License"); you may
* not use this fi... |
/*
* 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 ... |
/**
* Tern Framework.
*
* @author fancimage
* @Copyright 2010 qiao_xf@163.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
*/
package com.t... |
// ============================================================================
//
// Copyright (C) 2006-2019 Talend Inc. - www.talend.com
//
// This source code is available under agreement available at
// %InstallDIR%\features\org.talend.rcp.branding.%PRODUCTNAME%\%PRODUCTNAME%license.txt
//
// You should have receiv... |
/*
* Copyright 2021 Red Hat
*
* 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 com.xin.mall.coupon.controller;
import java.util.Arrays;
import java.util.Map;
import org.apache.shiro.authz.annotation.RequiresPermissions;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.web.bind.annotation.PathVariable;
import org.springframework.web.bind.annotatio... |
package learnositysdk.request;
import junit.framework.TestCase;
import org.json.JSONArray;
import org.json.JSONObject;
import java.util.HashMap;
import java.util.Iterator;
import java.util.Map;
public class InitTest
extends TestCase {
static private String consumerKey = "yis0TYCu7U9V4o7M";
static private String ... |
//
// This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.8-b130911.1802
// See <a href="http://java.sun.com/xml/jaxb">http://java.sun.com/xml/jaxb</a>
// Any modifications to this file will be lost upon recompilation of the source schema.
// Generated on: 2015.03.... |
/*
* Copyright Siemens AG, 2017, 2019. Part of the SW360 Portal Project.
*
* SPDX-License-Identifier: EPL-1.0
*
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* ... |
package com.lunchbox.menuservice.repo;
import com.lunchbox.menuservice.entity.Item;
import com.lunchbox.menuservice.entity.Restaurant;
import org.springframework.data.mongodb.repository.MongoRepository;
import org.springframework.stereotype.Repository;
import java.util.List;
import java.util.Optional;
@Repository
pu... |
package com.example.myapplication.GroupChats;
import android.os.Build;
import android.os.Bundle;
import android.util.Log;
import android.view.MenuItem;
import android.view.View;
import android.widget.Button;
import android.widget.Toast;
import androidx.annotation.RequiresApi;
import androidx.appcompat.widget.Toolbar;... |
package it.unitn.nlpir.util;
import java.io.BufferedReader;
import java.io.File;
import java.io.FileInputStream;
import java.io.IOException;
import java.io.InputStreamReader;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.HashSet;
import java.util.List;
import java.util.Map;
import java.util.Se... |
/*
* Copyright 2000-2014 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... |
/*
* 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 bth.pa2555.agilegardeningapp;
import android.content.Intent;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AlertDialog;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import android.widget.Button;
import android.widget.EditText;
... |
package GUI;
import java.util.List;
import javax.swing.DefaultListModel;
import backend.FuncoesTopicos;
import backend.Imovel;
public class qst3 extends javax.swing.JFrame {
private Menu menu;
DefaultListModel<String> listModel;
public qst3() {
initComponents();
}
public qst3(Menu menu)... |
package com.example.ankit.assignment2;
import android.content.Context;
import android.support.test.InstrumentationRegistry;
import android.support.test.runner.AndroidJUnit4;
import org.junit.Test;
import org.junit.runner.RunWith;
import static org.junit.Assert.*;
/**
* Instrumented test, which will execute on an A... |
/*
* $Id$
*/
/*
Copyright (c) 2014 Board of Trustees of Leland Stanford Jr. University,
all rights reserved.
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 with... |
package mage.cards.r;
import java.util.UUID;
import mage.abilities.DelayedTriggeredAbility;
import mage.abilities.effects.common.CreateDelayedTriggeredAbilityEffect;
import mage.abilities.effects.common.TapTargetEffect;
import mage.abilities.effects.common.UntapTargetEffect;
import mage.abilities.effects.common.contin... |
/*
*
* @file TestWriteMathML.java
* @brief Write MathML unit tests
*
* @author Akiya Jouraku (Java conversion)
* @author Ben Bornstein
*
* $Id: TestWriteMathML.java 10124 2009-08-28 12:04:51Z sarahkeating $
* $HeadURL: https://sbml.svn.sourceforge.net/svnroot/sbml/trunk/libsbml/src/bindings/java/test/o... |
package com.shenjinxiang.rxtx.kit;
import com.google.common.util.concurrent.ThreadFactoryBuilder;
import java.util.concurrent.*;
/**
* @Author: ShenJinXiang
* @Date: 2020/6/2 18:10
*/
public class ThreadPool {
private static ExecutorService threadPool;
static {
ThreadFactory namedThreadFactory =... |
package com.malik.ithar.config;
import io.github.jhipster.config.JHipsterConstants;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.cache.CacheManager;
import org.springframework.cloud.config.java.AbstractCloudConfig;
import org.springframework.context.annotation.*;
import javax.s... |
package com.google.firebase.components;
import java.util.Arrays;
import java.util.List;
public class DependencyCycleException extends DependencyException {
private final List<Component<?>> componentsInCycle;
public DependencyCycleException(List<Component<?>> list) {
StringBuilder sb = new StringBuild... |
/*
* Copyright (c) 2002-2020, City of Paris
* 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
* and the f... |
package com.experian.bis.api.lib.businessservices.bean.response;
public class RiskDashboardsResult {
private BusinessHeaderResult businessHeader;
private int commercialScore;
private String commercialScoreRiskClass;
private int fsrScore;
private String fsrScoreRiskClass;
private int recommendedCreditLimitAmoun... |
/*
* 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 org.xujin.moss.mapper;
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
import org.xujin.moss.entity.User;
import org.apache.ibatis.annotations.Mapper;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Select;
/**
* UserVO
* @author xujin
*/
@Mapper
public interface Us... |
package com.jakewharton.rxbinding3.leanback;
import android.content.Context;
import android.view.KeyEvent;
import androidx.leanback.widget.SearchEditText;
import androidx.test.InstrumentationRegistry;
import androidx.test.annotation.UiThreadTest;
import com.jakewharton.rxbinding3.RecordingObserver;
import org.junit.Be... |
/**
* CustomCreative.java
*
* This file was auto-generated from WSDL
* by the Apache Axis 1.4 Mar 02, 2009 (07:08:06 PST) WSDL2Java emitter.
*/
package com.google.api.ads.dfp.axis.v201605;
/**
* A {@code Creative} that contains an arbitrary HTML snippet and
* file assets.
*/
public class CustomCreative exte... |
package kr.kw.database;
import org.apache.ibatis.exceptions.PersistenceException;
import org.apache.ibatis.session.SqlSession;
import org.apache.ibatis.session.SqlSessionFactory;
import kr.kw.user.GWUser;
import kr.kw.util.KWLOG;
public class DAOUser {
private static final String TAG = "DAOUser";
private SqlSessi... |
/*
Copyright (c) 2002, 2014, Oracle and/or its affiliates. All rights reserved.
The MySQL Connector/J is licensed under the terms of the GPLv2
<http://www.gnu.org/licenses/old-licenses/gpl-2.0.html>, like most MySQL Connectors.
There are special exceptions to the terms and conditions of the GPLv2 as it is appl... |
/*
* Copyright 2012-2018 the original author or authors.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by ap... |
/*
* 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 2009 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... |
//
// ========================================================================
// Copyright (c) 1995-2019 Mort Bay Consulting Pty. Ltd.
// ------------------------------------------------------------------------
// All rights reserved. This program and the accompanying materials
// are made available under the ter... |
package com.epsagon.events.operations.aws;
import com.amazonaws.AmazonWebServiceRequest;
import com.amazonaws.Request;
import com.amazonaws.Response;
import com.amazonaws.http.AmazonHttpClient;
import com.amazonaws.services.elasticmapreduce.model.*;
import com.epsagon.events.MetadataBuilder;
import com.epsagon.protoco... |
import java.util.Arrays;
public class findMax {
int[] dlist = {2,6,8,3,7};
int result = 0;
for (int i = 0; i < dlist.length-1; i++) {
if (dlist[i] < dlist[i+1]) {
Arrays.sort(dlist);
result = dlist[i+1];
}
} System.out.println(result);
} |
package com.github.testercwk.weather.map;
import com.fasterxml.jackson.databind.ObjectMapper;
import com.github.testercwk.weather.map.http.HttpService;
import org.apache.commons.lang3.StringUtils;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.beans.factory.annotation.Autowired;
im... |
package com.example.AluCar.BDhelper;
import android.content.ContentValues;
import android.content.Context;
import android.database.Cursor;
import android.database.sqlite.SQLiteDatabase;
import com.example.AluCar.model.Veiculo;
import java.util.ArrayList;
import java.util.List;
public class VeiculoDAO {
private... |
import java.util.Scanner;
public class Fraction {
private int n;
private int d;
// constructors
public static void main(String[] args) {
Scanner y = new Scanner(System.in);
System.out.println("Enter 1st fraction numerator");
while(!y.hasNextInt()) {
System.out.println("Enter a valid input!");
y.nextL... |
package org.nhindirect.config.ui.flash;
import java.io.IOException;
import java.util.Map;
import javax.servlet.FilterChain;
import javax.servlet.ServletException;
import javax.servlet.http.HttpServletRequest;
import javax.servlet.http.HttpServletResponse;
import javax.servlet.http.HttpSession;
import org.springframe... |
/*
* 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... |
/*
* Copyright 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 applic... |
/*
* Copyright (c) 2019 PonySDK
* Owners:
* Luciano Broussal <luciano.broussal AT gmail.com>
* Mathieu Barbier <mathieu.barbier AT gmail.com>
* Nicolas Ciaravola <nicolas.ciaravola.pro AT gmail.com>
*
* WebSite:
* http://code.google.com/p/pony-sdk/
*
* Licensed under the Apache License, Version 2.0 (th... |
package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 企业认证查询
*
* @author auto create
* @since 1.0, 2019-08-01 17:31:20
*/
public class ZhimaCustomerEpIdentificationQueryModel extends AlipayObject {
private static final long serialVersionUID = ... |
/**
* Copyright (c) 2016, The National Archives <pronom@nationalarchives.gsi.gov.uk>
* 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... |
package com.phonegap.natives.broadcase;
/**
* Created by Trust on 2016/12/20.
*/
public class intent {
} |
package org.hibernate.test.component.basic2;
import javax.persistence.*;
import java.util.HashSet;
import java.util.Set;
/**
* {@inheritDoc}
*
* @author Mathieu Grenonville
*/
@Entity
public class Component {
@Id
private Long id;
@Embedded
private Component.Emb emb;
@Access(AccessType.FIELD)... |
package com.vividsolutions.jts.geom.util;
import com.vividsolutions.jts.algorithm.*;
import com.vividsolutions.jts.geom.*;
/**
* Builds an {@link AffineTransformation} defined by three control points
* and their images under the transformation.
* <p>
* A transformation is well-defined by a set of three control p... |
/*
* 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")... |
package org.dimdev.dimdoors.rift.targets;
import net.minecraft.util.math.Direction;
public interface RedstoneTarget extends Target {
boolean addRedstonePower(Direction relativeFacing, int strength);
void subtractRedstonePower(Direction relativeFacing, int strength);
} |
package com.mmall.controller.portal;
import com.mmall.common.Const;
import com.mmall.common.ServerResponse;
import com.mmall.pojo.User;
import com.mmall.service.IUserService;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Controller;
import org.springframework.web.... |
package sortpom.parameter;
import static org.hamcrest.MatcherAssert.assertThat;
import static org.hamcrest.core.Is.is;
import static org.hamcrest.core.IsEqual.equalTo;
import static org.junit.jupiter.api.Assertions.assertThrows;
import static sortpom.sort.XmlFragment.createXmlFragment;
import java.io.File;
import jav... |
package com.jhg.marketing.dao.mapper;
import com.jhg.marketing.dao.domin.WeChatTag;
import org.apache.ibatis.annotations.Insert;
import org.apache.ibatis.annotations.Options;
import org.apache.ibatis.annotations.Param;
import org.apache.ibatis.annotations.Update;
import tk.mybatis.mapper.common.Mapper;
import java.ut... |
package com.jp.plugin.display_toast;
import org.apache.cordova.CallbackContext;
import org.apache.cordova.CordovaPlugin;
import org.json.JSONArray;
import org.json.JSONObject;
import android.content.Intent;
import android.net.Uri;
import android.util.Log;
import java.io.File;
public class Display_Toast extends Cord... |
package com.asiainfo.werewolfweb.controller;
import com.alibaba.fastjson.JSON;
import com.alibaba.fastjson.JSONObject;
import com.asiainfo.werewolfweb.assembler.MessageBoardResourceAssembler;
import com.asiainfo.werewolfweb.assembler.TopOneBoardResourceAssembler;
import com.asiainfo.werewolfweb.bean.*;
import com.asi... |
/*
* 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.jinstagram.entity.likes;
import java.util.List;
import org.jinstagram.InstagramObject;
import org.jinstagram.entity.common.Meta;
import org.jinstagram.entity.common.User;
import com.google.gson.annotations.SerializedName;
public class LikesFeed extends InstagramObject{
@SerializedName("meta")
private... |
package org.powertac.rachma.powertac.broker;
import org.powertac.rachma.broker.BrokerType;
import org.powertac.rachma.configuration.SharedPropertiesFileBuilder;
import org.powertac.rachma.docker.container.DockerContainerSpec;
import org.powertac.rachma.resource.*;
import org.powertac.rachma.task.Task;
import org.sprin... |
/*
* 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... |
/*
* Copyright (c) 2004, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... |
package service;
public class CannotVoteTwiceException extends Exception{
/**
*
*/
private static final long serialVersionUID = 1L;
private static final String MSG = "You're already voted!";
private String voterId;
private String candidateId;
public CannotVoteTwiceException(String voterId, String candid... |
/*
* 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 ... |
// @formatter:off
/*******************************************************************************
*
* This file is part of JMad.
*
* Copyright (c) 2008-2011, CERN. 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_START==========================================
* OPENECOMP - DCAE
* ===================================================================
* Copyright (c) 2017 AT&T Intellectual Property. All rights reserved.
* ===================================================================
* Licensed ... |
package ru.alttiri.stepik.contest_java.collections;
import java.util.Map;
import java.util.TreeMap;
/**
# 4.25 Maps. Bypassing
The map is given.
Output each its key-value pair in the loop with a new line.
Each line must be in form of key=value (for example, Gamma=3)
Sample Output:
Alpha=1
Gamma=3
Omega=24
... |
package org.apache.spark.sql.execution.columnar;
public interface NullableColumnAccessor extends org.apache.spark.sql.execution.columnar.ColumnAccessor {
public void extractTo (org.apache.spark.sql.catalyst.InternalRow row, int ordinal) ;
public boolean hasNext () ;
public void initialize () ;
} |
package me.calebjones.spacelaunchnow.wear.ui.launchdetail;
import android.content.Context;
import android.content.Intent;
import android.net.Uri;
import android.os.Bundle;
import android.os.CountDownTimer;
import android.os.Handler;
import android.os.ResultReceiver;
import android.support.annotation.NonNull;
import an... |
package com.wt.xlsx.parse;
import com.wt.xlsx.frame.annotation.handler.AnnoHandler;
import com.wt.xlsx.frame.base.ExcelType;
import com.wt.xlsx.parse.annotation.ColumnIndexMapping;
import com.wt.xlsx.parse.annotation.prop.FiledMapping;
import com.wt.xlsx.parse.excp.ExcelReadBaseException;
import com.wt.xlsx.parse.valu... |
/*******************************************************************************
* Copyright (c) 2000, 2011 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, an... |
package gameView.displayComponents;
import gameView.tools.DisplayEnum;
import javafx.geometry.Dimension2D;
import javafx.scene.layout.Region;
public interface IDisplayComponent {
/**
* Get the name of the component for reflection
* @return
*/
public String getName();
/**
* Get Dimensions of the display ... |
package io.metadew.iesi.metadata.configuration.user;
import io.metadew.iesi.common.configuration.metadata.repository.MetadataRepositoryConfiguration;
import io.metadew.iesi.common.configuration.metadata.tables.MetadataTablesConfiguration;
import io.metadew.iesi.connection.tools.SQLTools;
import io.metadew.iesi.metadat... |
package io.odpf.firehose.proto;
import com.google.protobuf.DynamicMessage;
import java.util.Collections;
import java.util.LinkedList;
import java.util.List;
import java.util.Queue;
import java.util.stream.Collectors;
public class ProtoUtils {
public static boolean hasUnknownField(DynamicMessage root) {
L... |
package abi32_0_0.host.exp.exponent.modules.api.reanimated.nodes;
import abi32_0_0.com.facebook.react.bridge.ReadableMap;
import abi32_0_0.com.facebook.react.bridge.UiThreadUtil;
import abi32_0_0.host.exp.exponent.modules.api.reanimated.NodesManager;
import abi32_0_0.host.exp.exponent.modules.api.reanimated.UpdateCont... |
/*
* OpenWhisk REST API
* API for OpenWhisk
*
* OpenAPI spec version: 0.1.0
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
package io.swagger.client;
@javax.annotation.Generated(value... |
/*
* Copyright 2000-2014 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... |
/*
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2019 Serge Rider (serge@jkiss.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://www.apache.org/license... |
/*
* 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 classes;
import java.text.DateFormat;
import java.text.SimpleDateFormat;
import java.time.Instant;
import java.util.Calendar;
... |
package com.rjh;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest
public class UnifiedResponseDemoApplicationTests {
@Test
public void contex... |
package ankel.advent2017;
import com.google.common.base.Splitter;
import org.apache.commons.lang3.StringUtils;
import java.math.BigInteger;
import java.util.HashMap;
import java.util.List;
import java.util.Map;
import java.util.stream.Collectors;
import static com.google.common.math.IntMath.*;
/**
* @author Binh T... |
package abi27_0_0.host.exp.exponent.modules.api.components.camera.tasks;
import com.google.android.gms.vision.barcode.Barcode;
public interface BarCodeScannerAsyncTaskDelegate {
void onBarCodeRead(Barcode barCode);
void onBarCodeScanningTaskCompleted();
} |
package com.alipay.api.domain;
import com.alipay.api.AlipayObject;
import com.alipay.api.internal.mapping.ApiField;
/**
* 支付宝个人协议签约生效接口
*
* @author auto create
* @since 1.0, 2021-09-30 18:23:30
*/
public class AlipayUserAgreementSignEffectModel extends AlipayObject {
private static final long serialVersionUID ... |
// Copyright 2015 Google Inc. All Rights Reserved.
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
// You may obtain a copy of the License at
//
// http://www.apache.org/licenses/LICENSE-2.0
//
// Unless required by applicable... |
/*******************************************************************************
* Copyright (c) 2022 Eclipse RDF4J contributors.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Distribution License v1.0
* which accompanies this distribution,... |
package artie.pedagogicalintervention.webservice.service;
import java.util.List;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import com.fasterxml.jackson.core.JsonProcessingException;
import artie.common.web.dto.Student;
import artie.pedagogicalinter... |
package com.salesmanager.shop.store.security;
import org.springframework.security.core.Authentication;
import org.springframework.security.web.authentication.SimpleUrlAuthenticationSuccessHandler;
import org.springframework.security.web.savedrequest.HttpSessionRequestCache;
import org.springframework.security.web.save... |
package cz.mg.vulkan;
public class VkVendor extends VkUInt32 {
public static final int NVIDIA = 0x10DE;
public static final int INTEL = 0x8086;
public static final int AMD = 0x1002;
public static final int ARM = 0x13B5;
public static final int QUALCOMM = 0x5143;
public static final int IMGTEC =... |
package org.cache2k;
/*
* #%L
* cache2k API
* %%
* Copyright (C) 2000 - 2020 headissue GmbH, Munich
* %%
* 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.o... |
/*
* Copyright (c) 2010, 2013, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License version 2 only, as
* published by the Free ... |
/*
* UVCCamera
* library and sample to access to UVC web camera on non-rooted Android device
*
* Copyright (c) 2014-2017 saki t_saki@serenegiant.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 cop... |
package net.jk.app.commons.boot.exception;
import org.springframework.http.HttpStatus;
import org.springframework.web.bind.annotation.ResponseStatus;
/** Catch all exception for any 400 invalid input errors related to invalid query syntax */
@ResponseStatus(value = HttpStatus.BAD_REQUEST)
public class IllegalQuerySyn... |
package com.testapp;
import android.app.Application;
import android.util.Log;
import com.facebook.react.ReactApplication;
import com.lwansbrough.RCTCamera.RCTCameraPackage;
import com.facebook.react.ReactInstanceManager;
import com.facebook.react.ReactNativeHost;
import com.facebook.react.ReactPackage;
import com.fac... |
/**
* \file QryWdbePrtList.java
* Java API code for job QryWdbePrtList
* \copyright (C) 2018-2020 MPSI Technologies GmbH
* \author Alexander Wirthmueller (auto-generation)
* \date created: 5 Dec 2020
*/
// IP header --- ABOVE
package apiwdbe;
import java.util.*;
import org.w3c.dom.*;
import sbecore.*;
public... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.