commit
stringlengths
40
40
subject
stringlengths
4
1.73k
repos
stringlengths
5
127k
old_file
stringlengths
2
751
new_file
stringlengths
2
751
new_contents
stringlengths
1
8.98k
old_contents
stringlengths
0
6.59k
license
stringclasses
13 values
lang
stringclasses
23 values
4b8002a31f110f8c430172aa28d058838ad4e5cc
Update documentation
KotlinNLP/SimpleDNN
src/kotlin/com/kotlinnlp/simplednn/core/layers/feedforward/FeedforwardRelevanceHelper.kt
src/kotlin/com/kotlinnlp/simplednn/core/layers/feedforward/FeedforwardRelevanceHelper.kt
/* Copyright 2016-present The KotlinNLP Authors. All Rights Reserved. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at http://mozilla.org/MPL/2.0/. * ------------------------------------------...
/* Copyright 2016-present The KotlinNLP Authors. All Rights Reserved. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at http://mozilla.org/MPL/2.0/. * ------------------------------------------...
mpl-2.0
Kotlin
e3fad5081f927f6b4fb48467829f8bb9602f4c7c
remove trimming of slashes from templates
grover-ws-1/http4k,http4k/http4k,http4k/http4k,grover-ws-1/http4k,http4k/http4k,grover-ws-1/http4k,grover-ws-1/http4k,grover-ws-1/http4k,http4k/http4k,http4k/http4k,http4k/http4k,http4k/http4k
http4k-template-pebble/src/main/kotlin/org/http4k/template/PebbleTemplates.kt
http4k-template-pebble/src/main/kotlin/org/http4k/template/PebbleTemplates.kt
package org.http4k.template import com.mitchellbosecke.pebble.PebbleEngine import com.mitchellbosecke.pebble.error.LoaderException import com.mitchellbosecke.pebble.loader.ClasspathLoader import com.mitchellbosecke.pebble.loader.FileLoader import java.io.StringWriter class PebbleTemplates(private val configure: (Peb...
package org.http4k.template import com.mitchellbosecke.pebble.PebbleEngine import com.mitchellbosecke.pebble.error.LoaderException import com.mitchellbosecke.pebble.loader.ClasspathLoader import com.mitchellbosecke.pebble.loader.FileLoader import java.io.StringWriter class PebbleTemplates(private val configure: (Peb...
apache-2.0
Kotlin
3db166405504f5bffe73fb1a94422fe553e6488f
use sequence
allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/int...
java/execution/impl/src/com/intellij/execution/AlternativeSdkRootsProvider.kt
java/execution/impl/src/com/intellij/execution/AlternativeSdkRootsProvider.kt
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.execution import com.intellij.execution.configurations.ConfigurationWithAlternativeJre import com.intellij.openapi.application.WriteAction import com.intelli...
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.execution import com.intellij.execution.configurations.ConfigurationWithAlternativeJre import com.intellij.openapi.application.WriteAction import com.intelli...
apache-2.0
Kotlin
b2aa9e11b86d67fee4d8960a7e6ae048f78ba470
Drop the redundant private_token GET parameter
Commit451/LabCoat,Commit451/GitLabAndroid
app/src/main/java/com/commit451/gitlab/api/AuthenticationRequestInterceptor.kt
app/src/main/java/com/commit451/gitlab/api/AuthenticationRequestInterceptor.kt
package com.commit451.gitlab.api import com.commit451.gitlab.model.Account import okhttp3.Interceptor import okhttp3.Response import java.io.IOException /** * Adds the private token to all requests */ class AuthenticationRequestInterceptor(private val account: Account) : Interceptor { companion object { ...
package com.commit451.gitlab.api import com.commit451.gitlab.model.Account import okhttp3.Interceptor import okhttp3.Response import java.io.IOException /** * Adds the private token to all requests */ class AuthenticationRequestInterceptor(private val account: Account) : Interceptor { companion object { ...
apache-2.0
Kotlin
b41c4a762dbc0e38a7b1dad3ff587d55948bc62f
simplify javadoc (kotlin 1.1 is available to use)
allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/int...
platform/projectModel-api/src/com/intellij/openapi/diagnostic/logger.kt
platform/projectModel-api/src/com/intellij/openapi/diagnostic/logger.kt
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.openapi.diagnostic import com.intellij.openapi.application.ApplicationManager import com.intellij.openapi.progress.ProcessCanceledException import kotlin.ref...
// Copyright 2000-2018 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.openapi.diagnostic import com.intellij.openapi.application.ApplicationManager import com.intellij.openapi.progress.ProcessCanceledException import kotlin.ref...
apache-2.0
Kotlin
7ef8440b580cbffccb6580b307012436c47985da
Fix working directory
Ruben-Sten/TeXiFy-IDEA,Ruben-Sten/TeXiFy-IDEA,Ruben-Sten/TeXiFy-IDEA,Ruben-Sten/TeXiFy-IDEA
src/nl/hannahsten/texifyidea/run/makeindex/MakeindexCommandLineState.kt
src/nl/hannahsten/texifyidea/run/makeindex/MakeindexCommandLineState.kt
package nl.hannahsten.texifyidea.run.makeindex import com.intellij.execution.ExecutionException import com.intellij.execution.configurations.CommandLineState import com.intellij.execution.configurations.GeneralCommandLine import com.intellij.execution.process.KillableProcessHandler import com.intellij.execution.proces...
package nl.hannahsten.texifyidea.run.makeindex import com.intellij.execution.ExecutionException import com.intellij.execution.configurations.CommandLineState import com.intellij.execution.configurations.GeneralCommandLine import com.intellij.execution.process.KillableProcessHandler import com.intellij.execution.proces...
mit
Kotlin
e87c5846616f4146bc740a926c90388047cf451c
Add basic handler support to velodrome-kotlin
krumman/velodrome
velodrome-kotlin/src/main/kotlin/com/levelmoney/velodrome/kotlin/Velodrome.kt
velodrome-kotlin/src/main/kotlin/com/levelmoney/velodrome/kotlin/Velodrome.kt
package com.levelmoney.velodrome.kotlin import android.app.Activity import android.content.Intent import android.support.v4.app.DialogFragment import android.support.v4.app.Fragment import com.levelmoney.velodrome.handlers.ActivityResultHandler import com.levelmoney.velodrome.handlers.BasicResultHandler import com.lev...
package com.levelmoney.velodrome.kotlin import android.app.Activity import android.content.Intent import android.support.v4.app.DialogFragment import android.support.v4.app.Fragment import com.levelmoney.velodrome.annotations.ResultHandler import com.levelmoney.velodrome.handlers.ActivityResultHandler import com.level...
apache-2.0
Kotlin
6c627a0b55e84b0ff67a4bb06c469d83d09557f3
add trivial utils for reporting compile errors
jiaminglu/kotlin-native,JetBrains/kotlin-native,JetBrains/kotlin-native,wiltonlazary/kotlin-native,JuliusKunze/kotlin-native,jiaminglu/kotlin-native,jiaminglu/kotlin-native,JuliusKunze/kotlin-native,wiltonlazary/kotlin-native,wiltonlazary/kotlin-native,wiltonlazary/kotlin-native,jiaminglu/kotlin-native,JetBrains/kotlin...
backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/Reporting.kt
backend.native/compiler/ir/backend.native/src/org/jetbrains/kotlin/backend/konan/Reporting.kt
package org.jetbrains.kotlin.backend.konan import org.jetbrains.kotlin.cli.common.CLIConfigurationKeys import org.jetbrains.kotlin.cli.common.messages.CompilerMessageLocation import org.jetbrains.kotlin.cli.common.messages.CompilerMessageSeverity import org.jetbrains.kotlin.cli.common.messages.MessageCollector import ...
apache-2.0
Kotlin
d457675e58b6ff14e2116cc8c08b1ebce45e4e4c
Add a test for status calculation in a server workspace (#325)
Microsoft/vso-intellij,Microsoft/vso-intellij
client/backend/src/test/kotlin/com/microsoft/tfs/ServerWorkspaceClientTests.kt
client/backend/src/test/kotlin/com/microsoft/tfs/ServerWorkspaceClientTests.kt
package com.microsoft.tfs import com.microsoft.tfs.jni.FileSystemUtils import com.microsoft.tfs.model.host.TfsLocalPath import com.microsoft.tfs.model.host.TfsServerStatusType import com.microsoft.tfs.tests.TfsClientTestFixture import com.microsoft.tfs.tests.cloneTestRepository import com.microsoft.tfs.tests.createCli...
package com.microsoft.tfs import com.microsoft.tfs.jni.FileSystemUtils import com.microsoft.tfs.model.host.TfsLocalPath import com.microsoft.tfs.tests.TfsClientTestFixture import com.microsoft.tfs.tests.cloneTestRepository import com.microsoft.tfs.tests.createClient import org.junit.Assert.assertFalse import org.junit...
mit
Kotlin
62f9908410e73c8684a3f650eccc35137dbb9f56
swap nodes
dkandalov/katas,dkandalov/katas,dkandalov/katas,dkandalov/katas,dkandalov/katas,dkandalov/katas,dkandalov/katas,dkandalov/katas,dkandalov/katas,dkandalov/katas,dkandalov/katas,dkandalov/katas
kotlin/src/katas/kotlin/leetcode/swap_nodes_in_pairs/SwapNodesInPairs.kt
kotlin/src/katas/kotlin/leetcode/swap_nodes_in_pairs/SwapNodesInPairs.kt
package katas.kotlin.leetcode.swap_nodes_in_pairs import katas.kotlin.leetcode.ListNode import katas.kotlin.leetcode.listNodes import kotlincommon.test.shouldEqual import org.junit.Test /** * https://leetcode.com/problems/swap-nodes-in-pairs */ class SwapNodesInPairsTests { @Test fun `swap every two adjacent no...
package katas.kotlin.leetcode.swap_nodes_in_pairs import katas.kotlin.leetcode.ListNode import katas.kotlin.leetcode.listNodes import kotlincommon.test.shouldEqual import org.junit.Test /** * https://leetcode.com/problems/swap-nodes-in-pairs */ class SwapNodesInPairsTests { @Test fun `swap every two adjacent no...
unlicense
Kotlin
6f5b8f9e3440eee39d48211c5f7fa9bb8c3397bb
Make MAX_CYCLES variable
kvakil/venus,kvakil/venus,kvakil/venus
src/main/kotlin/simulator/Simulator.kt
src/main/kotlin/simulator/Simulator.kt
package venus.simulator import venus.riscv.Instruction import venus.riscv.InstructionField import venus.riscv.MemorySegments import venus.riscv.Program /** Right now, this is a loose wrapper around SimulatorState Eventually, it will support debugging. */ class Simulator(prog: Program) { val state = SimulatorS...
package venus.simulator import venus.riscv.Instruction import venus.riscv.InstructionField import venus.riscv.MemorySegments import venus.riscv.Program /** Right now, this is a loose wrapper around SimulatorState Eventually, it will support debugging. */ class Simulator(prog: Program) { val state = SimulatorS...
mit
Kotlin
d83068b01b995a758319d6cbea05f1d387baf0bb
swap nodes
dkandalov/katas,dkandalov/katas,dkandalov/katas,dkandalov/katas,dkandalov/katas,dkandalov/katas,dkandalov/katas,dkandalov/katas,dkandalov/katas,dkandalov/katas,dkandalov/katas,dkandalov/katas
kotlin/src/katas/kotlin/leetcode/swap_nodes_in_pairs/SwapNodesInPairs.kt
kotlin/src/katas/kotlin/leetcode/swap_nodes_in_pairs/SwapNodesInPairs.kt
package katas.kotlin.leetcode.swap_nodes_in_pairs import katas.kotlin.leetcode.ListNode import katas.kotlin.leetcode.listNodes import kotlincommon.test.shouldEqual import org.junit.Test /** * https://leetcode.com/problems/swap-nodes-in-pairs */ class SwapNodesInPairsTests { @Test fun `swap every two adjacent no...
package katas.kotlin.leetcode.swap_nodes_in_pairs import katas.kotlin.leetcode.ListNode import katas.kotlin.leetcode.listNodes import kotlincommon.test.shouldEqual import org.junit.Test /** * https://leetcode.com/problems/swap-nodes-in-pairs */ class SwapNodesInPairsTests { @Test fun `swap every two adjacent no...
unlicense
Kotlin
b364b3739d9f31a2d003b37b046313ae5ab9a2cf
Add `ivy { ... }` repository configuration sugar
gradle/gradle-script-kotlin,blindpirate/gradle,robinverduijn/gradle,robinverduijn/gradle,robinverduijn/gradle,robinverduijn/gradle,gradle/gradle,robinverduijn/gradle,gradle/gradle,gradle/gradle,blindpirate/gradle,blindpirate/gradle,robinverduijn/gradle,gradle/gradle,blindpirate/gradle,robinverduijn/gradle,robinverduijn...
src/main/kotlin/org/gradle/script/lang/kotlin/KotlinRepositoryHandler.kt
src/main/kotlin/org/gradle/script/lang/kotlin/KotlinRepositoryHandler.kt
/* * Copyright 2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
/* * Copyright 2016 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applica...
apache-2.0
Kotlin
12f01908761dc2871c3b788e9066d1f1b50a5109
Add dividers for recyclerview
MoonCheesez/sstannouncer
sstannouncer/app/src/main/java/sst/com/anouncements/feed/FeedFragment.kt
sstannouncer/app/src/main/java/sst/com/anouncements/feed/FeedFragment.kt
package sst.com.anouncements.feed import android.os.Bundle import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import androidx.fragment.app.Fragment import androidx.lifecycle.Observer import androidx.lifecycle.ViewModelProviders import androidx.recyclerview.widget.DividerItemDecor...
package sst.com.anouncements.feed import android.os.Bundle import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import androidx.fragment.app.Fragment import androidx.lifecycle.Observer import androidx.lifecycle.ViewModelProviders import androidx.recyclerview.widget.LinearLayoutMana...
mit
Kotlin
d1a46d7d82bf2b1aa0f7d853b6748d3df92602da
Add thread priority sample (#5)
esafirm/android-playground,esafirm/android-playground,esafirm/android-playground,esafirm/android-playground
app/src/main/java/com/esafirm/androidplayground/coroutines/CoroutinePriority.kt
app/src/main/java/com/esafirm/androidplayground/coroutines/CoroutinePriority.kt
package com.esafirm.androidplayground.coroutines import kotlinx.coroutines.GlobalScope import kotlinx.coroutines.asCoroutineDispatcher import kotlinx.coroutines.async import kotlinx.coroutines.launch import java.util.concurrent.Executors import java.util.concurrent.ThreadFactory import java.util.concurrent.atomic.Atom...
mit
Kotlin
b5fcac0f7eb4b6192fd1df110b69580f89769ab4
Add documentation and missing overload to receive functions. Fixes #313
ktorio/ktor,ktorio/ktor,ktorio/ktor,ktorio/ktor
ktor-server/ktor-server-core/src/io/ktor/request/ApplicationReceiveFunctions.kt
ktor-server/ktor-server-core/src/io/ktor/request/ApplicationReceiveFunctions.kt
package io.ktor.request import io.ktor.application.* import io.ktor.content.* import io.ktor.http.* import io.ktor.pipeline.* import kotlinx.coroutines.experimental.io.* import java.io.* import kotlin.reflect.* /** * Represents a subject for [ApplicationReceivePipeline] * @param type specifies the desired type for ...
package io.ktor.request import io.ktor.application.* import io.ktor.content.* import io.ktor.http.* import io.ktor.pipeline.* import io.ktor.util.* import kotlinx.coroutines.experimental.io.* import java.io.* import kotlin.reflect.* class ApplicationReceiveRequest(val type: KClass<*>, val value: Any) open class Appli...
apache-2.0
Kotlin
8576475dc25a21d53b92461d754169123c8fef10
refactor #605 Remove useless elvis operator.
toastkidjp/Jitte,toastkidjp/Yobidashi_kt,toastkidjp/Jitte,toastkidjp/Yobidashi_kt
app/src/main/java/jp/toastkid/yobidashi/editor/ClearTextDialogFragment.kt
app/src/main/java/jp/toastkid/yobidashi/editor/ClearTextDialogFragment.kt
/* * Copyright (c) 2018 toastkidjp. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompany this distribution. * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html. */ package jp....
/* * Copyright (c) 2018 toastkidjp. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompany this distribution. * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html. */ package jp....
epl-1.0
Kotlin
044702f8ee472b8904a654cb3891b6a0dc56cd6f
Address Detekt warning
squanchy-dev/squanchy-android,squanchy-dev/squanchy-android,squanchy-dev/squanchy-android
app/src/main/java/net/squanchy/eventdetails/widget/ExperienceLevelView.kt
app/src/main/java/net/squanchy/eventdetails/widget/ExperienceLevelView.kt
package net.squanchy.eventdetails.widget import android.content.Context import android.content.res.ColorStateList import android.support.annotation.ColorRes import android.support.annotation.StringRes import android.support.v4.content.ContextCompat import android.support.v7.widget.AppCompatTextView import android.util...
package net.squanchy.eventdetails.widget import android.content.Context import android.content.res.ColorStateList import android.support.annotation.ColorRes import android.support.annotation.StringRes import android.support.v4.content.ContextCompat import android.support.v7.widget.AppCompatTextView import android.util...
apache-2.0
Kotlin
941f7192fe4e4ba899e3041d57f793f67ee8771b
remove obsolete RustSyntaxHighlighterFactory
Turbo87/intellij-rust,alygin/intellij-rust,Turbo87/intellij-rust,anton-okolelov/intellij-rust,intellij-rust/intellij-rust,Turbo87/intellij-rust,ujpv/intellij-rust,ThoseGrapefruits/intellij-rust,ujpv/intellij-rust,ujpv/intellij-rust,himikof/intellij-rust,anton-okolelov/intellij-rust,Undin/intellij-rust,himikof/intellij-...
src/org/rust/lang/RustLanguage.kt
src/org/rust/lang/RustLanguage.kt
package org.rust.lang import com.intellij.lang.Language public open class RustLanguage : Language("RUST") { object INSTANCE : RustLanguage() {} }
package org.rust.lang import com.intellij.lang.Language import com.intellij.openapi.fileTypes.SyntaxHighlighter import com.intellij.openapi.fileTypes.SyntaxHighlighterFactory import com.intellij.openapi.project.Project import com.intellij.openapi.vfs.VirtualFile public open class RustLanguage : Language { object...
mit
Kotlin
8a0c177841471f4920cb227b3dae6be533001da1
make code show right code
GabrielCastro/open_otp,GabrielCastro/open_otp
app/src/main/kotlin/ca/gabrielcastro/openotp/ui/detail/OtpDetailPresenterImpl.kt
app/src/main/kotlin/ca/gabrielcastro/openotp/ui/detail/OtpDetailPresenterImpl.kt
package ca.gabrielcastro.openotp.ui.detail import ca.gabrielcastro.openotp.db.Database import rx.Subscription import java.util.* import javax.inject.Inject class OtpDetailPresenterImpl @Inject constructor( val database: Database ) : OtpDetailContract.Presenter { lateinit var id: String lateinit var v...
package ca.gabrielcastro.openotp.ui.detail import ca.gabrielcastro.openotp.db.Database import rx.Subscription import javax.inject.Inject class OtpDetailPresenterImpl @Inject constructor( val database: Database ) : OtpDetailContract.Presenter { lateinit var id: String lateinit var view: OtpDetailContr...
mit
Kotlin
33a83dd191883460a34a2b7a60cbd1d42680ceb2
fix CourseHeaderData test
StepicOrg/stepic-android,StepicOrg/stepik-android,StepicOrg/stepic-android,StepicOrg/stepik-android,StepicOrg/stepik-android,StepicOrg/stepic-android
app/src/test/java/org/stepik/android/domain/course/model/CourseHeaderDataTest.kt
app/src/test/java/org/stepik/android/domain/course/model/CourseHeaderDataTest.kt
package org.stepik.android.domain.course.model import org.junit.Test import org.junit.runner.RunWith import org.robolectric.RobolectricTestRunner import org.stepic.droid.testUtils.assertThatObjectParcelable import org.stepik.android.domain.user_courses.model.UserCourse import org.stepik.android.model.Course import org...
package org.stepik.android.domain.course.model import org.junit.Test import org.junit.runner.RunWith import org.robolectric.RobolectricTestRunner import org.stepic.droid.testUtils.assertThatObjectParcelable import org.stepik.android.model.Course import org.stepik.android.model.Progress @RunWith(RobolectricTestRunner:...
apache-2.0
Kotlin
dff71af8dbcc6aad1642f95a4a747e1ddfd46caa
Remove unused properties
wikimedia/apps-android-wikipedia,dbrant/apps-android-wikipedia,dbrant/apps-android-wikipedia,dbrant/apps-android-wikipedia,wikimedia/apps-android-wikipedia,dbrant/apps-android-wikipedia,wikimedia/apps-android-wikipedia,wikimedia/apps-android-wikipedia,dbrant/apps-android-wikipedia
app/src/main/java/org/wikipedia/feed/suggestededits/SuggestedEditsCard.kt
app/src/main/java/org/wikipedia/feed/suggestededits/SuggestedEditsCard.kt
package org.wikipedia.feed.suggestededits import org.wikipedia.R import org.wikipedia.WikipediaApp import org.wikipedia.dataclient.WikiSite import org.wikipedia.dataclient.restbase.page.RbPageSummary import org.wikipedia.feed.model.CardType import org.wikipedia.feed.model.WikiSiteCard import org.wikipedia.util.DateUti...
package org.wikipedia.feed.suggestededits import org.wikipedia.R import org.wikipedia.WikipediaApp import org.wikipedia.dataclient.WikiSite import org.wikipedia.dataclient.restbase.page.RbPageSummary import org.wikipedia.feed.model.CardType import org.wikipedia.feed.model.WikiSiteCard import org.wikipedia.util.DateUti...
apache-2.0
Kotlin
39865ca53432fef76dd934fec074cb1437b1d249
Improve code layout
SpineEventEngine/core-java,SpineEventEngine/core-java,SpineEventEngine/core-java
server/src/test/kotlin/io/spine/server/ServerEnvironmentExtensionsTest.kt
server/src/test/kotlin/io/spine/server/ServerEnvironmentExtensionsTest.kt
/* * Copyright 2021, TeamDev. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Redistribution and use in source...
/* * Copyright 2021, TeamDev. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Redistribution and use in source...
apache-2.0
Kotlin
093fe244a0a948c1c1efe1f7aa51c64e920fec6e
Remove clickable
DanielMartinus/Konfetti
konfetti-compose/src/main/java/nl/dionsegijn/konfetti_compose/Konfetti.kt
konfetti-compose/src/main/java/nl/dionsegijn/konfetti_compose/Konfetti.kt
package nl.dionsegijn.konfetti_compose import androidx.compose.foundation.Canvas import androidx.compose.foundation.clickable import androidx.compose.foundation.layout.fillMaxSize import androidx.compose.runtime.Composable import androidx.compose.runtime.getValue import androidx.compose.runtime.mutableStateOf import a...
package nl.dionsegijn.konfetti_compose import androidx.compose.foundation.Canvas import androidx.compose.foundation.clickable import androidx.compose.foundation.layout.fillMaxSize import androidx.compose.runtime.Composable import androidx.compose.runtime.getValue import androidx.compose.runtime.mutableStateOf import a...
isc
Kotlin
11b4f67066887fff1e5c174e67b81de8ced8c480
Optimize AppendOnlyBidirectionalCache
zpao/buck,facebook/buck,kageiit/buck,JoelMarcey/buck,facebook/buck,kageiit/buck,facebook/buck,Addepar/buck,kageiit/buck,kageiit/buck,Addepar/buck,nguyentruongtho/buck,JoelMarcey/buck,Addepar/buck,JoelMarcey/buck,JoelMarcey/buck,JoelMarcey/buck,JoelMarcey/buck,Addepar/buck,JoelMarcey/buck,kageiit/buck,zpao/buck,Addepar/...
src/com/facebook/buck/multitenant/service/AppendOnlyBidirectionalCache.kt
src/com/facebook/buck/multitenant/service/AppendOnlyBidirectionalCache.kt
/* * Copyright 2019-present Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. You may obtain * a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
/* * Copyright 2019-present Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may * not use this file except in compliance with the License. You may obtain * a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
apache-2.0
Kotlin
85018a7f23bbf07cddb3d5c822e6573cd1a56c13
Update tools description
JetBrains/teamcity-dnx-plugin
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/dotnet/Tool.kt
plugin-dotnet-common/src/main/kotlin/jetbrains/buildServer/dotnet/Tool.kt
package jetbrains.buildServer.dotnet enum class Tool(val version: Int, val type: ToolType, val platform: ToolPlatform, val bitness: ToolBitness, val description: String) { // Visual Studio VisualStudio2017(2017, ToolType.VisualStudio, ToolPlatform.Windows, ToolBitness.Any, "Visual Studio 2017"), VisualStud...
package jetbrains.buildServer.dotnet enum class Tool(val version: Int, val type: ToolType, val platform: ToolPlatform, val bitness: ToolBitness, val description: String) { // Visual Studio VisualStudio2017(2017, ToolType.VisualStudio, ToolPlatform.Windows, ToolBitness.Any, "Visual Studio 2017"), VisualStud...
apache-2.0
Kotlin
b729baf0d24078b30a2634237cac9b15461f31e3
Add MessageFormManager.kt
RocketChat/Rocket.Chat.Android.Lily,RocketChat/Rocket.Chat.Android,RocketChat/Rocket.Chat.Android.Lily,RocketChat/Rocket.Chat.Android
app/src/main/java/chat/rocket/android/layouthelper/chatroom/MessageFormManager.kt
app/src/main/java/chat/rocket/android/layouthelper/chatroom/MessageFormManager.kt
package chat.rocket.android.layouthelper.chatroom import chat.rocket.android.widget.message.MessageFormLayout class MessageFormManager(private val messageFormLayout: MessageFormLayout, val callback: MessageFormLayout.ExtraActionSelectionClickListener) { private var sendMessageCallback: SendMessageCallback? = null...
mit
Kotlin
46e253ab0bb6e247be2823c232da35760a392e13
Fix a bug that the demo app crashes when rotating the screen
BoxResin/MarkdownViewSupport
MarkdownView/app/src/main/java/us/feras/mdv/demo/MarkdownThemesActivity.kt
MarkdownView/app/src/main/java/us/feras/mdv/demo/MarkdownThemesActivity.kt
package us.feras.mdv.demo import android.os.Bundle import android.view.View import android.widget.AdapterView import android.widget.AdapterView.OnItemSelectedListener import android.widget.ArrayAdapter import android.widget.Spinner import androidx.appcompat.app.AppCompatActivity import kotlinx.coroutines.MainScope imp...
package us.feras.mdv.demo import android.os.Bundle import android.view.View import android.widget.AdapterView import android.widget.AdapterView.OnItemSelectedListener import android.widget.ArrayAdapter import android.widget.Spinner import androidx.appcompat.app.AppCompatActivity import kotlinx.coroutines.MainScope imp...
apache-2.0
Kotlin
a26ab88e3f8b8f917e5023f5de78742beadc015a
refactor #559 Add line break.
toastkidjp/Jitte,toastkidjp/Jitte,toastkidjp/Yobidashi_kt,toastkidjp/Yobidashi_kt
app/src/main/java/jp/toastkid/yobidashi/browser/bookmark/model/Bookmark.kt
app/src/main/java/jp/toastkid/yobidashi/browser/bookmark/model/Bookmark.kt
package jp.toastkid.yobidashi.browser.bookmark.model import android.content.Context import androidx.core.net.toUri import androidx.room.Entity import androidx.room.Index import androidx.room.PrimaryKey import jp.toastkid.yobidashi.R import jp.toastkid.yobidashi.browser.UrlItem import jp.toastkid.yobidashi.libs.storage...
package jp.toastkid.yobidashi.browser.bookmark.model import android.content.Context import androidx.core.net.toUri import androidx.room.Entity import androidx.room.Index import androidx.room.PrimaryKey import jp.toastkid.yobidashi.R import jp.toastkid.yobidashi.browser.UrlItem import jp.toastkid.yobidashi.libs.storage...
epl-1.0
Kotlin
e9b0fa0d67724b8545ae2a188f9f52115f149083
refactor #704 Add test case.
toastkidjp/Jitte,toastkidjp/Yobidashi_kt,toastkidjp/Jitte,toastkidjp/Yobidashi_kt
app/src/test/java/jp/toastkid/yobidashi/libs/network/NetworkCheckerTest.kt
app/src/test/java/jp/toastkid/yobidashi/libs/network/NetworkCheckerTest.kt
/* * Copyright (c) 2021 toastkidjp. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompany this distribution. * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html. */ package jp...
/* * Copyright (c) 2021 toastkidjp. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompany this distribution. * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html. */ package jp...
epl-1.0
Kotlin
7c82e5ca67323e15f88b1e4e9677a1d65d11f6f4
Use gradlePluginPortal() method and add missing disable property
robinverduijn/gradle,blindpirate/gradle,blindpirate/gradle,robinverduijn/gradle,gradle/gradle,gradle/gradle,lsmaira/gradle,robinverduijn/gradle,robinverduijn/gradle,robinverduijn/gradle,robinverduijn/gradle,blindpirate/gradle,gradle/gradle,gradle/gradle,lsmaira/gradle,robinverduijn/gradle,lsmaira/gradle,blindpirate/gra...
gradle/init-scripts/build-scan.init.gradle.kts
gradle/init-scripts/build-scan.init.gradle.kts
/* * This is an init script for internal usage at Gradle Inc. */ initscript { repositories { gradlePluginPortal() } dependencies { classpath("com.gradle:build-scan-plugin:1.12.1") } } if (!gradle.startParameter.systemPropertiesArgs.containsKey("disableScanPlugin")) { rootProject {...
/* * This is an init script for internal usage at Gradle Inc. */ initscript { repositories { maven { setUrl("https://plugins.gradle.org/m2") } } dependencies { classpath("com.gradle:build-scan-plugin:1.12.1") } } rootProject { pluginManager.withPlugin("com.grad...
apache-2.0
Kotlin
6e8d5652aeaf35d1a68dd782758b6eacf6cfb18c
Make code compatible with Java 8
komu/scratch
src/main/kotlin/utils/SpinedBitSet.kt
src/main/kotlin/utils/SpinedBitSet.kt
package utils /** * A BitSet that grows by allocating new buffers into a spine instead of * reallocating and copying existing buffer. */ class SpinedBitSet { private val spine = mutableListOf<LongArray>() operator fun get(bitIndex: Int): Boolean { if (bitIndex < 0) throw IndexOutOfBoundsException(...
package utils /** * A BitSet that grows by allocating new buffers into a spine instead of * reallocating and copying existing buffer. */ class SpinedBitSet { private val spine = mutableListOf<LongArray>() operator fun get(bitIndex: Int): Boolean { if (bitIndex < 0) throw IndexOutOfBoundsException(...
mit
Kotlin
79b9d0acbdcac7ad9d542d38059ca033aea7657e
Fix tests
Adventech/sabbath-school-android-2,Adventech/sabbath-school-android-2,Adventech/sabbath-school-android-2
common/core/src/test/java/com/cryart/sabbathschool/core/extensions/prefs/SSPrefsImplTest.kt
common/core/src/test/java/com/cryart/sabbathschool/core/extensions/prefs/SSPrefsImplTest.kt
package com.cryart.sabbathschool.core.extensions.prefs import android.content.SharedPreferences import androidx.datastore.core.DataStore import androidx.datastore.preferences.core.Preferences import androidx.datastore.preferences.core.emptyPreferences import androidx.test.core.app.ApplicationProvider import androidx.t...
package com.cryart.sabbathschool.core.extensions.prefs import android.content.SharedPreferences import androidx.datastore.core.DataStore import androidx.datastore.preferences.core.Preferences import androidx.datastore.preferences.core.emptyPreferences import androidx.test.core.app.ApplicationProvider import androidx.t...
mit
Kotlin
89ffbc18d8a071a644c7759d92247c0d72b7d313
Update build.gradle.kts
awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,awsdocs/aws-doc-sdk-examples,a...
kotlin/services/polly/build.gradle.kts
kotlin/services/polly/build.gradle.kts
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { kotlin("jvm") version "1.5.31" application } group = "me.scmacdon" version = "1.0-SNAPSHOT" repositories { mavenCentral() } dependencies { implementation("aws.sdk.kotlin:polly:0.14.3-beta") testImplementation("org.junit.jupiter:jun...
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile plugins { kotlin("jvm") version "1.5.31" application } group = "me.scmacdon" version = "1.0-SNAPSHOT" repositories { mavenCentral() } dependencies { implementation("aws.sdk.kotlin:polly:0.9.4-beta") testImplementation("org.junit.jupiter:juni...
apache-2.0
Kotlin
2a37d8c401377b245cd00aedc9f62dbf27dd9a7a
use param
christophpickl/kpotpourri,christophpickl/kpotpourri
http4k/src/test/kotlin/com/github/christophpickl/kpotpourri/http4k/non_test/http4k_usage.kt
http4k/src/test/kotlin/com/github/christophpickl/kpotpourri/http4k/non_test/http4k_usage.kt
package com.github.christophpickl.kpotpourri.http4k.non_test import com.github.tomakehurst.wiremock.WireMockServer import com.github.tomakehurst.wiremock.client.WireMock import com.github.tomakehurst.wiremock.client.WireMock.* import com.github.tomakehurst.wiremock.core.WireMockConfiguration fun main(args: Array<Str...
package com.github.christophpickl.kpotpourri.http4k.non_test import com.github.tomakehurst.wiremock.WireMockServer import com.github.tomakehurst.wiremock.client.WireMock import com.github.tomakehurst.wiremock.client.WireMock.* import com.github.tomakehurst.wiremock.core.WireMockConfiguration fun main(args: Array<Str...
apache-2.0
Kotlin
ed7cb9efbd1139347da5b8a17f0d5b8c41fab74c
refactor #580 Implement RandomColorInsertion's test.
toastkidjp/Jitte,toastkidjp/Yobidashi_kt,toastkidjp/Yobidashi_kt,toastkidjp/Jitte
app/src/test/java/jp/toastkid/yobidashi/settings/color/RandomColorInsertionTest.kt
app/src/test/java/jp/toastkid/yobidashi/settings/color/RandomColorInsertionTest.kt
package jp.toastkid.yobidashi.settings.color import io.mockk.every import io.mockk.mockk import io.mockk.verify import org.junit.Test /** * @author toastkidjp */ class RandomColorInsertionTest { @Test fun test() { val repository = mockk<SavedColorRepository>() every { repository.add(any()) ...
epl-1.0
Kotlin
429c05482adb312a856190721b7cd736cb0ca522
Add Interface Symbol Class
FTL-Lang/FTL-Compiler
src/main/kotlin/com/thomas/needham/ftl/frontend/symbols/InterfaceSymbol.kt
src/main/kotlin/com/thomas/needham/ftl/frontend/symbols/InterfaceSymbol.kt
/* The MIT License (MIT) FTL-Lang Copyright (c) 2016 thoma 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 ...
mit
Kotlin
11bd536caa8528cd150861f0a4575c9651eebc30
Change radio buttons in glucose to normal buttons
NordicSemiconductor/Android-nRF-Toolbox,NordicSemiconductor/Android-nRF-Toolbox,NordicSemiconductor/Android-nRF-Toolbox,NordicSemiconductor/Android-nRF-Toolbox
profile_gls/src/main/java/no/nordicsemi/android/gls/view/GLSContentView.kt
profile_gls/src/main/java/no/nordicsemi/android/gls/view/GLSContentView.kt
package no.nordicsemi.android.gls.view import androidx.compose.foundation.layout.Arrangement import androidx.compose.foundation.layout.Column import androidx.compose.foundation.layout.Row import androidx.compose.foundation.layout.Spacer import androidx.compose.foundation.layout.fillMaxSize import androidx.compose.foun...
package no.nordicsemi.android.gls.view import androidx.compose.foundation.layout.Column import androidx.compose.foundation.layout.Spacer import androidx.compose.foundation.layout.fillMaxSize import androidx.compose.foundation.layout.fillMaxWidth import androidx.compose.foundation.layout.height import androidx.compose....
bsd-3-clause
Kotlin
8d1fbdd89ed504170ecb09ba74616844180525a4
Add an interface for source code producers
MichaelRocks/lightsaber,MichaelRocks/lightsaber
processor/src/main/kotlin/io/michaelrocks/lightsaber/processor/generation/SourceProducer.kt
processor/src/main/kotlin/io/michaelrocks/lightsaber/processor/generation/SourceProducer.kt
/* * Copyright 2016 Michael Rozumyanskiy * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
apache-2.0
Kotlin
40037f943bef5d4484b663b0d7ad2d0916b6c02a
Add table creation to migration
StepicOrg/stepik-android,StepicOrg/stepic-android,StepicOrg/stepik-android,StepicOrg/stepik-android,StepicOrg/stepic-android,StepicOrg/stepic-android
app/src/main/java/org/stepic/droid/storage/migration/MigrationFrom67To68.kt
app/src/main/java/org/stepic/droid/storage/migration/MigrationFrom67To68.kt
package org.stepic.droid.storage.migration import androidx.room.migration.Migration import androidx.sqlite.db.SupportSQLiteDatabase import org.stepic.droid.storage.structure.DbStructureCourse import org.stepik.android.cache.section.structure.DbStructureSection object MigrationFrom67To68 : Migration(67, 68) { over...
package org.stepic.droid.storage.migration import androidx.room.migration.Migration import androidx.sqlite.db.SupportSQLiteDatabase import org.stepic.droid.storage.structure.DbStructureCourse import org.stepik.android.cache.section.structure.DbStructureSection object MigrationFrom67To68 : Migration(67, 68) { over...
apache-2.0
Kotlin
baf800e8d60df0123bb3cdc5ccc67db66f1910ae
refactor #412 Extract to use case.
toastkidjp/Yobidashi_kt,toastkidjp/Yobidashi_kt,toastkidjp/Jitte,toastkidjp/Jitte
app/src/main/java/jp/toastkid/yobidashi/search/history/usecase/ClearItemsUseCase.kt
app/src/main/java/jp/toastkid/yobidashi/search/history/usecase/ClearItemsUseCase.kt
/* * Copyright (c) 2021 toastkidjp. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompany this distribution. * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html. */ package jp...
epl-1.0
Kotlin
a1e5ab5a34b2dd6302a02a012a2752b7d6da1d4a
Disable streaming testing on CI
http4k/http4k,http4k/http4k,http4k/http4k,http4k/http4k,http4k/http4k,http4k/http4k,http4k/http4k
http4k-server-jetty/src/test/kotlin/org/http4k/server/JettyStreamingTest.kt
http4k-server-jetty/src/test/kotlin/org/http4k/server/JettyStreamingTest.kt
package org.http4k.server import com.natpryce.hamkrest.equalTo import com.natpryce.hamkrest.should.shouldMatch import junit.framework.Assert.fail import org.eclipse.jetty.server.Server import org.eclipse.jetty.server.ServerConnector import org.eclipse.jetty.util.thread.QueuedThreadPool import org.http4k.client.ApacheC...
package org.http4k.server import com.natpryce.hamkrest.equalTo import com.natpryce.hamkrest.should.shouldMatch import junit.framework.Assert.fail import org.eclipse.jetty.server.Server import org.eclipse.jetty.server.ServerConnector import org.eclipse.jetty.util.thread.QueuedThreadPool import org.http4k.client.ApacheC...
apache-2.0
Kotlin
666f82be2ed920d34f9d7612aa090ea5b5069eda
Add cascade delete for marriages
LorittaBot/Loritta,LorittaBot/Loritta,LorittaBot/Loritta,LorittaBot/Loritta
loritta-discord/src/main/java/com/mrpowergamerbr/loritta/tables/Profiles.kt
loritta-discord/src/main/java/com/mrpowergamerbr/loritta/tables/Profiles.kt
package com.mrpowergamerbr.loritta.tables import org.jetbrains.exposed.sql.ReferenceOption object Profiles : SnowflakeTable() { val xp = long("xp").index() val lastMessageSentAt = long("last_message_sent_at") val lastMessageSentHash = integer("last_message_sent_hash") val lastCommandSentAt = long("last_command_se...
package com.mrpowergamerbr.loritta.tables import org.jetbrains.exposed.sql.ReferenceOption object Profiles : SnowflakeTable() { val xp = long("xp").index() val lastMessageSentAt = long("last_message_sent_at") val lastMessageSentHash = integer("last_message_sent_hash") val lastCommandSentAt = long("last_command_se...
agpl-3.0
Kotlin
727547f7481c80a92b3cad0741bfcadbcf1a18d9
refactor #283 Add test case.
toastkidjp/Yobidashi_kt,toastkidjp/Yobidashi_kt
app/src/test/java/jp/toastkid/yobidashi/browser/page_search/PageSearcherModuleAnimatorTest.kt
app/src/test/java/jp/toastkid/yobidashi/browser/page_search/PageSearcherModuleAnimatorTest.kt
/* * Copyright (c) 2022 toastkidjp. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompany this distribution. * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html. */ package jp...
/* * Copyright (c) 2022 toastkidjp. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompany this distribution. * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html. */ package jp...
epl-1.0
Kotlin
aa76f5b5835fc132edfbb93763f0315b69a87b5d
Fix other wooden doors not working as intended
moltendorf/IntelliDoors
src/main/kotlin/net/moltendorf/Bukkit/IntelliDoors/controller/DoubleDoor.kt
src/main/kotlin/net/moltendorf/Bukkit/IntelliDoors/controller/DoubleDoor.kt
package net.moltendorf.Bukkit.IntelliDoors.controller import org.bukkit.Material import org.bukkit.Sound import org.bukkit.block.Block import org.bukkit.block.BlockFace /** * Created by moltendorf on 15/05/23. * @author moltendorf */ class DoubleDoor(val left: SingleDoor, val right: SingleDoor, open: Boolean) : D...
package net.moltendorf.Bukkit.IntelliDoors.controller import org.bukkit.Material import org.bukkit.Sound import org.bukkit.block.Block import org.bukkit.block.BlockFace /** * Created by moltendorf on 15/05/23. * @author moltendorf */ class DoubleDoor(val left: SingleDoor, val right: SingleDoor, open: Boolean) : D...
mit
Kotlin
9c4b54cae97aed0f175177249ae21a58b674dd3f
refactor #580 Prepare unit test.
toastkidjp/Yobidashi_kt,toastkidjp/Yobidashi_kt
article/src/test/java/jp/toastkid/article_viewer/zip/ZipLoaderServiceTest.kt
article/src/test/java/jp/toastkid/article_viewer/zip/ZipLoaderServiceTest.kt
/* * Copyright (c) 2022 toastkidjp. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompany this distribution. * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html. */ package jp...
/* * Copyright (c) 2022 toastkidjp. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompany this distribution. * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html. */ package jp...
epl-1.0
Kotlin
07da83b0fc098d82557b7832ca7daa40da5f7a8a
Add docs for textAdapter + methods refactor
JackParisi/DroidBox
droidbox/src/main/java/com/github/jackparisi/droidbox/binding/TextAdapter.kt
droidbox/src/main/java/com/github/jackparisi/droidbox/binding/TextAdapter.kt
package com.github.jackparisi.droidbox.binding import android.databinding.BindingAdapter import android.text.Html import android.widget.TextView /** * Created by Giacomo Parisi on 11/09/2017. * https://github.com/JackParisi */ /** * * Format and set an HTML text in the textView * * @param view The textView t...
package com.github.jackparisi.droidbox.binding import android.databinding.BindingAdapter import android.text.Html import android.widget.TextView /** * Created by Giacomo Parisi on 11/09/2017. * https://github.com/JackParisi */ @BindingAdapter("textHtml") fun bindTextHtml(view: TextView, html: String?) { if (...
apache-2.0
Kotlin
a74f3a5d3589055ddf797a5147dbaf35be0cd78e
refactor #506 Rename test function.
toastkidjp/Jitte,toastkidjp/Yobidashi_kt,toastkidjp/Jitte,toastkidjp/Yobidashi_kt
app/src/test/java/jp/toastkid/yobidashi/media/image/preview/ColorFilterUseCaseTest.kt
app/src/test/java/jp/toastkid/yobidashi/media/image/preview/ColorFilterUseCaseTest.kt
/* * Copyright (c) 2021 toastkidjp. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompany this distribution. * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html. */ package jp...
/* * Copyright (c) 2021 toastkidjp. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompany this distribution. * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html. */ package jp...
epl-1.0
Kotlin
41f92ac55f6c68e304ee27eb948c7a5f250387f1
refactor #313 Implement ItemTouchHelperAttachment's unit test.
toastkidjp/Yobidashi_kt,toastkidjp/Jitte,toastkidjp/Yobidashi_kt,toastkidjp/Jitte
app/src/test/java/jp/toastkid/yobidashi/tab/tab_list/ItemTouchHelperAttachmentTest.kt
app/src/test/java/jp/toastkid/yobidashi/tab/tab_list/ItemTouchHelperAttachmentTest.kt
/* * Copyright (c) 2021 toastkidjp. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompany this distribution. * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html. */ package jp...
epl-1.0
Kotlin
e4a630c01192d82b250fa621f00afcda0af8d2fb
Use toSortedSet() instead of sorted().toSet()
arturbosch/detekt,rock3r/detekt,Mauin/detekt,arturbosch/detekt,rock3r/detekt,Mauin/detekt,Mauin/detekt,Mauin/detekt,rock3r/detekt,arturbosch/detekt
detekt-cli/src/main/kotlin/io/gitlab/arturbosch/detekt/cli/baseline/BaselineFacade.kt
detekt-cli/src/main/kotlin/io/gitlab/arturbosch/detekt/cli/baseline/BaselineFacade.kt
package io.gitlab.arturbosch.detekt.cli.baseline import io.gitlab.arturbosch.detekt.api.Finding import io.gitlab.arturbosch.detekt.cli.baselineId import io.gitlab.arturbosch.detekt.core.exists import io.gitlab.arturbosch.detekt.core.isFile import java.nio.file.Files import java.nio.file.Path import java.time.Instant ...
package io.gitlab.arturbosch.detekt.cli.baseline import io.gitlab.arturbosch.detekt.api.Finding import io.gitlab.arturbosch.detekt.cli.baselineId import io.gitlab.arturbosch.detekt.core.exists import io.gitlab.arturbosch.detekt.core.isFile import java.nio.file.Files import java.nio.file.Path import java.time.Instant ...
apache-2.0
Kotlin
f2fb9107301bcff384286918120ace8b693cba27
fix roaming type for Project View settings
FHannes/intellij-community,asedunov/intellij-community,youdonghai/intellij-community,suncycheng/intellij-community,semonte/intellij-community,FHannes/intellij-community,xfournet/intellij-community,allotria/intellij-community,da1z/intellij-community,mglukhikh/intellij-community,mglukhikh/intellij-community,semonte/intel...
platform/lang-impl/src/com/intellij/ide/projectView/impl/ProjectViewSharedSettings.kt
platform/lang-impl/src/com/intellij/ide/projectView/impl/ProjectViewSharedSettings.kt
/* * Copyright 2000-2017 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
/* * Copyright 2000-2016 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agre...
apache-2.0
Kotlin
6dc9388b6067c88f01717c1cf10d16b7579e30ad
Allow to configure position changes showing not only in the internal mode
allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/int...
plugins/stats-collector/src/com/intellij/completion/settings/MLRankingConfigurable.kt
plugins/stats-collector/src/com/intellij/completion/settings/MLRankingConfigurable.kt
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.completion.settings import com.intellij.application.options.CodeCompletionOptionsCustomSection import com.intellij.completion.StatsCollectorBundle import com...
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.completion.settings import com.intellij.application.options.CodeCompletionOptionsCustomSection import com.intellij.completion.StatsCollectorBundle import com...
apache-2.0
Kotlin
2966f3a1fbbb01d8eea4aa0ae4c3cacd02bdbfe7
Remove prefix protocol redis when connect to Redis
fcostaa/kotlin-microservice,fcostaa/kotlin-microservice,fcostaa/kotlin-microservice
app/src/main/kotlin/com/felipecosta/microservice/app/core/data/RedisMoviesRepository.kt
app/src/main/kotlin/com/felipecosta/microservice/app/core/data/RedisMoviesRepository.kt
package com.felipecosta.microservice.app.core.data import com.felipecosta.microservice.app.core.domain.MoviesRepository import com.felipecosta.microservice.app.core.domain.entity.Movie import io.lettuce.core.RedisClient import io.lettuce.core.api.sync.RedisCommands class RedisMoviesRepository(private val redisUri: St...
package com.felipecosta.microservice.app.core.data import com.felipecosta.microservice.app.core.domain.MoviesRepository import com.felipecosta.microservice.app.core.domain.entity.Movie import io.lettuce.core.RedisClient import io.lettuce.core.api.sync.RedisCommands class RedisMoviesRepository(private val redisUri: St...
mit
Kotlin
1687ca1f26206875279f5327a34d65b1a3cfc537
remove unused field (EDU-895)
suncycheng/intellij-community,semonte/intellij-community,asedunov/intellij-community,mglukhikh/intellij-community,signed/intellij-community,suncycheng/intellij-community,ibinti/intellij-community,ThiagoGarciaAlves/intellij-community,semonte/intellij-community,signed/intellij-community,ibinti/intellij-community,apixandr...
python/educational-core/course-creator/src/com/jetbrains/edu/coursecreator/ui/CCHint.kt
python/educational-core/course-creator/src/com/jetbrains/edu/coursecreator/ui/CCHint.kt
package com.jetbrains.edu.coursecreator.ui import com.intellij.icons.AllIcons import com.intellij.openapi.actionSystem.AnAction import com.intellij.openapi.actionSystem.AnActionEvent import com.intellij.openapi.actionSystem.Separator import com.intellij.openapi.project.Project import com.intellij.openapi.util.text.Str...
package com.jetbrains.edu.coursecreator.ui import com.intellij.icons.AllIcons import com.intellij.openapi.actionSystem.AnAction import com.intellij.openapi.actionSystem.AnActionEvent import com.intellij.openapi.actionSystem.Separator import com.intellij.openapi.project.Project import com.intellij.openapi.util.text.Str...
apache-2.0
Kotlin
7ff2e34ea32ffb32c0489aa507d057fb4e36d54a
Upgrade Kotlin DSL to 1.1.1
robinverduijn/gradle,robinverduijn/gradle,blindpirate/gradle,gradle/gradle,gradle/gradle,blindpirate/gradle,blindpirate/gradle,robinverduijn/gradle,blindpirate/gradle,gradle/gradle,robinverduijn/gradle,robinverduijn/gradle,gradle/gradle,robinverduijn/gradle,gradle/gradle,gradle/gradle,gradle/gradle,robinverduijn/gradle...
buildSrc/subprojects/configuration/src/main/kotlin/org/gradle/gradlebuild/build-environment.kt
buildSrc/subprojects/configuration/src/main/kotlin/org/gradle/gradlebuild/build-environment.kt
package org.gradle.gradlebuild import org.gradle.api.JavaVersion import org.gradle.internal.os.OperatingSystem object BuildEnvironment { val isCiServer = "CI" in System.getenv() val isTravis = "TRAVIS" in System.getenv() val gradleKotlinDslVersion = "1.1.1" val kotlinVersion = "1.3.11" val jvm = ...
package org.gradle.gradlebuild import org.gradle.api.JavaVersion import org.gradle.internal.os.OperatingSystem object BuildEnvironment { val isCiServer = "CI" in System.getenv() val isTravis = "TRAVIS" in System.getenv() val gradleKotlinDslVersion = "1.1.0" val kotlinVersion = "1.3.11" val jvm = ...
apache-2.0
Kotlin
1e73c9c1c2014476e1f6dca440d6b8b6efb2441a
Remove unncessary JvmStatic annotation
dhis2/dhis2-android-sdk,dhis2/dhis2-android-sdk,dhis2/dhis2-android-sdk
core/src/main/java/org/hisp/dhis/android/core/arch/api/internal/DynamicServerURLInterceptor.kt
core/src/main/java/org/hisp/dhis/android/core/arch/api/internal/DynamicServerURLInterceptor.kt
/* * Copyright (c) 2004-2021, University of Oslo * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this * list o...
/* * Copyright (c) 2004-2021, University of Oslo * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: * Redistributions of source code must retain the above copyright notice, this * list o...
bsd-3-clause
Kotlin
1af02832638543f75ffa147bfbc3e75e8f2b5515
Fix output values assignment
KotlinNLP/SimpleDNN
src/main/kotlin/com/kotlinnlp/simplednn/deeplearning/mergelayers/affine/AffineForwardHelper.kt
src/main/kotlin/com/kotlinnlp/simplednn/deeplearning/mergelayers/affine/AffineForwardHelper.kt
/* Copyright 2016-present The KotlinNLP Authors. All Rights Reserved. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at http://mozilla.org/MPL/2.0/. * ------------------------------------------...
/* Copyright 2016-present The KotlinNLP Authors. All Rights Reserved. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at http://mozilla.org/MPL/2.0/. * ------------------------------------------...
mpl-2.0
Kotlin
4d3c587af94e9cea12a073c5b936303f9c25b5b1
Support program arguments for scripts
noemus/kotlin-eclipse,noemus/kotlin-eclipse
kotlin-eclipse-ui/src/org/jetbrains/kotlin/ui/launch/KotlinScriptLaunchConfigurationDelegate.kt
kotlin-eclipse-ui/src/org/jetbrains/kotlin/ui/launch/KotlinScriptLaunchConfigurationDelegate.kt
/******************************************************************************* * Copyright 2000-2016 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.a...
/******************************************************************************* * Copyright 2000-2016 JetBrains s.r.o. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.a...
apache-2.0
Kotlin
edea6356514f55aecd2e0e5b498738d92c47e90c
refactor #605 Convert to expression body.
toastkidjp/Yobidashi_kt,toastkidjp/Yobidashi_kt,toastkidjp/Jitte,toastkidjp/Jitte
article/src/main/java/jp/toastkid/article_viewer/article/detail/subhead/SubheadDialogFragment.kt
article/src/main/java/jp/toastkid/article_viewer/article/detail/subhead/SubheadDialogFragment.kt
/* * Copyright (c) 2019 toastkidjp. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompany this distribution. * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html. */ package jp....
/* * Copyright (c) 2019 toastkidjp. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompany this distribution. * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html. */ package jp....
epl-1.0
Kotlin
6e4b8a8e8dc84446fd3437e187a84cb8cc52db25
refactor #431 Fix unit test.
toastkidjp/Yobidashi_kt,toastkidjp/Yobidashi_kt
app/src/test/java/jp/toastkid/yobidashi/browser/page_information/BarcodePreparationUseCaseTest.kt
app/src/test/java/jp/toastkid/yobidashi/browser/page_information/BarcodePreparationUseCaseTest.kt
/* * Copyright (c) 2021 toastkidjp. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompany this distribution. * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html. */ package jp...
/* * Copyright (c) 2021 toastkidjp. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompany this distribution. * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html. */ package jp...
epl-1.0
Kotlin
f2041053f19a2b70fe6fbb61c282f441a6c690d1
Update creation of our test Tracker for Snowplow 3.x
GlobalTechnology/android-gto-support,CruGlobal/android-gto-support,CruGlobal/android-gto-support
gto-support-snowplow/src/test/java/org/ccci/gto/android/common/snowplow/events/CustomEventTest.kt
gto-support-snowplow/src/test/java/org/ccci/gto/android/common/snowplow/events/CustomEventTest.kt
package org.ccci.gto.android.common.snowplow.events import android.content.Context import android.net.ConnectivityManager import androidx.test.core.app.ApplicationProvider import androidx.test.ext.junit.runners.AndroidJUnit4 import com.snowplowanalytics.snowplow.internal.emitter.Emitter import com.snowplowanalytics.sn...
package org.ccci.gto.android.common.snowplow.events import androidx.test.ext.junit.runners.AndroidJUnit4 import com.snowplowanalytics.snowplow.event.AbstractEvent import com.snowplowanalytics.snowplow.event.Event import com.snowplowanalytics.snowplow.internal.emitter.Emitter import com.snowplowanalytics.snowplow.inter...
mit
Kotlin
e5057ce74cf37de47a2f7ebc48857a8b72f0ad96
add general name for validation rule based on plugin info (FUS-671)
allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/int...
platform/statistics/src/com/intellij/internal/statistic/collectors/fus/PluginInfoWhiteListRule.kt
platform/statistics/src/com/intellij/internal/statistic/collectors/fus/PluginInfoWhiteListRule.kt
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.internal.statistic.collectors.fus import com.intellij.internal.statistic.eventLog.validator.ValidationResultType import com.intellij.internal.statistic.event...
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.internal.statistic.collectors.fus import com.intellij.internal.statistic.eventLog.validator.ValidationResultType import com.intellij.internal.statistic.event...
apache-2.0
Kotlin
7d17bf91db0bbdecadca0daf61097178621ab2ed
debug performance
tangzx/IntelliJ-EmmyLua,EmmyLua/IntelliJ-EmmyLua,tangzx/IntelliJ-EmmyLua,tangzx/IntelliJ-EmmyLua,tangzx/IntelliJ-EmmyLua,EmmyLua/IntelliJ-EmmyLua,EmmyLua/IntelliJ-EmmyLua,EmmyLua/IntelliJ-EmmyLua
src/main/java/com/tang/intellij/lua/stubs/types/LuaFileType.kt
src/main/java/com/tang/intellij/lua/stubs/types/LuaFileType.kt
/* * Copyright (c) 2017. tangzx(love.tangzx@qq.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 l...
/* * Copyright (c) 2017. tangzx(love.tangzx@qq.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 l...
apache-2.0
Kotlin
55c05776e8a7199f1e3a1d75684cf64a4b1e4166
Add EMBDLoader
KotlinNLP/SimpleDNN
src/main/kotlin/com/kotlinnlp/simplednn/deeplearning/embeddings/EMBDLoader.kt
src/main/kotlin/com/kotlinnlp/simplednn/deeplearning/embeddings/EMBDLoader.kt
/* Copyright 2016-present The KotlinNLP Authors. All Rights Reserved. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at http://mozilla.org/MPL/2.0/. * ------------------------------------------...
mpl-2.0
Kotlin
6d1827d37cf9b482533ff68012513c24c199251c
Bump modb-test from 1.2.9 to 1.2.10
manami-project/manami,manami-project/manami
manami-app/build.gradle.kts
manami-app/build.gradle.kts
dependencies { api("io.github.manamiproject:modb-core:7.0.2") api("io.github.manamiproject:modb-db-parser:3.1.1") api("org.slf4j:slf4j-api:1.7.32") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2-native-mt") implementation("io.github.manamiproject:modb-anidb:3.0.7") implemen...
dependencies { api("io.github.manamiproject:modb-core:7.0.2") api("io.github.manamiproject:modb-db-parser:3.1.1") api("org.slf4j:slf4j-api:1.7.32") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2-native-mt") implementation("io.github.manamiproject:modb-anidb:3.0.7") implemen...
agpl-3.0
Kotlin
8130c22a0550accd28d271985016ca17b2497311
add softkeybroard
heyi1994/utils,heyi1994/utils
LinearLayoutThatDetectsSoftKeyboard.kt
LinearLayoutThatDetectsSoftKeyboard.kt
import android.opengl.ETC1.getHeight import android.app.Activity import android.content.Context import android.graphics.Rect import android.util.AttributeSet import android.view.View.MeasureSpec import android.widget.LinearLayout class LinearLayoutThatDetectsSoftKeyboard(context: Context, attrs: AttributeSet) : Lin...
apache-2.0
Kotlin
4914ac589fb1d295c06fce0572241022919d88d6
Fix IMAP folder refresh
k9mail/k-9,cketti/k-9,k9mail/k-9,k9mail/k-9,cketti/k-9,cketti/k-9,cketti/k-9
backend/imap/src/main/java/com/fsck/k9/backend/imap/CommandRefreshFolderList.kt
backend/imap/src/main/java/com/fsck/k9/backend/imap/CommandRefreshFolderList.kt
package com.fsck.k9.backend.imap import com.fsck.k9.backend.api.BackendStorage import com.fsck.k9.backend.api.FolderInfo import com.fsck.k9.backend.api.updateFolders import com.fsck.k9.mail.FolderType import com.fsck.k9.mail.store.imap.FolderListItem import com.fsck.k9.mail.store.imap.ImapStore internal class Command...
package com.fsck.k9.backend.imap import com.fsck.k9.backend.api.BackendStorage import com.fsck.k9.backend.api.FolderInfo import com.fsck.k9.backend.api.updateFolders import com.fsck.k9.mail.store.imap.ImapStore internal class CommandRefreshFolderList( private val backendStorage: BackendStorage, private val im...
apache-2.0
Kotlin
da0075c8c703572012d228efc1d2a9c037c0adec
Add FrameDelayPreferenceTest
Doctoror/ParticleConstellationsLiveWallpaper,Doctoror/ParticleConstellationsLiveWallpaper
app/src/test/java/com/doctoror/particleswallpaper/presentation/preference/FrameDelayPreferenceTest.kt
app/src/test/java/com/doctoror/particleswallpaper/presentation/preference/FrameDelayPreferenceTest.kt
/* * Copyright (C) 2018 Yaroslav Mytkalyk * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or...
apache-2.0
Kotlin
f1434f93e69d63cff57912ba49c97fd8f7eeef11
Fix TmdbHelper
charbgr/CliffHanger
cliffhanger/app/src/main/java/com/github/charbgr/cliffhanger/tmdb/TmdbHelper.kt
cliffhanger/app/src/main/java/com/github/charbgr/cliffhanger/tmdb/TmdbHelper.kt
package com.github.charbgr.cliffhanger.tmdb import com.github.charbgr.cliffhanger.Movie object TmdbHelper { fun findBestQualityPoster(movie: Movie): String { return Routes.IMAGE_BASE_URL + "w185" + movie.posterPath } fun findBestQualityBackdrop(movie: Movie): String { return Routes.IMAGE_BASE_URL + "w5...
package com.github.charbgr.cliffhanger.tmdb import com.github.charbgr.cliffhanger.Movie object TmdbHelper { fun findBestQualityPoster(movie: Movie): String { return Routes.IMAGE_BASE_URL + "w185" + movie.posterPath } fun findBestQualityBackdrop(movie: Movie): String { return Routes.IMAGE_BASE_URL + "w1...
mit
Kotlin
e977539e662b342c485e7afceccce583e76abd0a
Fix an exception when parsing empty XRay json test results.
rhdunn/xquery-intellij-plugin,rhdunn/xquery-intellij-plugin
src/plugin-marklogic/main/uk/co/reecedunn/intellij/plugin/marklogic/xray/format/json/XRayJsonTests.kt
src/plugin-marklogic/main/uk/co/reecedunn/intellij/plugin/marklogic/xray/format/json/XRayJsonTests.kt
/* * Copyright (C) 2021 Reece H. Dunn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
/* * Copyright (C) 2021 Reece H. Dunn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
apache-2.0
Kotlin
0ba548847e411380f233e49c6d89499b3a49a856
Add comments to UpdateDb
jguerinet/Suitcase,jguerinet/android-utils,jguerinet/Suitcase,jguerinet/android-utils
room/src/main/java/UpdateDb.kt
room/src/main/java/UpdateDb.kt
/* * Copyright 2016-2019 Julien Guerinet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
/* * Copyright 2016-2019 Julien Guerinet * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or a...
apache-2.0
Kotlin
f27d0765d95637286eddc8dc54b04d1a0f0d7740
Refactor image binding adapter
JackParisi/DroidBox
droidbox/src/main/java/com/github/jackparisi/droidbox/binding/ImageAdapters.kt
droidbox/src/main/java/com/github/jackparisi/droidbox/binding/ImageAdapters.kt
package com.github.jackparisi.droidbox.binding import android.databinding.BindingAdapter import android.graphics.Bitmap import android.util.Base64 import android.widget.ImageView import com.bumptech.glide.Glide import com.bumptech.glide.request.animation.GlideAnimation import com.bumptech.glide.request.target.SimpleTa...
package com.github.jackparisi.droidbox.binding import android.databinding.BindingAdapter import android.util.Base64 import android.widget.ImageView import com.bumptech.glide.Glide /** * Created by Giacomo Parisi on 22/07/17. * https://github.com/JackParisi */ /** * RESOURCES */ @BindingAdapter("srcRes") fun bi...
apache-2.0
Kotlin
94db480a50d298f9cdc27add154864dbd31f5ef2
remove takeru func
takeru0911/kotlin-vuejs,takeru0911/kotlin-vuejs
src/app.kt
src/app.kt
import kotlin.browser.document import kotlin.js.internal import vue.* /** * Created by taker on 2015/09/26. */ @native("window") native val w: dynamic = noImpl fun main(args: Array<String>){ Vue.config.delimiters = arrayOf("{!", "!}") val option = json( Pair("el", "#app"), Pair("dat...
import kotlin.browser.document import kotlin.js.internal import vue.* /** * Created by taker on 2015/09/26. */ native public fun takeru(): String = noImpl @native("window") native val w: dynamic = noImpl fun main(args: Array<String>){ Vue.config.delimiters = arrayOf("{!", "!}") val option = json( ...
mit
Kotlin
cc38cf27a675092205ff928b6be90fc9dae32231
Bump version number.
chrislo27/Tickompiler,SneakySpook/Tickompiler
src/main/kotlin/rhmodding/tickompiler/Utils.kt
src/main/kotlin/rhmodding/tickompiler/Utils.kt
package rhmodding.tickompiler val VERSION: String = "v1.5.0" val GITHUB: String = "https://github.com/SneakySpook/Tickompiler" interface TickompilerError open class CompilerError(message: String) : RuntimeException(message), TickompilerError open class DecompilerError(message: String) : RuntimeException(message), ...
package rhmodding.tickompiler val VERSION: String = "v1.5.0-SNAPSHOT" val GITHUB: String = "https://github.com/SneakySpook/Tickompiler" interface TickompilerError open class CompilerError(message: String) : RuntimeException(message), TickompilerError open class DecompilerError(message: String) : RuntimeException(m...
mit
Kotlin
a54c8e82a56aae855c46aa86e0ecb70aeaeafea3
add `2021` to edition field
intellij-rust/intellij-rust,intellij-rust/intellij-rust,intellij-rust/intellij-rust,Undin/intellij-rust,intellij-rust/intellij-rust,intellij-rust/intellij-rust,Undin/intellij-rust,Undin/intellij-rust,Undin/intellij-rust,Undin/intellij-rust,intellij-rust/intellij-rust,Undin/intellij-rust
toml/src/main/kotlin/org/rust/toml/completion/CargoTomlCompletionContributor.kt
toml/src/main/kotlin/org/rust/toml/completion/CargoTomlCompletionContributor.kt
/* * Use of this source code is governed by the MIT license that can be * found in the LICENSE file. */ package org.rust.toml.completion import com.intellij.codeInsight.completion.CompletionContributor import com.intellij.codeInsight.completion.CompletionType.BASIC import org.rust.toml.CargoTomlPsiPattern.inDepend...
/* * Use of this source code is governed by the MIT license that can be * found in the LICENSE file. */ package org.rust.toml.completion import com.intellij.codeInsight.completion.CompletionContributor import com.intellij.codeInsight.completion.CompletionType.BASIC import org.rust.toml.CargoTomlPsiPattern.inDepend...
mit
Kotlin
fd434fc801e881615581af5e249c3df477135a40
Replace scorer with model
KotlinNLP/SimpleDNN
src/main/kotlin/com/kotlinnlp/simplednn/deeplearning/multipredictionscorer/MultiPredictionOptimizer.kt
src/main/kotlin/com/kotlinnlp/simplednn/deeplearning/multipredictionscorer/MultiPredictionOptimizer.kt
/* Copyright 2016-present The KotlinNLP Authors. All Rights Reserved. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at http://mozilla.org/MPL/2.0/. * ------------------------------------------...
/* Copyright 2016-present The KotlinNLP Authors. All Rights Reserved. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, you can obtain one at http://mozilla.org/MPL/2.0/. * ------------------------------------------...
mpl-2.0
Kotlin
2ee88a9dae331ddba4c8fadaae1796fc1590e9ac
Fix `disableCompilation` ordering: use `all` instead of `forEach` (#2669)
ktorio/ktor,ktorio/ktor,ktorio/ktor,ktorio/ktor
buildSrc/src/main/kotlin/NativeUtils.kt
buildSrc/src/main/kotlin/NativeUtils.kt
/* * Copyright 2014-2021 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license. */ import org.gradle.api.* import org.gradle.api.publish.maven.tasks.* import org.gradle.api.publish.tasks.* import org.gradle.kotlin.dsl.* import org.jetbrains.kotlin.gradle.dsl.* import org.jet...
/* * Copyright 2014-2021 JetBrains s.r.o and contributors. Use of this source code is governed by the Apache 2.0 license. */ import org.gradle.api.* import org.gradle.api.publish.maven.tasks.* import org.gradle.api.publish.tasks.* import org.gradle.kotlin.dsl.* import org.jetbrains.kotlin.gradle.dsl.* import org.jet...
apache-2.0
Kotlin
2d1f833dd19035de36db0ad93bd4d8cb14d09d22
Make `version.gradle.kts` prettier
SpineEventEngine/base,SpineEventEngine/base,SpineEventEngine/base
version.gradle.kts
version.gradle.kts
/* * Copyright 2020, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following * disclaimer. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR...
/* * Copyright 2020, TeamDev. All rights reserved. * * Redistribution and use in source and/or binary forms, with or without * modification, must retain the above copyright notice and the following * disclaimer. * * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS * "AS IS" AND ANY EXPRESS OR...
apache-2.0
Kotlin
c17e2108d781db158ec37afa9563f613c931e735
Update to Kotlin 1.3.11
NextFaze/dev-fun,NextFaze/dev-fun,NextFaze/dev-fun
versions.gradle.kts
versions.gradle.kts
val buildSrcKotlinVersion: String by extra(findProperty("buildSrc.kotlin.version")?.toString() ?: embeddedKotlinVersion) val kotlinVersion by extra("1.3.11") val dokkaVersion by extra("0.9.17") val agpVersion by extra("3.2.1")
val buildSrcKotlinVersion: String by extra(findProperty("buildSrc.kotlin.version")?.toString() ?: embeddedKotlinVersion) val kotlinVersion by extra("1.3.10") val dokkaVersion by extra("0.9.17") val agpVersion by extra("3.2.1")
apache-2.0
Kotlin
18967b4678c912dcf881cd5a9e59d79395aacec3
fix a case where we would overread the fixture buffer
apollostack/apollo-android,apollostack/apollo-android,apollostack/apollo-android
composite/integration-tests-kotlin/src/appleTest/kotlin/com/apollographql/apollo3/integration/Platform.kt
composite/integration-tests-kotlin/src/appleTest/kotlin/com/apollographql/apollo3/integration/Platform.kt
package com.apollographql.apollo3.integration import kotlinx.cinterop.ByteVar import kotlinx.cinterop.allocArray import kotlinx.cinterop.convert import kotlinx.cinterop.memScoped import kotlinx.cinterop.set import kotlinx.cinterop.sizeOf import kotlinx.cinterop.toKString import platform.posix.SEEK_END import platform....
package com.apollographql.apollo3.integration import kotlinx.cinterop.ByteVar import kotlinx.cinterop.allocArray import kotlinx.cinterop.convert import kotlinx.cinterop.memScoped import kotlinx.cinterop.sizeOf import kotlinx.cinterop.toKString import platform.posix.SEEK_END import platform.posix.fopen import platform....
mit
Kotlin
854ce1cb7c6cabf89c41a92e0808018f1a215829
refactor #442 Remove unused TODO.
toastkidjp/Jitte,toastkidjp/Yobidashi_kt,toastkidjp/Jitte,toastkidjp/Yobidashi_kt
app/src/main/java/jp/toastkid/yobidashi/browser/history/ViewHistoryInsertion.kt
app/src/main/java/jp/toastkid/yobidashi/browser/history/ViewHistoryInsertion.kt
package jp.toastkid.yobidashi.browser.history import android.content.Context import io.reactivex.Completable import io.reactivex.disposables.Disposable import io.reactivex.disposables.Disposables import io.reactivex.schedulers.Schedulers import jp.toastkid.yobidashi.libs.db.DatabaseFinder import timber.log.Timber /**...
package jp.toastkid.yobidashi.browser.history import android.content.Context import io.reactivex.Completable import io.reactivex.disposables.Disposable import io.reactivex.disposables.Disposables import io.reactivex.schedulers.Schedulers import jp.toastkid.yobidashi.libs.db.DatabaseFinder import timber.log.Timber /**...
epl-1.0
Kotlin
757ee036c4eed46431982c1de5e6d0b57809fea2
Optimize ContentViewBindingDelegate for IDE/Lint warnings
nickbutcher/plaid,nickbutcher/plaid,nickbutcher/plaid,nickbutcher/plaid
core/src/main/java/io/plaidapp/core/util/delegates/ContentViewBindingDelegate.kt
core/src/main/java/io/plaidapp/core/util/delegates/ContentViewBindingDelegate.kt
/* * Copyright 2018 Google, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
/* * Copyright 2018 Google, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to...
apache-2.0
Kotlin
fe11e0c9e030b4d1ec03c277248f6012a94c1ea7
Rename SaxonDebugTraceListener#{ stackFrame => currentStackFrames }.
rhdunn/xquery-intellij-plugin,rhdunn/xquery-intellij-plugin
src/plugin-saxon/main/uk/co/reecedunn/intellij/plugin/saxon/query/s9api/debugger/SaxonDebugTraceListener.kt
src/plugin-saxon/main/uk/co/reecedunn/intellij/plugin/saxon/query/s9api/debugger/SaxonDebugTraceListener.kt
/* * Copyright (C) 2020 Reece H. Dunn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
/* * Copyright (C) 2020 Reece H. Dunn * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed t...
apache-2.0
Kotlin
3448d66404c0b9e1d1c9925a69f9ab40fc1392d9
Use currentArtwork Flow for RealRenderController
ianhanniballake/muzei,romannurik/muzei,romannurik/muzei,romannurik/muzei,ianhanniballake/muzei,romannurik/muzei,ianhanniballake/muzei,romannurik/muzei,ianhanniballake/muzei,ianhanniballake/muzei
main/src/main/java/com/google/android/apps/muzei/render/RealRenderController.kt
main/src/main/java/com/google/android/apps/muzei/render/RealRenderController.kt
/* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
/* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to ...
apache-2.0
Kotlin
ab12553f69a2965604364132cbbd9e1741d045be
handle `IndexNotReadyException`
allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/int...
platform/lang-impl/src/com/intellij/find/actions/SearchTargetVariantsDataRule.kt
platform/lang-impl/src/com/intellij/find/actions/SearchTargetVariantsDataRule.kt
// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.find.actions import com.intellij.codeInsight.TargetElementUtil import com.intellij.find.findUsages.PsiElement2UsageTargetAdapter import com.intellij.ide.impl...
// Copyright 2000-2021 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.find.actions import com.intellij.codeInsight.TargetElementUtil import com.intellij.find.findUsages.PsiElement2UsageTargetAdapter import com.intellij.ide.impl...
apache-2.0
Kotlin
b0b2f30a4972fdfbdfd363c7b0cf3c108c2b1d1a
Add a basic REST webservice
mixitconf/mixit,mix-it/mixit,mixitconf/mixit,sdeleuze/mixit,mix-it/mixit,sdeleuze/mixit,mix-it/mixit,sdeleuze/mixit,mixitconf/mixit,mix-it/mixit,mixitconf/mixit,mix-it/mixit,sdeleuze/mixit
src/main/kotlin/Application.kt
src/main/kotlin/Application.kt
import org.springframework.web.reactive.function.RouterFunction import org.springframework.http.codec.BodyInserters.fromObject import org.springframework.http.server.reactive.ReactorHttpHandlerAdapter import org.springframework.web.reactive.function.HandlerFunction import org.springframework.web.reactive.function.Reque...
import org.springframework.web.reactive.function.RouterFunction import org.springframework.http.codec.BodyInserters import org.springframework.http.server.reactive.ReactorHttpHandlerAdapter import org.springframework.web.reactive.function.HandlerFunction import org.springframework.web.reactive.function.RequestPredicate...
apache-2.0
Kotlin
00fda99eedb3b4a307f535559756909e0d9f968b
fix tabs searching
allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/intellij-community,allotria/int...
platform/testGuiFramework/src/com/intellij/testGuiFramework/fixtures/EditorTabsFixture.kt
platform/testGuiFramework/src/com/intellij/testGuiFramework/fixtures/EditorTabsFixture.kt
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.testGuiFramework.fixtures import com.intellij.testGuiFramework.framework.Timeouts import com.intellij.testGuiFramework.impl.GuiTestUtilKt import com.intelli...
// Copyright 2000-2019 JetBrains s.r.o. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. package com.intellij.testGuiFramework.fixtures import com.intellij.testGuiFramework.framework.Timeouts import com.intellij.testGuiFramework.impl.GuiTestUtilKt import com.intelli...
apache-2.0
Kotlin
441af4238ec34272eb7af01f7899dfd699334a44
Support FFmpeg "-i desktop"
Jire/Overwatcheat
src/main/kotlin/org/jire/overwatcheat/framegrab/FrameGrabber.kt
src/main/kotlin/org/jire/overwatcheat/framegrab/FrameGrabber.kt
/* * Free, open-source undetected color cheat for Overwatch! * Copyright (C) 2017 Thomas G. Nappo * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License,...
/* * Free, open-source undetected color cheat for Overwatch! * Copyright (C) 2017 Thomas G. Nappo * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Affero General Public License as published by * the Free Software Foundation, either version 3 of the License,...
agpl-3.0
Kotlin
cea81b3309103c8cd908f4ca71abd9e3c059808a
Implement chosen topic adapter
djkovrik/YapTalker,djkovrik/YapTalker
app/src/main/java/com/sedsoftware/yaptalker/features/topic/ChosenTopicAdapter.kt
app/src/main/java/com/sedsoftware/yaptalker/features/topic/ChosenTopicAdapter.kt
package com.sedsoftware.yaptalker.features.topic import android.annotation.SuppressLint import android.support.v7.widget.RecyclerView import android.view.LayoutInflater import android.view.View import android.view.ViewGroup import com.sedsoftware.yaptalker.R import com.sedsoftware.yaptalker.commons.extensions.getShort...
apache-2.0
Kotlin
c0f45e2ee5ab2a24d180e27f4d52ea46fa3abdfe
refactor #499 Use property access syntax.
toastkidjp/Yobidashi_kt,toastkidjp/Jitte,toastkidjp/Jitte,toastkidjp/Yobidashi_kt
app/src/main/java/jp/toastkid/yobidashi/wikipedia/today/DateArticleUrlFactory.kt
app/src/main/java/jp/toastkid/yobidashi/wikipedia/today/DateArticleUrlFactory.kt
/* * Copyright (c) 2019 toastkidjp. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompany this distribution. * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html. */ package jp....
/* * Copyright (c) 2019 toastkidjp. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompany this distribution. * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html. */ package jp....
epl-1.0
Kotlin
bc339432a44348913bcb165633ade2e39aa4bc11
Test for https://github.com/edvin/tornadofx/pull/52
edvin/tornadofx,nimakro/tornadofx,edvin/tornadofx,genobis/tornadofx,genobis/tornadofx,nimakro/tornadofx
src/test/kotlin/tornadofx/NodeTests.kt
src/test/kotlin/tornadofx/NodeTests.kt
package tornadofx import javafx.scene.control.TableColumn import javafx.scene.layout.StackPane import javafx.stage.Stage import org.junit.Before import org.junit.Test import org.testfx.api.FxToolkit import kotlin.test.assertTrue class NodeTests { val primaryStage: Stage = FxToolkit.registerPrimaryStage() lat...
apache-2.0
Kotlin
6e1ad0dbb80c2c82d91884490d3f6e80e9d110dd
Remove generic type declaration for Completable bindings.
trello/RxLifecycle,trello/RxLifecycle
rxlifecycle-android-lifecycle-kotlin/src/main/java/com/trello/rxlifecycle2/android/lifecycle/kotlin/rxlifecycle.kt
rxlifecycle-android-lifecycle-kotlin/src/main/java/com/trello/rxlifecycle2/android/lifecycle/kotlin/rxlifecycle.kt
/** * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed ...
/** * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * You may obtain a copy of the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed ...
apache-2.0
Kotlin
4cabe9f42500f2d83c9f5d336b6bd62c0eedd24a
Remove dead code
cdcalc/cdcalc,cdcalc/cdcalc
core/src/main/kotlin/com/github/cdcalc/CalculateConfiguration.kt
core/src/main/kotlin/com/github/cdcalc/CalculateConfiguration.kt
package com.github.cdcalc data class CalculateConfiguration(val branch: String, val buildCounter: Int = 0)
package com.github.cdcalc data class CalculateConfiguration(val branch: String, val buildCounter: Int = 0) { }
mit
Kotlin
a99032d6c59b48bb0882e79d1ad547fb63d4ad43
Implement forum presenter
djkovrik/YapTalker,djkovrik/YapTalker
app/src/main/java/com/sedsoftware/yaptalker/features/forum/ChosenForumPresenter.kt
app/src/main/java/com/sedsoftware/yaptalker/features/forum/ChosenForumPresenter.kt
package com.sedsoftware.yaptalker.features.forum import com.arellomobile.mvp.InjectViewState import com.sedsoftware.yaptalker.data.model.ForumPage import com.sedsoftware.yaptalker.data.remote.yap.YapDataManager import com.sedsoftware.yaptalker.data.remote.yap.YapRequestState import com.sedsoftware.yaptalker.features.b...
apache-2.0
Kotlin
9b4b231cd3fea54605b5499ee78fb3380c830d0a
refactor #489 Delete useless callback.
toastkidjp/Yobidashi_kt,toastkidjp/Jitte,toastkidjp/Yobidashi_kt,toastkidjp/Jitte
app/src/main/java/jp/toastkid/yobidashi/tab/tab_list/TabListClearDialogFragment.kt
app/src/main/java/jp/toastkid/yobidashi/tab/tab_list/TabListClearDialogFragment.kt
/* * Copyright (c) 2018 toastkidjp. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompany this distribution. * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html. */ package jp....
/* * Copyright (c) 2018 toastkidjp. * All rights reserved. This program and the accompanying materials * are made available under the terms of the Eclipse Public License v1.0 * which accompany this distribution. * The Eclipse Public License is available at http://www.eclipse.org/legal/epl-v10.html. */ package jp....
epl-1.0
Kotlin
0d2eb4cb3d2acc8fca9a79706eeb0ee2a1e8796f
fix AbstractSpecs methods
Adven27/Exam,Adven27/Exam,Adven27/Exam,Adven27/Exam,Adven27/Exam
exam-core/src/main/java/com/adven/concordion/extensions/exam/core/AbstractSpecs.kt
exam-core/src/main/java/com/adven/concordion/extensions/exam/core/AbstractSpecs.kt
package com.adven.concordion.extensions.exam.core import org.concordion.api.AfterSuite import org.concordion.api.BeforeSuite import org.concordion.api.extension.Extension import org.concordion.api.option.ConcordionOptions import org.concordion.integration.junit4.ConcordionRunner import org.junit.runner.RunWith @Suppr...
package com.adven.concordion.extensions.exam.core import org.concordion.api.AfterSuite import org.concordion.api.BeforeSuite import org.concordion.api.extension.Extension import org.concordion.api.option.ConcordionOptions import org.concordion.integration.junit4.ConcordionRunner import org.junit.runner.RunWith @Suppr...
mit
Kotlin
d4e8723be9783eb7fce5e86e48b837dadd49cff9
Add TeamView which represents team informations
BreakOutEvent/breakout-backend,BreakOutEvent/breakout-backend,BreakOutEvent/breakout-backend
src/main/java/backend/view/TeamView.kt
src/main/java/backend/view/TeamView.kt
package backend.view import backend.model.event.Team import org.hibernate.validator.constraints.NotEmpty import org.springframework.hateoas.ResourceSupport import java.util.* import javax.validation.constraints.NotNull import kotlin.collections.forEach class TeamView : ResourceSupport { var id: Long? = null ...
agpl-3.0
Kotlin
19d1aa6e08647863921173cfeaa35dd3a2ae153a
remove unnecessary dep on kotlin stdlib - kotlin plugin will pull it automatically
mvysny/vaadin-on-kotlin,mvysny/vaadin-on-kotlin,mvysny/vaadin-on-kotlin,mvysny/vaadin-on-kotlin
vok-framework/build.gradle.kts
vok-framework/build.gradle.kts
dependencies { implementation("org.slf4j:slf4j-api:${properties["slf4j_version"]}") testImplementation("com.github.mvysny.dynatest:dynatest:${properties["dynatest_version"]}") testImplementation("org.slf4j:slf4j-simple:${properties["slf4j_version"]}") } kotlin { explicitApi() } val configureBintray = ...
dependencies { api("org.jetbrains.kotlin:kotlin-stdlib-jdk8") implementation("org.slf4j:slf4j-api:${properties["slf4j_version"]}") testImplementation("com.github.mvysny.dynatest:dynatest:${properties["dynatest_version"]}") testImplementation("org.slf4j:slf4j-simple:${properties["slf4j_version"]}") } ko...
mit
Kotlin
9ea16a67dbb997a15612ddbce511f65abec9c0ea
Bump modb-test from 1.2.7 to 1.2.8
manami-project/manami,manami-project/manami
manami-app/build.gradle.kts
manami-app/build.gradle.kts
dependencies { api("io.github.manamiproject:modb-core:6.0.0") api("io.github.manamiproject:modb-db-parser:3.0.2") api("org.slf4j:slf4j-api:1.7.32") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1-native-mt") implementation("io.github.manamiproject:modb-anidb:3.0.3") implemen...
dependencies { api("io.github.manamiproject:modb-core:6.0.0") api("io.github.manamiproject:modb-db-parser:3.0.2") api("org.slf4j:slf4j-api:1.7.32") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.1-native-mt") implementation("io.github.manamiproject:modb-anidb:3.0.3") implemen...
agpl-3.0
Kotlin
919ef1cf45332131e32578ee60f0e7222f6916c1
Bump modb-anisearch from 1.0.5 to 1.0.6
manami-project/manami,manami-project/manami
manami-app/build.gradle.kts
manami-app/build.gradle.kts
dependencies { api("io.github.manamiproject:modb-core:7.0.0") api("io.github.manamiproject:modb-db-parser:3.1.0") api("org.slf4j:slf4j-api:1.7.32") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2-native-mt") implementation("io.github.manamiproject:modb-anidb:3.0.6") implemen...
dependencies { api("io.github.manamiproject:modb-core:7.0.0") api("io.github.manamiproject:modb-db-parser:3.1.0") api("org.slf4j:slf4j-api:1.7.32") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.5.2-native-mt") implementation("io.github.manamiproject:modb-anidb:3.0.6") implemen...
agpl-3.0
Kotlin