Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 47 for Heimes (0.43 sec)

  1. src/main/resources/fess_indices/fess/de/stopwords.txt

    kein
    keine
    keinem
    keinen
    keiner
    keines
    können
    könnte
    machen
    man
    manche
    manchem
    manchen
    mancher
    manches
    mein
    meine
    meinem
    meinen
    meiner
    meines
    mit
    muss
    musste
    nach
    nicht
    nichts
    noch
    nun
    nur
    ob
    oder
    ohne
    sehr
    sein
    seine
    seinem
    seinen
    seiner
    seines
    selbst
    sich
    sie
    ihnen
    sind
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Nov 27 12:59:36 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  2. platforms/core-configuration/kotlin-dsl/src/test/kotlin/org/gradle/kotlin/dsl/ProjectExtensionsTest.kt

    import com.nhaarman.mockito_kotlin.doReturn
    import com.nhaarman.mockito_kotlin.eq
    import com.nhaarman.mockito_kotlin.inOrder
    import com.nhaarman.mockito_kotlin.mock
    import com.nhaarman.mockito_kotlin.times
    import com.nhaarman.mockito_kotlin.whenever
    import org.gradle.api.Action
    import org.gradle.api.NamedDomainObjectContainer
    import org.gradle.api.NamedDomainObjectFactory
    import org.gradle.api.Project
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  3. doc/next/6-stdlib/99-minor/slices/65238.md

    The [Repeat] function returns a new slice that repeats the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 12 20:57:18 UTC 2024
    - 101 bytes
    - Viewed (0)
  4. platforms/core-configuration/kotlin-dsl/src/test/kotlin/org/gradle/kotlin/dsl/TaskContainerExtensionsTest.kt

                }
            }
    
            // then:
            inOrder(tasks, taskProvider, task) {
                verify(tasks, times(1)).named("clean")
                verify(taskProvider, times(1)).configure(any())
                verify(tasks, times(1)).named("clean", Delete::class.java)
                verify(taskProvider, times(1)).configure(any())
                verifyNoMoreInteractions()
            }
        }
    
        // Hypothetical task accessor
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 7.9K bytes
    - Viewed (0)
  5. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/execution/Combinators.kt

    internal
    inline operator fun <T, U> Parser<T>.times(crossinline suffix: Parser<U>): Parser<Pair<T, U>> =
        zip(this, suffix) { p, s -> p to s }
    
    
    @JvmName("timesUnitT")
    internal
    inline operator fun <T> Parser<Unit>.times(crossinline suffix: Parser<T>): Parser<T> =
        zip(this, suffix) { _, s -> s }
    
    
    @JvmName("timesUnitUnit")
    internal
    inline operator fun Parser<Unit>.times(crossinline suffix: Parser<Unit>): Parser<Unit> =
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 12.9K bytes
    - Viewed (0)
  6. architecture/build-state-model.md

    ### Build session state
    
    A "build session" represents a single invocation of Gradle, for example when you run `gradlew build`.
    A session runs the build one or more times.
    For example, when continuous build is enabled, the session may run the build many times, but when it is disabled, the session will run the build once only.
    
    The build session state is managed by the `BuildSessionState` class.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 22 13:39:49 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  7. src/cmd/go/testdata/script/test_fuzz_fuzztime.txt

    # This fuzz function creates a file with a unique name ($pid.$count) on each
    # run. We count the files to find the number of runs.
    mkdir count
    go test -fuzz=FuzzTestCount -fuzztime=1000x -fuzzminimizetime=1x
    go run check_file_count.go count 1000
    
    # When we use fuzzminimizetime with an "x" suffix, it runs a specific number of
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 01 20:09:52 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  8. platforms/core-configuration/kotlin-dsl/src/main/kotlin/org/gradle/kotlin/dsl/ObjectConfigurationActionExtensions.kt

    package org.gradle.kotlin.dsl
    
    import org.gradle.api.Plugin
    import org.gradle.api.plugins.ObjectConfigurationAction
    
    
    /**
     * Adds a Plugin to use to configure the target objects. This method may be called
     * multiple times, to use multiple plugins. Scripts and plugins are applied in the order
     * that they are added.
     *
     * @param T the plugin to apply.
     */
    inline fun <reified T : Plugin<*>> ObjectConfigurationAction.plugin() =
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Aug 02 08:06:49 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  9. src/main/resources/fess_indices/fess/no/stopwords.txt

    inni
    mellom
    vår
    hver
    hvem
    vors
    hvis
    både
    bare
    enn
    fordi
    før
    mange
    også
    slik
    vært
    være
    båe
    begge
    siden
    dykk
    dykkar
    dei
    deira
    deires
    deim
    di
    då
    eg
    ein
    eit
    eitt
    elles
    honom
    hjå
    ho
    hoe
    henne
    hennar
    hennes
    hoss
    hossen
    ikkje
    ingi
    inkje
    korleis
    korso
    kva
    kvar
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Nov 27 12:59:36 UTC 2023
    - 994 bytes
    - Viewed (0)
  10. analysis/analysis-api/testData/components/compilerFacility/compilation/codeFragments/local.ir.txt

            EXPRESSION_BODY
              BLOCK type=kotlin.Int origin=null
                VAR name:a type:kotlin.Int [val]
                  CONST Int type=kotlin.Int value=5
                CALL 'public final fun times (other: kotlin.Int): kotlin.Int [operator] declared in kotlin.Int' type=kotlin.Int origin=MUL
                  $this: GET_VAR 'val a: kotlin.Int [val] declared in <root>.CodeFragment.run' type=kotlin.Int origin=null
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed Aug 30 06:38:44 UTC 2023
    - 987 bytes
    - Viewed (0)
Back to top