Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 443 for translation_ (0.22 sec)

  1. .github/actions/notify-translations/app/main.py

        logging.debug(f"Using translations map: {lang_to_discussion_map}")
    
        # Messages to create or check
        new_translation_message = f"Good news everyone! 😉 There's a new translation PR to be reviewed: #{pr.number} by @{pr.user.login}. 🎉 This requires 2 approvals from native speakers to be merged. 🤓"
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Sep 27 23:01:46 UTC 2023
    - 12.4K bytes
    - Viewed (0)
  2. docs/en/docs/fastapi-people.md

    ## Top Translation Reviewers
    
    These users are the **Top Translation Reviewers**. 🕵️
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 16 23:54:24 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  3. operator/pkg/translate/translate.go

    	FlattenValues bool
    }
    
    // TranslationFunc maps a yamlStr API path into a YAML values tree.
    type TranslationFunc func(t *Translation, root map[string]any, valuesPath string, value any) error
    
    // Translation is a mapping to an output path using a translation function.
    type Translation struct {
    	// OutPath defines the position in the yaml file
    	OutPath         string `yaml:"outPath"`
    	translationFunc TranslationFunc
    }
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Feb 12 19:43:09 UTC 2024
    - 36.3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tf_mlir_translate_main.cc

      tensorflow::InitMlir y(&argc, &argv);
    
      // Add flags for all the registered translations.
      llvm::cl::opt<const mlir::Translation*, false, mlir::TranslationParser>
          requested_translation("", llvm::cl::desc("Translation to perform"));
      mlir::registerAsmPrinterCLOptions();
      llvm::cl::ParseCommandLineOptions(argc, argv, "TF MLIR translation driver\n");
    
      if (!import_saved_model_object_graph && !import_saved_model_signature_defs &&
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 01:19:25 UTC 2023
    - 7K bytes
    - Viewed (0)
  5. scripts/docs.py

        """
        update_config()
    
    
    @app.command()
    def serve() -> None:
        """
        A quick server to preview a built site with translations.
    
        For development, prefer the command live (or just mkdocs serve).
    
        This is here only to preview a site with translations already built.
    
        Make sure you run the build-all command first.
        """
        typer.echo("Warning: this is a very simple server.")
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Jan 22 19:26:14 UTC 2024
    - 10.9K bytes
    - Viewed (0)
  6. pkg/config/analysis/analyzers/testdata/gateway-custom-ingressgateway-translation.yaml

    Leonardo Sarra <******@****.***> 1717490886 +0200
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Jun 04 08:48:06 UTC 2024
    - 672 bytes
    - Viewed (0)
  7. operator/pkg/metrics/monitoring.go

    	ManifestRenderErrorTotal = monitoring.NewSum(
    		"manifest_render_error_total",
    		"Number of times error occurred during rendering output manifest",
    	)
    
    	// LegacyPathTranslationTotal counts the translations from legacy API to new one.
    	LegacyPathTranslationTotal = monitoring.NewSum(
    		"legacy_path_translation_total",
    		"Number of times a legacy API path is translated",
    	)
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Aug 10 15:35:03 UTC 2023
    - 7K bytes
    - Viewed (0)
  8. .github/ISSUE_TEMPLATE/config.yml

        url: https://github.com/tiangolo/fastapi/discussions/categories/show-and-tell
      - name: Translations
        about: Coordinate translations in GitHub Discussions.
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Tue Jan 31 14:02:52 UTC 2023
    - 930 bytes
    - Viewed (0)
  9. src/reflect/abi.go

    	kind abiStepKind
    
    	// offset and size together describe a part of a Go value
    	// in memory.
    	offset uintptr
    	size   uintptr // size in bytes of the part
    
    	// These fields describe the ABI side of the translation.
    	stkOff uintptr // stack offset, used if kind == abiStepStack
    	ireg   int     // integer register index, used if kind == abiStepIntReg or kind == abiStepPointer
    	freg   int     // FP register index, used if kind == abiStepFloatReg
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 07 17:08:32 UTC 2024
    - 15K bytes
    - Viewed (0)
  10. pkg/kubelet/pod/pod_manager.go

    	mirrorToPod = make(map[kubetypes.MirrorPodUID]kubetypes.ResolvedPodUID, len(pm.translationByUID))
    	// Insert empty translation mapping for all static pods.
    	for uid, pod := range pm.podByUID {
    		if !kubetypes.IsStaticPod(pod) {
    			continue
    		}
    		podToMirror[uid] = ""
    	}
    	// Fill in translations. Notice that if there is no mirror pod for a
    	// static pod, its uid will be translated into empty string "". This
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 01 06:06:00 UTC 2024
    - 11.9K bytes
    - Viewed (0)
Back to top