Search Options

Results per page
Sort
Preferred Languages
Advance

Results 171 - 180 of 830 for generateGid (0.07 sec)

  1. cmd/rebalancemetric_string.go

    1. // Code generated by "stringer -type=rebalanceMetric -trimprefix=rebalanceMetric erasure-server-pool-rebalance.go"; DO NOT EDIT.
    2.  
    3. package cmd
    4.  
    5. import "strconv"
    6.  
    7. func _() {
    8. // An "invalid array index" compiler error signifies that the constant values have changed.
    9. // Re-run the stringer command to generate them again.
    10. var x [1]struct{}
    11. _ = x[rebalanceMetricRebalanceBuckets-0]
    12. _ = x[rebalanceMetricRebalanceBucket-1]
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Oct 25 19:36:57 UTC 2022
    - 988 bytes
    - Viewed (0)
  2. cmd/osmetric_string.go

    1. // Code generated by "stringer -type=osMetric -trimprefix=osMetric os-instrumented.go"; DO NOT EDIT.
    2.  
    3. package cmd
    4.  
    5. import "strconv"
    6.  
    7. func _() {
    8. // An "invalid array index" compiler error signifies that the constant values have changed.
    9. // Re-run the stringer command to generate them again.
    10. var x [1]struct{}
    11. _ = x[osMetricRemoveAll-0]
    12. _ = x[osMetricMkdirAll-1]
    13. _ = x[osMetricMkdir-2]
    14. _ = x[osMetricRename-3]
    15. _ = x[osMetricOpenFileW-4]
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Feb 15 01:09:38 UTC 2024
    - 1.3K bytes
    - Viewed (0)
  3. architecture/platforms.md

    1. -- Note: this file contains a generated diagram. Use `./gradlew :architectureDoc` to generate
    2. -->
    3.  
    4. # Gradle platform architecture
    5.  
    6. Gradle is arranged into coarse-grained components called "architecture modules" and "platforms".
    7. See [ADR4](standards/0004-use-a-platform-architecture.md) for a definition of these terms.
    8.  
    9. The diagram below shows the current set of architecture modules and platforms:
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Thu May 02 06:42:46 UTC 2024
    - 5.4K bytes
    - Viewed (0)
  4. src/main/webapp/js/admin/plugins/form-validator/poland.js

    1. /** File generated by Grunt -- do not modify
    2. * JQUERY-FORM-VALIDATOR
    3. *
    4. * @version 2.3.77
    5. * @website http://formvalidator.net/
    6. * @author Victor Jonsson, http://victorjonsson.se
    7. * @license MIT
    8. */
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 1.4K bytes
    - Viewed (0)
  5. compat/maven-model-builder/src/test/resources/poms/validation/distribution-management-status.xml

    1. under the License.
    2. -->
    3.  
    4. <project>
    5. <modelVersion>4.0.0</modelVersion>
    6. <groupId>foo</groupId>
    7. <artifactId>bar</artifactId>
    8. <version>0.1</version>
    9.  
    10. <distributionManagement>
    11. <status>generated</status>
    12. </distributionManagement>
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 993 bytes
    - Viewed (0)
  6. cmd/format_string.go

    1. // Code generated by "stringer -type=format -trimprefix=format untar.go"; DO NOT EDIT.
    2.  
    3. package cmd
    4.  
    5. import "strconv"
    6.  
    7. func _() {
    8. // An "invalid array index" compiler error signifies that the constant values have changed.
    9. // Re-run the stringer command to generate them again.
    10. var x [1]struct{}
    11. _ = x[formatUnknown-0]
    12. _ = x[formatGzip-1]
    13. _ = x[formatZstd-2]
    14. _ = x[formatLZ4-3]
    15. _ = x[formatS2-4]
    16. _ = x[formatBZ2-5]
    17. }
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Apr 23 18:58:53 UTC 2021
    - 737 bytes
    - Viewed (0)
  7. cmd/scannermetric_string.go

    1. // Code generated by "stringer -type=scannerMetric -trimprefix=scannerMetric data-scanner-metric.go"; DO NOT EDIT.
    2.  
    3. package cmd
    4.  
    5. import "strconv"
    6.  
    7. func _() {
    8. // An "invalid array index" compiler error signifies that the constant values have changed.
    9. // Re-run the stringer command to generate them again.
    10. var x [1]struct{}
    11. _ = x[scannerMetricReadMetadata-0]
    12. _ = x[scannerMetricCheckMissing-1]
    13. _ = x[scannerMetricSaveUsage-2]
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Sep 25 05:15:31 UTC 2023
    - 1.7K bytes
    - Viewed (0)
  8. cmd/lceventsrc_string.go

    1. // Code generated by "stringer -type lcEventSrc -trimprefix lcEventSrc_ bucket-lifecycle-audit.go"; DO NOT EDIT.
    2.  
    3. package cmd
    4.  
    5. import "strconv"
    6.  
    7. func _() {
    8. // An "invalid array index" compiler error signifies that the constant values have changed.
    9. // Re-run the stringer command to generate them again.
    10. var x [1]struct{}
    11. _ = x[lcEventSrc_None-0]
    12. _ = x[lcEventSrc_Heal-1]
    13. _ = x[lcEventSrc_Scanner-2]
    14. _ = x[lcEventSrc_Decom-3]
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Fri Dec 01 15:56:24 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  9. internal/bucket/lifecycle/action_string.go

    1. // Code generated by "stringer -type Action lifecycle.go"; DO NOT EDIT.
    2.  
    3. package lifecycle
    4.  
    5. import "strconv"
    6.  
    7. func _() {
    8. // An "invalid array index" compiler error signifies that the constant values have changed.
    9. // Re-run the stringer command to generate them again.
    10. var x [1]struct{}
    11. _ = x[NoneAction-0]
    12. _ = x[DeleteAction-1]
    13. _ = x[DeleteVersionAction-2]
    14. _ = x[TransitionAction-3]
    15. _ = x[TransitionVersionAction-4]
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Wed May 01 01:11:10 UTC 2024
    - 1.1K bytes
    - Viewed (0)
  10. compat/maven-model/src/main/java/org/apache/maven/model/io/xpp3/package-info.java

    1. // CHECKSTYLE_OFF: RegexpHeader|LineLength
    2. /**
    3. * XML reader and writer classes for Maven POM, generated from <code>maven.mdo</code> model.
    4. * These classes use
    5. * <a href="https://codehaus-plexus.github.io/plexus-utils/apidocs/org/codehaus/plexus/util/xml/pull/package-summary.html">plexus-utils'
    6. * XML Pull Parser API</a> for their internal XML handling and
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 750 bytes
    - Viewed (0)
Back to top