Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 188 for Previously (0.11 sec)

  1. api/maven-api-spi/src/main/java/org/apache/maven/api/spi/ModelParser.java

    1. */
    2. @Nonnull
    3. Optional<Source> locate(@Nonnull Path dir);
    4.  
    5. /**
    6. * Parse the model obtained previously by a previous call to {@link #locate(Path)}.
    7. *
    8. * @param source the source to parse, never {@code null}
    9. * @param options possible parsing options, may be {@code null}
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Tue Sep 10 17:18:47 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  2. src/cmd/api/testdata/src/pkg/p1/p1.go

    1. constChase = AIsLowerA // forward declaration to exported ident
    2.  
    3. // Deprecated: use B.
    4. A = 1
    5. a = 11
    6. A64 int64 = 1
    7.  
    8. AIsLowerA = a // previously declared
    9. )
    10.  
    11. const (
    12. ConversionConst = MyInt(5)
    13. )
    14.  
    15. // Variables from function calls.
    16. var (
    17. V = ptwo.F()
    18. // Deprecated: use WError.
    19. VError = BarE()
    20. V1 = Bar1(1, 2, 3)
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Dec 02 16:29:41 UTC 2022
    - 3.3K bytes
    - Viewed (0)
  3. guava/src/com/google/common/collect/Table.java

    1. * @param rowKey row key that the value should be associated with
    2. * @param columnKey column key that the value should be associated with
    3. * @param value value to be associated with the specified keys
    4. * @return the value previously associated with the keys, or {@code null} if no mapping existed
    5. * for the keys
    6. */
    7. @CanIgnoreReturnValue
    8. @CheckForNull
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Jun 17 14:40:53 UTC 2023
    - 10.7K bytes
    - Viewed (0)
  4. cmd/service.go

    1. serviceReloadDynamic // Reload dynamic config values.
    2. serviceFreeze // Freeze all S3 API calls.
    3. serviceUnFreeze // Un-Freeze previously frozen S3 API calls.
    4. // Add new service requests here.
    5. )
    6.  
    7. // Global service signal channel.
    8. var globalServiceSignalCh = make(chan serviceSignal)
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed Feb 28 07:02:14 UTC 2024
    - 3.8K bytes
    - Viewed (0)
  5. android/guava/src/com/google/common/collect/Table.java

    1. * @param rowKey row key that the value should be associated with
    2. * @param columnKey column key that the value should be associated with
    3. * @param value value to be associated with the specified keys
    4. * @return the value previously associated with the keys, or {@code null} if no mapping existed
    5. * for the keys
    6. */
    7. @CanIgnoreReturnValue
    8. @CheckForNull
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Sat Jun 17 14:40:53 UTC 2023
    - 10.7K bytes
    - Viewed (0)
  6. docs/integrations/veeam/README.md

    1. - Under Home > Jobs > Backup in Navigation Pane, click on Backup Job button in the ribbon and choose Virtual Machine. Follow the on screen wizard.
    2.  
    3. - On the Storage screen, choose the Scale-out Backup Repository that was configured previously.
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Sep 29 04:28:45 UTC 2022
    - 5.4K bytes
    - Viewed (0)
  7. cmd/bucket-notification-handlers.go

    1. if err = config.Validate(region, globalEventNotifier.targetList); err != nil {
    2. arnErr, ok := err.(*event.ErrARNNotFound)
    3. if ok {
    4. for i, queue := range config.QueueList {
    5. // Remove ARN not found queues, because we previously allowed
    6. // adding unexpected entries into the config.
    7. //
    8. // With newer config disallowing changing / turning off
    9. // notification targets without removing ARN in notification
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri May 24 23:05:23 UTC 2024
    - 5.1K bytes
    - Viewed (0)
  8. compat/maven-model-builder/src/main/java/org/apache/maven/model/building/ModelBuildingRequest.java

    1. /**
    2. * Gets the model cache to use for reuse of previously built models.
    3. *
    4. * @return The model cache or {@code null} if not set.
    5. */
    6. ModelCache getModelCache();
    7.  
    8. /**
    9. * Sets the model cache to use for reuse of previously built models. This is an optional component that serves
    10. * performance optimizations.
    11. *
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 14.9K bytes
    - Viewed (0)
  9. ci/official/installer_wheel.sh

    1. popd
    2.  
    3. echo "Following installer wheels were generated: "
    4. ls "${TFCI_OUTPUT_DIR}"/*.whl
    5.  
    6. if [[ "$TFCI_ARTIFACT_STAGING_GCS_ENABLE" == 1 ]]; then
    7. # Note: -n disables overwriting previously created files.
    8. gsutil cp -n "$TFCI_OUTPUT_DIR"/*.whl "$TFCI_ARTIFACT_STAGING_GCS_URI"
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Thu Jul 25 17:28:01 UTC 2024
    - 3.5K bytes
    - Viewed (0)
  10. README.md

    1. the [Guava Beta Checker] to ensure that you do not use any `@Beta` APIs!**
    2.  
    3. 2. APIs without `@Beta` will remain binary-compatible for the indefinite
    4. future. (Previously, we sometimes removed such APIs after a deprecation
    5. period. The last release to remove non-`@Beta` APIs was Guava 21.0.) Even
    6. `@Deprecated` APIs will remain (again, unless they are `@Beta`). We have no
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Tue Sep 24 18:34:38 UTC 2024
    - 5.9K bytes
    - Viewed (0)
Back to top