text
stringlengths
7
995k
package com.solvd.carina.gui.desktop.components; import com.solvd.carina.gui.common.component.base.BaseDiscountProduct; import org.openqa.selenium.SearchContext; import org.openqa.selenium.WebDriver; public class DesktopDiscountProduct extends BaseDiscountProduct { public DesktopDiscountProduct(WebDriver driver,...
/* * 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 maratonajava.javacore.pt04_sobrecargaconstrutores.test; import maratonajava.javacore.pt04_sobrecargaconstrutores.classes.Estudante; public class EstudanteTest { public static void main(String[] args) { Estudante est = new Estudante("12212", "Carlitos", new double[] {5,7,9}, "20/10/1997"); ...
/* * Copyright 2013 The Netty Project * * The Netty Project 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.org/licenses/LICENSE-2.0 * * Unless ...
/* * channel * * Copyright (c) 2021 Synopsys, Inc. * * Use subject to the terms and conditions of the Synopsys End User Software License and Maintenance Agreement. All rights reserved worldwide. */ package com.synopsys.integration.alert.channel.email.action; import java.util.ArrayList; import java.util.List; imp...
/* * MIT License * * Copyright (c) 2022 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...
package com.liyafeng.practice; import android.content.Context; /** * Created by liyafeng on 16/11/2017. */ public class ComputerBasic { //region 计算机编码 /** * 讲一下常见编码方式? * unicode 和 utf-8的区别? * http://www.ruanyifeng.com/blog/2007/10/ascii_unicode_and_utf-8.html * https://www.zhihu.com/...
package com.common.voicedna.Common; import android.text.TextUtils; import androidx.annotation.Nullable; import com.common.voicedna.VoiceRecognize.VoiceRegisterConfig; import com.common.voicedna.api.DnaPresenter; import com.common.voicedna.bean.VoiceoperateDetailBean; import com.common.voicedna.bean.VoiceoperateTaskB...
/* * Copyright 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
/* * Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) 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, and is available at * http://www.eclipse.org/legal/epl-v10.html...
/* * Copyright (c) 2009-2010, Sergey Karakovskiy and Julian Togelius * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * Redistributions of source code must retain the above copyright *...
package com.example.android.miwok; /** * {@link Word} represents a vocabulary word that the user wants to learn. * It contains a default translation and a Miwok translation for that word. * No setters provided since we are not expecting the words to change * Created by curv3r on 9/12/16. */ public class Word { ...
/* * 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.github.pcimcioch.serializer.collection; import com.github.pcimcioch.serializer.SerializerTestBase; import org.junit.jupiter.params.ParameterizedTest; import org.junit.jupiter.params.provider.MethodSource; import java.io.IOException; import java.util.stream.Stream; import static org.assertj.core.api.Asser...
/* * Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. */ package com.intellij.lang.properties.projectView; import com.intellij.ide.projectView.TreeStructureProvider; import com.intellij.ide.projectView.ViewSettings; import com.i...
package org.shaneking.leon.swagger; import org.springframework.context.annotation.ComponentScan; import org.springframework.context.annotation.Configuration; @ComponentScan @Configuration public class WebSwaggerAutoConfiguration { }
package de.dytanic.cloudnet.lib.player; import lombok.AllArgsConstructor; import lombok.Getter; /** * Created by Tareko on 23.07.2017. */ @Getter @AllArgsConstructor public class PlayerCommandExecution { private String name; private String commandLine; }
package camelinaction; import org.apache.camel.builder.RouteBuilder; import org.apache.camel.test.junit4.CamelTestSupport; import org.junit.Test; /** * Processing a big with concurrency using SEDA. */ public class BigFileSedaTest extends CamelTestSupport { @Test public void testBigFile() throws Exception {...
package com.nutrition.express.model.rest.bean; import com.google.gson.annotations.SerializedName; import java.util.ArrayList; /** * Created by huang on 2/19/16. */ public class BlogPosts { @SerializedName("blog") private BlogInfoItem blogInfo; @SerializedName("total_posts") private int count; @...
package mage.cards.t; import java.util.UUID; import mage.MageInt; import mage.abilities.Ability; import mage.abilities.common.AttacksTriggeredAbility; import mage.abilities.effects.OneShotEffect; import mage.abilities.keyword.SpaceflightAbility; import mage.cards.CardImpl; import mage.cards.CardSetInfo; import mage.co...
package io.renren.modules.bj.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.annotati...
/* * 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. */ /** * * @author iamra */ public class DSCESecondHome extends javax.swing.JFrame { /** * Creates new form DSCESecondHome ...
/** * 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...
/* * 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.github.stefvanschie.quickskript.core.psi.expression; import com.github.stefvanschie.quickskript.core.context.Context; import com.github.stefvanschie.quickskript.core.pattern.SkriptPattern; import com.github.stefvanschie.quickskript.core.psi.PsiElement; import com.github.stefvanschie.quickskript.core.psi.Ps...
/* * 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...
/* * 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 2011 Netflix * * 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/...
/* -*- mode: Java; c-basic-offset: 2; indent-tabs-mode: nil; coding: utf-8-unix -*- * * Copyright © 2020 microBean™. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www...
package com.bstek.bdf2.jbpm5.model; import java.util.Date; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.SequenceGenerator; import javax.persistence.Table; /** ...
package com.shenghui.butterknife_annotation; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Target(ElementType.FIELD) @Retention(RetentionPolicy.CLASS) public @interface BindView { int value(); }
/* * 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 roadblock.emf.ibl.Ibl; import org.eclipse.emf.common.notify.Notification; import org.eclipse.emf.common.notify.NotificationChain; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.InternalEObject; import org.eclipse.emf.ecore.impl.ENotificationImpl; import org.eclipse.emf.ecore.impl.EOb...
package com.alipay.api.response; import com.alipay.api.internal.mapping.ApiField; import com.alipay.api.domain.CloudbusCommonResult; import com.alipay.api.AlipayResponse; /** * ALIPAY API: alipay.data.aiservice.cloudbus.schedualtask.add response. * * @author auto create * @since 1.0, 2020-10-21 10:36:37 */ pub...
/* * 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 (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.resourcemanager.recoveryservicesbackup.generated; import com.azure.core.util.Context; /** Samples for ProtectionPolicies Delete. */ public fina...
package org.openprovenance.prov.template.expander; import java.util.Arrays; import java.util.Collection; import java.util.HashSet; import java.util.List; import java.util.Set; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.openprovenance.prov.model.Attribute; import org...
package com.didichuxing.datachannel.agent.engine.utils.monitor; import com.didichuxing.datachannel.agent.engine.limit.cpu.LinuxCpuTime; import com.didichuxing.datachannel.agentmanager.common.enumeration.ErrorCodeEnum; import com.didichuxing.datachannel.agentmanager.common.exception.ServiceException; import org.apache....
/* $This file is distributed under the terms of the license in LICENSE$ */ package edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.generators; import java.util.Arrays; import javax.servlet.http.HttpSession; import org.apache.jena.vocabulary.XSD; import edu.cornell.mannlib.vitro.webapp.controller.Vitr...
/** * 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 generator.RandomSubclassGenerator; import org.semanticweb.owlapi.apibinding.OWLManager; import org.semanticweb.owlapi.model.*; import org.semanticweb.owlapi.reasoner.OWLReasoner; import org.semanticweb.owlapi.reasoner.OWLReasonerFactory; import org.semanticweb.owlapi.reasoner.structural.StructuralReasonerFactory...
/* * ****************************************************************************** * * * * * * This program and the accompanying materials are made available under the * * terms of the Apache License, Version 2.0 which is available at * * https://www.apache.org/licenses/LICENSE-2.0. * * * * See the NO...
package com.AppcentTodoApp.config; import com.AppcentTodoApp.config.jwt.JwtRequestFilter; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.security.authentication.AuthenticationManager; import org.springframework.security.config...
/* * 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...
/********************************************************************************* * * * The MIT License (MIT) * * ...
// Decompiled by Jad v1.5.8g. Copyright 2001 Pavel Kouznetsov. // Jad home page: http://www.kpdus.com/jad.html // Decompiler options: packimports(3) annotate safe package com.google.android.gms.common; import android.app.*; import android.content.DialogInterface; import android.os.Bundle; import com.google.android.g...
package org.example; import java.util.Optional; public class Address { final String streetAddress; final String city; final String postalCode; final Optional<String> stateOrTerritory; final String country; /** * Constructor * @param streetAddress * @param city * @param postalCode * @param stateOrTe...
package filesystems; import java.io.InputStream; import java.io.Serializable; /** * Created by Rakovskyi Dmytro on 15.09.2017. */ public interface IFileSystem<T extends IPath,K extends IFilePointer> extends Serializable { InputStream getStream(T path); InputStream getStream(T path,K pointer); T getPat...
package com.mukesh.viewpager2.view.welcomePage; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import androidx.annotation.NonNull; import androidx.recyclerview.widget.RecyclerView; public class ViewSliderAdapter extends RecyclerView.Adapter<ViewSliderAdapter.SliderViewHo...
/* * 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 liquibase.diff.output.changelog.core; import liquibase.change.Change; import liquibase.change.core.AddForeignKeyConstraintChange; import liquibase.database.Database; import liquibase.diff.output.DiffOutputControl; import liquibase.diff.output.changelog.AbstractChangeGenerator; import liquibase.diff.output.chan...
/* * Copyright (C) 2019 - 2020 Rabobank Nederland * * 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...
package com.planet_ink.coffee_mud.Locales; import com.planet_ink.coffee_mud.core.interfaces.*; import com.planet_ink.coffee_mud.core.*; import com.planet_ink.coffee_mud.core.collections.*; import com.planet_ink.coffee_mud.Abilities.interfaces.*; import com.planet_ink.coffee_mud.Areas.interfaces.*; import com.planet_ink...
package org.springboard.configuration; import org.elasticsearch.client.RestHighLevelClient; import org.springframework.beans.factory.annotation.Value; import org.springframework.context.annotation.Bean; import org.springframework.context.annotation.Configuration; import org.springframework.data.elasticsearch.client.Cl...
/** * 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 2014-2020 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 ...
/* 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 co.edu.uniandes.csw.galeriaarte.test.logic; import co.edu.uniandes.csw.galeriaarte.ejb.PaintworkLogic; import co.edu.uniandes.csw.galeriaarte.ejb.PaintworksArtistLogic; import co.edu.uniandes.csw.galeriaarte.entities.ArtistEntity; import co.edu.uniandes.csw.galeriaarte.entities.PaintworkEntity; import co.edu.un...
/* * Copyright (c) 2008-2021, 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 ...
/** Java class "DoubleConstant.java" generated from Poseidon for UML. * Poseidon for UML is developed by <A HREF="http://www.gentleware.com">Gentleware</A>. * Generated with <A HREF="http://jakarta.apache.org/velocity/">velocity</A> template engine. */ /* * (C) Copyright 2000-2007 PharmaDM n.v. All rights reserve...
package com.vmware.vim25; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for ApplicationQuiesceFault complex type. * * <p>The following schema fragment specifies the expected content contained within ...
/* * 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 com.example.asknanterre; import android.content.Intent; import android.os.Bundle; import android.view.Menu; import android.view.MenuItem; import androidx.appcompat.app.ActionBar; import androidx.appcompat.app.AppCompatActivity; public class HelpCoursProf extends AppCompatActivity { @Override protect...
/* * Copyright (C) 2010 Benoit Guerout <bguerout at gmail dot 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 re...
/* * (C) Copyright IBM Corp. 2021. * * 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.hl7.fhir.r5.model; /* Copyright (c) 2011+, HL7, Inc. All rights reserved. Redistribution and use in source and binary forms, with or without modification, \ are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notic...
/* * Copyright (C) 2014 Abhishek * * 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 License, or (at your option) any later version. * * This program is distribut...
package cert.aiops.pega.startup; import cert.aiops.pega.util.PegaEnum; import org.springframework.context.annotation.Condition; import org.springframework.context.annotation.ConditionContext; import org.springframework.core.type.AnnotatedTypeMetadata; /** * @author He */ public class BeingMasterCondition implements...
package org.ekstep.jobs.samza.test; import com.google.gson.Gson; import com.google.gson.reflect.TypeToken; import org.apache.samza.config.Config; import org.apache.samza.metrics.Counter; import org.apache.samza.metrics.MetricsRegistry; import org.apache.samza.system.IncomingMessageEnvelope; import org.apache.samza.sys...
package at.tuwien.ict.acona.cell.communicator; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.google.gson.JsonElement; import com.google.gson.JsonPrimitive; import com.google.gson.reflect.TypeToken; import at.tuwien.ict...
/* * 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 voss.multilayernms.inventory.nmscore.portedit.delete; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import voss.core.server.exception.ExternalServiceException; import voss.core.server.exception.InventoryException; import java.io.IOException; public interface IPortDelete { Logger log = LoggerFa...
/* Copyright 2017-2019 VMware, Inc. SPDX-License-Identifier: BSD-2-Clause */ package com.vmware.weathervane.auction.service; public interface WarmerService { boolean isWarmingComplete(); }
/** * Copyright 2009-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 * * Unle...
package com.mlcr.string._205; import java.util.HashMap; /** * @program: MyLeetCodeRecorder * @description: https://leetcode-cn.com/problems/isomorphic-strings/ * @author: fynch3r * @create: 2021-06-11 13:57 **/ public class Solution { public boolean isIsomorphic(String s, String t) { if (s.length(...
/* * 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 org.strangeforest.tcb.stats.service; import java.util.*; import org.springframework.beans.factory.annotation.*; import org.springframework.jdbc.core.namedparam.*; import org.springframework.stereotype.*; import org.strangeforest.tcb.stats.model.core.*; import org.strangeforest.tcb.stats.model.table.*; import...
package dev.snowdrop.vertx.amqp; import java.util.function.Consumer; import reactor.core.publisher.Mono; class SnowdropAmqpSender implements AmqpSender { private final io.vertx.axle.amqp.AmqpSender delegate; private final MessageConverter messageConverter; SnowdropAmqpSender(io.vertx.axle.amqp.AmqpSen...
/* * Copyright 2013 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 2018 ADLINK Technology 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law o...
package com.liugd.note.dto; import lombok.Getter; import lombok.Setter; import java.util.List; /** * es mapping 结构 * * @author <a href="mailto:liugd2020@gmail.com">liuguodong</a> * @since 1.0 */ @Setter @Getter public class SearchEsDto { private String id; private String name; private List<TestDto>...
package com.baeldung.resource.web.controller; import java.util.ArrayList; import java.util.Collection; import java.util.List; import org.springframework.http.HttpStatus; import org.springframework.security.access.prepost.PostAuthorize; import org.springframework.security.core.annotation.AuthenticationPrincipal; impor...
package ca.uhn.hapi.fhir.docs; import java.util.List; import javax.annotation.Nonnull; import org.hl7.fhir.instance.model.api.IBaseResource; import org.hl7.fhir.r4.model.InstantType; import org.hl7.fhir.r4.model.Patient; /*- * #%L * HAPI FHIR - Docs * %% * Copyright (C) 2014 - 2021 Smile CDR, Inc. * %% * Lice...
package parser; import org.apache.commons.io.FileUtils; import org.jdom2.Document; import org.jdom2.Element; import org.jdom2.JDOMException; import org.jdom2.Namespace; import org.jdom2.input.SAXBuilder; import java.io.*; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.u...
package de.unidue.ltl.ctest.io; import java.io.File; import java.io.IOException; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.util.ArrayList; import java.util.List; import de.unidue.ltl.ctest.core.CTestObject; import de.unidue.ltl.ctest.core.CTestToken; import de.unid...
package wechat.user; import java.util.List; import org.apache.commons.lang.StringUtils; import com.google.gson.Gson; import com.google.gson.JsonArray; import com.google.gson.JsonObject; import com.google.gson.JsonParser; import com.google.gson.reflect.TypeToken; import play.Logger; import utils.HttpUtils; import w...
package com.capgemini.sfdc.oop; // OOP - Object Oriented Programming // Encapsulation // Abstraction // Inheritance // Polymorphism public class App { }
package com.google.android.gms.internal; import android.os.Parcel; import android.os.Parcelable.Creator; import com.google.android.gms.common.internal.safeparcel.zzb; public final class zzcjj implements Creator<zzcji> { public final /* synthetic */ Object createFromParcel(Parcel parcel) { Double d = null;...
/* * 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 t...
package com.handmark.pulltorefresh.library.list; import android.content.Context; import android.graphics.Canvas; import android.graphics.Rect; import android.os.Build; import android.view.View; import android.widget.AbsListView; import android.widget.ListView; import java.lang.reflect.Field; import java.util.ArrayLis...
public class Rectangle extends Shape { String name; double length; double width; public Rectangle(String n, double length, double width) { super(n); this.length = length; this.width = width; } public void computeArea(){ System.out.println("-----AREA------"); ...
/* * Copyright (C) 2014-2021 Philip Helger (www.helger.com) * philip[at]helger[dot]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/LICEN...
/* * Ory APIs * Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. * * The version of the OpenAPI document: v0.0.1-alpha.30 * Contact: support@ory.sh * * NOTE: This class is auto generate...
package in4392.cloudcomputing.maininstance.api; import java.io.IOException; import java.nio.charset.StandardCharsets; import java.nio.file.Files; import java.nio.file.Paths; import java.util.List; import java.util.Map; import javax.inject.Named; import javax.ws.rs.Consumes; import javax.ws.rs.GET; import javax.ws.rs....
package org.jitsi.impl.neomedia.codec.audio.silk; public class PitchEstDefinesFLP { static final float PITCH_EST_FLP_FLATCONTOUR_BIAS = 0.05f; static final float PITCH_EST_FLP_PREVLAG_BIAS = 0.2f; static final float PITCH_EST_FLP_SHORTLAG_BIAS = 0.2f; }
/* Copyright 2017 Digital Learning Sciences (DLS) at the University Corporation for Atmospheric Research (UCAR), P.O. Box 3000, Boulder, CO 80307 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 a...
package sunloginExpGui.common; import java.net.UnknownHostException; import java.util.ArrayList; import inet.ipaddr.HostName; import inet.ipaddr.HostNameException; import inet.ipaddr.IPAddress; import inet.ipaddr.IPAddressString; import sunloginExpGui.mainJFrame.SunloginExpGui; public class TargetIpOrDomainHandle { ...
package co.edu.javeriana.proxies.checkin.types; import javax.xml.bind.JAXBElement; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElementRef; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for CheckInUniversalResul...
/* * 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")...
/** * Copyright 2011 Peter Murray-Rust et. al. * * 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...