text
stringlengths
7
995k
/* * Copyright 2015 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 ...
/* * Copyright (c) 2008, PostgreSQL Global Development Group * See the LICENSE file in the project root for more information. */ package org.postgresql.gss; import org.postgresql.core.PGStream; import org.postgresql.util.GT; import org.postgresql.util.PSQLException; import org.postgresql.util.PSQLState; import org...
package ecfv5.https.docs_oasis_open_org.legalxml_courtfiling.ns.v5_0.ecf; 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 ecfv5.gov.niem.release.niem.niem_core._4.StatusType; ...
package com.example.auth; import org.junit.Test; import org.junit.runner.RunWith; import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; import org.springframework.test.context.web.WebAppConfiguration; @RunWith(SpringJUnit4ClassRunner.class) @WebAppConfiguration public class AuthServiceApplicationTes...
package com.lovecws.mumu.mmsns.action.dao; import com.lovecws.mumu.core.dao.BaseDao; import com.lovecws.mumu.mmsns.action.entity.MMSnsActionCollectEntity; import com.lovecws.mumu.mmsns.action.entity.MMSnsActionEntity; /** * @author babymm * @version 1.0-SNAPSHOT * @Description: 动弹收藏数据层接口 * @date 2017-12-28 17:42:...
/* * 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 p; //renaming I.m to k interface I { void m(); } class C1 implements I { public void m() { } ; } class D { void h() { I a = new C1(); a.m(); } } class NotRel { public void m() { } ; void f() { m(); } }
package com.example.xc_nonapplication; import android.content.Context; import android.content.res.TypedArray; import android.graphics.Bitmap; import android.graphics.Canvas; import android.graphics.Paint; import android.graphics.Path; import android.graphics.PorterDuff; import android.graphics.PorterDuffXfermode; 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 may ...
/* * The MIT License (MIT) * * Copyright 2021 Crown Copyright (Health Education England) * * 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 limita...
package com.hedera.services.legacy.crypto; /*- * ‌ * Hedera Services Test Clients * ​ * Copyright (C) 2018 - 2020 Hedera Hashgraph, LLC * ​ * 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...
package com.bizzan.bitrade.controller; import com.alibaba.fastjson.JSONObject; import com.bizzan.bitrade.constant.MemberLevelEnum; import com.bizzan.bitrade.constant.PromotionLevel; import com.bizzan.bitrade.constant.SysConstant; import com.bizzan.bitrade.controller.BaseController; import com.bizzan.bitrade.entity.Mem...
package cn.lotteryticket.querysystem.adapter; import android.content.Context; import android.support.v7.widget.RecyclerView; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.ImageView; import android.widget.TextView; import android.widget.Toast; import...
package com.sutdy.dashboard.controllers; import com.fasterxml.jackson.databind.ObjectMapper; import com.fasterxml.jackson.databind.json.JsonMapper; import com.sutdy.dashboard.controller.AuthApiController; import com.sutdy.dashboard.controller.TodoApiController; import com.sutdy.dashboard.domain.system.SystemErrorRepos...
// Copyright 2021 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. package org.chromium.components.signin; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import a...
/* * 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 ...
/** * Prefer to use <a href="https://github.com/entraeiendom/bacnet-sdk">bacnet-sdk commands</a> when available. */ package no.entra.bacnet.agent.commands;
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2019 Serge Rider (serge@jkiss.org) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/license...
/******************************************************************************* * Software Name : RCS IMS Stack * * Copyright (C) 2010-2016 Orange. * Copyright (C) 2014 Sony Mobile Communications Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compl...
package zrock.application.engine.content.resolver; import android.content.ContentResolver; import android.content.Context; import android.os.Build; import android.support.annotation.NonNull; /** * Helper for creating a {@code SafeContentResolver} instance. * * <p> * The functionality to retrieve the User ID that...
/* * 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 2012 Netflix, 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 ...
/* * Copyright Debezium Authors. * * Licensed under the Apache Software License version 2.0, available at http://www.apache.org/licenses/LICENSE-2.0 */ package io.debezium.connector.vitess; import static org.fest.assertions.Assertions.assertThat; import java.util.Map; import org.fest.assertions.Assertions; impor...
/* * 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 ...
/* $Id: StripSessionCFIDs.java 4655 2006-09-25 20:27:35Z paul_jack $ * * Created on September 1st, 2006 * * Copyright (C) 2006 Internet Archive. * * This file is part of the Heritrix web crawler (crawler.archive.org). * * Heritrix is free software; you can redistribute it and/or modify * it under the terms ...
package com.uservoice.uservoicesdk.ui; import java.util.ArrayList; import java.util.List; import android.annotation.SuppressLint; import android.support.v4.app.FragmentActivity; import android.view.View; import android.view.ViewGroup; import android.widget.EditText; import android.widget.Spinner; import android.widge...
/* * 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) 2016-present, RxJava Contributors. * * 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 l...
package com.padcmyanmar.popularmovie.viewholders; import android.support.v7.widget.RecyclerView; import android.view.View; /** * Created by ICE on 14-12-2017. */ public class ItemMoviesDetailsViewHolder extends RecyclerView.ViewHolder { public ItemMoviesDetailsViewHolder(View itemView) { super(itemView...
package org.stellar.sdk.responses; import junit.framework.TestCase; import org.junit.Test; public class OperationFeeStatsDeserializerTest extends TestCase { @Test public void testDeserialize() { String json = "{\n" + " \"last_ledger\": \"20882791\",\n" + " \"last_ledg...
/* * Copyright 2018 JDCLOUD.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 applicable law or agreed to in...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/cloud/servicedirectory/v1/lookup_service.proto package com.google.cloud.servicedirectory.v1; /** * <pre> * The response message for * [LookupService.ResolveService][google.cloud.servicedirectory.v1.LookupService.ResolveService]. * </pre...
/******************************************************************************* * Copyright (c) May 16, 2014 IBM Corporation and others. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompanies this distribution, ...
/* ### * IP: GHIDRA * * 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 writin...
/* * Copyright 2014-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://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 regardi...
/* * ==================================================================== * 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 ...
// // ======================================================================== // Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // All rights reserved. This program and the accompanying materials // are made available under the ter...
package krash.krashinc.github; import com.google.common.collect.ImmutableMap; import com.jcabi.github.*; import org.testng.annotations.Test; import java.io.IOException; /** * Created by Krash on 21.12.2016. */ public class GithubTests { @Test public void testCommits() throws IOException { Github githu...
package ru.job4j.list; import java.util.ArrayList; import java.util.List; /** * class ConvertList * project lesson 3.3.1 * * @author Volodymyr Martynenko (VolodymyrV.Martynenko@gmail.com) * project job4j * @version 1.0 * @since 24.11.2018 */ public class ConvertList { /** * method converted List of ...
package com.github.yoojia.events.emitter; import com.github.yoojia.events.*; import org.junit.Test; import static org.hamcrest.CoreMatchers.equalTo; import static org.hamcrest.MatcherAssert.assertThat; import static org.junit.Assert.fail; /** * @author 陈小锅 (yoojia.chen@gmail.com) * @since 1.0 */ public class Inte...
package core.parsers; import core.commands.Context; import core.commands.InteracionReceived; import core.exceptions.LastFmException; import core.parsers.explanation.NaturalTimeframeExplanation; import core.parsers.explanation.PermissiveUserExplanation; import core.parsers.explanation.util.Explanation; import core.pars...
/* * Copyright 2012-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
import javafx.scene.image.Image; /** * * @author Ben Spenciner */ public class UltraSlime extends Creature { private char charRepresentation = 'U'; private Image imgRepresentation = new Image("ultraslime.png"); private int health = 50; private int damage = 5; private int armor = 0; private ...
package com.hyrax.client.email.configuration; import com.hyrax.client.email.api.properties.EmailEventRESTClientProperties; import com.hyrax.client.email.api.properties.EmailEventRESTEndpointProperties; import com.hyrax.client.email.api.request.TeamEventSubscriptionRequest; import com.hyrax.client.email.api.service.Tea...
/******************************************************************************* * 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...
package com.oracledb.verifier.tool; import static org.junit.Assert.assertEquals; import org.junit.Test; public class Test_Check { @Test public void testApp() { assertEquals( 1, 1); } }
/* * Copyright 2015-2020 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.libvirt.jna; import java.nio.ByteBuffer; import com.sun.jna.Library; import com.sun.jna.Native; import com.sun.jna.NativeLong; import com.sun.jna.Platform; import com.sun.jna.Pointer; import com.sun.jna.ptr.IntByReference; import com.sun.jna.ptr.LongByReference; import org.libvirt.jna.callbacks.VirConnect...
/* * 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 mediaone; /** * * @author Administrator */ public class CartItem { private Product item; private int quantity;...
/* * Copyright (C) 2011 lightcouch.org * Copyright (c) 2015 IBM Corp. 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 ...
/* * Copyright (c) 2008, Swedish Institute of Computer Science. * 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 * n...
package com.teradata.ec.component.hadooptools.model; /** * Created by taoyang on 11/6/15. */ public class FileTypeModel { String typeName; Integer typeCount; public String getTypeName() { return typeName; } public void setTypeName(String typeName) { this.typeName = typeName; ...
/*! ****************************************************************************** * * Pentaho Data Integration * * Copyright (C) 2019 by Hitachi Vantara : http://www.pentaho.com * ******************************************************************************* * * Licensed under the Apache License, Version 2.0 ...
package me.hekr.iotos.softgateway.core.klink.processor; import java.util.Arrays; import java.util.Collections; import java.util.List; import java.util.Optional; import javax.annotation.PostConstruct; import lombok.extern.slf4j.Slf4j; import me.hekr.iotos.softgateway.core.annotation.CloudSendCommand; import me.hekr.iot...
package io.bezant.baas.sdk.config; public interface Configuration { boolean isTestNet(); boolean isMainNet(); NetworkType getNetworkType(); ApiEndpoint getApiEndpoint(); String getApiKey(); }
package SwordMaster.cards; import SwordMaster.SwordMasterMod; import SwordMaster.characters.swordMaster; import com.megacrit.cardcrawl.actions.common.GainEnergyAction; import com.megacrit.cardcrawl.cards.AbstractCard; import com.megacrit.cardcrawl.characters.AbstractPlayer; import com.megacrit.cardcrawl.core.CardCrawl...
package com.github.vole.portal.data.controller.admin; import com.github.vole.portal.data.model.vo.SysMenuVO; import com.github.vole.portal.data.model.vo.TreeMenu; import com.github.vole.portal.data.service.ISysMenuService; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.web.bi...
/* Copyright 2018 The TensorFlow 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 applicable law or a...
/** * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech) (4.0.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.snollidea.peppycalendarview; import com.snollidea.peppycalendarview.event.CalendarEvent; import java.util.List; public interface OnLoadEventsListener { /** * Called for loading events, when new month is initialized * @param year Year of downloadable month from Java Calendar * @param mo...
package org.loofer.framework.utils; import android.app.Activity; import android.content.Context; import android.content.Intent; import android.content.res.Resources; import android.graphics.Color; import android.graphics.drawable.Drawable; import android.net.Uri; import android.os.Message; import android.provider.Sett...
/* * Copyright (c) 2021 Martin Koster * * 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, publi...
package module1132packageJava0; import java.lang.Integer; public class Foo9 { Integer int0; Integer int1; public void foo0() { new module1132packageJava0.Foo8().foo4(); } public void foo1() { foo0(); } public void foo2() { foo1(); } public void foo3() { foo2(); } public voi...
/* * Copyright (C) 2017 zhouyou(478319399@qq.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 applicab...
package xyz.bluerobot.gtextadventure.io; public interface OutputHandler { void sendOutput(String output); }
package bank; import java.math.BigDecimal; import java.math.RoundingMode; // TODO: InterestCalculator 인터페이스 구현한 SavingInterestCalculator 클래스 public class SavingInterestCalculator implements InterestCalculator{ public BigDecimal getInterest(BigDecimal balance) { BigDecimal interest; // TODO: 적금 계좌...
/* * Copyright 2021 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...
import java.awt.Toolkit; import java.awt.event.WindowEvent; import java.sql.*; import javax.swing.JOptionPane; /** * * @author AlphaCoders */ public class Remove_Record extends javax.swing.JFrame { /** * Creates new form Remove_Record */ public Remove_Record() { initComponents(); ...
/* * 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 2009-2020 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.hubspot.jinjava.lib.tag.eager; import com.hubspot.jinjava.interpret.InterpretException; import com.hubspot.jinjava.interpret.JinjavaInterpreter; import com.hubspot.jinjava.lib.tag.FlexibleTag; import com.hubspot.jinjava.lib.tag.Tag; import com.hubspot.jinjava.tree.TagNode; import com.hubspot.jinjava.tree.p...
/* * 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...
/* * 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 use...
/* * Licensed to the University Corporation for Advanced Internet Development, * Inc. (UCAID) under one or more contributor license agreements. See the * NOTICE file distributed with this work for additional information regarding * copyright ownership. The UCAID licenses this file to You under the Apache * Lic...
/* * Copyright LWJGL. All rights reserved. * License terms: https://www.lwjgl.org/license * MACHINE GENERATED FILE, DO NOT EDIT */ /** * Contains bindings to the <a target="_blank" href="http://www.openal.org/">OpenAL</a> cross-platform 3D audio API. * * <p>LWJGL comes with a software OpenAL implementation, <a...
package com.example.uicustomviews; import android.content.Context; import android.support.test.InstrumentationRegistry; import android.support.test.runner.AndroidJUnit4; import org.junit.Test; import org.junit.runner.RunWith; import static org.junit.Assert.*; /** * Instrumented test, which will execute on an Andro...
/* * Copyright 2012-2020 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...
package org.tuxdevelop.spring.batch.lightmin.batch.configuration; import org.springframework.batch.core.explore.JobExplorer; import org.springframework.batch.core.explore.support.JobExplorerFactoryBean; /** * Specific Lightmin {@link JobExplorerFactoryBean} * that creates * {@link LightminJobExplorer} * * @author...
/* * Copyright [2013-2021], Alibaba Group Holding 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 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 m...
/* * Copyright (c) 2002-2022 Gargoyle Software 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...
package com.dbtest.apibancaria.repositorio; import com.dbtest.apibancaria.dominio.Lancamento; import org.springframework.data.repository.CrudRepository; import org.springframework.stereotype.Repository; import java.util.List; @Repository public interface LancamentoRepositorio extends CrudRepository<Lancamento, Long>...
/** * 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, either vers...
/*- * #%L * anchor-mpp-feature * %% * Copyright (C) 2010 - 2020 Owen Feehan, ETH Zurich, University of Zurich, Hoffmann-La Roche * %% * 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 w...
package com.onespatial.dwglib; public class SectionPage { public SectionPage(int pageType, byte[] expandedData) { this.pageType = pageType; this.expandedData = expandedData; } public final int pageType; public final byte[] expandedData; }
/* * Copyright (C) 2010 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 ...
package com.nabenik.jwt.auth; import java.io.IOException; import java.io.InputStream; import java.io.InputStreamReader; import java.security.KeyPair; import java.security.PrivateKey; import java.util.List; import java.util.UUID; import org.bouncycastle.jce.provider.BouncyCastleProvider; import org.bouncycastle.openss...
/* * Copyright (c) 2010-2018 Nathan Rajlich * * 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...
/* * Copyright 2012-2018 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. * * Code generated by Microsoft (R) AutoRest Code Generator. */ package com.microsoft.azure.management.network.v2020_07_01; import com.microsoft.azure....
/* * Copyright 2000-2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
package com.amazon.aws.partners.saasfactory; import java.io.IOException; import org.junit.Assert; import org.junit.BeforeClass; import org.junit.Test; import com.amazonaws.services.lambda.runtime.Context; import java.util.Map; import org.junit.Ignore; /** * A simple test harness for locally invoking your Lambda fu...
/* * Copyright (C) 2005-2008 Jive Software, 2022 Ignite Realtime Foundation. 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...
package ButtonsEvents_3.ButtonsEvents_3_3; import javafx.application.Application; import javafx.fxml.FXMLLoader; import javafx.scene.Parent; import javafx.scene.Scene; import javafx.stage.Stage; /** * Created by akshayrajgollahalli on 14/08/15. */ public class main extends Application { public static void main...
/** * Copyright 2017 Confluent Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
package com.intellij.gitlab.actions; import com.intellij.icons.AllIcons; import com.intellij.gitlab.ui.dialog.ConfigureGitLabServersDialog; import com.intellij.openapi.actionSystem.AnActionEvent; import com.intellij.openapi.project.Project; import org.jetbrains.annotations.NotNull; import static java.util.Objects.isN...
//,temp,GetSolidFireVolumeSizeCmd.java,57,69,temp,GetPathForVolumeCmd.java,54,66 //,3 public class xxx { @Override public void execute() { LOGGER.info("'GetPathForVolumeIdCmd.execute' method invoked"); String pathForVolume = _util.getPathForVolumeUuid(_volumeUuid); ApiPathForVolumeResp...
package com.app.model; import android.os.Parcel; import android.os.Parcelable; /** * Author chzjy * Date 2016/12/20. */ public class MailInfo implements Parcelable { private String mailId; private String fromUserId; private String toUserId; private int time; private String content; privat...
/** * Parts or the whole documentation of this class * are copied from the respective module: * libcloud/compute/drivers/openstack.py * @see <a href="https://github.com/apache/libcloud/tree/trunk/libcloud/compute/drivers/openstack.py">https://github.com/apache/libcloud/tree/trunk/libcloud/compute/drivers/openstack....