Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 193 for EG (0.03 sec)

  1. staging/src/k8s.io/apiserver/pkg/endpoints/discovery/aggregated/handler.go

    	return cached
    }
    
    type cachedGroupList struct {
    	cachedResponse apidiscoveryv2.APIGroupDiscoveryList
    	// etag is calculated based on a SHA hash of only the JSON object.
    	// A response via different Accept encodings (eg: protobuf, json) will
    	// yield the same etag. This is okay because Accept is part of the Vary header.
    	// Per RFC7231 a client must only cache a response etag pair if the header field
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Mar 02 00:29:39 UTC 2024
    - 16.1K bytes
    - Viewed (0)
  2. platforms/core-configuration/model-core/src/main/java/org/gradle/api/internal/provider/ProviderInternal.java

     * </ul>
     *
     * <p>Additional states might be added later, for example, there might be provider implementations that return the "destroyed" content (ie after it has been cleaned/deleted/stopped/uninstalled),
     * or in "started" state (eg where the value represents an application that has been started and is ready to use, say for testing).
     * </p>
     *
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jan 26 14:58:23 UTC 2024
    - 11.2K bytes
    - Viewed (0)
  3. platforms/documentation/docs/src/docs/userguide/reference/ci-systems/github-actions.adoc

    $ git push
    ----
    
    == View the GitHub Actions results
    
    Once this workflow file is pushed, you should immediately see the workflow execution in the GitHub Actions page for your repository (eg https://github.com/gradle/gradle/actions).
    Any subsequent push to the repository will trigger the workflow to run.
    
    === List all runs of the GitHub Actions workflow
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Apr 08 14:41:08 UTC 2024
    - 11.3K bytes
    - Viewed (0)
  4. platforms/ide/tooling-api/src/testFixtures/groovy/org/gradle/integtests/tooling/fixture/ProgressEvents.groovy

                        } else {
                            def duplicateName = operations.find({
                                !it.failed && // ignore previous operations with the same display name that failed, eg for retry of downloads
                                    it.descriptor.displayName == descriptor.displayName &&
                                    it.parent?.descriptor == descriptor.parent
                            })
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 23 13:50:05 UTC 2024
    - 21.9K bytes
    - Viewed (0)
  5. pkg/kube/inject/webhook_test.go

    			want: map[string]string{"ROOTPAGE1": "value1", "ROOTPAGE2": ":ENV:abcd=efgh"},
    		},
    		{
    			// this is to test the path following :ENV: format, but two variables
    			// do not have correct format, thus they will be ignored. Eg. :ENV:=abb
    			// :ENV:=, these two are not correct variables.
    			name: "no-predefined-kv-with-values-contain-ENV-separator-invalid-format",
    			in:   "/inject/:ENV:rootpage1=efgh:ENV:=abb:ENV:=",
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Mon Jul 17 20:25:52 UTC 2023
    - 39K bytes
    - Viewed (1)
  6. tensorflow/compiler/jit/tests/opens2s_gnmt_mixed_precision.pbtxt.gz

    _�Kn?5ڭ�����Su��tv��w�SuG�V�N��C7Y{�ʶO5=�'\���n&�r����i�>_w��~���=tz{���M����w+��e>��R.���/a�:�?&�Ǥ7�%v����Vm~\�����C`�2W�'��6����Zyה�����@Ǖ=k7�?T�|�N��ɱhï��̆�+�y:�����{��I?ħ�r8%iÉ)G�aO� ���ݑ��ŏV�m͇�8� �8� �8� �ߘ�n �<>��R�U��4����c�h�՟��eg�W�C��f W��8�j�u��xr��|�>���ұ�Q�9T�D�f�UƝ�UH�xS�J}�ZEz�3����^���h5�3�Լ�D���*�N�*�e�)Y�v�"����=Ecm7�_g�)Z��55/+�n��ʸS� ioJV�ݼ�H���:cO�X����{�V#=cMͫJ���2�ԬBZƛ�Uj7�*�n����S4�vs�uƞ��H�XS�y%��uWwjV!-�M�*���+�n����S4�vs�uƞ��H�XS�E%��uWwjV!-�...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Jun 03 18:14:27 UTC 2019
    - 195.5K bytes
    - Viewed (0)
  7. src/cmd/link/internal/ld/dwarf.go

    // sub-symbols in that section. Note that for some sections (eg:
    // .debug_abbrev), the section symbol is all there is (all content is
    // contained in it). For other sections (eg: .debug_info), the section
    // symbol is empty and all the content is in the sub-symbols. Finally
    // there are some sections (eg: .debug_ranges) where it is a mix (both
    // the section symbol and the sub-symbols have content)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 16:25:18 UTC 2024
    - 72.4K bytes
    - Viewed (0)
  8. build/root/Makefile

    #    repeatedly until they fail.  Defaults to false.
    #  REMOTE: If true, run the tests on a remote host.  Defaults to false.
    #  REMOTE_MODE: For REMOTE=true only.  Mode for remote execution (eg. gce, ssh).
    #    If set to "gce", an instance can be provisioned or reused from GCE. If set
    #    to "ssh", provided `HOSTS` must be IPs or resolvable.  Defaults to "gce".
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Jun 01 16:43:08 UTC 2024
    - 15.8K bytes
    - Viewed (0)
  9. cluster/common.sh

      fi
    }
    
    # Sets KUBE_USER and KUBE_PASSWORD to the username and password specified in
    # the kubeconfig section corresponding to $1.
    #
    # Args:
    #   $1 kubeconfig section to look for basic auth (eg: user or user-basic-auth).
    # Assumed vars:
    #   KUBE_ROOT
    # Vars set:
    #   KUBE_USER
    #   KUBE_PASSWORD
    function get-kubeconfig-user-basicauth() {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Dec 17 15:36:33 UTC 2023
    - 17.9K bytes
    - Viewed (0)
  10. src/internal/profile/graph.go

    type Node struct {
    	// Info describes the source location associated to this node.
    	Info NodeInfo
    
    	// Function represents the function that this node belongs to. On
    	// graphs with sub-function resolution (eg line number or
    	// addresses), two nodes in a NodeMap that are part of the same
    	// function have the same value of Node.Function. If the Node
    	// represents the whole function, it points back to itself.
    	Function *Node
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Feb 05 20:59:15 UTC 2024
    - 13.1K bytes
    - Viewed (0)
Back to top