repo_name
stringlengths
5
108
path
stringlengths
6
333
size
stringlengths
1
6
content
stringlengths
4
977k
license
stringclasses
15 values
akkumar/maven-hadoop
src/main/java/com/github/hadoop/maven/plugin/JarWriter.java
2529
package com.github.hadoop.maven.plugin; import java.io.BufferedInputStream; import java.io.File; import java.io.FileInputStream; import java.io.FileNotFoundException; import java.io.IOException; import java.io.OutputStream; import java.util.jar.Attributes; import java.util.jar.JarEntry; import java.util.jar.JarOutputS...
apache-2.0
aws/aws-sdk-java
aws-java-sdk-transfer/src/main/java/com/amazonaws/services/transfer/model/HomeDirectoryType.java
1790
/* * Copyright 2017-2022 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...
apache-2.0
Solomon1732/infinity-labs-repository
TeamWorkAndroid/src/main/java/com/ilad/teamwork/TabsMenu.java
414
package com.ilad.teamwork; import org.openqa.selenium.WebElement; import io.appium.java_client.android.AndroidDriver; public class TabsMenu extends AbstractTeamWork { public TabsMenu(AndroidDriver<WebElement> driver) { super(driver); } public AllProjectsPage goToProjects() { driver.findElementByXPath("//an...
apache-2.0
googleads/googleads-java-lib
modules/dfp_appengine/src/main/java/com/google/api/ads/admanager/jaxws/v202111/ActivityGroupServiceInterfacegetActivityGroupsByStatement.java
3560
// Copyright 2021 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writi...
apache-2.0
Dhandapani/gluster-ovirt
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/vms/ImportVmModel.java
23592
package org.ovirt.engine.ui.uicommonweb.models.vms; import java.util.ArrayList; import java.util.Collections; import java.util.HashMap; import java.util.List; import java.util.Map; import org.ovirt.engine.core.common.businessentities.DiskImage; import org.ovirt.engine.core.common.businessentities.DiskImageBase; impor...
apache-2.0
pengrad/java-telegram-bot-api
library/src/main/java/com/pengrad/telegrambot/request/UnbanChatSenderChat.java
415
package com.pengrad.telegrambot.request; import com.pengrad.telegrambot.response.BaseResponse; /** * Mirco Ianese * 07 December 2021 */ public class UnbanChatSenderChat extends BaseRequest<UnbanChatSenderChat, BaseResponse> { public UnbanChatSenderChat(Object chatId, long sender_chat_id) { super(BaseR...
apache-2.0
lialun/EasyCache
easycache/src/main/java/li/allan/easycache/config/ConfigProperties.java
1360
/* * Copyright (c) 2017-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...
apache-2.0
jentfoo/aws-sdk-java
aws-java-sdk-appsync/src/main/java/com/amazonaws/services/appsync/model/GetFunctionResult.java
4022
/* * 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...
apache-2.0
Selventa/model-builder
tools/groovy/src/src/main/groovy/lang/Lazy.java
4644
/* * Copyright 2008-2010 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 requir...
apache-2.0
justinmuller/buck
test/com/facebook/buck/event/listener/ChromeTraceBuildListenerTest.java
20351
/* * Copyright 2013-present Facebook, 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...
apache-2.0
CaMnter/SaveVolley
savevolley-network-adapter/src/main/java/com/camnter/savevolley/network/adapter/core/SaveHttpEntityAdapter.java
925
/* * Copyright (C) 2016 CaMnter yuanyu.camnter@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 ap...
apache-2.0
x-meta/xworker
xworker_dataobject/src/main/java/xworker/dataObject/http/DataObjectHttpUtils.java
2037
/******************************************************************************* * Copyright 2007-2013 See AUTHORS file. * * 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:/...
apache-2.0
ernestp/consulo
platform/vcs-impl/src/com/intellij/openapi/vcs/changes/patch/PatchFileType.java
1803
/* * 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...
apache-2.0
pcmoritz/ray-1
streaming/java/streaming-runtime/src/main/java/io/ray/streaming/runtime/core/processor/SourceProcessor.java
663
package io.ray.streaming.runtime.core.processor; import io.ray.streaming.message.Record; import io.ray.streaming.operator.SourceOperator; /** * The processor for the stream sources, containing a SourceOperator. * * @param <T> The type of source data. */ public class SourceProcessor<T> extends StreamProcessor<Reco...
apache-2.0
npgall/cqengine
code/src/test/java/com/googlecode/cqengine/index/support/PartialSortedKeyStatisticsAttributeIndexTest.java
6673
/** * Copyright 2012-2015 Niall Gallagher * * 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...
apache-2.0
sabriarabacioglu/engerek
infra/common/src/main/java/com/evolveum/midpoint/common/policy/PasswordPolicyUtils.java
12321
/* * Copyright (c) 2010-2013 Evolveum * * 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 la...
apache-2.0
tensorflow/java
tensorflow-core/tensorflow-core-api/src/gen/java/org/tensorflow/op/linalg/MatrixDiagPart.java
7043
/* Copyright 2018 The TensorFlow Authors. All Rights Reserved. Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or a...
apache-2.0
zaproxy/zaproxy
zap/src/test/java/org/zaproxy/zap/control/AddOnUnitTest.java
36238
/* * Zed Attack Proxy (ZAP) and its related class files. * * ZAP is an HTTP/HTTPS proxy for assessing web application security. * * Copyright 2012 The ZAP Development Team * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * Yo...
apache-2.0
O2O-Market/Market-monitor
market-network/src/main/java/com/qinyadan/monitor/network/util/ControlMessageEncodingUtils.java
809
package com.qinyadan.monitor.network.util; import java.util.Map; import com.qinyadan.monitor.network.control.ControlMessageDecoder; import com.qinyadan.monitor.network.control.ControlMessageEncoder; import com.qinyadan.monitor.network.control.ProtocolException; public final class ControlMessageEncodingUtils ...
apache-2.0
markus1978/clickwatch
util/de.hub.specificmodels.test/src-gen/de/hub/specificmodels/tests/testsourcemodel/impl/TestSourceModelPackageImpl.java
16757
/** * <copyright> * </copyright> * * $Id$ */ package de.hub.specificmodels.tests.testsourcemodel.impl; import org.eclipse.emf.ecore.EAttribute; import org.eclipse.emf.ecore.EClass; import org.eclipse.emf.ecore.EPackage; import org.eclipse.emf.ecore.EReference; import org.eclipse.emf.ecore.impl.EPackageImpl; impo...
apache-2.0
joewalnes/idea-community
java/java-impl/src/com/intellij/refactoring/typeCook/deductive/util/VictimCollector.java
3283
/* * 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...
apache-2.0
xyp260466/dubbo-lite
dubbo-spring/src/main/java/com/xyp260466/dubbo/annotation/Consumer.java
1109
/** * Copyright 2002-2016 xiaoyuepeng * * 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...
apache-2.0
shot/hadoop-source-reading
src/hdfs/org/apache/hadoop/hdfs/server/namenode/SecondaryNameNode.java
18270
/** * 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...
apache-2.0
soulmachine/JRubyExample
JRubyExample/src/main/java/me/soulmachine/JRubyExample.java
2633
package me.soulmachine; import org.jruby.embed.ScriptingContainer; import java.util.List; import javax.script.ScriptEngine; import javax.script.ScriptEngineFactory; import javax.script.ScriptEngineManager; import javax.script.ScriptException; /** * A simple JRuby example to execute Python scripts from Java. */ f...
apache-2.0
NeverNight/SimplesPatterns.Java
src/com/arthurb/iterator/dinermergergery/DinerMenu.java
1583
package com.arthurb.iterator.dinermergergery; import java.util.Iterator; /** * Created by Blackwood on 07.03.2016 18:16. */ public class DinerMenu implements Menu { static final int MAX_ITEMS = 6; int numberOfItems = 0; MenuItem[] menuItems; public DinerMenu() { menuItems = new MenuItem[MA...
apache-2.0
lei-xia/helix
helix-core/src/main/java/org/apache/helix/controller/rebalancer/waged/model/AssignableNode.java
15277
package org.apache.helix.controller.rebalancer.waged.model; /* * 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 u...
apache-2.0
ThilinaManamgoda/incubator-taverna-workbench
taverna-graph-view/src/main/java/org/apache/taverna/workbench/views/graph/config/GraphViewConfigurationUIFactory.java
1714
/* * 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 ...
apache-2.0
aws/aws-sdk-java
aws-java-sdk-cloudsearch/src/main/java/com/amazonaws/services/cloudsearchv2/model/transform/UpdateDomainEndpointOptionsResultStaxUnmarshaller.java
2682
/* * Copyright 2017-2022 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...
apache-2.0
johnjianfang/jxse
src/main/java/net/jxta/platform/NetworkConfigurator.java
82829
/* * Copyright (c) 2006-2007 Sun Microsystems, Inc. All rights reserved. * * The Sun Project JXTA(TM) Software License * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * * 1. Redistributions of source code m...
apache-2.0
KimShen/sissi
src/main/java/com/sissi/protocol/message/Thread.java
1026
package com.sissi.protocol.message; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlRootElement; import javax.xml.bind.annotation.XmlValue; import com.sissi.io.read.Metadata; /** * @author kim 2014年1月28日 */ @Metadata(uri = Message.XMLNS, localName = Thread.NAME) @XmlRootElement p...
apache-2.0
youtongluan/sumk
src/main/java/org/yx/asm/AsmUtils.java
6539
/** * Copyright (C) 2016 - 2030 youtongluan. * * 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...
apache-2.0
seelmann/ldapcon2009-datanucleus
DataNucleus-Advanced/src/main/java/com/example/dao/TeamDao.java
1280
/********************************************************************** Copyright (c) 2009 Stefan Seelmann. 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...
apache-2.0
Metrink/metrink
src/main/java/com/metrink/action/SmsAction.java
1947
package com.metrink.action; import org.apache.commons.mail.EmailException; import org.apache.commons.mail.SimpleEmail; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import com.google.inject.Provider; import com.metrink.alert.ActionBean; import com.metrink.alert.AlertBean; import com.metrink.metric.Metric; ...
apache-2.0
datathings/greycat
greycat/src/main/java/greycat/internal/task/ActionDelete.java
1871
/** * Copyright 2017-2019 The GreyCat Authors. All rights reserved. * <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> * Un...
apache-2.0
alphatan/workspace_java
spring-boot-web-fps-demo/src/main/java/com/at/springboot/mybatis/po/JsonUser.java
3937
package com.at.springboot.mybatis.po; public class JsonUser { /** * This field was generated by MyBatis Generator. This field corresponds to the database column JSON_USER.JSON_USER_ID * @mbg.generated Thu Aug 29 17:59:18 CST 2019 */ private byte[] jsonUserId; /** * This fiel...
apache-2.0
ViniciusBezerra94/WsStyleHair
src/main/java/br/com/stylehair/servicos/AgendamentoResource.java
3529
/* * 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 br.com.stylehair.servicos; import br.com.stylehair.dao.AgendamentoDAO; import br.com.stylehair.entity.Agendamento; import com....
apache-2.0
saveendhiman/SampleApp
app/src/main/java/com/sampleapp/base/SampleApplication.java
915
package com.sampleapp.base; import android.app.Application; import com.crashlytics.android.Crashlytics; import com.sampleapp.BuildConfig; import com.sampleapp.utils.UtilsModule; import io.fabric.sdk.android.Fabric; import timber.log.Timber; /** * Created by saveen_dhiman on 05-November-16. * Initialization of re...
apache-2.0
Axway/ats-framework
corelibrary/src/main/java/com/axway/ats/core/filesystem/exceptions/FileDoesNotExistException.java
1344
/* * Copyright 2017 Axway Software * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
apache-2.0
FasterXML/jackson-databind
src/main/java/com/fasterxml/jackson/databind/node/IntNode.java
3398
package com.fasterxml.jackson.databind.node; import java.io.IOException; import java.math.BigDecimal; import java.math.BigInteger; import com.fasterxml.jackson.core.*; import com.fasterxml.jackson.core.io.NumberOutput; import com.fasterxml.jackson.databind.SerializerProvider; /** * Numeric node that contains simpl...
apache-2.0
etarnovskaya/sel_6_Lena
sel-test/src/test/java/lena/lerning/selenium/EdgeTest.java
1062
package lena.lerning.selenium; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.openqa.selenium.By; import org.openqa.selenium.Keys; import org.openqa.selenium.WebDriver; import org.openqa.selenium.edge.EdgeDriver; import org.openqa.selenium.support.ui.WebDriverWait; import java.util...
apache-2.0
vivantech/kc_fixes
src/main/java/org/kuali/kra/common/notification/exception/UnknownRoleException.java
1435
/* * Copyright 2005-2014 The Kuali Foundation * * Licensed under the Educational Community 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.opensource.org/licenses/ecl1.php * * Unless required by...
apache-2.0
livingvirus/jphp
jphp-android/src/main/java/org/develnext/jphp/android/ext/classes/app/WrapBootstrapActivity.java
616
package org.develnext.jphp.android.ext.classes.app; import android.os.Bundle; import org.develnext.jphp.android.AndroidStandaloneLoader; import org.develnext.jphp.android.ext.AndroidExtension; import php.runtime.annotation.Reflection; @Reflection.Name(AndroidExtension.NAMESPACE + "app\\BootstrapActivity") public clas...
apache-2.0
truward/brikar
brikar-maintenance/src/main/java/com/truward/brikar/maintenance/log/processor/LogMessageProcessor.java
4636
package com.truward.brikar.maintenance.log.processor; import com.truward.brikar.common.log.LogUtil; import com.truward.brikar.maintenance.log.CommaSeparatedValueParser; import com.truward.brikar.maintenance.log.Severity; import com.truward.brikar.maintenance.log.message.LogMessage; import com.truward.brikar.maintenanc...
apache-2.0
StanislavEsin/estanislav
chapter_007/src/main/java/ru/job4j/servlet/services/UpdateUserController.java
1967
package ru.job4j.servlet.services; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import ru.job4j.servlet.model.User; import ru.job4j.servlet.repository.RepositoryException; import ru.job4j.servlet.repository.UserStore; import javax.servlet.ServletException; import javax.servlet.http.HttpServlet; import ja...
apache-2.0
Asucanc/Windy-Street-Weather
app/src/main/java/com/kenshin/windystreet/db/County.java
901
package com.kenshin.windystreet.db; import org.litepal.crud.DataSupport; /** * Created by Kenshin on 2017/4/3. */ public class County extends DataSupport { private int id; //编号 private String countyName; //县名 private String weatherId; //对应的天气id private int cityId; //所属市的id public void setI...
apache-2.0
LegNeato/buck
src/com/facebook/buck/core/model/actiongraph/AbstractActionGraphAndResolver.java
1075
/* * Copyright 2016-present Facebook, 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...
apache-2.0
madmax983/h2o-3
h2o-core/src/main/java/water/api/Schema.java
52870
package water.api; import org.reflections.Reflections; import java.lang.reflect.Array; import java.lang.reflect.Field; import java.lang.reflect.InvocationTargetException; import java.lang.reflect.Modifier; import java.lang.reflect.ParameterizedType; import java.lang.reflect.Type; import java.util.ArrayList; import ja...
apache-2.0
U-QASAR/u-qasar.platform
src/main/java/eu/uqasar/model/measure/MetricSource.java
1796
package eu.uqasar.model.measure; /* * #%L * U-QASAR * %% * Copyright (C) 2012 - 2015 U-QASAR Consortium * %% * 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 * * htt...
apache-2.0
faustineinsun/WiseCrowdRec
deprecated-wisecrowdrec-springmvc/WiseCrowdRec/src/main/java/com/feiyu/storm/streamingdatacollection/spout/ForTestFakeSpout.java
2356
package com.feiyu.storm.streamingdatacollection.spout; /** * from https://github.com/apache/incubator-storm/blob/master/examples/storm-starter/src/jvm/storm/starter/spout/RandomSentenceSpout.java * modified by feiyu */ import java.util.Map; import java.util.Random; import backtype.storm.spout.SpoutOutputCollector;...
apache-2.0
axibase/atsd-api-java
src/main/java/com/axibase/tsd/model/meta/EntityAndTags.java
1151
/* * Copyright 2016 Axibase Corporation 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 * * https://www.axibase.com/atsd/axibase-apache-2.0.pdf * ...
apache-2.0
edu1910/AnalisadorSintatico
src/br/com/ceducarneiro/analisadorsintatico/LexException.java
473
package br.com.ceducarneiro.analisadorsintatico; public class LexException extends Exception { private char badCh; private int line, column; public LexException(int line, int column, char ch) { badCh = ch; this.line = line; this.column = column; } @Override public Str...
apache-2.0
googleapis/google-api-java-client-services
clients/google-api-services-cloudtasks/v2/1.31.0/com/google/api/services/cloudtasks/v2/model/GetPolicyOptions.java
4445
/* * 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 under t...
apache-2.0
mdogan/hazelcast
hazelcast/src/test/java/com/hazelcast/client/impl/spi/impl/discovery/ClientAutoDetectionDiscoveryTest.java
2849
/* * Copyright (c) 2008-2020, 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 ...
apache-2.0
banxi1988/android-demo
src/main/java/me/banxi/androiddemo/MainActivity.java
366
package me.banxi.androiddemo; import android.app.Activity; import android.os.Bundle; import android.widget.TextView; public class MainActivity extends Activity{ public void onCreate(Bundle bundle){ super.onCreate(bundle); TextView textView = new TextView(this); textView.setText("Hello,World...
apache-2.0
lburgazzoli/apache-activemq-artemis
tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/server/ExpiryRunnerTest.java
11691
/* * 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 n...
apache-2.0
plista/kornakapi
src/main/java/org/plista/kornakapi/core/training/preferencechanges/DelegatingPreferenceChangeListenerForLabel.java
935
package org.plista.kornakapi.core.training.preferencechanges; import java.util.List; import java.util.Map; import com.google.common.collect.Lists; import com.google.common.collect.Maps; public class DelegatingPreferenceChangeListenerForLabel implements PreferenceChangeListenerForLabel { private final Map<String,L...
apache-2.0
DescartesResearch/Pet-Supply-Store
services/tools.descartes.teastore.persistence/src/main/java/tools/descartes/teastore/persistence/rest/OrderItemEndpoint.java
4492
/** * 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 * ...
apache-2.0
multi-os-engine/moe-core
moe.apple/moe.platform.ios/src/main/java/apple/mlcompute/MLCRMSPropOptimizer.java
6672
package apple.mlcompute; import apple.NSObject; import apple.foundation.NSArray; import apple.foundation.NSMethodSignature; import apple.foundation.NSSet; import apple.foundation.protocol.NSCopying; import org.moe.natj.c.ann.FunctionPtr; import org.moe.natj.general.NatJ; import org.moe.natj.general.Pointer; import org...
apache-2.0
jflyfox/dudu
dudu-admin/src/main/java/com/jflyfox/dudu/module/system/dao/MenuMapper.java
1715
package com.jflyfox.dudu.module.system.dao; import com.baomidou.mybatisplus.mapper.BaseMapper; import com.jflyfox.dudu.component.model.Query; import com.jflyfox.dudu.module.system.model.SysMenu; import com.jflyfox.util.StrUtils; import org.apache.ibatis.annotations.SelectProvider; import org.apache.ibatis.jdbc.SQL; i...
apache-2.0
vanitasvitae/smack-omemo
smack-im/src/main/java/org/jivesoftware/smack/chat/Chat.java
7127
/** * * Copyright 2003-2007 Jive Software. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law o...
apache-2.0
weichweich/AluShare
app/src/main/java/edu/kit/tm/pseprak2/alushare/view/AudioRecorder.java
6151
package edu.kit.tm.pseprak2.alushare.view; import android.media.MediaPlayer; import android.media.MediaRecorder; import android.os.Environment; import android.util.Log; import java.io.IOException; /** * Represent the AudioRecorder of the ChatActivity. * Enables recording sound and playing the music before sending....
apache-2.0
tushengtuzhang/zts
cloud-simple-service/src/main/java/com/zts/service/config/DataSourceProperties.java
2197
package com.zts.service.config; import org.springframework.boot.context.properties.ConfigurationProperties; @ConfigurationProperties(prefix = DataSourceProperties.DS, ignoreUnknownFields = false) public class DataSourceProperties { //对应配置文件里的配置键 public final static String DS="mysql"; private String driverClassNam...
apache-2.0
nikolavp/approval
approval-sesame/src/main/java/com/github/approval/sesame/GraphReporter.java
2951
package com.github.approval.sesame; /* * #%L * approval-sesame * %% * Copyright (C) 2014 Nikolavp * %% * 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...
apache-2.0
mingyuan-xia/TigerCC
src/AbsSytree/SynExprSeq.java
767
package AbsSytree; import java.util.ArrayList; public class SynExprSeq extends AbsSynNode { public ArrayList<AbsSynNode> exprs; public SynExprSeq(AbsSynNode e) { this.exprs = new ArrayList<AbsSynNode>(); this.exprs.add(e); } public SynExprSeq append(AbsSynNode e) { this.exprs.add(e); retur...
apache-2.0
greycat-incubator/Paw
src/main/java/paw/graph/customTypes/bitset/CTBitset.java
1522
/** * Copyright 2017 Matthieu Jimenez. All rights reserved. * <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 req...
apache-2.0
southworkscom/azure-sdk-for-java
core/azure-core/src/main/java/com/microsoft/windowsazure/core/pipeline/Base64StringAdapter.java
1133
/** * Copyright Microsoft 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 at * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
apache-2.0
darth-willy/mobibench
MobiBenchWebService/src/main/java/wvw/utils/rule/builder/RuleBuilder.java
1192
/** * Copyright 2016 William Van Woensel 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 ...
apache-2.0
Silvermedia/unitils
unitils-test/src/test/java/org/unitils/core/reflect/TypeWrapperIsAssignableParameterizedTypeTest.java
4075
/* * Copyright 2013, Unitils.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 by applicable law or...
apache-2.0
soulrebel/AxonFramework
core/src/main/java/org/axonframework/common/lock/LockFactory.java
1205
/* * Copyright (c) 2010-2014. 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 ...
apache-2.0
CaroleneBertoldi/CountryDetails
country/src/main/java/site/Autocomplete.java
337
package site; public class Autocomplete { private final String label; private final String value; public Autocomplete(String label, String value) { this.label = label; this.value = value; } public final String getLabel() { return this.label; } public final String getValue() { return t...
apache-2.0
mapr/elasticsearch
core/src/main/java/org/elasticsearch/cluster/routing/RoutingNodes.java
37917
/* * 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...
apache-2.0
gurleen-gks/athenz
servers/zms/src/main/java/com/yahoo/athenz/zms/QuotaChecker.java
12013
/* * Copyright 2017 Yahoo Holdings, 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 a...
apache-2.0
indashnet/InDashNet.Open.UN2000
android/libcore/luni/src/main/java/java/nio/ByteBufferAsCharBuffer.java
5714
/* Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not...
apache-2.0
niklasteichmann/gradoop
gradoop-examples/src/main/java/org/gradoop/examples/io/JSONExample.java
4053
/* * Copyright © 2014 - 2018 Leipzig University (Database Research Group) * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unles...
apache-2.0
mdreza/PreferenceVObjectFile
PreferenceVObjectFile/src/com/altas/preferencevobjectfile/model/UserInfo.java
663
package com.altas.preferencevobjectfile.model; import java.io.Serializable; /** * @author Altas * @email Altas.TuTu@gmail.com * @date 2014年9月27日 */ public class UserInfo implements Serializable { /** * */ private static final long serialVersionUID = 8558071977129572083L; public int id; public String tok...
apache-2.0
farmerbb/SecondScreen
app/src/main/java/com/farmerbb/secondscreen/service/DisableKeyboardService.java
4734
/* Copyright 2017 Braden Farmer * * 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...
apache-2.0
zhuruiboqq/romantic-factor_baseOnES
common/src/main/java/com/sishuok/es/common/entity/search/filter/Condition.java
5176
/** * Copyright (c) 2005-2012 https://github.com/zhuruiboqq * * Licensed under the Apache License, Version 2.0 (the "License"); */ package com.sishuok.es.common.entity.search.filter; import com.sishuok.es.common.entity.search.SearchOperator; import com.sishuok.es.common.entity.search.exception.InvlidSearchOperator...
apache-2.0
huangzehai/core-java
src/main/java/com/hzh/corejava/proxy/SpeakerExample.java
240
package com.hzh.corejava.proxy; public class SpeakerExample { public static void main(String[] args) { AiSpeaker speaker = (AiSpeaker) AuthenticationProxy.newInstance(new XiaoaiAiSpeeker()); speaker.greeting(); } }
apache-2.0
evandor/skysail
skysail.server.queryfilter/test/io/skysail/server/queryfilter/nodes/test/LessNodeTest.java
4873
package io.skysail.server.queryfilter.nodes.test; import static org.hamcrest.CoreMatchers.is; import static org.junit.Assert.assertThat; import java.util.Collections; import java.util.HashMap; import java.util.Iterator; import java.util.Map; import org.junit.Ignore; import org.junit.Test; import io.skysail.domain.E...
apache-2.0
IvanMamontov/overseer
examples/java_agent.java
2131
import ch.usi.overseer.OverAgent; import ch.usi.overseer.OverHpc; /** * Overseer.OverAgent sample application. * This example shows a basic usage of the OverAgent java agent to keep track of all the threads created * by the JVM. Threads include garbage collectors, finalizers, etc. In order to use OverAgent, make su...
apache-2.0
JaLandry/MeasureAuthoringTool_LatestSprint
mat/src/mat/model/SecurityRole.java
1430
package mat.model; import com.google.gwt.user.client.rpc.IsSerializable; /** * The Class SecurityRole. */ public class SecurityRole implements IsSerializable { /** The Constant serialVersionUID. */ private static final long serialVersionUID = 1L; /** The Constant ADMIN_ROLE. */ public static final String A...
apache-2.0
GaoJunLoveHL/AppMaker
market/src/main/java/com/gaojun/appmarket/ui/view/RationLayout.java
1962
package com.gaojun.appmarket.ui.view; import android.content.Context; import android.content.res.TypedArray; import android.util.AttributeSet; import android.widget.FrameLayout; import com.gaojun.appmarket.R; /** * Created by Administrator on 2016/6/29. */ public class RationLayout extends FrameLayout { privat...
apache-2.0
aws/aws-sdk-java
aws-java-sdk-lightsail/src/main/java/com/amazonaws/services/lightsail/model/DiskMap.java
6034
/* * Copyright 2017-2022 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...
apache-2.0
flexwang/HappyRubik
src/flex/android/magiccube/MagicCubeRender.java
40437
/* * Copyright 2011-2014 Zhaotian Wang <zhaotianzju@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...
apache-2.0
stuckless/sagetv-phoenix-core
src/main/java/sagex/phoenix/remote/services/JSMethodInvocationHandler.java
1998
package sagex.phoenix.remote.services; import java.lang.reflect.InvocationHandler; import java.lang.reflect.Method; import java.util.HashMap; import java.util.Map; import javax.script.Invocable; import javax.script.ScriptException; import sagex.phoenix.util.PhoenixScriptEngine; public class JSMethodInvocationHandle...
apache-2.0
izenecloud/laser
src/main/java/io/izenecloud/larser/framework/LaserArgument.java
1698
package io.izenecloud.larser.framework; import io.izenecloud.conf.Configuration; import java.io.IOException; import java.util.ArrayList; import java.util.Arrays; import java.util.HashSet; import java.util.Set; import org.apache.hadoop.fs.FileSystem; import org.apache.hadoop.fs.Path; import org.kohsuke.args4j.CmdLine...
apache-2.0
75py/DisableManager
uiautomator/src/main/java/com/nagopy/android/disablemanager2/UiSelectorBuilder.java
6177
package com.nagopy.android.disablemanager2; import android.os.Build; import com.android.uiautomator.core.UiSelector; @SuppressWarnings("unused") public class UiSelectorBuilder { private UiSelector uiSelector; public UiSelector build() { return uiSelector; } /** * @since API Level 16 ...
apache-2.0
shopizer-ecommerce/shopizer
sm-shop-model/src/main/java/com/salesmanager/shop/model/entity/ReadableList.java
950
package com.salesmanager.shop.model.entity; import java.io.Serializable; public abstract class ReadableList implements Serializable { /** * */ private static final long serialVersionUID = 1L; private int totalPages;//totalPages private int number;//number of record in current page private long recordsTota...
apache-2.0
nickman/heliosutils
src/main/java/com/sun/jmx/remote/opt/security/SASLOutputStream.java
5384
/* * @(#)file SASLOutputStream.java * @(#)author Sun Microsystems, Inc. * @(#)version 1.10 * @(#)lastedit 07/03/08 * @(#)build @BUILD_TAG_PLACEHOLDER@ * * * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER. * * Copyright (c) 2007 Sun Microsystems, Inc. All Rights Reserved. * * The c...
apache-2.0
pulsarIO/pulsar-reporting-api
pulsarquery-druid/src/main/java/com/ebay/pulsar/analytics/metricstore/druid/query/sql/HllConstants.java
514
/******************************************************************************* * Copyright © 2012-2015 eBay Software Foundation * This program is dual licensed under the MIT and Apache 2.0 licenses. * Please see LICENSE for more information. *************************************************************************...
apache-2.0
paulvi/touch4j
src/com/emitrom/touch4j/client/ui/Mask.java
2495
/************************************************************************** * Mask.java is part of Touch4j 4.0. Copyright 2012 Emitrom 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 a...
apache-2.0
LegNeato/buck
src/com/facebook/buck/util/trace/uploader/launcher/UploaderLauncher.java
2379
/* * Copyright 2017-present Facebook, 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...
apache-2.0
nao20010128nao/show-java
app/src/main/java/org/jf/dexlib2/builder/BuilderSwitchPayload.java
2310
/* * Copyright 2013, Google Inc. * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are * met: * * * Redistributions of source code must retain the above copyright * notice, this list of conditio...
apache-2.0
software-engineering-amsterdam/poly-ql
GeorgePachitariu/ANTLR-First/src/nodeAST/relational/NEq.java
1336
package nodeAST.relational; import java.util.Map; import nodeAST.BinaryExpr; import nodeAST.Expression; import nodeAST.Ident; import nodeAST.literals.Literal; import types.BoolType; import types.Type; import visitor.ASTVisitor; import visitor.IdentifiersTypeMatcher; public class NEq extends BinaryEx...
apache-2.0
rickgit/Test
JavaTest/src/main/java/edu/ptu/javatest/_60_dsa/_35_TreeMapTest.java
4084
package edu.ptu.javatest._60_dsa; import org.junit.Test; import java.util.TreeMap; import static edu.ptu.javatest._20_ooad._50_dynamic._00_ReflectionTest.getRefFieldBool; import static edu.ptu.javatest._20_ooad._50_dynamic._00_ReflectionTest.getRefFieldObj; public class _35_TreeMapTest { @Test public void t...
apache-2.0
ox-it/cucm-http-api
src/main/java/com/cisco/axl/api/_8/LPhoneSecurityProfile.java
10171
package com.cisco.axl.api._8; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlAttribute; import javax.xml.bind.annotation.XmlType; /** * <p>Java class for LPhoneSecurityProfile complex type. * * <p>The following schema fragmen...
apache-2.0
yongaro/Pokemon
Pokemon-core/src/main/java/pokemon/vue/MyActor.java
2197
package pokemon.vue; import pokemon.launcher.PokemonCore; import com.badlogic.gdx.Gdx; import com.badlogic.gdx.graphics.Color; import com.badlogic.gdx.graphics.Texture; import com.badlogic.gdx.graphics.g2d.Batch; import com.badlogic.gdx.graphics.g2d.BitmapFont; import com.badlogic.gdx.graphics.g2d.SpriteBat...
apache-2.0
tiltedwindmills/mfl-api
src/main/java/org/tiltedwindmills/fantasy/mfl/services/LoginService.java
571
package org.tiltedwindmills.fantasy.mfl.services; import org.tiltedwindmills.fantasy.mfl.model.LoginResponse; /** * Interface defining operations required for logging into an MFL league. */ public interface LoginService { /** * Login. * * @param leagueId the league id * @param serverId the ...
apache-2.0
nikolaas/vk-cache-grabber
src/main/java/org/ns/vk/cachegrabber/ui/TestAction.java
994
package org.ns.vk.cachegrabber.ui; import java.awt.event.ActionEvent; import java.util.logging.Level; import java.util.logging.Logger; import javax.swing.AbstractAction; import org.ns.func.Callback; import org.ns.ioc.IoC; import org.ns.vk.cachegrabber.api.Application; import org.ns.vk.cachegrabber.api.vk.Audio; import...
apache-2.0
rokuz/omim
android/src/com/mapswithme/maps/maplayer/traffic/TrafficManager.java
3514
package com.mapswithme.maps.maplayer.traffic; import androidx.annotation.MainThread; import androidx.annotation.NonNull; import com.mapswithme.util.log.Logger; import com.mapswithme.util.log.LoggerFactory; import java.util.ArrayList; import java.util.List; @MainThread public enum TrafficManager { INSTANCE; priv...
apache-2.0