text
stringlengths
7
995k
package org.knowm.xchange.examples.btctrade.marketdata; import java.io.IOException; import org.knowm.xchange.Exchange; import org.knowm.xchange.ExchangeFactory; import org.knowm.xchange.btctrade.BTCTradeExchange; import org.knowm.xchange.btctrade.dto.marketdata.BTCTradeTicker; import org.knowm.xchange.btctrade.service...
package com.ycao.mysite.service.user.impl; import com.ycao.mysite.constant.ErrorConstant; import com.ycao.mysite.dao.UserDao; import com.ycao.mysite.exception.BusinessException; import com.ycao.mysite.model.UserDomain; import com.ycao.mysite.service.user.UserService; import com.ycao.mysite.utils.MyUtils; import org.ap...
import java.util.*; import java.io.*; import java.util.*; class p36 { public static void main(String[] args) { try { //Create File File file = new File("MyFile.txt"); boolean fvar = file.createNewFile(); if (fvar){ System.out.println("File has been created successfully"); } ...
//,temp,TestDistCpViewFs.java,254,271,temp,TestIntegration.java,344,362 //,3 public class xxx { @Test public void testMultiDirTargetPresent() { try { addEntries(listFile, "multifile", "singledir"); createFiles("multifile/file3", "multifile/file4", "multifile/file5"); mkdirs(target.toString(),...
package s0100; import org.junit.Test; import java.util.Arrays; /** * [189] 旋转数组 * <p> * https://leetcode-cn.com/problems/rotate-array/description/ * <p> * algorithms * Easy (36.87%) * Total Accepted: 43K * Total Submissions: 116.5K * Testcase Example: '[1,2,3,4,5,6,7]\n3' * <p> * 给定一个数组,将数组中的元素向右移动 k ...
package link.webarata3.poi; import org.apache.poi.ss.usermodel.Sheet; /** * Sheetを便利に扱うためのクラス */ public class BenriSheet { private Sheet sheet; /** * コンストラクタ * * @param sheet シート */ public BenriSheet(Sheet sheet) { this.sheet = sheet; } /** * シートから、指定の行列のBenriC...
/* * Copyright (c) 2017, salesforce.com, inc. * All rights reserved. * Licensed under the BSD 3-Clause license. * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause */ package com.force.i18n.grammar.impl; import static com.force.i18n.commons.util.setti...
package com.jeffersonaraujo.filmesfamosos; import android.content.Context; import android.net.Uri; import android.util.DisplayMetrics; import java.net.MalformedURLException; import java.net.URL; /** * Created by jeff on 06/12/2017. */ public class Util { private static String TMDB_API = BuildConfig.TMDB_API_...
/* * 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 group.zealot.study.algorithm.search.tree; import lombok.Getter; import static group.zealot.study.algorithm.util.Utils.NumbersUtil; /** * @author zealotTL * @date 2019-12-29 11:39 */ public abstract class AbsTree { @Getter private int value;//值 @Getter private int[] indexs;//相同值的原数组下标节点 ...
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
package com.klst.einvoice; import java.math.BigDecimal; import com.klst.einvoice.unece.uncefact.Amount; import com.klst.untdid.codelist.TaxCategoryCode; /** * VAT BREAKDOWN * <p> * A group of business terms providing information about VAT breakdown by different * categories, rates and exemption reasons * <p> ...
/* * Copyright 2014-2018 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 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...
package com.atguigu.gulimall.product.exception; import ch.qos.logback.core.net.SyslogOutputStream; import com.atguigu.common.exception.BizCodeEnume; import com.atguigu.common.utils.R; import com.baomidou.mybatisplus.annotation.TableLogic; import lombok.extern.slf4j.Slf4j; import org.springframework.validation.BindingR...
// Targeted by JavaCPP version 1.5.4: DO NOT EDIT THIS FILE package org.bytedeco.tensorrt.nvinfer; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.javacpp.presets.javacpp.*; import org.bytedeco.cuda.cudart.*; import static org.bytedeco.cuda.globa...
package com.smartercommerce.pojo; import javax.persistence.Column; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.persistence.Table; import javax.validation.constraints.NotNull; import javax.validation.constra...
// RobotBuilder Version: 2.0 // // This file was generated by RobotBuilder. It contains sections of // code that are automatically generated and assigned by robotbuilder. // These sections will be updated in the future when you export to // Java from RobotBuilder. Do not put any code or make any change in // the blocks...
/* * Copyright © 2012-2018 VMware, 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 by applica...
package com.ukefu.webim.service.repository; import java.util.List; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.data.jpa.repository.JpaRepository; import com.ukefu.webim.web.model.Role; import com.ukefu.webim.web.model.User; import com.ukefu...
/* * MIT License * Copyright (c) 2017-2019 nuls.io * 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, m...
/* * Copyright (c) 1995, 2100, QunCe and/or its affiliates. All rights reserved. * QUNCE PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. * */ package com.qunce.message.mqtt; import org.eclipse.paho.client.mqttv3.MqttClient; /** * @ClassName MqttClientDemo * @Description TODO * @Author soul goodman ...
package com.epam.jdi.httptests.examples.requestsretry; import com.epam.jdi.services.RetryingService; import com.epam.jdi.httptests.support.WithRetryService; import org.testng.annotations.BeforeClass; import org.testng.annotations.Test; import static com.epam.http.requests.ServiceInit.init; public class RetryTest ext...
/** * Copyright 2020 Huawei Technologies Co., Ltd * <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 ap...
package org.gridkit.jvmtool; import java.util.Arrays; import java.util.List; import org.gridkit.jvmtool.cli.CommandLauncher; public class SJK extends CommandLauncher { @SuppressWarnings("unused") private static final boolean JAVA_11 = System.getProperty("java.vm.version").startsWith("11."); public static vo...
package com.project.convertedCode.globalNamespace.classes; import java.lang.invoke.MethodHandles; import com.runtimeconverter.runtime.passByReference.PassByReferenceArgs; import com.runtimeconverter.runtime.classes.NoConstructor; import com.project.convertedCode.globalNamespace.classes.PHP_Token; import com.runtimecon...
package com.sequenceiq.cloudbreak.controller; import static java.time.ZoneId.systemDefault; import java.time.LocalDate; import java.util.List; import javax.inject.Inject; import javax.transaction.Transactional; import javax.transaction.Transactional.TxType; import org.springframework.beans.factory.annotation.Autowi...
package js.tinyvm.old.classfile; public class EExtraBytes extends Exception { public EExtraBytes (String aMsg) { super(aMsg); } /** * Comment for <code>serialVersionUID</code> */ private static final long serialVersionUID = 3257848762154891313L; }
package com.nkasenides.athlos.editor.datatype; public class UnresolvedDataType implements DataType { private final String name; private final String protoBufName; public UnresolvedDataType(String name, String protoBufName) { this.name = name; this.protoBufName = protoBufName; } @...
/* * 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 ca.bc.gov.tno.services.models; import java.io.Serializable; import java.time.ZonedDateTime; import java.time.format.DateTimeFormatter; import java.util.UUID; import com.fasterxml.jackson.annotation.JsonFormat; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; import ca.bc.gov.tno.services.con...
package cn.edu.zjnu.acm.judge.controller.submission; import cn.edu.zjnu.acm.judge.domain.Submission; import cn.edu.zjnu.acm.judge.exception.BusinessCode; import cn.edu.zjnu.acm.judge.exception.BusinessException; import cn.edu.zjnu.acm.judge.mapper.SubmissionDetailMapper; import cn.edu.zjnu.acm.judge.mapper.UserPrefere...
package com.ablyy.project.system.mapper; import java.util.List; import com.ablyy.project.system.domain.SysUserPost; /** * 用户与岗位关联表 数据层 * * @author ruoyi */ public interface SysUserPostMapper { /** * 通过用户ID删除用户和岗位关联 * * @param userId 用户ID * @return 结果 */ public int deleteUserPostB...
/* * This file is part of Tall Worlds, licensed under the MIT License (MIT). * * Copyright (c) 2014 Tall Worlds * * 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 restricti...
package pogrebenko.lab3db.model.message; import pogrebenko.loggerwrapper.LoggerWrapper; import java.io.FileWriter; import java.io.IOException; import java.util.ArrayList; import java.util.logging.Logger; import static pogrebenko.lab3db.commonutil.CommonUtil.cutEndChars; /** * Container for the Message objects. * ...
// Copyright 2015-2020 SWIM.AI 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 ...
package com.chinaway.tms.admin.service; import com.chinaway.tms.admin.model.SysRoleMenu; import com.chinaway.tms.core.BaseService; public interface SysRoleMenuService extends BaseService<SysRoleMenu, Integer> { /** * 添加角色菜单关联 * @param menuids * @param sysRoleMenu * @return */ int insertRoleMenu(String m...
package com.yonyou.weixin.mp.bean; import com.thoughtworks.xstream.annotations.XStreamAlias; import com.thoughtworks.xstream.annotations.XStreamConverter; import com.yonyou.weixin.common.api.WxConsts; import com.yonyou.weixin.common.util.xml.XStreamCDataConverter; @XStreamAlias("xml") public class WxMpXmlOutTransferC...
public class ProductUtils { public static void main(String[] args) { ProductCatalog productCatalog = new ProductCatalog(); productCatalog.listAllProducts(); } }
/* * Copyright 2010-2015 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 br.com.infox.treinamento.trainee.pessoafisica.cdi; import static java.lang.annotation.ElementType.FIELD; import static java.lang.annotation.ElementType.METHOD; import static java.lang.annotation.ElementType.PARAMETER; import static java.lang.annotation.ElementType.TYPE; import static java.lang.annotation.Reten...
package code.haotran.testing.ui.userslist; import android.view.LayoutInflater; import android.view.ViewGroup; import androidx.annotation.NonNull; import androidx.recyclerview.widget.RecyclerView; import code.haotran.testing.data.local.model.Reputation; import code.haotran.testing.databinding.ItemReputationBinding; /...
package net.minecraft.client.renderer; import net.minecraft.client.renderer.chunk.ListedRenderChunk; import net.minecraft.client.renderer.chunk.RenderChunk; import net.minecraft.util.EnumWorldBlockLayer; import optfine.Config; import org.lwjgl.opengl.GL11; public class RenderList extends ChunkRenderContainer { p...
package no.nav.registre.aareg.consumer.rs; import static org.hamcrest.MatcherAssert.assertThat; import static org.hamcrest.Matchers.equalTo; import static org.springframework.test.web.client.match.MockRestRequestMatchers.content; import static org.springframework.test.web.client.match.MockRestRequestMatchers.method; i...
/* * 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 chihane.jdaddressselector; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.ImageView; import android.widget.TextView; import java.util.List; /** * Created by dun on 17/2/9. */ public class SelectAdapter e...
package module0269_internal.a; import java.io.*; import java.rmi.*; import java.nio.file.*; /** * Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut * labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. ...
/* * Copyright 2019 Arcus 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 law or a...
/* * 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 eu.jaspe.metrics; import eu.jaspe.metrics.aspect.AbstractMetricsAspect; import org.aspectj.lang.annotation.Aspect; import org.springframework.stereotype.Component; /** * <p> * <p> * <p> * <p> * @author cjrequena * @version 1.0 * @since JDK1.8 * @see * */ @Aspect @Component public class MetricsAspect...
package com.dsatab.data; import com.dsatab.data.enums.TalentType; import com.dsatab.data.items.EquippedItem; import com.dsatab.util.Debug; import com.dsatab.util.DsaUtil; import org.json.JSONException; import org.json.JSONObject; public class MetaTalent extends Talent implements JSONable { private static final lon...
// // ======================================================================== // Copyright (c) 1995-2018 Mort Bay Consulting Pty. Ltd. // ------------------------------------------------------------------------ // All rights reserved. This program and the accompanying materials // are made available under the ter...
/* file: Result.java */ /******************************************************************************* * Copyright 2014-2020 Intel Corporation * * 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...
/* * 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 network; import java.awt.Color; import java.awt.Font; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.Polygon; import java.awt.Rectangle; import java.awt.RenderingHints; import java.awt.Shape; import java.awt.geom.Area; import java.awt.geom.Ellipse2D; import java.awt.image.BufferedImage; ...
/** * Copyright (c) 2009-2010, Yahoo! Inc. All rights reserved. * Code licensed under the BSD License: * http://searchmarketing.yahoo.com/developer/docs/license.txt */ package com.yahoo.messenger.reqresp; import com.yahoo.messenger.exception.HttpException; import com.yahoo.messenger.exception.MessengerException; ...
package com.huaweicloud.sample; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.cloud.client.discovery.EnableDiscoveryClient; import org.springframework.cloud.client.loadbalancer.LoadBalanced; import org.springframework....
/* * Copyright Lealone Database Group. * Licensed under the Server Side Public License, v 1. * Initial Developer: zhh */ package org.lealone.orm.property; import java.io.IOException; import org.lealone.db.value.Value; import org.lealone.db.value.ValueArray; import org.lealone.db.value.ValueString; import org.leal...
package com.javarush.task.task21.task2107; import javax.jws.soap.SOAPBinding; import java.util.LinkedHashMap; import java.util.Map; import java.util.Objects; /* Глубокое клонирование карты Deep clone LinkedHashMap */ public class Solution implements Cloneable { @Override public boolean equals(Object o) ...
/* * 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...
package mage.cards.h; import java.util.UUID; import mage.MageInt; import mage.abilities.common.SimpleActivatedAbility; import mage.abilities.costs.mana.ManaCostsImpl; import mage.abilities.effects.common.continuous.GainAbilitySourceEffect; import mage.abilities.keyword.TrampleAbility; import mage.cards.CardImpl; impor...
package com.juelunn.lightcloud.module.blog.contorller; import com.juelunn.common.vo.*; import com.juelunn.lightcloud.module.blog.service.CommentService; import com.juelunn.common.annotation.OptLog; import com.juelunn.common.dto.CommentBackDTO; import com.juelunn.common.dto.CommentDTO; import com.juelunn.common.dto.Rep...
/* * 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 Open Baton (http://www.openbaton.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/licenses/LICENSE-2.0 * * Unless required ...
// FontChooser.java // A font chooser that allows users to pick a font by name, size, style, and // color. The color selection is provided by a JColorChooser pane. This // dialog builds an AttributeSet suitable for use with JTextPane. // package cz.srubarovi.teacher; import java.util.Arrays; import javax.swing.*; im...
/* * Copyright 2016 Gustavo Pacheco. * * 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 org.ljrobotics.vikingvision; import org.json.JSONException; import org.json.JSONObject; import org.opencv.core.Rect; /** * A rectangular vision target, representing either an angled or head-on orientation. Use * this class to determine distance and internal/external angles to a physical target. */ public c...
// Targeted by JavaCPP version 1.5.7: DO NOT EDIT THIS FILE package org.bytedeco.tensorflow; import org.bytedeco.tensorflow.Allocator; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.javacpp.presets.javacpp.*; import static org.bytedeco.tensorfl...
package de.mari_023.fabric.ae2wtlib.terminal; import appeng.api.config.AccessRestriction; import appeng.api.config.Actionable; import appeng.api.config.PowerMultiplier; import appeng.api.features.ILocatable; import appeng.api.features.IWirelessTermHandler; import appeng.api.implementations.guiobjects.IGuiItemObject; i...
/* * 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 frc.robot.subsystems; import edu.wpi.first.wpilibj.smartdashboard.SmartDashboard; import edu.wpi.first.wpilibj2.command.SubsystemBase; import edu.wpi.first.wpilibj.Spark; public class Shooter extends SubsystemBase { private Spark shooterTopMotor; private Spark shooterBottomMotor; public ...
package com.ruoyi.system.dpdservices; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for serviceDutyOpenUMLeFV1 complex type. * * <p>The following schema fragment specifies the expected content contai...
package pro; import org.apache.kafka.clients.producer.*; import org.apache.kafka.common.serialization.StringSerializer; import java.util.Properties; public class ProducerDemo { public static void main(String[] args) { KafkaProducer<String, String> producer = new KafkaProducer<>(init()); while (...
/* * GridGain Community Edition Licensing * Copyright 2019 GridGain Systems, Inc. * * Licensed under the Apache License, Version 2.0 (the "License") modified with Commons Clause * Restriction; you may not use this file except in compliance with the License. You may obtain a * c...
package com.cronutils.dataset; public enum CronDescriptionTemplate { TEMPLATE_01("%s-traintest.template"); private String templateString; CronDescriptionTemplate(String templateString){ this.templateString = templateString; } public String getTemplateString(){ return this.templat...
package br.com.eiasiscon.notafiscal.ide; import com.fasterxml.jackson.annotation.JsonCreator; import com.fasterxml.jackson.annotation.JsonFormat; import com.fasterxml.jackson.annotation.JsonProperty; @JsonFormat(shape = JsonFormat.Shape.OBJECT) public enum TpNF { ENTRADA("0", "Entrada"), SAIDA("1", "Saída"); priva...
/* * Copyright 2010-2021 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 * * Unles...
// Copyright 2020 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 b...
/** * 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 * distribu...
public JDialog getPDCEditorWidow() throws KExceptionClass { try { log.log(this, "Openning editor " + pdcEditorClass.getName()); Class[] editorConstructorRequiredParam = new Class[] { KConfigurationClass.class, KLogClass.class, java.awt.Window.class }; Object[] editorConstruct...
package com.mongodb.orm.engine.entry; import com.mongodb.exception.StatementException; /** * Mongodb operator type. * @see {@link http://docs.mongodb.org/manual/reference/operator} * @author: xiangping_yu * @data : 2014-7-18 * @since : 1.5 */ public enum Operator { /** * Query and Projection Operators. ...
/* * $Id$ * * 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 * "Lice...
/** * 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 org.omg.hw.guiCutThrough; /** * Generated from IDL definition of struct "GCTProfileInfo_T" * @author JacORB IDL compiler */ public final class GCTProfileInfo_THelper { private static org.omg.CORBA.TypeCode _type = null; public static org.omg.CORBA.TypeCode type () { if (_type == null) { _type =...
package org.checkerframework.dataflow.cfg.node; /** * A visitor for a {@link Node} tree. * * @param <R> return type of the visitor. Use {@link Void} if the visitor does not have a return * value. * @param <P> parameter type of the visitor. Use {@link Void} if the visitor does not have a * parameter. */ ...
package sgf.gateway.validation.type; import javax.validation.Constraint; import javax.validation.Payload; import java.lang.annotation.Documented; import java.lang.annotation.Retention; import java.lang.annotation.Target; import static java.lang.annotation.ElementType.FIELD; import static java.lang.annotation.ElementT...
/* * The MIT License * * Copyright (c) 2014 The Broad Institute * * 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...
package com.common.platform.sys.modular.system.service; import cn.hutool.core.collection.CollectionUtil; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.core.metadata.IPage; import com.baomidou.mybatisplus.extension.plugins.pagination.Page; import com.baomidou.mybati...
// // This file was generated by the JavaTM Architecture for XML Binding(JAXB) Reference Implementation, vJAXB 2.1.10 in JDK 6 // 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: 2010.0...
/** * Copyright (C) 2011 Metropolitan Transportation Authority * * 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 requi...
package edu.csun.team5.pronounce_a_pal; import android.content.Intent; import android.support.v7.app.AppCompatActivity; import android.os.Bundle; import android.view.View; import android.widget.Button; public class RecordInitial7Activity extends AppCompatActivity { @Override protected void onCreate(Bundle s...
/** * The MIT License * Copyright (c) 2014 Ilkka Seppä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, copy, ...
package com.example.takusemba.quicplayer; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test public ...
/* * Licensed to Elasticsearch B.V. under one or more contributor * license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright * ownership. Elasticsearch B.V. licenses this file to you under * the Apache License, Version 2.0 (the "License"); you may * not u...
package com.ECS.client.jax; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlType; /** ...
/* * Copyright 2018 StreamSets 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...
/* Derby - Class org.apache.derbyTesting.functionTests.harness.NetServer 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 fil...
/* ============================================================================ Author : Dmitry Moskalchuk Version : 1.5 Copyright : Copyright (C) 2008 Rhomobile. All rights reserved. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as...
// 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.openapi.vfs.newvfs; import com.intellij.ide.highlighter.ArchiveFileType; import com.intellij.openapi.fileTypes.FileTypeRegistry; import com.intellij.openapi....
/* * Copyright 2000-2015 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...