Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 1,724 for list1 (0.16 sec)

  1. src/cmd/vendor/rsc.io/markdown/list.go

    			return false
    		}
    		list = &listBuilder{bullet: rune(bullet), num: num}
    		p.addBlock(list)
    	}
    	b := &itemBuilder{list: list, width: n, haveContent: !t.isBlank()}
    	list.todo = func() line {
    		p.addBlock(b)
    		list.item = b
    		return t
    	}
    	return true
    }
    
    // GitHub task list extension
    
    func (p *parseState) taskList(list *List) {
    	for _, item := range list.Items {
    		item := item.(*Item)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  2. pkg/ctrlz/topics/assets/templates/collection/list.html

    zirain <******@****.***> 1684861711 +0800
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 715 bytes
    - Viewed (0)
  3. api/api-rules/apiextensions_violation_exceptions.list

    Tim Hockin <******@****.***> 1699829297 -0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:21 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  4. api/api-rules/codegen_violation_exceptions.list

    Tim Hockin <******@****.***> 1699902446 -0800
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Nov 27 20:06:20 UTC 2023
    - 1.1K bytes
    - Viewed (0)
  5. guava/javadoc-link/j2objc-annotations/package-list

    cpovirk <******@****.***> 1509125686 -0700
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Fri Oct 27 17:43:17 UTC 2017
    - 30 bytes
    - Viewed (0)
  6. src/cmd/internal/obj/riscv/list.go

    Meng Zhuo <******@****.***> 1687231016 +0800
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Feb 21 14:34:57 UTC 2024
    - 959 bytes
    - Viewed (0)
  7. src/go/doc/comment/testdata/list.txt

    -- input --
    Text.
    - Not a list.
     - Here is the list.
         • Using multiple bullets.
              * Indentation does not matter.
         + Lots of bullets.
    More text.
    
    -- gofmt --
    Text.
    - Not a list.
      - Here is the list.
      - Using multiple bullets.
      - Indentation does not matter.
      - Lots of bullets.
    
    More text.
    
    -- text --
    Text. - Not a list.
      - Here is the list.
      - Using multiple bullets.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 11 16:31:48 UTC 2022
    - 776 bytes
    - Viewed (0)
  8. hack/testdata/list.yaml

    apiVersion: v1
    kind: List
    items:
    - apiVersion: v1
      kind: Service
      metadata:
        name: list-service-test
      spec:
        ports:
        - protocol: TCP
          port: 80
        selector:
          app: list-deployment-test
    - apiVersion: apps/v1
      kind: Deployment
      metadata:
        name: list-deployment-test
        labels:
          app: list-deployment-test
      spec:
        replicas: 1
        selector:
          matchLabels:
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Dec 19 16:19:12 UTC 2018
    - 588 bytes
    - Viewed (0)
  9. pkg/kube/inject/testdata/inject/list-frontend.yaml

    apiVersion: v1
    kind: List
    items:
      - kind: Service
        apiVersion: v1
        metadata:
          name: frontend
        spec:
          selector:
            app: hello
            tier: frontend
          ports:
            - protocol: "TCP"
              port: 80
              targetPort: 80
          type: LoadBalancer
      - apiVersion: apps/v1
        kind: Deployment
        metadata:
          name: frontend
        spec:
          replicas: 1
          selector:
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Fri Aug 16 01:43:48 UTC 2019
    - 893 bytes
    - Viewed (0)
  10. pkg/kube/inject/testdata/inject/list-frontend.yaml.injected

                    expirationSeconds: 43200
                    path: istio-token
            - configMap:
                name: istio-ca-root-cert
              name: istiod-ca-cert
      status: {}
    kind: List
    metadata: {}
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue Feb 27 16:55:16 UTC 2024
    - 7.4K bytes
    - Viewed (0)
Back to top