text
stringlengths
7
995k
/* * Copyright 2015-2020 OpenCB * * 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) 2011-2019, 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...
// Copyright (C) 2012 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 applicable ...
/* * Copyright 2014-2021 Real Logic Limited. * * 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 ...
package test; import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.util.LinkedList; import java.util.List; import javax.servlet.ServletException; import javax.servlet.annotation.WebServlet; import javax.servlet.http.HttpServlet; import javax.servlet.http.HttpServletR...
// Copyright 2017 Google Inc. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in...
/* * Copyright (C) 2009 University of Washington * * 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 ...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.resourcemanager.apimanagement.models; import com.azure.core.http.HttpHeaders; import com.azure.core.http.HttpRequest; import com.azure.core.http...
/******************************************************************************* * Gorlok AO, an implementation of Argentum Online using Java. * Copyright (C) 2019 Pablo Fernando Lillia «gorlok» * * This program is free software: you can redistribute it and/or modify * it under the terms of the GN...
package it.unibo.oop.lab.nesting1; import it.unibo.oop.lab.socialnetwork.User; /** * This is going to act as a test for * {@link it.unibo.oop.lab.nesting1.SportSocialNetworkUserImpl} * * 1) Complete the test as per comments below * * 2) Run it: every test must return true. * */ public final class TestSport...
package com.serpapi.query.search; import static com.serpapi.client.QueryParamConstants.*; /** * DuckDuckGo search parameters builder */ public class DuckDuckGoSearchParamsBuilder extends AbstractSearchParamsBuilder { private static final String myProvider = PROVIDER_DUCKDUCKGO; public DuckDuckGoSearchParam...
package de.metas.ui.web.i18n; import de.metas.i18n.AdMessageKey; import de.metas.i18n.AdMessagesTree; import de.metas.i18n.AdMessagesTreeLoader; import de.metas.i18n.IADMessageDAO; import de.metas.i18n.ILanguageBL; import de.metas.i18n.IMsgBL; import de.metas.i18n.Language; import de.metas.i18n.po.POTrlRepository; imp...
/* * Copyright 2006-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...
package stu.napls.problem; import stu.napls.model.TreeNode; public class P7 { public void solution(String tree, TreeNode root) { System.out.println(serialize(deserialize(tree))); } private void param() { String tree = "1,2,#,#,3,#,#,"; TreeNode root = null; } private int index = -1; /** * This method...
/* * This file is part of Sponge, licensed under the MIT License (MIT). * * Copyright (c) SpongePowered <https://www.spongepowered.org> * Copyright (c) contributors * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Softwar...
/* * Copyright 2019 TNG Technology Consulting GmbH * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicabl...
package com.sallyf.sallyf.Container; public class ExampleServiceExtend implements ServiceInterface { private Container container; public ExampleServiceExtend(Container container) { this.container = container; } }
package com.vitco.app.util.graphic; import com.vitco.app.util.misc.IntegerTools; import gnu.trove.map.hash.TIntObjectHashMap; /** * Basic and Advanced functionality for textures. */ public class TextureTools { // helper - determine "offsets" for a texture // Note: "Front width offset" means how many "equal...
/* (c) https://github.com/MontiCore/monticore */ package de.monticore.types.check; import de.monticore.expressions.bitexpressions._ast.*; import de.monticore.expressions.bitexpressions._visitor.BitExpressionsHandler; import de.monticore.expressions.bitexpressions._visitor.BitExpressionsTraverser; import de.monticore.e...
package ba.aljovic.amer.application.database; import ba.aljovic.amer.application.database.entities.failedmoviesjob.FailedMovie; import ba.aljovic.amer.application.database.entities.jinnijob.Movie; import ba.aljovic.amer.application.database.entities.failedmoviesjob.StatusEnum; import ba.aljovic.amer.application.databa...
package edp.vap.core.model; import edp.core.model.QueryColumn; import lombok.Data; import java.util.List; import java.util.Map; import java.util.Set; @Data public class DataUploadEntity { private Set<QueryColumn> headers; private List<Map<String, Object>> values; }
/* * 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.qidao.project.system.dept.mapper; import java.util.List; import org.apache.ibatis.annotations.Param; import com.qidao.project.system.dept.domain.Dept; /** * 部门管理 数据层 * * @author ruoyi */ public interface DeptMapper { /** * 查询部门人数 * * @param dept 部门信息 * @return 结果 */ ...
/* * Copyright <2019> 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://www.apache.org/licenses/LICENSE-2.0 * * or i...
package org.smartregister.fp.common.model; import java.util.Date; import java.util.Map; public class ContactSummaryModel extends BaseContactModel { private String contactName; private String contactDate; private Date localDate; private String contactWeeks; public ContactSummaryModel() { } ...
package com.example.user_pc.tbcrudsql.Model; public class ModelData { String npm,nama,prodi,fakultas, nisn,nsiswa,pilprodi,piljurusan,jumlah, nip,nama_dosen,prodi_dosen,matkul_dosen, id_matkul,matkul,prodi_matkul,dosen_matkul; public ModelData(){} public ModelData(String npm, String nama, Str...
package org.rxjava.service.goods.form; import lombok.Data; /** * @author happy 2019-03-28 21:32 */ @Data public class GoodsPageForm { private int page = 0; private int pageSize = 10; }
package fr.free.nrw.commons.contributions; import static fr.free.nrw.commons.contributions.Contribution.STATE_FAILED; import static fr.free.nrw.commons.contributions.Contribution.STATE_PAUSED; import static fr.free.nrw.commons.utils.LengthUtils.formatDistanceBetween; import android.Manifest; import android.annotation...
/* * 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) Facebook, Inc. and 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...
/* * Copyright (c) 2007 innoSysTec (R) GmbH, Germany. All rights reserved. * Original author: Edmund Wagner * Creation date: 04.06.2007 * * Source: $HeadURL$ * Last changed: $LastChangedDate$ * * * the unrar licence applies to all junrar source and binary distributions * you are not allowed to use this sou...
package states; import java.awt.Color; import java.awt.Graphics; import data.DataManager; import graphics.Assets; import graphics.Text; import main.Simulator; import ui.ClickListener; import ui.UIManager; import ui.UISlider; import ui.UISliderDouble; import ui.UITextButton; import utils.Defaults; import utils.Utils; ...
package org.rcsb.cif.api; import java.util.ArrayList; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import org.rcsb.cif.CifOptions; import org.rcsb.cif.Platform; import org.rcsb.cif.binary.BinaryEncoder; import org.rcsb.cif.binary.codec.Codec; import org.rcsb.cif.model.Category; import ...
public static Object getClassInstance(String className, Object arg) throws ApplicationException { if (arg == null) { return getClassInstance(className); } try { Class klass = getClass(className); Class[] ca = new Class[1]; ca[0] = arg.getClass(); ...
/* * 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.java110.fee.bmo.impl; import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSONObject; import com.java110.core.annotation.Java110Transactional; import com.java110.core.factory.GenerateCodeFactory; import com.java110.dto.fee.FeeAttrDto; import com.java110.dto.fee.FeeConfigDto; import com.java1...
package com.jaeger.statusbarutil; import android.content.Intent; import android.os.Bundle; import android.support.v7.app.AppCompatActivity; import com.jaeger.library.StatusBarUtil; import com.jaeger.statusbardemo.R; /** * Created by Jaeger on 16/2/14. * * Email: chjie.jaeger@gmail.com * GitHub: https://github.com...
/** * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
package io.onedev.server.model; import static io.onedev.server.model.Build.PROP_CANCELLER_NAME; import static io.onedev.server.model.Build.PROP_COMMIT; import static io.onedev.server.model.Build.PROP_FINISH_DATE; import static io.onedev.server.model.Build.PROP_FINISH_DAY; import static io.onedev.server.model.Build.PRO...
package frc.robot.commands.util; import edu.wpi.first.wpilibj.command.TimedCommand; /** * */ public class WaitCommand extends TimedCommand { public WaitCommand(double timeout) { super(timeout); } // Called just before this Command runs the first time protected void initialize() { } ...
package es.upm.miw.apaw_practice.adapters.rest.sportcentre; import es.upm.miw.apaw_practice.adapters.mongodb.sportcentre.entities.SpecialityEntity; import es.upm.miw.apaw_practice.adapters.rest.RestTestConfig; import es.upm.miw.apaw_practice.adapters.rest.shop.ArticleResource; import es.upm.miw.apaw_practice.domain.mo...
package com.pradeep.springboot.test.repo; import static org.assertj.core.api.Assertions.assertThat; import java.util.List; import org.junit.jupiter.api.Test; import org.junit.jupiter.api.extension.ExtendWith; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.boot.test.autoconf...
/* * 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...
/* * Copyright 2018 Murat Artim (muratartim@gmail.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
package com.prowidesoftware.swift.model.mx.sys.dic; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlType; import com.prowidesoftware.swift.model.mx.sys.dic.SwFileRequestHeader; import com....
/* * Copyright 2019 trivago N.V. * * 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 com.trianguloy.urlchecker.utilities; import android.content.Context; import android.content.Intent; import android.net.Uri; import android.os.Parcelable; import android.widget.Toast; import com.trianguloy.urlchecker.R; import java.util.ArrayList; import java.util.List; /** * Static utilities related to url...
/* * Copyright 2017-present Facebook, 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...
package kr.pe.playdata.domain; import java.util.Date; import org.springframework.data.annotation.Id; import org.springframework.data.elasticsearch.annotations.DateFormat; import org.springframework.data.elasticsearch.annotations.Document; import org.springframework.data.elasticsearch.annotations.Field; import org.spr...
package by.jackraidenph.dragonsurvival.util; import by.jackraidenph.dragonsurvival.registration.ItemsInit; import com.google.common.collect.ImmutableMap; import com.google.common.collect.Maps; import it.unimi.dsi.fastutil.ints.Int2ObjectMap; import net.minecraft.entity.merchant.villager.VillagerTrades; import net.mine...
package com.cognitionbox.petra.examples.expiredlicensescleaner; import com.cognitionbox.petra.lang.collection.PCollection; import com.cognitionbox.petra.lang.collection.PList; public class SystemData implements Licenses { final PCollection<License> licenses = new PList<>(); @Override public PCollection<Li...
// // Author: Yves Lafon <ylafon@w3.org> // // (c) COPYRIGHT MIT, ERCIM, Keio, Beihang, 2020. // Please first read the full copyright statement in file COPYRIGHT.html package org.w3c.css.properties.css; import org.w3c.css.parser.CssStyle; import org.w3c.css.properties.css3.Css3Style; import org.w3c.css.util.ApplContex...
package prep_2021; import leetcode.ListNode; public class AddTwoNumbers { public static void main(String[] args) { ListNode l1=new ListNode(2); l1.next=new ListNode(4); l1.next.next=new ListNode(3); ListNode l2=new ListNode(5); l2.next=new ListNode(6); l2.next.next...
package com.tairraos.xmatrix.family.item; import com.tairraos.xmatrix.R; import com.tairraos.xmatrix.family.recyclerview.item.BaseHead; import com.tairraos.xmatrix.family.recyclerview.item.BaseViewHolder; public class FamilyInfoSpaceHead extends BaseHead<String> { public FamilyInfoSpaceHead() { super("")...
package org.openapitools.virtualan.model; import java.net.URI; import java.util.Objects; import com.fasterxml.jackson.annotation.JsonValue; import org.openapitools.jackson.nullable.JsonNullable; import java.time.OffsetDateTime; import javax.validation.Valid; import javax.validation.constraints.*; import io.swagger.v3....
package com.example.dubbo.consumer.controller; import com.alibaba.fastjson.JSON; import com.example.common.api.AsyncDubboServiceTestApi; import com.example.common.api.DubboReferenceConfigCacheTestServcie; import com.example.common.api.DubboTestServiceApi; import com.example.common.model.ModelMessage; import com.exampl...
/* * This file is part of ELKI: * Environment for Developing KDD-Applications Supported by Index-Structures * * Copyright (C) 2019 * ELKI Development Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the...
package al.artofsoul.data; public class ArmikuUFO extends Armiku{ public ArmikuUFO(int tilleX, int tileY, PllakaFusha grid) { super(tilleX, tileY, grid); this.setTexture("/res/armiku/armikBlue32"); this.setSpeed(60); } }
/* * Copyright 2011-2013 Hippo B.V. (http://www.onehippo.com) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless req...
// Template Source: BaseEntity.java.tt // ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // -------------------------------------------...
/* * Copyright 2020 Haulmont. * * 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.broadinstitute.hellbender.tools.walkers.contamination; import htsjdk.samtools.SAMSequenceDictionary; import org.broadinstitute.barclay.argparser.Argument; import org.broadinstitute.barclay.argparser.CommandLineProgramProperties; import org.broadinstitute.hellbender.cmdline.CommandLineProgram; import org.b...
package com.alibaba.otter.canal.admin.service.impl; import java.security.NoSuchAlgorithmException; import java.util.List; import java.util.Optional; import java.util.stream.Collectors; import org.apache.commons.lang.StringUtils; import org.springframework.beans.factory.annotation.Autowired; import org.springframework...
package com.kazale.crud.api.repositories; import org.springframework.data.mongodb.repository.MongoRepository; import com.kazale.crud.api.documents.Cliente; public interface ClienteRepository extends MongoRepository<Cliente, String> { }
/* Copyright (c) 2012-2015 Jakub Białek * * 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, publis...
package me.gabreuw.algalog.domain.service.validation; public interface ValidationGroups { interface ClienteId {} }
package org.compiere.model; import org.adempiere.model.ModelColumn; import javax.annotation.Nullable; import java.math.BigDecimal; /** Generated Interface for AD_Workflow * @author metasfresh (generated) */ @SuppressWarnings("unused") public interface I_AD_Workflow { String Table_Name = "AD_Workflow"; // /**...
package com.latenighters.runicarcana.common.symbols; import com.latenighters.runicarcana.common.symbols.backend.Symbol; import net.minecraftforge.registries.ObjectHolder; public class Symbols { @ObjectHolder("runicarcana:symbol_debug") public static final Symbol DEBUG = null; @ObjectHolder("runicarcana:...
/* * The contents of this file is dual-licensed under 2 * alternative Open Source/Free licenses: LGPL 2.1 or later and * Apache License 2.0. (starting with JNA version 4.0.0). * * You can freely decide which license you want to apply to * the project. * * You may obtain a copy of the LGPL License at: * * http...
package com.viaversion.viaversion.protocols.protocol1_9to1_8.packets; import com.viaversion.viaversion.api.type.Type; import com.viaversion.viaversion.protocol.packet.PacketWrapperImpl; import net.ME; import net.Zv; class InventoryPackets$1$1$1 implements Zv { final short b; final short a; final short d; ...
package org.gradle; import java.io.File; public class TestMain { public static void main(String[] args) throws Exception { File expectedWorkingDir = new File(args[0]).getCanonicalFile(); File actualWorkingDir = new File(System.getProperty("user.dir")).getCanonicalFile(); if (!expectedWorki...
package com.liscva.mettingroom.entity.dto; import lombok.Data; import javax.validation.constraints.NotNull; @Data public class SearchReserveInfoDto { @NotNull(message = "查询的日期不能为空") private String day; @NotNull(message = "查询的区域不能为空") private String areaId; }
/** * 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.unclesniper.json.tool.syntax; import org.unclesniper.json.tool.values.Value; import org.unclesniper.json.tool.TransformationContext; import org.unclesniper.json.tool.TransformationException; public class ConstructionValue extends NonNameValue { private Construction construction; public ConstructionVal...
package com.cometchat.pro.uikit.ui_components.userprofile.privacy_security; import androidx.annotation.NonNull; import androidx.appcompat.app.AppCompatActivity; import android.content.Intent; import android.graphics.Color; import android.os.Bundle; import android.view.MenuItem; import android.view.View; import androi...
package me.retrodaredevil.game.trackshooter.render.selection.options; import com.badlogic.gdx.scenes.scene2d.Actor; import com.badlogic.gdx.scenes.scene2d.InputEvent; import com.badlogic.gdx.scenes.scene2d.ui.Cell; import java.util.Set; import me.retrodaredevil.controller.input.InputPart; import me.retrodaredevil.co...
/* * Copyright 2015 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 a...
package com.mdb255.wedding.domain.datamodel; // Generated by Hibernate Tools import java.math.BigDecimal; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.FetchType; import javax.persistence.GeneratedValue; import static javax.persistence.GenerationType...
/** * JacobGen generated file --- do not edit * * (http://www.sourceforge.net/projects/jacob-project */ package com.jacobgen.microsoft.msword; import com.jacob.com.*; public interface WdCountry { public static final int wdUS = 1; public static final int wdCanada = 2; public static final int wdLatinAmerica = 3;...
/* * MIT License * * Copyright (c) 2021 MASES s.r.l. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, cop...
/* * Copyright 2011-2016 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...
/* ---------------------------------------------------------------- | * ____ _____ | * / ___|___ / Communicate - Command - Control | * | | |_ \ MK V "Cerberus" | * | |___ ___) | ...
/* ---------------------------------------------------------------------------- * This file was automatically generated by SWIG (http://www.swig.org). * Version 3.0.12 * * Do not make changes to this file unless you know what you are doing--modify * the SWIG interface file instead. * -----------------------------...
package seedu.medmoriser.storage; import static org.junit.jupiter.api.Assertions.assertEquals; import static org.junit.jupiter.api.Assertions.assertFalse; import static seedu.medmoriser.testutil.Assert.assertThrows; import java.io.IOException; import java.nio.file.Path; import java.nio.file.Paths; import java.util.Op...
package org.openflow.protocol.statistics; import java.nio.ByteBuffer; import org.openflow.util.StringByteSerializer; /** * Represents an ofp_table_stats structure * @author David Erickson (daviderickson@cs.stanford.edu) */ public class OFTableStatistics implements OFStatistics { public static int MAX_TABLE_NA...
/* * Copyright 2007 Yusuke Yamamoto * * 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 agree...
// // 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 2010-2016 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 "l...
package eu.codebits.plasmas.receivers; import android.app.AlarmManager; import android.app.PendingIntent; import android.content.Context; import android.content.Intent; import android.net.Uri; import android.os.SystemClock; import android.support.v4.content.WakefulBroadcastReceiver; import static android.support.v4.co...
/* * Copyright 2002-2017 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")...
package de.hhu.knife; import static spark.Spark.port; import static spark.Spark.post; import java.io.StringReader; import java.util.List; import java.util.stream.Collectors; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.thoughtworks.qdox.JavaProjectBuilder; import com.thoughtworks.qdox.parser....
package com.project.qa.ui.stepDefinitions; import io.cucumber.java.en.And; import io.cucumber.java.en.Given; import io.cucumber.java.en.Then; import io.cucumber.java.en.When; public class LoginSteps { @Given("user is on login page") public void user_is_on_login_page() { // Write code here that turns ...
package hr.fer.java.vjezbe.zadatak7.domain; import hr.fer.java.vjezbe.zadatak7.model.MemberDto; import java.util.List; public interface MemberDao { List<MemberDto> findAll(); MemberDto findById(Integer id); }
package org.stagemonitor.tracing.sampling; import org.stagemonitor.configuration.ConfigurationOption; import org.stagemonitor.configuration.ConfigurationRegistry; import org.stagemonitor.tracing.SpanContextInformation; import org.stagemonitor.tracing.TracingPlugin; import org.stagemonitor.tracing.utils.RateLimiter; i...
package PJC.map.hashMap; //import paralel.collection.TObjectCollection; import java.io.*; import java.util.*; import java.util.Map.Entry; import java.util.function.Function; import java.util.function.BiFunction; import java.util.function.BiConsumer; import java.util.function.Consumer; import java.util.function.Predic...
/* * 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...
package org.apereo.cas.support.saml.services.idp.metadata.cache.resolver; import org.apereo.cas.configuration.model.support.saml.idp.SamlIdPProperties; import org.apereo.cas.support.saml.services.BaseSamlIdPServicesTests; import org.apereo.cas.support.saml.services.SamlRegisteredService; import lombok.val; import net...
/* * 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...