Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 3,210 for Option (0.36 sec)

  1. platforms/core-runtime/build-option/src/main/java/org/gradle/internal/buildoption/DefaultInternalOptions.java

        }
    
        @Override
        public <T> Option.Value<T> getOption(InternalOption<T> option) {
            String value = startParameterSystemProperties.get(option.getSystemPropertyName());
            if (value == null) {
                value = System.getProperty(option.getSystemPropertyName());
            }
            if (value == null) {
                return Option.Value.defaultValue(option.getDefaultValue());
            } else {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Sep 22 09:02:02 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  2. test/typeparam/issue50485.dir/a.go

    	return Nil{}
    }
    func Some[T any](v T) Option[T] {
    	return Option[T]{}.Recover(func() T {
    		return v
    	})
    }
    
    func None[T any]() Option[T] {
    	return Option[T]{}
    }
    
    func Ap[T, U any](t Option[Func1[T, U]], a Option[T]) Option[U] {
    	return FlatMap(t, func(f Func1[T, U]) Option[U] {
    		return Map(a, f)
    	})
    }
    
    func Map[T, U any](opt Option[T], f func(v T) U) Option[U] {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Dec 14 17:22:18 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  3. platforms/ide/ide-plugins/src/integTest/resources/org/gradle/plugins/ide/idea/IdeaIntegrationTest/canCreateAndDeleteMetaData/expectedFiles/root.ipr.xml

      <component name="JavadocGenerationManager">
        <option name="OUTPUT_DIRECTORY"/>
        <option name="OPTION_SCOPE" value="protected"/>
        <option name="OPTION_HIERARCHY" value="true"/>
        <option name="OPTION_NAVIGATOR" value="true"/>
        <option name="OPTION_INDEX" value="true"/>
        <option name="OPTION_SEPARATE_INDEX" value="true"/>
        <option name="OPTION_DOCUMENT_TAG_USE" value="false"/>
        <option name="OPTION_DOCUMENT_TAG_AUTHOR" value="false"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  4. platforms/ide/ide-plugins/src/integTest/resources/org/gradle/plugins/ide/idea/IdeaIntegrationTest/worksWithNonStandardLayout/expectedFiles/root/root.ipr.xml

      <component name="JavadocGenerationManager">
        <option name="OUTPUT_DIRECTORY"/>
        <option name="OPTION_SCOPE" value="protected"/>
        <option name="OPTION_HIERARCHY" value="true"/>
        <option name="OPTION_NAVIGATOR" value="true"/>
        <option name="OPTION_INDEX" value="true"/>
        <option name="OPTION_SEPARATE_INDEX" value="true"/>
        <option name="OPTION_DOCUMENT_TAG_USE" value="false"/>
        <option name="OPTION_DOCUMENT_TAG_AUTHOR" value="false"/>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  5. platforms/ide/ide-plugins/src/integTest/resources/org/gradle/plugins/ide/idea/IdeaIntegrationTest/canCreateAndDeleteMetaData/expectedFiles/root.iws.xml

          <option name="TEST_OBJECT" value="class"/>
          <option name="VM_PARAMETERS"/>
          <option name="PARAMETERS"/>
          <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$"/>
          <option name="ENV_VARIABLES"/>
          <option name="PASS_PARENT_ENVS" value="true"/>
          <option name="TEST_SEARCH_SCOPE">
            <value defaultName="moduleWithDependencies"/>
          </option>
          <envs/>
          <method>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 9K bytes
    - Viewed (0)
  6. platforms/ide/ide-plugins/src/test/resources/org/gradle/plugins/ide/idea/model/customProject.xml

        <option name="OUTPUT_DIRECTORY" />
        <option name="OPTION_SCOPE" value="protected" />
        <option name="OPTION_HIERARCHY" value="true" />
        <option name="OPTION_NAVIGATOR" value="true" />
        <option name="OPTION_INDEX" value="true" />
        <option name="OPTION_SEPARATE_INDEX" value="true" />
        <option name="OPTION_DOCUMENT_TAG_USE" value="false" />
        <option name="OPTION_DOCUMENT_TAG_AUTHOR" value="false" />
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Aug 01 11:07:39 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  7. .idea/runConfigurations/Test__Commonizer.xml

        <ExternalSystemSettings>
          <option name="executionName" />
          <option name="externalProjectPath" value="$PROJECT_DIR$" />
          <option name="externalSystemIdString" value="GRADLE" />
          <option name="scriptParameters" value="" />
          <option name="taskDescriptions">
            <list />
          </option>
          <option name="taskNames">
            <list>
              <option value=":native:kotlin-klib-commonizer-api:test" />
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon Jun 05 14:25:01 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  8. platforms/ide/tooling-api/src/crossVersionTest/groovy/org/gradle/integtests/tooling/r61/GradleProjectBuilderOptionsCrossVersionSpec.groovy

            """
    
            when:
            def project = loadToolingModel(GradleProject) {
                if (option != null) {
                    // important to set arguments, and not JVM arguments, as it's what is used by Android Studio to set the option
                    it.withArguments("-Dorg.gradle.internal.GradleProjectBuilderOptions=$option")
                }
            }
    
            then:
            result.assertOutputContains("realizing non-lazy task")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu May 16 10:10:39 UTC 2024
    - 3.9K bytes
    - Viewed (0)
  9. .idea/runConfigurations/Low_Level_API_FIR_Tests.xml

        <ExternalSystemSettings>
          <option name="executionName" />
          <option name="externalProjectPath" value="$PROJECT_DIR$" />
          <option name="externalSystemIdString" value="GRADLE" />
          <option name="scriptParameters" value="" />
          <option name="taskDescriptions">
            <list />
          </option>
          <option name="taskNames">
            <list>
              <option value="analysisLowLevelApiFirAllTests" />
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Fri Mar 01 17:29:07 UTC 2024
    - 1K bytes
    - Viewed (0)
  10. platforms/ide/ide/src/test/resources/org/gradle/plugins/ide/idea/model/customWorkspace.xml

          <option name="TEST_OBJECT" value="class" />
          <option name="VM_PARAMETERS" />
          <option name="PARAMETERS" />
          <option name="WORKING_DIRECTORY" value="$PROJECT_DIR$" />
          <option name="ENV_VARIABLES" />
          <option name="PASS_PARENT_ENVS" value="true" />
          <option name="TEST_SEARCH_SCOPE">
            <value defaultName="moduleWithDependencies" />
          </option>
          <envs />
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:12 UTC 2023
    - 9.3K bytes
    - Viewed (0)
Back to top