Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 778 for ugrave (0.12 sec)

  1. src/html/entity.go

    		"Ubrcy;":                           '\U0000040E',
    		"Ubreve;":                          '\U0000016C',
    		"Ucirc;":                           '\U000000DB',
    		"Ucy;":                             '\U00000423',
    		"Udblac;":                          '\U00000170',
    		"Ufr;":                             '\U0001D518',
    		"Ugrave;":                          '\U000000D9',
    		"Umacr;":                           '\U0000016A',
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jul 31 22:10:54 UTC 2018
    - 114.3K bytes
    - Viewed (0)
  2. src/mdo/reader-stax.vm

            entities.put("Oslash", "\u00d8");
            entities.put("Ugrave", "\u00d9");
            entities.put("Uacute", "\u00da");
            entities.put("Ucirc", "\u00db");
            entities.put("Uuml", "\u00dc");
            entities.put("Yacute", "\u00dd");
            entities.put("THORN", "\u00de");
            entities.put("szlig", "\u00df");
            entities.put("agrave", "\u00e0");
            entities.put("aacute", "\u00e1");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Mon Mar 25 10:50:01 UTC 2024
    - 38.1K bytes
    - Viewed (0)
  3. src/mdo/reader.vm

            entities.put("Oslash", "\u00d8");
            entities.put("Ugrave", "\u00d9");
            entities.put("Uacute", "\u00da");
            entities.put("Ucirc", "\u00db");
            entities.put("Uuml", "\u00dc");
            entities.put("Yacute", "\u00dd");
            entities.put("THORN", "\u00de");
            entities.put("szlig", "\u00df");
            entities.put("agrave", "\u00e0");
            entities.put("aacute", "\u00e1");
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Dec 15 06:33:11 UTC 2023
    - 42.1K bytes
    - Viewed (0)
  4. src/cmd/vendor/rsc.io/markdown/entity.go

    	"⥉":                        "\u2949",
    	"Ў":                           "\u040e",
    	"Ŭ":                          "\u016c",
    	"Û":                           "\u00db",
    	"У":                             "\u0423",
    	"Ű":                          "\u0170",
    	"𝔘":                             "\U0001d518",
    	"Ù":                          "\u00d9",
    	"Ū":                           "\u016a",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
  5. src/encoding/xml/xml.go

    	"frac34":   "\u00BE",
    	"iquest":   "\u00BF",
    	"Agrave":   "\u00C0",
    	"Aacute":   "\u00C1",
    	"Acirc":    "\u00C2",
    	"Atilde":   "\u00C3",
    	"Auml":     "\u00C4",
    	"Aring":    "\u00C5",
    	"AElig":    "\u00C6",
    	"Ccedil":   "\u00C7",
    	"Egrave":   "\u00C8",
    	"Eacute":   "\u00C9",
    	"Ecirc":    "\u00CA",
    	"Euml":     "\u00CB",
    	"Igrave":   "\u00CC",
    	"Iacute":   "\u00CD",
    	"Icirc":    "\u00CE",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 18:46:41 UTC 2024
    - 47.3K bytes
    - Viewed (0)
  6. cmd/kubeadm/app/cmd/upgrade/upgrade.go

    limitations under the License.
    */
    
    package upgrade
    
    import (
    	"io"
    
    	"github.com/spf13/cobra"
    	"github.com/spf13/pflag"
    
    	"k8s.io/kubernetes/cmd/kubeadm/app/cmd/options"
    	cmdutil "k8s.io/kubernetes/cmd/kubeadm/app/cmd/util"
    	kubeadmconstants "k8s.io/kubernetes/cmd/kubeadm/app/constants"
    )
    
    // applyPlanFlags holds the values for the common flags in `kubeadm upgrade apply` and `kubeadm upgrade plan`
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Aug 26 01:18:29 UTC 2022
    - 2.9K bytes
    - Viewed (0)
  7. cluster/gce/upgrade.sh

      echo "!!! EXPERIMENTAL !!!"
      echo "!!! This upgrade script is not meant to be run in production !!!"
      echo ""
      echo "${0} [-M | -N | -P] [-o] (-l | <version number or publication>)"
      echo "  Upgrades master and nodes by default"
      echo "  -M:  Upgrade master only"
      echo "  -N:  Upgrade nodes only"
      echo "  -P:  Node upgrade prerequisites only (create a new instance template)"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 21:13:22 UTC 2024
    - 25.2K bytes
    - Viewed (0)
  8. operator/cmd/mesh/upgrade.go

    func UpgradeCmd(ctx cli.Context) *cobra.Command {
    	rootArgs := &RootArgs{}
    	upgradeArgs := &upgradeArgs{
    		InstallArgs: &InstallArgs{},
    	}
    	cmd := &cobra.Command{
    		Use:   "upgrade",
    		Short: "Upgrade Istio control plane in-place",
    		Long:  "The upgrade command is an alias for the install command",
    		RunE: func(cmd *cobra.Command, args []string) (e error) {
    			l := clog.NewConsoleLogger(cmd.OutOrStdout(), cmd.ErrOrStderr(), installerScope)
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Mar 15 01:18:49 UTC 2024
    - 1.5K bytes
    - Viewed (0)
  9. staging/src/k8s.io/apimachinery/pkg/util/httpstream/spdy/upgrade.go

    		errorMsg := fmt.Sprintf("unable to upgrade: missing upgrade headers in request: %#v", req.Header)
    		http.Error(w, errorMsg, http.StatusBadRequest)
    		return nil
    	}
    
    	hijacker, ok := w.(http.Hijacker)
    	if !ok {
    		errorMsg := "unable to upgrade: unable to hijack response"
    		http.Error(w, errorMsg, http.StatusInternalServerError)
    		return nil
    	}
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Jul 28 08:02:09 UTC 2022
    - 4K bytes
    - Viewed (0)
  10. buildscripts/minio-upgrade.sh

    # shellcheck disable=SC2120
    cleanup() {
    	MINIO_VERSION=dev /tmp/gopath/bin/docker-compose \
    		-f "buildscripts/upgrade-tests/compose.yml" \
    		down || true
    
    	MINIO_VERSION=dev /tmp/gopath/bin/docker-compose \
    		-f "buildscripts/upgrade-tests/compose.yml" \
    		rm || true
    
    	for volume in $(docker volume ls -q | grep upgrade); do
    		docker volume rm ${volume} || true
    	done
    
    	docker volume prune -f
    	docker system prune -f || true
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 05:08:11 UTC 2024
    - 2.6K bytes
    - Viewed (0)
Back to top