Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 4,836 for additional (0.15 sec)

  1. analysis/analysis-api/src/org/jetbrains/kotlin/analysis/api/symbols/AdditionalKDocResolutionProvider.kt

    import org.jetbrains.kotlin.analysis.api.KaSession
    import org.jetbrains.kotlin.name.FqName
    import org.jetbrains.kotlin.psi.KtElement
    
    /**
     * An extension point to provide additional symbols for a KDoc reference. KDoc link resolution will use symbols returned by this EP
     * only if the real resolution was unsuccessful. You can use this EP by creating a class implementing this interface.
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Wed May 22 06:28:34 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/snippets/developingPlugins/pluginIdentifier/tests/sanityCheck.sample.conf

    executable: gradle
    flags: -q
    args: tasks
    expected-output-file: pluginIdentifier.out
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 114 bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/snippets/configurationCache/sharedObjects/tests/sharingObjectsWithoutConfigurationCache.sample.conf

    executable: gradle
    args: checkEquality
    flags: "--no-configuration-cache"
    expected-output-file: sharingObjectsWithoutConfigurationCache.out
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 169 bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/snippets/configurationCache/topLevel/tests-kotlin/notSupported.sample.conf

    commands: [{
        executable: gradle
        args: listFiles
        expect-failure: true
        allow-additional-output: true
        expected-output-file: notSupported.out
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 161 bytes
    - Viewed (0)
  5. platforms/documentation/docs/src/snippets/java/application/tests/application.sample.conf

    executable: gradle
    args: build
    expected-output-file: application.out
    allow-additional-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 129 bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/snippets/kotlinDsl/configurations-and-dependencies-imperative/tests/dependencies.sample.conf

    executable: gradle
    args: dependencies
    expected-output-file: dependencies.out
    allow-additional-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 137 bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/snippets/tasks/incrementalBuild-incrementalBuildAdvanced/tests/incrementalBuildCustomMethods.sample.conf

    executable: gradle
    args: processTemplates
    expected-output-file: incrementalBuildCustomMethods.out
    allow-additional-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 158 bytes
    - Viewed (0)
  8. platforms/documentation/docs/src/samples/java/jvm-multi-project-with-additional-test-types/tests/checkTask.sample.conf

    commands: [{
        executable: gradle
        args: check
        expected-output-file: checkTask.out
        allow-additional-output: true
        allow-disordered-output: true
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 163 bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/snippets/modelRules/basicRuleSourcePlugin/tests/basicRuleSourcePlugin-model-task.sample.conf

    # tag::cli[]
    # gradle model
    # end::cli[]
    executable: gradle
    args: model
    expected-output-file: basicRuleSourcePlugin-model-task.out
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 161 bytes
    - Viewed (0)
  10. manifests/charts/istiod-remote/values.yaml

          namespace: ""
        affinity: {}
        tolerations: []
        cpu:
          targetAverageUtilization: 80
        memory: {}
        # targetAverageUtilization: 80
    
        # Additional volumeMounts to the istiod container
        volumeMounts: []
        # Additional volumes to the istiod pod
        volumes: []
        nodeSelector: {}
        podAnnotations: {}
        serviceAnnotations: {}
        serviceAccountAnnotations: {}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jun 03 01:55:05 UTC 2024
    - 21K bytes
    - Viewed (0)
Back to top