Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 796 for PROPERTIES (0.14 sec)

  1. src/main/resources/fess_message.properties

    Shinsuke Sugaya <******@****.***> 1679108744 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Mar 18 03:05:44 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  2. src/main/resources/fess_message_fr.properties

    Christophe Gesché <******@****.***> 1675724357 +0100
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Feb 06 22:59:17 UTC 2023
    - 14.2K bytes
    - Viewed (0)
  3. src/main/resources/fess_message_ja.properties

    Shinsuke Sugaya <******@****.***> 1679108744 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Sat Mar 18 03:05:44 UTC 2023
    - 15.1K bytes
    - Viewed (0)
  4. src/main/resources/fess_message_ru.properties

    Shinsuke Sugaya <******@****.***> 1653048748 +0900
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri May 20 12:12:28 UTC 2022
    - 10.2K bytes
    - Viewed (0)
  5. src/main/resources/fess_message_de.properties

    Claas Augner <******@****.***> 1572361263 +0100
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Tue Oct 29 15:01:03 UTC 2019
    - 11.8K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/authoring-builds/build_environment.adoc

    _Default is the number of CPU processors._
    
    === Using Gradle properties
    
    The following examples demonstrate how to use Gradle properties.
    
    *Example 1:* Setting Gradle properties with a `gradle.properties` file:
    ====
    include::sample[dir="snippets/tutorial/gradleProperties/groovy",files="gradle.properties[tags=gradle-properties]"]
    ====
    
    *Example 2:* Reading Gradle properties at configuration time:
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed Apr 24 04:19:09 UTC 2024
    - 20.1K bytes
    - Viewed (0)
  7. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/manage/schema/extract/DefaultModelSchemaExtractorTest.groovy

            String getProp3();
    
            void setProp3(String string);
        }
    
        def "multiple properties"() {
            when:
            def properties = extract(MultipleProps).properties
    
            then:
            properties*.name == ["prop1", "prop2", "prop3"]
            properties*.type == [ModelType.of(String)] * 3
        }
    
        @Managed
        interface SelfReferencing {
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 29.9K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ResolveConfigurationRepositoriesBuildOperationIntegrationTest.groovy

                name == 'custom repo'
                type == 'MAVEN'
                properties.size() == 5
                properties.URL == 'http://foo.com'
                properties.ARTIFACT_URLS == ['http://foo.com/artifacts1']
                properties.METADATA_SOURCES == ['gradleMetadata', 'artifact']
                properties.AUTHENTICATED == true
                properties.'AUTHENTICATION_SCHEMES' == ['DigestAuthentication']
            }
        }
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 24 06:54:47 UTC 2023
    - 22.2K bytes
    - Viewed (0)
  9. platforms/jvm/normalization-java/src/test/groovy/org/gradle/api/internal/changedetection/state/PropertiesFileAwareClasspathResourceHasherTest.groovy

        }
    
        static ZipEntryContext zipEntry(String path, Map<String, String> attributes, String comments = "") {
            Properties properties = new Properties()
            properties.putAll(attributes)
            ByteArrayOutputStream bos = new ByteArrayOutputStream()
            PropertiesUtils.store(properties, bos, comments, Charset.defaultCharset(), SystemProperties.getInstance().lineSeparator)
            return zipEntry(path, bos.toByteArray())
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Dec 11 13:37:56 UTC 2023
    - 15.6K bytes
    - Viewed (0)
  10. staging/src/k8s.io/apiextensions-apiserver/pkg/controller/openapi/builder/builder_test.go

    			if err := json.Unmarshal([]byte(tt.wantedItemsSchema), &wantedItemsSchema); err != nil {
    				t.Fatal(err)
    			}
    
    			gotProperties := properties(got.schema.Properties)
    			wantedProperties := properties(wantedSchema.Properties)
    			if !gotProperties.Equal(wantedProperties) {
    				t.Fatalf("unexpected properties, got: %s, expected: %s", gotProperties.List(), wantedProperties.List())
    			}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Feb 28 19:06:46 UTC 2024
    - 26.2K bytes
    - Viewed (0)
Back to top