text
stringlengths
7
995k
/* * ----------------------------------------------------------------------------- * VIPER SOFTWARE SERVICES * ----------------------------------------------------------------------------- * * MIT License * * Copyright (c) #{classname}.html #{util.YYYY()} Viper Software Services * * Perm...
/* * 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.fresco.vito.options; import android.graphics.Bitmap; import android.graphics.PointF; import com.facebook.comm...
package com.QASystem.LightQA.questionClassifier.patternbased; import com.QASystem.LightQA.model.Question; import com.QASystem.LightQA.model.QuestionType; import com.QASystem.LightQA.questionClassifier.QuestionTypeTransformer; import com.QASystem.LightQA.util.Tools; import org.slf4j.Logger; import org.slf4j.LoggerFacto...
/* * Copyright (C) 2015 Square, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
/* * Copyright (c) Attila Kovari * All rights reserved. * * MIT License * * 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 ...
package cmps252.HW4_2.UnitTesting; import static org.junit.jupiter.api.Assertions.*; import java.io.FileNotFoundException; import java.util.List; import org.junit.jupiter.api.BeforeAll; import org.junit.jupiter.api.Tag; import org.junit.jupiter.api.DisplayName; import org.junit.jupiter.api.Test; import cmps252.HW4_2....
/***************************************************************** * 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 * ...
package io.fabric8.openshift.api.model.miscellaneous.network.operator.v1; import java.util.HashMap; import java.util.Map; import com.fasterxml.jackson.annotation.JsonAnyGetter; import com.fasterxml.jackson.annotation.JsonAnySetter; import com.fasterxml.jackson.annotation.JsonIgnore; import com.fasterxml.jackson.annota...
/* * Copyright 2018-2020 The Code Department. * * 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 ...
package com.quollwriter.ui.components; public class TextRange { public int start = -1; public int end = -1; public TextRange (int start, int end) { this.start = start; this.end = end; } public TextRange (QTextEditor ed) ...
// Targeted by JavaCPP version 1.5.4: DO NOT EDIT THIS FILE package org.bytedeco.systems.windows; import java.nio.*; import org.bytedeco.javacpp.*; import org.bytedeco.javacpp.annotation.*; import static org.bytedeco.javacpp.presets.javacpp.*; import static org.bytedeco.systems.global.windows.*; @Properties(inher...
/* * Copyright 2018 Murat Artim (muratartim@gmail.com). * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by app...
/* * Copyright (c) 2008-2018, Hazelcast, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
package pack.pdt.addressbook.tests; import org.hibernate.Session; import org.hibernate.SessionFactory; import org.hibernate.boot.MetadataSources; import org.hibernate.boot.registry.StandardServiceRegistry; import org.hibernate.boot.registry.StandardServiceRegistryBuilder; import org.testng.annotations.BeforeClass; imp...
/* * #%L * Alfresco Records Management Module * %% * Copyright (C) 2005 - 2019 Alfresco Software Limited * %% * This file is part of the Alfresco software. * - * If the software was purchased under a paid Alfresco license, the terms of * the paid license agreement will prevail. Otherwise, the software is * p...
package br.indie.fiscal4j.cte300.transformes; import br.indie.fiscal4j.cte300.classes.CTTipoPrazoDataEntrega; import org.simpleframework.xml.transform.Transform; public class CTTipoPrazoDataEntregaTransformer implements Transform<CTTipoPrazoDataEntrega> { @Override public CTTipoPrazoDataEntrega read(String a...
/* * Copyright 2000-2009 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 io.distributed.unicorn.discovery.spring.consul.annotation; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; import org.springframework.context.annotation.Impo...
package interfaces; import core.sma.Message; public interface Deliverable { Message send (Message m); }
/* * Copyright 2016-present Open Networking Foundation * * 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...
package net.optionfactory.otomy.converters; /** * * @author rferranti */ public interface Converter { public Conversion<?> convert(MappingContext ctx, Object source); }
package fr.adrienbrault.idea.symfony2plugin.dic; import com.intellij.openapi.project.Project; import com.intellij.psi.PsiElement; import fr.adrienbrault.idea.symfony2plugin.stubs.ContainerCollectionResolver; import fr.adrienbrault.idea.symfony2plugin.stubs.ServiceIndexUtil; import org.jetbrains.annotations.NotNull; i...
package us.codecraft.tinyioc.util; import java.lang.annotation.Annotation; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Method; public class AnnotationUtils { public static Object getValue(Annotation annotation, String attributeName) { if (annotation == null || attributeNa...
package multiitem.item; import multiitem.adapter.holder.BaseViewHolder; import multiitem.adapter.holder.ViewHolderManager; /** * 唯一Item * <p> * getItemTypeName时返回toString作为唯一标示,使得本item对应的ViewHolderManager不可复用 * Created by free46000 on 2017/3/26. */ public class UniqueItemManager implements ItemManager { priv...
package com.example.shopcatalog.rest; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.data.domain.Page; import org.springframework.data.domain.Pageable; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.PathVariable; impo...
package dk.in2isoft.onlineobjects.modules.language; import java.util.List; import dk.in2isoft.onlineobjects.model.Entity; import dk.in2isoft.onlineobjects.model.Language; import dk.in2isoft.onlineobjects.model.LexicalCategory; import dk.in2isoft.onlineobjects.model.User; import dk.in2isoft.onlineobjects.model.Word; ...
/* * Copyright 2014-2019 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
/* * Licensed to 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 org.efaps.pos.controller; import org.efaps.pos.ConfigProperties; import org.efaps.pos.config.IApi; import org.efaps.pos.dto.LogDto; import org.efaps.pos.service.LogService; import org.springframework.http.HttpStatus; import org.springframework.web.bind.annotation.PostMapping; import org.springframework.web.bin...
// $Id$ // From Philippe Le Hegaret (Philippe.Le_Hegaret@sophia.inria.fr) // Rewritten 2010 Yves Lafon <ylafon@w3.org> // (c) COPYRIGHT MIT, ERCIM and Keio, 1997-2010. // Please first read the full copyright statement in file COPYRIGHT.html package org.w3c.css.properties.css3; import org.w3c.css.util.ApplContext; imp...
package com.emmilletta.ccs.client.vis.dto; import com.fasterxml.jackson.annotation.JsonProperty; import lombok.AllArgsConstructor; import lombok.Builder; import lombok.Data; import lombok.NoArgsConstructor; /** * @author Alla Danko */ @Data @Builder @NoArgsConstructor @AllArgsConstructor public class VisBaseRespons...
package org.grobid.core.engines; import com.google.common.collect.Iterables; import org.apache.commons.collections4.CollectionUtils; import org.apache.commons.lang3.tuple.Pair; import org.apache.commons.io.FileUtils; import java.nio.charset.StandardCharsets; import org.grobid.core.GrobidModels; import org.grobid.co...
/* * Copyright (c) 2008-2018, Hazelcast, Inc. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required ...
// Template Source: BaseEntityRequestBuilder.java.tt // ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // -----------------------------...
package org.osmdroid.tileprovider.modules; import java.util.HashMap; import java.util.Iterator; import java.util.LinkedHashMap; import java.util.Map; import java.util.concurrent.ExecutorService; import java.util.concurrent.Executors; import java.util.concurrent.RejectedExecutionException; import org.osmdroid.config.C...
package com.atguigu.gmall.sms.controller; import java.util.Arrays; import java.util.Map; import com.atguigu.core.bean.PageVo; import com.atguigu.core.bean.QueryCondition; import com.atguigu.core.bean.Resp; import io.swagger.annotations.Api; import io.swagger.annotations.ApiOperation; import org.springframework.beans...
package lsieun.code.opcode; import lsieun.cst.OpcodeConst; import lsieun.code.Instruction; import lsieun.code.visitors.OpcodeVisitor; import lsieun.code.facet.FieldInstruction; import lsieun.code.facet.PopInstruction; public class PUTSTATIC extends Instruction implements FieldInstruction, PopInstruction { public...
package com.pichillilorenzo.flutter_inappwebview.in_app_browser; import android.app.Activity; import android.content.Intent; import android.graphics.Color; import android.graphics.drawable.ColorDrawable; import android.os.Build; import android.os.Bundle; import android.os.Message; import android.util.Log; import andro...
// Description: Java 11 implementation of a ISOCtryLang primary key object. /* * org.msscf.msscf.CFSec * * Copyright (c) 2020 Mark Stephen Sobkow * * MSS Code Factory CFSec 2.13 Security Essentials * * Copyright 2020-2021 Mark Stephen Sobkow mark.sobkow@gmail.com * * Licensed under the Apache License, Vers...
package top.chenqwwq.leetcode.topic.dichotomy._300; import org.junit.jupiter.api.Assertions; import org.junit.jupiter.api.Test; /** * @author chen * @date 2021-05-24 **/ class SolutionTest { Solution solution = new Solution(); @Test void lengthOfLIS() { Assertions.assertEquals(4, solution.lengthOfLIS(new in...
/* * 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.hopscotchtrading.huobi_java_sdk.constant.enums.algo; import lombok.AllArgsConstructor; import lombok.Getter; @Getter @AllArgsConstructor public enum AlgoOrderStatusEnum { CREATED("created"), CANCELED("canceled"), TRIGGERED("triggered"), REJECTED("rejected"), ; private final String status; }
package com.kmust.labManagementSystem.service; import com.kmust.labManagementSystem.dao.AcDao; import com.kmust.labManagementSystem.dao.AdDao; import com.kmust.labManagementSystem.dao.BsDao; import com.kmust.labManagementSystem.dao.LabAssetsDao; import java.util.List; public interface LabAssetsService { void add...
// // ======================================================================== // 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 com.taobao.tddl.rule.impl; import java.util.HashMap; import java.util.HashSet; import java.util.Map; import java.util.Set; import com.taobao.tddl.rule.model.AdvancedParameter; import com.taobao.tddl.rule.model.sqljep.Comparative; import com.taobao.tddl.rule.utils.AdvancedParameterParser; import com.taobao.tdd...
package org.protege.editor.owl.ui.rename; import org.protege.editor.core.prefs.PreferencesManager; import org.protege.editor.core.ui.util.JOptionPaneEx; import org.protege.editor.owl.OWLEditorKit; import org.semanticweb.owlapi.model.IRI; import org.semanticweb.owlapi.model.OWLEntity; import javax.swing.*; import java...
/* * Copyright 2020 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...
/* Licensed to Diennea S.r.l. under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership. Diennea S.r.l. licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except ...
/** * 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 rs.math.oop1.z160903.generickiMetodi.z02.osobePretragaPrikaz; import java.util.List; public class PokretanjeOsobePretraga02UgnjezdenaKlasa { public static void prikazi(List<Osoba> osobe, KriterijumPretrageOsoba kriterijum) { for (Osoba o : osobe) { if (kriterijum.proveri(o)) { ...
/** * Copyright 2014 Internet2 * * 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 ...
package me.antonio.noack.thedollargame; import android.support.annotation.NonNull; import java.util.ArrayList; import java.util.Collections; import static java.lang.Math.abs; public class Dot implements Comparable<Dot> { private static int uuidCtr = 0; private final int uuid = uuidCtr++; public boolea...
/** */ package com.zeligsoft.domain.omg.corba.dsl.idl; import org.eclipse.emf.ecore.EModelElement; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Home Export</b></em>'. * <!-- end-user-doc --> * * * @see com.zeligsoft.domain.omg.corba.dsl.idl.IdlPackage#getHomeExport() * @model ...
/** * This program and the accompanying materials * are made available under the terms of the License * which accompanies this distribution in the file LICENSE.txt */ package com.archimatetool.model.impl; import com.archimatetool.model.IArchimatePackage; import com.archimatetool.model.IParticipateRelationship; im...
package com.serenegiant.media; /* * libcommon * utility/helper classes for myself * * Copyright (c) 2014-2020 saki t_saki@serenegiant.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...
/** * Copyright (C) 2011 - present by OpenGamma Inc. and the OpenGamma group of companies * * Please see distribution for license. */ package com.opengamma.analytics.financial.provider.calculator.discounting; import java.util.TreeMap; import com.opengamma.analytics.financial.interestrate.InstrumentDerivativeVisit...
package com.example.flixster; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.widget.RatingBar; import android.widget.TextView; import com.codepath.asynchttpclient.AsyncHttpClient; import com.codepath.asynchttpclient.callback.JsonHttpResponseHandler;...
/* * 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 ...
/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package com.easyea.edao.ddls; import com.easyea.edao.annotation.Column; import com.easyea.edao.annotation.Id; import com.easyea.edao.annotation.Lob; import com.easyea.edao.annotation.Temporal; import com.easyea.edao.ann...
package org.sleuthkit.autopsy.modules.exif; /** Localizable strings for {@link org.sleuthkit.autopsy.modules.exif}. */ @javax.annotation.Generated(value="org.netbeans.modules.openide.util.NbBundleProcessor") class Bundle { /** * @return <i>Cannot run file type detection.</i> * @see ExifParserFileIngestMod...
package com.github.xuexi.common; import org.springframework.beans.factory.annotation.Autowired; import org.springframework.stereotype.Component; import com.github.xuexi.pages.AgreementPage; import com.github.xuexi.pages.ArticlePage; import com.github.xuexi.pages.AudioPage; import com.github.xuexi.pages.HomePage; impo...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.resourcemanager.logic.fluent; import com.azure.core.annotation.ReturnType; import com.azure.core.annotation.ServiceMethod; import com.azure.core...
/** * Copyright (c) 2002-2013 "Neo Technology," * Network Engine for Objects in Lund AB [http://neotechnology.com] * * This file is part of Neo4j. * * Neo4j is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundati...
/* * * Copyright 2012-2014 Eurocommercial Properties NV * * * 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 req...
/* * BioJava development code * * This code may be freely distributed and modified under the * terms of the GNU Lesser General Public Licence. This should * be distributed with the code. If you do not have a copy, * see: * * http://www.gnu.org/copyleft/lesser.html * * Copyr...
/* * Licensed to Metamarkets Group Inc. (Metamarkets) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. Metamarkets licenses this file * to you under the Apache License, Version 2.0 (the * "License"); yo...
/* * Copyright 2002-2017 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/* * Copyright (C) 2018-2021. Huawei Technologies Co., Ltd. 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 * * U...
/* * MIT License * * Copyright (c) 2020-present Cloudogu GmbH and Contributors * * 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 r...
package com.concurrent.ch04.aqs.alone; import java.util.concurrent.TimeUnit; import java.util.concurrent.locks.AbstractQueuedSynchronizer; import java.util.concurrent.locks.Condition; import java.util.concurrent.locks.Lock; /** * 使用AQS实现自定义的独占锁(注意,目前实现的是一个不可重入锁) */ public class SelfSync implements Lock { priva...
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you m...
/* * Copyright 2021 Google LLC * Copyright 2021 EPAM Systems, Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless requ...
package com.tavish.model; // 这是一个处理类 import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.util.ArrayList; public class UserBeanCl { private ConnDB cd = null; private Connection conn = null; private PreparedStatement pstmt = null; private ResultSet rs = null; pr...
/* * Copyright ConsenSys AG. * * 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...
/* * Copyright 2016 Code Above Lab 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://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agr...
/*** * Excerpted from "Language Implementation Patterns", * published by The Pragmatic Bookshelf. * Copyrights apply to this code. It may not be used to create training material, * courses, books, articles, and the like. Contact us if you are in doubt. * We make no guarantees that this code is fit for any purpose...
/* AUTO-GENERATED FILE. DO NOT MODIFY. * * This class was automatically generated by the * aapt tool from the resource data it found. It * should not be modified by hand. */ package com.example.mysql_tester; public final class R { public static final class anim { public static final int fade_in=0x7...
// CustomerController.java // Copyright © 2019 NextStep IT Training. All rights reserved. // package com.tc3.tc3service.controllers; import com.tc3.tc3service.models.Customer; import com.tc3.tc3service.services.CustomerManager; import org.springframework.beans.factory.annotation.Autowired; import org.springframework....
/* * Copyright 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 applic...
package io.github.elcattivo13; import io.quarkus.test.junit.NativeImageTest; @NativeImageTest public class NativeGreetingResourceIT extends GreetingResourceTest { // Execute the same tests but in native mode. }
package demoapp.dom.types.isisext.asciidocs.jdo; import java.util.List; import java.util.Optional; import javax.inject.Inject; import org.springframework.stereotype.Service; import org.apache.isis.applib.services.repository.RepositoryService; import org.apache.isis.valuetypes.asciidoc.applib.value.AsciiDoc; @Servi...
package rsc.util; import java.util.concurrent.atomic.AtomicIntegerFieldUpdater; public abstract class SpscFreeListTracker<T> { private volatile T[] array = empty(); private int[] free = FREE_EMPTY; private long producerIndex; private long consumerIndex; volatile int size; @Suppr...
package com.example.imagescanner; import java.util.ArrayList; import android.content.Context; import android.graphics.Bitmap; import android.view.LayoutInflater; import android.view.View; import android.view.ViewGroup; import android.widget.BaseAdapter; import android.widget.ImageView; import android.widget.TextView;...
/* * Copyright 2021, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following * disclaimer. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPR...
/** * 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 de.agilecoders.wicket.core.markup.html.bootstrap.button.dropdown; import de.agilecoders.wicket.core.markup.html.bootstrap.behavior.CssClassNameAppender; import de.agilecoders.wicket.core.markup.html.bootstrap.button.ButtonList; import org.apache.wicket.markup.html.link.AbstractLink; import org.apache.wicket.m...
package com.imxushuai.gulimall.order.service; import com.baomidou.mybatisplus.extension.service.IService; import com.imxushuai.common.utils.PageUtils; import com.imxushuai.gulimall.order.entity.RefundInfoEntity; import java.util.Map; /** * 退款信息 * */ public interface RefundInfoService extends IService<RefundInfoEn...
/** * This package provides declarative creation and registration of Spring-managed beans as JMX * MBeans. */ @NonNullApi @NonNullFields package org.springframework.jmx.export; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;
package org.apache.lucene.util; /** * 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, Versio...
/* * This file is part of ELKI: * Environment for Developing KDD-Applications Supported by Index-Structures * * Copyright (C) 2019 * ELKI Development Team * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the...
package org.softlang.operations; import org.w3c.dom.Document; // DOM trees import org.w3c.dom.Element; // DOM subtrees import org.w3c.dom.NodeList; // Lists of DOM subtrees import static java.lang.Double.*; /** * Cut all salaries of a company by half */ public class Cut { public static void cut(Document doc) {...
/* * Copyright 2017 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 applica...
/* * Copyright (c) 2010-2015 Evolveum and contributors * * This work is dual-licensed under the Apache License 2.0 * and European Union Public License. See LICENSE file for details. */ package com.evolveum.midpoint.repo.sql.query2.definition; import com.evolveum.midpoint.repo.sql.data.common.RObject; import com....
package com.mapswithme.util.statistics; import android.content.Context; import android.os.AsyncTask; import android.os.Handler; import android.os.Looper; import com.mapswithme.util.log.Logger; import com.mapswithme.util.log.LoggerFactory; import com.pushwoosh.PushManager; import com.pushwoosh.SendPushTagsCallBack; i...
// 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.xdebugger.impl.evaluate; import com.intellij.openapi.Disposable; import com.intellij.openapi.editor.Editor; import com.intellij.openapi.editor.ex.util.Editor...
begin_unit|revision:0.9.5;language:Java;cregit-version:0.0.1 begin_comment comment|// Copyright (C) 2008 The Android Open Source Project end_comment begin_comment comment|// end_comment begin_comment comment|// Licensed under the Apache License, Version 2.0 (the "License"); end_comment begin_comment comment|// you m...
package com.alibaba.testable.processor.translator; import com.alibaba.testable.processor.exception.MemberNotExistException; import com.sun.tools.javac.tree.JCTree; import java.util.Arrays; import java.util.List; /** * Validate parameter of PrivateAccessor methods to prevent broken by refactor * * @author flin */...
package codechicken.wirelessredstone.client.texture; import codechicken.lib.colour.Colour; import codechicken.lib.colour.ColourARGB; import codechicken.lib.texture.TextureDataHolder; import codechicken.lib.texture.TextureSpecial; import codechicken.lib.texture.TextureUtils; import codechicken.lib.texture.TextureUtils....
/* * Copyright 2010-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 "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 ...