index
int64
repo_id
string
file_path
string
content
string
0
java-sources/am/ik/servicebroker/cloud-karafka-service-broker/0.1.0/am/ik/servicebroker/cloudkarafka
java-sources/am/ik/servicebroker/cloud-karafka-service-broker/0.1.0/am/ik/servicebroker/cloudkarafka/servicebroker/CatalogController.java
package am.ik.servicebroker.cloudkarafka.servicebroker; import java.io.IOException; import java.io.InputStream; import org.yaml.snakeyaml.Yaml; import org.springframework.beans.factory.annotation.Value; import org.springframework.core.io.Resource; import org.springframework.web.bind.annotation.GetMapping; import org...
0
java-sources/am/ik/servicebroker/cloud-karafka-service-broker/0.1.0/am/ik/servicebroker/cloudkarafka
java-sources/am/ik/servicebroker/cloud-karafka-service-broker/0.1.0/am/ik/servicebroker/cloudkarafka/servicebroker/ServiceInstanceBindingController.java
package am.ik.servicebroker.cloudkarafka.servicebroker; import java.util.HashMap; import java.util.Map; import am.ik.servicebroker.cloudkarafka.cloudkarafka.CloudKarafkaClient; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.http.HttpStatus; import org.springframework.http.Respons...
0
java-sources/am/ik/servicebroker/cloud-karafka-service-broker/0.1.0/am/ik/servicebroker/cloudkarafka
java-sources/am/ik/servicebroker/cloud-karafka-service-broker/0.1.0/am/ik/servicebroker/cloudkarafka/servicebroker/ServiceInstanceController.java
package am.ik.servicebroker.cloudkarafka.servicebroker; import java.util.Collections; import java.util.HashMap; import java.util.Map; import am.ik.servicebroker.cloudkarafka.cloudkarafka.CloudKarafkaClient; import am.ik.servicebroker.cloudkarafka.cloudkarafka.CloudKarafkaInstance; import am.ik.servicebroker.cloudkara...
0
java-sources/am/ik/servicebroker/shared-smysql-service-broker/0.0.5/am/ik/servicebroker
java-sources/am/ik/servicebroker/shared-smysql-service-broker/0.0.5/am/ik/servicebroker/mysql/SharedMysqlServiceBrokerApplication.java
package am.ik.servicebroker.mysql; import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; @SpringBootApplication public class SharedMysqlServiceBrokerApplication { public static void main(String[] args) { SpringApplication.run(SharedMysqlServiceBrok...
0
java-sources/am/ik/servicebroker/shared-smysql-service-broker/0.0.5/am/ik/servicebroker/mysql
java-sources/am/ik/servicebroker/shared-smysql-service-broker/0.0.5/am/ik/servicebroker/mysql/config/SecurityConfig.java
package am.ik.servicebroker.mysql.config; import org.springframework.boot.actuate.autoconfigure.security.servlet.EndpointRequest; import org.springframework.context.annotation.Configuration; import org.springframework.security.config.annotation.authentication.builders.AuthenticationManagerBuilder; import org.springfra...
0
java-sources/am/ik/servicebroker/shared-smysql-service-broker/0.0.5/am/ik/servicebroker/mysql
java-sources/am/ik/servicebroker/shared-smysql-service-broker/0.0.5/am/ik/servicebroker/mysql/config/ServiceBrokerAdmin.java
package am.ik.servicebroker.mysql.config; import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.security.core.userdetails.User; import org.springframework.security.core.userdetails.UserDetails; import org.springframework.security.crypto.password.Pbkdf2PasswordEncoder; i...
0
java-sources/am/ik/servicebroker/shared-smysql-service-broker/0.0.5/am/ik/servicebroker/mysql
java-sources/am/ik/servicebroker/shared-smysql-service-broker/0.0.5/am/ik/servicebroker/mysql/config/SharedMysql.java
package am.ik.servicebroker.mysql.config; import com.zaxxer.hikari.HikariConfig; import org.springframework.stereotype.Component; import org.springframework.web.util.UriComponents; import org.springframework.web.util.UriComponentsBuilder; @Component public class SharedMysql { private final HikariConfig hikariConf...
0
java-sources/am/ik/servicebroker/shared-smysql-service-broker/0.0.5/am/ik/servicebroker/mysql
java-sources/am/ik/servicebroker/shared-smysql-service-broker/0.0.5/am/ik/servicebroker/mysql/servicebroker/CatalogController.java
package am.ik.servicebroker.mysql.servicebroker; import org.springframework.beans.factory.annotation.Value; import org.springframework.core.io.Resource; import org.springframework.web.bind.annotation.GetMapping; import org.springframework.web.bind.annotation.RequestMapping; import org.springframework.web.bind.annotati...
0
java-sources/am/ik/servicebroker/shared-smysql-service-broker/0.0.5/am/ik/servicebroker/mysql
java-sources/am/ik/servicebroker/shared-smysql-service-broker/0.0.5/am/ik/servicebroker/mysql/servicebroker/ServiceInstanceBindingController.java
package am.ik.servicebroker.mysql.servicebroker; import am.ik.servicebroker.mysql.config.SharedMysql; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.jdbc.core.JdbcTemplate; import org.spring...
0
java-sources/am/ik/servicebroker/shared-smysql-service-broker/0.0.5/am/ik/servicebroker/mysql
java-sources/am/ik/servicebroker/shared-smysql-service-broker/0.0.5/am/ik/servicebroker/mysql/servicebroker/ServiceInstanceController.java
package am.ik.servicebroker.mysql.servicebroker; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.springframework.http.HttpStatus; import org.springframework.http.ResponseEntity; import org.springframework.jdbc.core.JdbcTemplate; import org.springframework.transaction.annotation.Transactional; impor...
0
java-sources/am/ik/spring/ecs/logback-ecs-encoder-autoconfigure/0.1.3/am/ik/spring/ecs
java-sources/am/ik/spring/ecs/logback-ecs-encoder-autoconfigure/0.1.3/am/ik/spring/ecs/logback/EcsEncoderConfigurationListener.java
package am.ik.spring.ecs.logback; import ch.qos.logback.classic.LoggerContext; import ch.qos.logback.classic.spi.ILoggingEvent; import ch.qos.logback.core.OutputStreamAppender; import co.elastic.logging.logback.EcsEncoder; import org.slf4j.ILoggerFactory; import org.slf4j.LoggerFactory; import org.springframework.boo...
0
java-sources/am/ik/spring/logbook/access-logger-logbook/0.3.2/am/ik/spring
java-sources/am/ik/spring/logbook/access-logger-logbook/0.3.2/am/ik/spring/logbook/AccessLoggerLogbookAutoConfiguration.java
package am.ik.spring.logbook; import org.springframework.aot.hint.MemberCategory; import org.springframework.aot.hint.RuntimeHints; import org.springframework.aot.hint.RuntimeHintsRegistrar; import org.springframework.aot.hint.TypeReference; import org.springframework.boot.autoconfigure.AutoConfiguration; import org.s...
0
java-sources/am/ik/spring/logbook/access-logger-logbook/0.3.2/am/ik/spring
java-sources/am/ik/spring/logbook/access-logger-logbook/0.3.2/am/ik/spring/logbook/AccessLoggerRequestCondition.java
package am.ik.spring.logbook; import java.util.function.Predicate; import org.zalando.logbook.HttpHeaders; import org.zalando.logbook.HttpRequest; public class AccessLoggerRequestCondition implements Predicate<HttpRequest> { @Override public boolean test(HttpRequest request) { String path = request.getPath(); ...
0
java-sources/am/ik/spring/logbook/access-logger-logbook/0.3.2/am/ik/spring
java-sources/am/ik/spring/logbook/access-logger-logbook/0.3.2/am/ik/spring/logbook/AccessLoggerSink.java
package am.ik.spring.logbook; import java.io.IOException; import org.slf4j.Logger; import org.slf4j.LoggerFactory; import org.slf4j.spi.LoggingEventBuilder; import org.springframework.util.StringUtils; import org.zalando.logbook.Correlation; import org.zalando.logbook.HttpHeaders; import org.zalando.logbook.HttpReques...
0
java-sources/am/ik/spring/logbook/access-logger-logbook/0.3.2/am/ik/spring
java-sources/am/ik/spring/logbook/access-logger-logbook/0.3.2/am/ik/spring/logbook/OpinionatedFilters.java
package am.ik.spring.logbook; import java.util.Locale; import java.util.Set; import java.util.TreeSet; import org.zalando.logbook.HeaderFilter; import org.zalando.logbook.core.HeaderFilters; public class OpinionatedFilters { public static HeaderFilter headerFilter() { Set<String> replaceHeaders = new TreeSet<>(S...
0
java-sources/am/ik/spring/logbook/access-logger-logbook/0.3.2/am/ik/spring
java-sources/am/ik/spring/logbook/access-logger-logbook/0.3.2/am/ik/spring/logbook/ServletAwareAccessLoggerSink.java
package am.ik.spring.logbook; import jakarta.servlet.http.HttpServletRequest; import org.zalando.logbook.ForwardingHttpRequest; import org.zalando.logbook.HttpRequest; public class ServletAwareAccessLoggerSink extends AccessLoggerSink { @Override protected String getUsername(HttpRequest request) { if (request in...
0
java-sources/am/ik/spring/opentelemetry/otel-logs-autoconfigure/0.4.0/am/ik/spring/opentelemetry/logs
java-sources/am/ik/spring/opentelemetry/otel-logs-autoconfigure/0.4.0/am/ik/spring/opentelemetry/logs/logback/LogbackAppenderInstallListener.java
/* * Copyright 2012-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * https://www.apache.org/licenses/LICENSE-2.0 * * Unless required by a...
0
java-sources/am/ik/spring/retryable-client-http-request-interceptor/0.7.0/am/ik/spring/http
java-sources/am/ik/spring/retryable-client-http-request-interceptor/0.7.0/am/ik/spring/http/client/LoadBalanceStrategy.java
/* * Copyright (C) 2023-2024 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/spring/retryable-client-http-request-interceptor/0.7.0/am/ik/spring/http
java-sources/am/ik/spring/retryable-client-http-request-interceptor/0.7.0/am/ik/spring/http/client/RetryLifecycle.java
/* * Copyright (C) 2023-2024 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/spring/retryable-client-http-request-interceptor/0.7.0/am/ik/spring/http
java-sources/am/ik/spring/retryable-client-http-request-interceptor/0.7.0/am/ik/spring/http/client/RetryableClientHttpRequestInterceptor.java
/* * Copyright (C) 2023-2024 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/spring/retryable-client-http-request-interceptor/0.7.0/am/ik/spring/http
java-sources/am/ik/spring/retryable-client-http-request-interceptor/0.7.0/am/ik/spring/http/client/RetryableHttpResponsePredicate.java
/* * Copyright (C) 2023-2024 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/spring/retryable-client-http-request-interceptor/0.7.0/am/ik/spring/http
java-sources/am/ik/spring/retryable-client-http-request-interceptor/0.7.0/am/ik/spring/http/client/RetryableIOExceptionPredicate.java
package am.ik.spring.http.client; import java.io.IOException; import java.net.ConnectException; import java.net.SocketTimeoutException; import java.net.URLConnection; import java.net.UnknownHostException; import java.nio.channels.UnresolvedAddressException; import java.util.Arrays; import java.util.Collections; import...
0
java-sources/am/ik/springmvc/new-controller/0.2.0
java-sources/am/ik/springmvc/new-controller/0.2.0/newcontroller/RouterDefinition.java
/* * Copyright (C) 2015 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
0
java-sources/am/ik/springmvc/new-controller/0.2.0
java-sources/am/ik/springmvc/new-controller/0.2.0/newcontroller/RouterHandlerMapping.java
/* * Copyright (C) 2015 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
0
java-sources/am/ik/springmvc/new-controller/0.2.0/newcontroller
java-sources/am/ik/springmvc/new-controller/0.2.0/newcontroller/handler/Handler.java
/* * Copyright (C) 2015 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
0
java-sources/am/ik/springmvc/new-controller/0.2.0/newcontroller
java-sources/am/ik/springmvc/new-controller/0.2.0/newcontroller/handler/HandlerBridge.java
/* * Copyright (C) 2015 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
0
java-sources/am/ik/springmvc/new-controller/0.2.0/newcontroller
java-sources/am/ik/springmvc/new-controller/0.2.0/newcontroller/handler/Request.java
/* * Copyright (C) 2015 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
0
java-sources/am/ik/springmvc/new-controller/0.2.0/newcontroller
java-sources/am/ik/springmvc/new-controller/0.2.0/newcontroller/handler/Response.java
/* * Copyright (C) 2015 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
0
java-sources/am/ik/springmvc/new-controller/0.2.0/newcontroller/handler
java-sources/am/ik/springmvc/new-controller/0.2.0/newcontroller/handler/impl/DefaultHandlerApplier.java
/* * Copyright (C) 2015 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
0
java-sources/am/ik/springmvc/new-controller/0.2.0/newcontroller/handler
java-sources/am/ik/springmvc/new-controller/0.2.0/newcontroller/handler/impl/DefaultRequest.java
/* * Copyright (C) 2015 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
0
java-sources/am/ik/springmvc/new-controller/0.2.0/newcontroller/handler
java-sources/am/ik/springmvc/new-controller/0.2.0/newcontroller/handler/impl/DefaultResponse.java
/* * Copyright (C) 2015 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
0
java-sources/am/ik/springmvc/new-controller/0.2.0/newcontroller/handler
java-sources/am/ik/springmvc/new-controller/0.2.0/newcontroller/handler/impl/HttpMessageConverterHandlerBridge.java
/* * Copyright (C) 2015 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
0
java-sources/am/ik/springmvc/new-controller/0.2.0/newcontroller/handler
java-sources/am/ik/springmvc/new-controller/0.2.0/newcontroller/handler/impl/HttpMessageConvertersHelper.java
/* * Copyright (C) 2015 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
0
java-sources/am/ik/springmvc/new-controller/0.2.0/newcontroller/handler
java-sources/am/ik/springmvc/new-controller/0.2.0/newcontroller/handler/impl/ModelAndViewHandlerBridge.java
/* * Copyright (C) 2015 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
0
java-sources/am/ik/springmvc/new-controller/0.2.0/newcontroller
java-sources/am/ik/springmvc/new-controller/0.2.0/newcontroller/support/CapturedHttpServletRequest.java
/* * Copyright (C) 2015 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
0
java-sources/am/ik/springmvc/new-controller/0.2.0/newcontroller
java-sources/am/ik/springmvc/new-controller/0.2.0/newcontroller/support/CapturedHttpServletRequestAdopter.java
/* * Copyright (C) 2015 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
0
java-sources/am/ik/template/java-lib/0.2.0/am/ik
java-sources/am/ik/template/java-lib/0.2.0/am/ik/template/Library.java
package am.ik.template; public class Library { public static String hello() { return "Hello World!"; } }
0
java-sources/am/ik/timeflake/timeflake4j/1.4.0/am/ik
java-sources/am/ik/timeflake/timeflake4j/1.4.0/am/ik/timeflake/Base62.java
package am.ik.timeflake; import java.math.BigInteger; import java.util.function.BiFunction; import java.util.regex.Pattern; import java.util.stream.IntStream; import static java.util.Objects.requireNonNull; /** * Base62 encoder/decoder. * <p> * This is free and unencumbered public domain software * <p> * Source...
0
java-sources/am/ik/timeflake/timeflake4j/1.4.0/am/ik
java-sources/am/ik/timeflake/timeflake4j/1.4.0/am/ik/timeflake/Timeflake.java
/* * Copyright (c) 2021 Toshiaki Maki <makingx@gmail.com> * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, copy, ...
0
java-sources/am/ik/timeflake/timeflake4j/1.4.0/am/ik
java-sources/am/ik/timeflake/timeflake4j/1.4.0/am/ik/timeflake/Util.java
package am.ik.timeflake; import java.math.BigInteger; import java.util.UUID; /** * https://gist.github.com/drmalex07/9008c611ffde6cb2ef3a2db8668bc251 */ class Util { public static final BigInteger HALF = BigInteger.ONE.shiftLeft(64); // 2^64 public static final BigInteger LONG_MAX = BigInteger.valueOf(Long.MAX_...
0
java-sources/am/ik/timeflake/timeflake4j/1.4.0/am/ik
java-sources/am/ik/timeflake/timeflake4j/1.4.0/am/ik/timeflake/package-info.java
/* * Copyright (c) 2021 Toshiaki Maki <makingx@gmail.com> * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, copy, ...
0
java-sources/am/ik/timeflake/timeflake4j/1.4.0/am/ik/timeflake
java-sources/am/ik/timeflake/timeflake4j/1.4.0/am/ik/timeflake/spring/TimeflakeIdGenerator.java
/* * Copyright (c) 2021 Toshiaki Maki <makingx@gmail.com> * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files (the * "Software"), to deal in the Software without restriction, including * without limitation the rights to use, copy, ...
0
java-sources/am/ik/tsng/tsng/0.1.0/am/ik
java-sources/am/ik/tsng/tsng/0.1.0/am/ik/tsng/TypeSafeName.java
/* * Copyright (C) 2020 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
0
java-sources/am/ik/tsng/tsng/0.1.0/am/ik
java-sources/am/ik/tsng/tsng/0.1.0/am/ik/tsng/TypeSafeProperties.java
/* * Copyright (C) 2020 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
0
java-sources/am/ik/tsng/tsng/0.1.0/am/ik
java-sources/am/ik/tsng/tsng/0.1.0/am/ik/tsng/package-info.java
/* * Copyright (C) 2020 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
0
java-sources/am/ik/tsng/tsng/0.1.0/am/ik/tsng
java-sources/am/ik/tsng/tsng/0.1.0/am/ik/tsng/processor/Pair.java
/* * Copyright (C) 2020 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
0
java-sources/am/ik/tsng/tsng/0.1.0/am/ik/tsng
java-sources/am/ik/tsng/tsng/0.1.0/am/ik/tsng/processor/TypeSafeNameProcessor.java
/* * Copyright (C) 2020 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
0
java-sources/am/ik/tsng/tsng/0.1.0/am/ik/tsng
java-sources/am/ik/tsng/tsng/0.1.0/am/ik/tsng/processor/TypeSafeNameTemplate.java
/* * Copyright (C) 2020 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
0
java-sources/am/ik/tsng/tsng/0.1.0/am/ik/tsng
java-sources/am/ik/tsng/tsng/0.1.0/am/ik/tsng/processor/package-info.java
/* * Copyright (C) 2020 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
0
java-sources/am/ik/util/database-url-parser/0.1.3/am/ik
java-sources/am/ik/util/database-url-parser/0.1.3/am/ik/utils/DatabaseUrlParser.java
package am.ik.utils; import java.net.URI; import java.util.Objects; public class DatabaseUrlParser { private final String scheme; private final String host; private final int port; private final String database; private final String username; private final String password; private final String query; ...
0
java-sources/am/ik/util/database-url-parser/0.1.3/am/ik/utils
java-sources/am/ik/util/database-url-parser/0.1.3/am/ik/utils/spring/DatabaseUrlEnvironmentPostProcessor.java
package am.ik.utils.spring; import java.util.Map; import java.util.TreeMap; import java.util.logging.Logger; import am.ik.utils.DatabaseUrlParser; import org.springframework.boot.SpringApplication; import org.springframework.boot.context.config.ConfigDataEnvironmentPostProcessor; import org.springframework.boot.env....
0
java-sources/am/ik/voicetext/voicetext4j/1.0.0/am/ik
java-sources/am/ik/voicetext/voicetext4j/1.0.0/am/ik/voicetext4j/Emotion.java
/* * Copyright (C) 2014-2016 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/voicetext/voicetext4j/1.0.0/am/ik
java-sources/am/ik/voicetext/voicetext4j/1.0.0/am/ik/voicetext4j/EmotionalSpeaker.java
/* * Copyright (C) 2014-2016 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/voicetext/voicetext4j/1.0.0/am/ik
java-sources/am/ik/voicetext/voicetext4j/1.0.0/am/ik/voicetext4j/EmotionalVoiceContext.java
/* * Copyright (C) 2014-2016 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/voicetext/voicetext4j/1.0.0/am/ik
java-sources/am/ik/voicetext/voicetext4j/1.0.0/am/ik/voicetext4j/NormalVoiceContext.java
/* * Copyright (C) 2014-2016 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/voicetext/voicetext4j/1.0.0/am/ik
java-sources/am/ik/voicetext/voicetext4j/1.0.0/am/ik/voicetext4j/Speakable.java
/* * Copyright (C) 2014-2016 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/voicetext/voicetext4j/1.0.0/am/ik
java-sources/am/ik/voicetext/voicetext4j/1.0.0/am/ik/voicetext4j/Speaker.java
/* * Copyright (C) 2014-2016 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/voicetext/voicetext4j/1.0.0/am/ik
java-sources/am/ik/voicetext/voicetext4j/1.0.0/am/ik/voicetext4j/VoiceContext.java
/* * Copyright (C) 2014-2016 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/voicetext/voicetext4j/1.0.0/am/ik/voicetext4j
java-sources/am/ik/voicetext/voicetext4j/1.0.0/am/ik/voicetext4j/http/VoiceTextApiCallException.java
/* * Copyright (C) 2014-2016 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/voicetext/voicetext4j/1.0.0/am/ik/voicetext4j
java-sources/am/ik/voicetext/voicetext4j/1.0.0/am/ik/voicetext4j/http/VoiceTextFields.java
/* * Copyright (C) 2014-2016 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/voicetext/voicetext4j/1.0.0/am/ik/voicetext4j
java-sources/am/ik/voicetext/voicetext4j/1.0.0/am/ik/voicetext4j/http/VoiceTextIllegalStateException.java
/* * Copyright (C) 2014-2016 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/voicetext/voicetext4j/1.0.0/am/ik/voicetext4j
java-sources/am/ik/voicetext/voicetext4j/1.0.0/am/ik/voicetext4j/http/VoiceTextResponse.java
/* * Copyright (C) 2014-2016 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/voicetext/voicetext4j/1.0.0/am/ik/voicetext4j
java-sources/am/ik/voicetext/voicetext4j/1.0.0/am/ik/voicetext4j/http/VoiceTextUrlConnectionClient.java
/* * Copyright (C) 2014-2016 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/webhook/webhook-verifier/0.1.2/am/ik
java-sources/am/ik/webhook/webhook-verifier/0.1.2/am/ik/webhook/Hex.java
package am.ik.webhook; class Hex { public static String encodeHex(byte[] data) { final StringBuilder sb = new StringBuilder(); for (byte datum : data) { sb.append(toHex(datum)); } return sb.toString(); } static String toHex(byte b) { final char[] hex = new char[2]; hex[0] = Character.forDigit((b >>...
0
java-sources/am/ik/webhook/webhook-verifier/0.1.2/am/ik
java-sources/am/ik/webhook/webhook-verifier/0.1.2/am/ik/webhook/HmacWebhookSigner.java
package am.ik.webhook; import java.security.InvalidKeyException; import java.security.NoSuchAlgorithmException; import javax.crypto.Mac; import javax.crypto.spec.SecretKeySpec; import static java.util.Objects.requireNonNull; public final class HmacWebhookSigner implements WebhookSigner { private final Mac hmac; ...
0
java-sources/am/ik/webhook/webhook-verifier/0.1.2/am/ik
java-sources/am/ik/webhook/webhook-verifier/0.1.2/am/ik/webhook/WebhookAuthenticationException.java
package am.ik.webhook; /** * Exception raised when a github webhook message is received but its HMAC signature does * not match the one computed with the shared secret. */ public class WebhookAuthenticationException extends RuntimeException { public WebhookAuthenticationException(String actual) { super(String.f...
0
java-sources/am/ik/webhook/webhook-verifier/0.1.2/am/ik
java-sources/am/ik/webhook/webhook-verifier/0.1.2/am/ik/webhook/WebhookHttpHeaders.java
package am.ik.webhook; public class WebhookHttpHeaders { public static final String X_HUB_SIGNATURE = "X-Hub-Signature"; public static final String X_HUB_SIGNATURE_256 = "X-Hub-Signature-256"; }
0
java-sources/am/ik/webhook/webhook-verifier/0.1.2/am/ik
java-sources/am/ik/webhook/webhook-verifier/0.1.2/am/ik/webhook/WebhookSigner.java
package am.ik.webhook; import java.nio.charset.StandardCharsets; import java.util.Base64; import java.util.Objects; @FunctionalInterface public interface WebhookSigner { default String sign(String payload, Encoder encoder) { return this.sign(Objects.requireNonNull(payload, "'payload' must not be null").getBytes(S...
0
java-sources/am/ik/webhook/webhook-verifier/0.1.2/am/ik
java-sources/am/ik/webhook/webhook-verifier/0.1.2/am/ik/webhook/WebhookVerifier.java
package am.ik.webhook; import java.nio.charset.StandardCharsets; import java.util.function.Supplier; import java.util.logging.Logger; import am.ik.webhook.WebhookSigner.Encoder; public final class WebhookVerifier { private final Logger log = Logger.getLogger(WebhookVerifier.class.getName()); private final Webhoo...
0
java-sources/am/ik/webhook/webhook-verifier/0.1.2/am/ik/webhook
java-sources/am/ik/webhook/webhook-verifier/0.1.2/am/ik/webhook/annotation/WebhookPayload.java
package am.ik.webhook.annotation; import java.lang.annotation.Documented; import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import java.lang.annotation.RetentionPolicy; import java.lang.annotation.Target; @Target(ElementType.PARAMETER) @Retention(RetentionPolicy.RUNTIME) @Documented publ...
0
java-sources/am/ik/webhook/webhook-verifier/0.1.2/am/ik/webhook
java-sources/am/ik/webhook/webhook-verifier/0.1.2/am/ik/webhook/spring/WebhookVerifierRequestBodyAdvice.java
package am.ik.webhook.spring; import java.lang.reflect.Type; import java.util.function.Function; import java.util.logging.Logger; import am.ik.webhook.WebhookAuthenticationException; import am.ik.webhook.WebhookHttpHeaders; import am.ik.webhook.WebhookVerifier; import am.ik.webhook.annotation.WebhookPayload; import ...
0
java-sources/am/ik/woothee/woothee-spring/1.0.0/am/ik
java-sources/am/ik/woothee/woothee-spring/1.0.0/am/ik/woothee/Woothee.java
/* *Copyright (C) 2014 Toshiaki Maki <makingx@gmail.com> * *Licensed under the Apache License, Version 2.0 (the "License"); *you may not use this file except in compliance with the License. *You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * *Unless required by applicable la...
0
java-sources/am/ik/woothee/woothee-spring/1.0.0/am/ik/woothee
java-sources/am/ik/woothee/woothee-spring/1.0.0/am/ik/woothee/spring/WootheeMethodArgumentResolver.java
/* *Copyright (C) 2014 Toshiaki Maki <makingx@gmail.com> * *Licensed under the Apache License, Version 2.0 (the "License"); *you may not use this file except in compliance with the License. *You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * *Unless required by applicable la...
0
java-sources/am/ik/wws/wws-java/0.1.2/am/ik
java-sources/am/ik/wws/wws-java/0.1.2/am/ik/wws/Cache.java
/* * Copyright (C) 2023 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
0
java-sources/am/ik/wws/wws-java/0.1.2/am/ik
java-sources/am/ik/wws/wws-java/0.1.2/am/ik/wws/Request.java
/* * Copyright (C) 2023 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
0
java-sources/am/ik/wws/wws-java/0.1.2/am/ik
java-sources/am/ik/wws/wws-java/0.1.2/am/ik/wws/Response.java
/* * Copyright (C) 2023 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
0
java-sources/am/ik/wws/wws-java/0.1.2/am/ik
java-sources/am/ik/wws/wws-java/0.1.2/am/ik/wws/Worker.java
/* * Copyright (C) 2023 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required b...
0
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi/arguments/Arguments.java
/* * Copyright (C) 2018-2025 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi/arguments/Arguments1.java
/* * Copyright (C) 2018-2025 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi/arguments/Arguments10.java
/* * Copyright (C) 2018-2025 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi/arguments/Arguments10Combining.java
/* * Copyright (C) 2018-2025 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi/arguments/Arguments10Splitting.java
/* * Copyright (C) 2018-2025 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi/arguments/Arguments10Validator.java
/* * Copyright (C) 2018-2025 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi/arguments/Arguments11.java
/* * Copyright (C) 2018-2025 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi/arguments/Arguments11Combining.java
/* * Copyright (C) 2018-2025 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi/arguments/Arguments11Splitting.java
/* * Copyright (C) 2018-2025 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi/arguments/Arguments11Validator.java
/* * Copyright (C) 2018-2025 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi/arguments/Arguments12.java
/* * Copyright (C) 2018-2025 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi/arguments/Arguments12Combining.java
/* * Copyright (C) 2018-2025 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi/arguments/Arguments12Splitting.java
/* * Copyright (C) 2018-2025 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi/arguments/Arguments12Validator.java
/* * Copyright (C) 2018-2025 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi/arguments/Arguments13.java
/* * Copyright (C) 2018-2025 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi/arguments/Arguments13Combining.java
/* * Copyright (C) 2018-2025 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi/arguments/Arguments13Splitting.java
/* * Copyright (C) 2018-2025 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi/arguments/Arguments13Validator.java
/* * Copyright (C) 2018-2025 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi/arguments/Arguments14.java
/* * Copyright (C) 2018-2025 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi/arguments/Arguments14Combining.java
/* * Copyright (C) 2018-2025 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi/arguments/Arguments14Splitting.java
/* * Copyright (C) 2018-2025 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi/arguments/Arguments14Validator.java
/* * Copyright (C) 2018-2025 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...
0
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi
java-sources/am/ik/yavi/yavi/0.16.0/am/ik/yavi/arguments/Arguments15.java
/* * Copyright (C) 2018-2025 Toshiaki Maki <makingx@gmail.com> * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless requi...