Search Options

Results per page
Sort
Preferred Languages
Advance

Results 131 - 140 of 1,030 for Rparen (0.3 sec)

  1. maven-core/src/test/resources-project-builder/url-append/parent/pom.xml

      </modules>
    
      <url>https://project.url/parent</url>
    
      <scm>
        <url>https://viewvc.project.url/parent</url>
        <connection>https://scm.project.url/parent</connection>
        <developerConnection>https://scm.project.url/parent</developerConnection>
      </scm>
      <distributionManagement>
        <site>
          <url>https://site.project.url/parent</url>
          <id>parent.site</id>
        </site>
      </distributionManagement>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Sun Mar 29 19:02:56 UTC 2020
    - 1.7K bytes
    - Viewed (0)
  2. maven-core/src/test/resources/projects/parent-version-range-local-child-without-version/child/pom.xml

    <project>
      <modelVersion>4.0.0</modelVersion>
      <parent>
        <groupId>parent-version-range-local</groupId>
        <artifactId>parent</artifactId>
        <version>[1,10]</version>
      </parent>
      <artifactId>child</artifactId>
      <!-- version>1</version Must not inherit version from parent due to version range. -->
      <packaging>pom</packaging>
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Fri Feb 10 21:46:52 UTC 2017
    - 348 bytes
    - Viewed (0)
  3. maven-model-builder/src/main/java/org/apache/maven/model/resolution/ModelResolver.java

         */
        ModelResolver newCopy();
    
        default ModelSource resolveModel(Parent parent, AtomicReference<Parent> modified)
                throws UnresolvableModelException {
            org.apache.maven.model.Parent p = new org.apache.maven.model.Parent(parent);
            ModelSource result = resolveModel(p);
            if (p.getDelegate() != parent) {
                modified.set(p.getDelegate());
            }
            return result;
        }
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Wed Sep 06 08:39:32 UTC 2023
    - 7K bytes
    - Viewed (0)
  4. src/os/getwd.go

    	// Root is a special case because it has no parent
    	// and ends in a slash.
    	root, err := statNolog("/")
    	if err != nil {
    		// Can't stat root - no hope.
    		return "", err
    	}
    	if SameFile(root, dot) {
    		return "/", nil
    	}
    
    	// General algorithm: find name in parent
    	// and then find name of parent. Each iteration
    	// adds /name to the beginning of dir.
    	dir = ""
    	for parent := ".."; ; parent = "../" + parent {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Sep 28 06:28:02 UTC 2020
    - 2.5K bytes
    - Viewed (0)
  5. pkg/controller/history/controller_history.go

    	// controller. If the returned error is nil the returned slice of ControllerRevisions is valid. If the
    	// returned error is not nil, the returned slice is not valid.
    	ListControllerRevisions(parent metav1.Object, selector labels.Selector) ([]*apps.ControllerRevision, error)
    	// CreateControllerRevision attempts to create the revision as owned by parent via a ControllerRef. If name
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Nov 05 13:33:52 UTC 2021
    - 18.2K bytes
    - Viewed (0)
  6. platforms/software/build-init/src/integTest/resources/org/gradle/buildinit/plugins/MavenConversionIntegrationTest/multiModuleWithRemoteParent/some-thing/pom.xml

        <parent>
            <groupId>util.util.parent</groupId>
            <artifactId>util-parent</artifactId>
            <version>3</version>
        </parent>
    
        <modelVersion>4.0.0</modelVersion>
    
        <groupId>com.example.webinar</groupId>
        <artifactId>webinar-parent</artifactId>
        <version>1.0-SNAPSHOT</version>
        <packaging>pom</packaging>
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:47:19 UTC 2023
    - 1.6K bytes
    - Viewed (0)
  7. docs/en/docs/img/deployment/https/https.drawio

                <root>
                    <mxCell id="0"/>
                    <mxCell id="1" parent="0"/>
                    <mxCell id="2" value="" style="rounded=0;whiteSpace=wrap;html=1;fontStyle=1;strokeWidth=4;" vertex="1" parent="1">
                        <mxGeometry x="450" y="-50" width="820" height="970" as="geometry"/>
                    </mxCell>
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 25.7K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apimachinery/pkg/util/validation/field/path.go

    	index  string // if name == "", this is a subscript (index or map key) of the previous element
    	parent *Path  // nil if this is the root element
    }
    
    // NewPath creates a root Path object.
    func NewPath(name string, moreNames ...string) *Path {
    	r := &Path{name: name, parent: nil}
    	for _, anotherName := range moreNames {
    		r = &Path{name: anotherName, parent: r}
    	}
    	return r
    }
    
    // Root returns the root element of this Path.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Jan 11 08:23:53 UTC 2021
    - 2.9K bytes
    - Viewed (0)
  9. docs/en/docs/img/deployment/https/https07.drawio

                <root>
                    <mxCell id="0"/>
                    <mxCell id="1" parent="0"/>
                    <mxCell id="2" value="" style="rounded=0;whiteSpace=wrap;html=1;fontStyle=1;strokeWidth=4;" parent="1" vertex="1">
                        <mxGeometry x="450" y="-50" width="820" height="970" as="geometry"/>
                    </mxCell>
    Registered: Mon Jun 17 08:32:26 UTC 2024
    - Last Modified: Thu May 12 00:06:16 UTC 2022
    - 18.7K bytes
    - Viewed (0)
  10. src/cmd/go/testdata/script/mod_outside.txt

    stderr '^go: go.mod file not found in current directory or any parent directory; see ''go help modules''$'
    
    # 'go mod edit', 'go mod tidy', and 'go mod fmt' should fail:
    # there is no go.mod file to edit.
    ! go mod tidy
    stderr '^go: go.mod file not found in current directory or any parent directory; see ''go help modules''$'
    ! go mod edit -fmt
    stderr '^go: go.mod file not found in current directory or any parent directory; see ''go help modules''$'
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 18 15:34:40 UTC 2023
    - 11.2K bytes
    - Viewed (0)
Back to top