Search Options

Results per page
Sort
Preferred Languages
Advance

Results 81 - 90 of 159 for pleg (0.1 sec)

  1. src/math/tan_s390x.s

    	FMOVD	0(R1), F4
    	WFMSDB	V0, V6, V4, V6
    	FMOVD	80(R5), F1
    	FADD	F6, F4
    	FMOVD	72(R5), F2
    	FMSUB	F1, F4, F0
    	FMOVD	64(R5), F3
    	WFMADB	V4, V2, V0, V2
    	FMOVD	56(R5), F1
    	WFMADB	V4, V3, V2, V4
    	FMUL	F2, F2
    	VLEG	$0, 48(R5), V18
    	LGDR	F6, R1
    	FMOVD	40(R5), F5
    	FMOVD	32(R5), F3
    	FMADD	F1, F2, F3
    	FMOVD	24(R5), F1
    	FMOVD	16(R5), F7
    	FMOVD	8(R5), F0
    	WFMADB	V2, V7, V1, V7
    	WFMADB	V2, V0, V5, V0
    	WFMDB	V2, V2, V1
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Jul 27 23:30:00 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  2. pkg/scheduler/framework/plugins/examples/stateful/stateful.go

    	executionPoints []string
    	mu              sync.RWMutex
    }
    
    var _ framework.ReservePlugin = &MultipointExample{}
    var _ framework.PreBindPlugin = &MultipointExample{}
    
    // Name is the name of the plug used in Registry and configurations.
    const Name = "multipoint-plugin-example"
    
    // Name returns name of the plugin. It is used in logs, etc.
    func (mp *MultipointExample) Name() string {
    	return Name
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 09 03:43:17 UTC 2023
    - 3.3K bytes
    - Viewed (0)
  3. src/math/pow_s390x.s

    	WFMADB	V4, V6, V3, V4
    	FMOVD	0(R2), F5
    	WFADB	V4, V16, V3
    	VLEG	$0, 56(R9), V20
    	WFMSDB	V2, V3, V5, V3
    	VLEG	$0, 48(R9), V18
    	WFADB	V3, V5, V6
    	LGDR	F3, R2
    	WFMSDB	V2, V16, V6, V16
    	FMOVD	40(R9), F1
    	WFMADB	V2, V4, V16, V4
    	FMOVD	32(R9), F7
    	WFMDB	V4, V4, V3
    	WFMADB	V4, V1, V20, V1
    	WFMADB	V4, V7, V18, V7
    	VLEG	$0, 24(R9), V16
    	WFMADB	V1, V3, V7, V1
    	FMOVD	16(R9), F5
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jun 14 00:03:57 UTC 2023
    - 16.3K bytes
    - Viewed (0)
  4. docs/tr/docs/history-design-future.md

    Geçmişte oluşturulan pek çok araç **FastAPI**'a ilham kaynağı olmuştur.
    
    Yıllardır yeni bir framework oluşturmaktan kaçınıyordum. Başlangıçta **FastAPI**'ın çözdüğü sorunları çözebilmek için pek çok farklı framework, <abbr title="Eklenti: Plug-In">eklenti</abbr> ve araç kullanmayı denedim.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Fri Mar 22 01:42:11 UTC 2024
    - 4.7K bytes
    - Viewed (0)
  5. CHANGELOG/CHANGELOG-1.27.md

    - Graduated CRI Events driven Pod LifeCycle Event Generator (Evented PLEG) to Beta ([#115967](https://github.com/kubernetes/kubernetes/pull/115967), [@harche](https://github.com/harche))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 23:01:06 UTC 2024
    - 455.3K bytes
    - Viewed (0)
  6. common-protos/k8s.io/apimachinery/pkg/runtime/generated.proto

      optional string apiVersion = 1;
    
      // +optional
      optional string kind = 2;
    }
    
    // Unknown allows api objects with unknown types to be passed-through. This can be used
    // to deal with the API objects from a plug-in. Unknown objects still have functioning
    // TypeMeta features-- kind, version, etc.
    // TODO: Make this object have easy access to field based accessors and settors for
    // metadata and field mutatation.
    //
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Mar 11 18:43:24 UTC 2024
    - 4.2K bytes
    - Viewed (0)
  7. staging/src/k8s.io/apimachinery/pkg/runtime/generated.proto

      optional string apiVersion = 1;
    
      // +optional
      optional string kind = 2;
    }
    
    // Unknown allows api objects with unknown types to be passed-through. This can be used
    // to deal with the API objects from a plug-in. Unknown objects still have functioning
    // TypeMeta features-- kind, version, etc.
    // TODO: Make this object have easy access to field based accessors and settors for
    // metadata and field mutatation.
    //
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 26 17:14:05 UTC 2022
    - 4.2K bytes
    - Viewed (0)
  8. docs/en/docs/features.md

    * **No compromise** with databases, frontends, etc. But easy integration with all of them.
    
    ### Unlimited "plug-ins"
    
    Or in other way, no need for them, import and use the code you need.
    
    Any integration is designed to be so simple to use (with dependencies) that you can create a "plug-in" for your application in 2 lines of code using the same structure and syntax used for your *path operations*.
    
    ### Tested
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 02 22:37:31 UTC 2024
    - 9.3K bytes
    - Viewed (0)
  9. CHANGELOG/CHANGELOG-1.26.md

    - Added support for Evented PLEG feature gate. ([#111384](https://github.com/kubernetes/kubernetes/pull/111384), [@harche](https://github.com/harche))
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
  10. docs/fr/docs/features.md

    ### "Plug-ins" illimités
    
    Ou, en d'autres termes, pas besoin d'eux, importez le code que vous voulez et utilisez le.
    
    Tout intégration est conçue pour être si simple à utiliser (avec des dépendances) que vous pouvez créer un "plug-in" pour votre application en deux lignes de code utilisant la même syntaxe que celle de vos *path operations*
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu Apr 18 19:53:19 UTC 2024
    - 11.1K bytes
    - Viewed (0)
Back to top