Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 22 for Pointers (0.11 sec)

  1. CONTRIBUTING.md

    1. * Why is this change done? What's the use case?
    2. * For user facing features, what will the API look like?
    3. * What test cases should it have? What could go wrong?
    4. * How will it roughly be implemented? We'll happily provide code pointers to save you time.
    5.  
    6. We may ask you to answer these questions directly in the GitHub issue or (for large changes) in a shared Google Doc.
    Registered: Wed Nov 06 11:36:14 UTC 2024
    - Last Modified: Tue Nov 05 15:15:33 UTC 2024
    - 15.6K bytes
    - Viewed (0)
  2. common/config/.golangci.yml

    1. - ".*\\.gen\\.go"
    2. exclude-rules:
    3. # Exclude some linters from running on test files.
    4. - path: _test\.go$|^tests/|^samples/
    5. linters:
    6. - errcheck
    7. - maligned
    8. - path: _test\.go$
    9. text: "dot-imports: should not use dot imports"
    10. # We need to use the deprecated module since the jsonpb replacement is not backwards compatible.
    11. - linters:
    12. - staticcheck
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Thu Oct 24 17:36:49 UTC 2024
    - 11.7K bytes
    - Viewed (0)
  3. impl/maven-core/src/main/java/org/apache/maven/internal/impl/Lifecycles.java

    1. return new Lifecycle.Link() {
    2. @Override
    3. public Kind kind() {
    4. return Kind.AFTER;
    5. }
    6.  
    7. @Override
    8. public Lifecycle.Pointer pointer() {
    9. return new Lifecycle.PhasePointer() {
    10. @Override
    11. public String phase() {
    12. return b;
    13. }
    14. };
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 7K bytes
    - Viewed (0)
  4. impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultLifecycleRegistry.java

    1. }
    2. phase.links().forEach(link -> {
    3. if (link.pointer().type() == Lifecycle.Pointer.Type.PROJECT) {
    4. if (link.kind() == Lifecycle.Link.Kind.AFTER) {
    5. graph.addEdge(graph.addVertex(link.pointer().phase()), ep0);
    6. } else {
    7. graph.addEdge(ep3, graph.addVertex("$" + link.pointer().phase()));
    8. }
    9. }
    10. });
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 19.4K bytes
    - Viewed (0)
  5. Makefile

    1. lint: getdeps ## runs golangci-lint suite of linters
    2. @echo "Running $@ check"
    3. @$(GOLANGCI) run --build-tags kqueue --timeout=10m --config ./.golangci.yml
    4. @command typos && typos ./ || echo "typos binary is not found.. skipping.."
    5.  
    6. lint-fix: getdeps ## runs golangci-lint suite of linters with automatic fixes
    7. @echo "Running $@ check"
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Thu Oct 31 22:10:24 UTC 2024
    - 11.1K bytes
    - Viewed (0)
  6. src/cmd/asm/internal/asm/testdata/riscv64.s

    1. SRAW $1, X6 // 1b531340
    2.  
    3. // 4.3: Load and Store Instructions (RV64I)
    4. LD (X5), X6 // 03b30200
    5. LD 4(X5), X6 // 03b34200
    6. SD X5, (X6) // 23305300
    7. SD X5, 4(X6) // 23325300
    8.  
    9. // 8.1: Base Counters and Timers (Zicntr)
    10. RDCYCLE X5 // f32200c0
    11. RDTIME X5 // f32210c0
    12. RDINSTRET X5 // f32220c0
    13.  
    14. // 13.1: Multiplication Operations
    15. MUL X5, X6, X7 // b3035302
    16. MULH X5, X6, X7 // b3135302
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Oct 25 12:05:29 UTC 2024
    - 16.8K bytes
    - Viewed (0)
  7. src/main/webapp/css/admin/plugins/daterangepicker/daterangepicker.css

    1. min-width: 32px;
    2. width: 32px;
    3. height: 24px;
    4. line-height: 24px;
    5. font-size: 12px;
    6. border-radius: 4px;
    7. border: 1px solid transparent;
    8. white-space: nowrap;
    9. cursor: pointer;
    10. }
    11.  
    12. .daterangepicker .calendar-table {
    13. border: 1px solid #fff;
    14. border-radius: 4px;
    15. background-color: #fff;
    16. }
    17.  
    18. .daterangepicker .calendar-table table {
    19. width: 100%;
    20. margin: 0;
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  8. cmd/xl-storage-disk-id-check.go

    1. // apiCalls should be placed first so alignment is guaranteed for atomic operations.
    2. apiCalls [storageMetricLast]uint64
    3. apiLatencies [storageMetricLast]*lockedLastMinuteLatency
    4. diskID atomic.Pointer[string]
    5. storage *xlStorage
    6. health *diskHealthTracker
    7. healthCheck bool
    8.  
    9. metricsCache *cachevalue.Cache[DiskMetrics]
    10. diskCtx context.Context
    11. diskCancel context.CancelFunc
    12. }
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Sat Oct 26 09:56:26 UTC 2024
    - 34.5K bytes
    - Viewed (0)
  9. src/main/webapp/css/admin/bootstrap.min.css.map

    box-shadow(none);\n  }\n\n  &:not(:disabled):not(.disabled) {\n    cursor: if($enable-pointer-cursor-for-buttons, pointer, null);\n\n    &:active,\n    &.active {\n      @include box-shadow($btn-active-box-shadow);\n\n      &:focus {\n        @include box-shadow($btn-focus-box-shadow, $btn-active-box-shadow);\n      }\n    }\n  }\n}\n\n// Future-proof disabling of clicks on `<a>` elements\na.btn.disabled,\nfieldset:disabled a.btn {\n  pointer-events: none;\n}\n\n\n//\n// Alternate buttons\n//\n\n@each $color, $value...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 639.3K bytes
    - Viewed (0)
  10. src/main/webapp/css/admin/bootstrap.min.css

    :hover{color:#212529;text-decoration:none}.btn.focus,.btn:focus{outline:0;box-shadow:0 0 0 .2rem rgba(0,123,255,.25)}.btn.disabled,.btn:disabled{opacity:.65}.btn:not(:disabled):not(.disabled){cursor:pointer}a.btn.disabled,fieldset:disabled a.btn{pointer-events:none}.btn-primary{color:#fff;background-color:#007bff;border-color:#007bff}.btn-primary:hover{color:#fff;background-color:#0069d9;border-color:#0062cc}.btn-primary.focus,.btn-primary:focus{color:#fff;background-color:#0069d9;border-color:#0062cc;box-shadow:0...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 158.5K bytes
    - Viewed (0)
Back to top