text
stringlengths
7
995k
package org.hl7.fhir.convertors.conv30_40; import org.hl7.fhir.convertors.VersionConvertor_30_40; import org.hl7.fhir.exceptions.FHIRException; import java.util.stream.Collectors; public class SearchParameter30_40 { static public org.hl7.fhir.r4.model.Enumeration<org.hl7.fhir.r4.model.SearchParameter.SearchComp...
package com.zhl.rx.activity; import android.graphics.drawable.Drawable; import android.net.Uri; import android.os.Bundle; import android.os.Environment; import android.support.annotation.Nullable; import android.support.v7.app.AppCompatActivity; import android.view.View; import android.widget.Button; import android.wi...
/** * Copyright 2010 - 2022 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
package com.bfirestone.udacity.popularmovies.models; import android.os.Parcel; import android.os.Parcelable; import android.util.SparseArray; @SuppressWarnings("unchecked") public class GenreParcelableSparseArray implements Parcelable { private SparseArray<String> genres = new SparseArray<>(); public GenrePa...
/* * Copyright ยฉ 2017 jjYBdx4IL (https://github.com/jjYBdx4IL) * * 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 osm5.ns.yang.nfvo.nst.rev180820; import org.opendaylight.yangtools.yang.binding.ResourceYangModuleInfo; import org.opendaylight.yangtools.yang.common.QName; import org.opendaylight.yangtools.yang.binding.YangModuleInfo; import java.util.Set; import java.util.HashSet; import com.google.common.collect.ImmutableS...
package sarf.verb.trilateral.augmented.modifier.vocalizer.nakes.yaei.passive; import java.util.*; import sarf.KindOfVerb; import sarf.substitution.InfixSubstitution; import sarf.substitution.Substitution; import sarf.substitution.SubstitutionsApplier; import sarf.substitution.SuffixSubstitution; import sarf.Conjugat...
package org.bouncycastle.tls; import org.bouncycastle.tls.crypto.TlsDHConfig; public interface TlsDHConfigVerifier { /** * Check whether the given DH configuration is acceptable for use. * * @param dhConfig the {@link TlsDHConfig} to check * @return true if (and only if) the specified configu...
/* * Copyright 2002-2014 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 2014-2020 Real Logic Limited. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or ...
import org.checkerframework.checker.nullness.qual.*; // Nullable receivers don't make a lot of sense // But this class tests the sub supertype recevier relationships. // It could just use tainted. interface Unbound1 { void apply(@NonNull MyClass my); } interface Unbound2 { void apply(@Nullable MyClass my); }...
package com.direwolf20.buildinggadgets.client.renderer; import net.minecraft.block.BlockState; import net.minecraft.client.renderer.tileentity.TileEntityRenderer; import net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher; import net.minecraft.fluid.IFluidState; import net.minecraft.tileentity.TileEn...
package com.fyj.fyjmall.order.service.impl; import org.springframework.stereotype.Service; import java.util.Map; import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; import com.baomidou.mybatisplus.core.metadata.IPage; import com.baomidou.mybatisplus.extension.service.impl.ServiceImpl; import com.fyj.co...
package info.bfly.app.protocol.model.response; import info.bfly.archer.user.model.User; import javax.validation.constraints.NotNull; import static org.apache.commons.lang3.Validate.notNull; /** * Created by XXSun on 2016/12/13. */ public class ApiUser { @NotNull private String emailAddress; 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 may ...
/* * 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 * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
/* * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distribut...
package io.deephaven.db.util.tuples.generated; import io.deephaven.db.tables.lang.DBLanguageFunctionUtil; import io.deephaven.db.util.serialization.SerializationUtils; import io.deephaven.db.util.serialization.StreamingExternalizable; import io.deephaven.db.util.tuples.CanonicalizableTuple; import gnu.trove.map.TIntOb...
package com.hbm.render.item; import org.lwjgl.opengl.GL11; import com.hbm.blocks.ModBlocks; import com.hbm.lib.RefStrings; import com.hbm.render.model.ModelSteelBeam; import com.hbm.render.model.ModelSteelCorner; import com.hbm.render.model.ModelSteelRoof; import com.hbm.render.model.ModelSteelScaffold; import com.hb...
/* * Copyright 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 applica...
/* * 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 core; import io.vavr.control.Either; import java.util.concurrent.CompletableFuture; public interface Repository<T> { CompletableFuture<Either<String, T>> getById(int id); }
// Copyright 2017 Yahoo Holdings. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root. package com.yahoo.documentapi.messagebus.loadtypes; import com.yahoo.documentapi.messagebus.protocol.DocumentProtocol; /** * @author thomasg */ public class LoadType { private int id; priva...
package id.arip.api.model; import lombok.Data; import javax.persistence.Entity; import javax.persistence.GeneratedValue; import javax.persistence.GenerationType; import javax.persistence.Id; import javax.validation.constraints.Email; import javax.validation.constraints.NotBlank; @Data @Entity public class User { ...
package com.prowidesoftware.swift.model.mx.dic; import java.util.ArrayList; import java.util.List; import javax.xml.bind.annotation.XmlAccessType; import javax.xml.bind.annotation.XmlAccessorType; import javax.xml.bind.annotation.XmlElement; import javax.xml.bind.annotation.XmlSchemaType; import javax.xml.bind.annotat...
package com.kaidongyuan.app.basemodule.widget.xlistview; import android.content.Context; import android.util.AttributeSet; import android.view.Gravity; import android.view.LayoutInflater; import android.view.View; import android.view.animation.Animation; import android.view.animation.RotateAnimation; import android.wi...
/* * Copyright 2013-2019 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
package com.tzeao.config; import org.springframework.context.annotation.Configuration; import org.springframework.web.servlet.LocaleResolver; import org.thymeleaf.util.StringUtils; import javax.servlet.http.HttpServletRequest; import javax.servlet.http.HttpServletResponse; import java.util.Locale; public class MyLoc...
package com.navigation.pathfinder.pathfinding; import com.navigation.pathfinder.graph.Edge; import com.navigation.pathfinder.graph.Graph; import com.navigation.pathfinder.graph.Vertex; import com.navigation.pathfinder.path.PathSummaryCreator; import com.navigation.pathfinder.weight.EdgeWeightCalculator; import java.ut...
/************************************************************************* * Copyright (c) 2015 Lemberg Solutions * * 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/...
package org.wickedsource.budgeteer.web.pages.budgets.details.chart; import de.adesso.wickedcharts.wicket7.chartjs.Chart; public class PeopleDistributionChart extends Chart { /** * */ private static final long serialVersionUID = 1L; private PeopleDistributionChartModel model; public PeopleDistribution...
/* * Copyright (c) 2007-2011 by The Broad Institute of MIT and Harvard. All Rights Reserved. * * This software is licensed under the terms of the GNU Lesser General Public License (LGPL), * Version 2.1 which is available at http://www.opensource.org/licenses/lgpl-2.1.php. * * THE SOFTWARE IS PROVIDED "AS IS." TH...
package bg.softuni.marketplace.web.interceptors; import bg.softuni.marketplace.web.annotations.Title; import org.springframework.context.MessageSource; import org.springframework.context.i18n.LocaleContextHolder; import org.springframework.lang.NonNull; import org.springframework.lang.Nullable; import org.springframew...
/* * Copyright ยฉ 2020 By Geeks Empire. * * Created by Elias Fazel * Last modified 5/4/20 12:10 PM * * Licensed Under MIT License. * https://opensource.org/licenses/MIT */ package net.geekstools.supershortcuts.PRO.SplitShortcuts.ApplicationsSelectionProcess.Adapters; import android.annotation.SuppressLint; imp...
/* * Copyright (C) 2014-2021 Philip Helger (www.helger.com) * philip[at]helger[dot]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/LICEN...
/* * 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.github.lapesd.hdtss.controller.websocket; import com.github.lapesd.hdtss.TempFile; import com.github.lapesd.hdtss.TestConfigPermutations; import com.github.lapesd.hdtss.controller.SparqlControllerTest; import com.github.lapesd.hdtss.model.Term; import com.github.lapesd.hdtss.model.solutions.BatchQuerySolut...
package org.shkim.queue.priority; import java.util.PriorityQueue; public class PriorityQueueJava { private static PriorityQueue<Prisoner> getPrisoners() { Prisoner prisoner1 = new Prisoner(4, "shkim"); Prisoner prisoner2 = new Prisoner(14, "dev"); Prisoner prisoner3 = new Prisoner(24, "opera"); Prisoner pri...
/* Copyright (C) 2001 Free Software Foundation This file is part of libgcj. This software is copyrighted work licensed under the terms of the Libgcj License. Please consult the file "LIBGCJ_LICENSE" for details. */ package javax.naming.directory; import javax.naming.*; import java.io.Serializable; /** * @a...
package ch.theowinter.toxictodo.sharedobjects.elements; import java.io.Serializable; import java.util.Date; public class TodoTask implements Serializable{ private static final long serialVersionUID = 8551171003242753417L; //Task Properties: private int priority; private char icon; private boolean daily; privat...
package ex1; /** * */ public enum enumConta { contaCorrente, contaPoupanca }
package linkedinselenium.pages; import org.openqa.selenium.WebDriver; import org.openqa.selenium.support.PageFactory; public class PageObject { protected WebDriver driver; public PageObject(WebDriver driver){ this.driver = driver; PageFactory.initElements(driver, this); } }
/******************************************************************************* * Copyright (C) 2017 Inshua<inshua@gmail.com> * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without ...
package org.springframework.web.accept; import java.util.Collections; import java.util.List; import java.util.Map; import org.junit.Test; import org.springframework.http.MediaType; import static org.junit.Assert.*; /** * Test fixture for {@link MappingMediaTypeFileExtensionResolver}. */ public class MappingMediaTyp...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
package org.tianjyan.luban.infrastructure.client; class ConnectedClient extends AbsClient { public ConnectedClient(String key) { super(key); inParaManager = new DefaultInParaManager(this); outParaManager = new DefaultOutParaManager(this); } }
/** * 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 The MediaPipe Authors. // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or a...
/* * Copyright 2007 Yusuke Yamamoto * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agree...
package uk.gov.dhsc.htbhf.claimant.model; import com.fasterxml.jackson.annotation.JsonIgnore; import io.swagger.annotations.ApiModel; import lombok.Builder; import lombok.Value; import uk.gov.dhsc.htbhf.dwp.model.*; /** * Encapsulation of the extra verification outcome information that was returned from DWP. */ @Va...
package com.keykat.keykat.brawlkat.common.util.parser; import org.json.JSONArray; import org.json.JSONObject; import java.io.Serializable; import java.util.ArrayList; public class kat_official_PowerPlaySeasonParser implements Serializable { private String data; ...
/* * Copyright (C) 2007 The Guava Authors * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
package prefuse.data.io; import java.io.InputStream; import java.util.Date; import javax.xml.parsers.SAXParser; import javax.xml.parsers.SAXParserFactory; import org.xml.sax.Attributes; import org.xml.sax.helpers.DefaultHandler; import prefuse.data.Graph; import prefuse.data.Node; import prefuse.data.Table; import ...
/* * Copyright 2013, devbliss GmbH * * 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 w...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to you under the Apache License, Version 2.0 * (the "License"); you may ...
package producers; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import javax.annotation.Resource; import javax.ejb.Schedule; import javax.ejb.Startup; import javax.ejb.Stateless; import javax.inject.Inject; import javax.jms.*; @JMSDestinationDefinitions({ @JMSDestinationDefinition( ...
/* * Copyright (c) 2002-2020 Gargoyle Software 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 ...
/* package codechef; // don't place package name! */ import java.util.*; import java.lang.*; import java.io.*; /* Name of the class has to be "Main" only if the class is public. */ class CodeChef { public static void main (String[] args) throws java.lang.Exception { // your code goes here Scanner sca...
package com.company.vehicle; public class RaceCar extends Vehicle { private int topSpeed; public RaceCar(String color, String brand) { super(color, brand); this.topSpeed = 200; } public int getTopSpeed() { return topSpeed; } @Override public String toString() { ...
package com.uniandes.biciandes.dto; import com.uniandes.biciandes.model.User; import com.uniandes.biciandes.model.Video; import lombok.Data; import lombok.NoArgsConstructor; import java.time.LocalDate; import javax.validation.constraints.NotEmpty; import javax.validation.constraints.NotNull; @Data @NoArgsConstruct...
/** * @(#)CollectionUtil.java, ๅ››ๆœˆ 13, 2021. * <p> * Copyright 2021 fenbi.com. All rights reserved. * FENBI.COM PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. */ package com.imcuttle.bar.util; import com.google.common.collect.Lists; import java.util.List; /** * @author chenkangbj */ public class Co...
/*================================================================================ Copyright (c) 2013 Steve Jin. 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 re...
package org.simplejavamail.internal.util; import lombok.AccessLevel; import lombok.NoArgsConstructor; import java.util.Comparator; import java.util.Map; @NoArgsConstructor(access = AccessLevel.PRIVATE) public class NaturalEntryKeyComparator<T extends Comparable<T>> implements Comparator<Map.Entry<T, Object>> { pu...
/* * Copyright (c) 2008-2021, 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 net.openid.conformance.condition.as.logout; import com.google.gson.JsonObject; import net.openid.conformance.condition.AbstractCondition; import net.openid.conformance.condition.PostEnvironment; import net.openid.conformance.condition.PreEnvironment; import net.openid.conformance.testmodule.Environment; import...
/* * Apache License * Version 2.0, January 2004 * http://www.apache.org/licenses/ * * Copyright 2013 - 2021 Aurelian Tutuianu * * 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 * * h...
// Generated by the protocol buffer compiler. DO NOT EDIT! // source: google/ads/googleads/v0/common/policy.proto package com.google.ads.googleads.v0.common; public final class PolicyProto { private PolicyProto() {} public static void registerAllExtensions( com.google.protobuf.ExtensionRegistryLite registr...
/* * 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 br.liveo.Model; import java.util.ArrayList; import java.util.List; /** * Created by Rudsonlive on 26/05/15. */ public class HelpLiveo { private HelpItem helpItem; private List<HelpItem> listHelp; public final int NO_ICON = 0; public final boolean IS_HIDE = true; public final boolean IS...
/* * Copyright 2016 higherfrequencytrading.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 applicable la...
/** * 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 2016 The Bazel 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 appl...
package com.songjachin.mwanandroid; import org.junit.Test; import static org.junit.Assert.*; /** * Example local unit test, which will execute on the development machine (host). * * @see <a href="http://d.android.com/tools/testing">Testing documentation</a> */ public class ExampleUnitTest { @Test public ...
/* * (C) Copyright 2019 Nuxeo (http://nuxeo.com/) 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/licenses/LICENSE-2.0 * * Unless required b...
/** * */ package org.sagebionetworks.repo.queryparser; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertFalse; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertNull; import static org.junit.Assert.assertTrue; import java.util.ArrayList; import java...
/* * Copyright 2015 Atte Heino * * 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 sqlite.kripton84; import com.abubusoft.kripton.BinderUtils; import com.abubusoft.kripton.KriptonBinder; import com.abubusoft.kripton.KriptonJsonContext; import com.abubusoft.kripton.android.sqlite.SQLiteTable; import com.abubusoft.kripton.common.CollectionUtils; import com.abubusoft.kripton.common.KriptonByteA...
package edu.gemini.wdba.glue.api; /** * An exception thrown when a web service has a problem. */ public class WdbaGlueException extends Exception { /** * Use this constructor when only a message should be returned. */ public WdbaGlueException(String message) { super(message); } /**...
/* * Copyright 2005-2015 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by ap...
package seedu.address.testutil; import static seedu.address.logic.parser.CliSyntax.PREFIX_ADDRESS; import static seedu.address.logic.parser.CliSyntax.PREFIX_EMAIL; import static seedu.address.logic.parser.CliSyntax.PREFIX_NAME; import static seedu.address.logic.parser.CliSyntax.PREFIX_PHONE; import static seedu.addres...
/* * Copyright (c) 2019-2020 GeyserMC. http://geysermc.org * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, copy,...
/** * Copyright ยฉ 2016-2017 The Thingsboard 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 applicab...
/* ************************************************************************* * The contents of this file are subject to the Openbravo Public License * Version 1.1 (the "License"), being the Mozilla Public License * Version 1.1 with a permitted attribution clause; you may not use this * file except in...
/* * JBoss, Home of Professional Open Source * Copyright 2013 Red Hat Inc. and/or its affiliates and other contributors * as indicated by the @author tags. All rights reserved. * See the copyright.txt in the distribution for a * full listing of individual contributors. * * This copyrighted material is made avail...
/** * Copyright (c) 2013-2019 Contributors to the Eclipse Foundation * * <p> See the NOTICE file distributed with this work for additional information regarding copyright * ownership. All rights reserved. This program and the accompanying materials are made available * under the terms of the Apache License, Versio...
/* * ๅฎ˜็ฝ‘ๅœฐ็ซ™:http://www.mob.com * ๆŠ€ๆœฏๆ”ฏๆŒQQ: 4006852216 * ๅฎ˜ๆ–นๅพฎไฟก:ShareSDK ๏ผˆๅฆ‚ๆžœๅ‘ๅธƒๆ–ฐ็‰ˆๆœฌ็š„่ฏ๏ผŒๆˆ‘ไปฌๅฐ†ไผš็ฌฌไธ€ๆ—ถ้—ด้€š่ฟ‡ๅพฎไฟกๅฐ†็‰ˆๆœฌๆ›ดๆ–ฐๅ†…ๅฎนๆŽจ้€็ป™ๆ‚จใ€‚ๅฆ‚ๆžœไฝฟ็”จ่ฟ‡็จ‹ไธญๆœ‰ไปปไฝ•้—ฎ้ข˜๏ผŒไนŸๅฏไปฅ้€š่ฟ‡ๅพฎไฟกไธŽๆˆ‘ไปฌๅ–ๅพ—่”็ณป๏ผŒๆˆ‘ไปฌๅฐ†ไผšๅœจ24ๅฐๆ—ถๅ†…็ป™ไบˆๅ›žๅค๏ผ‰ * * Copyright (c) 2013ๅนด mob.com. All rights reserved. */ package msgcopy.wovideo.onekeyshare.themes.classic; import android.content.Context; import android.content.r...
/* * 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 2002-2021 CS GROUP * Licensed to CS GROUP (CS) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * CS licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may...
/* * Copyright 2014 - 2020 Michael Rapp * * 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...
/* TEMPLATE GENERATED TESTCASE FILE Filename: CWE129_Improper_Validation_of_Array_Index__Environment_array_read_check_max_81_goodG2B.java Label Definition File: CWE129_Improper_Validation_of_Array_Index.label.xml Template File: sources-sinks-81_goodG2B.tmpl.java */ /* * @description * CWE: 129 Improper Validation of ...
/** * 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...
/* * JBoss, Home of Professional Open Source. * Copyright 2014 Red Hat, Inc., and individual contributors * as indicated by the @author tags. * * 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 Licen...
/* * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may ...
package condensation.stores; import java.util.ArrayList; import java.util.Collection; import androidx.annotation.NonNull; import condensation.actors.KeyPair; import condensation.serialization.CondensationObject; import condensation.serialization.Hash; // Methods are called from the main thread, and must not block, b...
package org.mengyun.tcctransaction.dubbo.context; import com.alibaba.dubbo.common.utils.StringUtils; import com.alibaba.dubbo.rpc.RpcContext; import com.alibaba.fastjson.JSON; import org.mengyun.tcctransaction.api.TransactionContext; import org.mengyun.tcctransaction.api.TransactionContextEditor; import org.mengyun.tc...
package sample; public class ValidSample { public static void main(String[] args) { System.out.println("Hello world"); } }
package com.linkedin.restli.examples.greetings.client; import javax.annotation.Generated; import com.linkedin.restli.client.RestliRequestOptions; import com.linkedin.restli.client.base.FindRequestBuilderBase; import com.linkedin.restli.common.ComplexResourceKey; import com.linkedin.restli.common.ResourceSpec; import c...
/* * MIT License * * Copyright (c) 2021 MASES s.r.l. * * Permission is hereby granted, free of charge, to any person obtaining a copy * of this software and associated documentation files (the "Software"), to deal * in the Software without restriction, including without limitation the rights * to use, cop...
package com.example.myapplication; import android.content.Context; import android.content.SharedPreferences; import android.content.res.Configuration; import android.content.res.Resources; import android.os.Build; import android.preference.PreferenceManager; import androidx.annotation.StringDef; import java.lang.annot...
package me.brucezz.crawler.bean; import java.io.ByteArrayOutputStream; import java.io.IOException; import java.util.Arrays; /** * Created by Brucezz on 2016/01/03. * DouyuCrawler */ public class Message { /** * ่ฏทๆฑ‚ๆถˆๆฏไฝ“ๅŒ…ๅซไบ”้ƒจๅˆ†๏ผš * 1.่ฎก็ฎ—ๅŽๅ››้ƒจๅˆ†็š„ๅญ—่Š‚้•ฟๅบฆ๏ผŒๅ 4ไธชๅญ—่Š‚ * 2.ๅ†…ๅฎน่ฎพ็ฝฎๅ’Œ็ฌฌไธ€้ƒจๅˆ†ไธ€ๆ ท * 3.่ฏทๆฑ‚ไปฃ็ ๏ผŒๅ›บๅฎš๏ผŒๅ‘ๅˆฐๆ–—้ฑผๆ˜ฏ0xb1,0x02,0x...