content
stringlengths
263
5.24M
pred_label
stringclasses
1 value
pred_score_pos
float64
0.6
1
/** * 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.85003
package io.apiman.plugins.headerallowdeny.util; import org.apache.commons.lang.StringUtils; import java.util.MissingResourceException; import java.util.ResourceBundle; /** * Formats messages from a ResourceBundle. * * @author Pete Cornish {@literal <outofcoffee@gmail.com>} */ @SuppressWarnings("nls") public clas...
__label__POS
0.969206
package io.apiman.plugins.headerallowdeny.beans.config; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonPropertyOrder; import com.fasterxml.jackson.databind.annotation.JsonSerialize; import org.apache.commons.lang.builder.EqualsBuilder; import org.apache.commons.lang.b...
__label__POS
0.889597
package io.apiman.plugins.headerallowdeny.beans.config; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonPropertyOrder; import com.fasterxml.jackson.databind.annotation.JsonSerialize; import org.apache.commons.lang.builder.EqualsBuilder; import org.apache.commons.lang.b...
__label__POS
0.952605
package io.apiman.plugins.headerallowdeny.beans.config; import com.fasterxml.jackson.annotation.JsonProperty; import com.fasterxml.jackson.annotation.JsonPropertyOrder; import com.fasterxml.jackson.databind.annotation.JsonDeserialize; import com.fasterxml.jackson.databind.annotation.JsonSerialize; import org.apache.co...
__label__POS
0.797471
/** * 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.910143
package org.apereo.cas.services; import org.apereo.cas.services.publisher.CasRegisteredServiceStreamPublisher; import org.apereo.cas.support.events.service.CasRegisteredServiceDeletedEvent; import org.apereo.cas.support.events.service.CasRegisteredServiceLoadedEvent; import org.apereo.cas.support.events.service.CasReg...
__label__POS
0.759941
package org.apereo.cas.services.publisher; import org.apereo.cas.services.RegisteredService; import org.apereo.cas.util.CollectionUtils; import org.apereo.cas.util.PublisherIdentifier; import org.apereo.cas.util.cache.DistributedCacheManager; import org.apereo.cas.util.cache.DistributedCacheObject; import lombok.Requ...
__label__POS
0.865078
package io.apiman.plugins.jsonp_policy; import static org.junit.Assert.assertEquals; import static org.junit.Assert.assertNull; import static org.junit.Assert.assertSame; import static org.mockito.ArgumentMatchers.refEq; import static org.mockito.Mockito.mock; import static org.mockito.Mockito.verify; import io.apima...
__label__POS
0.714183
package io.apiman.plugins.jsonp_policy.http; import static org.junit.Assert.assertEquals; import io.apiman.gateway.engine.beans.util.HeaderMap; import org.junit.Before; import org.junit.Test; @SuppressWarnings("nls") public class HttpHeadersTest { private static final String CONTENT_TYPE = "Content-Type"; //$N...
__label__POS
0.995375
package io.apiman.plugins.jsonp_policy.http; import io.apiman.gateway.engine.beans.util.HeaderMap; /** * Utility class to get and set data into headers. * * @author Alexandre Kieling {@literal <alex.kieling@gmail.com>} */ public class HttpHeaders { private static final String CONTENT_TYPE = "Content-Type"; /...
__label__POS
0.988828
package io.apiman.plugins.jsonp_policy.http; import java.util.Map; import java.util.SortedMap; import java.util.TreeMap; import java.util.regex.Matcher; import java.util.regex.Pattern; /** * A value object that represents the Content-Type header. * * @author Alexandre Kieling {@literal <alex.kieling@gmail.com>} *...
__label__POS
0.9607
package io.apigee.trireme.netty.test; import io.apigee.trireme.container.netty.NettyHttpContainer; import io.apigee.trireme.core.NodeEnvironment; import io.apigee.trireme.core.NodeException; import io.apigee.trireme.core.NodeScript; import io.apigee.trireme.core.ScriptStatus; import org.junit.BeforeClass; import org.j...
__label__POS
0.632727
package org.apereo.cas; import lombok.RequiredArgsConstructor; import lombok.val; import org.springframework.cloud.bootstrap.config.PropertySourceLocator; import org.springframework.core.env.CompositePropertySource; import org.springframework.core.env.ConfigurableEnvironment; import org.springframework.core.env.Enviro...
__label__POS
0.964365
package io.apiman.plugins.timeoutpolicy; import java.util.Map; import io.apiman.gateway.engine.beans.ApiRequest; import io.apiman.gateway.engine.policies.AbstractMappedPolicy; import io.apiman.gateway.engine.policy.IPolicyChain; import io.apiman.gateway.engine.policy.IPolicyContext; import io.apiman.plugins.timeoutpo...
__label__POS
0.738101
package org.apereo.cas; import lombok.EqualsAndHashCode; import org.springframework.core.env.EnumerablePropertySource; import org.springframework.data.mongodb.core.MongoOperations; import jakarta.annotation.Nonnull; import java.util.List; /** * This is {@link MongoDbPropertySource}. * * @author Misagh Moayyed * ...
__label__POS
0.996579
package org.apereo.cas.config; import org.apereo.cas.MongoDbPropertySourceLocator; import org.apereo.cas.configuration.features.CasFeatureModule; import org.apereo.cas.util.spring.boot.ConditionalOnFeatureEnabled; import lombok.val; import org.springframework.beans.factory.annotation.Qualifier; import org.springframe...
__label__POS
0.747867
package org.apereo.cas.jmx; import org.apereo.cas.config.CasCoreAuthenticationAutoConfiguration; import org.apereo.cas.config.CasCoreAutoConfiguration; import org.apereo.cas.config.CasCoreLogoutAutoConfiguration; import org.apereo.cas.config.CasCoreNotificationsAutoConfiguration; import org.apereo.cas.config.CasCoreSc...
__label__POS
0.872302
package io.apiman.plugins.urlwhitelist.util; import org.apache.commons.lang.StringUtils; import java.util.MissingResourceException; import java.util.ResourceBundle; /** * Formats messages from a ResourceBundle. * * @author Pete Cornish {@literal <outofcoffee@gmail.com>} */ @SuppressWarnings("nls") public class M...
__label__POS
0.968924
var table = {"33088":19991,"33089":20002,"33090":20012,"33091":20053,"33092":20066,"33093":20106,"33094":20144,"33095":20203,"33096":20205,"33097":20220,"33098":20252,"33099":20362,"33100":20479,"33101":20546,"33102":20560,"33103":20600,"33104":20696,"33105":20702,"33106":20724,"33107":20758,"33108":20810,"33109":20817...
__label__POS
0.869553
package io.apigee.trireme.testjars.jar; import io.apigee.trireme.core.NodeModule; import io.apigee.trireme.core.NodeRuntime; import io.apigee.trireme.testjars.dependency.Dependency; import org.mozilla.javascript.Context; import org.mozilla.javascript.Scriptable; import org.mozilla.javascript.ScriptableObject; import o...
__label__POS
0.968757
package io.apigee.trireme.node10.test; import io.apigee.trireme.kernel.net.NetworkPolicy; import io.apigee.trireme.core.NodeEnvironment; import io.apigee.trireme.core.NodeException; import io.apigee.trireme.core.NodeScript; import io.apigee.trireme.core.Sandbox; import io.apigee.trireme.core.ScriptFuture; import io.ap...
__label__POS
0.694498
# frozen_string_literal: true require_relative 'test_helper' # Test the Which class class TestWhich < MiniTest::Test let_mock :cmd, :pathext, :dirname, :foo_potential_bin_path, :bar_potential_bin_path, :baz_potential_bin_path def expect_path_queried(dirname, binpath, executable, ...
__label__POS
0.600745
# frozen_string_literal: true # !/usr/bin/env ruby require_relative 'test_helper' # Unit test the QualityChecker class class TestQualityChecker < MiniTest::Test def setup_execute_mocks(command_options, num_violations, existing_violations, minimum_threshold) command_output_processor = ...
__label__POS
0.958817
#!/usr/bin/env ruby # frozen_string_literal: true require_relative 'test_helper' require_relative 'base_test_task' # Unit test the Task class class TestTask < BaseTestTask def test_quality_task_some_suppressed get_test_object(->(task) { task.skip_tools = ['flog'] }) do setup_quality_task_mocks(suppressed_...
__label__POS
0.999096
# frozen_string_literal: true require_relative 'test_quality_checker' # Unit test the QualityChecker class class TestQualityCheckerRatchet < TestQualityChecker def quality_checker_ratchet command_options = {} num_violations = 523 existing_violations = 524 minimum_threshold = 500 get_test_object(...
__label__POS
0.944293
package io.apiman.plugins.transformation_policy.transformer; import java.io.IOException; import org.apache.commons.io.IOUtils; import org.custommonkey.xmlunit.XMLTestCase; import org.custommonkey.xmlunit.XMLUnit; @SuppressWarnings("nls") public class JsonToXmlTransformerTest extends XMLTestCase { static { ...
__label__POS
0.818095
package io.apiman.plugins.transformation_policy.transformer; import org.apache.commons.io.IOUtils; import org.junit.Test; import java.io.IOException; import static net.javacrumbs.jsonunit.assertj.JsonAssertions.assertThatJson; @SuppressWarnings("nls") public class XmlToJsonTransformerTest { private XmlToJsonTrans...
__label__POS
0.996881
package org.apereo.cas.grouper.services; import org.apereo.cas.services.JsonServiceRegistry; import org.apereo.cas.services.RegisteredServiceAccessStrategyRequest; import org.apereo.cas.services.RegisteredServiceTestUtils; import org.apereo.cas.services.replication.NoOpRegisteredServiceReplicationStrategy; import org....
__label__POS
0.853341
package io.apiman.plugins.transformation_policy.backend; import io.apiman.gateway.engine.beans.ApiRequest; import io.apiman.gateway.engine.beans.ApiResponse; import io.apiman.test.policies.IPolicyTestBackEndApi; import io.apiman.test.policies.PolicyTestBackEndApiResponse; import java.io.UnsupportedEncodingException; ...
__label__POS
0.925423
package io.apiman.plugins.transformation_policy.backend; import io.apiman.gateway.engine.beans.ApiRequest; import io.apiman.gateway.engine.beans.ApiResponse; import io.apiman.test.policies.IPolicyTestBackEndApi; import io.apiman.test.policies.PolicyTestBackEndApiResponse; import java.io.UnsupportedEncodingException; ...
__label__POS
0.922931
# frozen_string_literal: true # XXX: I should figure out how to use tagged releases in github. Example: # https://github.com/xsc/lein-ancient/issues/29 # https://github.com/xsc/lein-ancient/releases require 'forwardable' require_relative 'linguist_source_file_globber' module Quality # Configuration for running q...
__label__POS
0.733881
local ngx = ngx local pairs = pairs local pdk = require("apioak.pdk") local sys = require("apioak.sys") local function run_plugin(phase, oak_ctx) if oak_ctx == nil or oak_ctx.config == nil then return end local config = oak_ctx.config if not config then pdk.log.error("run_pl...
__label__POS
0.866851
package io.apiman.plugins.transformation_policy.beans; import com.fasterxml.jackson.annotation.JsonProperty; /** * Configuration object for the Transformation policy. * * @author Alexandre Kieling {@literal <alex.kieling@gmail.com>} */ public class TransformationConfigBean { @JsonProperty private DataFor...
__label__POS
0.997626
# frozen_string_literal: true module Quality # Class processes output from a code quality command, tweaking it # for editor output and counting the number of violations found class CommandOutputProcessor attr_accessor :emacs_format, :file attr_reader :found_output, :violations def initialize @...
__label__POS
0.891758
local type = type local pairs = pairs local tostring = tostring local clear_tab = require("table.clear") local json_decode = require("cjson.safe").decode local json_encode = require("cjson.safe").encode local cached_tab = {} local _M = {} local function serialise_obj(data) if type(data) == "fun...
__label__POS
0.987159
local ngx = ngx local type = type local ngx_say = ngx.say local ngx_exit = ngx.exit local ngx_header = ngx.header local const = require("apioak.pdk.const") local json = require("apioak.pdk.json") local _M = {} function _M.exit(code, body, content_type) if code and type(code) == "number" then ngx....
__label__POS
0.7169
local ngx = ngx local pdk = require("apioak.pdk") local ngx_timer_at = ngx.timer.at local lru_cache = require("resty.lrucache") local lru_global local function created_cache(premature) if premature then return end local cache, err = lru_cache.new(1024) -- allow up to 1024 ite...
__label__POS
0.990467
local oakrouting = require("resty.oakrouting") local admin = require("apioak.admin") local router local _M = {} function _M.init_worker() router = oakrouting.new() -- New Services Related APIs router:post("/apioak/admin/services", admin.service.created) router:put("/apioak/admin/services/{serv...
__label__POS
0.746593
package io.apiman.plugins.uniqueheader.util; import org.apache.commons.lang.StringUtils; import java.util.MissingResourceException; import java.util.ResourceBundle; /** * Formats messages from a ResourceBundle. * * @author Pete Cornish {@literal <outofcoffee@gmail.com>} */ public class Messages { private sta...
__label__POS
0.976223
local pdk = require("apioak.pdk") local plugin_common = require("apioak.plugin.plugin_common") local plugin_name = "cors" local _M = {} function _M.schema_config(config) local plugin_schema_err = plugin_common.plugin_config_schema(plugin_name, config) if plugin_schema_err then return plugin_schema...
__label__POS
0.86844
package org.apereo.cas.adaptors.generic; import org.apereo.cas.authentication.CoreAuthenticationTestUtils; import org.apereo.cas.authentication.credential.UsernamePasswordCredential; import org.apereo.cas.authentication.principal.PrincipalFactoryUtils; import org.apereo.cas.authentication.principal.Service; import org...
__label__POS
0.92514
package org.apereo.cas.adaptors.generic; import org.apereo.cas.authentication.CoreAuthenticationTestUtils; import org.apereo.cas.authentication.PreventedException; import org.apereo.cas.authentication.credential.HttpBasedServiceCredential; import org.apereo.cas.authentication.credential.UsernamePasswordCredential; imp...
__label__POS
0.827356
package org.apereo.cas.config; import org.apereo.cas.configuration.CasConfigurationProperties; import org.apereo.cas.configuration.features.CasFeatureModule; import org.apereo.cas.util.spring.boot.ConditionalOnFeatureEnabled; import org.springframework.boot.autoconfigure.AutoConfiguration; import org.springframework.b...
__label__POS
0.96568
package org.apereo.cas.adaptors.generic; import org.apereo.cas.authentication.AbstractAuthenticationHandler; import org.apereo.cas.authentication.AuthenticationHandlerExecutionResult; import org.apereo.cas.authentication.Credential; import org.apereo.cas.authentication.principal.PrincipalFactory; import org.apereo.cas...
__label__POS
0.933022
package org.apereo.cas.adaptors.generic; import com.fasterxml.jackson.annotation.JsonTypeInfo; import lombok.Getter; import lombok.Setter; import lombok.ToString; import java.io.Serial; import java.io.Serializable; import java.time.LocalDate; import java.util.ArrayList; import java.util.LinkedHashMap; import java.uti...
__label__POS
0.868558
package org.apereo.cas.web.flow; import org.apereo.cas.config.CasGraphicalUserAuthenticationAutoConfiguration; 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.TestPrope...
__label__POS
0.718117
package org.apereo.cas.web.flow; import org.apereo.cas.AbstractGraphicalAuthenticationTests; import org.apereo.cas.services.UnauthorizedServiceException; import org.apereo.cas.util.MockRequestContext; import org.apereo.cas.web.support.WebUtils; import lombok.val; import org.junit.jupiter.api.Tag; import org.junit.jupi...
__label__POS
0.795972
package org.apereo.cas.web.flow; import org.apereo.cas.AbstractGraphicalAuthenticationTests; import org.apereo.cas.util.MockRequestContext; import org.apereo.cas.web.support.WebUtils; import lombok.val; import org.junit.jupiter.api.Tag; import org.junit.jupiter.api.Test; import static org.junit.jupiter.api.Assertions....
__label__POS
0.911242
package org.apereo.cas.web.flow; import org.apereo.cas.AbstractGraphicalAuthenticationTests; import org.apereo.cas.authentication.credential.UsernamePasswordCredential; import org.apereo.cas.util.MockRequestContext; import org.apereo.cas.web.support.WebUtils; import lombok.val; import org.junit.jupiter.api.Tag; import...
__label__POS
0.892062
package org.apereo.cas.gua.impl; import org.apereo.cas.configuration.CasConfigurationProperties; import org.apereo.cas.gua.api.UserGraphicalAuthenticationRepository; import org.apereo.cas.util.CollectionUtils; import org.apereo.cas.util.LdapConnectionFactory; import org.apereo.cas.util.LdapUtils; import org.apereo.cas...
__label__POS
0.737078
package org.apereo.cas.gua.impl; import org.apereo.cas.gua.api.UserGraphicalAuthenticationRepository; import org.apereo.cas.util.LoggingUtils; import com.google.common.io.ByteSource; import lombok.RequiredArgsConstructor; import lombok.extern.slf4j.Slf4j; import lombok.val; import org.apache.commons.io.IOUtils; import...
__label__POS
0.897848
package org.apereo.cas.web.flow; import org.apereo.cas.configuration.CasConfigurationProperties; import org.apereo.cas.web.flow.configurer.AbstractCasWebflowConfigurer; import lombok.val; import org.springframework.context.ConfigurableApplicationContext; import org.springframework.webflow.definition.registry.FlowDefin...
__label__POS
0.974704
// just a simple http server and client. function serverHandler(req, res) { res.writeHead(200, {'Content-Type': 'text/plain'}); res.end('Hello World\n'); } var http = require('http'), weak = require('weak'), done = 0, count = 0, countGC = 0, todo = 500, common = require('../com...
__label__POS
0.662173
// xlsxcellreference.cpp #include "xlsxcellreference.h" #include <QMap> #include <QRegularExpression> #include <QStringList> QT_BEGIN_NAMESPACE_XLSX namespace { int intPow(int x, int p) { if (p == 0) return 1; if (p == 1) return x; int tmp = intPow(x, p / 2); if (p % 2 == 0) ...
__label__POS
0.71049
package org.apereo.cas.pm; import org.apereo.cas.adaptors.ldap.LdapIntegrationTestsOperations; import org.apereo.cas.authentication.credential.UsernamePasswordCredential; import org.apereo.cas.services.RegisteredServiceTestUtils; import org.apereo.cas.util.junit.EnabledIfListeningOnPort; import com.unboundid.ldap.sdk...
__label__POS
0.810905
package org.apereo.cas.pm; import org.apereo.cas.adaptors.ldap.LdapIntegrationTestsOperations; import org.apereo.cas.authentication.credential.UsernamePasswordCredential; import org.apereo.cas.util.junit.EnabledIfListeningOnPort; import com.unboundid.ldap.sdk.LDAPConnection; import lombok.val; import org.apereo.inspe...
__label__POS
0.790964
package org.apereo.cas.pm; import org.apereo.cas.authentication.credential.UsernamePasswordCredential; import org.apereo.cas.util.junit.EnabledIfListeningOnPort; import lombok.val; import org.apache.commons.lang3.StringUtils; import org.apereo.inspektr.common.web.ClientInfo; import org.apereo.inspektr.common.web.Clie...
__label__POS
0.873696
/** * FX Historical 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). * ht...
__label__POS
0.821939
/** * FX Historical 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). * ht...
__label__POS
0.985426
/** * FX Historical REST API * * Contact: support@apibricks.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * Represents an item in the exchange rate timeseries. */ export interface V1E...
__label__POS
0.897206
/** * FX Historical REST API * * Contact: support@apibricks.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import { V1ChainNetworkAddress } from './v1ChainNetworkAddress'; /** * Represents ...
__label__POS
0.909874
// tslint:disable /** * FX Historical 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-gene...
__label__POS
0.663761
// tslint:disable /** * FX Historical 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-gene...
__label__POS
0.64488
--- title: Querying elements description: Learn how to query DOM elements using CSS selectors with the document.querySelector() and document.querySelectorAll() functions. sidebar_position: 8.5 slug: /concepts/querying-css-selectors --- `document.querySelector()` and `document.querySelectorAll()` are JavaScript functio...
__label__POS
0.999076
--- title: HTML elements description: Learn about HTML elements. What they are, their types and how to work with them in a browser environment using JavaScript. sidebar_position: 8.6 slug: /concepts/html-elements --- An HTML element is a building block of an HTML document. It is used to represent a piece of content on...
__label__POS
0.84274
--- title: CSS selectors description: Learn about CSS selectors. What they are, their types, why they are important for web scraping and how to use them in browser Console with JavaScript. sidebar_position: 8.4 slug: /concepts/css-selectors --- CSS selectors are patterns used to select [HTML elements](./html_elements....
__label__POS
0.754185
<?php declare(strict_types = 1); namespace App\Model; /** * @template T */ class Collection implements \JsonSerializable, \PSX\Record\RecordableInterface { protected ?int $totalResults = null; protected ?int $startIndex = null; protected ?int $itemsPerPage = null; /** * @var array<T>|null ...
__label__POS
0.756098
<?php namespace App\Table\Generated; /** * @extends \PSX\Sql\TableAbstract<\App\Table\Generated\PopulationRow> */ class PopulationTable extends \PSX\Sql\TableAbstract { public const NAME = 'app_population'; public const COLUMN_ID = 'id'; public const COLUMN_PLACE = 'place'; public const COLUMN_REGIO...
__label__POS
0.941823
package org.apereo.cas.trusted.authentication.storage; import org.apereo.cas.configuration.model.support.mfa.trusteddevice.TrustedDevicesMultifactorProperties; import org.apereo.cas.trusted.authentication.api.MultifactorAuthenticationTrustRecord; import org.apereo.cas.trusted.authentication.api.MultifactorAuthenticati...
__label__POS
0.890299
package org.apereo.cas.impl.account; import org.apereo.cas.api.PasswordlessAuthenticationRequest; import org.apereo.cas.api.PasswordlessUserAccount; import org.apereo.cas.impl.BaseMongoDbPasswordlessTests; import org.apereo.cas.util.junit.EnabledIfListeningOnPort; import lombok.val; import org.junit.jupiter.api.Tag; i...
__label__POS
0.835913
package org.apereo.cas.impl.token; import org.apereo.cas.api.PasswordlessAuthenticationRequest; import org.apereo.cas.api.PasswordlessUserAccount; import org.apereo.cas.configuration.model.support.passwordless.token.PasswordlessAuthenticationMongoDbTokensProperties; import org.apereo.cas.util.DigestUtils; import org.a...
__label__POS
0.66017
package org.apereo.cas.impl.account; import org.apereo.cas.api.PasswordlessAuthenticationRequest; import org.apereo.cas.api.PasswordlessUserAccount; import org.apereo.cas.api.PasswordlessUserAccountCustomizer; import org.apereo.cas.api.PasswordlessUserAccountStore; import org.apereo.cas.configuration.model.support.pas...
__label__POS
0.978813
note description:"[ FX Historical 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-generat...
__label__POS
0.756973
package org.apereo.cas.redis.core; import org.apereo.cas.authentication.CasSSLContext; import org.apereo.cas.configuration.model.support.redis.BaseRedisProperties; import org.apereo.cas.configuration.model.support.redis.RedisClusterNodeProperties; import org.apereo.cas.util.junit.EnabledIfListeningOnPort; import io.le...
__label__POS
0.821031
note description:"[ FX Historical 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-generat...
__label__POS
0.615147
<?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>Appen...
__label__POS
0.712222
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 org.apereo.cas.nativex; import org.apereo.cas.util.nativex.CasRuntimeHintsRegistrar; import io.lettuce.core.cluster.api.sync.RedisClusterCommands; import net.jpountz.lz4.LZ4Compressor; import net.jpountz.lz4.LZ4FastDecompressor; import net.jpountz.lz4.LZ4SafeDecompressor; import org.springframework.aot.hint.Ru...
__label__POS
0.989729
package org.apereo.cas.redis.core; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import java.util.List; import java.util.Map; import java.util.stream.Stream; /** * This is {@link RedisModulesOperations}. * * @author Misagh Moayyed * @since 7.2.0 */ public interface RedisModulesOperations { /** ...
__label__POS
0.995845
package org.apereo.cas.redis.core; import com.github.benmanes.caffeine.cache.Cache; import lombok.RequiredArgsConstructor; import lombok.val; import org.springframework.boot.actuate.health.AbstractHealthIndicator; import org.springframework.boot.actuate.health.Health; import org.springframework.context.ApplicationCont...
__label__POS
0.79804
<?php include __DIR__ . '/inc/header.php'; ?> <section class="section"> <div class="container"> <h1 class="title">SDK Generator</h1> <p class="subtitle">This list gives you access to the reference code generator implementation. To prevent misuse the code generator is protected by recaptcha, if you wan...
__label__POS
0.672804
/* * FX Historical 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.com/Open...
__label__POS
0.728121
package org.apereo.cas.redis.core; import lombok.val; import org.apache.commons.io.IOUtils; import org.springframework.data.redis.core.RedisTemplate; import org.springframework.data.redis.core.ScanOptions; import java.util.Objects; import java.util.Spliterator; import java.util.Spliterators; import java.util.stream.S...
__label__POS
0.914411
<?php include __DIR__ . '/inc/header.php'; ?> <section class="section"> <div class="container"> <h1 class="title">Integration</h1> <p class="subtitle">The following page explains and shows examples how you can use the generated code.</p> <div class="columns mt-3"> <div class="column is-half"> ...
__label__POS
0.931549
package org.apereo.cas.redis.core; import org.apereo.cas.authentication.CasSSLContext; import org.apereo.cas.configuration.model.support.redis.BaseRedisProperties; import org.apereo.cas.configuration.support.Beans; import org.apereo.cas.util.function.FunctionUtils; import io.lettuce.core.ClientOptions; import io.lettu...
__label__POS
0.669743
@isTest private class OASExchangeRatesApiTest { /** * Get specific rate * * Retrieves the exchange rate for a specific base and quote asset at a given time or the current rate.\n \n:::info\nIf you are using an exchange rate for mission-critical operations, then for best reliability, you sh...
__label__POS
0.606185
package org.apereo.cas.redis.core; import lombok.val; import net.jpountz.lz4.LZ4Compressor; import net.jpountz.lz4.LZ4Factory; import net.jpountz.lz4.LZ4FastDecompressor; import org.springframework.data.redis.serializer.RedisSerializer; import org.springframework.data.redis.serializer.SerializationException; import ja...
__label__POS
0.927533
package org.apereo.cas.redis.core; import org.springframework.data.redis.connection.RedisConnectionFactory; import org.springframework.data.redis.core.RedisOperations; import java.util.stream.Stream; /** * This is {@link CasRedisTemplate}. * * @author Misagh Moayyed * @since 6.5.0 */ public interface CasRedisTe...
__label__POS
0.999634
<footer class="footer"> <div class="container"> <div class="columns"> <div class="column is-4"> <aside class="menu"> <p class="menu-label">Links</p> <ul class="menu-list"> <li><a href="https://typeapi.org/" class="panel-block">TypeAPI</a></li> <li><a href...
__label__POS
0.605438
/* * FX Historical 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.com/Open...
__label__POS
0.83999
/* 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
/* * FX Historical 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.com/Open...
__label__POS
0.817284
/* * FX Historical 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.com/Open...
__label__POS
0.907567
/* * FX Historical 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.com/Open...
__label__POS
0.733844
/* * FX Historical 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.com/Open...
__label__POS
0.822589
/* * FX Historical 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.com/Open...
__label__POS
0.7215
<div ng-controller="Apiman.NavbarController"> <nav class="navbar navbar-pf-vertical" id="apiman-progress-indicator" ng-class="pageState"> <div class="navbar-header"> <button type="button" class="navbar-toggle" ng-init="toggleNavBar()" ng-click="userToggle()"> <span class="sr-only...
__label__POS
0.885078
public class OAS { private static final String HEADER_CONTENT_TYPE = 'Content-Type'; private static final String HEADER_ACCEPT = 'Accept'; private static final String HEADER_ACCEPT_DELIMITER = ','; private static final Map<String, String> DELIMITERS = new Map<String, String> { 'csv' => ',', ...
__label__POS
0.807744
<?php include __DIR__ . '/inc/header.php'; ?> <nav aria-label="breadcrumb"> <ol class="breadcrumb"> <li class="breadcrumb-item active" aria-current="page"><a href="<?php echo $url; ?>">TypeSchema</a> / Generator</li> </ol> </nav> <div class="container"> <h1 class="display-4">DTO Generator</h1> <p class="...
__label__POS
0.757899