Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 252 for properties (0.15 sec)

  1. src/main/resources/fess_label_ko.properties

    labels.system_info_env_title = 환경 변수의 속성
    labels.system_info_prop_title = 시스템 속성
    labels.system_info_fess_prop_title = 응용 프로그램의 속성
    labels.system_info_bug_report_title = 버그 보고서의 속성
    labels.system_info_system_properties_does_not_exist = system.properties는 존재하지 않습니다. 기본값이 적용됩니다.
    labels.file_auth_configuration = 파일 인증
    labels.file_auth_list_hostname = 호스트 이름
    labels.file_auth_list_file_crawling_config = 설정 이름
    labels.file_auth_any = 임의
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri Mar 22 11:58:34 GMT 2024
    - 44K bytes
    - Viewed (0)
  2. src/main/resources/fess_message_ru.properties

    Shinsuke Sugaya <******@****.***> 1653048748 +0900
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Fri May 20 12:12:28 GMT 2022
    - 10.2K bytes
    - Viewed (0)
  3. src/main/resources/fess_message_de.properties

    Claas Augner <******@****.***> 1572361263 +0100
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Tue Oct 29 15:01:03 GMT 2019
    - 11.8K bytes
    - Viewed (0)
  4. src/main/resources/fess_message_en.properties

    Shinsuke Sugaya <******@****.***> 1679108744 +0900
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Sat Mar 18 03:05:44 GMT 2023
    - 12.4K bytes
    - Viewed (0)
  5. src/main/resources/fess_message_fr.properties

    Christophe Gesché <******@****.***> 1675724357 +0100
    Properties
    - Registered: Mon May 06 08:04:11 GMT 2024
    - Last Modified: Mon Feb 06 22:59:17 GMT 2023
    - 14.2K bytes
    - Viewed (0)
  6. maven-core/src/test/java/org/apache/maven/plugin/PluginParameterExpressionEvaluatorTest.java

            Object value = ee.evaluate(expr);
    
            assertEquals(expr, value);
        }
    
        @Test
        void testPOMPropertyExtractionWithMissingProject_WithDotNotation() throws Exception {
            String key = "m2.name";
            String checkValue = "value";
    
            Properties properties = new Properties();
            properties.setProperty(key, checkValue);
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Tue Dec 05 08:11:33 GMT 2023
    - 18.6K bytes
    - Viewed (0)
  7. src/main/java/jcifs/smb1/Config.java

        /**
         * Set the default properties of the static Properties used by <tt>Config</tt>. This permits
         * a different Properties object/file to be used as the source of properties for
         * use by the jCIFS library. The Properties must be set <i>before jCIFS
         * classes are accessed</i> as most jCIFS classes load properties statically once.
         * Using this method will also override properties loaded
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 11.3K bytes
    - Viewed (0)
  8. maven-core/src/main/java/org/apache/maven/execution/MavenSession.java

        }
    
        /**
         * Gets the user properties to use for interpolation and profile activation. The user properties have been
         * configured directly by the user on his discretion, e.g. via the {@code -Dkey=value} parameter on the command
         * line.
         *
         * @return The user properties, never {@code null}.
         */
        public Properties getUserProperties() {
            return request.getUserProperties();
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Mon Mar 25 10:50:01 GMT 2024
    - 16.6K bytes
    - Viewed (0)
  9. tensorflow/c/experimental/grappler/grappler.cc

          reinterpret_cast<tensorflow::grappler::GraphProperties*>(graph_properties)
              ->GetInputProperties(name);
      const int len =
          std::min(num_values, static_cast<int>(tensor_properties.size()));
      for (int i = 0; i < len; ++i) {
        absl::Status s =
            tensorflow::MessageToBuffer(tensor_properties[i], properties[i]);
        if (!s.ok()) {
    C++
    - Registered: Tue Feb 27 12:39:08 GMT 2024
    - Last Modified: Wed Sep 06 19:12:29 GMT 2023
    - 15K bytes
    - Viewed (1)
  10. maven-core/src/test/java/org/apache/maven/plugin/PluginParameterExpressionEvaluatorV4Test.java

            Object value = ee.evaluate("${" + key + "}");
    
            assertEquals(checkValue, value);
        }
    
        @Test
        public void testValueExtractionFromSystemPropertiesWithMissingProject() throws Exception {
            String sysprop = "PPEET_sysprop1";
    
            Properties executionProperties = new Properties();
    
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Mar 25 10:50:01 GMT 2024
    - 19.2K bytes
    - Viewed (0)
Back to top