Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 48 for Feng (0.09 sec)

  1. CHANGELOG/OWNERS

      - npolshakova # 1.30 Release Notes Shadow
      - OrlinVasilev # 1.30 Release Notes Shadow
      - rashansmith # 1.30 Release Notes Lead
      - satyampsoni # 1.30 Release Notes Shadow
    labels:
      - sig/release
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 24 16:11:28 UTC 2024
    - 801 bytes
    - Viewed (0)
  2. pkg/test/framework/features/README.md

    # Feature Coverage Reporting
    
    ## Overview
    
    The features package defines values that are used to track feature coverage at eng.istio.io
    
    ## Labeling a Test
    
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Jul 20 19:13:32 UTC 2023
    - 2.8K bytes
    - Viewed (0)
  3. testing/internal-integ-testing/src/main/groovy/org/gradle/integtests/fixtures/logging/comparison/DiffUtils.java

     *
     * A custom implementation of the diff algorithm based on the solution described at
     * https://en.wikipedia.org/wiki/Longest_common_subsequence_problem
     *
     * Original author Yun Peng (******@****.***)
     */
    public final class DiffUtils {
        // A list of unique strings appeared in compared texts.
        // The index of each string is its incremental Id.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 9.4K bytes
    - Viewed (0)
  4. src/archive/tar/reader_test.go

    			ModTime:  time.Unix(1244428340, 0),
    			Typeflag: '0',
    			Uname:    "dsymonds",
    			Gname:    "eng",
    			Format:   FormatGNU,
    		}, {
    			Name:     "small2.txt",
    			Mode:     0640,
    			Uid:      73025,
    			Gid:      5000,
    			Size:     11,
    			ModTime:  time.Unix(1244436044, 0),
    			Typeflag: '0',
    			Uname:    "dsymonds",
    			Gname:    "eng",
    			Format:   FormatGNU,
    		}},
    		chksums: []string{
    			"e38b27eaccb4391bdec553a7f3ae6b2f",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Nov 21 21:14:38 UTC 2022
    - 47.1K bytes
    - Viewed (0)
  5. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/webhook/webhook_v1beta1_test.go

    					UID:      "abcd-1234",
    					Groups:   []string{"stuff-dev", "main-eng"},
    					Extra:    map[string]authenticationv1beta1.ExtraValue{"foo": {"bar", "baz"}},
    				},
    			},
    			expectedAuthenticated: true,
    			expectedUser: &user.DefaultInfo{
    				Name:   "******@****.***",
    				UID:    "abcd-1234",
    				Groups: []string{"stuff-dev", "main-eng"},
    				Extra:  map[string][]string{"foo": {"bar", "baz"}},
    			},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 18 00:47:42 UTC 2022
    - 19.2K bytes
    - Viewed (0)
  6. staging/src/k8s.io/apiserver/plugin/pkg/authenticator/token/webhook/webhook_v1_test.go

    					UID:      "abcd-1234",
    					Groups:   []string{"stuff-dev", "main-eng"},
    					Extra:    map[string]authenticationv1.ExtraValue{"foo": {"bar", "baz"}},
    				},
    			},
    			expectedAuthenticated: true,
    			expectedUser: &user.DefaultInfo{
    				Name:   "******@****.***",
    				UID:    "abcd-1234",
    				Groups: []string{"stuff-dev", "main-eng"},
    				Extra:  map[string][]string{"foo": {"bar", "baz"}},
    			},
    		},
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Mar 18 00:47:42 UTC 2022
    - 19.1K bytes
    - Viewed (0)
  7. docs/en/data/external_links.yml

    Python REST API with a job queue - author: '@euri10' author_link: https://gitlab.com/euri10 link: https://gitlab.com/euri10/fastapi_cheatsheet title: A FastAPI and Swagger UI visual cheatsheet - author: Uber Engineering author_link: https://eng.uber.com link: https://eng.uber.com/ludwig-v0-2/ title: 'Uber: Ludwig v0.2 Adds New Features and Other Improvements to its Deep Learning Toolbox [including a FastAPI server]' - author: Maarten Grootendorst author_link: https://www.linkedin.com/in/mgrootendorst/...
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Wed Jun 12 00:47:57 UTC 2024
    - 22K bytes
    - Viewed (0)
  8. src/archive/tar/writer_test.go

    				Gid:      5000,
    				Uname:    "dsymonds",
    				Gname:    "eng",
    				ModTime:  time.Unix(1246508266, 0),
    			}, nil},
    			testWrite{"Kilts", 5, nil},
    
    			testHeader{Header{
    				Typeflag: TypeReg,
    				Name:     "small2.txt",
    				Size:     11,
    				Mode:     0640,
    				Uid:      73025,
    				Uname:    "dsymonds",
    				Gname:    "eng",
    				Gid:      5000,
    				ModTime:  time.Unix(1245217492, 0),
    			}, nil},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 38.7K bytes
    - Viewed (0)
  9. docs/de/docs/alternatives.md

    ### <a href="https://www.djangoproject.com/" class="external-link" target="_blank">Django</a>
    
    Es ist das beliebteste Python-Framework und genießt großes Vertrauen. Es wird zum Aufbau von Systemen wie Instagram verwendet.
    
    Ist relativ eng mit relationalen Datenbanken (wie MySQL oder PostgreSQL) gekoppelt, daher ist es nicht sehr einfach, eine NoSQL-Datenbank (wie Couchbase, MongoDB, Cassandra, usw.) als Hauptspeicherengine zu verwenden.
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Sat Mar 30 20:26:28 UTC 2024
    - 26.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/rsc.io/markdown/entity.go

    	"&DownTeeArrow;":                    "\u21a7",
    	"&Downarrow;":                       "\u21d3",
    	"&Dscr;":                            "\U0001d49f",
    	"&Dstrok;":                          "\u0110",
    	"&ENG;":                             "\u014a",
    	"&ETH;":                             "\u00d0",
    	"&Eacute;":                          "\u00c9",
    	"&Ecaron;":                          "\u011a",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 101K bytes
    - Viewed (0)
Back to top