text
stringlengths
7
1.01M
package Cementacion; import Controlador.CtrlDatos; import Modelo.Datos; import Vista.FrmCapturaDatos; import Vista.FrmDatosAlumnos; import Vista.FrmDatosFinal; import Vista.FrmMenu; public class CRUDMVC { public static void main(String[] args) { FrmCapturaDatos frmD = new FrmCapturaDatos...
/** * 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.example.application.views.list; import com.example.application.data.entity.Company; import com.example.application.data.entity.Contact; import com.example.application.data.entity.Status; import org.junit.Assert; import org.junit.Before; import org.junit.Test; import java.util.ArrayList; import java.util.L...
begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1 begin_comment comment|/* * 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...
package com.github.semres.babelnet; import com.github.semres.SemRes; import com.github.semres.SynsetSerializer; import com.github.semres.Synset; import it.uniroma1.lcl.babelnet.BabelSynsetID; import it.uniroma1.lcl.babelnet.InvalidBabelSynsetIDException; import org.eclipse.rdf4j.model.*; import org.eclipse.rdf4j.model...
package Zoo.Food; public class Vegetables extends Food { public String GetFood() { return "vegetables"; } }
/** * Copyright (c) 2014, * Charles Prud'homme (TASC, INRIA Rennes, LINA CNRS UMR 6241), * Jean-Guillaume Fages (COSLING S.A.S.). * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met:...
/* * 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 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...
/* * 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 Statement: * * This software/firmware and related documentation ("MediaTek Software") are * protected under relevant copyright laws. The information contained herein is * confidential and proprietary to MediaTek Inc. and/or its licensors. Without * the prior written permission of MediaTek inc. and/or ...
/******************************************************************************* * Copyright (c) 2015-2016, WSO2.Telco Inc. (http://www.wso2telco.com) All Rights Reserved. * * WSO2.Telco Inc. licences this file to you under the Apache License, Version 2.0 (the "License"); * you may not use this file except in com...
package ca.ubc.ece.salt.pangor.original.js.learn.statements; import ca.ubc.ece.salt.gumtree.ast.ClassifiedASTNode; import ca.ubc.ece.salt.pangor.original.analysis.SourceCodeFileAnalysis; import ca.ubc.ece.salt.pangor.original.analysis.SourceCodeFileChange; import ca.ubc.ece.salt.pangor.original.cfg.CFG; import java.ut...
package edu.suda.ada.core; import org.ethereum.util.ByteUtil; import org.ethereum.vm.program.InternalTransaction; /** * Created by LiYang on 2016/11/28. */ public class SimpleInternalTransaction extends SimpleBasicTransaction { private String parentHash; private int deep; private int index; private...
/*! * Copyright (C) 2017 by Hitachi Vantara : http://www.pentaho.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 appl...
/** * Copyright 2011 Rogier Oudshoorn * <p/> * 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 * <p/> * http://www.apache.org/licenses/LICENSE-2.0 * <p/> * Unless required by applicable ...
package org.basex.query.func; import static org.basex.query.QueryError.*; import static org.basex.query.QueryText.*; import org.basex.query.*; import org.basex.query.ann.*; import org.basex.query.expr.*; import org.basex.query.util.*; import org.basex.query.value.*; import org.basex.query.value.item.*; import org.bas...
// -------------------------------------------------------------------------------- // Copyright 2002-2022 Echo Three, 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 at // // http:/...
package com.doctor.commons; import java.lang.reflect.Method; import java.util.HashMap; import java.util.Map; import java.util.Set; import org.hamcrest.core.IsEqual; import org.junit.Assert; import org.junit.Rule; import org.junit.Test; import org.junit.rules.ExpectedException; public class ReflectionUtilsTest { ...
package apavlov; /** * The interface Store - have methods add, delete, update. * * @param <T> This describes my type parameter * * @author Pavlov Artem * @since 17.09.2017 */ public interface Store<T extends Base> { /** * The method add new element to base. * * @param value - value; */ ...
public class Item { ///Atributos private int naSala; private int quantidade; ///Métodos public Item(){ quantidade = 0; } public Item(int naSala){ this.naSala = naSala; quantidade = 0; } public int getNaSala() { return naSala; } public void setNaSala(int naSala) { this.naSala = naSala; } pub...
/* * Copyright 2018 The GraphicsFuzz Project 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 applic...
package ch.epfl.sweng.GyroDraw.home; /** * Enum modelling a friends request state. */ public enum FriendsRequestState { SENT, RECEIVED, FRIENDS; /** * Builds a {@link FriendsRequestState} value from the given integer. * * @param integer the integer corresponding to the desired enum value ...
// // ======================================================================== // Copyright (c) 1995-2021 Mort Bay Consulting Pty Ltd and others. // // This program and the accompanying materials are made available under the // terms of the Eclipse Public License v. 2.0 which is available at // https://www.eclipse.org/...
package openeye.logic; import com.google.common.base.Strings; import com.google.common.collect.Maps; import com.google.common.collect.Sets; import java.io.File; import java.net.InetAddress; import java.net.NetworkInterface; import java.net.ProtocolException; import java.net.UnknownHostException; import java.util.Enume...
/* 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"); y...
package contest.codejam; import java.io.*; import java.util.*; public class GCJ_2018_Round_1C_A { static BufferedReader br; static PrintWriter out; static StringTokenizer st; static int T, N, L; public static void main(String[] args) throws IOException { br = new BufferedReader(new InputStreamReader(...
// Copyright (C) 2013 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 ...
package org.hzero.iam.domain.entity; import java.util.Date; import javax.persistence.GeneratedValue; import javax.persistence.Id; import javax.persistence.Table; import org.hzero.starter.keyencrypt.core.Encrypt; import io.choerodon.mybatis.annotation.ModifyAudit; import io.choerodon.mybatis.annotation.VersionAudit;...
package org.bson; public abstract interface BSONObject { public abstract java.lang.Object put(java.lang.String arg0, java.lang.Object arg1); public abstract void putAll(org.bson.BSONObject arg0); public abstract void putAll(java.util.Map arg0); public abstract java.lang.Object get(java.lang.String ...
/* * @(#)IMSManifestDocument.java * Copyright © 2020 Werner Randelshofer, Switzerland. MIT License. */ package ch.randelshofer.scorm.cam; import ch.randelshofer.util.IdentifierGenerator; import org.w3c.dom.Document; import org.w3c.dom.Element; import org.xml.sax.SAXException; import javax.xml.parsers.DocumentBuild...
/* * 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.dieam.reactnativepushnotification.modules; import android.app.Activity; import android.app.Application; import android.app.NotificationManager; import android.content.BroadcastReceiver; import android.content.Context; import android.content.Intent; import android.content.IntentFilter; import android.os.Bun...
package com.planet_ink.coffee_mud.Abilities.Fighter; 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.*; impor...
/* You can modify and use this source freely only for the development of application related Live2D. (c) Live2D Inc. All rights reserved. */ package jp.live2d.framework; /* * 画面の操作による行列を扱う。 * */ public final class L2DViewMatrix extends L2DMatrix44 { private float max; private float m...
package com.ironant.common.base; import android.content.Intent; import android.os.Bundle; import androidx.appcompat.app.AppCompatActivity; import androidx.databinding.DataBindingUtil; import androidx.databinding.ViewDataBinding; import androidx.fragment.app.FragmentActivity; import androidx.lifecycle.LifecycleObse...
/** * Copyright (C) 2018-2021 Expedia, 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 ag...
/** * Copyright (C) 2017 Black Duck Software, Inc. * http://www.blackducksoftware.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 l...
package solutions; import java.util.ArrayList; import java.util.Scanner; import java.io.PrintWriter; public class TaskA { public void solve(int testNumber, Scanner in, PrintWriter out) { int n = in.nextInt(); String row = in.next(); ArrayList<Integer> arr = new ArrayList<>(); int ...
package com.syscxp.header.rest; import org.springframework.http.HttpMethod; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import static com.syscxp.header.rest.RESTConstant.EMPTY_STRING; /** * Created ...
/* * ServeStream: A HTTP stream browser/player for Android * Copyright 2013 William Seemann * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this.getActivity() file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.or...
package com.isheihei.mall.member.dao; import com.isheihei.mall.member.entity.UndoLogEntity; import com.baomidou.mybatisplus.core.mapper.BaseMapper; import org.apache.ibatis.annotations.Mapper; /** * * * @author YazhouTown * @email yazhoutown@gmail.com * @date 2021-07-01 21:54:13 */ @Mapper public interface Un...
/* * Copyright (c) 2017 - 2019, SmartDeviceLink Consortium, 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 notice, t...
/* * 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...
/* * Copyright 2015-2016 Red Hat, Inc, and individual 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...
package hr.fer.zemris.java.hw13; import java.util.ArrayList; import java.util.Comparator; import java.util.LinkedHashMap; import java.util.List; import java.util.Map; import java.util.Map.Entry; /** * Utility class which provides some functional methods when working with * {@link Map} objects. * * @author dbrcin...
/** * 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 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...
package jean.peptide; import java.io.File; import jam.app.JamHome; import jam.io.LineReader; import jam.matrix.MatrixUtil; import jam.util.RegexUtil; final class RIMReader { private final File file; private final double[][] matrix; private RIMReader(File file) { this.file = file; this.m...
package com.intel.mtwilson.security.jpa; import com.intel.mtwilson.datatypes.Role; import com.intel.mtwilson.ms.controller.ApiClientX509JpaController; import com.intel.mtwilson.ms.data.ApiClientX509; import com.intel.mtwilson.ms.data.ApiRoleX509; import com.intel.mtwilson.security.core.PublicKeyUserFinder; impo...
/** * Copyright 2015-2017 Knowm Inc. (http://knowm.org) and contributors. * Copyright 2011-2015 Xeiam LLC (http://xeiam.com) and 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 Licen...
/* * Copyright (c) 2020. https://rxmicro.io * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law o...
/* * Copyright (c) 2017-2018 THL A29 Limited, a Tencent company. 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 ...
package com.ddxlabs.girgrat.entity.component; import com.artemis.Component; import org.mini2Dx.core.engine.geom.CollisionBox; import org.mini2Dx.core.engine.geom.CollisionCircle; /** * Created on 4/19/2017. */ public class Sphere extends Component { private CollisionCircle sphere; public Sphere() { } ...
package result.model; import lombok.*; import javax.persistence.*; import java.io.Serializable; import java.util.Objects; @Data @AllArgsConstructor @NoArgsConstructor @Embeddable public class RecipeCompositeKey implements Serializable { @Column(name = "ingredient_id") private Long ingredientI...
/* * 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 appli...
/** * 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...
package virtualRobot.components; //com.qualcomm.robotcore.hardware.Servo;import com.qualcomm.robotcore.hardware.Servo; /** * Created by Alex on 9/30/2015. * The virtual servo component */ public class Servo { private volatile double position; public synchronized double getPosition() { double retVal ...
package org.spongepowered.asm.lib; public abstract class ClassVisitor { protected final int api; protected ClassVisitor cv; public ClassVisitor(final int a1) { this(a1, null); } public ClassVisitor(final int a1, final ClassVisitor a2) { super(); if (a1 != 262144 &&...
package seedu.student; import java.nio.file.Path; import java.nio.file.Paths; import java.util.Map; import java.util.Objects; import java.util.logging.Logger; import javafx.application.Application; import seedu.student.commons.core.LogsCenter; import seedu.student.commons.util.FileUtil; /** * Represents the parsed ...
begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1 begin_comment comment|/* * 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...
/* * 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 fuzzyAutomaton.diagram.edit.policies; import org.eclipse.emf.ecore.EAnnotation; import org.eclipse.gef.commands.Command; import org.eclipse.gmf.runtime.diagram.core.commands.DeleteCommand; import org.eclipse.gmf.runtime.emf.commands.core.command.CompositeTransactionalCommand; import org.eclip...
/* * Copyright (c) 2019-2020 GeyserMC. http://geysermc.org * * 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,...
/* * Copyright (c) 2019 Masafumi Fujimaru * * 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, p...
package com.atguigu.gulimall.product; import com.atguigu.gulimall.product.entity.BrandEntity; import com.atguigu.gulimall.product.service.BrandService; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired; i...
/* * Copyright (C) 2016-2022 Objectos Software LTDA. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable ...
/* * Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
/* * Copyright 2008-2009 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"); you ...
package com.events.codeWithUtkarsh.eventconsumer.model; import java.math.BigDecimal; public class OrderItem { private String name; private int quantity; private BigDecimal price; public OrderItem(String name, int quantity, BigDecimal price) { super(); this.name = name; this.qua...
/* * Tencent is pleased to support the open source community by making VasSonic available. * * Copyright (C) 2017 THL A29 Limited, a Tencent company. All rights reserved. * Licensed under the BSD 3-Clause License (the "License"); you may not use this file except in compliance with the License. You may obtain a copy...
/* * Copyright 2021 Google 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 at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
/* * Copyright 2019,2020,2021 yoyosource * 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 com.rohan.dsa.foundations.patterns; import java.util.Scanner; /* E D E C D E B C D E A B C D E How many rows? 4 (N) How many columns? i row number What to print? starting character beginning with E and incrementing on every column count */ public class Pattern16 { public static void m...
package com.mikepenz.iconics.sample; import android.app.Application; import com.mikepenz.google_material_typeface_library.GoogleMaterial; import com.mikepenz.iconics.Iconics; import com.mikepenz.iconics.sample.typeface.CustomFont; import com.mikepenz.meteocons_typeface_library.Meteoconcs; public class CustomApplica...
package com.dalim.esprit.api.directory; import java.util.ArrayList; import java.util.List; public class EsRoles { private List<String> roles = new ArrayList<>(); public List<String> getRoles() { return roles; } }
/* * Copyright 2016 Yan Zhenjie. * * 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 t...
// Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.documentapi.messagebus; import com.yahoo.concurrent.ThreadFactoryFactory; import com.yahoo.document.select.parser.ParseException; import com.yahoo.documentapi.AsyncParameters; import com.yahoo.doc...
package com.atguigu.gulimall.search.service; import com.atguigu.common.to.es.SkuEsModel; import java.io.IOException; import java.util.List; public interface ProductSaveService { Boolean productStatusUp(List<SkuEsModel> skuEsModels) throws IOException; }
/* * Copyright (c) 2019, WSO2 Inc. (http://www.wso2.org) All Rights Reserved. * * WSO2 Inc. licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may not use this file except * in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org...
/** * Copyright 2009-2019 the original author or authors. * <p> * 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 * <p> * http://www.apache.org/licenses/LICENSE-2.0 * <p> * Unless requir...
/* * Copyright (c) 2015 Spotify AB. * * 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,...
package com.react_native_with_typescript_redux; import android.content.Intent; import com.facebook.react.ReactActivity; public class MainActivity extends ReactActivity { @Override public void onActivityResult(int requestCode, int resultCode, Intent data) { super.onActivityResult(requestCode, resultC...
/* * 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 requ...
/* * Copyright 2016-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...
/*- * * * Copyright 2015 Skymind,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 * * * * ...
// This file is auto-generated, don't edit it. Thanks. package com.aliyun.hosting.mode.models; import com.aliyun.tea.*; /** * list share request */ public class ListShareRequest extends TeaModel { @NameInMap("headers") public java.util.Map<String, String> headers; // creator @NameInMap("creator") ...
/* * Workspace API * Agent API * * OpenAPI spec version: 9.0.000.97.4639 * * * NOTE: This class is auto generated by the swagger code generator program. * https://github.com/swagger-api/swagger-codegen.git * Do not edit the class manually. */ package com.genesys.internal.workspace.model; import java.util....
package org.jzy3d.chart; import org.jzy3d.chart.factories.IChartFactory; import org.jzy3d.maths.Dimension; import org.jzy3d.plot3d.primitives.Drawable; import org.jzy3d.plot3d.primitives.axis.layout.IAxisLayout; import org.jzy3d.plot3d.rendering.canvas.Quality; import org.jzy3d.plot3d.rendering.legends.colorbars.AWTCo...
/* * Copyright (C) 2005 - 2014 TIBCO Software Inc. All rights reserved. * http://www.jaspersoft.com. * * Unless you have purchased a commercial license agreement from Jaspersoft, * the following license terms apply: * * This program is free software: you can redistribute it and/or modify * it under the terms...
package com.cn.decorator; public class IPhone implements MobilePhone{ @Override public void call() { System.out.println("IPhone call!"); } @Override public void photo() { System.out.println("Iphone photo!"); } }
/* * Licensed to GraphHopper GmbH under one or more contributor * license agreements. See the NOTICE file distributed with this work for * additional information regarding copyright ownership. * * GraphHopper GmbH licenses this file to you under the Apache License, * Version 2.0 (the "License"); you may n...
package co.yixiang.modules.activity.service.impl; import co.yixiang.modules.activity.domain.YxUserExtract; import co.yixiang.modules.activity.repository.YxUserExtractRepository; import co.yixiang.modules.activity.service.YxUserExtractService; import co.yixiang.modules.activity.service.dto.YxUserExtractDTO; import co.y...
/* * Copyright 2015-2102 RonCoo(http://www.roncoo.com) 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 ...
/* * Copyright 2016 Piotr Raszkowski * * 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 io.cdep.cdep.yml; /* * 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 appl...
/* * 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...
package com.sunRays.controller; import java.util.List; import javax.ws.rs.Consumes; import javax.ws.rs.GET; import javax.ws.rs.POST; import javax.ws.rs.Path; import javax.ws.rs.PathParam; import javax.ws.rs.Produces; import javax.ws.rs.WebApplicationException; import javax.ws.rs.core.MediaType; import javax.ws.rs.cor...