Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 126 for danger (0.06 sec)

  1. docs/en/docs/img/sponsors/scalar-banner.svg

    scalar-banner.svg...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Nov 28 10:52:35 UTC 2023
    - 6.4K bytes
    - Viewed (0)
  2. docs/en/docs/img/sponsors/coherence-banner.png

    coherence-banner.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Wed Jan 31 22:13:52 UTC 2024
    - 18K bytes
    - Viewed (0)
  3. docs/en/docs/img/sponsors/kong-banner.png

    kong-banner.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu May 30 13:28:20 UTC 2024
    - 20.6K bytes
    - Viewed (0)
  4. docs/en/docs/img/sponsors/propelauth-banner.png

    propelauth-banner.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Wed Dec 06 11:33:48 UTC 2023
    - 12.5K bytes
    - Viewed (0)
  5. docs/en/docs/img/sponsors/zuplo-banner.png

    zuplo-banner.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Tue Jun 18 02:25:11 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  6. internal/grid/manager.go

    //lint:ignore U1000 This is used by tests.
    func (m *Manager) debugMsg(d debugMsg, args ...any) {
    	for _, c := range m.targets {
    		c.debugMsg(d, args...)
    	}
    }
    
    // ConnStats returns the connection statistics for all connections.
    func (m *Manager) ConnStats() madmin.RPCMetrics {
    	var res madmin.RPCMetrics
    	for _, c := range m.targets {
    		t := c.Stats()
    		res.Merge(&t)
    	}
    	return res
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Mon Jul 29 18:10:04 UTC 2024
    - 10.6K bytes
    - Viewed (0)
  7. src/main/webapp/js/admin/adminlte.min.js.map

    content: '.card-body',\n  loadInContent: true,\n  loadOnInit: true,\n  loadErrorTemplate: true,\n  responseType: '',\n  overlayTemplate: '<div class=\"overlay\"><i class=\"fas fa-2x fa-sync-alt fa-spin\"></i></div>',\n  errorTemplate: '<span class=\"text-danger\"></span>',\n  onLoadStart() {},\n  onLoadDone(response) {\n    return response\n  },\n  onLoadFail(_jqXHR, _textStatus, _errorThrown) {}\n}\n\nclass CardRefresh {\n  constructor(element, settings) {\n    this._element = element\n    this._parent...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 132.4K bytes
    - Viewed (0)
  8. impl/maven-core/plugin-manager.txt

     */
    
    This document outlines the concerns of a general plugin manager that would be used in conjunction with any Plexus-based application. The following outlined concerns are an attempt to describe what a plugin manager would need to do for Maven and for Nexus.
    
    h2. Concerns for the plugin manager
    
    h3. Resolving the dependencies of a plugin
    
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri Oct 25 12:31:46 UTC 2024
    - 12.9K bytes
    - Viewed (0)
  9. android/guava/src/com/google/common/collect/Range.java

       * also be called their <i>union</i>. If they are not, note that the span might contain values
       * that are not contained in either input range.
       *
       * <p>Like {@link #intersection(Range) intersection}, this operation is commutative, associative
       * and idempotent. Unlike it, it is always well-defined for any two input ranges.
       */
      public Range<C> span(Range<C> other) {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 16 17:21:56 UTC 2024
    - 27.8K bytes
    - Viewed (0)
  10. guava/src/com/google/common/collect/Range.java

       * also be called their <i>union</i>. If they are not, note that the span might contain values
       * that are not contained in either input range.
       *
       * <p>Like {@link #intersection(Range) intersection}, this operation is commutative, associative
       * and idempotent. Unlike it, it is always well-defined for any two input ranges.
       */
      public Range<C> span(Range<C> other) {
    Registered: Fri Nov 01 12:43:10 UTC 2024
    - Last Modified: Wed Oct 16 17:21:56 UTC 2024
    - 27.8K bytes
    - Viewed (0)
Back to top