text
stringlengths
7
1.01M
package uk.co.victoriajanedavis.shopify_challenge.ui; import android.os.Bundle; import android.support.v4.app.Fragment; import android.support.v4.app.FragmentManager; import uk.co.victoriajanedavis.shopify_challenge.R; import uk.co.victoriajanedavis.shopify_challenge.ui.base.BaseActivity; import uk.co.victoriajanedav...
/* * Copyright 2018 Amazon.com, Inc. or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License") * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
package com.demo; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; @org.springframework.web.bind.annotation.RestController public class RestController { @RequestMapping(value = "/hello", method = RequestMethod.GET) public String hell...
/* * code https://github.com/jittagornp/excel-object-mapping */ package com.blogspot.na5cent.exom.util; import java.lang.reflect.Field; /** * @author redcrow */ public interface EachFieldCallback { void each(Field field, String name) throws Throwable; }
/** * Copyright 2011 The Open Source Research Group, * University of Erlangen-Nürnberg * * 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/lic...
package com.lsh.fillette.AppManaging; import android.app.Application; import android.content.Context; import android.util.Log; import com.google.firebase.FirebaseApp; import com.kakao.auth.IApplicationConfig; import com.kakao.auth.KakaoAdapter; import com.kakao.auth.KakaoSDK; /** * Created by lsh on 2018. 3. 27.. ...
/* * JBoss, Home of Professional Open Source * * Copyright 2013 Red Hat, Inc. and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/lic...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
/* Copyright 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...
package com.fasterxml.jackson.module.jaxb.types; import java.util.*; import javax.xml.bind.annotation.*; import com.fasterxml.jackson.annotation.JsonPropertyOrder; import com.fasterxml.jackson.annotation.JsonTypeInfo; import com.fasterxml.jackson.annotation.JsonTypeName; import com.fasterxml.jackson.databind.*; impo...
package Utils; import org.junit.Test; import static org.junit.Assert.*; public class UploadTest { @Test public void getImage() { } @Test public void getAudio() { } }
/* * Copyright (c) 2020 Applica.ai All Rights Reserved * * Copyright (c) 2020 Temporal Technologies, Inc. All Rights Reserved * * Copyright 2012-2016 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Modifications copyright (C) 2017 Uber Technologies, Inc. * * Licensed under the Apache License,...
/* Alloy Analyzer 4 -- Copyright (c) 2006-2009, Felix Chang * * 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, modif...
package org.kyojo.schemaorg.m3n3.doma.core.container; import java.math.BigDecimal; import org.seasar.doma.ExternalDomain; import org.seasar.doma.jdbc.domain.DomainConverter; import org.kyojo.schemaorg.m3n3.core.impl.ANNUAL_PERCENTAGE_RATE; import org.kyojo.schemaorg.m3n3.core.Container.AnnualPercentageRate; @Externa...
/* * 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.atlands.assistant.db; import org.litepal.crud.LitePalSupport; public class Contentlist extends LitePalSupport { private int id; private String name; private String link; private int tid; private int cid; private int oid; private int wid; public int getId() { return...
package mcjty.rftools.api.storage; import net.minecraft.item.ItemStack; import javax.annotation.Nullable; import java.util.function.Predicate; /** * This interface is implemented by the RFTools Storage Scanner tile entity */ public interface IStorageScanner { /** * Request an itemstack from the storage s...
/* * Copyright 2012-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 ap...
package com.contoso.helpers; public class MockHelper { }
// *************************************************************************************************************************** // * 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 regardi...
package org.smoothbuild.util.io; import java.io.IOException; import okio.BufferedSource; @FunctionalInterface public interface DataReader<T> { public T readFrom(BufferedSource source) throws IOException; }
/* * 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...
/* * JBoss, Home of Professional Open Source * Copyright 2010, Red Hat, Inc., and individual contributors * by the @authors tag. See the copyright.txt in the distribution for a * full listing of individual contributors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this fi...
package com.redis_cache.redis_sentinel.controller; import org.springframework.http.ResponseEntity; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotation.RequestMethod; import org.springframework.web.bind.annotation.RestController; @RestController @RequestMapping...
package ru.job4j.array; import java.util.Arrays; /** * @author tumen.garmazhapov (gtb-85@yandex.ru) * @since 11.2018*/ public class ArrayDuplicate { /** * метод удалаяет дубликаты из массива * @param array массив строк * @return array массив без дубликатов*/ public String[] remove(String[] a...
package net.launchers.mod.network.packet; import io.netty.buffer.Unpooled; import net.fabricmc.fabric.api.network.PacketContext; import net.fabricmc.fabric.api.network.ServerSidePacketRegistry; import net.launchers.mod.loader.LMLoader; import net.minecraft.entity.player.PlayerEntity; import net.minecraft.util.Identifi...
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. // Code generated by Microsoft (R) AutoRest Code Generator. package com.azure.data.confidentialledger; import com.azure.core.annotation.ReturnType; import com.azure.core.annotation.ServiceClient; import com.azure.core.anno...
package app.entitties; import javax.persistence.*; @Entity @Inheritance(strategy = InheritanceType.TABLE_PER_CLASS) public abstract class Person extends BaseEntity{ private String firstName; private String lastName; private String phoneNumber; public Person() { } @Column(name = "first_name"...
package net.menthor.editor.v2.ui.table; /** * ============================================================================================ * Menthor Editor -- Copyright (c) 2015 * * This file is part of Menthor Editor. Menthor Editor is based on TinyUML and as so it is * distributed under the same licens...
package def.dom; @jsweet.lang.Interface public abstract class StoreSiteSpecificExceptionsInformation extends StoreExceptionsInformation { @jsweet.lang.Optional public String[] arrayOfDomainStrings; }
package com.goayo.debtify.model; /** * @author Oscar Sanner and Olof Sjögren * @date 2020-10-07 * <p> * Interface for event handlers who wish to subscribe to the EventBus and it's events. * <p> * 2020-10-13 Modified by Olof Sjögren: removed event parameter from method. Is now only a notification. */ public int...
package com.xceptance.xlt.nocoding.parser.csv; import java.io.IOException; import java.io.Reader; import java.util.ArrayList; import java.util.Arrays; import java.util.List; import java.util.Set; import org.apache.commons.csv.CSVParser; import com.xceptance.xlt.nocoding.command.Command; import com.xceptance.xlt.noco...
package org.jetlinks.community.rule.engine.entity; import com.alibaba.fastjson.JSONObject; import lombok.Getter; import lombok.Setter; import org.hswebframework.web.bean.FastBeanCopier; import org.jetlinks.core.event.TopicPayload; import java.util.Map; /** * @author bsetfeng * @since 1.0 **/ @Getter @Setter publi...
package ru.faulab.javaee.design.patterns.sample.project.platform.expection; public class GenericUserException extends SimpleProjectException { private final int errorCode; public GenericUserException(int errorCode, String message) { super(message); this.errorCode = errorCode; } ...
/* * MIT License * * Copyright (c) 2010 - 2021 The OSHI Project Contributors: https://github.com/oshi/oshi/graphs/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...
/* * Copyright 2013-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...
/* * Copyright (c) 2014-2017 Neil Ellis * * 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 ...
package com.epam.edu.htm.controler.mapper; import com.epam.edu.htm.controler.dto.ContactDto; import com.epam.edu.htm.model.Contact; import org.mapstruct.Mapper; import org.mapstruct.factory.Mappers; @Mapper public interface ContactMapper { ContactMapper INSTANCE = Mappers.getMapper(ContactMapper.class); Cont...
/* * 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 ...
/* * This program 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 Foundation; either version 2 of the License, or * (at your option) any later version. * * This program is distributed in the hope that...
/* * Copyright 2019 GridGain Systems, Inc. and Contributors. * * Licensed under the GridGain Community Edition License (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.gridgain.com/products/software/community-edition...
package com.wechat.handler; import me.chanjar.weixin.common.api.WxConsts; import me.chanjar.weixin.common.session.WxSessionManager; import me.chanjar.weixin.mp.api.WxMpService; import me.chanjar.weixin.mp.bean.message.WxMpXmlMessage; import me.chanjar.weixin.mp.bean.message.WxMpXmlOutMessage; import org.springf...
package com.brandon3055.draconicevolution.common.tileentities.energynet; import cofh.api.energy.IEnergyReceiver; import com.brandon3055.draconicevolution.DraconicEvolution; import com.brandon3055.draconicevolution.client.render.particle.ParticleEnergyField; import com.brandon3055.draconicevolution.client.render.partic...
package org.robovm.bindings.playservices; import java.util.ArrayList; import org.robovm.apple.foundation.NSArray; import org.robovm.apple.foundation.NSData; import org.robovm.apple.foundation.NSError; import org.robovm.apple.foundation.NSNumber; import org.robovm.apple.foundation.NSObject; import org.robovm.apple.fo...
package org.seng302.leftovers.service; import org.apache.logging.log4j.LogManager; import org.apache.logging.log4j.Logger; import org.seng302.leftovers.dto.user.UserRole; import org.seng302.leftovers.entities.Keyword; import org.seng302.leftovers.entities.User; import org.seng302.leftovers.entities.event.KeywordCreate...
package ml.puredark.hviewer.ui.activities; import android.content.ActivityNotFoundException; import android.content.ClipData; import android.content.ClipboardManager; import android.content.Intent; import android.graphics.drawable.BitmapDrawable; import android.net.Uri; import android.os.Build; import android.os.Bundl...
package org.basex.io.in; import java.io.*; /** * This server-side class wraps an {@link InputStream} filled by a database * client. The incoming bytes are decoded: * <ul> * <li> {@code 0x00} is treated as end of stream, and -1 is returned</li> * <li> {@code 0xFF} is treated as encoding flag and skipped</li> * <...
package org.openapitools.model; import com.fasterxml.jackson.annotation.JsonTypeName; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import java.io.File; import java.math.BigDecimal; import java.util.Date; import java.util.UUID; import org.joda.time.LocalDate; import java.io.Se...
package org.devon.parallel.knnclassifier; /** * @author dewen.ye * @date 2019/3/10 09:06 */ public class Sample { double[] example; public double[] getExample() { return example; } public void setExample(double[] example) { this.example = example; } }
package com.revolsys.gis.web.rest.converter; import java.io.IOException; import java.io.InputStream; import java.nio.charset.Charset; import java.nio.charset.StandardCharsets; import org.springframework.http.HttpHeaders; import org.springframework.http.HttpInputMessage; import org.springframework.http.MediaType; impo...
package com.king.poi.word; import org.apache.poi.hwpf.HWPFDocument; import org.apache.poi.hwpf.usermodel.Table; import org.apache.poi.hwpf.usermodel.TableCell; import org.apache.poi.hwpf.usermodel.TableIterator; import org.apache.poi.hwpf.usermodel.TableRow; import org.apache.poi.xwpf.usermodel.XWPFDocument; i...
package backtype.storm.hooks; import backtype.storm.hooks.info.BoltAckInfo; import backtype.storm.hooks.info.BoltExecuteInfo; import backtype.storm.hooks.info.SpoutFailInfo; import backtype.storm.hooks.info.SpoutAckInfo; import backtype.storm.hooks.info.EmitInfo; import backtype.storm.hooks.info.BoltFailInfo; ...
/* * DBeaver - Universal Database Manager * Copyright (C) 2010-2021 DBeaver Corp and others * * 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/licen...
package br.com.desafiomercadolivre.modelos; import org.springframework.security.core.GrantedAuthority; import org.springframework.security.core.userdetails.UserDetails; import javax.persistence.*; import javax.validation.constraints.Email; import javax.validation.constraints.NotBlank; import javax.validation.constrai...
package org.papaja.adminfly.module.psy.tests.MMPI; import org.papaja.function.Converter; import java.util.Map; public interface AnswersPointsConverterInterface extends Converter<Map<Integer, Answer>, Map<Scale, Integer>> { default Map<Scale, Integer> getPoints(Map<Integer, Answer> answers) { return conv...
package com.carporange.ichange.sign_calender; import java.util.Calendar; import java.util.HashSet; import java.util.Set; /** * 月历抽象父类 * 继承该类可以实现自己的日历对象 * <p/> * Abstract class of Calendar * * @author AigeStudio 2015-06-15 */ public abstract class DPCalendar { protected final Calendar c = Calendar.getInstan...
/* * Copyright (c) 2018 Cadenza United Kingdom Limited * * 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, mod...
package seedu.savenus.model.info; import seedu.savenus.logic.commands.DislikeCommand; //@@author robytanama /** * Contains information on like command. */ public class DislikeInfo { public static final String COMMAND_WORD = DislikeCommand.COMMAND_WORD; public static final String INFORMATION = "Dislike com...
/* * Copyright 2020 Red Hat, Inc. and/or its affiliates. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
/* * Copyright (c) 2017. Sunghyouk Bae <sunghyouk.bae@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...
/* * Copyright (C) 2019 the original author or authors. * * This file is part of jBB Application Project. * * Licensed under the Apache License, Version 2.0 (the "License"); * You may obtain a copy of the License at * http://www.apache.org/licenses/LICENSE-2.0 */ package org.jbb; import org.jbb.lib.r...
/* * Copyright 2016-2021 Amazon.com, Inc. or its affiliates. All Rights Reserved. * * Licensed under the Apache License, Version 2.0 (the "License"). You may not use this file except in compliance with * the License. A copy of the License is located at * * http://aws.amazon.com/apache2.0 * * or in the "licen...
package adinar.annotationsutils.viewinserter; import android.util.Pair; import java.lang.reflect.Method; import adinar.annotationsutils.common.Cache; import adinar.annotationsutils.common.PrimitiveToObjectConverter; public class MethodResolver { private static final String TAG = "MethodResolver"; private ...
/* * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you ...
// Licensed to the Apache Software Foundation (ASF) under one // or more contributor license agreements. See the NOTICE file // distributed with this work for additional information // regarding copyright ownership. The ASF licenses this file // to you under the Apache License, Version 2.0 (the // "License"); you may...
/* * Copyright 1999-2019 Seata.io Group. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable l...
package fr.inria.spirals.repairnator; import com.martiansoftware.jsap.*; import fr.inria.spirals.repairnator.config.RepairnatorConfig; import fr.inria.spirals.repairnator.serializer.engines.SerializerEngine; import fr.inria.spirals.repairnator.serializer.engines.json.JSONFileSerializerEngine; import fr.inria.spirals.r...
package com.adahas.tools.jmxeval.model; import java.util.ArrayList; import java.util.List; import org.apache.commons.lang3.text.StrLookup; import org.apache.commons.lang3.text.StrSubstitutor; import org.w3c.dom.NamedNodeMap; import org.w3c.dom.Node; import com.adahas.tools.jmxeval.Context; import com.adah...
package com.example.simpledriverassistant.Beans; import android.util.Log; import androidx.annotation.NonNull; import com.google.android.gms.tasks.OnFailureListener; import com.google.android.gms.tasks.OnSuccessListener; import com.google.firebase.auth.FirebaseAuth; import com.google.firebase.auth.FirebaseUser; impor...
/** * Licensed to the Apache Software Foundation (ASF) under one * or more contributor license agreements. See the NOTICE file * distributed with this work for additional information * regarding copyright ownership. The ASF licenses this file * to you under the Apache License, Version 2.0 (the * "License"); you...
/******************************************************************************* * Copyright (c) 2015-2018 Skymind, Inc. * * This program and the accompanying materials are made available under the * terms of the Apache License, Version 2.0 which is available at * https://www.apache.org/licenses/LICENSE-2.0. * *...
package de.jpaw.batch.examples; import de.jpaw.batch.endpoints.BatchReaderTextFile; import de.jpaw.batch.endpoints.BatchWriterTextFile; import de.jpaw.batch.impl.BatchExecutorUnthreaded; import de.jpaw.batch.processors.BatchProcessorFactoryIdentity; public final class BatchTextFileCopyST { private BatchTextFileCo...
package com.huaweicloud.sdk.as.v1.model; import com.huaweicloud.sdk.core.SdkResponse; import java.util.function.Consumer; import java.util.Objects; /** * Response Object */ public class BatchProtectScalingInstancesResponse extends SdkResponse { @Override public boolean equals(java.lang.Object o) { ...
/* * 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 cn.hanbell.erp.entity; import java.io.Serializable; import javax.persistence.EmbeddedId; import javax.persistence.Entity; impo...
package io.electrum.giftcard.api.model; import io.electrum.vas.Utils; import io.electrum.vas.model.Customer; import io.electrum.vas.model.Transaction; import io.swagger.annotations.ApiModel; import io.swagger.annotations.ApiModelProperty; import javax.validation.constraints.NotNull; import com.fasterxml.jackson.anno...
package io.github.a5h73y.parkour.utility; import static io.github.a5h73y.parkour.other.ParkourConstants.ERROR_NO_EXIST; import static io.github.a5h73y.parkour.other.ParkourConstants.ERROR_UNKNOWN_PLAYER; import io.github.a5h73y.parkour.Parkour; import io.github.a5h73y.parkour.enums.Permission; import io.github.a5h73y...
/** * This project is licensed under the Apache License, Version 2.0 * if the following condition is met: * (otherwise it cannot be used by anyone but the author, Kevin, only) * * The original KommonLee project is owned by Lee, Seong Hyun (Kevin). * * -What does it mean to you? * Nothing, unless you want to tak...
package org.visallo.core.config; import com.google.common.base.Throwables; import org.apache.logging.log4j.core.config.Configurator; import org.json.JSONObject; import org.visallo.core.exception.VisalloException; import org.visallo.core.exception.VisalloResourceNotFoundException; import org.visallo.core.util.VisalloLo...
//: concurrency/MultiLock.java // One thread can reacquire the same lock. import static net.mindview.util.Print.*; public class MultiLock { public synchronized void f1(int count) { if(count-- > 0) { print("f1() calling f2() with count " + count); f2(count); } } public synchronized void f2(int...
/* * 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 * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
// ------------------------------------------------------------------------------ // Copyright (c) Microsoft Corporation. All Rights Reserved. Licensed under the MIT License. See License in the project root for license information. // ------------------------------------------------------------------------------ pa...
/* * 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...
/* * 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...
/* * Copyright 2006-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 required by app...
/* * Copyright (c) 2015, Nordic Semiconductor * All rights reserved. * * 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 must retain the above copyright notice, this list of conditi...
package fun.boomcat.luckyhe.mirai.plugin.luckyminecraftqqchatmiraiconsole.pojo; public class SessionGroup { private long id; private String name; public long getId() { return id; } public void setId(long id) { this.id = id; } public String getName() { return name;...
//============================================================================== // This software is part of the Open Standard for Unattended Sensors (OSUS) // reference implementation (OSUS-R). // // To the extent possible under law, the author(s) have dedicated all copyright // and related and neighboring rights to t...
package com.gsnathan.android_scouter; import androidx.appcompat.app.AlertDialog; import androidx.appcompat.app.AppCompatActivity; import android.os.Bundle; import android.util.Log; import android.view.View; import android.widget.Button; import android.widget.CheckBox; import android.widget.EditText; import android.w...
/* * Copyright (c) 2015 Cloudera, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed ...
package lib.ui.android; import io.appium.java_client.AppiumDriver; import lib.ui.NavigationUI; public class AndroidNavigationUI extends NavigationUI { static { MY_LISTS_LINK = "xpath://android.widget.FrameLayout[@content-desc='My lists']"; } public AndroidNavigationUI(AppiumDriver driver) { ...
/** * Copyright (c) 2009 - 2012 AppWork UG(haftungsbeschränkt) <e-mail@appwork.org> * * This file is part of org.appwork.utils.awf * * This software is licensed under the Artistic License 2.0, * see the LICENSE file or http://www.opensource.org/licenses/artistic-license-2.0.php * for details */ packa...
package gov.cms.qpp.conversion.model.error; import org.apache.commons.text.StringSubstitutor; import gov.cms.qpp.conversion.DocumentationReference; import java.util.ArrayList; import java.util.Arrays; import java.util.HashMap; import java.util.List; import java.util.Map; import java.util.function.Function; import ja...
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.config.subscription; import com.yahoo.config.ConfigInstance; import com.yahoo.config.ConfigurationRuntimeException; import com.yahoo.foo.SimpletypesConfig; import com.yahoo.foo.AppCo...
package com.cds.promotion.data.entity; /** * @Author: chengzj * @CreateDate: 2019/1/17 14:09 * @Version: 3.0.0 */ public class ClockOnReq { /** * user_id : 用户id * location : 经纬度 * address : 打卡地址 * time : 打卡时间 * description : 打卡说明 * type : 类型 0 下班打卡,1上班打卡 */ private Strin...
/* ### * IP: GHIDRA * * 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 writin...
package party.threebody.skean.samples.navyapp.domain; import party.threebody.skean.data.LastUpdateTime; import javax.persistence.Column; import javax.persistence.Id; import javax.persistence.Table; import java.time.LocalDateTime; import java.util.List; @Table(name = "navy_fleet") public class Fleet { @Id String...
/* * Copyright 2015 the original author or authors. * @https://github.com/scouter-project/scouter * * 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...
/* * Copyright 2004-2015 the Seasar Foundation and the Others. * * 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 ...
/* * 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 * distr...
package com.example.nanchen.aiyaschoolpush.net.retrofit; /** * * 自定义异常 * * @author nanchen * @fileName AiYaSchoolPush * @packageName com.example.nanchen.aiyaschoolpush.net * @date 2016/09/27 09:19 */ public class ApiException extends RuntimeException { public int retCode; public String msg; publ...