text
stringlengths
7
995k
/* * USE - UML based specification environment * Copyright (C) 1999-2004 Mark Richters, University of Bremen * * This program is free software; you can redistribute it and/or * modify it under the terms of the GNU General Public License as * published by the Free Software Foundation; either version 2 of the * Li...
package com.github.fantasticlab.rpc.core.serialize; public enum SerializerType { JSON(0, JsonSerializer.class), ; int code; Class<? extends Serializer> clazz; SerializerType(int code, Class<? extends Serializer> clazz) { this.code = code; this.clazz = clazz; } public i...
/* * @(#)S13.java 1.0 09/12/14 * * This file has been auto-generated by JNC, the * Java output format plug-in of pyang. * Origin: module "hcta-epc", revision: "2014-09-18". */ package hctaEpc.mmeSgsn.statistics; import Element; import ElementChildrenIterator; import Epc; import JNCException; import ...
package OOPS; class Parent { String name; // A method which prints the // signature of the parent class void method() { System.out.println("Method from Parent"); } } // Child class class Child extends Parent { int id; // Overriding the parent method // to print the signa...
// // $Id$ // From Philippe Le Hegaret (Philippe.Le_Hegaret@sophia.inria.fr) // // (c) COPYRIGHT MIT and INRIA, 1997. // Please first read the full copyright statement in file COPYRIGHT.html package org.w3c.css.properties.css2; import org.w3c.css.util.ApplContext; import org.w3c.css.util.InvalidParamException; import ...
public class MaxArray extends Thread { private final int startIndex; private final int endIndex; private int max; private final int[] array; public MaxArray(int[] array, int a, int b) { this.array = array; this.startIndex = a; this.endIndex = b; } public int getMax...
package org.openapitools.model; import java.net.URI; import java.util.Objects; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonCreator; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import org.openapitools.jackson.nullable.Json...
/* * Copyright 2010-2012 Luca Garulli (l.garulli--at--orientechnologies.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 * * Un...
/* * Copyright 2015 Alexey Andreev. * * 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...
package module0108_public_tests_more.a; import java.util.logging.*; import java.util.zip.*; import javax.annotation.processing.*; /** * Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut * labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusa...
package de.fhm.akfo.shop.authentication.service.api.dto; public class RoleDto implements Cloneable { /** * Roles of User */ private String role; /** * Default Constructor */ public RoleDto() { } /** * Constructor * @param role */ public RoleDto(String role) { this.role = role; } @Ov...
/* * 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 com.telstra.springboot.repository; import java.util.List; import org.springframework.data.jpa.repository.JpaRepository; import org.springframework.stereotype.Repository; import com.telstra.springboot.domain.Customer; @Repository public interface CustomerRepository extends JpaRepository<Customer, Long> { ...
package parser; /** * Types of queries in SQL language encoding * feature_root, ddl_feature_root, dml_feature_root, dql_feature_root, feature_sink are types to help create reference nodes */ public enum FeatureType { FEATURE_ROOT, // type for the root node DDL_FEATURE_ROOT, // type for the root node of all ddl fe...
/* * 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 com.example.android.pdfrendererbasic; import android.os.Bundle; import android.support.v4.app.Fragment; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; public class FragmentHelp2 extends Fragment { @Override public View onCreateView(LayoutInflater inflater...
/* * 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 GUI; import Gradebook.Assignment; import Gradebook.Category; import Gradebook.Course; import Gradebook.Grade; import Gradeboo...
package com.operation.database.exception; /** * @author Qinyadong * @date 2019/7/1 10:57 * @desciption 数据库操作异常类 * @since */ public class DatabaseOperationException extends RuntimeException { public DatabaseOperationException(String errorMessage) { super(errorMessage); } public DatabaseOperat...
/** * Copyright (c) Facebook, Inc. and its affiliates. * * <p>This source code is licensed under the MIT license found in the LICENSE file in the root * directory of this source tree. */ package com.example.reactnativedigitalink; import android.content.Context; import com.facebook.flipper.android.AndroidFlipperCl...
package com.acm.infra.proxy; import com.auth0.jwt.JWTVerifier; import com.auth0.jwt.exceptions.JWTVerificationException; import com.auth0.jwt.interfaces.DecodedJWT; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.beans.factory.annotation.Qualifier; import org.springframework.cloud.g...
/* * 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...
// Copyright 2017 Big Ladder Software LLC, 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 condi...
package com.doughnut.activity; import android.content.Context; import android.content.Intent; import android.os.Bundle; import android.support.annotation.Nullable; import android.view.View; import android.widget.ImageView; import android.widget.RelativeLayout; import android.widget.TextView; import com.doughnut.R; im...
package com.hujiang.project.system.dict.service; import java.util.List; import com.hujiang.project.system.dict.domain.DictType; /** * 字典 业务层 * * @author ruoyi */ public interface IDictTypeService { /** * 根据条件分页查询字典类型 * * @param dictType 字典类型信息 * @return 字典类型集合信息 */ public List<D...
package org.liquidengine.legui.listener; import org.liquidengine.legui.event.RemoveChildEvent; public interface RemoveChildEventListener extends EventListener<RemoveChildEvent> { @Override void process(RemoveChildEvent event); }
/** * */ package com.sivalabs.demo; import org.springframework.data.jpa.repository.JpaRepository; /** * @author Siva * */ public interface UserRepository extends JpaRepository<User, Integer> { }
package com.ruoyi.common.core.exception.user; /** * 验证码错误异常类 * * @author ruoyi */ public class CaptchaException extends UserException { private static final long serialVersionUID = 1L; public CaptchaException() { super("user.jcaptcha.error", null); } }
/** * OSHI (https://github.com/oshi/oshi) * * Copyright (c) 2010 - 2019 The OSHI Project Team: * https://github.com/oshi/oshi/graphs/contributors * * 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 ...
// Install the Java helper library from twilio.com/docs/java/install import com.twilio.sdk.TwilioRestClient; import com.twilio.sdk.TwilioRestException; import com.twilio.sdk.resource.instance.Address; import com.twilio.sdk.resource.list.AddressList; import java.util.ArrayList; import java.util.List; import org.apache.h...
package com.fc.projectlist.basic.define_view; import android.content.Context; import android.graphics.Bitmap; import android.graphics.Canvas; import android.graphics.Color; import android.graphics.Paint; import android.graphics.Point; import android.graphics.PorterDuff; import android.graphics.PorterDuffXfermode; impo...
/* Copyright 2017 yangchong211(github.com/yangchong211) 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...
//$Id: NotEmpty.java 15133 2008-08-20 10:05:57Z hardy.ferentschik $ package org.hibernate.validator; import java.lang.annotation.Documented; import java.lang.annotation.Target; import java.lang.annotation.Retention; import java.lang.annotation.ElementType; import java.lang.annotation.RetentionPolicy; /** * Check tha...
/* * 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 org.sagebionetworks.web.unitclient.widget.entity.renderer; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNull; import static org.junit.Assert.assertTrue; import static org.mockito.Matchers.any; import static org.mockito.Mockito.times; import static org.mockito.Mockito.verify...
package kodlamaio.hrms.entities.concretes; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.JoinColumn; import javax.persistence.ManyToOne; import javax.persistence...
package rocks.voss.jsonhelper.beans; import lombok.Data; import java.util.List; @Data public class GlossDefBean { private String para; private List<String> glossSeeAlso; }
/** * Copyright (c) 2013-2020 Contributors to the Eclipse Foundation * * <p> See the NOTICE file distributed with this work for additional information regarding copyright * ownership. All rights reserved. This program and the accompanying materials are made available * under the terms of the Apache License, Versio...
package fr.free.nrw.commons.upload; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.os.AsyncTask; import android.support.v7.app.AlertDialog; import java.io.IOException; import java.lang.ref.WeakReference; import fr.free.nrw.commons.R; import fr.free.nrw.comm...
package uk.gov.justice.digital.hmpps.community.config; import org.springframework.boot.actuate.endpoint.annotation.ReadOperation; import org.springframework.boot.actuate.endpoint.web.annotation.WebEndpoint; import org.springframework.context.annotation.Configuration; import org.springframework.http.MediaType; import o...
// "Defer assignment to 'x' using temp variable" "false" import java.io.*; class a { final int x; a(int _x) { x = _x; } a() { this(0); <caret>x = 1; } }
/** * 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...
// // 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: 2019.05....
/* * Copyright 2017 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
package proto.tdg.game.Utility; /** * Created by Olva on 11/28/16. */ public class EnumsUtility { public enum Act { MOVE, ATTACK, DEFEND, INFO, NONE } }
package com.halilsahin.weatherapp; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class WeatherappApplication { public static void main(String[] args) { SpringApplication.run(WeatherappApplication.class...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
package io.jpom.controller.node.system.ssl; import cn.jiangzeyin.common.JsonMessage; import io.jpom.common.BaseServerController; import io.jpom.common.forward.NodeForward; import io.jpom.common.forward.NodeUrl; import io.jpom.common.interceptor.OptLog; import io.jpom.model.log.UserOperateLogV1; import io.jpom.plugin.C...
/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.dao.jena; import static org.junit.Assert.*; import org.junit.Test; import org.apache.jena.rdf.model.Model; import org.apache.jena.rdf.model.ModelFactory; public class ObjectPropertyStatementDaoJenaTe...
package com.leoren.play.service.impl; import com.github.pagehelper.PageHelper; import com.github.pagehelper.PageInfo; import com.google.common.collect.Lists; import com.leoren.play.common.PageList; import com.leoren.play.common.ServerResponse; import com.leoren.play.dao.BaseMapper; import com.leoren.play.dao.UserMappe...
package ru.saidgadjiev.ormnext.core.field.datapersister; import ru.saidgadjiev.ormnext.core.connection.DatabaseResults; import ru.saidgadjiev.ormnext.core.connection.PreparableObject; import ru.saidgadjiev.ormnext.core.field.SqlType; import java.sql.SQLException; import java.sql.Types; import java.util.Date; /** * ...
/* * (C) Copyright IBM Corp. 2022. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in w...
package org.sirix.fs; import java.nio.file.Path; import java.util.Map; import javax.annotation.Nonnull; import org.sirix.api.NodeReadOnlyTrx; import org.sirix.exception.SirixException; /** * Interface for operations for usage with the command pattern. * * @author Johannes Lichtenberger, University of Konstanz * ...
package ru.job4j.tracker; import java.util.List; /** * Класс, для взаимодействия с пользователем. */ public class StartUI { /** * Программа работает пока значение истинно. */ private boolean working = true; /** * Получение данных от пользователя. */ private Input input; /** ...
/* * Copyright 2003-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
/* * 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 2020 T-Mobile, US * * 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...
package com.example.cartoon.passwordmanager.data.TablePassword; import java.util.List; /** * Created by cartoon on 2018/2/17. */ interface IGetPassword { List<Password> getList(); boolean addPassword(Password password); boolean updatePassword(Password newPassword,Password oldPassword); boolean dele...
/* * Copyright (c) 2022. Alwin Ibba * * 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 ...
/** * Copyright (c) 2010 Abbcc Corp. * No 225,Wen Yi RD, Hang Zhou, Zhe Jiang, China. * All rights reserved. * * "df.java is the copyrighted, * proprietary property of Abbcc Company and its * subsidiaries and affiliates which retain all right, title and interest * therein." * * Revision History * * Date ...
/* * MIT License * * Copyright (c) 2018. JUAN CALVOPINA M * * 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...
/* * 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 com.thomsonreuters.upa.valueadd.reactor; import com.thomsonreuters.upa.transport.TransportReturnCodes; class RestReactorOptions { final static int DEFAULT_SHUTDOWN_TIMEOUT_IN_MILLISECONDS = 500; final static int DEFAULT_SELECT_INTERVAL_IN_MILLISECONDS = 1000; /** * Determines time interval in mil...
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
/* * Gretty * * Copyright (C) 2013-2015 Andrey Hihlovskiy and contributors. * * See the file "LICENSE" for copying and usage permission. * See the file "CONTRIBUTORS" for complete list of contributors. */ package org.akhikhl.gretty; import sun.misc.CompoundEnumeration; import sun.misc.Resource; import sun.misc....
package ca.ualberta.cs.miguel1_travel; import java.io.IOException; import java.io.Serializable; import java.util.ArrayList; /** * @author miguel1 * * Class that consist of ArrayList of Claims and its functions:add,remove,get, size,etc * also includes listeners to update the claim_list */ public class Claim...
package com.mohsinkd786.controller; import com.mohsinkd786.dto.Response; import org.springframework.http.HttpStatus; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RestController; @RequestMapping(...
/* * Copyright (c) 2017, Adam <Adam@sigterm.info> * 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 * li...
package com.freetymekiyan.algorithms.level.easy; import com.freetymekiyan.algorithms.utils.Utils.TreeNode; import java.util.ArrayDeque; import java.util.Queue; import java.util.Stack; /** * 404. Sum of Left Leaves * <p> * Find the sum of all left leaves in a given binary tree. * <p> * Example: * <p> * | 3 ...
package com.lego.goods.dao; import com.lego.goods.pojo.Pref; import tk.mybatis.mapper.common.Mapper; /**** * @Author:admin * @Description:Pref的Dao * @Date 2019/6/14 0:12 *****/ public interface PrefMapper extends Mapper<Pref> { }
/* * Copyright 2018 tweerlei Wruck + Buchmeier GbR - http://www.tweerlei.de/ * * 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 * * Unl...
/* * Copyright 2018 ESOL. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in wr...
package org.synyx.urlaubsverwaltung.calendar; import javax.persistence.AttributeConverter; import javax.persistence.Converter; import java.time.Period; @Converter class PeriodConverter implements AttributeConverter<Period, String> { @Override public String convertToDatabaseColumn(Period attribute) { ...
/* * Licensed to Crate under one or more contributor license agreements. * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. Crate licenses this file * to you under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compl...
package com.coderZsq.crm.query; import lombok.Data; @Data public class CustomerTransferQueryObject extends QueryObject { }
package ssd8.socket.http.server; import ssd8.socket.http.handler.HttpHandler; import java.io.*; import java.net.ServerSocket; import java.net.Socket; /** * A single thread HTTP server. * * @author Zhang Chunxu */ public class HttpServer { public static final Integer PORT = 8000; ServerSocket serverSock...
import java.io.UnsupportedEncodingException; import java.security.MessageDigest; import java.security.NoSuchAlgorithmException; import net.runelite.mapping.ObfuscatedName; import net.runelite.mapping.ObfuscatedSignature; @ObfuscatedName("n") public class class6 implements class11 { @ObfuscatedName("m") final Message...
/* * Copyright (c) 2011-2021 VMware, 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. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * ...
/* * Copyright 1999-2011 Alibaba Group. * * 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 la...
package com.nikolajbaer.game.weapons; /* jbox2d */ import org.jbox2d.dynamics.Body; import org.jbox2d.dynamics.BodyDef; import org.jbox2d.common.Vec2; /* local */ import com.nikolajbaer.game.*; import com.nikolajbaer.game.objects.*; import com.nikolajbaer.Util; public class Blaster extends Weapon { private bool...
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, v2.2.5-2 // 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: 2017.10.09 at 04:34...
package com.hoya.service.common; import com.alibaba.fastjson.JSON; import com.hoya.service.BaseTests; import com.hoya.service.vo.LoginVo; import org.junit.Test; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.http.MediaType; import org.springframework.test.web.servlet.MockMvc;...
package fastus.springframework.sfgpetclinic.model; import lombok.*; import javax.persistence.*; import java.util.HashSet; import java.util.Set; @Setter @Getter @NoArgsConstructor @AllArgsConstructor @Builder @Entity @Table(name = "vets") public class Vet extends Person{ @ManyToMany(fetch = FetchType.EAGER) ...
/* * HartreeFockSCFMethod.java * * Created on August 6, 2004, 7:36 PM */ package org.meta.math.qm; import org.meta.math.Matrix; import org.meta.math.Vector3D; import org.meta.math.qm.event.SCFEvent; import org.meta.molecule.Atom; import org.meta.molecule.Molecule; import org.meta.molecule.UserDefinedAtomProperty...
/* * 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 n...
/* * 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 2003-2014 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
/* * Copyright 2016 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 applic...
/* * 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) 2007 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
/* * * * Copyright (C) 2016 Singular Studios (a.k.a Atom Tecnologia) - www.opensingular.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.o...
/* MIT - License Copyright (c) 2012 - this year, Nils Schmidt 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, me...
package com.gamaset.sonicbot.collector.service.academia.match.scrapper; import java.io.IOException; import java.util.ArrayList; import java.util.Set; import org.apache.log4j.LogManager; import org.apache.log4j.Logger; import org.jsoup.Jsoup; import org.jsoup.nodes.Document; import org.jsoup.nodes.Element; import org....
/* * ============================================================================= * * Copyright (c) 2007-2010, The JASYPT team (http://www.jasypt.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...
package com.google.ads.googleads.v8.services; import static io.grpc.MethodDescriptor.generateFullMethodName; /** * <pre> * Service to manage campaign drafts. * </pre> */ @javax.annotation.Generated( value = "by gRPC proto compiler", comments = "Source: google/ads/googleads/v8/services/campaign_draft_servi...
package com.simon.magiccube.engine.impl; import com.simon.magiccube.dao.domain.CaseRun; import com.simon.magiccube.dao.mapper.CaseRunMapper; import com.simon.magiccube.engine.ICaseRunEngine; import com.simon.magiccube.facade.support.CommonResult; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.spri...
/** * 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 * di...
package com.episode6.hackit.mockspresso.extend; import com.episode6.hackit.mockspresso.annotation.RealObject; import com.episode6.hackit.mockspresso.extend.testext.BuildTestMockspresso; import com.episode6.hackit.mockspresso.extend.testext.TestMockspresso; import com.episode6.hackit.mockspresso.extend.testobj.TestMock...
package me.pushy.sdk.flutter; import me.pushy.sdk.Pushy; import me.pushy.sdk.flutter.config.PushyIntentExtras; import me.pushy.sdk.flutter.util.PushyPersistence; import android.app.Notification; import android.app.PendingIntent; import android.content.Intent; import android.content.Context; import android.content.res...
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.util.text; import org.jetbrains.annotations.NotNull; /** * @author Konstantin Bulenkov */ public class DefaultJBDateTimeFormatter extends JBDateTimeFormat...
package org.doktorodata.ohdata.client.exceptions; public class OhEntityAccessException extends Exception { private static final long serialVersionUID = -4929301414027983658L; public OhEntityAccessException(String error) { super(error); } public OhEntityAccessException(Exception e) { super(e); } }