Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 3,412 for Following (0.14 sec)

  1. platforms/ide/tooling-api/src/main/java/org/gradle/tooling/events/OperationType.java

         *
         * <p>
         * The following events are currently issued for this operation type.
         * <ul>
         *     <li>{@link org.gradle.tooling.events.test.TestStartEvent}</li>
         *     <li>{@link org.gradle.tooling.events.test.TestFinishEvent}</li>
         * </ul>
         */
        TEST,
    
        /**
         * Flag for task operation progress events.
         *
         * <p>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Sep 26 14:49:20 UTC 2023
    - 4.8K bytes
    - Viewed (0)
  2. src/crypto/internal/boring/LICENSE

     * modification, are permitted provided that the following conditions
     * are met:
     *
     * 1. Redistributions of source code must retain the above copyright
     *    notice, this list of conditions and the following disclaimer.
     *
     * 2. Redistributions in binary form must reproduce the above copyright
     *    notice, this list of conditions and the following disclaimer in
     *    the documentation and/or other materials provided with the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jan 26 22:52:27 UTC 2024
    - 9.5K bytes
    - Viewed (0)
  3. samples/open-telemetry/als/README.md

        - providers:
          - name: otel
    EOF
    ```
    
    ## Check ALS output
    
    Following [doc](../../httpbin/README.md), start the `fortio` and `httpbin` services.
    
    Run the following script to request `httpbin` from `fortio`.
    
    ```bash
    kubectl exec -it $(kubectl get po | grep fortio | awk '{print $1}') -- fortio curl httpbin:8000/ip
    ```
    
    Run the following script to checkout ALS output.
    
    ```bash
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Sun Feb 18 16:38:12 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  4. samples/open-telemetry/loki/REAME.md

    ```bash
    kubectl apply -f telemetry.yaml
    ```
    
    ## Check ALS output
    
    Following this [doc](../../httpbin/README.md), start the `fortio` and `httpbin` services.
    
    Run the following script to request `httpbin` from `fortio`.
    
    ```bash
    kubectl exec -it deploy/fortio -- fortio curl httpbin:8000/ip
    ```
    
    Run the following script to view ALS output.
    
    ```bash
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu Apr 06 20:18:25 UTC 2023
    - 2.4K bytes
    - Viewed (0)
  5. src/debug/dwarf/const.go

    	encUnsigned     = 0x07
    	encUnsignedChar = 0x08
    	// The following are new in DWARF 3.
    	encImaginaryFloat = 0x09
    	encPackedDecimal  = 0x0A
    	encNumericString  = 0x0B
    	encEdited         = 0x0C
    	encSignedFixed    = 0x0D
    	encUnsignedFixed  = 0x0E
    	encDecimalFloat   = 0x0F
    	// The following are new in DWARF 4.
    	encUTF = 0x10
    	// The following are new in DWARF 5.
    	encUCS   = 0x11
    	encASCII = 0x12
    )
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 18 19:33:30 UTC 2023
    - 13.8K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/running-builds/introduction/command_line_interface_basics.adoc

    Options that enable behavior have long-form options with inverses specified with `--no-`. The following are opposites.
    
    ----
    gradle [...] --build-cache
    gradle [...] --no-build-cache
    ----
    
    Many long-form options have short-option equivalents. The following are equivalent:
    
    ----
    gradle --help
    gradle -h
    ----
    
    == Command-line usage
    
    The following sections describe the use of the Gradle command-line interface.
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Feb 05 18:33:11 UTC 2024
    - 2.7K bytes
    - Viewed (0)
  7. platforms/documentation/docs/src/docs/userguide/core-plugins/codenarc_plugin.adoc

    === Dependencies added to other tasks
    
    The CodeNarc plugin adds the following dependencies to tasks defined by the Groovy plugin.
    
    `check`::
    _Depends on_: All CodeNarc tasks, including `codenarcMain` and `codenarcTest`.
    
    
    [[sec:codenarc_project_layout]]
    == Project layout
    
    The CodeNarc plugin expects the following project layout:
    
    ----
    <root>
    └── config
        └── codenarc           // <1>
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Apr 05 12:08:34 UTC 2024
    - 3.4K bytes
    - Viewed (0)
  8. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/api/provider/CredentialsProviderIntegrationTest.groovy

            credentialsType         | errorMessage
            'AwsCredentials'        | "The following Gradle properties are missing for 'test' credentials:\n  - testAccessKey\n  - testSecretKey"
            'PasswordCredentials'   | "The following Gradle properties are missing for 'test' credentials:\n  - testUsername\n  - testPassword"
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 11.6K bytes
    - Viewed (0)
  9. platforms/software/dependency-management/src/integTest/groovy/org/gradle/integtests/resolve/ivy/IvyJvmLibraryArtifactResolutionIntegrationTest.groovy

    Searched in the following locations:
        ${sourceArtifact.uri}""")
    
            when:
            server.resetExpectations()
    
            then:
            fails("verify")
            failure.assertHasCause("""Could not find some-artifact-1.0-my-sources.jar (some.group:some-artifact:1.0).
    Searched in the following locations:
        ${sourceArtifact.uri}""")
    
            when:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 14.2K bytes
    - Viewed (0)
  10. src/internal/trace/traceviewer/static/README.md

    // modification, are permitted provided that the following conditions are
    // met:
    //
    //    * Redistributions of source code must retain the above copyright
    // notice, this list of conditions and the following disclaimer.
    //    * Redistributions in binary form must reproduce the above
    // copyright notice, this list of conditions and the following disclaimer
    // in the documentation and/or other materials provided with the
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 21 20:45:06 UTC 2023
    - 5K bytes
    - Viewed (0)
Back to top