Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 130 of 245 for blues (0.11 sec)

  1. platforms/documentation/docs/src/docs/userguide/native/cpp_application_plugin.adoc

    * The configurations in pink, also known as consumable denoted by \(C), are the ones used when a component runs against the library
    * The configurations in blue, also known as resolvable denoted by \(R), are internal to the component, for its own use
    
    The following configurations are used to declare dependencies:
    
    `implementation`::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 13.6K bytes
    - Viewed (0)
  2. platforms/documentation/docs/src/docs/userguide/native/cpp_unit_test_plugin.adoc

    .{cpp} Unit Test Plugin configurations
    image::cpp-unit-test-configurations.png[]
    
    * The configurations in white are the ones a user should use to declare dependencies
    * The configurations in blue, also known as resolvable denoted by \(R), are internal to the component, for its own use
    
    The following configurations are used to declare dependencies:
    
    `testImplementation`::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 13.9K bytes
    - Viewed (0)
  3. platforms/jvm/language-java/src/integTest/groovy/org/gradle/api/tasks/javadoc/JavadocIntegrationTest.groovy

            when:
            succeeds("javadoc")
            then:
            skipped(":javadoc")
    
            when:
            file("src/docs/custom.css") << """
                a {
                    color blue
                }
            """
            succeeds("javadoc")
            then:
            executed(":javadoc")
        }
    
        def "can use custom stylesheet file with a different name"() {
            buildFile << """
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue May 28 06:04:19 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  4. platforms/documentation/docs/src/docs/userguide/native/xctest_plugin.adoc

    .XCTest Plugin configurations
    image::xctest-configurations.png[]
    
    * The configurations in white are the ones a user should use to declare dependencies
    * The configurations in blue, also known as resolvable denoted by \(R), are internal to the component, for its own use
    
    The following configurations are used to declare dependencies:
    
    `testImplementation`::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 16.2K bytes
    - Viewed (0)
  5. src/html/template/content_test.go

    	// each of the typed strings above.
    	tests := []struct {
    		// A template containing a single {{.}}.
    		input string
    		want  []string
    	}{
    		{
    			`<style>{{.}} { color: blue }</style>`,
    			[]string{
    				`ZgotmplZ`,
    				// Allowed but not escaped.
    				`a[href =~ "//example.com"]#foo`,
    				`ZgotmplZ`,
    				`ZgotmplZ`,
    				`ZgotmplZ`,
    				`ZgotmplZ`,
    				`ZgotmplZ`,
    				`ZgotmplZ`,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 06 15:48:16 UTC 2022
    - 13.5K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/likelyadjust.go

    			certain[b.ID] = blEXIT
    
    			// Ret, it depends.
    		case BlockRet, BlockRetJmp:
    			local[b.ID] = blRET
    			certain[b.ID] = blRET
    
    			// Calls. TODO not all calls are equal, names give useful clues.
    			// Any name-based heuristics are only relative to other calls,
    			// and less influential than inferences from loop structure.
    		case BlockDefer:
    			local[b.ID] = blCALL
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Oct 31 21:41:20 UTC 2022
    - 15.4K bytes
    - Viewed (0)
  7. src/cmd/vendor/github.com/google/pprof/internal/graph/dotgraph.go

    	if score > 0.0 {
    		score = math.Pow(score, (1.0 - shift))
    	}
    	if score < 0.0 {
    		score = -math.Pow(-score, (1.0 - shift))
    	}
    
    	var r, g, b float64 // red, green, blue
    	if score < 0.0 {
    		g = value
    		r = value * (1 + saturation*score)
    	} else {
    		r = value
    		g = value * (1 - saturation*score)
    	}
    	b = value * (1 - saturation)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Aug 09 20:51:42 UTC 2022
    - 14.8K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/main/java/org/gradle/api/internal/artifacts/ivyservice/ivyresolve/verification/report/HtmlDependencyVerificationReportRenderer.java

                reportItem(reason, "missing-checksums", "info");
            }
        }
    
        private static String expected(String text) {
            return emphatize(text, "blue");
        }
    
        private static String actual(String text) {
            return emphatize(text, "#ee442f");
        }
    
        private static String warning(String text) {
            return emphatize(text, "#c59434");
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Mar 21 14:42:50 UTC 2024
    - 20.8K bytes
    - Viewed (0)
  9. platforms/documentation/docs/src/docs/userguide/native/swift_library_plugin.adoc

    * The configurations in pink, also known as consumable denoted by \(C), are the ones used when a component compiles, links, or runs against the library
    * The configurations in blue, also known as resolvable denoted by \(R), are internal to the component, for its own use
    
    The following configurations are used to declare dependencies:
    
    `api`::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 17.5K bytes
    - Viewed (0)
  10. platforms/documentation/docs/src/docs/userguide/native/cpp_library_plugin.adoc

    * The configurations in pink, also known as consumable denoted by \(C), are the ones used when a component compiles, links, or runs against the library
    * The configurations in blue, also known as resolvable denoted by \(R), are internal to the component, for its own use
    
    The following configurations are used to declare dependencies:
    
    `api`::
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Nov 27 17:53:42 UTC 2023
    - 18.2K bytes
    - Viewed (0)
Back to top