Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 104 for danger (0.05 sec)

  1. docs/de/docs/advanced/security/oauth2-scopes.md

    Und wir geben die Scopes als Teil des JWT-Tokens zurück.
    
    /// danger | "Gefahr"
    
    Der Einfachheit halber fügen wir hier die empfangenen Scopes direkt zum Token hinzu.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 22.5K bytes
    - Viewed (0)
  2. docs/pt/docs/advanced/security/oauth2-scopes.md

    E nós retornamos os escopos como parte do token JWT.
    
    /// danger | Cuidado
    
    Para manter as coisas simples, aqui nós estamos apenas adicionando os escopos recebidos diretamente ao token.
    
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Sun Oct 06 20:36:54 UTC 2024
    - 21.7K bytes
    - Viewed (0)
  3. src/main/webapp/js/admin/adminlte.min.js

    ceSelector:"",params:{},trigger:r,content:".card-body",loadInContent:!0,loadOnInit:!0,loadErrorTemplate:!0,responseType:"",overlayTemplate:'<div class="overlay"><i class="fas fa-2x fa-sync-alt fa-spin"></i></div>',errorTemplate:'<span class="text-danger"></span>',onLoadStart:function(){},onLoadDone:function(e){return e},onLoadFail:function(e,t,a){}},f=function(){function e(e,t){if(this._element=e,this._parent=e.parents(".card").first(),this._settings=n.default.extend({},d,t),this._overlay=n.defa...
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Sat Oct 26 01:49:09 UTC 2024
    - 45.3K bytes
    - Viewed (0)
  4. apache-maven/src/main/appended-resources/licenses/CDDL+GPLv2-with-classpath-exception.txt

        Developer or such Contributor as a result of any such terms You offer.
    
        3.6. Larger Works.
    
        You may create a Larger Work by combining Covered Software with
        other code not governed by the terms of this License and distribute
        the Larger Work as a single product. In such a case, You must make
        sure the requirements of this License are fulfilled for the Covered
        Software.
    Registered: Sun Nov 03 03:35:11 UTC 2024
    - Last Modified: Fri May 17 19:14:22 UTC 2024
    - 38.5K bytes
    - Viewed (0)
  5. docs/en/docs/img/sponsors/fine-banner.png

    fine-banner.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Mon Jul 01 23:08:40 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  6. docs/en/docs/img/sponsors/render-banner.svg

    render-banner.svg...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Oct 31 09:13:26 UTC 2024
    - 12.6K bytes
    - Viewed (0)
  7. docs/en/docs/img/sponsors/liblab-banner.png

    liblab-banner.png...
    Registered: Sun Nov 03 07:19:11 UTC 2024
    - Last Modified: Thu Aug 01 04:53:51 UTC 2024
    - 12.2K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. 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)
Back to top