Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 25 of 25 for gstatus (0.29 sec)

  1. CHANGELOG/CHANGELOG-1.28.md

    - Ensure Job status updates are batched by 1s. This fixes an unlikely scenario when a sequence of immediately 
      completing pods could trigger a sequence of non-batched Job status updates. ([#118470](https://github.com/kubernetes/kubernetes/pull/118470), [@mimowo](https://github.com/mimowo)) [SIG Apps]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:47:59 UTC 2024
    - 408.3K bytes
    - Viewed (1)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

            if (input_size == ShapedType::kDynamic) return failure();
            absl::Status status = tensorflow::GetWindowedOutputSizeVerbose(
                input_size, filter_ty.getDimSize(i), dilation, stride, padding,
                &output_size, &pad_low_int64, &pad_high_int64);
            if (!status.ok()) return failure();
            pad_low = pad_low_int64;
            pad_high = pad_high_int64;
          }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  3. api/go1.16.txt

    pkg io/fs, type ReadFileFS interface, Open(string) (File, error)
    pkg io/fs, type ReadFileFS interface, ReadFile(string) ([]uint8, error)
    pkg io/fs, type StatFS interface { Open, Stat }
    pkg io/fs, type StatFS interface, Open(string) (File, error)
    pkg io/fs, type StatFS interface, Stat(string) (FileInfo, error)
    pkg io/fs, type SubFS interface { Open, Sub }
    pkg io/fs, type SubFS interface, Open(string) (File, error)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
  4. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

      </mime-type>
    
      <mime-type type="message/cpim"/>
      <mime-type type="message/delivery-status"/>
      <mime-type type="message/disposition-notification"/>
      <mime-type type="message/example"/>
      <mime-type type="message/external-body"/>
      <mime-type type="message/global"/>
      <mime-type type="message/global-delivery-status"/>
      <mime-type type="message/global-disposition-notification"/>
    Registered: Wed Jun 12 15:17:51 UTC 2024
    - Last Modified: Thu Sep 21 06:46:43 UTC 2023
    - 298.5K bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /**
         * Get the value for the key 'crawler.failure.url.status.codes'. <br>
         * The value is, e.g. 404 <br>
         * @return The value of found property. (NotNull: if not found, exception but basically no way)
         */
        String getCrawlerFailureUrlStatusCodes();
    
        /**
         * Get the value for the key 'crawler.failure.url.status.codes' as {@link Integer}. <br>
         * The value is, e.g. 404 <br>
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
Back to top