Search Options

Results per page
Sort
Preferred Languages
Advance

Results 251 - 260 of 361 for FUTURE (0.03 sec)

  1. src/main/resources/fess_message_ru.properties

    constraints.DecimalMax.message = {item} должно быть меньше {value}.
    constraints.DecimalMin.message = {item} должно быть больше {value}.
    constraints.Digits.message = {item} должно быть числом. (ожидается: <число>.<число>)
    constraints.Future.message = {item} должно быть будущим значением.
    constraints.Max.message = {item} должно быть меньше или равно {value}.
    constraints.Min.message = {item} должно быть больше или равно {value}.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Sat Jul 05 02:36:47 UTC 2025
    - 15.8K bytes
    - Viewed (0)
  2. cmd/signature-v4_test.go

    				"X-Amz-Content-Sha256": payloadSHA256,
    			},
    			region:   region,
    			expected: ErrSignatureDoesNotMatch,
    		},
    		// (6) Should error if the request is not ready yet, ie X-Amz-Date is in the future.
    		{
    			queryParams: map[string]string{
    				"X-Amz-Algorithm":      signV4Algorithm,
    				"X-Amz-Date":           now.Add(1 * time.Hour).Format(iso8601Format),
    				"X-Amz-Expires":        "60",
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Wed Apr 09 14:28:39 UTC 2025
    - 10.5K bytes
    - Viewed (0)
  3. guava/src/com/google/common/cache/CacheLoader.java

       *
       * @param key the non-null key whose value should be loaded
       * @param oldValue the non-null old value corresponding to {@code key}
       * @return the future new value associated with {@code key}; <b>must not be null, must not return
       *     null</b>
       * @throws Exception if unable to reload the result
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Aug 07 16:05:33 UTC 2025
    - 9.5K bytes
    - Viewed (0)
  4. cmd/data-scanner_test.go

    	objInfos := make([]ObjectInfo, 5)
    	objRetentionMeta := make(map[string]string)
    	objRetentionMeta[strings.ToLower(xhttp.AmzObjectLockMode)] = string(objectlock.RetCompliance)
    	// Set retain until date 12 hours into the future
    	objRetentionMeta[strings.ToLower(xhttp.AmzObjectLockRetainUntilDate)] = amztime.ISO8601Format(now.Add(12 * time.Hour))
    	/*
    		objInfos:
    		version stack for obj-1
    		v5 uuid-5 modTime
    		v4 uuid-4 modTime -1m
    Registered: Sun Sep 07 19:28:11 UTC 2025
    - Last Modified: Fri Aug 29 02:39:48 UTC 2025
    - 12K bytes
    - Viewed (0)
  5. docs/smb3-features/06-witness-protocol-design.md

            
            CompletableFuture<WitnessRegistration> future = client.registerForNotifications(
                "\\\\test\\share",
                InetAddress.getByName("192.168.1.100"),
                new TestWitnessListener()
            );
            
            WitnessRegistration registration = future.get(5, TimeUnit.SECONDS);
            assertNotNull(registration);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 02:53:50 UTC 2025
    - 42K bytes
    - Viewed (0)
  6. src/main/resources/fess_message_zh_TW.properties

    constraints.AssertTrue.message = {item} 必須為 true。
    constraints.DecimalMax.message = {item} 必須小於 {value}。
    constraints.DecimalMin.message = {item} 必須大於 {value}。
    constraints.Digits.message = {item} 必須是數字。(預期: <數字>.<數字>)
    constraints.Future.message = {item} 必須是未來的日期。
    constraints.Max.message = {item} 必須小於或等於 {value}。
    constraints.Min.message = {item} 必須大於或等於 {value}。
    constraints.NotNull.message = {item} 不能為空。
    constraints.Null.message = {item} 必須為 null。
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 11.1K bytes
    - Viewed (0)
  7. android/guava-tests/test/com/google/common/graph/AbstractStandardDirectedGraphTest.java

      }
    
      // Element Mutation
    
      @Test
      public void putEdge_existingNodes() {
        assume().that(graphIsMutable()).isTrue();
    
        // Adding nodes initially for safety (insulating from possible future
        // modifications to proxy methods)
        addNode(N1);
        addNode(N2);
    
        assertThat(graphAsMutableGraph.putEdge(N1, N2)).isTrue();
      }
    
      @Test
    Registered: Fri Sep 05 12:43:10 UTC 2025
    - Last Modified: Thu Dec 19 18:03:30 UTC 2024
    - 13.9K bytes
    - Viewed (0)
  8. CHANGELOG/CHANGELOG-1.14.md

      - The `--containerized` flag is deprecated and will be removed in a future release ([#74267](https://github.com/kubernetes/kubernetes/pull/74267), [@dims](https://github.com/dims))
    
    - hyperkube
      - The `--make-symlinks` flag is deprecated and will be removed in a future release. ([#74975](https://github.com/kubernetes/kubernetes/pull/74975), [@dims](https://github.com/dims))
    - API
    Registered: Fri Sep 05 09:05:11 UTC 2025
    - Last Modified: Mon Jun 14 22:06:39 UTC 2021
    - 271.5K bytes
    - Viewed (0)
  9. docs/smb3-features/03-multi-channel-design.md

            final int chunkLength = (i == channelCount - 1) ? 
                length - chunkOffset : chunkSize;
            final ChannelInfo channel = channels.get(i);
            
            CompletableFuture<Void> future = CompletableFuture.runAsync(() -> {
                try {
                    Smb2ReadRequest request = new Smb2ReadRequest();
                    request.setFileId(this.fileId);
                    request.setOffset(offset + chunkOffset);
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 02:53:50 UTC 2025
    - 39.6K bytes
    - Viewed (0)
  10. src/main/resources/fess_message_it.properties

    constraints.DecimalMax.message = {item} deve essere minore di {value}.
    constraints.DecimalMin.message = {item} deve essere maggiore di {value}.
    constraints.Digits.message = {item} deve essere un numero. (Atteso: <numero>.<numero>)
    constraints.Future.message = {item} deve essere una data futura.
    constraints.Max.message = {item} deve essere minore o uguale a {value}.
    constraints.Min.message = {item} deve essere maggiore o uguale a {value}.
    Registered: Thu Sep 04 12:52:25 UTC 2025
    - Last Modified: Thu Jul 10 04:56:21 UTC 2025
    - 12.3K bytes
    - Viewed (0)
Back to top