Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 93 for indy (0.22 sec)

  1. hack/testdata/recursive/rc/rc/busybox-broken.yaml

    apiVersion: v1
    ind: ReplicationController
    metadata:
      name: busybox2
      labels:
        app: busybox2
    spec:
      replicas: 1
      selector:
        app: busybox2
      template:
        metadata:
          name: busybox2
          labels:
            app: busybox2
        spec:
          containers:
          - image: busybox
            command:
              - sleep
              - "3600"
            imagePullPolicy: IfNotPresent
            name: busybox
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 02 03:27:37 UTC 2016
    - 423 bytes
    - Viewed (0)
  2. src/cmd/vendor/github.com/google/pprof/profile/prune.go

    	// starting from the first '(', but skipping reserved names that have '('.
    	for _, ind := range bracketRx.FindAllStringSubmatchIndex(funcName, -1) {
    		foundReserved := false
    		for _, res := range reservedNames {
    			if funcName[ind[0]:ind[1]] == res {
    				foundReserved = true
    				break
    			}
    		}
    		if !foundReserved {
    			funcName = funcName[:ind[0]]
    			break
    		}
    	}
    	return funcName
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 18:58:12 UTC 2022
    - 5.5K bytes
    - Viewed (0)
  3. hack/testdata/recursive/pod/pod/busybox-broken.yaml

    apiVersion: v1
    ind: Pod
    metadata:
      name: busybox2
      labels:
        app: busybox2
    spec:
      containers:
      - image: busybox
        command:
          - sleep
          - "3600"
        imagePullPolicy: IfNotPresent
        name: busybox
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 02 03:27:37 UTC 2016
    - 236 bytes
    - Viewed (0)
  4. docs/az/docs/index.md

    * `--reload`: kod dəyişikliyindən sonra avtomatik olaraq serveri yenidən işə salır. Bu parametrdən yalnız development mərhələsində istifadə etməliyik.
    
    </details>
    
    ### İndi yoxlayaq
    
    Bu linki brauzerimizdə açaq <a href="http://127.0.0.1:8000/items/5?q=somequery" class="external-link" target="_blank">http://127.0.0.1:8000/items/5?q=somequery</a>.
    
    Aşağıdakı kimi bir JSON cavabı görəcəksiniz:
    
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Mon Apr 29 05:18:04 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  5. hack/testdata/recursive/pod-modify/pod/busybox-broken.yaml

    apiVersion: v1
    ind: Pod
    metadata:
      name: busybox2
      labels:
        app: busybox2
        status: replaced
    spec:
      containers:
      - image: busybox
        command:
          - sleep
          - "3600"
        imagePullPolicy: IfNotPresent
        name: busybox
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 02 03:27:37 UTC 2016
    - 257 bytes
    - Viewed (0)
  6. hack/testdata/recursive/deployment/deployment/nginx-broken.yaml

    apiVersion: apps/v1
    ind: Deployment
    metadata:
      name: nginx2-deployment
      labels:
        app: nginx2-deployment
    spec:
      replicas: 2
      selector:
        matchLabels:
          app: nginx2
      template:
        metadata:
          labels:
            app: nginx2
        spec:
          containers:
          - name: nginx
            image: registry.k8s.io/nginx:1.7.9
            ports:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 31 14:16:53 UTC 2022
    - 370 bytes
    - Viewed (0)
  7. src/main/resources/fess_indices/fess/da/stopwords.txt

    et
    har
    om
    vi
    min
    havde
    ham
    hun
    nu
    over
    da
    fra
    du
    ud
    sin
    dem
    os
    op
    man
    hans
    hvor
    eller
    hvad
    skal
    selv
    her
    alle
    vil
    blev
    kunne
    ind
    når
    være
    dog
    noget
    ville
    jo
    deres
    efter
    ned
    skulle
    denne
    end
    dette
    mit
    også
    under
    have
    dig
    anden
    hende
    mine
    alt
    meget
    sit
    sine
    vor
    mod
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Nov 27 12:59:36 UTC 2023
    - 564 bytes
    - Viewed (0)
  8. src/cmd/compile/internal/walk/walk.go

    	if types.IsDirectIface(t) {
    		ptr.SetType(t)
    		ptr.SetTypecheck(1)
    		return ptr
    	}
    	ptr.SetType(types.NewPtr(t))
    	ptr.SetTypecheck(1)
    	ind := ir.NewStarExpr(pos, ptr)
    	ind.SetType(t)
    	ind.SetTypecheck(1)
    	ind.SetBounded(true)
    	return ind
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Feb 27 20:56:00 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/types2/index.go

    			x = 0
    		case length >= 0:
    			// default is length (== capacity) otherwise
    			x = length
    		}
    		ind[i] = x
    	}
    
    	// constant indices must be in range
    	// (check.index already checks that existing indices >= 0)
    L:
    	for i, x := range ind[:len(ind)-1] {
    		if x > 0 {
    			for j, y := range ind[i+1:] {
    				if y >= 0 && y < x {
    					// The value y corresponds to the expression e.Index[i+1+j].
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Sep 15 16:16:58 UTC 2023
    - 11.5K bytes
    - Viewed (0)
  10. CITATION.cff

        given-names: Eugene
      - family-names: Chen
        given-names: Zhifeng
      - family-names: Citro
        given-names: Craig
      - family-names: Corrado
        given-names: Greg S.
      - family-names: Davis
        given-names: Andy
      - family-names: Dean
        given-names: Jeffrey
      - family-names: Devin
        given-names: Matthieu
      - family-names: Ghemawat
        given-names: Sanjay
      - family-names: Goodfellow
        given-names: Ian
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Sep 06 15:26:23 UTC 2021
    - 3.5K bytes
    - Viewed (0)
Back to top