text
stringlengths
7
1.01M
package com.zhangbz.dao; import java.sql.Connection; import java.sql.ResultSet; import java.sql.SQLException; import java.sql.Statement; import com.zhangbz.domain.User; import com.zhangbz.util.JDBCUtils; public class MySqlUserDao implements UserDao{ public void addUser(User user) { String sql = "insert into user...
/** * 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 ...
package com.android305.lights.dialogs; import android.annotation.TargetApi; import android.app.Activity; import android.app.AlertDialog; import android.app.Dialog; import android.content.Context; import android.content.DialogInterface; import android.os.Bundle; import android.support.annotation.NonNull; import android...
/** * 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 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 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 Persistencia; import Negocio.Entregador; import Negocio.Ingrediente; import Negocio.Lote; import java.sql.ResultSet; import j...
package com.lnpdit.woofarm.utils; import de.greenrobot.event.EventBus; /** * eventbus * @author huanyu * 类名称:EventCache * 创建时间:2014-10-27 下午1:40:58 */ public class EventCache { public static EventBus commandActivity = new EventBus();//通用 public static EventBus errorHttp = new EventBus();//请求失败...
/************************************************************** * * 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 y...
/* * 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 2007 Sascha Weinreuter * * 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 no.vegvesen.ixn.serviceprovider; import com.fasterxml.jackson.databind.DeserializationFeature; import com.fasterxml.jackson.databind.ObjectMapper; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; import org.springframework.http.converter....
/* * Copyright 2012 Kantega AS * * 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 org.codehaus.prometheus.newrepeater; /** * Created by IntelliJ IDEA. * User: alarmnummer * Date: Dec 23, 2007 * Time: 10:17:11 AM * To change this template use File | Settings | File Templates. */ public class Group { }
package com.quicktron.gateway; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.boot.builder.SpringApplicationBuilder; import org.springframework.cloud.client.discovery.EnableDiscoveryClient; /** * ${DESCRIPTION} * * @author lance xu * @date2018年10月28日 16:55 */ @Spr...
package com.smoothstack.asyncprocessing.tasklets; import com.sun.jmx.snmp.tasks.Task; import org.springframework.batch.core.ExitStatus; import org.springframework.batch.core.StepContribution; import org.springframework.batch.core.StepExecution; import org.springframework.batch.core.StepExecutionListener; import org.sp...
package hangman.util; import com.google.common.util.concurrent.Striped; import java.util.concurrent.TimeUnit; import java.util.concurrent.TimeoutException; import java.util.concurrent.locks.Lock; import java.util.function.Supplier; import static org.apache.commons.lang3.Validate.isTrue; import static org.apache.com...
package org.fusesource.fabric.itests.smoke; import org.apache.curator.framework.CuratorFramework; import org.fusesource.fabric.api.Container; import org.fusesource.fabric.itests.paxexam.support.ContainerBuilder; import org.fusesource.fabric.itests.paxexam.support.FabricTestSupport; import org.fusesource.fabric.itests....
/** * Copyright (c) 2015-present, Peel Technologies, Inc. * All rights reserved. */ package com.peel.react.rnos; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.net.ConnectivityManager; import android.os.Bu...
package org.codingeasy.shiroplus.loader.admin.server.models.request; /** * 实例的查询条件 * @author : KangNing Hu */ public class InstanceRequest extends RequestPage{ /** * 服务名称 */ private String name; /** * ip */ private String ip; public String getIp() { return ip; } public void setIp(String ip) { ...
/* * Copyright 2022 Patrik Karlström. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ag...
/* * Copyright 2018 Red Hat, Inc. and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
/* * Copyright (c) 2016 Network New Technologies 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...
package ui; import model.*; public class FlyerDemo { // NOTE: this project accompanies the Abstract Classes video public static void main(String[] args) { Bird birdie = new Bird(); Airplane planie = new Airplane(); Cafe cafePlane = new Airplane(); Flyer flyerPlane...
package com.ifeng.at.testagent.rpc; import android.util.Log; import com.google.gson.Gson; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import java.io.PrintWriter; import java.io.StringWriter; import java.io.Writer; import java.net.Soc...
package com.waltsai.colorfulpuff; import com.waltsai.colorfulpuff.core.ModParticles; import com.waltsai.colorfulpuff.entity.ModEntityInitalizer; import net.fabricmc.api.ClientModInitializer; import net.fabricmc.api.EnvType; import net.fabricmc.api.Environment; @Environment(EnvType.CLIENT) public class ClientModInit i...
/* * Copyright 2002-2016 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 2013 JBoss by 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 agr...
// // File: PrefPane.java // import java.awt.*; import java.awt.event.*; public class PrefPane extends Frame implements ActionListener { protected Button okButton; protected Label prefsText; protected TextField time; private Object parent; public int the_time; public PrefPane(Object prnt) { ...
package com.spike.giantdataanalysis.model.algorithms.graph.cycle; import com.spike.giantdataanalysis.model.algorithms.graph.core.Graph; import com.spike.giantdataanalysis.model.algorithms.graph.core.IDFS.IDFSWithFather; /** * 无向图中环检测: 使用深度优先搜索. * @author zhoujiagen */ public class CycleDetection implements IDFSWit...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE113_HTTP_Response_Splitting__console_readLine_addCookieServlet_52b.java Label Definition File: CWE113_HTTP_Response_Splitting.label.xml Template File: sources-sinks-52b.tmpl.java */ /* * @description * CWE: 113 HTTP Response Splitting * BadSource: console_read...
/* * Copyright (C) 2016 The Dagger 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 or ag...
package com.springapp.mvc.utils; import com.springapp.mvc.bean.Blog; import com.springapp.mvc.bean.User; import org.apache.velocity.VelocityContext; import org.apache.velocity.app.Velocity; import org.apache.velocity.app.VelocityEngine; import java.io.StringWriter; import java.text.SimpleDateFormat; import java.util....
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
import org.junit.Test; import static org.junit.Assert.*; public class TestPalindrome { // You must use this palindrome, and not instantiate // new Palindromes, or the autograder might be upset. static Palindrome palindrome = new Palindrome(); @Test public void testWordToDeque() { Deque d =...
package com.zms.zpc.emulator.board.pci; import com.zms.zpc.emulator.board.MotherBoard; import com.zms.zpc.emulator.board.helper.BaseIODevice; import com.zms.zpc.emulator.board.time.IntervalTimer; import com.zms.zpc.emulator.debug.DummyDebugger; import javax.sound.midi.*; import java.io.*; import java.net.URI; import ...
/** * Copyright 2017 Yahoo Holdings 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 a...
/* * The MIT License * * Copyright: Copyright (C) 2014 T2Ti.COM * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/dialogflow/v2beta1/agent.proto package com.google.cloud.dialogflow.v2beta1; /** * * * <pre> * The response message for [Agents.ExportAgent][google.cloud.dialogflow.v2beta1.Agents.ExportAgent]. * </pre> * * Protobuf type {@code ...
package com.rs.game.player.content.pet; import java.io.Serializable; /** * A class containing pet details for a certain pet. * * @author Emperor * */ public final class PetDetails implements Serializable { /** * The serial UID. */ private static final long serialVersionUID = -886349427899202...
package sort; import java.util.Arrays; public class code164 { public int maximumGap(int[] nums) { if (nums.length < 2 || nums == null){ return 0; } Arrays.sort(nums); int res = 0; for (int i = 0 ; i <nums.length-1; i++){ res = Math.max(nums[i+1] - ...
package casts.IsInstanceNoRefute; public class Bar implements SimpleInterface { public int getInt() { return 0; } }
import javax.swing.*; import java.awt.event.*; public class Main extends JDialog { private JPanel contentPane; private JButton trimLogsButton; private JTextArea textArea1; private JTextArea textArea2; private JTextArea textArea3; public Main() { setContentPane(contentPane); set...
package com.stylefeng.guns.modular.foundation.controller; import com.stylefeng.guns.core.base.controller.BaseController; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.ResponseBody; import org.springframewo...
package com.example.demo.modelo; import javax.persistence.*; import java.util.List; /** * @author Bruno Nogueira de Oliveira * @date 23/08/17. */ @Entity @Table(name = "pessoa") public class Pessoa { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) private Long codigo; @Column(length = 80,...
/* *ADVERTENCIA : Este programa esta protegido por la ley de derechos de autor. *La reproducci?n o distribuci?n il?cita de este programa o de cualquiera de *sus partes esta penado por la ley con severas sanciones civiles y penales, *y ser?n objeto de todas las sanciones legales que correspondan. */ package com.by...
package org.irods.jargon.rest.domain; import javax.xml.bind.annotation.XmlElement; /** * <pre> * Object to hold GenQuery request conditions. A condition contains a column * name, the condition's operator, and the value for the test. * * The following is a sample XML representation of the condition: * * {@cod...
package net.CyanWool.entity.meta; import java.util.ArrayList; import java.util.List; import org.spacehq.mc.protocol.data.game.values.setting.ChatVisibility; import org.spacehq.mc.protocol.data.game.values.setting.SkinPart; import org.spacehq.mc.protocol.packet.ingame.client.ClientSettingsPacket; public final class C...
/* * Copyright (c) 2011-2017 Nexmo Inc * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, publ...
/* * Copyright 2017 Javier A. Ortiz Bultron javier.ortiz.78@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 * ...
package algorithmia.ValidationValuePresent; import com.algorithmia.Algorithmia; import com.algorithmia.AlgorithmiaClient; import com.algorithmia.TypeToken; import com.typesafe.config.Config; import com.typesafe.config.ConfigFactory; import org.junit.After; import org.junit.Before; import org.junit.BeforeClass; import...
/** * Definition for a binary tree node. * public class TreeNode { * int val; * TreeNode left; * TreeNode right; * TreeNode(int x) { val = x; } * } */ class Solution { Integer val; public boolean isValidBST(TreeNode root) { if (null == root) return true; if (!...
package model.dao; import model.ModelUsuario; import conexoes.ConexaoMySql; import java.util.ArrayList; /** * * @author Leandro */ public class NaoUsar_DAOUsuario extends ConexaoMySql { /** * grava Usuario * @param pModelUsuario * return int */ public int salvarUsuarioDAO(ModelUsuario pModelUs...
package org.dd4t.caching.impl; import org.dd4t.caching.CacheDependency; /** * Basic implementation class for a CacheDependency. Supports creation through constructor as well as setters. * * @author Rogier Oudshoorn * */ public class CacheDependencyImpl implements CacheDependency{ private int publicationId; ...
/** * Copyright 2011-2021 Asakusa Framework Team. * * 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 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) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for * license information. */ package com.microsoft.azure.maven.webapp.handlers.artifact; import com.google.common.io.Files; import com.microsoft.azure.maven.deploytarget.DeployTar...
/** * Copyright (C) 2011-2015 The XDocReport Team <xdocreport@googlegroups.com> * * 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 res...
/** * Copyright 2007-2016, Kaazing Corporation. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless require...
/* * JFLAP - Formal Languages and Automata Package * * * Susan H. Rodger * Computer Science Department * Duke University * August 27, 2009 * Copyright (c) 2002-2009 * All rights reserved. * JFLAP is open source software. Please see the LICENSE for terms. * */ package edu.duke.cs.jflap.file.xml; import java....
/* * 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 ...
/* * The Alluxio Open Foundation licenses this work under the Apache License, version 2.0 * (the “License”). You may not use this work except in compliance with the License, which is * available at www.apache.org/licenses/LICENSE-2.0 * * This software is distributed on an "AS IS" basis, WITHOUT WARRANTIES OR CONDI...
/* * Copyright 2016 KairosDB 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 applicab...
package mekanism.common.inventory.container.item; import java.util.List; import javax.annotation.Nonnull; import mekanism.api.inventory.IInventorySlot; import mekanism.common.inventory.InventoryPersonalChest; import mekanism.common.inventory.container.slot.HotBarSlot; import mekanism.common.item.block.ItemBlockPersona...
/** * Copyright (C) 2010-2018 Gordon Fraser, Andrea Arcuri and EvoSuite * contributors * * This file is part of EvoSuite. * * EvoSuite 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, eit...
package com.ruoyi.web.netty.hj212.streamReader.core; import com.ruoyi.web.netty.hj212.streamReader.base.MapEntryStepGenerator; import com.ruoyi.web.netty.hj212.streamReader.base.lambda.RunnableWithThrowable; import com.ruoyi.web.netty.hj212.streamReader.base.lambda.SupplierWithThrowable; import java.io.IOException;...
package cn.edu.hit.spat.system.mapper; import cn.edu.hit.spat.system.entity.UserRole; import com.baomidou.mybatisplus.core.mapper.BaseMapper; /** * @author MrBird */ public interface UserRoleMapper extends BaseMapper<UserRole> { }
package slimeknights.tconstruct.library.recipe.casting.material; import com.google.gson.JsonObject; import lombok.Getter; import net.minecraft.network.FriendlyByteBuf; import net.minecraft.resources.ResourceLocation; import net.minecraft.util.GsonHelper; import net.minecraft.world.item.ItemStack; import net.minecraft....
package com.apachetune.httpserver.ui.updating.impl; import com.apachetune.httpserver.ui.updating.OpenWebPageHelper; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.awt.*; import java.io.IOException; import java.net.URISyntaxException; import java.net.URL; import static com.apachetune.core.utils....
package com.robothand.highqualitybot.command; import com.robothand.highqualitybot.Config; import com.robothand.highqualitybot.music.GuildMusicPlayer; import com.sedmelluq.discord.lavaplayer.track.AudioTrack; import net.dv8tion.jda.core.entities.Guild; import net.dv8tion.jda.core.entities.MessageChannel; import net.dv8...
/* * Copyright (c) 2011-2018, 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...
import java.util.Set; @FunctionalInterface public interface PartyInfoConsumer { public abstract void process(Set<Hero> party, Hero leader, String pName); }
import java.awt.BorderLayout; import java.awt.Color; import java.awt.EventQueue; import java.awt.Font; import java.awt.GridLayout; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; import javax.swing.JButton; import javax.swing.JFrame; import javax.swing.JLabel; import javax.swing.JMe...
/* * Copyright (c) 2016, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you 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.or...
/* * 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 requ...
/* * Copyright 2019 GridGain Systems, Inc. and Contributors. * * Licensed under the GridGain Community Edition License (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.gridgain.com/products/software/community-edition...
package com.deavensoft.jiraworklogs.application.csvexporteradapter; import lombok.RequiredArgsConstructor; import org.apache.commons.io.IOUtils; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; im...
package entities.ships; /* * Destroyers are the mid sized class of vessels. They each carry * one railgun and twenty missile tubes. */ public class Destroyer extends Ship{ public Destroyer(double X, double Y, double Z, int modifier){ super(X,Y,Z,75,1,0,20,1,modifier); } }
package com.ruoyi.web.controller.monitor; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Controller; import org.springframework.ui.ModelMap; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PostMapping; impor...
package com.folioreader.ui.adapter; import android.content.Context; import android.util.Log; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.TextView; import com.folioreader.Config; import com.folioreader.R; import c...
/* * #%L * SciJava Common shared library for SciJava software. * %% * Copyright (C) 2009 - 2021 SciJava developers. * %% * 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...
/* * Copyright 2017-2022 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.paise.paiseAutomatizado.api.controllers; import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.jsonPath; import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status; import java.text.SimpleDateFormat; import java.util.Date; import java.util.Optional; i...
// Targeted by JavaCPP version 1.5.5-SNAPSHOT: DO NOT EDIT THIS FILE package org.bytedeco.arrow; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.javacpp.presets.javacpp.*; import static org.bytedeco.arrow.global.arrow.*; /** \brief File select...
/* * Copyright (c) 2020, Zoinkwiz * 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, this * list of conditions...
package com.jeesite.modules.common.utils; import java.math.BigDecimal; import org.apache.commons.lang3.StringUtils; import org.apache.poi.hssf.util.HSSFColor; import org.apache.poi.ss.usermodel.Cell; import org.apache.poi.ss.usermodel.CellStyle; import org.apache.poi.ss.usermodel.DataFormat; import org.apache.poi.ss...
package com.wzh.back_template.utils; /** * @author wzh * @date 2020/1/7 - 16:20 */ public class MapperUtils { }
package com.technicise; import java.io.Serializable; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.an...
// Copyright 2016 The Bazel Authors. 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 appl...
/* * (C) Copyright 2017-2018 OpenVidu (https://openvidu.io/) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
package net.termat.gtfsviewer.gtfs.model; import androidx.room.Database; import androidx.room.RoomDatabase; @Database(entities = {GTranslation.class}, version = 1, exportSchema = false) public abstract class GTranslationDB extends RoomDatabase { public abstract GtranslationDao getDao(); }
/* * Copyright (C) 2012 Zach Melamed * * Latest version available online at https://github.com/zach-m/jonix * Contact me at zach@tectonica.co.il * * 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 ...
package net.whydah.sso.session.baseclasses; import net.whydah.sso.application.mappers.ApplicationMapper; import net.whydah.sso.application.types.Application; import net.whydah.sso.basehelpers.JsonPathHelper; import net.whydah.sso.commands.application.CommandListApplications; import net.whydah.sso.util.LoggerUtil; impo...
/* * 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) 2018-2019 FIRST. All Rights Reserved. */ /* Open Source Software - may be modified and shared by FRC teams. The code */ /* must be accompanied by the FIRST BSD license file in the root directory of...
/** * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (5.1.0-SNAPSHOT). * https://openapi-generator.tech * Do not edit the class manually. */ package org.openapitools.api; import java.math.BigDecimal; import org.openapitools.model.Client; import org.openapitools.model.FileS...
package com.datastaxdev.todo; import static org.springframework.web.bind.annotation.RequestMethod.DELETE; import static org.springframework.web.bind.annotation.RequestMethod.GET; import static org.springframework.web.bind.annotation.RequestMethod.OPTIONS; import static org.springframework.web.bind.annotation.RequestMe...
package uk.gov.cslearning.catalogue.service.upload.processor; import org.apache.tika.metadata.Metadata; import org.springframework.stereotype.Component; @Component public class MetadataFactory { public Metadata create() { return new Metadata(); } }
/* * Copyright (c) 2007-2018 Siemens AG * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy, modify, merge, pub...
/* * Copyright (c) 2008-2015, Hazelcast, 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 ...
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 4.0.0 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * ------------------------------...