text
stringlengths
7
995k
package fr.javatronic.blog.massive.annotation1; import fr.javatronic.blog.processor.Annotation_001; @Annotation_001 public class Class_682 { }
/* * Copyright (c) 2016, 2017, 2018 FabricMC * * 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 ...
/* * Copyright 2021-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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/* * Copyright 2020 Wuyi Chen. * * 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 i...
package no.nav.common.utils.fn; import lombok.SneakyThrows; import java.util.function.BiConsumer; @FunctionalInterface public interface UnsafeBiConsumer<T, U> extends BiConsumer<T, U> { @Override @SneakyThrows default void accept(T t, U u) { unsafeAccept(t, u); } void unsafeAccept(T t, U...
/* * 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 erg10_ask1; /** * * @author angle */ public class Erg10_Ask1 { /** * @param args the command line arguments ...
// This is a generated file. Not intended for manual editing. package com.kplugin.psi.impl; import java.util.List; import org.jetbrains.annotations.*; import com.intellij.lang.ASTNode; import com.intellij.psi.PsiElement; import com.intellij.psi.PsiElementVisitor; import com.intellij.psi.util.PsiTreeUtil; import static...
/* * Copyright 2004, 2005, 2006 Acegi Technology Pty Limited * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
/* * Licensed to scrutmydocs.org (the "Author") under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. Author licenses this * file to you under the Apache License, Version 2.0 (the * "License"); you may not ...
package gadgetinspector.data; import java.io.IOException; import java.nio.file.Paths; import java.util.*; public class InheritanceMap { //子-父关系集合 private final Map<ClassReference.Handle, Set<ClassReference.Handle>> inheritanceMap; //父-子关系集合 private final Map<ClassReference.Handle, Set<ClassReference.H...
/* * Copyright (C) 2010 ZXing 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 applicable law or agr...
/* * * * * * Copyright 2020 First People's Cultural Council * * * * 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) 2016-2021 Deephaven Data Labs and Patent Pending */ package io.deephaven.base.map; import io.deephaven.base.Function; import io.deephaven.base.array.FastArrayTest; import io.deephaven.base.array.TrialClassA; import junit.framework.TestCase; import java.io.*; import java.util.Random; public clas...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
package xdroid.app; import android.app.Activity; import java.util.ArrayList; import java.util.Collection; import static xdroid.core.ObjectUtils.notNull; /** * @author Oleksii Kropachov (o.kropachov@shamanland.com) */ public class ActivityListeners { private Collection<OnBackPressedListener> mBackPressed; ...
package org.slowcoders.sample; import com.google.common.collect.ImmutableList; import org.joda.time.DateTime; import org.slowcoders.sample.android.BaseApplication; import org.slowcoders.sample.android.sample.R; import org.slowcoders.sample.orm.def.ORMDatabase; import org.slowcoders.sample.orm.gen.IxPost; import org.s...
/* * 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 io.ketill.hidusb.psx; /** * A proprietary implementation of the CRC32 algorithm. This was introduced as * the JDK's built in {@link java.util.zip.CRC32 CRC32} contains methods which * are not introduced until JDK 9 (this module uses JDK 8.) * <p> * <b>Note:</b> While not a direct copy-paste, this was impl...
/* * This file is part of Adblock Plus <https://adblockplus.org/>, * Copyright (C) 2006-2016 Eyeo GmbH * * Adblock Plus is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License version 3 as * published by the Free Software Foundation. * * Adblock Plus is dis...
package software.amazon.timestream.scheduledquery; import java.util.*; import java.util.stream.Collectors; import com.google.common.collect.Sets; import org.apache.commons.collections.CollectionUtils; import org.apache.commons.collections.MapUtils; import org.apache.commons.lang3.ObjectUtils; import software.amazon.c...
/* * 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 ...
/* * 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 br.com.zup.transacao.request; import java.math.BigDecimal; import javax.validation.constraints.NotBlank; import javax.validation.constraints.NotNull; import br.com.zup.transacao.model.Cartao; import br.com.zup.transacao.model.Estabelecimento; import br.com.zup.transacao.model.Transacao; public class Transac...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
package sample.entity; /** */ @javax.annotation.Generated(value = { "Doma", "2.46.2" }, date = "2021-07-01T18:50:01.287-0300") public final class Account_ implements org.seasar.doma.jdbc.criteria.metamodel.EntityMetamodel<sample.entity.Account> { static { org.seasar.doma.internal.Artifact.validateVersion(...
/* * Copyright 2014, Augmented Technologies Ltd. * * 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 com.energyxxer.trident.sets.java.selector_arguments; import com.energyxxer.commodore.functionlogic.selector.arguments.PitchArgument; import com.energyxxer.commodore.util.DoubleRange; import com.energyxxer.enxlex.pattern_matching.matching.TokenPatternMatch; import com.energyxxer.prismarine.PrismarineProductions...
/* * Hibernate, Relational Persistence for Idiomatic Java * * JBoss, Home of Professional Open Source * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @authors tag. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individua...
package org.nd4j.linalg.solvers.exception; /** * Created by agibsonccc on 8/20/14. */ public class InvalidStepException extends Exception { /** * Constructs a new exception with the specified detail message. The * cause is not initialized, and may subsequently be initialized by * a call to {@lin...
/* * RapidMiner * * Copyright (C) 2001-2008 by Rapid-I and the contributors * * Complete list of developers available at our web site: * * http://rapid-i.com * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as pub...
package TextProcessingExercise; import java.util.Scanner; public class one { private static boolean validateUsername(String userName) { if (userName.length() < 3 || userName.length() > 16) { return false; } for (int i = 0; i < userName.length(); i++) { char symbol ...
package view; import java.awt.BorderLayout; import java.awt.Color; import java.awt.EventQueue; import java.awt.Graphics; import javax.swing.JFrame; import javax.swing.JButton; import java.awt.event.ActionListener; import java.awt.event.ActionEvent; import javax.swing.JPanel; import java.awt.GridLayout; import java.awt...
/* * Copyright 2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance * with the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0/ * * or in the "license" fil...
package org.mibuck.base64; import java.io.IOException; import java.io.InputStream; import java.io.UncheckedIOException; import java.net.URL; import java.nio.file.Files; import java.nio.file.Path; import java.nio.file.Paths; import java.util.Enumeration; import java.util.Objects; import java.util.jar.Attributes; import...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
package com.jlnu.lang.realtimeinfo.model.impl; import android.util.Log; import com.jlnu.lang.realtimeinfo.common.Constant; import com.jlnu.lang.realtimeinfo.listener.IGetNewListener; import com.jlnu.lang.realtimeinfo.model.IGetNewsModel; import com.jlnu.lang.realtimeinfo.network.StateCode; import com.jlnu.lang.realti...
package pl.altkom.asc.lab.micronaut.poc.payment.service.api.v1.exceptions; public class PolicyAccountNotFound extends RuntimeException { public PolicyAccountNotFound(String accountNumber) { super("Policy Account not found. Looking for account with number: " + accountNumber); } }
package seedu.address.logic.commands; import static java.util.Objects.requireNonNull; import java.util.List; import seedu.address.commons.core.Messages; import seedu.address.commons.core.index.Index; import seedu.address.logic.commands.exceptions.CommandException; import seedu.address.model.Model; import seedu.addre...
/* * Copyright (C) 2017 Mayank Sindwani * * 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...
/* * 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 ...
/* * 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...
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
package me.limeglass.champions.abstracts; import me.limeglass.champions.Champions; import me.limeglass.champions.ChampionsAddon; import me.limeglass.champions.objects.ChampionsPlayer; import me.limeglass.champions.utils.Utils; import org.bukkit.Bukkit; import org.bukkit.configuration.file.FileConfiguration; import org...
/* * 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...
package net.azurewebsites.thehen101.azureaddressallocator; import com.google.gson.Gson; import com.google.gson.GsonBuilder; import com.google.gson.annotations.SerializedName; import net.azurewebsites.thehen101.azureaddressallocator.file.FileRegistry; /** * @author h * @since 26 May 2020 * */ public final class ...
/** * Copyright 2017 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 agree...
/* * JasperReports - Free Java Reporting Library. * Copyright (C) 2001 - 2019 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 part of JasperReports. * * J...
package it.gis.egeosDCL.client.utility; import java.util.HashMap; import java.util.Hashtable; import java.util.Iterator; import java.util.Set; public class Utility { public static void SystemOut(String text) { //System.out.println(text); } public String getSridByRegione(String regione) { String srid_out = ...
package net.oschina.app.improve.media.crop; import android.content.Context; import android.graphics.Bitmap; import android.util.AttributeSet; import android.view.ViewGroup; import android.widget.FrameLayout; import net.oschina.app.improve.media.Util; /** * Created by haibin * on 2016/12/2. */ @SuppressWarnings("u...
/* * Copyright (c) 2010-2015. Axon Framework * * 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 ...
/* * Enumerado con los 4 palos de la baraja española */ package solitario.Core; /** * * @author * - Iago Sanchez Garcia, '@LeeroyMerlin' * - Manuel Alejandro Silva Cheda, '@AlejandroCheda' * - Cristina Lavadores Pedrosa, '@TinaP5' * - Agustin Suarez Martinez, '@adotsuarez' [PM] * */ public enum Palos { OROS...
package contest.dmoj; import java.io.BufferedReader; import java.io.BufferedWriter; import java.io.IOException; import java.io.InputStreamReader; import java.io.OutputStreamWriter; import java.io.PrintWriter; import java.util.ArrayList; import java.util.StringTokenizer; public class VMSS_Agriphilisophical_Data_Slaves...
package com.firetower.alert_service.Service; import com.firetower.alert_service.common.models.Alert; import com.firetower.alert_service.repository.AlertRepository; import org.springframework.stereotype.Service; import java.util.ArrayList; import java.util.List; @Service public class AlertService { private Alert...
package cn.aibianli.sdot.base.module.network; import cn.aibianli.sdot.base.module.base.BaseContract; /** * Created by mac on 16/6/13. */ public class BaseNetPresenter implements BaseContract.IBasePresenter { private BaseNetContract.IBaseNetView mView; public BaseNetPresenter(BaseNetContract.IBaseNetView ...
/** * Copyright 2009-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 * * Unle...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
package com.mehta.service; import java.util.List; import com.mehta.common.vo.EmployeeUntaggedDocumentsVo; public interface EmployeeUntaggedDocumentsService { Long createEmployeeUntaggedDocumentsService(EmployeeUntaggedDocumentsVo employeeUntaggedDocumentsVo, String loggedUserId); void updateEmployeeUntaggedDoc...
/* * Copyright (c) Facebook, Inc. and its affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ package com.facebook.react.views.scroll; import android.animation.Animator; import android.animation.ObjectAnimator; import androi...
package fortiss.gui.listeners.action; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import fortiss.gui.commands.Command; public class ButtonListener extends MouseAdapter { private Command command; public ButtonListener(Command command) { this.command = command; } public void mouse...
/** * */ package com.mindtree.util; import org.hibernate.HibernateException; import org.hibernate.SessionFactory; import org.hibernate.boot.Metadata; import org.hibernate.boot.MetadataSources; import org.hibernate.boot.registry.StandardServiceRegistry; import org.hibernate.boot.registry.StandardServiceRegistryBuild...
package com.example.servicehi; import brave.sampler.Sampler; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.beans.factory.annotation.Value; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.sprin...
package problems.medium; import java.util.LinkedList; import java.util.Objects; import java.util.Queue; /** * Problem: https://leetcode.com/problems/subtree-of-another-tree/ * Time Complexity: O(n+m) * Space Complexity: */ class Solution572 { //Definition for a binary tree node. private class TreeNode { ...
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed u...
package com.raqun.dummyviewpager; 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 vo...
/* * Copyright 2015 Adobe Systems Incorporated * * 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.alibaba.jvm.sandbox.repeater.plugin.api; import com.alibaba.jvm.sandbox.api.ProcessControlException; import com.alibaba.jvm.sandbox.api.event.BeforeEvent; import com.alibaba.jvm.sandbox.api.event.Event; import com.alibaba.jvm.sandbox.api.event.ThrowsEvent; import com.alibaba.jvm.sandbox.repeater.plugin.dom...
package com.ctrip.platform.dal.daogen.dao; import com.ctrip.platform.dal.dao.DalHints; import com.ctrip.platform.dal.dao.DalRowMapper; import com.ctrip.platform.dal.dao.DalTableDao; import com.ctrip.platform.dal.dao.StatementParameters; import com.ctrip.platform.dal.dao.helper.DalDefaultJpaMapper; import com.ctrip.pla...
/* * 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...
// generated with ast extension for cup // version 0.8 // 16/5/2021 15:11:18 package rs.ac.bg.etf.pp1.ast; public class AstMethVoidName extends MethodTypeName { private String methName; public AstMethVoidName (String methName) { this.methName=methName; } public String getMethName() { ...
package de.szalkowski.activitylauncher; import android.content.Context; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.AdapterView; import android.widget.AdapterView.OnItemClickListener; import android.widget.GridView; import...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/ads/googleads/v5/common/criteria.proto package com.google.ads.googleads.v5.common; public interface KeywordInfoOrBuilder extends // @@protoc_insertion_point(interface_extends:google.ads.googleads.v5.common.KeywordInfo) com.google.pr...
package com.marco.petclinic.service; import com.marco.petclinic.model.Vet; public interface VetService extends CrudService<Vet, Long> { }
package com.samton.erp.api.logistics.controller; import java.util.List; import java.util.Map; import javax.annotation.Resource; import org.springframework.stereotype.Controller; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.ResponseBody; import com.sam...
/* * 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 de.tum.in.www1.artemis; import static org.assertj.core.api.Assertions.assertThat; import java.util.List; import java.util.Optional; import org.junit.jupiter.api.AfterEach; import org.junit.jupiter.api.BeforeEach; import org.junit.jupiter.api.Test; import org.springframework.beans.factory.annotation.Autowired...
/* * Kodkod -- Copyright (c) 2005-present, Emina Torlak * * 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, m...
/* * Copyright 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
/* * Copyright 2018 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. * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, softw...
/* * Copyright 2002-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...
package org.mcsully.challenges; import java.util.regex.*; /** * * A username is considered valid if all the following constraints are satisfied: * + The username consists of 8 to 30 characters inclusive, i.e., if the username * consists of less than 8 or greater than 30 characters, then it is invalid * usern...
// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may...
package mobi.chouette.dao; import javax.ejb.EJB; import javax.ejb.Stateless; import mobi.chouette.common.JobData; import mobi.chouette.model.ActionResource; import mobi.chouette.model.compliance.ComplianceCheckResource; import mobi.chouette.model.exporter.ExportResource; import mobi.chouette.model.importer.ImportReso...
/* * 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...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
package com.societegenerale.commons.plugin.rules; import com.societegenerale.commons.plugin.utils.ArchUtils; import com.tngtech.archunit.core.domain.JavaClasses; import org.junit.Test; import static org.assertj.core.api.Assertions.assertThat; /** * These are not great test, as they will fail when new classes are ad...
import javax.swing.event.ChangeEvent; import javax.swing.event.ChangeListener; import java.awt.AlphaComposite; import java.awt.Color; import java.awt.Font; import java.awt.Graphics; import java.awt.Graphics2D; import java.awt.RenderingHints; import java.util.HashMap; public class ByteCloudVisualizer extends Visualize...
package com.atguigu.gulimall.product.service; import com.baomidou.mybatisplus.extension.service.IService; import com.atguigu.common.utils.PageUtils; import com.atguigu.gulimall.product.entity.AttrAttrgroupRelationEntity; import java.util.Map; /** * 属性&属性分组关联 * * @author zhanglinchun * @email 2601165134@qq.com *...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
/* * Copyright (c) 1998, 1999, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free ...
package org.infinispan.configuration.override; import org.infinispan.AdvancedCache; import org.infinispan.commons.util.Util; import org.infinispan.context.Flag; import org.infinispan.distribution.MagicKey; import org.infinispan.interceptors.DDAsyncInterceptor; import org.junit.Assert; import org.infinispan.Cache; impo...
/* * The MIT License * * Copyright 2021 Jayson Fong <contact@jaysonfong.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 ri...
/* * Copyright (c) 2017-2020. Nitrite author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
/* * The MIT License * * Copyright (c) 2014- High-Mobility GmbH (https://high-mobility.com) * * 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 lim...
package com.thundersharp.cadmin.core.calculators; import android.content.ContentValues; import android.content.Context; import android.database.Cursor; import android.database.sqlite.SQLiteDatabase; import android.database.sqlite.SQLiteOpenHelper; import android.util.Log; import java.util.ArrayList; public class DB...
/* * Copyright (C) 2009 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 nyc.c4q.artsy4android.models; import java.util.List; public class Artwork { String id; String slug; String created_art; String updated_art; String title; String category; String medium; String date; Artwork_Dimensions dimensions; boolean published; String website; ...
/* * 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 2019-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 com.codesorcerer.abstracts; import com.google.common.reflect.TypeToken; import com.squareup.javapoet.*; import com.squareup.javapoet.TypeSpec.Builder; import javax.annotation.Generated; import javax.lang.model.element.Modifier; import javax.lang.model.element.TypeElement; import java.io.Serializable; import j...
package org.colorcoding.ibas.materials.logic; import org.colorcoding.ibas.bobas.data.Decimal; import org.colorcoding.ibas.bobas.data.emDirection; import org.colorcoding.ibas.bobas.logic.IBusinessLogicContract; /** * 物料订购数量契约 */ public interface IMaterialOrderedContract extends IBusinessLogicContract { /** * 物料编...