content stringlengths 263 5.24M | pred_label stringclasses 1
value | pred_score_pos float64 0.6 1 |
|---|---|---|
package org.apereo.cas.trusted.authentication.storage;
import org.apereo.cas.configuration.model.support.mfa.trusteddevice.TrustedDevicesMultifactorProperties;
import org.apereo.cas.mongo.MongoDbConnectionFactory;
import org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustRecord;
import org.apereo.... | __label__POS | 0.616498 |
package org.apereo.cas.support.spnego.authentication.principal;
import org.apereo.cas.authentication.principal.PrincipalFactoryUtils;
import org.apereo.cas.util.serialization.JacksonObjectMapperFactory;
import com.fasterxml.jackson.databind.ObjectMapper;
import lombok.val;
import org.apache.commons.lang3.ArrayUtils;
... | __label__POS | 0.959354 |
package org.apereo.cas.support.spnego.authentication.handler.support;
import lombok.val;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.springframework.context.support.StaticApplicationContext;
import org.springframework.core.io.ClassPathResource;
import static org.junit.jupiter.api.A... | __label__POS | 0.982635 |
package org.apereo.cas.support.spnego.authentication.handler.support;
import org.apereo.cas.authentication.Credential;
import org.apereo.cas.authentication.credential.UsernamePasswordCredential;
import org.apereo.cas.authentication.principal.PrincipalFactoryUtils;
import org.apereo.cas.authentication.principal.Service... | __label__POS | 0.993046 |
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;
using Microsoft.CodeAnalysis;
using Microsoft.CodeAnalysis.CSharp;
using Microsoft.CodeAnalysis.CSharp.Syntax;
using Microsoft.CodeAnalysis.Editing;
public static class Utility
{
public static readonly DiagnosticDescriptor ExceptionDiagno... | __label__POS | 0.744918 |
/*Copyright ©2015 TommyLemon(https://github.com/TommyLemon)
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... | __label__POS | 0.644478 |
/*Copyright ©2015 TommyLemon(https://github.com/TommyLemon)
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... | __label__POS | 0.610128 |
#if MODULE_ZLINQ
using ZLinq;
#else
using System.Linq;
#endif
using System;
using Medicine;
using NUnit.Framework;
using UnityEngine;
public partial class TrackAttributePlayModeTests
{
[SetUp]
public void Cleanup()
=> TestUtility.DestroyAllGameObjects();
///////////////////////////////////////////... | __label__POS | 0.720455 |
package org.apereo.cas.support.spnego.authentication.principal;
import org.apereo.cas.authentication.Credential;
import org.apereo.cas.authentication.principal.Principal;
import org.apereo.cas.authentication.principal.resolvers.PersonDirectoryPrincipalResolver;
import org.apereo.cas.authentication.principal.resolvers.... | __label__POS | 0.994506 |
using System.ComponentModel;
using Unity.Collections;
using static System.ComponentModel.EditorBrowsableState;
// ReSharper disable UnusedType.Global
// ReSharper disable UnusedMember.Global
// ReSharper disable UnusedTypeParameter
namespace Medicine.Internal
{
public static partial class Storage
{
[E... | __label__POS | 0.973214 |
using System.ComponentModel;
using UnityEngine;
using UnityEngine.Jobs;
using static System.ComponentModel.EditorBrowsableState;
using Component = UnityEngine.Component;
// ReSharper disable UnusedType.Global
// ReSharper disable UnusedMember.Global
// ReSharper disable UnusedTypeParameter
namespace Medicine.Internal... | __label__POS | 0.953463 |
package dumaisoft.chapter08;
import java.util.*;
/**
* Created by wxb on 2017/12/19 0019.
*/
public class Greed {
public static void main(String[] args) {
Set<String> states_needed = new HashSet<String>(Arrays.asList("mt", "wa", "or", "id", "nv", "ut", "ca", "az"));
Map<String, HashSet<String>> ... | __label__POS | 0.998882 |
package dumaisoft.chapter05;
import java.util.HashMap;
/**
* Author: wxb
* Project: Grokking_algorithms_in_java
* Create Date: 2017/12/14
* Create Time: 20:08
* Description: simple example for hash table.
*/
public class HashtableExample {
public static void main(String[] args) {
HashMap<St... | __label__POS | 0.999982 |
package dumaisoft.chapter04;
import java.util.Arrays;
import java.util.LinkedList;
import java.util.List;
/**
* Author: wxb
* Project: Grokking_algorithms_in_java
* Create Date: 2017/12/13
* Create Time: 20:42
* Description: quick sort algorithm , for List
*/
public class QuickSort {
public static ... | __label__POS | 1.000002 |
package dumaisoft.chapter04;
/**
* Author: wxb
* Project: Grokking_algorithms_in_java
* Create Date: 2017/12/13
* Create Time: 21:09
* Description: quick sort for array
*/
public class QuickSortForArray {
public static void main(String[] args) {
int[] array = {5, 2, 3, 10};
quicksort... | __label__POS | 0.999967 |
package dumaisoft.chapter02;
import java.util.Arrays;
import java.util.LinkedList;
import java.util.List;
/**
* Created by wxb on 2017/12/10 0010.
*/
public class SelectionSort {
public static void main(String[] args) {
List<Integer> list = new LinkedList<Integer>(Arrays.asList(5, 3, 6, 2, 10));
... | __label__POS | 1.00001 |
package org.apereo.cas.support.spnego.authentication.handler.support;
import org.apereo.cas.util.function.FunctionUtils;
import lombok.Getter;
import lombok.extern.slf4j.Slf4j;
import lombok.val;
import org.apache.commons.lang3.StringUtils;
import org.springframework.core.io.ResourceLoader;
import java.util.Properti... | __label__POS | 0.91764 |
package dumaisoft.chapter07;
import java.util.HashMap;
import java.util.LinkedList;
import java.util.List;
import java.util.Map;
/**
* Created by wxb on 2017/12/16 0016.
*/
public class Dijkstra {
public static void main(String[] args) {
//create and initialize graph
HashMap<String, HashMap<Stri... | __label__POS | 0.981826 |
package dumaisoft.chapter06;
import java.util.*;
/**
* Author: wxb
* Project: Grokking_algorithms_in_java
* Create Date: 2017/12/14
* Create Time: 20:40
* Description: simple example for breadth-first search in a graph.
*/
public class BreadthFristSearch {
public static void main(String[] args) {
... | __label__POS | 0.999447 |
/*Copyright ©2015 TommyLemon(https://github.com/TommyLemon)
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... | __label__POS | 0.996973 |
/*Copyright ©2015 TommyLemon(https://github.com/TommyLemon)
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... | __label__POS | 0.998676 |
package dumaisoft.chapter10;
import java.util.LinkedList;
import java.util.List;
/**
* Created by wxb on 2017/12/24 0024.
* using knn algorithm to predict
*/
public class KNN {
private static class BreadNumber {
int weather;
int isHoliday;
int isActivity;
int number;
fl... | __label__POS | 0.886505 |
package dumaisoft.chapter09;
/**
* Created by wxb on 2017/12/19 0019.
* 使用动态规划算来寻找"最长的公共子序列"
*/
public class FindLongestPublicSubString {
public static void main(String[] args) {
String word_a = "fosh";
String word_b = "fish";
int maxSubSequence = findLongestPublicSubSequence(word_a, wor... | __label__POS | 0.999427 |
/*Copyright ©2015 TommyLemon(https://github.com/TommyLemon)
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... | __label__POS | 0.617172 |
/*Copyright ©2015 TommyLemon(https://github.com/TommyLemon)
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... | __label__POS | 0.954953 |
/*Copyright ©2015 TommyLemon(https://github.com/TommyLemon)
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... | __label__POS | 0.711426 |
package org.apereo.cas.notifications;
import org.apereo.cas.authentication.principal.Principal;
import org.apereo.cas.configuration.model.support.firebase.GoogleFirebaseCloudMessagingProperties;
import org.apereo.cas.notifications.push.NotificationSender;
import org.apereo.cas.util.LoggingUtils;
import com.google.fire... | __label__POS | 0.894249 |
package zuo.biao.library.util;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;
import android.app.Activity;
import android.content.Intent;
import android.net.Uri... | __label__POS | 0.649425 |
/*Copyright ©2015 TommyLemon(https://github.com/TommyLemon)
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... | __label__POS | 0.632015 |
/*Copyright ©2015 TommyLemon(https://github.com/TommyLemon)
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... | __label__POS | 0.979309 |
package zuo.biao.library.util;
import java.io.IOException;
import java.io.InputStream;
import java.security.KeyStore;
import java.security.KeyStoreException;
import java.security.NoSuchAlgorithmException;
import java.security.SecureRandom;
import java.security.UnrecoverableKeyException;
import java.security.cert.Certi... | __label__POS | 0.987009 |
package org.apereo.cas;
import org.apereo.cas.persondir.ActiveDirectoryLdapEntryHandler;
import lombok.val;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.ldaptive.LdapAttribute;
import org.ldaptive.LdapEntry;
import java.util.Date;
import static org.junit.jupiter.api.Assertions.*;
/*... | __label__POS | 0.901166 |
package org.apereo.cas.authorization;
import org.apereo.cas.adaptors.ldap.LdapIntegrationTestsOperations;
import org.apereo.cas.authentication.principal.PrincipalFactoryUtils;
import org.apereo.cas.configuration.model.support.ldap.AbstractLdapAuthenticationProperties;
import org.apereo.cas.util.LdapUtils;
import org.a... | __label__POS | 0.870522 |
package org.apereo.cas.authorization;
import org.apereo.cas.configuration.CasConfigurationProperties;
import org.apereo.cas.util.LdapUtils;
import org.apereo.cas.util.junit.EnabledIfListeningOnPort;
import lombok.val;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.springframework.boot... | __label__POS | 0.644651 |
package org.apereo.cas.authorization;
import org.apereo.cas.adaptors.ldap.LdapIntegrationTestsOperations;
import org.apereo.cas.authentication.principal.PrincipalFactoryUtils;
import org.apereo.cas.configuration.model.support.ldap.AbstractLdapAuthenticationProperties;
import org.apereo.cas.util.LdapUtils;
import org.a... | __label__POS | 0.910953 |
package org.apereo.cas.util;
import com.unboundid.ldap.sdk.AddRequest;
import com.unboundid.ldap.sdk.Attribute;
import com.unboundid.ldap.sdk.LDAPConnection;
import com.unboundid.ldap.sdk.LDAPException;
import com.unboundid.ldap.sdk.ResultCode;
import lombok.experimental.UtilityClass;
import lombok.extern.slf4j.Slf4j;... | __label__POS | 0.962012 |
package com.apkkids.bean;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.authority.SimpleGrantedAuthority;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.stereotype.Component;
import java.util.ArrayList;
import java.uti... | __label__POS | 0.994954 |
package com.apkkids.service;
import com.apkkids.bean.MyUserBean;
import com.apkkids.mapper.MyUserMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.security.core.userdetails.UserDetailsService;
import org.s... | __label__POS | 0.917507 |
package com.apkkids.config;
import org.springframework.security.authentication.AuthenticationProvider;
import org.springframework.security.authentication.UsernamePasswordAuthenticationToken;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.AuthenticationException;
impor... | __label__POS | 0.929319 |
package com.apkkids.config;
import com.apkkids.bean.ResponseBean;
import com.fasterxml.jackson.databind.ObjectMapper;
import org.springframework.security.access.AccessDeniedException;
import org.springframework.security.web.access.AccessDeniedHandler;
import org.springframework.stereotype.Component;
import javax.serv... | __label__POS | 0.871162 |
package com.apkkids.config;
import com.apkkids.bean.MyResourceBean;
import com.apkkids.mapper.ResourceMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.access.ConfigAttribute;
import org.springframework.security.access.SecurityConfig;
import org.springframework.... | __label__POS | 0.64396 |
package org.apereo.cas.adaptors.ldap;
import org.apereo.cas.util.LdapTestUtils;
import com.unboundid.ldap.sdk.LDAPConnection;
import lombok.experimental.UtilityClass;
import lombok.val;
import org.ldaptive.BindConnectionInitializer;
import org.springframework.core.io.ClassPathResource;
import java.io.InputStream;
/**... | __label__POS | 0.997392 |
package zuo.biao.library.base;
import zuo.biao.library.R;
import zuo.biao.library.util.DataKeeper;
import zuo.biao.library.util.ImageLoaderUtil;
import zuo.biao.library.util.Log;
import zuo.biao.library.util.SettingUtil;
import android.app.Application;
/**基础Application
* @author Lemon
* @see #init
* @use extends B... | __label__POS | 0.929273 |
package org.apereo.cas.authentication.support;
import org.apereo.cas.authentication.MessageDescriptor;
import org.apereo.cas.authentication.support.password.PasswordPolicyContext;
import lombok.val;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.ldaptive.LdapAttribute;
import org.ldap... | __label__POS | 0.890334 |
package com.apkkids.controller;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.s... | __label__POS | 0.817176 |
package org.apereo.cas.authentication.support;
import org.apereo.cas.authentication.support.password.GroovyPasswordPolicyHandlingStrategy;
import org.apereo.cas.authentication.support.password.PasswordPolicyContext;
import lombok.val;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.lda... | __label__POS | 0.825865 |
package org.apereo.cas.authentication.support;
import lombok.val;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.ldaptive.auth.AuthenticationResponse;
import org.ldaptive.auth.AuthenticationResultCode;
import static org.junit.jupiter.api.Assertions.*;
import static org.mockito.Mockito... | __label__POS | 0.996984 |
package com.apkkids.bean;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.authority.SimpleGrantedAuthority;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.stereotype.Component;
import java.util.ArrayList;
import java.uti... | __label__POS | 0.994954 |
package com.apkkids.service;
import com.apkkids.bean.MyUserBean;
import com.apkkids.mapper.MyUserMapper;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.core.userdetails.UserDetails;
import org.springframework.security.core.userdetails.UserDetailsService;
import org.s... | __label__POS | 0.917507 |
/*Copyright ©2015 TommyLemon(https://github.com/TommyLemon)
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... | __label__POS | 0.818548 |
package com.apkkids.config;
import org.springframework.security.authentication.AuthenticationProvider;
import org.springframework.security.authentication.UsernamePasswordAuthenticationToken;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.AuthenticationException;
impor... | __label__POS | 0.929319 |
package com.apkkids.controller;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.s... | __label__POS | 0.883332 |
package zuo.biao.library.manager;
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.util.ArrayList;
import java.util.List;
import zuo.biao.library.model.City;
import zuo.biao.library.util.StringUtil;
import android.content.Context;
import android... | __label__POS | 0.985767 |
package com.apkkids.config;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.config.annotation.web.configuration.EnableWebSecurity;
import org.... | __label__POS | 0.84984 |
package org.apereo.cas.authorization;
import org.apereo.cas.authentication.principal.Principal;
import lombok.Getter;
import lombok.extern.slf4j.Slf4j;
import lombok.val;
import org.apache.commons.lang3.Strings;
import org.ldaptive.LdapAttribute;
import org.ldaptive.LdapEntry;
import org.ldaptive.SearchOperation;
impo... | __label__POS | 0.830931 |
package com.apkkids.config;
import org.springframework.security.authentication.AuthenticationProvider;
import org.springframework.security.authentication.UsernamePasswordAuthenticationToken;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.AuthenticationException;
impor... | __label__POS | 0.929319 |
package com.apkkids.config;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder;
import org.springframework.security.config.annotation.web.builders.HttpSecurity;
import org.springframework.security.con... | __label__POS | 0.669667 |
package org.apereo.cas.util;
import org.apereo.cas.configuration.model.support.ldap.AbstractLdapProperties;
import org.apereo.cas.util.function.FunctionUtils;
import lombok.Getter;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import lombok.val;
import org.apache.commons.lang3.ArrayUtils;
i... | __label__POS | 0.856528 |
package com.apkkids.controller;
import org.springframework.security.core.Authentication;
import org.springframework.security.core.GrantedAuthority;
import org.springframework.security.core.context.SecurityContextHolder;
import org.springframework.stereotype.Controller;
import org.springframework.ui.Model;
import org.s... | __label__POS | 0.883332 |
package org.apereo.cas.persondir;
import org.apereo.cas.authentication.attribute.TenantPersonAttributeDaoBuilder;
import org.apereo.cas.authentication.principal.attribute.PersonAttributeDao;
import org.apereo.cas.configuration.CasConfigurationProperties;
import org.apereo.cas.configuration.model.support.ldap.LdapPrinc... | __label__POS | 0.99905 |
package org.apereo.cas.authentication;
import org.apereo.cas.authentication.handler.TenantAuthenticationHandlerBuilder;
import org.apereo.cas.authentication.principal.PrincipalFactory;
import org.apereo.cas.configuration.CasConfigurationProperties;
import org.apereo.cas.configuration.model.support.ldap.LdapAuthenticat... | __label__POS | 0.932055 |
package org.apereo.cas.authentication.support;
import org.apereo.cas.authentication.support.password.RejectResultCodePasswordPolicyHandlingStrategy;
import org.apereo.cas.util.CollectionUtils;
import lombok.RequiredArgsConstructor;
import org.ldaptive.auth.AuthenticationResponse;
import java.util.Collection;
/**
*... | __label__POS | 0.992452 |
note
description:"[
CoinAPI Market Data REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: v1
Contact: support@apibricks.io
NOTE: This class is auto generated by OpenAPI Generator (https://openapi-g... | __label__POS | 0.752741 |
note
description:"[
CoinAPI Market Data REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: v1
Contact: support@apibricks.io
NOTE: This class is auto generated by OpenAPI Generator (https://openapi-g... | __label__POS | 0.604303 |
package org.apereo.cas.uma.claim;
import com.fasterxml.jackson.annotation.JsonIgnore;
import lombok.Data;
import java.io.Serial;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collection;
import java.util.LinkedHashMap;
import java.util.Map;
/**
* This is {@link UmaResourceSetClaimPermiss... | __label__POS | 0.98461 |
package org.apereo.cas.uma.claim;
import org.apereo.cas.uma.ticket.permission.UmaPermissionTicket;
import org.apereo.cas.util.CollectionUtils;
import com.google.common.collect.Sets;
import lombok.extern.slf4j.Slf4j;
import lombok.val;
/**
* This is {@link DefaultUmaResourceSetClaimPermissionExaminer}.
*
* @author ... | __label__POS | 0.603871 |
note
description:"[
CoinAPI Market Data REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: v1
Contact: support@apibricks.io
NOTE: This class is auto generated by OpenAPI Generator (https://openapi-g... | __label__POS | 0.700151 |
note
description:"[
CoinAPI Market Data REST API
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
The version of the OpenAPI document: v1
Contact: support@apibricks.io
NOTE: This class is auto generated by OpenAPI Generator (https://openapi-g... | __label__POS | 0.602797 |
package org.apereo.cas.uma.ticket.permission;
import org.apereo.cas.configuration.CasConfigurationProperties;
import org.apereo.cas.configuration.support.Beans;
import org.apereo.cas.ticket.ExpirationPolicy;
import org.apereo.cas.ticket.ExpirationPolicyBuilder;
import org.apereo.cas.ticket.expiration.HardTimeoutExpira... | __label__POS | 0.97321 |
package org.apereo.cas.uma.ticket.permission;
import org.apereo.cas.ticket.AbstractTicket;
import org.apereo.cas.ticket.ExpirationPolicy;
import org.apereo.cas.uma.ticket.resource.ResourceSet;
import com.fasterxml.jackson.annotation.JsonTypeInfo;
import lombok.Getter;
import lombok.NoArgsConstructor;
import lombok.Se... | __label__POS | 0.87763 |
package org.apereo.cas.uma.ticket.permission;
import org.apereo.cas.ticket.ExpirationPolicyBuilder;
import org.apereo.cas.ticket.Ticket;
import org.apereo.cas.ticket.UniqueTicketIdGenerator;
import org.apereo.cas.uma.ticket.resource.ResourceSet;
import lombok.Getter;
import lombok.RequiredArgsConstructor;
import lomb... | __label__POS | 0.985384 |
note
description: "Summary description for {JSON_BASIC_REFLECTOR_DESERIALIZER}."
date: "$Date$"
revision: "$Revision$"
class
JSON_BASIC_REFLECTOR_DESERIALIZER
inherit
JSON_DESERIALIZER
redefine
reset
end
JSON_TYPE_UTILITIES_EXT
feature -- Conversion
from_json (a_json: detachable JSON_VALUE; ctx: JSON... | __label__POS | 0.625568 |
package com.apk.editor.utils.menu;
import android.app.Activity;
import android.content.Context;
import android.net.Uri;
import com.apk.editor.R;
import com.apk.editor.utils.tasks.ExploreAPK;
import java.io.File;
import java.util.Objects;
import in.sunilpaulmathew.sCommon.CommonUtils.sCommonUtils;
import in.sunilpau... | __label__POS | 0.663656 |
package org.apereo.cas.uma.ticket.resource.repository;
import org.apereo.cas.uma.ticket.resource.ResourceSet;
import java.util.Collection;
import java.util.Optional;
/**
* This is {@link ResourceSetRepository}.
*
* @author Misagh Moayyed
* @since 6.0.0
*/
public interface ResourceSetRepository {
/**
*... | __label__POS | 0.996576 |
package org.apereo.cas.uma.ticket.resource.repository;
import org.apereo.cas.uma.ticket.resource.ResourceSet;
import java.util.Collection;
import java.util.stream.Collectors;
/**
* This is {@link BaseResourceSetRepository}.
*
* @author Misagh Moayyed
* @since 6.0.0
*/
public abstract class BaseResourceSetReposi... | __label__POS | 0.901558 |
package org.apereo.cas.uma.ticket.resource.repository.impl;
import org.apereo.cas.uma.ticket.resource.ResourceSet;
import org.apereo.cas.uma.ticket.resource.repository.BaseResourceSetRepository;
import java.util.Collection;
import java.util.Map;
import java.util.Optional;
import java.util.concurrent.ConcurrentHashMap... | __label__POS | 0.987994 |
/*
* CoinAPI Market Data REST API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v1
* Contact: support@apibricks.io
*
* NOTE: This class is auto generated by the OAS code generator program.
* https://github.co... | __label__POS | 0.713356 |
package org.apereo.cas.uma.web.controllers.authz;
import org.apereo.cas.support.oauth.util.OAuth20Utils;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import lombok.Data;
import java.io.Serial;
import java.io.Serializable;
import java.util.Collection;
impor... | __label__POS | 0.955189 |
package com.zxing.encoding;
import java.util.Hashtable;
import android.graphics.Bitmap;
import com.google.zxing.BarcodeFormat;
import com.google.zxing.EncodeHintType;
import com.google.zxing.MultiFormatWriter;
import com.google.zxing.WriterException;
import com.google.zxing.common.BitMatrix;
/**
* @author Ryan Tang... | __label__POS | 0.972509 |
package org.apereo.cas.uma.web.controllers.authz;
import org.apereo.cas.util.function.FunctionUtils;
import org.apereo.cas.util.serialization.JacksonObjectMapperFactory;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.databind.Obje... | __label__POS | 0.907105 |
/*
* CoinAPI Market Data REST API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v1
* Contact: support@apibricks.io
*
* NOTE: This class is auto generated by the OAS code generator program.
* https://github.co... | __label__POS | 0.780363 |
package org.apereo.cas.uma.web.controllers.permission;
import org.apereo.cas.util.function.FunctionUtils;
import org.apereo.cas.util.serialization.JacksonObjectMapperFactory;
import com.fasterxml.jackson.annotation.JsonIgnore;
import com.fasterxml.jackson.annotation.JsonProperty;
import com.fasterxml.jackson.databind... | __label__POS | 0.874397 |
/*
* CoinAPI Market Data REST API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v1
* Contact: support@apibricks.io
*
* NOTE: This class is auto generated by the OAS code generator program.
* https://github.co... | __label__POS | 0.701673 |
/*
* CoinAPI Market Data REST API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v1
* Contact: support@apibricks.io
*
* NOTE: This class is auto generated by the OAS code generator program.
* https://github.co... | __label__POS | 0.830354 |
package org.apereo.cas.uma.web.controllers.resource;
import org.apereo.cas.support.oauth.util.OAuth20Utils;
import org.apereo.cas.uma.ticket.resource.ResourceSet;
import org.apereo.cas.util.function.FunctionUtils;
import org.apereo.cas.util.serialization.JacksonObjectMapperFactory;
import com.fasterxml.jackson.annota... | __label__POS | 0.917925 |
/*
* CoinAPI Market Data REST API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v1
* Contact: support@apibricks.io
*
* NOTE: This class is auto generated by the OAS code generator program.
* https://github.co... | __label__POS | 0.710838 |
package com.apk.editor.fragments;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import com.apk.axml.APKParser;
import com.apk.editor.R;
import com.google.android.materi... | __label__POS | 0.967444 |
/*
* CoinAPI Market Data REST API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v1
* Contact: support@apibricks.io
*
* NOTE: This class is auto generated by the OAS code generator program.
* https://github.co... | __label__POS | 0.693678 |
package com.apk.editor.fragments;
import android.os.Bundle;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.Nullable;
import androidx.fragment.app.Fragment;
import com.apk.axml.APKParser;
import com.apk.editor.R;
import com.google.android.materi... | __label__POS | 0.792012 |
/**获取string,为null则返回''
* @param s
* @return
*/
function getString(s) {
return s == null ? '' : s;
}
/**获取去掉前后空格后的string,为null则返回''
* @param s
* @return
*/
function getTrimmedString(s) {
return this.getString(s).trim();
}
/**获取去掉所有空格后的string,为null则返回''
* @param s
* @return
*/
function getNoBlankString(s) ... | __label__POS | 0.99493 |
@isTest
private class OASOptionsApiTest {
/**
* Current data by Exchange
*
* Get current options data for a specific exchange.\n\nReturns option data grouped by underlying asset, quote currency, and expiration time,\nwith quotes for both calls and puts at each strike price.
*/
@isTest
pr... | __label__POS | 0.625972 |
/*
* CoinAPI Market Data REST API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v1
* Contact: support@apibricks.io
*
* NOTE: This class is auto generated by the OAS code generator program.
* https://github.co... | __label__POS | 0.808655 |
package com.apk.editor.adapters;
import static android.view.View.GONE;
import static android.view.View.VISIBLE;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import com.apk.editor.R;
... | __label__POS | 0.770955 |
package com.apk.editor.adapters;
import android.graphics.Color;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import com.apk.editor.R;
import com.apk.editor.utils.APKEditorUtils;
impor... | __label__POS | 0.828482 |
/*
* CoinAPI Market Data REST API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v1
* Contact: support@apibricks.io
*
* NOTE: This class is auto generated by the OAS code generator program.
* https://github.co... | __label__POS | 0.683407 |
package com.apk.editor.adapters;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import androidx.annotation.NonNull;
import androidx.recyclerview.widget.RecyclerView;
import com.apk.axml.serializableItems.ResEntry;
import com.apk.editor.R;
import com.google.android.materi... | __label__POS | 0.830568 |
package org.apereo.cas;
import lombok.val;
import org.apache.commons.io.output.WriterOutputStream;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.springframework.mock.env.MockEnvironment;
import java.io.PrintStream;
import java.io.StringWriter;
import java.nio.charset.StandardCharsets... | __label__POS | 0.927722 |
package com.apk.editor.adapters;
import android.content.Context;
import android.text.Editable;
import android.text.InputType;
import android.text.TextWatcher;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
import android.view.inputmethod.EditorInfo;
import androidx.annota... | __label__POS | 0.611727 |
/*
* CoinAPI Market Data REST API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v1
* Contact: support@apibricks.io
*
* NOTE: This class is auto generated by the OAS code generator program.
* https://github.co... | __label__POS | 0.899412 |
/*
* CoinAPI Market Data REST API
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
*
* The version of the OpenAPI document: v1
* Contact: support@apibricks.io
*
* NOTE: This class is auto generated by the OAS code generator program.
* https://github.co... | __label__POS | 0.610426 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.