content stringlengths 263 5.24M | pred_label stringclasses 1
value | pred_score_pos float64 0.6 1 |
|---|---|---|
package org.apereo.cas;
import org.apereo.cas.authentication.attribute.AttributeDefinitionStore;
import org.apereo.cas.authentication.attribute.DefaultAttributeDefinitionStore;
import org.apereo.cas.config.CasCoreAuthenticationAutoConfiguration;
import org.apereo.cas.config.CasCoreAutoConfiguration;
import org.apereo.... | __label__POS | 0.620057 |
/*
* FinFeedAPI Stock 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-generator.tech).
* ... | __label__POS | 0.768267 |
package work.racka.reluct.common.settings
import app.cash.turbine.test
import com.russhwolf.settings.MockSettings
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.launch
import kotlinx.coroutines.test.StandardTestDispatcher
import kotlinx.coroutines.te... | __label__POS | 0.908289 |
package work.racka.thinkrchive.data.local.database
import androidx.room.Entity
import androidx.room.PrimaryKey
import work.racka.thinkrchive.utils.Constants.THINKPAD_LIST_TABLE
@Entity(tableName = THINKPAD_LIST_TABLE)
data class ThinkpadDatabaseObject(
@PrimaryKey
val model: String,
val imageUrl: String,
... | __label__POS | 0.99999 |
package work.racka.thinkrchive.domain.model
import android.os.Parcelable
import kotlinx.parcelize.Parcelize
/**
* Domain objects are plain Kotlin data classes that represent the things in our app. These are the
* objects that should be displayed on screen, or manipulated by the app.
*
* see data/database for obje... | __label__POS | 0.870228 |
package org.apereo.cas.persondir;
import org.apereo.cas.authentication.principal.attribute.PersonAttributeDao;
import org.apereo.cas.authentication.principal.attribute.PersonAttributeDaoFilter;
import org.apereo.cas.authentication.principal.attribute.PersonAttributes;
import lombok.AllArgsConstructor;
import lombok.Eq... | __label__POS | 0.986727 |
package org.apereo.cas.nativex;
import org.apereo.cas.authentication.principal.resolvers.PersonDirectoryPrincipalResolver;
import org.apereo.cas.persondir.PersonDirectoryAttributeRepositoryPlanConfigurer;
import lombok.val;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.springframework... | __label__POS | 0.984652 |
package com.apimorlabs.reluct.data.source.database.dao.tasks
import app.cash.turbine.test
import kotlinx.coroutines.Dispatchers
import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.flow.firstOrNull
import kotlinx.coroutines.flow.take
import kotlinx.coroutines.launch
import kotlinx.coroutines.t... | __label__POS | 0.901589 |
package telegramium.bots
sealed trait StoryAreaType {}
/** Describes a story area pointing to an HTTP or tg:// link. Currently, a story can have up to 3 link areas.
*
* @param url
* HTTP or tg:// URL to be opened when the area is clicked
*/
final case class StoryAreaTypeLink(url: String) extends StoryAreaTy... | __label__POS | 0.867355 |
package telegramium.bots
sealed trait MessageEntity {
/** Offset in UTF-16 code units to the start of the entity */
def offset: Int
/** Length of the entity in UTF-16 code units */
def length: Int
}
/** mention
*
* @param offset
* Offset in UTF-16 code units to the start of the entity
* @param len... | __label__POS | 0.951256 |
import kotlin.Boolean;
import kotlin.String;
import kotlin.collections.List;
CREATE TABLE IF NOT EXISTS TasksTable(
id TEXT NOT NULL PRIMARY KEY,
title TEXT NOT NULL,
description TEXT,
done INTEGER AS Boolean DEFAULT 0 NOT NULL,
overdue INTEGER AS Boolean DEFAULT 0 NOT NULL,
dueDateLocalDateTime TEXT NOT NULL,
complet... | __label__POS | 0.854534 |
/*
* FinFeedAPI Stock 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-generator.tech).
* ... | __label__POS | 0.612053 |
package com.apimorlabs.reluct.common.models.util.time
import com.apimorlabs.reluct.common.models.util.time.TimeConstants.DAILY_HOURS
import com.apimorlabs.reluct.common.models.util.time.TimeConstants.DAYS_OF_WEEK
import com.apimorlabs.reluct.common.models.util.time.TimeConstants.HOURLY_MINUTES_SECONDS
import com.apimo... | __label__POS | 0.97827 |
/*
* FinFeedAPI Stock 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-generator.tech).
* ... | __label__POS | 0.677126 |
package work.racka.reluct.common.model.util.time
import kotlinx.datetime.*
import work.racka.reluct.common.model.util.time.TimeConstants.DAILY_HOURS
import work.racka.reluct.common.model.util.time.TimeConstants.DAYS_OF_WEEK
import work.racka.reluct.common.model.util.time.TimeConstants.HOURLY_MINUTES_SECONDS
import wor... | __label__POS | 0.928884 |
package work.racka.reluct.common.model.states.tasks
import kotlinx.collections.immutable.ImmutableMap
import kotlinx.collections.immutable.persistentMapOf
import work.racka.reluct.common.model.domain.tasks.DailyTasksStats
import work.racka.reluct.common.model.util.time.Week
data class TasksStatisticsState(
val we... | __label__POS | 0.902906 |
package org.apereo.cas.gauth.token;
import org.apereo.cas.otp.repository.token.BaseOneTimeTokenRepository;
import lombok.RequiredArgsConstructor;
import lombok.val;
import org.springframework.data.mongodb.core.MongoOperations;
import org.springframework.data.mongodb.core.query.Collation;
import org.springframework.da... | __label__POS | 0.997068 |
package org.apereo.cas.gauth.credential;
import org.apereo.cas.authentication.OneTimeTokenAccount;
import org.apereo.cas.gauth.CasGoogleAuthenticator;
import org.apereo.cas.util.crypto.CipherExecutor;
import lombok.Getter;
import lombok.ToString;
import lombok.val;
import org.springframework.data.mongodb.core.MongoOp... | __label__POS | 0.97899 |
package work.racka.reluct.compose.common.date.time.picker.core
import androidx.compose.ui.geometry.Rect
import androidx.compose.ui.graphics.Paint
import androidx.compose.ui.graphics.toComposeRect
/**
* Computes the correct compose textBounds for desktop and Android with the
* respective APIs
*/
internal actual fun... | __label__POS | 0.791528 |
package org.apereo.cas.adaptors.redis.services;
import org.apereo.cas.util.junit.EnabledIfListeningOnPort;
import org.junit.jupiter.api.MethodOrderer;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.TestMethodOrder;
import org.springframework.test.context.TestPropertySource;
/**
* Unit test for {@lin... | __label__POS | 0.828372 |
package work.racka.reluct.compose.common.components.resources
import androidx.compose.runtime.Composable
import androidx.compose.ui.ExperimentalComposeUiApi
import androidx.compose.ui.res.pluralStringResource
import androidx.compose.ui.res.stringResource
import dev.icerock.moko.resources.PluralsResource
import dev.ice... | __label__POS | 0.602663 |
package com.apimorlabs.reluct.features.tasks.states
import com.apimorlabs.reluct.common.models.domain.tasks.DailyTasksStats
import com.apimorlabs.reluct.common.models.util.time.Week
import kotlinx.collections.immutable.ImmutableMap
import kotlinx.collections.immutable.persistentMapOf
data class TasksStatisticsState(
... | __label__POS | 0.885375 |
package org.apereo.cas.support.saml;
import org.apereo.cas.support.saml.banner.SamlBannerContributor;
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.Print... | __label__POS | 0.850791 |
package org.apereo.cas.support.saml;
import net.shibboleth.shared.resolver.CriteriaSet;
import org.opensaml.saml.metadata.resolver.impl.AbstractMetadataResolver;
import org.opensaml.saml.saml2.metadata.EntityDescriptor;
import jakarta.annotation.Nonnull;
import java.util.List;
import java.util.Objects;
/**
* This is... | __label__POS | 0.997988 |
package org.apereo.cas.support.saml;
import lombok.val;
import org.opensaml.core.config.ConfigurationProperties;
import org.opensaml.core.config.ConfigurationPropertiesSource;
import org.opensaml.core.config.provider.PropertiesAdapter;
import java.util.Properties;
/**
* This is {@link OpenSamlConfigurationProperties... | __label__POS | 0.958281 |
package org.apereo.cas.support.saml;
import org.apereo.cas.support.saml.util.credential.BasicResourceCredentialFactoryBean;
import org.apereo.cas.support.saml.util.credential.BasicX509CredentialFactoryBean;
import org.apereo.cas.util.CollectionUtils;
import org.apereo.cas.util.EncodingUtils;
import org.apereo.cas.util... | __label__POS | 0.718234 |
package org.apereo.cas.support.saml;
/**
* Class that exposes relevant constants and parameters to
* the SAML protocol. These include attribute names, pre-defined
* values and expected request parameter names as is specified
* by the protocol.
*
* @author Misagh Moayyed
* @since 4.1
*/
public interface SamlPro... | __label__POS | 0.984893 |
package org.apereo.cas.support.saml;
import org.opensaml.saml.metadata.resolver.impl.DOMMetadataResolver;
import org.springframework.core.io.Resource;
import java.io.ByteArrayInputStream;
import java.io.File;
import java.io.IOException;
import java.io.InputStream;
import java.nio.charset.StandardCharsets;
import java.... | __label__POS | 0.993955 |
package org.apereo.cas.support.saml;
import net.shibboleth.shared.xml.ParserPool;
import org.apache.velocity.app.VelocityEngine;
import org.opensaml.core.xml.XMLObject;
import org.opensaml.core.xml.XMLObjectBuilderFactory;
import org.opensaml.core.xml.config.XMLObjectProviderRegistry;
import org.opensaml.core.xml.io.M... | __label__POS | 0.989187 |
package org.apereo.cas.support.saml.util;
import org.apereo.cas.authentication.principal.Service;
import org.apereo.cas.authentication.principal.WebApplicationService;
import org.apereo.cas.support.saml.OpenSamlConfigBean;
import org.apereo.cas.support.saml.SamlUtils;
import org.apereo.cas.support.saml.authentication.... | __label__POS | 0.927817 |
package org.apereo.cas.support.saml.util;
import org.apereo.cas.ticket.UniqueTicketIdGenerator;
import org.apereo.cas.util.DigestUtils;
import org.apereo.cas.util.RandomUtils;
import org.apereo.cas.util.function.FunctionUtils;
import lombok.Setter;
import lombok.val;
import org.opensaml.saml.common.binding.artifact.A... | __label__POS | 0.906092 |
/**
*
* Please note:
* This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* Do not edit this file manually.
*
*/
@file:Suppress(
"ArrayInDataClass",
"EnumEntryName",
"RemoveRedundantQualifierName",
"UnusedImport"
)
package org.openapitools.client.models
import ... | __label__POS | 0.829261 |
package work.racka.reluct.compose.common.charts.barChart
import androidx.compose.ui.graphics.Color
import kotlinx.collections.immutable.ImmutableList
data class BarChartData(
val bars: ImmutableList<Bar>,
val startAtZero: Boolean = true
) {
private val padBy: Float = 10f
private val yMinMax: Pair<Fl... | __label__POS | 0.735898 |
package org.apereo.cas.support.saml.util;
import org.apereo.cas.support.saml.SamlUtils;
import org.opensaml.saml.common.SAMLObject;
import org.opensaml.saml.saml2.core.Issuer;
import org.opensaml.saml.saml2.core.LogoutRequest;
import org.opensaml.saml.saml2.core.LogoutResponse;
import org.opensaml.saml.saml2.core.Nam... | __label__POS | 0.964512 |
package org.apereo.cas.support.saml.authentication;
import org.apereo.cas.authentication.AuthenticationBuilder;
import org.apereo.cas.authentication.AuthenticationTransaction;
import org.apereo.cas.authentication.Credential;
import org.apereo.cas.authentication.credential.HttpBasedServiceCredential;
import org.apereo.... | __label__POS | 0.985532 |
<?xml version="1.0" ?>
<SmellBaseline>
<ManuallySuppressedIssues></ManuallySuppressedIssues>
<CurrentIssues>
<ID>UnusedPrivateMember:ActiveGoalsComponent.kt$ActiveGoalsComponent$private val onAddGoal:
(defaultGoalIndex: Int?) -> Unit
</ID>
<ID>UnusedPrivateMember:ActiveGoa... | __label__POS | 0.985016 |
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>Berke... | __label__POS | 0.854905 |
package org.apereo.cas.support.saml.authentication;
import org.apereo.cas.authentication.AuthenticationResult;
import org.apereo.cas.authentication.principal.WebApplicationService;
import org.apereo.cas.rest.factory.ServiceTicketResourceEntityResponseFactory;
import org.apereo.cas.support.saml.authentication.principal... | __label__POS | 0.91532 |
package org.apereo.cas.support.saml.authentication.principal;
import org.apereo.cas.authentication.Authentication;
import org.apereo.cas.authentication.principal.AbstractWebApplicationServiceResponseBuilder;
import org.apereo.cas.authentication.principal.Response;
import org.apereo.cas.authentication.principal.WebAppl... | __label__POS | 0.74011 |
/**
*
* Please note:
* This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* Do not edit this file manually.
*
*/
@file:Suppress(
"ArrayInDataClass",
"EnumEntryName",
"RemoveRedundantQualifierName",
"UnusedImport"
)
package org.openapitools.client.models
import ... | __label__POS | 0.966029 |
CREATE TABLE ThinkpadListTable(
model TEXT NOT NULL PRIMARY KEY,
imageUrl TEXT NOT NULL,
releaseDate TEXT NOT NULL,
series TEXT NOT NULL,
marketPriceStart INTEGER AS Int NOT NULL ,
marketPriceEnd INTEGER AS Int NOT NULL ,
processorPlatforms TEXT NOT NULL,
processors TEXT NOT NULL,
graphics TEXT NOT NULL,
maxRam TEXT NO... | __label__POS | 0.966078 |
/**
*
* Please note:
* This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* Do not edit this file manually.
*
*/
@file:Suppress(
"ArrayInDataClass",
"EnumEntryName",
"RemoveRedundantQualifierName",
"UnusedImport"
)
package org.openapitools.client.models
import ... | __label__POS | 0.965573 |
package work.racka.thinkrchive.v2.common.settings.repository
import app.cash.turbine.test
import com.russhwolf.settings.MockSettings
import kotlinx.coroutines.ExperimentalCoroutinesApi
import kotlinx.coroutines.launch
import kotlinx.coroutines.test.runTest
import org.koin.core.context.startKoin
import org.koin.core.co... | __label__POS | 0.82859 |
package org.apereo.cas.validation;
import org.apereo.cas.authentication.CoreAuthenticationTestUtils;
import org.apereo.cas.authentication.principal.ClientCredential;
import org.apereo.cas.authentication.principal.Service;
import org.apereo.cas.services.DefaultRegisteredServiceDelegatedAuthenticationPolicy;
import org.... | __label__POS | 0.610747 |
package domain
import kotlinx.serialization.Serializable
/**
* Domain objects are plain Kotlin data classes that represent the things in our app. These are the
* objects that should be displayed on screen, or manipulated by the app.
*
* see data/network for objects that are mapped to the network
* see data/respo... | __label__POS | 0.943043 |
package data.local
import kotlinx.serialization.Serializable
/**
* Domain objects are plain Kotlin data classes that represent the things in our app. These are the
* objects that should be displayed on screen, or manipulated by the app.
*
* see data/network for objects that are mapped to the network
* see data/r... | __label__POS | 0.941749 |
package org.apereo.cas.audit;
import org.apereo.cas.authentication.CoreAuthenticationTestUtils;
import lombok.val;
import org.aspectj.lang.JoinPoint;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.pac4j.cas.client.CasClient;
import org.pac4j.cas.config.CasConfiguration;
import static... | __label__POS | 0.945846 |
package data.remote.response
import kotlinx.serialization.Serializable
/**
* Domain objects are plain Kotlin data classes that represent the things in our app. These are the
* objects that should be displayed on screen, or manipulated by the app.
*
* see data/network for objects that are mapped to the network
* ... | __label__POS | 0.941809 |
/**
*
* Please note:
* This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* Do not edit this file manually.
*
*/
@file:Suppress(
"ArrayInDataClass",
"EnumEntryName",
"RemoveRedundantQualifierName",
"UnusedImport"
)
package org.openapitools.client.models
import ... | __label__POS | 0.78351 |
package org.apereo.cas.authentication.principal.provision;
import org.apereo.cas.authentication.CoreAuthenticationTestUtils;
import lombok.val;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.pac4j.cas.client.CasClient;
import org.pac4j.cas.config.CasConfiguration;
import org.pac4j.cor... | __label__POS | 0.936049 |
package org.apereo.cas.authentication.principal.provision;
import org.apereo.cas.authentication.CoreAuthenticationTestUtils;
import org.apereo.cas.configuration.model.RestEndpointProperties;
import org.apereo.cas.util.MockWebServer;
import lombok.val;
import org.apache.commons.lang3.StringUtils;
import org.junit.jupi... | __label__POS | 0.778895 |
package org.apereo.cas.authentication.principal.provision;
import org.apereo.cas.authentication.CoreAuthenticationTestUtils;
import org.apereo.cas.config.CasCoreScriptingAutoConfiguration;
import org.apereo.cas.test.CasTestExtension;
import org.apereo.cas.util.spring.boot.SpringBootTestAutoConfigurations;
import lomb... | __label__POS | 0.776721 |
package org.openapitools.client.infrastructure
enum class ResponseType {
Success, Informational, Redirection, ClientError, ServerError
}
interface Response
abstract class ApiResponse<T>(val responseType: ResponseType): Response {
abstract val statusCode: Int
abstract val headers: Map<String,List<String>>... | __label__POS | 0.619605 |
package org.apereo.cas.pac4j.clients;
import org.apereo.cas.BaseDelegatedAuthenticationTests;
import org.apereo.cas.pac4j.client.GroovyDelegatedClientIdentityProviderRedirectionStrategy;
import org.apereo.cas.services.RegisteredServiceTestUtils;
import org.apereo.cas.util.MockRequestContext;
import org.apereo.cas.util... | __label__POS | 0.655944 |
package org.apereo.cas.web.flow;
import org.apereo.cas.util.MockRequestContext;
import lombok.val;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.springframework.webflow.engine.Flow;
import org.springframework.webflow.test.MockFlowExecutionContext;
import org.springframework.webflow.te... | __label__POS | 0.980203 |
package org.apereo.cas.web.flow.error;
import org.apereo.cas.web.flow.DelegatedClientAuthenticationConfigurationContext;
import lombok.val;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.springframework.http.HttpStatus;
import org.springframework.mock.web.MockHttpServletRequest;
impo... | __label__POS | 0.966142 |
package work.racka.reluct.ui.common
external interface M3Tone {
val zero: String
val middle: String
val high: String
}
external interface M3ThemeTones {
val primary: M3Tone
val secondary: M3Tone
val tertiary: M3Tone
val neutral: M3Tone
val neutralVariant: M3Tone
val error: M3Tone
}... | __label__POS | 0.999987 |
package org.apereo.cas.config;
import org.apereo.cas.configuration.features.CasFeatureModule;
import org.apereo.cas.logout.SessionTerminationHandler;
import org.apereo.cas.util.spring.boot.ConditionalOnFeatureEnabled;
import org.apereo.cas.web.flow.logout.DelegatedProfileTerminationHandler;
import org.springframework.... | __label__POS | 0.793409 |
package org.apereo.cas.audit;
import lombok.val;
import org.apache.commons.lang3.BooleanUtils;
import org.apereo.inspektr.audit.spi.support.ReturnValueAsStringResourceResolver;
import org.aspectj.lang.JoinPoint;
import org.pac4j.core.client.Client;
import java.util.HashMap;
import java.util.Objects;
/**
* This is {... | __label__POS | 0.684398 |
package org.apereo.cas.web;
import org.apereo.cas.util.cipher.BaseStringCipherExecutor;
/**
* This is {@link DelegatedClientAuthenticationDistributedSessionCookieCipherExecutor}.
*
* @author Misagh Moayyed
* @since 7.0.0
* @deprecated Since 7.3.0.
*/
@Deprecated(since = "7.3.0", forRemoval = true)
public class ... | __label__POS | 0.998924 |
package org.apereo.cas.authentication.principal;
import org.apereo.cas.web.flow.DelegatedClientAuthenticationConfigurationContext;
import org.apereo.cas.web.support.WebUtils;
import lombok.RequiredArgsConstructor;
import lombok.val;
import org.pac4j.core.context.CallContext;
import org.pac4j.core.profile.UserProfile;... | __label__POS | 0.832443 |
package org.apereo.cas.authentication.principal;
import org.apereo.cas.util.scripting.ExecutableCompiledScript;
import org.apereo.cas.util.scripting.ExecutableCompiledScriptFactory;
import org.apereo.cas.web.flow.DelegatedClientAuthenticationConfigurationContext;
import lombok.extern.slf4j.Slf4j;
import lombok.val;
im... | __label__POS | 0.947608 |
package org.apereo.cas.authentication.principal;
import org.apereo.cas.util.function.FunctionUtils;
import org.apereo.cas.web.support.WebUtils;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import lombok.val;
import org.pac4j.core.client.BaseClient;
import org.pac4j.core.context.CallContext;... | __label__POS | 0.766169 |
=begin
#FinFeedAPI Stock 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
Generated by: https://openapi-generator.tech
Generator version: 7.14.0
=end
require 'spec_helper'
requir... | __label__POS | 0.736124 |
package work.racka.reluct.android.navigation.util
import android.app.Activity
import androidx.navigation.NavBackStackEntry
import androidx.navigation.NavGraph.Companion.findStartDestination
import androidx.navigation.NavHostController
internal object NavHelpers {
fun getStringArgs(backStackEntry: NavBackStackEntr... | __label__POS | 0.664887 |
package org.apereo.cas.authentication.principal.provision;
import org.apereo.cas.authentication.Credential;
import org.apereo.cas.authentication.principal.Principal;
import org.apereo.cas.authentication.principal.PrincipalProvisioner;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import lom... | __label__POS | 0.905003 |
package org.apereo.cas.authentication.principal.provision;
import org.apereo.cas.authentication.Credential;
import org.apereo.cas.authentication.principal.Principal;
import org.apereo.cas.util.scripting.ExecutableCompiledScript;
import org.apereo.cas.util.scripting.ExecutableCompiledScriptFactory;
import lombok.extern... | __label__POS | 0.967418 |
=begin
#FinFeedAPI Stock 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
Generated by: https://openapi-generator.tech
Generator version: 7.14.0
=end
require 'spec_helper'
requir... | __label__POS | 0.862474 |
package org.apereo.cas.authentication.principal.provision;
import org.apereo.cas.authentication.Credential;
import org.apereo.cas.authentication.principal.Principal;
import lombok.RequiredArgsConstructor;
import org.jooq.lambda.Unchecked;
import org.pac4j.core.client.BaseClient;
import org.pac4j.core.profile.UserProf... | __label__POS | 0.998205 |
package org.apereo.cas.pac4j.client;
import org.apereo.cas.authentication.principal.WebApplicationService;
import org.apereo.cas.util.scripting.ExecutableCompiledScript;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import lombok.val;
import org.pac4j.core.client.IndirectClient;
import org.p... | __label__POS | 0.988553 |
=begin
#FinFeedAPI Stock 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
Generated by: https://openapi-generator.tech
Generator version: 7.14.0
=end
require 'spec_helper'
requir... | __label__POS | 0.757414 |
package org.apereo.cas.pac4j.client;
import org.apereo.cas.authentication.principal.WebApplicationService;
import org.apereo.cas.web.DelegatedClientIdentityProviderConfiguration;
import org.jooq.lambda.Unchecked;
import org.springframework.core.annotation.AnnotationAwareOrderComparator;
import org.springframework.web... | __label__POS | 0.990713 |
package com.apimorlabs.reluct.compose.ui.components.topBar.toolbar
abstract class ScrollFlagState(heightRange: IntRange) : ToolbarState {
init {
require(heightRange.first >= 0 && heightRange.last >= heightRange.first) {
"The lowest height value must be >= 0 and the highest height value must be ... | __label__POS | 0.673421 |
package org.apereo.cas.pac4j.client;
import org.apereo.cas.authentication.principal.WebApplicationService;
import org.apereo.cas.services.ServicesManager;
import org.apereo.cas.util.scripting.ExecutableCompiledScript;
import org.apereo.cas.web.DelegatedClientIdentityProviderConfiguration;
import lombok.RequiredArgsCon... | __label__POS | 0.967221 |
package org.apereo.cas.web.flow;
import org.apereo.cas.authentication.AuthenticationServiceSelectionPlan;
import org.apereo.cas.authentication.principal.ClientCredential;
import org.apereo.cas.services.ServicesManager;
import org.apereo.cas.ticket.AuthenticationAwareTicket;
import org.apereo.cas.ticket.InvalidTicketEx... | __label__POS | 0.962702 |
## 饼图图表API
### 效果

### 公共方法介绍
```
//设置数据 values:数据 name:名称 colors:颜色 anim:是否开启动画 (不设置颜色的话,颜色会随机)
setData(float[] values, boolean anim)
setData(float[] values, int[] colors, boolean anim)
setData(float[] values, String[] name, boolean anim)
setD... | __label__POS | 0.89744 |
package org.apereo.cas.web.flow;
import org.apereo.cas.util.scripting.ExecutableCompiledScript;
import org.apereo.cas.web.DelegatedClientIdentityProviderConfiguration;
import lombok.RequiredArgsConstructor;
import lombok.extern.slf4j.Slf4j;
import lombok.val;
import org.springframework.webflow.execution.RequestContext... | __label__POS | 0.987123 |
=begin
#FinFeedAPI Stock 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
Generated by: https://openapi-generator.tech
Generator version: 7.14.0
=end
require 'spec_helper'
requir... | __label__POS | 0.683211 |
# EasyChart
### 前言
由于项目需要会使用到一些简单的图表,而在github上找了一圈后发现要么太庞大要么就是可配置性不强,参数都是写死的。所以后来我就想试着自己写一个,也希望能帮助到有需要的人。
而我认识的一些Android开发的朋友其实对自定义View相关的了解也比较少,所以我的想法就是做一个对不了解自定义View的人可以通过方法可以自由的配置,对初步了解自定义View的人提供基础,能更方便的实现自己需要的View。对于精通自定义View的人,那么...欢迎指出我的错误。(手动乖巧)
不过由于个人能力有限,所以也无法做的大家都满意,所以希望大家有问题多交流一起进步。
后面发现好玩的图表会持续更新。
##... | __label__POS | 0.936313 |
=begin
#FinFeedAPI Stock 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
Generated by: https://openapi-generator.tech
Generator version: 7.14.0
=end
require 'spec_helper'
requir... | __label__POS | 0.759432 |
package org.apereo.cas.web.flow;
import org.apereo.cas.ticket.Ticket;
import lombok.experimental.UtilityClass;
import lombok.val;
import org.apache.commons.lang3.ObjectUtils;
import org.springframework.webflow.execution.RequestContext;
import java.io.Serializable;
import java.util.HashSet;
import java.util.List;
impor... | __label__POS | 0.98265 |
package com.github.iron.easychart;
import android.graphics.Color;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.text.TextUtils;
import android.view.View;
import android.widget.CheckBox;
import android.widget.EditText;
import com.g... | __label__POS | 0.897023 |
package com.github.iron.easychart;
import android.content.Intent;
import android.os.Bundle;
import android.support.v7.app.AppCompatActivity;
import android.view.View;
import com.github.iron.chart.dashboard.DashboardView1;
public class MainActivity extends AppCompatActivity implements View.OnClickListener {
priv... | __label__POS | 0.703343 |
package com.github.iron.easychart;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.text.TextUtils;
import android.view.View;
import android.widget.CheckBox;
import android.widget.EditText;
import com.github.iron.chart.dashboard.Dash... | __label__POS | 0.974647 |
package com.github.iron.easychart;
import android.os.Bundle;
import android.support.annotation.Nullable;
import android.support.v7.app.AppCompatActivity;
import android.text.TextUtils;
import android.view.View;
import android.widget.CheckBox;
import android.widget.EditText;
import com.github.iron.chart.dashboard.Dash... | __label__POS | 0.974305 |
package org.apereo.cas.web.flow;
import org.apereo.cas.config.CasGoogleAnalyticsAutoConfiguration;
import lombok.val;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.springframework.boot.autoconfigure.ImportAutoConfiguration;
import org.springframework.test.context.TestPropertySource;
i... | __label__POS | 0.701925 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_60) on Thu Jun 18 16:18:51 EDT 2015 -->
<title>All Classes (Oracle - Berkeley DB Java API)</title>
<meta name="date" content="2015-06-1... | __label__POS | 0.985066 |
package org.apereo.cas.web.flow;
import org.apereo.cas.configuration.CasConfigurationProperties;
import org.apereo.cas.web.flow.actions.ConsumerExecutionAction;
import org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer;
import lombok.val;
import org.apache.commons.lang3.StringUtils;
import org.springframe... | __label__POS | 0.618572 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_60) on Thu Jun 18 16:18:51 EDT 2015 -->
<title>Serialized Form (Oracle - Berkeley DB Java API)</title>
<meta name="date" content="2015-... | __label__POS | 0.612501 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc (version 1.7.0_60) on Thu Jun 18 16:18:51 EDT 2015 -->
<title>All Classes (Oracle - Berkeley DB Java API)</title>
<meta name="date" content="2015-06-1... | __label__POS | 0.974977 |
package org.apereo.cas.support.saml.mdui;
import org.apereo.cas.support.saml.AbstractOpenSamlTests;
import lombok.val;
import org.junit.jupiter.api.Tag;
import org.junit.jupiter.api.Test;
import org.opensaml.saml.metadata.resolver.filter.MetadataFilterChain;
import org.springframework.core.io.ClassPathResource;
impo... | __label__POS | 0.958294 |
/*
* rowdata.cpp
* Copyright 2017 - ~, Apin <apin.klas@gmail.com>
*
* This file is part of Sultan.
*
* 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 (... | __label__POS | 0.663909 |
package org.apereo.cas.support.saml.mdui;
import org.apereo.cas.services.WebBasedRegisteredService;
import org.apereo.cas.web.flow.services.DefaultRegisteredServiceUserInterfaceInfo;
import lombok.Getter;
import lombok.Setter;
import lombok.ToString;
import lombok.extern.slf4j.Slf4j;
import lombok.val;
import org.apa... | __label__POS | 0.947443 |
package org.apereo.cas.support.saml.mdui;
import org.apereo.cas.services.WebBasedRegisteredService;
import lombok.experimental.UtilityClass;
import lombok.extern.slf4j.Slf4j;
import lombok.val;
import org.opensaml.saml.common.xml.SAMLConstants;
import org.opensaml.saml.ext.saml2mdui.UIInfo;
import org.opensaml.saml.s... | __label__POS | 0.886589 |
/* Copyright 2017 Apinf Oy
This file is covered by the EUPL license.
You may obtain a copy of the licence at
https://joinup.ec.europa.eu/community/eupl/og_page/european-union-public-licence-eupl-v11 */
/**
* Generate date range with specified parameters
* @param {Object} params - Parameters for date range
* @par... | __label__POS | 0.868923 |
/**
* FinFeedAPI Stock 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-generator.tech).
*... | __label__POS | 0.697825 |
/**
* FinFeedAPI Stock 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-generator.tech).
*... | __label__POS | 0.855505 |
/**
* Copyright © 2012 Alcatel-Lucent.
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
* Licensed to you 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 cop... | __label__POS | 0.853416 |
package org.apereo.cas.support.events.jpa;
import org.apereo.cas.configuration.CasConfigurationProperties;
import org.apereo.cas.jpa.JpaBeanFactory;
import org.apereo.cas.support.events.CasEventRepository;
import org.apereo.cas.support.events.CasEventRepositoryFilter;
import org.apereo.cas.support.events.dao.AbstractC... | __label__POS | 0.882171 |
/**
* FinFeedAPI Stock 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-generator.tech).
*... | __label__POS | 0.89211 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.