Search Options

Results per page
Sort
Preferred Languages
Advance

Results 191 - 200 of 2,135 for produced (0.21 sec)

  1. maven-compat/src/main/resources/META-INF/maven/plugin-expressions/project.paramdoc.xml

        ]]></description>
      </expression>
      <expression>
        <syntax>project.attachedArtifacts</syntax>
        <description>
          <![CDATA[
          This is a list of attachments to the main artifact produced by building the current POM.
          Attachments are derived works, based on the main build process, such as an ejb-client jar,
          project sources jar, etc.
        ]]></description>
      </expression>
    </expressions>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Nov 23 12:04:30 UTC 2014
    - 5.6K bytes
    - Viewed (0)
  2. src/go/printer/testdata/linebreaks.golden

    					Size:		11,
    					Mtime:		1245217492,
    					Typeflag:	'0',
    					Uname:		"dsymonds",
    					Gname:		"eng",
    				},
    				contents:	"Google.com\n",
    			},
    		},
    	},
    	// The truncated test file was produced using these commands:
    	//   dd if=/dev/zero bs=1048576 count=16384 > /tmp/16gig.txt
    	//   tar -b 1 -c -f- /tmp/16gig.txt | dd bs=512 count=8 > writer-big.tar
    	&writerTest{
    		file:	"testdata/writer-big.tar",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 11 22:03:18 UTC 2018
    - 5.1K bytes
    - Viewed (0)
  3. pkg/ctrlz/topics/assets/templates/scopes.html

    {{ define "content" }}
    <p>
            Logging for this process is organized in scopes. Each scope has different
            output controls which determine how much and what kind of logging is produced
            by the scope.
    </p>
    
    <table>
        <thead>
            <tr>
                <th>Scope</th>
                <th>Description</th>
                <th>Output Level</th>
                <th>Stack Trace Level</th>
                <th>Log Callers?</th>
            </tr>
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Tue May 23 17:08:31 UTC 2023
    - 7.2K bytes
    - Viewed (0)
  4. staging/src/k8s.io/api/admissionregistration/v1alpha1/generated.proto

      // as if the messageExpression field were unset. If messageExpression evaluates to an empty string, a string with only spaces, or a string
      // that contains line breaks, then the validation failure message will also be produced as if the messageExpression field were unset, and
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 28 15:34:11 UTC 2024
    - 29.9K bytes
    - Viewed (0)
  5. src/internal/singleflight/singleflight_test.go

    		t.Errorf("After first goroutine finished, key %q is still shared, should return false", key)
    	}
    
    	secondCh <- struct{}{}
    
    	if result := <-resultCh; result.Val != 2 {
    		t.Errorf("We should receive result produced by second call, expected: 2, got %d", result.Val)
    	}
    }
    
    func TestDoAndForgetUnsharedRace(t *testing.T) {
    	t.Parallel()
    
    	var g Group
    	key := "key"
    	d := time.Millisecond
    	for {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 29 22:21:50 UTC 2023
    - 3.9K bytes
    - Viewed (0)
  6. platforms/documentation/docs/src/docs/userguide/jvm/test_report_aggregation_plugin.adoc

    <3> VerificationType attribute; value is fixed.
    
    More information about the variants produced by test execution are available in the <<jvm_test_suite_plugin#sec:outgoing_variants,Outgoing Variants>> section of the JVM Test Suite Plugin documentation.
    
    == Reports
    
    [IMPORTANT]
    ====
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Dec 07 01:37:51 UTC 2023
    - 5.6K bytes
    - Viewed (0)
  7. testing/smoke-test/src/smokeTest/groovy/org/gradle/smoketests/AndroidSantaTrackerSmokeTest.groovy

    abstract class AndroidSantaTrackerSmokeTest extends AbstractAndroidSantaTrackerSmokeTest {
    }
    
    class AndroidSantaTrackerDeprecationSmokeTest extends AndroidSantaTrackerSmokeTest {
        def "check deprecation warnings produced by building Santa Tracker (agp=#agpVersion)"() {
    
            given:
            AGP_VERSIONS.assumeCurrentJavaVersionIsSupportedBy(agpVersion)
    
            and:
            def checkoutDir = temporaryFolder.createDir("checkout")
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 8.3K bytes
    - Viewed (0)
  8. src/html/template/doc.go

    exempted from escaping.
    
    The template
    
    	Hello, {{.}}!
    
    can be invoked with
    
    	tmpl.Execute(out, template.HTML(`<b>World</b>`))
    
    to produce
    
    	Hello, <b>World</b>!
    
    instead of the
    
    	Hello, &lt;b&gt;World&lt;b&gt;!
    
    that would have been produced if {{.}} was a regular string.
    
    # Security Model
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 18:04:29 UTC 2024
    - 7.9K bytes
    - Viewed (0)
  9. build-logic/jvm/src/main/kotlin/gradlebuild/startscript/tasks/GradleStartScriptGenerator.kt

                    }
    
                    else -> line
                }
            }.toByteArray(StandardCharsets.UTF_8))
            if (replacementsCount != 1) {
                throw IllegalArgumentException("The script file produced by the default start script doesn't match expected layout")
            }
        }
    
        private
        fun getAgentOptions(appHomeVar: String) = agentJarNames.map { "-javaagent:$appHomeVar/lib/agents/$it" }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Feb 24 10:25:27 UTC 2023
    - 6.3K bytes
    - Viewed (0)
  10. platforms/core-configuration/model-core/src/test/groovy/org/gradle/model/internal/inspect/ModelRuleBindingTest.groovy

            }
    
            @Model
            String s1() {
                "foo"
            }
    
            @Model
            String s2() {
                "bar"
            }
        }
    
        def "error message produced when unpathed reference matches more than one item"() {
            when:
            modelRegistry.getRoot().applyToSelf(AmbiguousBindingsInOneSource)
            modelRegistry.bindAllReferences()
    
            then:
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 6.4K bytes
    - Viewed (0)
Back to top