Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 443 for translation_ (0.18 sec)

  1. src/encoding/xml/xml.go

    			d.nextToken = t
    			t = t1
    		}
    	}
    	switch t1 := t.(type) {
    	case StartElement:
    		// In XML name spaces, the translations listed in the
    		// attributes apply to the element name and
    		// to the other attribute names, so process
    		// the translations first.
    		for _, a := range t1.Attr {
    			if a.Name.Space == xmlnsPrefix {
    				v, ok := d.ns[a.Name.Local]
    				d.pushNs(a.Name.Local, v, ok)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 47.3K bytes
    - Viewed (0)
  2. cmd/kubelet/app/plugins_providers.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package app
    
    import (
    	"k8s.io/component-base/featuregate"
    	"k8s.io/csi-translation-lib/plugins"
    	"k8s.io/klog/v2"
    	"k8s.io/kubernetes/pkg/features"
    	"k8s.io/kubernetes/pkg/volume"
    	"k8s.io/kubernetes/pkg/volume/csimigration"
    	"k8s.io/kubernetes/pkg/volume/portworx"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 14:55:34 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  3. docs/pl/docs/fastapi-people.md

    * [Tworzą Pull Requesty](help-fastapi.md#create-a-pull-request){.internal-link target=_blank}.
    * Oceniają Pull Requesty, [to szczególnie ważne dla tłumaczeń](contributing.md#translations){.internal-link target=_blank}.
    
    Proszę o brawa dla nich. 👏 🙇
    
    ## Najaktywniejsi użytkownicy w zeszłym miesiącu
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat May 18 00:50:03 UTC 2024
    - 6.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/flatbuffer_translate.cc

    #include "mlir/IR/Types.h"  // from @llvm-project
    #include "mlir/IR/Value.h"  // from @llvm-project
    #include "mlir/Support/LogicalResult.h"  // from @llvm-project
    #include "mlir/Tools/mlir-translate/Translation.h"  // from @llvm-project
    #include "stablehlo/dialect/StablehloOps.h"  // from @stablehlo
    #include "stablehlo/dialect/VhloOps.h"  // from @stablehlo
    #include "tensorflow/compiler/mlir/lite/flatbuffer_export.h"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 14 19:15:40 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  5. pkg/controller/volume/expand/expand_controller_test.go

    	"k8s.io/apimachinery/pkg/util/strategicpatch"
    	utilfeature "k8s.io/apiserver/pkg/util/feature"
    	"k8s.io/client-go/informers"
    	coretesting "k8s.io/client-go/testing"
    	csitrans "k8s.io/csi-translation-lib"
    	csitranslationplugins "k8s.io/csi-translation-lib/plugins"
    	"k8s.io/kubernetes/pkg/controller"
    	controllervolumetesting "k8s.io/kubernetes/pkg/controller/volume/attachdetach/testing"
    	"k8s.io/kubernetes/pkg/volume"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 18 11:00:37 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  6. pkg/scheduler/framework/plugins/nodevolumelimits/utils.go

    import (
    	"strings"
    
    	v1 "k8s.io/api/core/v1"
    	storagev1 "k8s.io/api/storage/v1"
    	"k8s.io/apimachinery/pkg/util/sets"
    	utilfeature "k8s.io/apiserver/pkg/util/feature"
    	csilibplugins "k8s.io/csi-translation-lib/plugins"
    	v1helper "k8s.io/kubernetes/pkg/apis/core/v1/helper"
    	"k8s.io/kubernetes/pkg/features"
    	"k8s.io/kubernetes/pkg/scheduler/framework"
    )
    
    // isCSIMigrationOn returns a boolean value indicating whether
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 14:55:34 UTC 2024
    - 2.5K bytes
    - Viewed (0)
  7. cmd/kube-controller-manager/app/plugins_providers.go

    See the License for the specific language governing permissions and
    limitations under the License.
    */
    
    package app
    
    import (
    	"k8s.io/component-base/featuregate"
    	"k8s.io/csi-translation-lib/plugins"
    	"k8s.io/klog/v2"
    	"k8s.io/kubernetes/pkg/features"
    	"k8s.io/kubernetes/pkg/volume"
    	"k8s.io/kubernetes/pkg/volume/csimigration"
    	"k8s.io/kubernetes/pkg/volume/portworx"
    )
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 09 14:55:34 UTC 2024
    - 3.2K bytes
    - Viewed (0)
  8. pkg/registry/core/pod/rest/subresources.go

    	if utilfeature.DefaultFeatureGate.Enabled(features.TranslateStreamCloseWebsocketRequests) {
    		// Wrap the upgrade aware handler to implement stream translation
    		// for WebSocket/V5 upgrade requests.
    		streamOptions := translator.Options{
    			Stdin:  attachOpts.Stdin,
    			Stdout: attachOpts.Stdout,
    			Stderr: attachOpts.Stderr,
    			Tty:    attachOpts.TTY,
    		}
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Mar 04 19:10:30 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/python/flatbuffer_to_mlir.cc

    #include "mlir/IR/Verifier.h"  // from @llvm-project
    #include "mlir/Support/FileUtilities.h"  // from @llvm-project
    #include "mlir/Support/LogicalResult.h"  // from @llvm-project
    #include "mlir/Tools/mlir-translate/Translation.h"  // from @llvm-project
    #include "tensorflow/compiler/mlir/lite/flatbuffer_import.h"
    
    namespace tensorflow {
    namespace {
    static mlir::OwningOpRef<mlir::ModuleOp> FlatBufferFileToMlirTranslation(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sun May 12 12:39:37 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  10. pkg/proxy/serviceport.go

    		if ing.IP == "" {
    			continue
    		}
    
    		// proxy mode load balancers do not need to track the IPs in the service cache
    		// and they can also implement IP family translation, so no need to check if
    		// the status ingress.IP and the ClusterIP belong to the same family.
    		if !proxyutil.IsVIPMode(ing) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jan 09 08:17:56 UTC 2024
    - 10.7K bytes
    - Viewed (0)
Back to top